commit c987d877a3ac682357ecae61b2a877ea886277fb Author: Digital Data - Marlon Schreiber Date: Mon Apr 3 11:23:11 2017 +0200 MSBuildProblem_PM diff --git a/.vs/DD_PM_WINDREAM/v15/.suo b/.vs/DD_PM_WINDREAM/v15/.suo new file mode 100644 index 0000000..bc8175e Binary files /dev/null and b/.vs/DD_PM_WINDREAM/v15/.suo differ diff --git a/.vs/ProcessManagerClient/v15/.suo b/.vs/ProcessManagerClient/v15/.suo new file mode 100644 index 0000000..993f2f1 Binary files /dev/null and b/.vs/ProcessManagerClient/v15/.suo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..3267c1b Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/DD_PM_WINDREAM.sln b/DD_PM_WINDREAM.sln new file mode 100644 index 0000000..a730ab5 --- /dev/null +++ b/DD_PM_WINDREAM.sln @@ -0,0 +1,43 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DD_PM_WINDREAM", "DD_PM_WINDREAM\DD_PM_WINDREAM.vbproj", "{6ACA1432-09A2-47EF-A704-C0AA73905756}" +EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "Setup\Setup.wixproj", "{A28B0175-3407-4831-86DA-22AF0D121FFD}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + CD_ROM|x86 = CD_ROM|x86 + Debug|x86 = Debug|x86 + DVD-5|x86 = DVD-5|x86 + Release|x86 = Release|x86 + SingleImage|x86 = SingleImage|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.ActiveCfg = Release|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.CD_ROM|x86.Build.0 = Release|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.ActiveCfg = Debug|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.Debug|x86.Build.0 = Debug|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.ActiveCfg = Debug|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.DVD-5|x86.Build.0 = Debug|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.ActiveCfg = Release|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.Release|x86.Build.0 = Release|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.ActiveCfg = Release|x86 + {6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.Build.0 = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.CD_ROM|x86.ActiveCfg = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.CD_ROM|x86.Build.0 = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.Debug|x86.ActiveCfg = Debug|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.Debug|x86.Build.0 = Debug|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.DVD-5|x86.ActiveCfg = Debug|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.DVD-5|x86.Build.0 = Debug|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.Release|x86.ActiveCfg = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.Release|x86.Build.0 = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.SingleImage|x86.ActiveCfg = Release|x86 + {A28B0175-3407-4831-86DA-22AF0D121FFD}.SingleImage|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/DD_PM_WINDREAM/App.config b/DD_PM_WINDREAM/App.config new file mode 100644 index 0000000..30023e4 --- /dev/null +++ b/DD_PM_WINDREAM/App.config @@ -0,0 +1,49 @@ + + + + +
+ + + + + + + + + + + + + + + 0, 0 + + + 0, 0 + + + 890, 790 + + + 890, 790 + + + 5 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + + diff --git a/DD_PM_WINDREAM/ClassAllgemeineFunktionen.vb b/DD_PM_WINDREAM/ClassAllgemeineFunktionen.vb new file mode 100644 index 0000000..3d2ec99 --- /dev/null +++ b/DD_PM_WINDREAM/ClassAllgemeineFunktionen.vb @@ -0,0 +1,303 @@ +Imports System.Data.SqlClient +Imports System.Data.OracleClient +Imports System.IO +Imports WINDREAMLib + +Public Class ClassAllgemeineFunktionen + Public Function Insert_LogEntry(PROFIL_ID As String, ERR_MSG As String, USR As String) + Try + If IsNumeric(PROFIL_ID) Then + Dim insert As String = "INSERT INTO TBPM_ERROR_LOG (PROFIL_ID, ERROR_MSG, ADDED_WHO) VALUES (" & PROFIL_ID & ", '" & ERR_MSG & "', '" & USR & "')" + If ExecuteonMSSQL(insert, MyConnectionString) <> "" Then + ClassLogger.Add("Eintrag in Log-Tabelle konnte nicht erstellt werden!!", True) + End If + End If + Catch ex As Exception + ClassLogger.Add("Error in Insert_LogEntry: " & ex.Message) + End Try + + + End Function + Public Function ExecuteonMSSQL(ByVal sqlcommand As String, ConString As String) + Try + ' die nötigen Variablen definieren + Dim Connection As SqlConnection + + Dim Command As SqlCommand = Nothing + Dim DataAdapter As SqlDataAdapter = Nothing + + ' ConnectionString aufbauen (aus Settings auslesen) + Connection = New SqlConnection(ConString) + + + ' Verbindung zur Datenbank aufbauen + Try + Connection.Open() + Catch ex As Exception + ' DB-Connection schliessen + Me.CloseMssqlDb(Connection) + ClassLogger.Add("ExecuteonMSSQL.Connection definieren - Error: " & ex.Message, True) + Return "ExecuteonMSSQL.Connection definieren - Error: " & ex.Message + End Try + + + ' SQL-Abfrage definieren + Try + Command = New SqlCommand(sqlcommand, Connection) + Catch ex As Exception + ClassLogger.Add("ExecuteonMSSQL.sqlcommand definieren - Error: " & ex.Message, True) + ' DB-Connection schliessen + Me.CloseMssqlDb(Connection) + Return "ExecuteonMSSQL.sqlcommand definieren - Error: " & ex.Message + End Try + + ' *** Ausführen des Command *** + If Command IsNot Nothing Then + + Try + Command.ExecuteNonQuery() + ' DB-Connection schliessen + Me.CloseMssqlDb(Connection) + Return "" + Catch ex As Exception + 'bei einem Fehler einen Eintrag in der Logdatei erzeugen + ClassLogger.Add("ExecuteonMSSQL.Execute Command - Error: " & ex.Message, True) + ClassLogger.Add("Command-Befehl: " & Command.CommandText, True) + ' DB-Connection schliessen + Me.CloseMssqlDb(Connection) + Return "ExecuteonMSSQL.Execute Command - Error: " & ex.Message + + End Try + Else + ' kann eintreten, wenn entweder die SQL-Anweisung falsch ist oder wenn die DataConnection nicht richtig aufgebaut werden konnte + ' Eintrag in Logdatei machen + ClassLogger.Add("ExecuteonMSSQL.SQL-Command ist ungültig. Command-Objekt konnte nicht erstellt werden") + Return "ExecuteonMSSQL.SQL-Command ist ungültig. Command-Objekt konnte nicht erstellt werden" + End If + Catch ex As Exception + ' an dieser Stelle sollte jeder unvorhergesehene Fehler der Funktion abgefangen werden + ClassLogger.Add("ExecuteonMSSQL.Ein unbekannter Fehler in ExecuteonMSSQL - Error: " & ex.Message, True) + Return "ExecuteonMSSQL.Ein unbekannter Fehler in ExecuteonMSSQL - Error: " & ex.Message + End Try + + End Function + Private Sub CloseMssqlDb(ByRef Connection As SqlConnection) + ' wenn eine Datenbank-Connection aufgebaut ist + If Connection IsNot Nothing Then + ' diese schliessen + Connection.Close() + Connection = Nothing + End If + + End Sub + Public Function Delete_xffres(originFile As String) + Try + Dim Stammname As String = System.IO.Path.GetFileNameWithoutExtension(originFile) + Dim Path As String = System.IO.Path.GetDirectoryName(originFile) + Dim xffres As String = Path & "\" & Stammname & ".xffres" + If file_exists(xffres, False) = True Then + System.IO.File.Delete(xffres) + ClassLogger.Add(">> Datei " & xffres & " erfolgreich gelöscht", False) + Return True + Else + Return Nothing + End If + Catch ex As Exception + ClassLogger.Add(" Fehler bei Delete_xffres", True) + ClassLogger.Add(">> Fehlermeldung: " & ex.Message, False) + End Try + End Function + Public Function func_check_file_use(ByVal filename) As Boolean + Dim fs As Integer = FreeFile() + Dim inuse As Boolean = False + If File.Exists(filename) Then + Try + FileOpen(fs, filename, OpenMode.Binary, _ + OpenAccess.ReadWrite, OpenShare.LockReadWrite) + Catch + inuse = True + Finally + FileClose(fs) + End Try + End If + Return inuse + End Function + Public Function Delete_File(originFile As String) + Try + + If file_exists(originFile, False) = True Then + System.IO.File.Delete(originFile) + ClassLogger.Add(">> Manuelles Löschen: Datei " & originFile & " erfolgreich gelöscht", False) + Return True + Else + MsgBox("Die Datei konnte nicht gelsöcht werden. File NOT EXISTS", MsgBoxStyle.Exclamation) + Return False + End If + Catch ex As Exception + ClassLogger.Add(" Fehler bei Delete_File", True) + ClassLogger.Add(">> Fehlermeldung: " & ex.Message, False) + End Try + End Function + + Public Function Move2Folder(ByVal vMove_File As String, ByVal vZiel_Pfad As String, Profile_ID As Integer) + Try + If vpdfviewer <> "internal" And vMove_File.EndsWith("pdf") Then + Do While func_check_file_use(vMove_File) = True + ClassLogger.Add(">> MoveRename: Datei noch geöffnet - Warten", False) + System.Threading.Thread.Sleep(500) + Loop + End If + + + Dim extension As String = IO.Path.GetExtension(vMove_File) + Dim Filename As String = IO.Path.GetFileName(vMove_File) + Dim path As String = IO.Path.GetDirectoryName(vMove_File) + Dim _Ziel As String + _Ziel = vZiel_Pfad & "\" & Filename + Dim version As Integer = 1 + If vZiel_Pfad <> path Then + Dim Stammname As String = IO.Path.GetFileNameWithoutExtension(vMove_File) + Do While file_exists(_Ziel, False) = True + Dim neuername As String = Stammname & "~" & version & extension + _Ziel = neuername + version = version + 1 + Loop + My.Computer.FileSystem.MoveFile(vMove_File, _Ziel) + ClassLogger.Add(">> Datei erfolgreich verschoben - Ziel: " & _Ziel, False) + Else + ClassLogger.Add(">> Ziel und Quellpfad sind identisch!", False) + End If + + Return "" + Catch ex As Exception + ClassLogger.Add(" Fehler bei Move2Folder", True) + ClassLogger.Add(">> Fehlermeldung", False) + ClassLogger.Add(">>" & ex.Message, False) + Insert_LogEntry(Profile_ID, "Fehler bei Move2Folder: " & ex.Message, Environment.UserName) + Return ex.Message + End Try + End Function + Public Function file_exists(ByVal _file As String, ByVal suche As Boolean) + Try + If System.IO.File.Exists(_file) Then + Return True + Else + Return False + End If + Catch ex As Exception + ClassLogger.Add("Fehler in Funktion file_exists - Fehler: ", ex.Message) + Return False + End Try + End Function + Public Function checkValue_Exists(sqlbefehl As String, Replace_value As String, Check_value As String, Typ As String, connString As String, profilid As Integer) + Try + Dim sql As String + Dim CONNTYPE As String + If connString <> "" Then + If connString.StartsWith("%MS") Then + CONNTYPE = "MS-SQL" + connString = connString.Replace("%MS", "") + ElseIf connString.StartsWith("%OR") Then + CONNTYPE = "ORACLE" + connString = connString.Replace("%OR", "") + End If + + Dim sqlscalar = sqlbefehl + Select Case Typ + Case "INTEGER" + '@manValue + sqlscalar = sqlscalar.ToString.Replace(Replace_value, Check_value) + Case Else + sqlscalar = sqlscalar.ToString.Replace(Replace_value, "'" & Check_value & "'") + End Select + + sql = sqlscalar + Dim ergebnis As Integer + If CONNTYPE = "ORACLE" Then + ergebnis = Execute_Scalar_Oracle(sql, connString, True, profilid) + Else + ergebnis = Execute_Scalar_SQLServer(sql, connString, True, profilid) + End If + + Select Case ergebnis + Case 1 + Return True + Case Else + Return False + End Select + End If + Catch ex As Exception + MsgBox("Fehler:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler bei checkValue_Exists:") + ClassLogger.Add(" - Unvorhergesehener Fehler bei checkValue_Exists - Fehler: " & vbNewLine & ex.Message) + Return False + End Try + End Function + + Function Execute_Scalar_SQLServer(vsql_statement As String, vconnectionString As String, check As Boolean, profil_id As Integer) + Try + Dim cnn As SqlConnection + cnn = New SqlConnection(vconnectionString) + Dim cmd As SqlCommand + cnn.Open() + cmd = New SqlCommand(vsql_statement, cnn) + If check = True Then + 'ERgebnis muss immer 1 oder mehr ergeben + Dim count As Int32 = Convert.ToInt32(cmd.ExecuteScalar()) + If count = 1 Then + cmd.Dispose() + cnn.Close() + Return 1 + Else + cmd.Dispose() + cnn.Close() + Return 2 + End If + Else + 'Ergebnis + Dim ergebnis As String = cmd.ExecuteScalar() + Return ergebnis + End If + + Catch ex As Exception + MsgBox("Unvorhergesehener Fehler bei Execute_Scalar_SQLServer" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler bei Ausführen sql:") + Insert_LogEntry(profil_id, "Unvorhergesehener Fehler bei Execute_Scalar_Oracle: " & ex.Message, Environment.UserName) + ClassLogger.Add(" - Unvorhergesehener Fehler bei Execute_Scalar_SQLServer" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message) + ClassLogger.Add(" - SQL: " & vsql_statement, False) + ClassLogger.Add(" - Connection: " & vconnectionString, False) + Return 99 + End Try + End Function + Function Execute_Scalar_Oracle(vsql_statement As String, vconnectionString As String, check As Boolean, profil_id As Integer) + Try + Dim cnn As System.Data.OleDb.OleDbConnection + cnn = New System.Data.OleDb.OleDbConnection(vconnectionString) + Dim cmd As System.Data.OleDb.OleDbCommand + cnn.Open() + cmd = New System.Data.OleDb.OleDbCommand(vsql_statement, cnn) + + If check = True Then + 'Ergebnis muss immer 1 oder mehr ergeben + Dim count As Int32 = Convert.ToInt32(cmd.ExecuteScalar()) + If count = 1 Then + Return 1 + Else + Return 2 + End If + Else + 'Ergebnis + Dim ergebnis As String = cmd.ExecuteScalar() + Return ergebnis + End If + + cmd.Dispose() + cnn.Close() + Catch ex As Exception + MsgBox("Unvorhergesehener Fehler bei Execute_Scalar_Oracle" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler bei Ausführen sql:") + Insert_LogEntry(profil_id, "Unvorhergesehener Fehler bei Execute_Scalar_Oracle: " & ex.Message, Environment.UserName) + ClassLogger.Add(" - Unvorhergesehener Fehler bei Execute_Scalar_Oracle" & vbNewLine & "Automatischer Index (j/n): " & check.ToString & vbNewLine & "Fehler: " & vbNewLine & ex.Message) + ClassLogger.Add(" - SQL: " & vsql_statement, False) + ClassLogger.Add(" - Connection: " & vconnectionString, False) + Return 99 + End Try + End Function +End Class diff --git a/DD_PM_WINDREAM/ClassControl_Properties.vb b/DD_PM_WINDREAM/ClassControl_Properties.vb new file mode 100644 index 0000000..0590e67 --- /dev/null +++ b/DD_PM_WINDREAM/ClassControl_Properties.vb @@ -0,0 +1,58 @@ +Imports System.ComponentModel +''' + _ +Public Class ClassControl_Properties + ''' + Private _Bez As String + Private _Show As Boolean + Private _Number As Short + ''' + _ + Public Property CtrlName() As String + Get + Return _Bez + End Get + Set(ByVal Value As String) + _Bez = Value + End Set + End Property + ''' + _ + Public Property Show() As Boolean + Get + Return _Show + End Get + Set(ByVal Value As Boolean) + _Show = Value + End Set + End Property + ''' + _ + Public Property Number() As Short + Get + Return _Number + End Get + Set(ByVal Value As Short) + _Number = Value + End Set + End Property + ''' +End Class diff --git a/DD_PM_WINDREAM/ClassDatabase.vb b/DD_PM_WINDREAM/ClassDatabase.vb new file mode 100644 index 0000000..a38413d --- /dev/null +++ b/DD_PM_WINDREAM/ClassDatabase.vb @@ -0,0 +1,218 @@ +Imports Oracle.ManagedDataAccess.Client +Public Class ClassDatabase + Private Shared SQLSERVERConnectionString As String + Private Shared OracleConnectionString As String + Public Shared Function Get_ConnectionString(id As Integer) + Dim connectionString As String = "" + Try + 'Me.TBCONNECTIONTableAdapter.FillByID(Me.DD_DMSLiteDataSet.TBCONNECTION, id) + Dim DTConnection As DataTable = ClassDatabase.Return_Datatable("SELECT * FROM TBPM_CONNECTION WHERE GUID = " & id) + If DTConnection.Rows.Count = 1 Then + Select Case DTConnection.Rows(0).Item("SQL_PROVIDER") + Case "MS-SQL" + If DTConnection.Rows(0).Item("USERNAME") = "WINAUTH" Then + connectionString = "Server=" & DTConnection.Rows(0).Item("SERVER") & ";Database=" & DTConnection.Rows(0).Item("DATENBANK") & ";Trusted_Connection=True;" + Else + connectionString = "Server=" & DTConnection.Rows(0).Item("SERVER") & ";Database=" & DTConnection.Rows(0).Item("DATENBANK") & ";User Id=" & DTConnection.Rows(0).Item("USERNAME") & ";Password=" & DTConnection.Rows(0).Item("USERNAME") & ";Password=" & DTConnection.Rows(0).Item("PASSWORD") & ";" + End If + ' connectionString = "Server=" & DTConnection.Rows(0).Item("SERVER") & ";Database=" & DTConnection.Rows(0).Item("DATENBANK") & ";User Id=" & DTConnection.Rows(0).Item("USERNAME") & ";Password=" & DTConnection.Rows(0).Item("PASSWORD") & ";" + Case "Oracle" + If DTConnection.Rows(0).Item("BEMERKUNG").ToString.Contains("without tnsnames") Then + connectionString = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=" & DTConnection.Rows(0).Item("SERVER") & ")(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=" & _ + DTConnection.Rows(0).Item("DATENBANK") & ")));User Id=" & DTConnection.Rows(0).Item("USERNAME") & ";Password=" & DTConnection.Rows(0).Item("PASSWORD") & ";" + Else + connectionString = "Data Source=" & DTConnection.Rows(0).Item("SERVER") & ";Persist Security Info=True;User Id=" & DTConnection.Rows(0).Item("USERNAME") & ";Password=" & DTConnection.Rows(0).Item("PASSWORD") & ";Unicode=True" + End If + 'Case "ODBC" + ' Dim conn As New OdbcConnection("dsn=" & DTConnection.Rows(0).Item("SERVER") & ";uid=" & DTConnection.Rows(0).Item("USERNAME") & ";pwd=" + DTConnection.Rows(0).Item("PASSWORD")) + ' connectionString = conn.ConnectionString + Case Else + ClassLogger.Add(" - ConnectionType nicht integriert", False) + MsgBox("ConnectionType nicht integriert", MsgBoxStyle.Critical, "Bitte Konfiguration Connection überprüfen!") + End Select + Else + ClassLogger.Add(" No entry for Connection-ID: " & id.ToString, True) + End If + + Catch ex As Exception + ClassLogger.Add(" - Error in bei Get ConnectionString - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Error in Get ConnectionString:") + End Try + Return connectionString + End Function + Public Shared Function Init() + Try + SQLSERVERConnectionString = MyConnectionString + Dim SQLconnect As New SqlClient.SqlConnection + SQLconnect.ConnectionString = SQLSERVERConnectionString + SQLconnect.Open() + SQLconnect.Close() + Return True + Catch ex As Exception + ClassLogger.Add("Fehler bei Database-Init: " & ex.Message, True) + Return False + End Try + End Function + + Public Shared Function Return_Datatable(Select_anweisung As String, Optional userInput As Boolean = False) + Try + Dim SQLconnect As New SqlClient.SqlConnection + Dim SQLcommand As SqlClient.SqlCommand + SQLconnect.ConnectionString = SQLSERVERConnectionString + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + SQLcommand.CommandText = Select_anweisung + + Dim adapter1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter(SQLcommand) + Dim dt As DataTable = New DataTable() + adapter1.Fill(dt) + SQLconnect.Close() + Return dt + Catch ex As Exception + If userInput = True Then + MsgBox("Error in Return Datatable - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & Select_anweisung, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei Return_Datatable: " & ex.Message, True) + ClassLogger.Add("#SQL: " & Select_anweisung, False) + Return Nothing + End Try + End Function + Public Shared Function Return_Datatable_CS(Select_anweisung As String, Conn_ID As Integer, Optional userInput As Boolean = False) + Try + Dim ConString As String = Get_ConnectionString(Conn_ID) + + Dim SQLconnect As New SqlClient.SqlConnection + Dim SQLcommand As SqlClient.SqlCommand + SQLconnect.ConnectionString = ConString + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + SQLcommand.CommandText = Select_anweisung + + Dim adapter1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter(SQLcommand) + Dim dt As DataTable = New DataTable() + adapter1.Fill(dt) + SQLconnect.Close() + Return dt + Catch ex As Exception + If userInput = True Then + MsgBox("Error in Return_Datatable_CS - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & Select_anweisung, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei Return_Datatable_CS: " & ex.Message, True) + ClassLogger.Add("#SQL: " & Select_anweisung, False) + Return Nothing + End Try + End Function + Public Shared Function Execute_non_Query(ExecuteCMD As String, Optional userInput As Boolean = False) + Try + Dim SQLconnect As New SqlClient.SqlConnection + Dim SQLcommand As SqlClient.SqlCommand + SQLconnect.ConnectionString = SQLSERVERConnectionString + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + 'Update Last Created Record in Foo + SQLcommand.CommandText = ExecuteCMD + SQLcommand.ExecuteNonQuery() + SQLcommand.Dispose() + SQLconnect.Close() + Return True + Catch ex As Exception + If userInput = True Then + MsgBox("Error in Execute non query - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & ExecuteCMD, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei Execute_non_Query: " & ex.Message, True) + ClassLogger.Add("#SQL: " & ExecuteCMD, False) + + Return False + End Try + End Function + Public Shared Function Execute_Scalar(cmdscalar As String, ConString As String, Optional userInput As Boolean = False) + Dim result + Try + Dim SQLconnect As New SqlClient.SqlConnection + Dim SQLcommand As SqlClient.SqlCommand + SQLconnect.ConnectionString = ConString + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + 'Update Last Created Record in Foo + SQLcommand.CommandText = cmdscalar + result = SQLcommand.ExecuteScalar() + SQLcommand.Dispose() + SQLconnect.Close() + Return result + Catch ex As Exception + If userInput = True Then + MsgBox("Error in Execute Scalar - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & cmdscalar, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei Execute_Scalar: " & ex.Message, True) + ClassLogger.Add("#SQL: " & cmdscalar, False) + Return Nothing + End Try + End Function + Public Shared Function OracleExecute_Scalar(cmdscalar As String, OracleConnection As String) + Dim result + Try + Dim SQLconnect As New OracleConnection + Dim SQLcommand As New OracleCommand + SQLconnect.ConnectionString = OracleConnection + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + 'Update Last Created Record in Foo + SQLcommand.CommandText = cmdscalar + result = SQLcommand.ExecuteScalar() + SQLcommand.Dispose() + SQLconnect.Close() + Return result + Catch ex As Exception + ClassLogger.Add("Fehler bei OracleExecute_Scalar: " & ex.Message, True) + ClassLogger.Add("#SQL: " & cmdscalar, False) + Return Nothing + End Try + End Function + Public Shared Function OracleExecute_non_Query(ExecuteCMD As String, OracleConnection As String, Optional userInput As Boolean = False) + Try + Dim SQLconnect As New OracleConnection + Dim SQLcommand As OracleCommand + SQLconnect.ConnectionString = OracleConnection + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + 'Update Last Created Record in Foo + SQLcommand.CommandText = ExecuteCMD + SQLcommand.ExecuteNonQuery() + SQLcommand.Dispose() + SQLconnect.Close() + Return True + Catch ex As Exception + If userInput = True Then + MsgBox("Error in OracleExecute_non_Query - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & ExecuteCMD, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei OracleExecute_non_Query: " & ex.Message, True) + ClassLogger.Add("#SQL: " & ExecuteCMD, False) + + Return False + End Try + End Function + + Public Shared Function Oracle_Return_Datatable(Select_anweisung As String, OracleConnection As String, Optional userInput As Boolean = False) + Try + Dim SQLconnect As New OracleConnection + Dim SQLcommand As OracleCommand + SQLconnect.ConnectionString = OracleConnection + SQLconnect.Open() + SQLcommand = SQLconnect.CreateCommand + SQLcommand.CommandText = Select_anweisung + + Dim adapter1 As OracleDataAdapter = New OracleDataAdapter(SQLcommand) + Dim dt As DataTable = New DataTable() + adapter1.Fill(dt) + SQLconnect.Close() + Return dt + Catch ex As Exception + If userInput = True Then + MsgBox("Error in Oracle Return Datatable - Error-Message:" & vbNewLine & ex.Message & vbNewLine & "SQL-Command:" & vbNewLine & Select_anweisung, MsgBoxStyle.Critical) + End If + ClassLogger.Add("Fehler bei Oracle_Return_Datatable: " & ex.Message, True) + ClassLogger.Add("#SQL: " & Select_anweisung, False) + Return Nothing + End Try + End Function +End Class diff --git a/DD_PM_WINDREAM/ClassEmail.vb b/DD_PM_WINDREAM/ClassEmail.vb new file mode 100644 index 0000000..850a3db --- /dev/null +++ b/DD_PM_WINDREAM/ClassEmail.vb @@ -0,0 +1,65 @@ +Imports System.Net.Mail +Public Class ClassEmail + Public Function Send_Log_Mail(ByVal vBody As String, ByVal vBetreff As String, ByVal emailfrom As String, ByVal emailsmtp As String, ByVal emailuser As String, ByVal emailpw As String, ByVal email_empf As String, Optional test As Boolean = False, Optional Log As Boolean = False) + '#### E-MAIL NACHRICHT VERSENDEN + Try + Dim empfaenger As String() + If email_empf.Contains(";") Then + empfaenger = email_empf.Split(";") + Else + ReDim Preserve empfaenger(0) + empfaenger(0) = email_empf + End If + 'Für jeden Empfänger eine Neue Mail erzeugen + For Each _mailempfaenger As String In empfaenger + ' Neue Nachricht erzeugen: + Dim message As New MailMessage(emailfrom, _mailempfaenger, vBetreff & " - Domain: " & Environment.UserDomainName, _ + "" & vBody & "
>> Version: " & My.Application.Info.Version.ToString & "
>> Maschine: " & Environment.MachineName & "
" & "
>> Domain-Name: " & Environment.UserDomainName & "
" & _ + "
>> Gesendet am: " & My.Computer.Clock.LocalTime.ToShortDateString & " " & _ + My.Computer.Clock.LocalTime.ToLongTimeString & "
") + If test = False Then + If Log = True Then + ' create and add the attachment(s) */ + Dim logfile As String = ClassLogger.logDateiname + If logfile.Contains("\\") Then + logfile = logfile.Replace("\\", "\") + End If + If IO.File.Exists(logfile) Then + Dim Attachment As Attachment = New Attachment(logfile) + message.Attachments.Add(Attachment) + End If + End If + End If + + With message + .IsBodyHtml = True + .Priority = MailPriority.High + End With + + 'Einen SMTP Client erzeugen und Anmeldungsinformationen hinterlegen + Dim emailClient As New SmtpClient(emailsmtp) + 'Email mit Authentifizierung + Dim SMTPUserInfo As New System.Net.NetworkCredential(emailuser, emailpw) ', My.Settings.vDomain) + emailClient.UseDefaultCredentials = False + emailClient.Credentials = SMTPUserInfo + emailClient.Port = 25 + + '*Send the message */ + emailClient.Send(message) + If test = True Then + MsgBox("Die Test-Email wurde erfolgreich versendet!", MsgBoxStyle.Information, "Erfolgsmeldung:") + End If + If Log = True Then + MsgBox("Die Support-Email wurde erfolgreich versendet!", MsgBoxStyle.Information, "Erfolgsmeldung:") + End If + 'ClassLogger.Add(">> Support/Log Email erfolgreich an " & _mailempfaenger & " versendet!", False) + Next + Return True + Catch ex As Exception + ClassLogger.Add("### Fehler im Mailversand: " & ex.Message) + Return False + End Try + End Function + +End Class + diff --git a/DD_PM_WINDREAM/ClassEncryption.vb b/DD_PM_WINDREAM/ClassEncryption.vb new file mode 100644 index 0000000..b0bfa39 --- /dev/null +++ b/DD_PM_WINDREAM/ClassEncryption.vb @@ -0,0 +1,68 @@ +Imports System.Security.Cryptography +Public Class ClassEncryption + Private TripleDes As New TripleDESCryptoServiceProvider + Sub New(ByVal key As String) + ' Initialize the crypto provider. + TripleDes.Key = TruncateHash(key, TripleDes.KeySize \ 8) + TripleDes.IV = TruncateHash("", TripleDes.BlockSize \ 8) + End Sub + + Private Function TruncateHash( + ByVal key As String, + ByVal length As Integer) As Byte() + + Dim sha1 As New SHA1CryptoServiceProvider + + ' Hash the key. + Dim keyBytes() As Byte = + System.Text.Encoding.Unicode.GetBytes(key) + Dim hash() As Byte = sha1.ComputeHash(keyBytes) + + ' Truncate or pad the hash. + ReDim Preserve hash(length - 1) + Return hash + End Function + Public Function EncryptData( + ByVal plaintext As String) As String + + ' Convert the plaintext string to a byte array. + Dim plaintextBytes() As Byte = + System.Text.Encoding.Unicode.GetBytes("!Didalog35452Heuchelheim=" & plaintext) + + ' Create the stream. + Dim ms As New System.IO.MemoryStream + ' Create the encoder to write to the stream. + Dim encStream As New CryptoStream(ms, + TripleDes.CreateEncryptor(), + System.Security.Cryptography.CryptoStreamMode.Write) + + ' Use the crypto stream to write the byte array to the stream. + encStream.Write(plaintextBytes, 0, plaintextBytes.Length) + encStream.FlushFinalBlock() + + ' Convert the encrypted stream to a printable string. + Return Convert.ToBase64String(ms.ToArray) + End Function + 'Entschlüsselt die Zeichenfolge + Public Function DecryptData( + ByVal encryptedtext As String) As String + + ' Convert the encrypted text string to a byte array. + Dim encryptedBytes() As Byte = Convert.FromBase64String(encryptedtext) + + ' Create the stream. + Dim ms As New System.IO.MemoryStream + ' Create the decoder to write to the stream. + Dim decStream As New CryptoStream(ms, + TripleDes.CreateDecryptor(), + System.Security.Cryptography.CryptoStreamMode.Write) + + ' Use the crypto stream to write the byte array to the stream. + decStream.Write(encryptedBytes, 0, encryptedBytes.Length) + decStream.FlushFinalBlock() + Dim result = System.Text.Encoding.Unicode.GetString(ms.ToArray) + result = result.Replace("!Didalog35452Heuchelheim=", "") + ' Convert the plaintext stream to a string. + Return result + End Function +End Class diff --git a/DD_PM_WINDREAM/ClassInit.vb b/DD_PM_WINDREAM/ClassInit.vb new file mode 100644 index 0000000..3ad7027 --- /dev/null +++ b/DD_PM_WINDREAM/ClassInit.vb @@ -0,0 +1,137 @@ +Imports System.ComponentModel +Imports DLLLicenseManager + +Public Class ClassInit + Private _windreamPM As ClassPMWindream + Public _lizenzManager As ClassLicenseManager + Public Sub New() + End Sub + + Public Sub InitLogger() + ClassLogger.Init("", Environment.UserName) + ClassLogger.Add("## ProcessManager für Windream gestartet - " & Now, False) + If LogErrorsOnly = False Then + 'Setzt DetailLog zurück + LogErrorsOnly = False = False + My.Settings.Save() + End If + 'Throw New Exception("Dummy Fehler!") + End Sub + Public Sub InitUserConfig() + Settings_Load() + End Sub + + Public Function InitDatabase() + Dim dbResult As Boolean + + If MyConnectionString <> String.Empty Then + dbResult = ClassDatabase.Init() + Else + MsgBox("No Databaseconnection configured. (First Start or Appdata not accessible)" & vbNewLine & "Basic-Config will be loaded.", MsgBoxStyle.Information) + ERROR_STATE = "NO DB-CONNECTION" + frmKonfig.ShowDialog() + dbResult = ClassDatabase.Init() + End If + + If dbResult = False Then + ERROR_STATE = "FAILED DBCONNECTION" + MsgBox("Error in init database. (Connection failed) More information in the logfile.", MsgBoxStyle.Critical) + Return False + Else + Return True + End If + End Function + Public Function InitWindream() + Try + ' Windream instanziieren + _windreamPM = New ClassPMWindream() + 'Windream initialisieren (Connection, Session, ... aufbauen) + _windreamPM.Init() + Return True + Catch ex As Exception + MsgBox("Fehler bei Initialisieren von windream: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + Return False + End Try + End Function + Sub Refresh_Licence() + Try + Me._lizenzManager = New ClassLicenseManager("#DigitalData35452!#", "") + Dim lic As String = ClassDatabase.Execute_Scalar("SELECT LIZENZEN FROM TBPM_KONFIGURATION WHERE (GUID = 1)", MyConnectionString) + Dim licString = Me._lizenzManager.DecodeLicenseKey(lic) + Dim split() = licString.ToString.Split("#") + + If lic <> "" Then + LICENSE_COUNT = split(0) + Else + LICENSE_COUNT = 0 + End If + If CDate(split(1)) <= CDate(Now.ToShortDateString) Then + MsgBox("Ihre Lizenz ist abgelaufen!" & vbNewLine & "Letztes Gültigkeitsdatum: " & split(1) & vbNewLine & "Die Lizenzanzahl wird auf 0 gesetzt" & vbNewLine & "Bitte setzen Sie sich mit Digital Data in Verbindung", MsgBoxStyle.Exclamation) + LICENSE_EXPIRED = True + LICENSE_COUNT = 0 + End If + + + LICENSE_PROFILES = split(2) + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Fehler bei Licensemanager:") + End Try + End Sub + Public Sub InitUserLogin() + Try + Dim sql = String.Format("SELECT MAX(GUID) FROM TBPM_USER WHERE LOWER(USERNAME) = LOWER('{0}')", Environment.UserName) + ClassLogger.Add(">> Username: " & Environment.UserName, False) + + CURRENT_USERID = ClassDatabase.Execute_Scalar(sql, MyConnectionString, True) + If IsDBNull(CURRENT_USERID) Then + ClassLogger.Add("User '" & Environment.UserName & "' not configured in Useradministration! (DBNull)", True) + 'MsgBox("Achtung: Sie sind nicht in der Userverwaltung hinterlegt." & vbNewLine & "Bitte setzen Sie sich mit dem Systembetreuer in Verbindung!", MsgBoxStyle.Critical, "Achtung:") + 'Me.Close() + ERROR_STATE = "NO USER" + Throw New Exception("You are not configured in the Useradministration." & vbNewLine & "Please contact the system administrator!") + Else + If IsNothing(CURRENT_USERID) Then + ClassLogger.Add(" - User: " & Environment.UserName & " ' not configured in Useradministration! (nothing)", False) + ERROR_STATE = "NO USER" + Throw New Exception("You are not configured in the Useradministration." & vbNewLine & "Please contact the system administrator!") + Else + 'Am System anmelden + Refresh_Licence() + Dim sql1 = "SELECT COUNT(GUID) FROM TBPM_PROFILE" + Dim anz = ClassDatabase.Execute_Scalar(sql1, MyConnectionString, True) + If anz > LICENSE_PROFILES Then + MsgBox("Your amount of configurable profiles is limited to " & LICENSE_PROFILES.ToString & " profiles. You can not add more profiles!" & vbNewLine & "Please contact Digital Data for further licensedetails", MsgBoxStyle.Information) + End If + + sql = String.Format("UPDATE TBPM_USER SET LOGGED_IN = 1, LOGGED_WHERE = '{0}' WHERE GUID = {1}", Environment.MachineName, CURRENT_USERID) + ClassDatabase.Execute_non_Query(sql) + + sql = String.Format("SELECT ADMIN FROM TBPM_USER WHERE GUID = {0}", CURRENT_USERID) + USER_IS_ADMIN = ClassDatabase.Execute_Scalar(sql, MyConnectionString, True) + + sql = "SELECT COUNT(*) AS Expr1 FROM TBPM_USER WHERE LOGGED_IN = 1" + USERCOUNT_LOGGED_IN = ClassDatabase.Execute_Scalar(sql, MyConnectionString, True) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Anzahl Angemeldete User: " & USERCOUNT_LOGGED_IN.ToString, False) + If LICENSE_COUNT < USERCOUNT_LOGGED_IN And LICENSE_EXPIRED = False Then + MsgBox("Die Anzahl der aktuell angemeldeten User (" & USERCOUNT_LOGGED_IN.ToString & ") überschreitet die Anzahl der aktuellen Lizenzen!" & vbNewLine & "Anzahl der Lizenzen: " & LICENSE_COUNT.ToString & vbNewLine & "Bitte setzen Sie sich mit dem Systembetreuer in Verbindung!", MsgBoxStyle.Critical, "Achtung:") + ClassLogger.Add(" >> Die Anzahl der aktuell angemeldeten User (" & USERCOUNT_LOGGED_IN.ToString & ") überschreitet die Anzahl der Lizenzen (" & LICENSE_COUNT & ") für Process Manager!", False) + If USER_IS_ADMIN = False Then + 'Anmeldung wieder herausnehmen + sql = String.Format("UPDATE TBPM_USER SET LOGGED_IN = 0, LOGGED_WHERE = '' WHERE GUID = {0}", CURRENT_USERID) + ClassDatabase.Execute_non_Query(sql, True) + ClassLogger.Add(" - Wieder abgemeldet", False) + ERROR_STATE = "START INCOMPLETE" + End If + End If + 'Alles OK bis hierhin...nun die FolderwatchKonfig laden + + End If + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in InitUserLogin: " & ex.Message, True) + ERROR_STATE = "START INCOMPLETE" + End Try + + End Sub + +End Class diff --git a/DD_PM_WINDREAM/ClassLogger.vb b/DD_PM_WINDREAM/ClassLogger.vb new file mode 100644 index 0000000..816ee98 --- /dev/null +++ b/DD_PM_WINDREAM/ClassLogger.vb @@ -0,0 +1,215 @@ +Imports System.IO +Public Class ClassLogger + Public Shared DateiSpeicherort As String = Nothing + Public Shared DateiPrefix As String = "" + Public Shared Datei As IO.File = Nothing + Public Shared logDateiname As String = "" + Private Shared StreamWriter As IO.StreamWriter = Nothing + Private Shared HasInformedAboutError As Boolean = False + ' eine Art Konstruktor + Public Shared Sub Init(ByVal speicherort As String, Optional ByVal prefix As String = "", Optional ByVal appendFile As Boolean = True) + ' initialisiert den Speicherort + ClassLogger.SetSpeicherort(speicherort) + ' wenn ein Prfix gesetzt wurde + If Not prefix = "" Then + ' initialisiert das Prefix + ClassLogger.SetPrefix(prefix) + End If + Dim str As String = ClassLogger.DateiSpeicherort & "\" & ClassLogger.DateiPrefix & System.DateTime.Now.ToString("yyyy_MM_dd") & ".txt" + Dim anz As Integer = 1 + Do While File.Exists(str) + Dim info As New FileInfo(str) + Dim length As Long = info.Length + If length > 5000000 Then + str = IO.Path.GetDirectoryName(str) + str = str & "\" & ClassLogger.DateiPrefix & System.DateTime.Now.ToString("yyyy_MM_dd") & "(" & anz.ToString & ").txt" + anz = anz + 1 + Else + Exit Do + End If + Loop + ClassLogger.logDateiname = str + If Not appendFile Then + ' der Versuch die Datei zu löschen + 'Try + ' My.Computer.FileSystem.DeleteFile(ClassNILogger.Dateiname, FileIO.UIOption.OnlyErrorDialogs, FileIO.RecycleOption.DeletePermanently) + 'Catch ex As Exception + ' ' bei Fehler besteht kein Schreibrecht auf die Datei oder Datei existiert nicht + ' ' ALSO: alles Okay soweit + 'End Try + My.Computer.FileSystem.WriteAllText(ClassLogger.logDateiname, String.Empty, False) + End If + ' testen ob sich die Datei öffnen und beschreiben lässt + 'ClassNILogger.CheckIsLogWritable() + End Sub + + ' legt den Speicherort fest + Public Shared Sub SetSpeicherort(ByVal speicherort As String) + Dim f As New IO.DirectoryInfo(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Digital Data\Process Manager\Log")) + + If speicherort = "" Then + If f.Exists = False Then + IO.Directory.CreateDirectory(f.ToString()) + End If + ClassLogger.DateiSpeicherort = f.ToString() + Else + ClassLogger.DateiSpeicherort = speicherort + End If + + 'Dim f As New IO.DirectoryInfo(My.Application.Info.DirectoryPath & "\Log") + 'If speicherort = "" Then + ' If f.Exists = False Then + ' IO.Directory.CreateDirectory(My.Application.Info.DirectoryPath & "\Log") + ' End If + ' ClassLogger.DateiSpeicherort = My.Application.Info.DirectoryPath & "\Log\" + 'Else + ' ClassLogger.DateiSpeicherort = speicherort + 'End If + End Sub + + ' legt das Prefix für den Dateinamen fest + Public Shared Sub SetPrefix(ByVal prefix As String) + ClassLogger.DateiPrefix = prefix + End Sub + + Public Shared Sub Add(ByVal information As String, Optional ByVal ACHTUNG As Boolean = True) + If ClassLogger.OpenFile Then + Try + If ACHTUNG Then + ClassLogger.StreamWriter.WriteLine("#ACHTUNG# (" & System.DateTime.Now & "): " & information) + Else + ClassLogger.StreamWriter.WriteLine(information) + End If + ClassLogger.CloseFile() + Catch e As Exception + ClassLogger.ShowErrorMessage() + End Try + Else + ClassLogger.ShowErrorMessage() + End If + End Sub + Public Shared Sub Add(ByVal ex As Exception) + If ClassLogger.OpenFile Then + Try + ClassLogger.StreamWriter.WriteLine("##### Exception (" & System.DateTime.Now & ")") + ClassLogger.StreamWriter.WriteLine("##### Fehler: " & ex.Message & " Source [" & ex.Source & "]") + ClassLogger.CloseFile() + Catch e As Exception + ClassLogger.ShowErrorMessage() + End Try + Else + ClassLogger.ShowErrorMessage() + End If + End Sub + ' öffnet eine Datei zum Schreiben + Private Shared Function OpenFile() + Try + ' wenn ein Speicherort festgelegt wurde + If Not ClassLogger.DateiSpeicherort = Nothing Then + ' den Dateienamen definieren + Dim dateiname As String = ClassLogger.logDateiname + ' Datei anlegen wenn noch nicht vorhanden + My.Computer.FileSystem.WriteAllText(dateiname, String.Empty, True) + ' die Datei zum Schreiben öffnen + ClassLogger.StreamWriter = New IO.StreamWriter(dateiname, True, System.Text.Encoding.UTF8) + End If + ' wenn die Datei erfolgreich geöffnet wurde + If ClassLogger.StreamWriter IsNot Nothing Then + Return True + Else + Return False + End If + Catch ex As Exception + Return False + End Try + + End Function + + ' öffnet eine Datei zum Schreiben + Private Shared Function OpenFile(ByVal DateiSpeicherort As String, ByVal DateiPrefix As String) + + Try + + ' wenn ein Speicherort festgelegt wurde + If Not DateiSpeicherort = Nothing And ClassLogger.CheckIsLogWritable() Then + + ' den Dateienamen definieren + Dim dateiname As String = ClassLogger.logDateiname + ' Datei anlegen wenn noch nicht vorhanden + My.Computer.FileSystem.WriteAllText(dateiname, String.Empty, True) + + ' die Datei zum Schreiben öffnen + ClassLogger.StreamWriter = New IO.StreamWriter(dateiname, True, System.Text.Encoding.UTF8) + End If + + ' wenn die Datei erfolgreich geöffnet wurde + If ClassLogger.StreamWriter IsNot Nothing Then + Return True + Else + Return False + End If + + Catch ex As Exception + Return False + End Try + + End Function + + + ' schliesst die geöffnete Datei + Private Shared Sub CloseFile() + + ' wenn eine Datei geöffnet ist + If ClassLogger.StreamWriter IsNot Nothing Then + ' die Datei schliessen + ClassLogger.StreamWriter.Close() + ClassLogger.StreamWriter = Nothing + End If + End Sub + + + Public Shared Function CheckIsLogWritable() + + If ClassLogger.OpenFile Then + Try + ClassLogger.CloseFile() + Catch e As Exception + ClassLogger.ShowErrorMessage() + Return False + End Try + Else + ClassLogger.ShowErrorMessage() + Return False + End If + + Return True + End Function + + + Public Shared Function CheckIsLogWritable(ByVal vDateiSpeicherort As String, ByVal vDateiPrefix As String) + + If ClassLogger.OpenFile(vDateiSpeicherort, vDateiPrefix) Then + Try + ClassLogger.CloseFile() + Catch e As Exception + ClassLogger.ShowErrorMessage() + Return False + End Try + Else + ClassLogger.ShowErrorMessage() + Return False + End If + + Return True + End Function + + + Private Shared Sub ShowErrorMessage() + If Not ClassLogger.HasInformedAboutError Then + MsgBox("Beim Öffnen der Logdatei ist ein Fehler aufgetreten. Bitte stellen Sie sicher das Sie sowohl über entsprechende Schreibrechte im Verzeichnis, als auch über ausreichend Speicherplatz zum Speichern der Logdatei verfügen." & _ + vbNewLine & vbNewLine & "Es wird keine Logdatei angelegt oder beschrieben." & vbNewLine & vbNewLine & "Im folgenden werden Sie über Fehler, den Log betreffend nicht weiter informiert, um den Ablauf von " & My.Application.Info.ProductName & " nicht zu stören.", _ + MsgBoxStyle.Information, "Fehler beim Öffnen der Logdatei") + ClassLogger.HasInformedAboutError = True + End If + End Sub +End Class diff --git a/DD_PM_WINDREAM/ClassPMWindream.vb b/DD_PM_WINDREAM/ClassPMWindream.vb new file mode 100644 index 0000000..064b323 --- /dev/null +++ b/DD_PM_WINDREAM/ClassPMWindream.vb @@ -0,0 +1,595 @@ +Imports WINDREAMLib +Imports WMOSRCHLib +Public Class ClassPMWindream + Inherits ClassWindream_allgemein + 'Private email As New ClassNIEmail + Private allgFunk As New ClassAllgemeineFunktionen +#Region "+++++ Konstanten +++++" + Protected Const WMObjectEditModeObject = &H1F + Protected Const WMObjectStreamOpenModeReadWrite = 2 + Protected Const WMEntityObjectType = 10 + Protected Const WMEntityDocument = 1 + + Const WMObjectVariableValueTypeUndefined = 0 + Const WMObjectVariableValueTypeString = 1 + Const WMObjectVariableValueTypeInteger = 2 + Const WMObjectVariableValueTypeFloat = 3 + Const WMObjectVariableValueTypeBoolean = 4 + Const WMObjectVariableValueTypeDate = 5 + Const WMObjectVariableValueTypeFixedPoint = 6 + Const WMObjectVariableValueTypeTimeStamp = 7 + Const WMObjectVariableValueTypeCurrency = 8 + Const WMObjectVariableValueTypeTime = 9 + Const WMObjectVariableValueTypeVariant = 10 + Const WMObjectVariableValueTypeMask = &HFFF + Const WMObjectVariableValueFlagMask = &HFFFFF000 + Const WMObjectVariableValueTypeVector = &H1000 + Const WMObjectVariableValueTypeFulltext = &H2000 + Const WMObjectVariableValueTypeDefaultValue = &H4000 +#End Region + +#Region "+++++ Variablen +++++" + Private oController As New WMOSearchController +#End Region + +#Region "+++++ Allgemeine Methoden und Funktionen +++++" + Sub New() + MyBase.New() + End Sub + Private Function IsNotEmpty(ByVal aValue As Object) + + If aValue IsNot Nothing Then + Dim itsType As Type = aValue.GetType + If itsType Is GetType(String) Then + + If Not aValue = "" Then + Return True + End If + + Return False + Else + Return True + End If + Else + Return False + End If + + End Function + Private Function return_type(ByVal _wert As Object) + Return _wert.GetType + End Function + Public Function GetValuesfromAuswahlliste(ByVal listname As String) + Try + Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, listname) + Dim vType = oAttribute.getVariableValue("vItems") + Return vType + 'Dim oChoiceList = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityChoiceList, listname) + 'If Err.Number = 0 And TypeName(oChoiceList) <> "Nothing" Then + ' Dim Values = oChoiceList + ' Values = oChoiceList.GetVariableValue("vItems") + ' Dim anz As Integer = 0 + + ' For Each CLItem In Values + ' If oChoiceList.aName IsNot Nothing Then + ' anz += 1 + ' End If + ' Next + ' Dim strListe(anz - 1) + ' Dim zahl As Integer = 0 + ' For Each CLItem In Values + ' If oChoiceList.aName IsNot Nothing Then + ' strListe(zahl) = CLItem + ' zahl += 1 + ' End If + ' Next + ' Return strListe + 'Else + ' MsgBox("Auswahlliste: " & listname & " nicht gefunden!", MsgBoxStyle.Critical, "Fehler:") + ' Return Nothing + 'End If + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler in GetValuesfromAuswahlliste:") + Return Nothing + End Try + End Function + Public Function Return_Type(Indexname As String) + Try + ' das entsprechende Attribut aus windream auslesen + Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, Indexname) + ' den Variablentyp (String, Integer, ...) auslesen + Dim vType = oAttribute.getVariableValue("dwAttrType") + Return vType.ToString + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler in Return_Type:") + Return "" + End Try + End Function + + Public Function RunIndexing(ByVal oDocument As WMObject, ByVal Indizes() As String, ByVal aValues() As Object) + Dim vType + Try + If Indizes IsNot Nothing And aValues IsNot Nothing Then + If Not oDocument.aLocked Then + oDocument.lock() + Dim i As Integer = 0 + Dim indexname As String + If aValues.Length = 1 And aValues(0) = "" Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexwert ist leer/Nothing - Keine Indexierung", False) + End If + 'Jetzt jeden Indexwert durchlaufen + For Each aName As String In Indizes + indexname = aName + ' das entsprechende Attribut aus windream auslesen + Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, Indizes(i)) + ' den Variablentyp (String, Integer, ...) auslesen + vType = oAttribute.getVariableValue("dwAttrType") + ' wenn in aValues an Position i ein Wert steht + If Me.IsNotEmpty(aValues(i)) Then + Dim _int As Boolean = False + Dim _date As Boolean = False + Dim _dbl As Boolean = False + Dim _bool As Boolean = False + 'If indexname = "Tournr" Then + ' MsgBox("Index: " & indexname & vbNewLine & "wert: " & aValues(i), MsgBoxStyle.Information, "Index: " & aName.ToString) + 'End If + If LogErrorsOnly = False Then ClassLogger.Add(" ### Indexierung von Index: " & indexname & " ####", False) + 'MsgBox(oDocument.aName & vbNewLine & aValues(i) & vbNewLine & vType, MsgBoxStyle.Exclamation, "Zeile 87") + Dim value = aValues(i) + Dim convertValue + Dim vektor As Boolean = False + 'Den Typ des Index-Feldes auslesen + 'MsgBox(value.GetType.ToString) + Select Case vType + 'Case WMObjectVariableValueTypeUndefined + Case WMObjectVariableValueTypeString + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeString", False) + convertValue = CStr(value) + Case WMObjectVariableValueTypeInteger + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeInteger", False) + If IsNumeric(value) = False Then + frmValidator.idxerr_message = "Unerlaubte Eingabe in Numerisches Feld: " & value + If LogErrorsOnly = False Then ClassLogger.Add(" >> Achtung: Value " & value & " kann nicht in Zahl konvertiert werden!", False) + oDocument.Save() + oDocument.unlock() + Return False + End If + convertValue = CInt(value) + _int = True + Case WMObjectVariableValueTypeFloat + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeFloat", False) + Try + convertValue = CDbl(value) + Catch ex As Exception + frmValidator.idxerr_message = "Could't convert value '" & value & "' to double!" + oDocument.Save() + oDocument.unlock() + Return False + End Try + + Case WMObjectVariableValueTypeFixedPoint + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeFixedPoint", False) + Try + convertValue = CDbl(value) + Catch ex As Exception + frmValidator.idxerr_message = "Could't convert value '" & value & "' to double!" + oDocument.Save() + oDocument.unlock() + Return False + End Try + + _dbl = True + Case WMObjectVariableValueTypeBoolean + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeBoolean", False) + convertValue = CBool(value) + _bool = True + Case WMObjectVariableValueTypeDate + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeDate", False) + _date = True + 'Dim _date As Date = value + convertValue = value + Case WMObjectVariableValueTypeTimeStamp + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeTimeStamp", False) + convertValue = CInt(value) + Case WMObjectVariableValueTypeCurrency + ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeCurrency", False) + 'Wegen currency muß ein eigenes Objekt vom typ Variant erzeugt werden + Dim aValueWrapper As System.Runtime.InteropServices.CurrencyWrapper = New System.Runtime.InteropServices.CurrencyWrapper(CDec(value)) + convertValue = aValueWrapper + Case WMObjectVariableValueTypeTime + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeTime", False) + 'If ((value)) Then + ' convertValue = CDate(value) + 'Else + ' convertValue = "" + 'End If + 'Dim _date As Date = value + convertValue = convertValue '*_date.ToShortTimeString + Case WMObjectVariableValueTypeFloat + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeFloat", False) + convertValue = CStr(value) + Case WMObjectVariableValueTypeVariant + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeVariant", False) + convertValue = CStr(value) + Case WMObjectVariableValueTypeFulltext + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: WMObjectVariableValueTypeFulltext", False) + convertValue = CStr(value) + Case 4100 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4100 Vektor Boolean", False) + vektor = True + Case 4101 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4101 Vektor Date", False) + vektor = True + Case 4104 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4104 Vektor Currency", False) + vektor = True + Case 4097 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4097 Vektor alphanumerisch", False) + vektor = True + Case 4098 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4098 Vektor Numerisch", False) + vektor = True + Case 4099 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 4099 Vektor Kommazahl", False) + vektor = True + Case 36865 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes: 36865 Vektor alphanumerisch", False) + vektor = True + Case Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> Typ des windream-Indexes konnte nicht bestimmt werden!", False) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch des Auslesens (vType): " & vType) + 'MsgBox(vType & vbNewLine & CStr(value), MsgBoxStyle.Exclamation, "Marlon-Case Else") + convertValue = "" + End Select + If vektor = False Then + If convertValue.ToString Is Nothing = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Konvertierter Wert: '" & convertValue.ToString & "'", False) + End If + End If + '############################################################################################ + '####################### Der eigentliche Indexierungsvorgang ################################ + '############################################################################################ + If vektor = False Then + If convertValue.ToString Is Nothing = False Then + Try + If LogErrorsOnly = False Then ClassLogger.Add(" >> Jetzt indexieren: oDocument.SetVariableValue(" & aName & ", " & convertValue.ToString & ")", False) + Catch ex As Exception + ClassLogger.Add(" >> Unexpected Error in Logging SetVariableValue for " & aName & ": " & ex.Message, False) + End Try + + 'Dim ArrValues() + 'ReDim ArrValues(0) + 'ArrValues(0) = convertValue + 'Dim ArrName() + 'ReDim ArrName(0) + 'ArrName(0) = "Tournr" + 'oDocument.SetValues(ArrName, ArrValues) + If _int = True Then + oDocument.SetVariableValue(aName, CInt(convertValue)) + ElseIf _date = True Then + oDocument.SetVariableValue(aName, CDate(convertValue)) + ElseIf _bool Then + oDocument.SetVariableValue(aName, CBool(convertValue)) + ElseIf _dbl Then + oDocument.SetVariableValue(aName, CDbl(convertValue)) + Else + oDocument.SetVariableValue(aName, convertValue) + End If + If LogErrorsOnly = False Then ClassLogger.Add(" >> Index '" & aName & "' wurde geschrieben", False) + Else + ClassLogger.Add(" >> Kein Indexwert vorhanden", False) + End If + Else + 'VEKTORFELDER, ALSO ÜBERPRÜFEN OB ERGEBNIS-ARRAY GEFÜLLT IST + If LogErrorsOnly = False Then ClassLogger.Add(" >> VEKTORFELD: Vorbereiten des Arrays", False) + Dim myArray() + 'Dim anz As Integer = 0 + 'For Each obj In aValues + 'ReDim Preserve myArray(anz) + Select Case vType + Case 4100 + 'Vektortyp Boolean + 'Umwandeln in Boolean + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + Select Case obj.ToString.ToLower + Case "falsch" + obj = False + Case "wahr" + obj = True + Case "nein" + obj = False + Case "ja" + obj = True + End Select + myArray(i1) = CBool(obj) + i1 = i1 + 1 + Next + Case 4101 + 'Vektortyp Date + 'Umwandeln in String + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + myArray(i1) = CDate(obj) + i1 = i1 + 1 + Next + Case 4104 + 'Vektortyp Currency + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + Dim aValueWrapper As System.Runtime.InteropServices.CurrencyWrapper = New System.Runtime.InteropServices.CurrencyWrapper(CDec(obj)) + myArray(i1) = aValueWrapper + i1 = i1 + 1 + Next + Case 4097 + 'Vektortyp ALPHANUMERISCH + 'Umwandeln in String + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + myArray(i1) = CStr(obj) + i1 = i1 + 1 + Next + + Case 4098 + 'Umwandeln in Integer + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + myArray(i1) = CInt(obj) + i1 = i1 + 1 + Next + Case 4099 + 'Umwandeln in Double + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + Dim Str As String = obj + myArray(i1) = CDbl(Str.Replace(".", ",")) + i1 = i1 + 1 + Next + + Case 36865 + 'Umwandeln in String + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + myArray(i1) = CStr(obj) + i1 = i1 + 1 + Next + Case Else + 'Umwandeln in String + 'Die Größe des Arrays festlegen + ReDim myArray(aValues.Length - 1) + Dim i1 As Integer = 0 + 'Das Array durchlaufen und Werte für den Index in Array schreiben + For Each obj In aValues + myArray(i1) = CStr(obj) + i1 = i1 + 1 + Next + End Select + + 'Jetzt die Nachindexierung für Vektor-Felder + oDocument.SetVariableValue(aName, myArray) + If LogErrorsOnly = False Then ClassLogger.Add(" >> 'SetVariableValue' für VEKTOR erfolgreich", False) + End If + End If + i += 1 + + Next + + ' oDocument.LockRights() + + 'SetRights(WMObject, User) + oDocument.Save() + oDocument.unlock() + If LogErrorsOnly = False Then ClassLogger.Add(" ### Indexierung erfolgreich beendet (Save und Unlock durchgeführt) ###", False) + Return True + Else + ClassLogger.Add(" ### Dokument ist gesperrt, Indexierung nicht möglich! ###", False) + frmValidator.idxerr_message = "Dokument " & oDocument.aName & " ist gesperrt, Indexierung nicht möglich" + Return False + End If + End If + Catch ex As Exception + ClassLogger.Add("ClassSearchResult.RunIndexing - " & ex.Message, True) + frmValidator.idxerr_message = "Unvorhergesehener Fehler in Indexing: " & ex.Message & vbNewLine & "vType: " & vType.tostring + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Unvorhergesehener Fehler beim Indexieren der Datei: " & oDocument.aName & " - ERROR: " & ex.Message, Environment.UserName) + oDocument.Save() + oDocument.unlock() + Return False + End Try + End Function + + Public Sub SetfinalIndex(ByVal oDocument As WMObject, ByVal Indexname As String, ByVal _state As Boolean) + Try + If Indexname IsNot Nothing Then + If Not oDocument.aLocked Then + oDocument.lock() + Dim i As Integer = 0 + + ' das entsprechende Attribut aus windream auslesen + Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, Indexname) + ' den Variablentyp (String, Integer, ...) auslesen + Dim vType = oAttribute.getVariableValue("dwAttrType") + 'MsgBox("Typ: " & vType.ToString, MsgBoxStyle.Critical, "_state: " & _state.ToString) + ' wenn in aValues an Position i ein Wert steht + If Me.IsNotEmpty(Indexname) Then + 'MsgBox(oDocument.aName & vbNewLine & aValues(i) & vbNewLine & vType, MsgBoxStyle.Exclamation, "Zeile 87") + Dim value = _state + Dim convertValue + 'Den Typ des Index-Feldes auslesen + If LogErrorsOnly = False Then ClassLogger.Add(">> Typ des windream-Indexes: " & vType.ToString) + Select Case (vType) + Case WMObjectVariableValueTypeBoolean + convertValue = CBool(value) + Case Else + ClassLogger.Add(">> Typ des windream-Indexes ist nicht BOOLEAN also Abbruch:") + End Select + '############################################################################################ + '####################### Der eigentliche Indexierungsvorgang ################################ + + oDocument.SetVariableValue(Indexname, convertValue) + If LogErrorsOnly = False Then ClassLogger.Add(">> Index '" & Indexname & "' wurde gesetzt") + oDocument.Save() + oDocument.unlock() + ClassLogger.Add(">> DATEI wurde erfolgreich als fertig nachindexiert gekennzeichnet") + End If + Else + ClassLogger.Add(">> Dokument ist gesperrt, Indexierung erst im nächsten Durchlauf!") + End If + End If + + + Catch ex As Exception + ClassLogger.Add("ClassSearchResult.SetfinalIndex - " & ex.Message, True) + 'If My.Settings.vNIMailsenden = True Then + ' email.Send_EMail("Fehler bei SetfinalIndex - Datei: " & oDocument.aName.ToString & " - Fehler: " & ex.Message) + 'End If + oDocument.Save() + oDocument.unlock() + End Try + End Sub +#End Region + + +#Region "+++++ Allgemeine Funktionen die Informationen zurückliefern +++++" + + Public Function Get_No_Documents(Profil As String, WD_Search As String) + Try + + If System.IO.File.Exists(WD_Search) = False Then + ClassLogger.Add(">> Windream Suche für Profil: '" & Profil & "' konnte nicht ausgeführt werden! Die Datei '" & WD_Search & "' existiert nicht!", False) + MsgBox("Windream Suche für Profil: '" & Profil & "' konnte nicht ausgeführt werden!" & vbNewLine & "Die Datei '" & WD_Search & "' existiert nicht!", MsgBoxStyle.Exclamation, "Achtung:") + 'wenn die gesuchte File eine Suche ist: per MAil informierne und Indexierung abbrechen + 'If My.Settings.vNIMailsenden = True Then + ' email.Send_EMail("Fehler bei Nachindexierung:
>> Profil: " & Me.aktivesProfil.Profilname & "
>> die windream-Suche : " & Me.aktivesProfil.WindreamSuche & " konnte nicht gefunden werden!" & _ + ' "
>> Mögliche Fehlerursache: Das W-Laufwerk ist nicht verfügbar!") + 'End If + Return 0 + Else + ' windream-Suche für Profil starten + Dim windreamSucheErgebnisse As WMObjects = Me.GetSearchDocuments(WD_Search) + + If windreamSucheErgebnisse.Count > 0 Then + ' neue Anzahl von Dateien + Return windreamSucheErgebnisse.Count + Else + ' keine Dateien zum Importieren + Return 0 + End If + End If + Catch ex As Exception + ClassLogger.Add(ex.Message) + Return 0 + End Try + + End Function + + Public Function GetSearchDocuments(ByVal wdfLocation As String) + + If System.IO.File.Exists(wdfLocation) Then + + Try + Dim ProfileName = wdfLocation.Substring(wdfLocation.LastIndexOf("\") + 1) + Dim ProfilePath = wdfLocation.Substring(0, wdfLocation.Length - ProfileName.Length) + + Me.oController.CheckSearchProfile(wdfLocation.ToLower) + Dim suchTyp = Me.oController.SearchProfileTargetProgID + Dim ExSettings As Object + Dim oSearch As Object + ExSettings = Me.oController.SearchProfileExSettings + If ExSettings = 0 Then ExSettings = 7 + + Dim srchQuick As WMOSRCHLib.WMQuickSearch = CreateObject("WMOSrch.WMQuickSearch") + Dim srchIndex As WMOSRCHLib.WMIndexSearch = CreateObject("WMOSrch.WMIndexSearch") + Dim srchObjectType As WMOSRCHLib.WMObjectTypeSearch = CreateObject("WMOSrch.WMObjectTypeSearch") + + Select Case suchTyp.ToString.ToUpper + Case "WMOSRCH.WMQUICKSEARCH" + srchQuick.WMSession = CreateObject("Windream.WMSession", Me.GetCurrentServer) + + Me.oConnect.LoginSession(srchQuick.WMSession) + + srchQuick.ClearSearch() + srchQuick.SearchProfilePath = ProfilePath + srchQuick.LoadSearchProfile(ProfileName) + + oSearch = srchQuick.GetSearch() + + Case "WMOSRCH.WMINDEXSEARCH" + srchIndex.WMSession = CreateObject("Windream.WMSession", Me.GetCurrentServer) + + Me.oConnect.LoginSession(srchIndex.WMSession) + + srchIndex.ClearSearch() + srchIndex.SearchProfilePath = ProfilePath + srchIndex.LoadSearchProfile(ProfileName) + + oSearch = srchIndex.GetSearch() + + Case "WMOSRCH.WMOBJECTTYPESEARCH" + srchObjectType.WMSession = CreateObject("Windream.WMSession", Me.GetCurrentServer) + + Me.oConnect.LoginSession(srchObjectType.WMSession) + + srchObjectType.ClearSearch() + srchObjectType.SearchProfilePath = ProfilePath + srchObjectType.LoadSearchProfile(ProfileName) + + oSearch = srchObjectType.GetSearch() + + Case Else + ClassLogger.Add("KEIN GÜLTIGER WINDREAM-SUCHTYP") + Return Nothing + End Select + Dim WMObjects As Object + WMObjects = oSearch.Execute + Return oSearch.execute + + Catch ex As Exception + ' bei einem Fehler einen Eintrag in der Logdatei machen + ClassLogger.Add("Fehler in GetSearchDocuments - " & ex.Message, True) + Return Nothing + End Try + + End If + + Return Nothing + + End Function + ''' Liefert den Wert eines Indexes als String + ''' _indexname = Name des zu überprüfenden Indexfeldes + Public Function GetValueforIndex(ByVal _fullfilepath As String, _indexname As String) + Try + Const WMEntityDocument = 1 + Dim IndexwertAusWindream As Object = Nothing + Dim _dok As WINDREAMLib.WMObject + _dok = Nothing + _dok = oSession.GetWMObjectByPath(WMEntityDocument, _fullfilepath) 'WINDREAMLib.WMEntity.WMEntityDocument + IndexwertAusWindream = _dok.GetVariableValue(_indexname) + Return IndexwertAusWindream.ToString + Catch ex As Exception + 'MsgBox(ex.Message) + Return Nothing + End Try + End Function +#End Region +End Class diff --git a/DD_PM_WINDREAM/ClassWindream_allgemein.vb b/DD_PM_WINDREAM/ClassWindream_allgemein.vb new file mode 100644 index 0000000..2f78331 --- /dev/null +++ b/DD_PM_WINDREAM/ClassWindream_allgemein.vb @@ -0,0 +1,397 @@ +Imports WINDREAMLib +Imports WINDREAMLib.WMCOMEvent +Imports WINDREAMLib.WMEntity +Imports WINDREAMLib.WMObjectEditMode +Imports WINDREAMLib.WMSearchOperator +Imports WINDREAMLib.WMSearchRelation +Imports WMOBRWSLib + +Public Class ClassWindream_allgemein + +#Region "+++++ Konstanten +++++" + Const DEBUG = AUS + Const AUS = 0 + Const WINDREAM = 1 + Const VARIABLEN = 2 +#End Region + +#Region "+++++ Variablen +++++" + Public oConnect ' der Typ darf nicht festgelegt werden (warum auch immer... geht sonst nicht) + Public oSession 'As WINDREAMLib.WMSession ' der Typ darf nicht festgelegt werden (warum auch immer... geht sonst nicht) + Public oBrowser As New WMOBRWSLib.ServerBrowser + Public oDokumentTypen As WINDREAMLib.WMObjects +#End Region + + +#Region "+++++ Allgemeine Methoden und Funktionen +++++" + + ''' + ''' Konstruktor für die windream-Klasse + ''' + ''' + Sub New() + ' wenn ein Fehler bei der Initialisierung auftrat + If Not Me.Init() Then + ' Nachricht ausgeben + MsgBox("Es trat ein Fehler bei der Initialisierung der Klasse windream auf. Bitte prüfen Sie ob der windream-Server aktiv ist und alle Dienste gestartet sind.", MsgBoxStyle.Exclamation, "Fehler bei Initialisierung") + + ' das Programm "abschießen" + Process.GetCurrentProcess.Kill() + End If + End Sub + + + ''' + ''' Initialisiert die statische Klasse (Login, Session starten, usw.) + ''' + ''' Liefert True wenn das Anmelden erfolgreich war, sonst False + ''' + Public Function Init() As Boolean + Try + Try + ' Session-Objekt instanziieren und mit dem im Client ausgewählten Server belegen + Me.oSession = CreateObject("Windream.WMSession", Me.GetCurrentServer) + If LogErrorsOnly = False Then ClassLogger.Add(" >> windream-Server: '" & Me.GetCurrentServer & "'", False) + ' Connection-Objekt instanziieren + Me.oConnect = CreateObject("Windream.WMConnect") + 'MsgBox("windrem init 'ed") + Catch ex As Exception + Return False + End Try + + + ' wenn windream nicht angemeldet ist + If Not Me.IsLoggedIn Then + + ' Art der Anmeldung an windream festlegen + ' 0x0L (also 0) = Standard windream Benutzer + ' WM_MODULE_ID_DOCTYPEEDITOR_LIC = ermöglicht Zugriff auf die windream Management Funktionen (Z.B. zur Verwaltung der windream Dokumententypen, Auswahllisten, etc.) + ' WM_MODULE_ID_INDEXSERVICE = ermöglicht der Session die Indexierungs-Events vom windream DMS-Service zu empfangen + Me.oConnect.ModuleID = 0 + + ' setzt die minimal erwartete windream-Version + Me.oConnect.MinReqVersion = "3" + + ' -- Impersonifizierung nur möglich mit registry-eintrag -- + ' oConnect.UserName "\schulung\windream" + ' oConnect.Password "windream" + + ' Verbindung mit Session-Objekt (und dem ausgewählten Server) aufbauen + Me.oConnect.LoginSession(Me.oSession) + If Me.oSession.aLoggedin = False Then + MsgBox("Es konnte keine Verbindung mit dem windream-Server hergestellt werden", MsgBoxStyle.Exclamation, "Verbindung konnte nicht hergestellt werden") + Return False + End If + + If LogErrorsOnly = False Then + ClassLogger.Add(" >> windream-Version: '" & oSession.GetSystemInfo("WindreamVersion") & "'", False) + End If + + ' AUSGABE VON SYSTEMINFORMATIONEN + ' Gibt die Versionsart (Lizenztyp) also Small-Business-Edition (SBE), Small-Business-Extension (SBX) + ' oder Business-Edition (BE) aus + 'MsgBox("WindreamVersion: " & oSession.GetSystemInfo("WindreamVersion") & vbNewLine & "LicenceKey: " & oSession.GetSystemInfo("LicenceKey") & vbNewLine & _ + ' vbNewLine & "LicenceName: " & oSession.GetSystemInfo("LicenceName")) + + 'Dim WMCtrl As AISCONTROLDATACOMLib.AISControlData + 'WMCtrl = New AISCONTROLDATACOMLib.AISControlData + + '' liefert die Versionsnummer des Clients + + 'MsgBox(WMCtrl.WMWorkstationBuildNo) + 'MsgBox(WMCtrl.W + '' liefert den Servernamen des angemeldeten windreams + 'MsgBox(WMCtrl.WMServerName) + + Try + Me.oSession.SwitchEvents(WMCOMEventWMSessionNeedIndex, False) + ' der Parameter WMEntityDocument definiert, dass nur Dokumenttypen und keine + ' Ordnertypen ausgelesen werden + Me.oDokumentTypen = Me.oSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument) + Catch ex As Exception + Return False + End Try + + End If + + Return True + + Catch ex As Exception + If Err.Number = -2147220985 Then + MsgBox("Die installierte windream-Version ist nicht ausreichend für den Betrieb der Tool Collection für windream." & vbNewLine & _ + "Bitte kontaktieren Sie Digital Data." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & Err.Description, MsgBoxStyle.Exclamation, "Unzureichende windream-Version") + Else + MsgBox("Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Login an windream") + End If + Return False + End Try + + End Function + +#End Region + + + +#Region "+++++ Funktionen die für den Objekttyp relevate Informationen zurückliefern +++++" + + ''' + ''' Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. + ''' + ''' Alle Objekttypen als WMObjects-Objekt + ''' + Public Function GetObjecttypesAsObjects() As WMObjects + Try + + Return Me.oDokumentTypen + + Catch ex As Exception + MsgBox("Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen der Objekttypen") + Return Nothing + End Try + End Function + + ''' + ''' Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. + ''' + ''' Array mit allen Objekttypen als Strings + ''' + Public Function GetObjecttypesAsStrings() As String() + + Try + Dim objektTypenStr(Me.oDokumentTypen.Count) As String + + For i As Integer = 0 To Me.oDokumentTypen.Count + objektTypenStr(i) = Me.oDokumentTypen.Item(i).aName + Next + + Return objektTypenStr + + Catch ex As Exception + MsgBox("Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen der Objekttypen als String") + Return Nothing + End Try + + End Function + Public Function GetTypeOfIndex(ByVal indexname As String) As Integer + Try + Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname) + Dim vType = oAttribute.getVariableValue("dwAttrType") + Return vType + Catch ex As Exception + Return Nothing + End Try + End Function + ''' + ''' Liefert alle Indexe eines Objekttypen. + ''' + ''' Name des Objekttyps + ''' Array mit allen Objekttyp zugeordneten Indexen als String + ''' + Public Function GetIndicesByObjecttype(ByVal Objecttype_name As String) As String() + Try + Dim oObjectType As WMObject + Dim oIndexAttributes As WMObjectRelation + Dim oIndexAttribute As WMObject + Dim oIndex As WMObject + Dim oRelProperties As WMObjectRelationClass + + ' den Objekttyp laden + oObjectType = Me.oSession.GetWMObjectByName(WMEntityObjectType, Objecttype_name) + + ' Beziehung zu Indizes des Objekttyp auslesen + oIndexAttributes = oObjectType.GetWMObjectRelationByName("TypeAttributes") + + ' Array für Indizes vorbereiten + Dim aIndexNames(oIndexAttributes.Count - 1) As String + + ' alle Indizes durchlaufen + For j As Integer = 0 To oIndexAttributes.Count - 1 + + ' aktuellen Index auslesen + oIndexAttribute = oIndexAttributes.Item(j) + + ' Eigenschaften des Index auslesen + oRelProperties = oIndexAttribute.GetWMObjectRelationByName("Attribute") + + ' Index aus den Eigenschaften auslesen + oIndex = oRelProperties.Item(0) + + ' Indexname speichern + aIndexNames(j) = oIndex.aName + Next + ' Indexarray sortiert zurückgeben + Array.Sort(aIndexNames) + ' Indexarray zurückgeben + Return aIndexNames + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen der windream-Indexe") + Return Nothing + End Try + End Function + ''' + ''' Liefert einen Objekttyp als WMObject an Hand dessen Name. + ''' + ''' Name des Objekttyps + ''' Objekttyp als WMObject + ''' + Public Function GetObjecttypeByName(ByVal objekttypName As String) As WMObject + Try + ' alle Objekttypen auslesen + Dim oObjectTypes As WMObjects = Me.oSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument) + + ' alle Objekttypen durchlaufen und nach dem mit dem angegebenen Namen suchen + For Each oObjectType As WMObject In oObjectTypes + If oObjectType.aName = objekttypName Then + Return oObjectType + End If + Next + + Return Nothing + + Catch ex As Exception + MsgBox("Es konnte ein Objekttyp nicht erstellt werden." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Exclamation, "Objekttyp konnte nicht erstellt werden") + Return Nothing + End Try + End Function + + ''' + ''' Überprüft ob der angegebene Index im Objekttyp existiert + ''' + ''' Name des zu durchsuchenden Objekttyps + ''' Name des zu suchenden Indexes + ''' Liefert True wenn der Index im Objekttyp existiert, sonst False + ''' + Public Function ExistIndexInObjekttyp(ByVal objekttyp As String, ByVal indexname As String) As Boolean + Try + Dim indexnamen() As String = Me.GetIndicesByObjecttype(objekttyp) + + If indexnamen Is Nothing Then Return False + + For Each index As String In indexnamen + If index = indexname Then Return True + Next + + Catch ex As Exception + MsgBox("Beim Prüfen ob ein Index für einen Objekttypen existiert, ist ein Fehler aufgetreten." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Prüfen auf Existenz eines Index in einem Objekttyp") + End Try + + Return False + + End Function + +#End Region + + + +#Region "+++++ Allgemeine Funktionen die Informationen zurückliefern +++++" + + ''' + ''' Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. + ''' + ''' Anmeldestatus als Boolean + ''' + Public Function IsLoggedIn() As Boolean + Try + Return Me.oSession.aLoggedin + Catch ex As Exception + MsgBox("Es konnte nicht erfolgreich geprüft werden, ob das Programm am windream-Server angemeldted ist." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler bei Loggedin-Prüfung") + End Try + + Return False + End Function + + ''' + ''' Liefert den Servernamen an dem windream aktuell angemeldet ist. + ''' + ''' Servername als String + ''' + Public Function GetCurrentServer() As String + Try + Return Me.oBrowser.GetCurrentServer 'ClassWindream.oBrowser.GetCurrentServer + Catch ex As Exception + MsgBox("Der aktuell gewählte windream-Server konnte nicht ausgelesen werden." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen des windream-Servers") + End Try + + Return "" + End Function + + 'Public Function GetSharedCurrentServer() As String + ' Try + ' Return ClassWindream.oBrowser.GetCurrentServer + ' Catch ex As Exception + ' MsgBox("Der aktuell gewählte windream-Server konnte nicht ausgelesen werden." & vbNewLine & vbNewLine & "Fehlernachricht:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen des windream-Servers") + ' End Try + + ' Return "" + 'End Function + + + ''' + ''' Liefert das Windream-Laufwerk des windream-Servers, in Form '[Laufwerksbuchstabe]:'. (z.B. 'W:') + ''' + ''' Laufwerksbuchstabe mit Doppelpunkt als String + ''' + 'Public Function GetWindreamDriveLetter() As String + + ' Try + ' Dim oControl As AISCONTROLDATACOMLib.AISControlData + ' Dim sDrive As String = "" + + ' oControl = New AISCONTROLDATACOMLib.AISControlData + + ' sDrive = oControl.GetStringValue(&H10040003) + + ' Return sDrive & ":" + + ' Catch ex As Exception + ' MsgBox("Fehlernachricht: " & ex.Message, MsgBoxStyle.Critical, "Fehler beim Auslesen des windream-Laufwerks") + ' End Try + + ' Return "" + 'End Function + + ''' + ''' Liefert den Typen eines Indexes als Integer. + ''' + ''' Name des zu überprüfenden Indexfeldes + ''' Liefert eine Zahl, die einen Typen beschreibt + ''' + + Public Function GetValuesfromAuswahlliste(ByVal _auswahlliste As String) As Object + Try + 'Dim oAttribute = Me.oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname) + 'Dim vType = oAttribute.getVariableValue("vItems") + 'Return vType + Dim oChoiceList = oSession.GetWMObjectByName(WMEntityChoiceList, _auswahlliste) + If Err.Number = 0 And TypeName(oChoiceList) <> "Nothing" Then + Dim Values = oChoiceList + Values = oChoiceList.GetVariableValue("vItems") + Dim anz As Integer = 0 + + For Each CLItem In Values + If oChoiceList.aName IsNot Nothing Then + anz += 1 + End If + Next + Dim strListe(anz - 1) + Dim zahl As Integer = 0 + For Each CLItem In Values + If oChoiceList.aName IsNot Nothing Then + strListe(zahl) = CLItem + zahl += 1 + End If + Next + Return strListe + Else + MsgBox("Auswahlliste: " & _auswahlliste & " nicht gefunden!", MsgBoxStyle.Critical, "Fehler:") + Return Nothing + End If + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler in GetValuesfromAuswahlliste:") + Return Nothing + End Try + End Function +#End Region +End Class diff --git a/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb b/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb new file mode 100644 index 0000000..0b27f62 --- /dev/null +++ b/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb @@ -0,0 +1,21453 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.36366 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict Off +Option Explicit On + + + +''' +'''Represents a strongly typed in-memory cache of data. +''' + _ +Partial Public Class DD_DMSLiteDataSet + Inherits Global.System.Data.DataSet + + Private tableTBPM_PROFILE_FINAL_INDEXING As TBPM_PROFILE_FINAL_INDEXINGDataTable + + Private tableVWPM_PROFILE_USER As VWPM_PROFILE_USERDataTable + + Private tableTBPM_KONFIGURATION As TBPM_KONFIGURATIONDataTable + + Private tableTBPM_USER As TBPM_USERDataTable + + Private tableTBPM_TYPE As TBPM_TYPEDataTable + + Private tableTBPM_ERROR_LOG As TBPM_ERROR_LOGDataTable + + Private tableVWPM_CONTROL_INDEX As VWPM_CONTROL_INDEXDataTable + + Private tableTBPM_CONNECTION As TBPM_CONNECTIONDataTable + + Private tableTBPROFILE_USER As TBPROFILE_USERDataTable + + Private tableTBPM_PROFILE_FILES As TBPM_PROFILE_FILESDataTable + + Private tableTBPM_FILES_USER_NOT_INDEXED As TBPM_FILES_USER_NOT_INDEXEDDataTable + + Private tableTBPM_PROFILE As TBPM_PROFILEDataTable + + Private tableTBWH_CHECK_PROFILE_CONTROLS As TBWH_CHECK_PROFILE_CONTROLSDataTable + + Private tableTBPM_PROFILE_CONTROLS As TBPM_PROFILE_CONTROLSDataTable + + Private tableTBPM_CONTROL_TABLE As TBPM_CONTROL_TABLEDataTable + + Private tableTBWH_CONNECTION As TBWH_CONNECTIONDataTable + + Private relationFK_TBPM_ERROR_LOG_PROFILE1 As Global.System.Data.DataRelation + + Private relationFK_TBPM_PROFILE_TYPE1 As Global.System.Data.DataRelation + + Private relationFK_TBPM_PROFILE_CONTROLS_PROFILE1 As Global.System.Data.DataRelation + + Private relationFK_TBPM_CONTROL_TABLE_CONTROL1 As Global.System.Data.DataRelation + + Private relationFK_TBPM_CONTROL_TABLE_CONTROL As Global.System.Data.DataRelation + + Private _schemaSerializationMode As Global.System.Data.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema + + _ + Public Sub New() + MyBase.New + Me.BeginInit + Me.InitClass + Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler + AddHandler MyBase.Relations.CollectionChanged, schemaChangedHandler + Me.EndInit + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context, false) + If (Me.IsBinarySerialized(info, context) = true) Then + Me.InitVars(false) + Dim schemaChangedHandler1 As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler Me.Tables.CollectionChanged, schemaChangedHandler1 + AddHandler Me.Relations.CollectionChanged, schemaChangedHandler1 + Return + End If + Dim strSchema As String = CType(info.GetValue("XmlSchema", GetType(String)),String) + If (Me.DetermineSchemaSerializationMode(info, context) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then + Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() + ds.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) + If (Not (ds.Tables("TBPM_PROFILE_FINAL_INDEXING")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_FINAL_INDEXINGDataTable(ds.Tables("TBPM_PROFILE_FINAL_INDEXING"))) + End If + If (Not (ds.Tables("VWPM_PROFILE_USER")) Is Nothing) Then + MyBase.Tables.Add(New VWPM_PROFILE_USERDataTable(ds.Tables("VWPM_PROFILE_USER"))) + End If + If (Not (ds.Tables("TBPM_KONFIGURATION")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_KONFIGURATIONDataTable(ds.Tables("TBPM_KONFIGURATION"))) + End If + If (Not (ds.Tables("TBPM_USER")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_USERDataTable(ds.Tables("TBPM_USER"))) + End If + If (Not (ds.Tables("TBPM_TYPE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_TYPEDataTable(ds.Tables("TBPM_TYPE"))) + End If + If (Not (ds.Tables("TBPM_ERROR_LOG")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_ERROR_LOGDataTable(ds.Tables("TBPM_ERROR_LOG"))) + End If + If (Not (ds.Tables("VWPM_CONTROL_INDEX")) Is Nothing) Then + MyBase.Tables.Add(New VWPM_CONTROL_INDEXDataTable(ds.Tables("VWPM_CONTROL_INDEX"))) + End If + If (Not (ds.Tables("TBPM_CONNECTION")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_CONNECTIONDataTable(ds.Tables("TBPM_CONNECTION"))) + End If + If (Not (ds.Tables("TBPROFILE_USER")) Is Nothing) Then + MyBase.Tables.Add(New TBPROFILE_USERDataTable(ds.Tables("TBPROFILE_USER"))) + End If + If (Not (ds.Tables("TBPM_PROFILE_FILES")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_FILESDataTable(ds.Tables("TBPM_PROFILE_FILES"))) + End If + If (Not (ds.Tables("TBPM_FILES_USER_NOT_INDEXED")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_FILES_USER_NOT_INDEXEDDataTable(ds.Tables("TBPM_FILES_USER_NOT_INDEXED"))) + End If + If (Not (ds.Tables("TBPM_PROFILE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILEDataTable(ds.Tables("TBPM_PROFILE"))) + End If + If (Not (ds.Tables("TBWH_CHECK_PROFILE_CONTROLS")) Is Nothing) Then + MyBase.Tables.Add(New TBWH_CHECK_PROFILE_CONTROLSDataTable(ds.Tables("TBWH_CHECK_PROFILE_CONTROLS"))) + End If + If (Not (ds.Tables("TBPM_PROFILE_CONTROLS")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_CONTROLSDataTable(ds.Tables("TBPM_PROFILE_CONTROLS"))) + End If + If (Not (ds.Tables("TBPM_CONTROL_TABLE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_CONTROL_TABLEDataTable(ds.Tables("TBPM_CONTROL_TABLE"))) + End If + If (Not (ds.Tables("TBWH_CONNECTION")) Is Nothing) Then + MyBase.Tables.Add(New TBWH_CONNECTIONDataTable(ds.Tables("TBWH_CONNECTION"))) + End If + Me.DataSetName = ds.DataSetName + Me.Prefix = ds.Prefix + Me.Namespace = ds.Namespace + Me.Locale = ds.Locale + Me.CaseSensitive = ds.CaseSensitive + Me.EnforceConstraints = ds.EnforceConstraints + Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) + Me.InitVars + Else + Me.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) + End If + Me.GetSerializationData(info, context) + Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler + AddHandler Me.Relations.CollectionChanged, schemaChangedHandler + End Sub + + _ + Public ReadOnly Property TBPM_PROFILE_FINAL_INDEXING() As TBPM_PROFILE_FINAL_INDEXINGDataTable + Get + Return Me.tableTBPM_PROFILE_FINAL_INDEXING + End Get + End Property + + _ + Public ReadOnly Property VWPM_PROFILE_USER() As VWPM_PROFILE_USERDataTable + Get + Return Me.tableVWPM_PROFILE_USER + End Get + End Property + + _ + Public ReadOnly Property TBPM_KONFIGURATION() As TBPM_KONFIGURATIONDataTable + Get + Return Me.tableTBPM_KONFIGURATION + End Get + End Property + + _ + Public ReadOnly Property TBPM_USER() As TBPM_USERDataTable + Get + Return Me.tableTBPM_USER + End Get + End Property + + _ + Public ReadOnly Property TBPM_TYPE() As TBPM_TYPEDataTable + Get + Return Me.tableTBPM_TYPE + End Get + End Property + + _ + Public ReadOnly Property TBPM_ERROR_LOG() As TBPM_ERROR_LOGDataTable + Get + Return Me.tableTBPM_ERROR_LOG + End Get + End Property + + _ + Public ReadOnly Property VWPM_CONTROL_INDEX() As VWPM_CONTROL_INDEXDataTable + Get + Return Me.tableVWPM_CONTROL_INDEX + End Get + End Property + + _ + Public ReadOnly Property TBPM_CONNECTION() As TBPM_CONNECTIONDataTable + Get + Return Me.tableTBPM_CONNECTION + End Get + End Property + + _ + Public ReadOnly Property TBPROFILE_USER() As TBPROFILE_USERDataTable + Get + Return Me.tableTBPROFILE_USER + End Get + End Property + + _ + Public ReadOnly Property TBPM_PROFILE_FILES() As TBPM_PROFILE_FILESDataTable + Get + Return Me.tableTBPM_PROFILE_FILES + End Get + End Property + + _ + Public ReadOnly Property TBPM_FILES_USER_NOT_INDEXED() As TBPM_FILES_USER_NOT_INDEXEDDataTable + Get + Return Me.tableTBPM_FILES_USER_NOT_INDEXED + End Get + End Property + + _ + Public ReadOnly Property TBPM_PROFILE() As TBPM_PROFILEDataTable + Get + Return Me.tableTBPM_PROFILE + End Get + End Property + + _ + Public ReadOnly Property TBWH_CHECK_PROFILE_CONTROLS() As TBWH_CHECK_PROFILE_CONTROLSDataTable + Get + Return Me.tableTBWH_CHECK_PROFILE_CONTROLS + End Get + End Property + + _ + Public ReadOnly Property TBPM_PROFILE_CONTROLS() As TBPM_PROFILE_CONTROLSDataTable + Get + Return Me.tableTBPM_PROFILE_CONTROLS + End Get + End Property + + _ + Public ReadOnly Property TBPM_CONTROL_TABLE() As TBPM_CONTROL_TABLEDataTable + Get + Return Me.tableTBPM_CONTROL_TABLE + End Get + End Property + + _ + Public ReadOnly Property TBWH_CONNECTION() As TBWH_CONNECTIONDataTable + Get + Return Me.tableTBWH_CONNECTION + End Get + End Property + + _ + Public Overrides Property SchemaSerializationMode() As Global.System.Data.SchemaSerializationMode + Get + Return Me._schemaSerializationMode + End Get + Set + Me._schemaSerializationMode = value + End Set + End Property + + _ + Public Shadows ReadOnly Property Tables() As Global.System.Data.DataTableCollection + Get + Return MyBase.Tables + End Get + End Property + + _ + Public Shadows ReadOnly Property Relations() As Global.System.Data.DataRelationCollection + Get + Return MyBase.Relations + End Get + End Property + + _ + Protected Overrides Sub InitializeDerivedDataSet() + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Public Overrides Function Clone() As Global.System.Data.DataSet + Dim cln As DD_DMSLiteDataSet = CType(MyBase.Clone,DD_DMSLiteDataSet) + cln.InitVars + cln.SchemaSerializationMode = Me.SchemaSerializationMode + Return cln + End Function + + _ + Protected Overrides Function ShouldSerializeTables() As Boolean + Return false + End Function + + _ + Protected Overrides Function ShouldSerializeRelations() As Boolean + Return false + End Function + + _ + Protected Overrides Sub ReadXmlSerializable(ByVal reader As Global.System.Xml.XmlReader) + If (Me.DetermineSchemaSerializationMode(reader) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then + Me.Reset + Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() + ds.ReadXml(reader) + If (Not (ds.Tables("TBPM_PROFILE_FINAL_INDEXING")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_FINAL_INDEXINGDataTable(ds.Tables("TBPM_PROFILE_FINAL_INDEXING"))) + End If + If (Not (ds.Tables("VWPM_PROFILE_USER")) Is Nothing) Then + MyBase.Tables.Add(New VWPM_PROFILE_USERDataTable(ds.Tables("VWPM_PROFILE_USER"))) + End If + If (Not (ds.Tables("TBPM_KONFIGURATION")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_KONFIGURATIONDataTable(ds.Tables("TBPM_KONFIGURATION"))) + End If + If (Not (ds.Tables("TBPM_USER")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_USERDataTable(ds.Tables("TBPM_USER"))) + End If + If (Not (ds.Tables("TBPM_TYPE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_TYPEDataTable(ds.Tables("TBPM_TYPE"))) + End If + If (Not (ds.Tables("TBPM_ERROR_LOG")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_ERROR_LOGDataTable(ds.Tables("TBPM_ERROR_LOG"))) + End If + If (Not (ds.Tables("VWPM_CONTROL_INDEX")) Is Nothing) Then + MyBase.Tables.Add(New VWPM_CONTROL_INDEXDataTable(ds.Tables("VWPM_CONTROL_INDEX"))) + End If + If (Not (ds.Tables("TBPM_CONNECTION")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_CONNECTIONDataTable(ds.Tables("TBPM_CONNECTION"))) + End If + If (Not (ds.Tables("TBPROFILE_USER")) Is Nothing) Then + MyBase.Tables.Add(New TBPROFILE_USERDataTable(ds.Tables("TBPROFILE_USER"))) + End If + If (Not (ds.Tables("TBPM_PROFILE_FILES")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_FILESDataTable(ds.Tables("TBPM_PROFILE_FILES"))) + End If + If (Not (ds.Tables("TBPM_FILES_USER_NOT_INDEXED")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_FILES_USER_NOT_INDEXEDDataTable(ds.Tables("TBPM_FILES_USER_NOT_INDEXED"))) + End If + If (Not (ds.Tables("TBPM_PROFILE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILEDataTable(ds.Tables("TBPM_PROFILE"))) + End If + If (Not (ds.Tables("TBWH_CHECK_PROFILE_CONTROLS")) Is Nothing) Then + MyBase.Tables.Add(New TBWH_CHECK_PROFILE_CONTROLSDataTable(ds.Tables("TBWH_CHECK_PROFILE_CONTROLS"))) + End If + If (Not (ds.Tables("TBPM_PROFILE_CONTROLS")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_PROFILE_CONTROLSDataTable(ds.Tables("TBPM_PROFILE_CONTROLS"))) + End If + If (Not (ds.Tables("TBPM_CONTROL_TABLE")) Is Nothing) Then + MyBase.Tables.Add(New TBPM_CONTROL_TABLEDataTable(ds.Tables("TBPM_CONTROL_TABLE"))) + End If + If (Not (ds.Tables("TBWH_CONNECTION")) Is Nothing) Then + MyBase.Tables.Add(New TBWH_CONNECTIONDataTable(ds.Tables("TBWH_CONNECTION"))) + End If + Me.DataSetName = ds.DataSetName + Me.Prefix = ds.Prefix + Me.Namespace = ds.Namespace + Me.Locale = ds.Locale + Me.CaseSensitive = ds.CaseSensitive + Me.EnforceConstraints = ds.EnforceConstraints + Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) + Me.InitVars + Else + Me.ReadXml(reader) + Me.InitVars + End If + End Sub + + _ + Protected Overrides Function GetSchemaSerializable() As Global.System.Xml.Schema.XmlSchema + Dim stream As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Me.WriteXmlSchema(New Global.System.Xml.XmlTextWriter(stream, Nothing)) + stream.Position = 0 + Return Global.System.Xml.Schema.XmlSchema.Read(New Global.System.Xml.XmlTextReader(stream), Nothing) + End Function + + _ + Friend Overloads Sub InitVars() + Me.InitVars(true) + End Sub + + _ + Friend Overloads Sub InitVars(ByVal initTable As Boolean) + Me.tableTBPM_PROFILE_FINAL_INDEXING = CType(MyBase.Tables("TBPM_PROFILE_FINAL_INDEXING"),TBPM_PROFILE_FINAL_INDEXINGDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_PROFILE_FINAL_INDEXING) Is Nothing) Then + Me.tableTBPM_PROFILE_FINAL_INDEXING.InitVars + End If + End If + Me.tableVWPM_PROFILE_USER = CType(MyBase.Tables("VWPM_PROFILE_USER"),VWPM_PROFILE_USERDataTable) + If (initTable = true) Then + If (Not (Me.tableVWPM_PROFILE_USER) Is Nothing) Then + Me.tableVWPM_PROFILE_USER.InitVars + End If + End If + Me.tableTBPM_KONFIGURATION = CType(MyBase.Tables("TBPM_KONFIGURATION"),TBPM_KONFIGURATIONDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_KONFIGURATION) Is Nothing) Then + Me.tableTBPM_KONFIGURATION.InitVars + End If + End If + Me.tableTBPM_USER = CType(MyBase.Tables("TBPM_USER"),TBPM_USERDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_USER) Is Nothing) Then + Me.tableTBPM_USER.InitVars + End If + End If + Me.tableTBPM_TYPE = CType(MyBase.Tables("TBPM_TYPE"),TBPM_TYPEDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_TYPE) Is Nothing) Then + Me.tableTBPM_TYPE.InitVars + End If + End If + Me.tableTBPM_ERROR_LOG = CType(MyBase.Tables("TBPM_ERROR_LOG"),TBPM_ERROR_LOGDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_ERROR_LOG) Is Nothing) Then + Me.tableTBPM_ERROR_LOG.InitVars + End If + End If + Me.tableVWPM_CONTROL_INDEX = CType(MyBase.Tables("VWPM_CONTROL_INDEX"),VWPM_CONTROL_INDEXDataTable) + If (initTable = true) Then + If (Not (Me.tableVWPM_CONTROL_INDEX) Is Nothing) Then + Me.tableVWPM_CONTROL_INDEX.InitVars + End If + End If + Me.tableTBPM_CONNECTION = CType(MyBase.Tables("TBPM_CONNECTION"),TBPM_CONNECTIONDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_CONNECTION) Is Nothing) Then + Me.tableTBPM_CONNECTION.InitVars + End If + End If + Me.tableTBPROFILE_USER = CType(MyBase.Tables("TBPROFILE_USER"),TBPROFILE_USERDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPROFILE_USER) Is Nothing) Then + Me.tableTBPROFILE_USER.InitVars + End If + End If + Me.tableTBPM_PROFILE_FILES = CType(MyBase.Tables("TBPM_PROFILE_FILES"),TBPM_PROFILE_FILESDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_PROFILE_FILES) Is Nothing) Then + Me.tableTBPM_PROFILE_FILES.InitVars + End If + End If + Me.tableTBPM_FILES_USER_NOT_INDEXED = CType(MyBase.Tables("TBPM_FILES_USER_NOT_INDEXED"),TBPM_FILES_USER_NOT_INDEXEDDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_FILES_USER_NOT_INDEXED) Is Nothing) Then + Me.tableTBPM_FILES_USER_NOT_INDEXED.InitVars + End If + End If + Me.tableTBPM_PROFILE = CType(MyBase.Tables("TBPM_PROFILE"),TBPM_PROFILEDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_PROFILE) Is Nothing) Then + Me.tableTBPM_PROFILE.InitVars + End If + End If + Me.tableTBWH_CHECK_PROFILE_CONTROLS = CType(MyBase.Tables("TBWH_CHECK_PROFILE_CONTROLS"),TBWH_CHECK_PROFILE_CONTROLSDataTable) + If (initTable = true) Then + If (Not (Me.tableTBWH_CHECK_PROFILE_CONTROLS) Is Nothing) Then + Me.tableTBWH_CHECK_PROFILE_CONTROLS.InitVars + End If + End If + Me.tableTBPM_PROFILE_CONTROLS = CType(MyBase.Tables("TBPM_PROFILE_CONTROLS"),TBPM_PROFILE_CONTROLSDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_PROFILE_CONTROLS) Is Nothing) Then + Me.tableTBPM_PROFILE_CONTROLS.InitVars + End If + End If + Me.tableTBPM_CONTROL_TABLE = CType(MyBase.Tables("TBPM_CONTROL_TABLE"),TBPM_CONTROL_TABLEDataTable) + If (initTable = true) Then + If (Not (Me.tableTBPM_CONTROL_TABLE) Is Nothing) Then + Me.tableTBPM_CONTROL_TABLE.InitVars + End If + End If + Me.tableTBWH_CONNECTION = CType(MyBase.Tables("TBWH_CONNECTION"),TBWH_CONNECTIONDataTable) + If (initTable = true) Then + If (Not (Me.tableTBWH_CONNECTION) Is Nothing) Then + Me.tableTBWH_CONNECTION.InitVars + End If + End If + Me.relationFK_TBPM_ERROR_LOG_PROFILE1 = Me.Relations("FK_TBPM_ERROR_LOG_PROFILE1") + Me.relationFK_TBPM_PROFILE_TYPE1 = Me.Relations("FK_TBPM_PROFILE_TYPE1") + Me.relationFK_TBPM_PROFILE_CONTROLS_PROFILE1 = Me.Relations("FK_TBPM_PROFILE_CONTROLS_PROFILE1") + Me.relationFK_TBPM_CONTROL_TABLE_CONTROL1 = Me.Relations("FK_TBPM_CONTROL_TABLE_CONTROL1") + Me.relationFK_TBPM_CONTROL_TABLE_CONTROL = Me.Relations("FK_TBPM_CONTROL_TABLE_CONTROL") + End Sub + + _ + Private Sub InitClass() + Me.DataSetName = "DD_DMSLiteDataSet" + Me.Prefix = "" + Me.Namespace = "http://tempuri.org/DD_DMSLiteDataSet.xsd" + Me.EnforceConstraints = true + Me.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema + Me.tableTBPM_PROFILE_FINAL_INDEXING = New TBPM_PROFILE_FINAL_INDEXINGDataTable() + MyBase.Tables.Add(Me.tableTBPM_PROFILE_FINAL_INDEXING) + Me.tableVWPM_PROFILE_USER = New VWPM_PROFILE_USERDataTable() + MyBase.Tables.Add(Me.tableVWPM_PROFILE_USER) + Me.tableTBPM_KONFIGURATION = New TBPM_KONFIGURATIONDataTable() + MyBase.Tables.Add(Me.tableTBPM_KONFIGURATION) + Me.tableTBPM_USER = New TBPM_USERDataTable() + MyBase.Tables.Add(Me.tableTBPM_USER) + Me.tableTBPM_TYPE = New TBPM_TYPEDataTable() + MyBase.Tables.Add(Me.tableTBPM_TYPE) + Me.tableTBPM_ERROR_LOG = New TBPM_ERROR_LOGDataTable() + MyBase.Tables.Add(Me.tableTBPM_ERROR_LOG) + Me.tableVWPM_CONTROL_INDEX = New VWPM_CONTROL_INDEXDataTable() + MyBase.Tables.Add(Me.tableVWPM_CONTROL_INDEX) + Me.tableTBPM_CONNECTION = New TBPM_CONNECTIONDataTable() + MyBase.Tables.Add(Me.tableTBPM_CONNECTION) + Me.tableTBPROFILE_USER = New TBPROFILE_USERDataTable() + MyBase.Tables.Add(Me.tableTBPROFILE_USER) + Me.tableTBPM_PROFILE_FILES = New TBPM_PROFILE_FILESDataTable() + MyBase.Tables.Add(Me.tableTBPM_PROFILE_FILES) + Me.tableTBPM_FILES_USER_NOT_INDEXED = New TBPM_FILES_USER_NOT_INDEXEDDataTable() + MyBase.Tables.Add(Me.tableTBPM_FILES_USER_NOT_INDEXED) + Me.tableTBPM_PROFILE = New TBPM_PROFILEDataTable() + MyBase.Tables.Add(Me.tableTBPM_PROFILE) + Me.tableTBWH_CHECK_PROFILE_CONTROLS = New TBWH_CHECK_PROFILE_CONTROLSDataTable() + MyBase.Tables.Add(Me.tableTBWH_CHECK_PROFILE_CONTROLS) + Me.tableTBPM_PROFILE_CONTROLS = New TBPM_PROFILE_CONTROLSDataTable() + MyBase.Tables.Add(Me.tableTBPM_PROFILE_CONTROLS) + Me.tableTBPM_CONTROL_TABLE = New TBPM_CONTROL_TABLEDataTable() + MyBase.Tables.Add(Me.tableTBPM_CONTROL_TABLE) + Me.tableTBWH_CONNECTION = New TBWH_CONNECTIONDataTable() + MyBase.Tables.Add(Me.tableTBWH_CONNECTION) + Me.relationFK_TBPM_ERROR_LOG_PROFILE1 = New Global.System.Data.DataRelation("FK_TBPM_ERROR_LOG_PROFILE1", New Global.System.Data.DataColumn() {Me.tableTBPM_PROFILE.GUIDColumn}, New Global.System.Data.DataColumn() {Me.tableTBPM_ERROR_LOG.PROFIL_IDColumn}, false) + Me.Relations.Add(Me.relationFK_TBPM_ERROR_LOG_PROFILE1) + Me.relationFK_TBPM_PROFILE_TYPE1 = New Global.System.Data.DataRelation("FK_TBPM_PROFILE_TYPE1", New Global.System.Data.DataColumn() {Me.tableTBPM_TYPE.GUIDColumn}, New Global.System.Data.DataColumn() {Me.tableTBPM_PROFILE.TYPEColumn}, false) + Me.Relations.Add(Me.relationFK_TBPM_PROFILE_TYPE1) + Me.relationFK_TBPM_PROFILE_CONTROLS_PROFILE1 = New Global.System.Data.DataRelation("FK_TBPM_PROFILE_CONTROLS_PROFILE1", New Global.System.Data.DataColumn() {Me.tableTBPM_PROFILE.GUIDColumn}, New Global.System.Data.DataColumn() {Me.tableTBPM_PROFILE_CONTROLS.PROFIL_IDColumn}, false) + Me.Relations.Add(Me.relationFK_TBPM_PROFILE_CONTROLS_PROFILE1) + Me.relationFK_TBPM_CONTROL_TABLE_CONTROL1 = New Global.System.Data.DataRelation("FK_TBPM_CONTROL_TABLE_CONTROL1", New Global.System.Data.DataColumn() {Me.tableTBPM_PROFILE_CONTROLS.GUIDColumn}, New Global.System.Data.DataColumn() {Me.tableTBPM_CONTROL_TABLE.CONTROL_IDColumn}, false) + Me.Relations.Add(Me.relationFK_TBPM_CONTROL_TABLE_CONTROL1) + Me.relationFK_TBPM_CONTROL_TABLE_CONTROL = New Global.System.Data.DataRelation("FK_TBPM_CONTROL_TABLE_CONTROL", New Global.System.Data.DataColumn() {Me.tableTBWH_CHECK_PROFILE_CONTROLS.GUIDColumn}, New Global.System.Data.DataColumn() {Me.tableTBPM_CONTROL_TABLE.CONTROL_IDColumn}, false) + Me.Relations.Add(Me.relationFK_TBPM_CONTROL_TABLE_CONTROL) + End Sub + + _ + Private Function ShouldSerializeTBPM_PROFILE_FINAL_INDEXING() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeVWPM_PROFILE_USER() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_KONFIGURATION() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_USER() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_TYPE() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_ERROR_LOG() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeVWPM_CONTROL_INDEX() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_CONNECTION() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPROFILE_USER() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_PROFILE_FILES() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_FILES_USER_NOT_INDEXED() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_PROFILE() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBWH_CHECK_PROFILE_CONTROLS() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_PROFILE_CONTROLS() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBPM_CONTROL_TABLE() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeTBWH_CONNECTION() As Boolean + Return false + End Function + + _ + Private Sub SchemaChanged(ByVal sender As Object, ByVal e As Global.System.ComponentModel.CollectionChangeEventArgs) + If (e.Action = Global.System.ComponentModel.CollectionChangeAction.Remove) Then + Me.InitVars + End If + End Sub + + _ + Public Shared Function GetTypedDataSetSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim any As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any.Namespace = ds.Namespace + sequence.Items.Add(any) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + + _ + Public Delegate Sub TBPM_PROFILE_FINAL_INDEXINGRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent) + + _ + Public Delegate Sub VWPM_PROFILE_USERRowChangeEventHandler(ByVal sender As Object, ByVal e As VWPM_PROFILE_USERRowChangeEvent) + + _ + Public Delegate Sub TBPM_KONFIGURATIONRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_KONFIGURATIONRowChangeEvent) + + _ + Public Delegate Sub TBPM_USERRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_USERRowChangeEvent) + + _ + Public Delegate Sub TBPM_TYPERowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_TYPERowChangeEvent) + + _ + Public Delegate Sub TBPM_ERROR_LOGRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_ERROR_LOGRowChangeEvent) + + _ + Public Delegate Sub VWPM_CONTROL_INDEXRowChangeEventHandler(ByVal sender As Object, ByVal e As VWPM_CONTROL_INDEXRowChangeEvent) + + _ + Public Delegate Sub TBPM_CONNECTIONRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_CONNECTIONRowChangeEvent) + + _ + Public Delegate Sub TBPROFILE_USERRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPROFILE_USERRowChangeEvent) + + _ + Public Delegate Sub TBPM_PROFILE_FILESRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_PROFILE_FILESRowChangeEvent) + + _ + Public Delegate Sub TBPM_FILES_USER_NOT_INDEXEDRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent) + + _ + Public Delegate Sub TBPM_PROFILERowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_PROFILERowChangeEvent) + + _ + Public Delegate Sub TBWH_CHECK_PROFILE_CONTROLSRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent) + + _ + Public Delegate Sub TBPM_PROFILE_CONTROLSRowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_PROFILE_CONTROLSRowChangeEvent) + + _ + Public Delegate Sub TBPM_CONTROL_TABLERowChangeEventHandler(ByVal sender As Object, ByVal e As TBPM_CONTROL_TABLERowChangeEvent) + + _ + Public Delegate Sub TBWH_CONNECTIONRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWH_CONNECTIONRowChangeEvent) + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_PROFILE_FINAL_INDEXINGDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_PROFILE_FINAL_INDEXINGRow) + + Private columnINDEXNAME As Global.System.Data.DataColumn + + Private columnVALUE As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + Private columnGUID As Global.System.Data.DataColumn + + Private columnCONNECTION_ID As Global.System.Data.DataColumn + + Private columnSQL_COMMAND As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_PROFILE_FINAL_INDEXING" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property INDEXNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnINDEXNAME + End Get + End Property + + _ + Public ReadOnly Property VALUEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVALUE + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property CONNECTION_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONNECTION_ID + End Get + End Property + + _ + Public ReadOnly Property SQL_COMMANDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_COMMAND + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_PROFILE_FINAL_INDEXINGRow + Get + Return CType(Me.Rows(index),TBPM_PROFILE_FINAL_INDEXINGRow) + End Get + End Property + + _ + Public Event TBPM_PROFILE_FINAL_INDEXINGRowChanging As TBPM_PROFILE_FINAL_INDEXINGRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FINAL_INDEXINGRowChanged As TBPM_PROFILE_FINAL_INDEXINGRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FINAL_INDEXINGRowDeleting As TBPM_PROFILE_FINAL_INDEXINGRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FINAL_INDEXINGRowDeleted As TBPM_PROFILE_FINAL_INDEXINGRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_PROFILE_FINAL_INDEXINGRow(ByVal row As TBPM_PROFILE_FINAL_INDEXINGRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_PROFILE_FINAL_INDEXINGRow(ByVal INDEXNAME As String, ByVal VALUE As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date, ByVal CONNECTION_ID As Short, ByVal SQL_COMMAND As String) As TBPM_PROFILE_FINAL_INDEXINGRow + Dim rowTBPM_PROFILE_FINAL_INDEXINGRow As TBPM_PROFILE_FINAL_INDEXINGRow = CType(Me.NewRow,TBPM_PROFILE_FINAL_INDEXINGRow) + Dim columnValuesArray() As Object = New Object() {INDEXNAME, VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, Nothing, CONNECTION_ID, SQL_COMMAND} + rowTBPM_PROFILE_FINAL_INDEXINGRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_PROFILE_FINAL_INDEXINGRow) + Return rowTBPM_PROFILE_FINAL_INDEXINGRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_PROFILE_FINAL_INDEXINGRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_PROFILE_FINAL_INDEXINGRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_PROFILE_FINAL_INDEXINGDataTable = CType(MyBase.Clone,TBPM_PROFILE_FINAL_INDEXINGDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_PROFILE_FINAL_INDEXINGDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnINDEXNAME = MyBase.Columns("INDEXNAME") + Me.columnVALUE = MyBase.Columns("VALUE") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + Me.columnGUID = MyBase.Columns("GUID") + Me.columnCONNECTION_ID = MyBase.Columns("CONNECTION_ID") + Me.columnSQL_COMMAND = MyBase.Columns("SQL_COMMAND") + End Sub + + _ + Private Sub InitClass() + Me.columnINDEXNAME = New Global.System.Data.DataColumn("INDEXNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnINDEXNAME) + Me.columnVALUE = New Global.System.Data.DataColumn("VALUE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVALUE) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnCONNECTION_ID = New Global.System.Data.DataColumn("CONNECTION_ID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONNECTION_ID) + Me.columnSQL_COMMAND = New Global.System.Data.DataColumn("SQL_COMMAND", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_COMMAND) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnINDEXNAME.AllowDBNull = false + Me.columnINDEXNAME.MaxLength = 100 + Me.columnVALUE.AllowDBNull = false + Me.columnVALUE.MaxLength = 100 + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnADDED_WHEN.AllowDBNull = false + Me.columnCHANGED_WHO.MaxLength = 30 + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnCONNECTION_ID.AllowDBNull = false + Me.columnCONNECTION_ID.DefaultValue = CType(0,Short) + Me.columnSQL_COMMAND.AllowDBNull = false + Me.columnSQL_COMMAND.DefaultValue = CType("",String) + Me.columnSQL_COMMAND.MaxLength = 2147483647 + End Sub + + _ + Public Function NewTBPM_PROFILE_FINAL_INDEXINGRow() As TBPM_PROFILE_FINAL_INDEXINGRow + Return CType(Me.NewRow,TBPM_PROFILE_FINAL_INDEXINGRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_PROFILE_FINAL_INDEXINGRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_PROFILE_FINAL_INDEXINGRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_PROFILE_FINAL_INDEXINGRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FINAL_INDEXINGRowChanged(Me, New TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent(CType(e.Row,TBPM_PROFILE_FINAL_INDEXINGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_PROFILE_FINAL_INDEXINGRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FINAL_INDEXINGRowChanging(Me, New TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent(CType(e.Row,TBPM_PROFILE_FINAL_INDEXINGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_PROFILE_FINAL_INDEXINGRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FINAL_INDEXINGRowDeleted(Me, New TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent(CType(e.Row,TBPM_PROFILE_FINAL_INDEXINGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_PROFILE_FINAL_INDEXINGRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FINAL_INDEXINGRowDeleting(Me, New TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent(CType(e.Row,TBPM_PROFILE_FINAL_INDEXINGRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_PROFILE_FINAL_INDEXINGRow(ByVal row As TBPM_PROFILE_FINAL_INDEXINGRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_PROFILE_FINAL_INDEXINGDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWPM_PROFILE_USERDataTable + Inherits Global.System.Data.TypedTableBase(Of VWPM_PROFILE_USERRow) + + Private columnPROFIL_ID As Global.System.Data.DataColumn + + Private columnPROFIL_NAME As Global.System.Data.DataColumn + + Private columnPRIORITY As Global.System.Data.DataColumn + + Private columnWD_SEARCH As Global.System.Data.DataColumn + + Private columnNO_OF_DOCUMENTS As Global.System.Data.DataColumn + + Private columnEMAIL As Global.System.Data.DataColumn + + Private columnUSERNAME As Global.System.Data.DataColumn + + Private columnACTIVE As Global.System.Data.DataColumn + + Private columnTITLE As Global.System.Data.DataColumn + + Private columnFINAL_PROFILE As Global.System.Data.DataColumn + + Private columnFINAL_TEXT As Global.System.Data.DataColumn + + Private columnMOVE2Folder As Global.System.Data.DataColumn + + Private columnWD_OBJECTTYPE As Global.System.Data.DataColumn + + Private columnPRENAME As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnDESCRIPTION As Global.System.Data.DataColumn + + Private columnRIGHT_FILE_DELETE As Global.System.Data.DataColumn + + Private columnPM_VEKTOR_INDEX As Global.System.Data.DataColumn + + Private columnLOG_INDEX As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWPM_PROFILE_USER" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_ID + End Get + End Property + + _ + Public ReadOnly Property PROFIL_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_NAME + End Get + End Property + + _ + Public ReadOnly Property PRIORITYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPRIORITY + End Get + End Property + + _ + Public ReadOnly Property WD_SEARCHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWD_SEARCH + End Get + End Property + + _ + Public ReadOnly Property NO_OF_DOCUMENTSColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNO_OF_DOCUMENTS + End Get + End Property + + _ + Public ReadOnly Property EMAILColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL + End Get + End Property + + _ + Public ReadOnly Property USERNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSERNAME + End Get + End Property + + _ + Public ReadOnly Property ACTIVEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnACTIVE + End Get + End Property + + _ + Public ReadOnly Property TITLEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTITLE + End Get + End Property + + _ + Public ReadOnly Property FINAL_PROFILEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFINAL_PROFILE + End Get + End Property + + _ + Public ReadOnly Property FINAL_TEXTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFINAL_TEXT + End Get + End Property + + _ + Public ReadOnly Property MOVE2FolderColumn() As Global.System.Data.DataColumn + Get + Return Me.columnMOVE2Folder + End Get + End Property + + _ + Public ReadOnly Property WD_OBJECTTYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWD_OBJECTTYPE + End Get + End Property + + _ + Public ReadOnly Property PRENAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPRENAME + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property DESCRIPTIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDESCRIPTION + End Get + End Property + + _ + Public ReadOnly Property RIGHT_FILE_DELETEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnRIGHT_FILE_DELETE + End Get + End Property + + _ + Public ReadOnly Property PM_VEKTOR_INDEXColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPM_VEKTOR_INDEX + End Get + End Property + + _ + Public ReadOnly Property LOG_INDEXColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOG_INDEX + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWPM_PROFILE_USERRow + Get + Return CType(Me.Rows(index),VWPM_PROFILE_USERRow) + End Get + End Property + + _ + Public Event VWPM_PROFILE_USERRowChanging As VWPM_PROFILE_USERRowChangeEventHandler + + _ + Public Event VWPM_PROFILE_USERRowChanged As VWPM_PROFILE_USERRowChangeEventHandler + + _ + Public Event VWPM_PROFILE_USERRowDeleting As VWPM_PROFILE_USERRowChangeEventHandler + + _ + Public Event VWPM_PROFILE_USERRowDeleted As VWPM_PROFILE_USERRowChangeEventHandler + + _ + Public Overloads Sub AddVWPM_PROFILE_USERRow(ByVal row As VWPM_PROFILE_USERRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWPM_PROFILE_USERRow( _ + ByVal PROFIL_ID As Integer, _ + ByVal PROFIL_NAME As String, _ + ByVal PRIORITY As Integer, _ + ByVal WD_SEARCH As String, _ + ByVal NO_OF_DOCUMENTS As Integer, _ + ByVal EMAIL As String, _ + ByVal USERNAME As String, _ + ByVal ACTIVE As Boolean, _ + ByVal TITLE As String, _ + ByVal FINAL_PROFILE As Boolean, _ + ByVal FINAL_TEXT As String, _ + ByVal MOVE2Folder As String, _ + ByVal WD_OBJECTTYPE As String, _ + ByVal PRENAME As String, _ + ByVal NAME As String, _ + ByVal DESCRIPTION As String, _ + ByVal RIGHT_FILE_DELETE As Boolean, _ + ByVal PM_VEKTOR_INDEX As String, _ + ByVal LOG_INDEX As String) As VWPM_PROFILE_USERRow + Dim rowVWPM_PROFILE_USERRow As VWPM_PROFILE_USERRow = CType(Me.NewRow,VWPM_PROFILE_USERRow) + Dim columnValuesArray() As Object = New Object() {PROFIL_ID, PROFIL_NAME, PRIORITY, WD_SEARCH, NO_OF_DOCUMENTS, EMAIL, USERNAME, ACTIVE, TITLE, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder, WD_OBJECTTYPE, PRENAME, NAME, DESCRIPTION, RIGHT_FILE_DELETE, PM_VEKTOR_INDEX, LOG_INDEX} + rowVWPM_PROFILE_USERRow.ItemArray = columnValuesArray + Me.Rows.Add(rowVWPM_PROFILE_USERRow) + Return rowVWPM_PROFILE_USERRow + End Function + + _ + Public Function FindByPROFIL_ID(ByVal PROFIL_ID As Integer) As VWPM_PROFILE_USERRow + Return CType(Me.Rows.Find(New Object() {PROFIL_ID}),VWPM_PROFILE_USERRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWPM_PROFILE_USERDataTable = CType(MyBase.Clone,VWPM_PROFILE_USERDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWPM_PROFILE_USERDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID") + Me.columnPROFIL_NAME = MyBase.Columns("PROFIL_NAME") + Me.columnPRIORITY = MyBase.Columns("PRIORITY") + Me.columnWD_SEARCH = MyBase.Columns("WD_SEARCH") + Me.columnNO_OF_DOCUMENTS = MyBase.Columns("NO_OF_DOCUMENTS") + Me.columnEMAIL = MyBase.Columns("EMAIL") + Me.columnUSERNAME = MyBase.Columns("USERNAME") + Me.columnACTIVE = MyBase.Columns("ACTIVE") + Me.columnTITLE = MyBase.Columns("TITLE") + Me.columnFINAL_PROFILE = MyBase.Columns("FINAL_PROFILE") + Me.columnFINAL_TEXT = MyBase.Columns("FINAL_TEXT") + Me.columnMOVE2Folder = MyBase.Columns("MOVE2Folder") + Me.columnWD_OBJECTTYPE = MyBase.Columns("WD_OBJECTTYPE") + Me.columnPRENAME = MyBase.Columns("PRENAME") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnDESCRIPTION = MyBase.Columns("DESCRIPTION") + Me.columnRIGHT_FILE_DELETE = MyBase.Columns("RIGHT_FILE_DELETE") + Me.columnPM_VEKTOR_INDEX = MyBase.Columns("PM_VEKTOR_INDEX") + Me.columnLOG_INDEX = MyBase.Columns("LOG_INDEX") + End Sub + + _ + Private Sub InitClass() + Me.columnPROFIL_ID = New Global.System.Data.DataColumn("PROFIL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_ID) + Me.columnPROFIL_NAME = New Global.System.Data.DataColumn("PROFIL_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_NAME) + Me.columnPRIORITY = New Global.System.Data.DataColumn("PRIORITY", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPRIORITY) + Me.columnWD_SEARCH = New Global.System.Data.DataColumn("WD_SEARCH", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWD_SEARCH) + Me.columnNO_OF_DOCUMENTS = New Global.System.Data.DataColumn("NO_OF_DOCUMENTS", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNO_OF_DOCUMENTS) + Me.columnEMAIL = New Global.System.Data.DataColumn("EMAIL", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL) + Me.columnUSERNAME = New Global.System.Data.DataColumn("USERNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSERNAME) + Me.columnACTIVE = New Global.System.Data.DataColumn("ACTIVE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnACTIVE) + Me.columnTITLE = New Global.System.Data.DataColumn("TITLE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTITLE) + Me.columnFINAL_PROFILE = New Global.System.Data.DataColumn("FINAL_PROFILE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFINAL_PROFILE) + Me.columnFINAL_TEXT = New Global.System.Data.DataColumn("FINAL_TEXT", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFINAL_TEXT) + Me.columnMOVE2Folder = New Global.System.Data.DataColumn("MOVE2Folder", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnMOVE2Folder) + Me.columnWD_OBJECTTYPE = New Global.System.Data.DataColumn("WD_OBJECTTYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWD_OBJECTTYPE) + Me.columnPRENAME = New Global.System.Data.DataColumn("PRENAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPRENAME) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnDESCRIPTION = New Global.System.Data.DataColumn("DESCRIPTION", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDESCRIPTION) + Me.columnRIGHT_FILE_DELETE = New Global.System.Data.DataColumn("RIGHT_FILE_DELETE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnRIGHT_FILE_DELETE) + Me.columnPM_VEKTOR_INDEX = New Global.System.Data.DataColumn("PM_VEKTOR_INDEX", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPM_VEKTOR_INDEX) + Me.columnLOG_INDEX = New Global.System.Data.DataColumn("LOG_INDEX", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOG_INDEX) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnPROFIL_ID}, true)) + Me.columnPROFIL_ID.AllowDBNull = false + Me.columnPROFIL_ID.Unique = true + Me.columnPROFIL_NAME.AllowDBNull = false + Me.columnPROFIL_NAME.MaxLength = 100 + Me.columnPRIORITY.AllowDBNull = false + Me.columnWD_SEARCH.AllowDBNull = false + Me.columnWD_SEARCH.MaxLength = 500 + Me.columnNO_OF_DOCUMENTS.AllowDBNull = false + Me.columnEMAIL.MaxLength = 100 + Me.columnUSERNAME.AllowDBNull = false + Me.columnUSERNAME.MaxLength = 50 + Me.columnACTIVE.AllowDBNull = false + Me.columnTITLE.AllowDBNull = false + Me.columnTITLE.MaxLength = 150 + Me.columnFINAL_PROFILE.AllowDBNull = false + Me.columnFINAL_TEXT.MaxLength = 250 + Me.columnMOVE2Folder.MaxLength = 1000 + Me.columnWD_OBJECTTYPE.AllowDBNull = false + Me.columnWD_OBJECTTYPE.MaxLength = 200 + Me.columnPRENAME.MaxLength = 50 + Me.columnNAME.MaxLength = 50 + Me.columnDESCRIPTION.MaxLength = 250 + Me.columnRIGHT_FILE_DELETE.AllowDBNull = false + Me.columnRIGHT_FILE_DELETE.DefaultValue = CType(false,Boolean) + Me.columnPM_VEKTOR_INDEX.MaxLength = 50 + Me.columnLOG_INDEX.AllowDBNull = false + Me.columnLOG_INDEX.MaxLength = 50 + End Sub + + _ + Public Function NewVWPM_PROFILE_USERRow() As VWPM_PROFILE_USERRow + Return CType(Me.NewRow,VWPM_PROFILE_USERRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWPM_PROFILE_USERRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWPM_PROFILE_USERRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWPM_PROFILE_USERRowChangedEvent) Is Nothing) Then + RaiseEvent VWPM_PROFILE_USERRowChanged(Me, New VWPM_PROFILE_USERRowChangeEvent(CType(e.Row,VWPM_PROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWPM_PROFILE_USERRowChangingEvent) Is Nothing) Then + RaiseEvent VWPM_PROFILE_USERRowChanging(Me, New VWPM_PROFILE_USERRowChangeEvent(CType(e.Row,VWPM_PROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWPM_PROFILE_USERRowDeletedEvent) Is Nothing) Then + RaiseEvent VWPM_PROFILE_USERRowDeleted(Me, New VWPM_PROFILE_USERRowChangeEvent(CType(e.Row,VWPM_PROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWPM_PROFILE_USERRowDeletingEvent) Is Nothing) Then + RaiseEvent VWPM_PROFILE_USERRowDeleting(Me, New VWPM_PROFILE_USERRowChangeEvent(CType(e.Row,VWPM_PROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWPM_PROFILE_USERRow(ByVal row As VWPM_PROFILE_USERRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWPM_PROFILE_USERDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_KONFIGURATIONDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_KONFIGURATIONRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnLIZENZEN As Global.System.Data.DataColumn + + Private columnERFASSTWER As Global.System.Data.DataColumn + + Private columnERSTELLTWER As Global.System.Data.DataColumn + + Private columnERSTELLTWANN As Global.System.Data.DataColumn + + Private columnGEAENDERTWER As Global.System.Data.DataColumn + + Private columnINTERVALL_CKECK_NO_OF_FILES As Global.System.Data.DataColumn + + Private columnGEAENDERTWANN As Global.System.Data.DataColumn + + Private columnEMAIL_ACTIVE As Global.System.Data.DataColumn + + Private columnEMAIL_FROM As Global.System.Data.DataColumn + + Private columnEMAIL_SMTP As Global.System.Data.DataColumn + + Private columnEMAIL_USER As Global.System.Data.DataColumn + + Private columnEMAIL_PW As Global.System.Data.DataColumn + + Private columnEMAIL_REMINDER_HEADER As Global.System.Data.DataColumn + + Private columnEMAIL_REMINDER_FOOTER As Global.System.Data.DataColumn + + Private columnVEKTOR_DELIMITER As Global.System.Data.DataColumn + + Private columnADMIN_PW As Global.System.Data.DataColumn + + Private columnADMIN_SECURITY As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_KONFIGURATION" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property LIZENZENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLIZENZEN + End Get + End Property + + _ + Public ReadOnly Property ERFASSTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERFASSTWER + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWER + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWANN + End Get + End Property + + _ + Public ReadOnly Property GEAENDERTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEAENDERTWER + End Get + End Property + + _ + Public ReadOnly Property INTERVALL_CKECK_NO_OF_FILESColumn() As Global.System.Data.DataColumn + Get + Return Me.columnINTERVALL_CKECK_NO_OF_FILES + End Get + End Property + + _ + Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEAENDERTWANN + End Get + End Property + + _ + Public ReadOnly Property EMAIL_ACTIVEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_ACTIVE + End Get + End Property + + _ + Public ReadOnly Property EMAIL_FROMColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_FROM + End Get + End Property + + _ + Public ReadOnly Property EMAIL_SMTPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_SMTP + End Get + End Property + + _ + Public ReadOnly Property EMAIL_USERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_USER + End Get + End Property + + _ + Public ReadOnly Property EMAIL_PWColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_PW + End Get + End Property + + _ + Public ReadOnly Property EMAIL_REMINDER_HEADERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_REMINDER_HEADER + End Get + End Property + + _ + Public ReadOnly Property EMAIL_REMINDER_FOOTERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_REMINDER_FOOTER + End Get + End Property + + _ + Public ReadOnly Property VEKTOR_DELIMITERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVEKTOR_DELIMITER + End Get + End Property + + _ + Public ReadOnly Property ADMIN_PWColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADMIN_PW + End Get + End Property + + _ + Public ReadOnly Property ADMIN_SECURITYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADMIN_SECURITY + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_KONFIGURATIONRow + Get + Return CType(Me.Rows(index),TBPM_KONFIGURATIONRow) + End Get + End Property + + _ + Public Event TBPM_KONFIGURATIONRowChanging As TBPM_KONFIGURATIONRowChangeEventHandler + + _ + Public Event TBPM_KONFIGURATIONRowChanged As TBPM_KONFIGURATIONRowChangeEventHandler + + _ + Public Event TBPM_KONFIGURATIONRowDeleting As TBPM_KONFIGURATIONRowChangeEventHandler + + _ + Public Event TBPM_KONFIGURATIONRowDeleted As TBPM_KONFIGURATIONRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_KONFIGURATIONRow(ByVal row As TBPM_KONFIGURATIONRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_KONFIGURATIONRow( _ + ByVal GUID As Byte, _ + ByVal LIZENZEN As String, _ + ByVal ERFASSTWER As String, _ + ByVal ERSTELLTWER As String, _ + ByVal ERSTELLTWANN As Date, _ + ByVal GEAENDERTWER As String, _ + ByVal INTERVALL_CKECK_NO_OF_FILES As Short, _ + ByVal GEAENDERTWANN As Date, _ + ByVal EMAIL_ACTIVE As Boolean, _ + ByVal EMAIL_FROM As String, _ + ByVal EMAIL_SMTP As String, _ + ByVal EMAIL_USER As String, _ + ByVal EMAIL_PW As String, _ + ByVal EMAIL_REMINDER_HEADER As String, _ + ByVal EMAIL_REMINDER_FOOTER As String, _ + ByVal VEKTOR_DELIMITER As String, _ + ByVal ADMIN_PW As String, _ + ByVal ADMIN_SECURITY As Boolean) As TBPM_KONFIGURATIONRow + Dim rowTBPM_KONFIGURATIONRow As TBPM_KONFIGURATIONRow = CType(Me.NewRow,TBPM_KONFIGURATIONRow) + Dim columnValuesArray() As Object = New Object() {GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN, EMAIL_ACTIVE, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, EMAIL_REMINDER_HEADER, EMAIL_REMINDER_FOOTER, VEKTOR_DELIMITER, ADMIN_PW, ADMIN_SECURITY} + rowTBPM_KONFIGURATIONRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_KONFIGURATIONRow) + Return rowTBPM_KONFIGURATIONRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Byte) As TBPM_KONFIGURATIONRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_KONFIGURATIONRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_KONFIGURATIONDataTable = CType(MyBase.Clone,TBPM_KONFIGURATIONDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_KONFIGURATIONDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnLIZENZEN = MyBase.Columns("LIZENZEN") + Me.columnERFASSTWER = MyBase.Columns("ERFASSTWER") + Me.columnERSTELLTWER = MyBase.Columns("ERSTELLTWER") + Me.columnERSTELLTWANN = MyBase.Columns("ERSTELLTWANN") + Me.columnGEAENDERTWER = MyBase.Columns("GEAENDERTWER") + Me.columnINTERVALL_CKECK_NO_OF_FILES = MyBase.Columns("INTERVALL_CKECK_NO_OF_FILES") + Me.columnGEAENDERTWANN = MyBase.Columns("GEAENDERTWANN") + Me.columnEMAIL_ACTIVE = MyBase.Columns("EMAIL_ACTIVE") + Me.columnEMAIL_FROM = MyBase.Columns("EMAIL_FROM") + Me.columnEMAIL_SMTP = MyBase.Columns("EMAIL_SMTP") + Me.columnEMAIL_USER = MyBase.Columns("EMAIL_USER") + Me.columnEMAIL_PW = MyBase.Columns("EMAIL_PW") + Me.columnEMAIL_REMINDER_HEADER = MyBase.Columns("EMAIL_REMINDER_HEADER") + Me.columnEMAIL_REMINDER_FOOTER = MyBase.Columns("EMAIL_REMINDER_FOOTER") + Me.columnVEKTOR_DELIMITER = MyBase.Columns("VEKTOR_DELIMITER") + Me.columnADMIN_PW = MyBase.Columns("ADMIN_PW") + Me.columnADMIN_SECURITY = MyBase.Columns("ADMIN_SECURITY") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Byte), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnLIZENZEN = New Global.System.Data.DataColumn("LIZENZEN", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLIZENZEN) + Me.columnERFASSTWER = New Global.System.Data.DataColumn("ERFASSTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERFASSTWER) + Me.columnERSTELLTWER = New Global.System.Data.DataColumn("ERSTELLTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWER) + Me.columnERSTELLTWANN = New Global.System.Data.DataColumn("ERSTELLTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWANN) + Me.columnGEAENDERTWER = New Global.System.Data.DataColumn("GEAENDERTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEAENDERTWER) + Me.columnINTERVALL_CKECK_NO_OF_FILES = New Global.System.Data.DataColumn("INTERVALL_CKECK_NO_OF_FILES", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnINTERVALL_CKECK_NO_OF_FILES) + Me.columnGEAENDERTWANN = New Global.System.Data.DataColumn("GEAENDERTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEAENDERTWANN) + Me.columnEMAIL_ACTIVE = New Global.System.Data.DataColumn("EMAIL_ACTIVE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_ACTIVE) + Me.columnEMAIL_FROM = New Global.System.Data.DataColumn("EMAIL_FROM", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_FROM) + Me.columnEMAIL_SMTP = New Global.System.Data.DataColumn("EMAIL_SMTP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_SMTP) + Me.columnEMAIL_USER = New Global.System.Data.DataColumn("EMAIL_USER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_USER) + Me.columnEMAIL_PW = New Global.System.Data.DataColumn("EMAIL_PW", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_PW) + Me.columnEMAIL_REMINDER_HEADER = New Global.System.Data.DataColumn("EMAIL_REMINDER_HEADER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_REMINDER_HEADER) + Me.columnEMAIL_REMINDER_FOOTER = New Global.System.Data.DataColumn("EMAIL_REMINDER_FOOTER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_REMINDER_FOOTER) + Me.columnVEKTOR_DELIMITER = New Global.System.Data.DataColumn("VEKTOR_DELIMITER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVEKTOR_DELIMITER) + Me.columnADMIN_PW = New Global.System.Data.DataColumn("ADMIN_PW", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADMIN_PW) + Me.columnADMIN_SECURITY = New Global.System.Data.DataColumn("ADMIN_SECURITY", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADMIN_SECURITY) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AllowDBNull = false + Me.columnGUID.Unique = true + Me.columnLIZENZEN.MaxLength = 2000 + Me.columnERFASSTWER.AllowDBNull = false + Me.columnERFASSTWER.MaxLength = 50 + Me.columnERSTELLTWER.AllowDBNull = false + Me.columnERSTELLTWER.MaxLength = 50 + Me.columnERSTELLTWANN.AllowDBNull = false + Me.columnGEAENDERTWER.MaxLength = 50 + Me.columnINTERVALL_CKECK_NO_OF_FILES.AllowDBNull = false + Me.columnINTERVALL_CKECK_NO_OF_FILES.DefaultValue = CType(2,Short) + Me.columnEMAIL_ACTIVE.AllowDBNull = false + Me.columnEMAIL_FROM.MaxLength = 50 + Me.columnEMAIL_SMTP.MaxLength = 50 + Me.columnEMAIL_USER.MaxLength = 50 + Me.columnEMAIL_PW.MaxLength = 50 + Me.columnEMAIL_REMINDER_HEADER.MaxLength = 250 + Me.columnEMAIL_REMINDER_FOOTER.MaxLength = 250 + Me.columnVEKTOR_DELIMITER.AllowDBNull = false + Me.columnVEKTOR_DELIMITER.MaxLength = 1 + Me.columnADMIN_PW.MaxLength = 100 + Me.columnADMIN_SECURITY.AllowDBNull = false + End Sub + + _ + Public Function NewTBPM_KONFIGURATIONRow() As TBPM_KONFIGURATIONRow + Return CType(Me.NewRow,TBPM_KONFIGURATIONRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_KONFIGURATIONRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_KONFIGURATIONRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_KONFIGURATIONRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_KONFIGURATIONRowChanged(Me, New TBPM_KONFIGURATIONRowChangeEvent(CType(e.Row,TBPM_KONFIGURATIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_KONFIGURATIONRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_KONFIGURATIONRowChanging(Me, New TBPM_KONFIGURATIONRowChangeEvent(CType(e.Row,TBPM_KONFIGURATIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_KONFIGURATIONRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_KONFIGURATIONRowDeleted(Me, New TBPM_KONFIGURATIONRowChangeEvent(CType(e.Row,TBPM_KONFIGURATIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_KONFIGURATIONRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_KONFIGURATIONRowDeleting(Me, New TBPM_KONFIGURATIONRowChangeEvent(CType(e.Row,TBPM_KONFIGURATIONRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_KONFIGURATIONRow(ByVal row As TBPM_KONFIGURATIONRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_KONFIGURATIONDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_USERDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_USERRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnPRENAME As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnUSERNAME As Global.System.Data.DataColumn + + Private columnEMAIL As Global.System.Data.DataColumn + + Private columnLOGGED_IN As Global.System.Data.DataColumn + + Private columnLOGGED_WHERE As Global.System.Data.DataColumn + + Private columnLOG_IN_WHEN As Global.System.Data.DataColumn + + Private columnLOG_OUT_WHEN As Global.System.Data.DataColumn + + Private columnADMIN As Global.System.Data.DataColumn + + Private columnNOTICE As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + Private columnRIGHT_FILE_DELETE As Global.System.Data.DataColumn + + Private columnEMAIL_ONCE_DAY As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_USER" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property PRENAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPRENAME + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property USERNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSERNAME + End Get + End Property + + _ + Public ReadOnly Property EMAILColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL + End Get + End Property + + _ + Public ReadOnly Property LOGGED_INColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOGGED_IN + End Get + End Property + + _ + Public ReadOnly Property LOGGED_WHEREColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOGGED_WHERE + End Get + End Property + + _ + Public ReadOnly Property LOG_IN_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOG_IN_WHEN + End Get + End Property + + _ + Public ReadOnly Property LOG_OUT_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOG_OUT_WHEN + End Get + End Property + + _ + Public ReadOnly Property ADMINColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADMIN + End Get + End Property + + _ + Public ReadOnly Property NOTICEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNOTICE + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property RIGHT_FILE_DELETEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnRIGHT_FILE_DELETE + End Get + End Property + + _ + Public ReadOnly Property EMAIL_ONCE_DAYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEMAIL_ONCE_DAY + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_USERRow + Get + Return CType(Me.Rows(index),TBPM_USERRow) + End Get + End Property + + _ + Public Event TBPM_USERRowChanging As TBPM_USERRowChangeEventHandler + + _ + Public Event TBPM_USERRowChanged As TBPM_USERRowChangeEventHandler + + _ + Public Event TBPM_USERRowDeleting As TBPM_USERRowChangeEventHandler + + _ + Public Event TBPM_USERRowDeleted As TBPM_USERRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_USERRow(ByVal row As TBPM_USERRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_USERRow( _ + ByVal PRENAME As String, _ + ByVal NAME As String, _ + ByVal USERNAME As String, _ + ByVal EMAIL As String, _ + ByVal LOGGED_IN As Boolean, _ + ByVal LOGGED_WHERE As String, _ + ByVal LOG_IN_WHEN As Date, _ + ByVal LOG_OUT_WHEN As Date, _ + ByVal ADMIN As Boolean, _ + ByVal NOTICE As String, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Date, _ + ByVal CHANGED_WHO As String, _ + ByVal CHANGED_WHEN As Date, _ + ByVal RIGHT_FILE_DELETE As Boolean, _ + ByVal EMAIL_ONCE_DAY As Boolean) As TBPM_USERRow + Dim rowTBPM_USERRow As TBPM_USERRow = CType(Me.NewRow,TBPM_USERRow) + Dim columnValuesArray() As Object = New Object() {Nothing, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, RIGHT_FILE_DELETE, EMAIL_ONCE_DAY} + rowTBPM_USERRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_USERRow) + Return rowTBPM_USERRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_USERRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_USERRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_USERDataTable = CType(MyBase.Clone,TBPM_USERDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_USERDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnPRENAME = MyBase.Columns("PRENAME") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnUSERNAME = MyBase.Columns("USERNAME") + Me.columnEMAIL = MyBase.Columns("EMAIL") + Me.columnLOGGED_IN = MyBase.Columns("LOGGED_IN") + Me.columnLOGGED_WHERE = MyBase.Columns("LOGGED_WHERE") + Me.columnLOG_IN_WHEN = MyBase.Columns("LOG_IN_WHEN") + Me.columnLOG_OUT_WHEN = MyBase.Columns("LOG_OUT_WHEN") + Me.columnADMIN = MyBase.Columns("ADMIN") + Me.columnNOTICE = MyBase.Columns("NOTICE") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + Me.columnRIGHT_FILE_DELETE = MyBase.Columns("RIGHT_FILE_DELETE") + Me.columnEMAIL_ONCE_DAY = MyBase.Columns("EMAIL_ONCE_DAY") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnPRENAME = New Global.System.Data.DataColumn("PRENAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPRENAME) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnUSERNAME = New Global.System.Data.DataColumn("USERNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSERNAME) + Me.columnEMAIL = New Global.System.Data.DataColumn("EMAIL", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL) + Me.columnLOGGED_IN = New Global.System.Data.DataColumn("LOGGED_IN", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOGGED_IN) + Me.columnLOGGED_WHERE = New Global.System.Data.DataColumn("LOGGED_WHERE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOGGED_WHERE) + Me.columnLOG_IN_WHEN = New Global.System.Data.DataColumn("LOG_IN_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOG_IN_WHEN) + Me.columnLOG_OUT_WHEN = New Global.System.Data.DataColumn("LOG_OUT_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOG_OUT_WHEN) + Me.columnADMIN = New Global.System.Data.DataColumn("ADMIN", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADMIN) + Me.columnNOTICE = New Global.System.Data.DataColumn("NOTICE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNOTICE) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.columnRIGHT_FILE_DELETE = New Global.System.Data.DataColumn("RIGHT_FILE_DELETE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnRIGHT_FILE_DELETE) + Me.columnEMAIL_ONCE_DAY = New Global.System.Data.DataColumn("EMAIL_ONCE_DAY", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEMAIL_ONCE_DAY) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnPRENAME.MaxLength = 50 + Me.columnNAME.MaxLength = 50 + Me.columnUSERNAME.AllowDBNull = false + Me.columnUSERNAME.MaxLength = 50 + Me.columnEMAIL.MaxLength = 100 + Me.columnLOGGED_IN.AllowDBNull = false + Me.columnLOGGED_IN.DefaultValue = CType(false,Boolean) + Me.columnLOGGED_WHERE.MaxLength = 50 + Me.columnADMIN.AllowDBNull = false + Me.columnADMIN.DefaultValue = CType(false,Boolean) + Me.columnNOTICE.MaxLength = 250 + Me.columnADDED_WHO.MaxLength = 50 + Me.columnCHANGED_WHO.MaxLength = 50 + Me.columnRIGHT_FILE_DELETE.AllowDBNull = false + Me.columnRIGHT_FILE_DELETE.DefaultValue = CType(false,Boolean) + Me.columnEMAIL_ONCE_DAY.AllowDBNull = false + Me.columnEMAIL_ONCE_DAY.DefaultValue = CType(false,Boolean) + End Sub + + _ + Public Function NewTBPM_USERRow() As TBPM_USERRow + Return CType(Me.NewRow,TBPM_USERRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_USERRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_USERRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_USERRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_USERRowChanged(Me, New TBPM_USERRowChangeEvent(CType(e.Row,TBPM_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_USERRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_USERRowChanging(Me, New TBPM_USERRowChangeEvent(CType(e.Row,TBPM_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_USERRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_USERRowDeleted(Me, New TBPM_USERRowChangeEvent(CType(e.Row,TBPM_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_USERRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_USERRowDeleting(Me, New TBPM_USERRowChangeEvent(CType(e.Row,TBPM_USERRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_USERRow(ByVal row As TBPM_USERRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_USERDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_TYPEDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_TYPERow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnBEZEICHNUNG As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_TYPE" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property BEZEICHNUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBEZEICHNUNG + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_TYPERow + Get + Return CType(Me.Rows(index),TBPM_TYPERow) + End Get + End Property + + _ + Public Event TBPM_TYPERowChanging As TBPM_TYPERowChangeEventHandler + + _ + Public Event TBPM_TYPERowChanged As TBPM_TYPERowChangeEventHandler + + _ + Public Event TBPM_TYPERowDeleting As TBPM_TYPERowChangeEventHandler + + _ + Public Event TBPM_TYPERowDeleted As TBPM_TYPERowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_TYPERow(ByVal row As TBPM_TYPERow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_TYPERow(ByVal BEZEICHNUNG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date) As TBPM_TYPERow + Dim rowTBPM_TYPERow As TBPM_TYPERow = CType(Me.NewRow,TBPM_TYPERow) + Dim columnValuesArray() As Object = New Object() {Nothing, BEZEICHNUNG, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN} + rowTBPM_TYPERow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_TYPERow) + Return rowTBPM_TYPERow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Short) As TBPM_TYPERow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_TYPERow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_TYPEDataTable = CType(MyBase.Clone,TBPM_TYPEDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_TYPEDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnBEZEICHNUNG = MyBase.Columns("BEZEICHNUNG") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnBEZEICHNUNG = New Global.System.Data.DataColumn("BEZEICHNUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBEZEICHNUNG) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AutoIncrementStep = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnBEZEICHNUNG.AllowDBNull = false + Me.columnBEZEICHNUNG.MaxLength = 100 + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnADDED_WHEN.AllowDBNull = false + Me.columnCHANGED_WHO.MaxLength = 30 + End Sub + + _ + Public Function NewTBPM_TYPERow() As TBPM_TYPERow + Return CType(Me.NewRow,TBPM_TYPERow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_TYPERow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_TYPERow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_TYPERowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_TYPERowChanged(Me, New TBPM_TYPERowChangeEvent(CType(e.Row,TBPM_TYPERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_TYPERowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_TYPERowChanging(Me, New TBPM_TYPERowChangeEvent(CType(e.Row,TBPM_TYPERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_TYPERowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_TYPERowDeleted(Me, New TBPM_TYPERowChangeEvent(CType(e.Row,TBPM_TYPERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_TYPERowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_TYPERowDeleting(Me, New TBPM_TYPERowChangeEvent(CType(e.Row,TBPM_TYPERow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_TYPERow(ByVal row As TBPM_TYPERow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_TYPEDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_ERROR_LOGDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_ERROR_LOGRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnPROFIL_ID As Global.System.Data.DataColumn + + Private columnERROR_MSG As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_ERROR_LOG" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_ID + End Get + End Property + + _ + Public ReadOnly Property ERROR_MSGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERROR_MSG + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_ERROR_LOGRow + Get + Return CType(Me.Rows(index),TBPM_ERROR_LOGRow) + End Get + End Property + + _ + Public Event TBPM_ERROR_LOGRowChanging As TBPM_ERROR_LOGRowChangeEventHandler + + _ + Public Event TBPM_ERROR_LOGRowChanged As TBPM_ERROR_LOGRowChangeEventHandler + + _ + Public Event TBPM_ERROR_LOGRowDeleting As TBPM_ERROR_LOGRowChangeEventHandler + + _ + Public Event TBPM_ERROR_LOGRowDeleted As TBPM_ERROR_LOGRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_ERROR_LOGRow(ByVal row As TBPM_ERROR_LOGRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_ERROR_LOGRow(ByVal parentTBPM_PROFILERowByFK_TBPM_ERROR_LOG_PROFILE1 As TBPM_PROFILERow, ByVal ERROR_MSG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date) As TBPM_ERROR_LOGRow + Dim rowTBPM_ERROR_LOGRow As TBPM_ERROR_LOGRow = CType(Me.NewRow,TBPM_ERROR_LOGRow) + Dim columnValuesArray() As Object = New Object() {Nothing, Nothing, ERROR_MSG, ADDED_WHO, ADDED_WHEN} + If (Not (parentTBPM_PROFILERowByFK_TBPM_ERROR_LOG_PROFILE1) Is Nothing) Then + columnValuesArray(1) = parentTBPM_PROFILERowByFK_TBPM_ERROR_LOG_PROFILE1(0) + End If + rowTBPM_ERROR_LOGRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_ERROR_LOGRow) + Return rowTBPM_ERROR_LOGRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_ERROR_LOGRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_ERROR_LOGRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_ERROR_LOGDataTable = CType(MyBase.Clone,TBPM_ERROR_LOGDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_ERROR_LOGDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID") + Me.columnERROR_MSG = MyBase.Columns("ERROR_MSG") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnPROFIL_ID = New Global.System.Data.DataColumn("PROFIL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_ID) + Me.columnERROR_MSG = New Global.System.Data.DataColumn("ERROR_MSG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERROR_MSG) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AutoIncrementStep = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnPROFIL_ID.AllowDBNull = false + Me.columnERROR_MSG.AllowDBNull = false + Me.columnERROR_MSG.MaxLength = 1000 + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 50 + Me.columnADDED_WHEN.AllowDBNull = false + End Sub + + _ + Public Function NewTBPM_ERROR_LOGRow() As TBPM_ERROR_LOGRow + Return CType(Me.NewRow,TBPM_ERROR_LOGRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_ERROR_LOGRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_ERROR_LOGRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_ERROR_LOGRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_ERROR_LOGRowChanged(Me, New TBPM_ERROR_LOGRowChangeEvent(CType(e.Row,TBPM_ERROR_LOGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_ERROR_LOGRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_ERROR_LOGRowChanging(Me, New TBPM_ERROR_LOGRowChangeEvent(CType(e.Row,TBPM_ERROR_LOGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_ERROR_LOGRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_ERROR_LOGRowDeleted(Me, New TBPM_ERROR_LOGRowChangeEvent(CType(e.Row,TBPM_ERROR_LOGRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_ERROR_LOGRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_ERROR_LOGRowDeleting(Me, New TBPM_ERROR_LOGRowChangeEvent(CType(e.Row,TBPM_ERROR_LOGRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_ERROR_LOGRow(ByVal row As TBPM_ERROR_LOGRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_ERROR_LOGDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWPM_CONTROL_INDEXDataTable + Inherits Global.System.Data.TypedTableBase(Of VWPM_CONTROL_INDEXRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnPROFIL_ID As Global.System.Data.DataColumn + + Private columnPROFIL_NAME As Global.System.Data.DataColumn + + Private columnCTRL_NAME As Global.System.Data.DataColumn + + Private columnCTRL_TYPE As Global.System.Data.DataColumn + + Private columnCTRL_TEXT As Global.System.Data.DataColumn + + Private columnX_LOC As Global.System.Data.DataColumn + + Private columnY_LOC As Global.System.Data.DataColumn + + Private columnINDEX_NAME As Global.System.Data.DataColumn + + Private columnVALIDATION As Global.System.Data.DataColumn + + Private columnTYP As Global.System.Data.DataColumn + + Private columnCONNECTION_ID As Global.System.Data.DataColumn + + Private columnSQL_UEBERPRUEFUNG As Global.System.Data.DataColumn + + Private columnCHOICE_LIST As Global.System.Data.DataColumn + + Private columnFONT_COLOR As Global.System.Data.DataColumn + + Private columnFONT_FAMILY As Global.System.Data.DataColumn + + Private columnFONT_SIZE As Global.System.Data.DataColumn + + Private columnFONT_STYLE As Global.System.Data.DataColumn + + Private columnWIDTH As Global.System.Data.DataColumn + + Private columnHEIGHT As Global.System.Data.DataColumn + + Private columnREAD_ONLY As Global.System.Data.DataColumn + + Private columnLOAD_IDX_VALUE As Global.System.Data.DataColumn + + Private columnLOG_INDEX As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWPM_CONTROL_INDEX" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_ID + End Get + End Property + + _ + Public ReadOnly Property PROFIL_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_NAME + End Get + End Property + + _ + Public ReadOnly Property CTRL_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_NAME + End Get + End Property + + _ + Public ReadOnly Property CTRL_TYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_TYPE + End Get + End Property + + _ + Public ReadOnly Property CTRL_TEXTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_TEXT + End Get + End Property + + _ + Public ReadOnly Property X_LOCColumn() As Global.System.Data.DataColumn + Get + Return Me.columnX_LOC + End Get + End Property + + _ + Public ReadOnly Property Y_LOCColumn() As Global.System.Data.DataColumn + Get + Return Me.columnY_LOC + End Get + End Property + + _ + Public ReadOnly Property INDEX_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnINDEX_NAME + End Get + End Property + + _ + Public ReadOnly Property VALIDATIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVALIDATION + End Get + End Property + + _ + Public ReadOnly Property TYPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTYP + End Get + End Property + + _ + Public ReadOnly Property CONNECTION_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONNECTION_ID + End Get + End Property + + _ + Public ReadOnly Property SQL_UEBERPRUEFUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_UEBERPRUEFUNG + End Get + End Property + + _ + Public ReadOnly Property CHOICE_LISTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHOICE_LIST + End Get + End Property + + _ + Public ReadOnly Property FONT_COLORColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_COLOR + End Get + End Property + + _ + Public ReadOnly Property FONT_FAMILYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_FAMILY + End Get + End Property + + _ + Public ReadOnly Property FONT_SIZEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_SIZE + End Get + End Property + + _ + Public ReadOnly Property FONT_STYLEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_STYLE + End Get + End Property + + _ + Public ReadOnly Property WIDTHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWIDTH + End Get + End Property + + _ + Public ReadOnly Property HEIGHTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnHEIGHT + End Get + End Property + + _ + Public ReadOnly Property READ_ONLYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnREAD_ONLY + End Get + End Property + + _ + Public ReadOnly Property LOAD_IDX_VALUEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOAD_IDX_VALUE + End Get + End Property + + _ + Public ReadOnly Property LOG_INDEXColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOG_INDEX + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWPM_CONTROL_INDEXRow + Get + Return CType(Me.Rows(index),VWPM_CONTROL_INDEXRow) + End Get + End Property + + _ + Public Event VWPM_CONTROL_INDEXRowChanging As VWPM_CONTROL_INDEXRowChangeEventHandler + + _ + Public Event VWPM_CONTROL_INDEXRowChanged As VWPM_CONTROL_INDEXRowChangeEventHandler + + _ + Public Event VWPM_CONTROL_INDEXRowDeleting As VWPM_CONTROL_INDEXRowChangeEventHandler + + _ + Public Event VWPM_CONTROL_INDEXRowDeleted As VWPM_CONTROL_INDEXRowChangeEventHandler + + _ + Public Overloads Sub AddVWPM_CONTROL_INDEXRow(ByVal row As VWPM_CONTROL_INDEXRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWPM_CONTROL_INDEXRow( _ + ByVal GUID As Integer, _ + ByVal PROFIL_ID As Integer, _ + ByVal PROFIL_NAME As String, _ + ByVal CTRL_NAME As String, _ + ByVal CTRL_TYPE As String, _ + ByVal CTRL_TEXT As String, _ + ByVal X_LOC As Double, _ + ByVal Y_LOC As Double, _ + ByVal INDEX_NAME As String, _ + ByVal VALIDATION As Boolean, _ + ByVal TYP As String, _ + ByVal CONNECTION_ID As Short, _ + ByVal SQL_UEBERPRUEFUNG As String, _ + ByVal CHOICE_LIST As String, _ + ByVal FONT_COLOR As Long, _ + ByVal FONT_FAMILY As String, _ + ByVal FONT_SIZE As Short, _ + ByVal FONT_STYLE As Short, _ + ByVal WIDTH As Short, _ + ByVal HEIGHT As Short, _ + ByVal READ_ONLY As Boolean, _ + ByVal LOAD_IDX_VALUE As Boolean, _ + ByVal LOG_INDEX As String) As VWPM_CONTROL_INDEXRow + Dim rowVWPM_CONTROL_INDEXRow As VWPM_CONTROL_INDEXRow = CType(Me.NewRow,VWPM_CONTROL_INDEXRow) + Dim columnValuesArray() As Object = New Object() {GUID, PROFIL_ID, PROFIL_NAME, CTRL_NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, INDEX_NAME, VALIDATION, TYP, CONNECTION_ID, SQL_UEBERPRUEFUNG, CHOICE_LIST, FONT_COLOR, FONT_FAMILY, FONT_SIZE, FONT_STYLE, WIDTH, HEIGHT, READ_ONLY, LOAD_IDX_VALUE, LOG_INDEX} + rowVWPM_CONTROL_INDEXRow.ItemArray = columnValuesArray + Me.Rows.Add(rowVWPM_CONTROL_INDEXRow) + Return rowVWPM_CONTROL_INDEXRow + End Function + + _ + Public Function FindByGUIDPROFIL_ID(ByVal GUID As Integer, ByVal PROFIL_ID As Integer) As VWPM_CONTROL_INDEXRow + Return CType(Me.Rows.Find(New Object() {GUID, PROFIL_ID}),VWPM_CONTROL_INDEXRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWPM_CONTROL_INDEXDataTable = CType(MyBase.Clone,VWPM_CONTROL_INDEXDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWPM_CONTROL_INDEXDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID") + Me.columnPROFIL_NAME = MyBase.Columns("PROFIL_NAME") + Me.columnCTRL_NAME = MyBase.Columns("CTRL_NAME") + Me.columnCTRL_TYPE = MyBase.Columns("CTRL_TYPE") + Me.columnCTRL_TEXT = MyBase.Columns("CTRL_TEXT") + Me.columnX_LOC = MyBase.Columns("X_LOC") + Me.columnY_LOC = MyBase.Columns("Y_LOC") + Me.columnINDEX_NAME = MyBase.Columns("INDEX_NAME") + Me.columnVALIDATION = MyBase.Columns("VALIDATION") + Me.columnTYP = MyBase.Columns("TYP") + Me.columnCONNECTION_ID = MyBase.Columns("CONNECTION_ID") + Me.columnSQL_UEBERPRUEFUNG = MyBase.Columns("SQL_UEBERPRUEFUNG") + Me.columnCHOICE_LIST = MyBase.Columns("CHOICE_LIST") + Me.columnFONT_COLOR = MyBase.Columns("FONT_COLOR") + Me.columnFONT_FAMILY = MyBase.Columns("FONT_FAMILY") + Me.columnFONT_SIZE = MyBase.Columns("FONT_SIZE") + Me.columnFONT_STYLE = MyBase.Columns("FONT_STYLE") + Me.columnWIDTH = MyBase.Columns("WIDTH") + Me.columnHEIGHT = MyBase.Columns("HEIGHT") + Me.columnREAD_ONLY = MyBase.Columns("READ_ONLY") + Me.columnLOAD_IDX_VALUE = MyBase.Columns("LOAD_IDX_VALUE") + Me.columnLOG_INDEX = MyBase.Columns("LOG_INDEX") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnPROFIL_ID = New Global.System.Data.DataColumn("PROFIL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_ID) + Me.columnPROFIL_NAME = New Global.System.Data.DataColumn("PROFIL_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_NAME) + Me.columnCTRL_NAME = New Global.System.Data.DataColumn("CTRL_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_NAME) + Me.columnCTRL_TYPE = New Global.System.Data.DataColumn("CTRL_TYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_TYPE) + Me.columnCTRL_TEXT = New Global.System.Data.DataColumn("CTRL_TEXT", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_TEXT) + Me.columnX_LOC = New Global.System.Data.DataColumn("X_LOC", GetType(Double), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnX_LOC) + Me.columnY_LOC = New Global.System.Data.DataColumn("Y_LOC", GetType(Double), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnY_LOC) + Me.columnINDEX_NAME = New Global.System.Data.DataColumn("INDEX_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnINDEX_NAME) + Me.columnVALIDATION = New Global.System.Data.DataColumn("VALIDATION", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVALIDATION) + Me.columnTYP = New Global.System.Data.DataColumn("TYP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTYP) + Me.columnCONNECTION_ID = New Global.System.Data.DataColumn("CONNECTION_ID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONNECTION_ID) + Me.columnSQL_UEBERPRUEFUNG = New Global.System.Data.DataColumn("SQL_UEBERPRUEFUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_UEBERPRUEFUNG) + Me.columnCHOICE_LIST = New Global.System.Data.DataColumn("CHOICE_LIST", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHOICE_LIST) + Me.columnFONT_COLOR = New Global.System.Data.DataColumn("FONT_COLOR", GetType(Long), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_COLOR) + Me.columnFONT_FAMILY = New Global.System.Data.DataColumn("FONT_FAMILY", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_FAMILY) + Me.columnFONT_SIZE = New Global.System.Data.DataColumn("FONT_SIZE", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_SIZE) + Me.columnFONT_STYLE = New Global.System.Data.DataColumn("FONT_STYLE", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_STYLE) + Me.columnWIDTH = New Global.System.Data.DataColumn("WIDTH", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWIDTH) + Me.columnHEIGHT = New Global.System.Data.DataColumn("HEIGHT", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnHEIGHT) + Me.columnREAD_ONLY = New Global.System.Data.DataColumn("READ_ONLY", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnREAD_ONLY) + Me.columnLOAD_IDX_VALUE = New Global.System.Data.DataColumn("LOAD_IDX_VALUE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOAD_IDX_VALUE) + Me.columnLOG_INDEX = New Global.System.Data.DataColumn("LOG_INDEX", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOG_INDEX) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID, Me.columnPROFIL_ID}, true)) + Me.columnGUID.AllowDBNull = false + Me.columnPROFIL_ID.AllowDBNull = false + Me.columnPROFIL_NAME.AllowDBNull = false + Me.columnPROFIL_NAME.MaxLength = 100 + Me.columnCTRL_NAME.AllowDBNull = false + Me.columnCTRL_NAME.MaxLength = 100 + Me.columnCTRL_TYPE.AllowDBNull = false + Me.columnCTRL_TYPE.MaxLength = 10 + Me.columnCTRL_TEXT.AllowDBNull = false + Me.columnCTRL_TEXT.MaxLength = 50 + Me.columnX_LOC.AllowDBNull = false + Me.columnY_LOC.AllowDBNull = false + Me.columnINDEX_NAME.MaxLength = 100 + Me.columnVALIDATION.AllowDBNull = false + Me.columnTYP.MaxLength = 50 + Me.columnSQL_UEBERPRUEFUNG.MaxLength = 2000 + Me.columnCHOICE_LIST.MaxLength = 50 + Me.columnFONT_FAMILY.MaxLength = 30 + Me.columnREAD_ONLY.AllowDBNull = false + Me.columnLOAD_IDX_VALUE.AllowDBNull = false + Me.columnLOG_INDEX.AllowDBNull = false + Me.columnLOG_INDEX.MaxLength = 50 + End Sub + + _ + Public Function NewVWPM_CONTROL_INDEXRow() As VWPM_CONTROL_INDEXRow + Return CType(Me.NewRow,VWPM_CONTROL_INDEXRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWPM_CONTROL_INDEXRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWPM_CONTROL_INDEXRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWPM_CONTROL_INDEXRowChangedEvent) Is Nothing) Then + RaiseEvent VWPM_CONTROL_INDEXRowChanged(Me, New VWPM_CONTROL_INDEXRowChangeEvent(CType(e.Row,VWPM_CONTROL_INDEXRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWPM_CONTROL_INDEXRowChangingEvent) Is Nothing) Then + RaiseEvent VWPM_CONTROL_INDEXRowChanging(Me, New VWPM_CONTROL_INDEXRowChangeEvent(CType(e.Row,VWPM_CONTROL_INDEXRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWPM_CONTROL_INDEXRowDeletedEvent) Is Nothing) Then + RaiseEvent VWPM_CONTROL_INDEXRowDeleted(Me, New VWPM_CONTROL_INDEXRowChangeEvent(CType(e.Row,VWPM_CONTROL_INDEXRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWPM_CONTROL_INDEXRowDeletingEvent) Is Nothing) Then + RaiseEvent VWPM_CONTROL_INDEXRowDeleting(Me, New VWPM_CONTROL_INDEXRowChangeEvent(CType(e.Row,VWPM_CONTROL_INDEXRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWPM_CONTROL_INDEXRow(ByVal row As VWPM_CONTROL_INDEXRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWPM_CONTROL_INDEXDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_CONNECTIONDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_CONNECTIONRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnBEZEICHNUNG As Global.System.Data.DataColumn + + Private columnSQL_PROVIDER As Global.System.Data.DataColumn + + Private columnSERVER As Global.System.Data.DataColumn + + Private columnDATENBANK As Global.System.Data.DataColumn + + Private columnUSERNAME As Global.System.Data.DataColumn + + Private columnPASSWORD As Global.System.Data.DataColumn + + Private columnBEMERKUNG As Global.System.Data.DataColumn + + Private columnAKTIV As Global.System.Data.DataColumn + + Private columnERSTELLTWER As Global.System.Data.DataColumn + + Private columnERSTELLTWANN As Global.System.Data.DataColumn + + Private columnGEANDERTWER As Global.System.Data.DataColumn + + Private columnGEAENDERTWANN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_CONNECTION" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property BEZEICHNUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBEZEICHNUNG + End Get + End Property + + _ + Public ReadOnly Property SQL_PROVIDERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_PROVIDER + End Get + End Property + + _ + Public ReadOnly Property SERVERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSERVER + End Get + End Property + + _ + Public ReadOnly Property DATENBANKColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDATENBANK + End Get + End Property + + _ + Public ReadOnly Property USERNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSERNAME + End Get + End Property + + _ + Public ReadOnly Property PASSWORDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPASSWORD + End Get + End Property + + _ + Public ReadOnly Property BEMERKUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBEMERKUNG + End Get + End Property + + _ + Public ReadOnly Property AKTIVColumn() As Global.System.Data.DataColumn + Get + Return Me.columnAKTIV + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWER + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWANN + End Get + End Property + + _ + Public ReadOnly Property GEANDERTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEANDERTWER + End Get + End Property + + _ + Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEAENDERTWANN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_CONNECTIONRow + Get + Return CType(Me.Rows(index),TBPM_CONNECTIONRow) + End Get + End Property + + _ + Public Event TBPM_CONNECTIONRowChanging As TBPM_CONNECTIONRowChangeEventHandler + + _ + Public Event TBPM_CONNECTIONRowChanged As TBPM_CONNECTIONRowChangeEventHandler + + _ + Public Event TBPM_CONNECTIONRowDeleting As TBPM_CONNECTIONRowChangeEventHandler + + _ + Public Event TBPM_CONNECTIONRowDeleted As TBPM_CONNECTIONRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_CONNECTIONRow(ByVal row As TBPM_CONNECTIONRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_CONNECTIONRow(ByVal BEZEICHNUNG As String, ByVal SQL_PROVIDER As String, ByVal SERVER As String, ByVal DATENBANK As String, ByVal USERNAME As String, ByVal PASSWORD As String, ByVal BEMERKUNG As String, ByVal AKTIV As Boolean, ByVal ERSTELLTWER As String, ByVal ERSTELLTWANN As Date, ByVal GEANDERTWER As String, ByVal GEAENDERTWANN As Date) As TBPM_CONNECTIONRow + Dim rowTBPM_CONNECTIONRow As TBPM_CONNECTIONRow = CType(Me.NewRow,TBPM_CONNECTIONRow) + Dim columnValuesArray() As Object = New Object() {Nothing, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN} + rowTBPM_CONNECTIONRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_CONNECTIONRow) + Return rowTBPM_CONNECTIONRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Short) As TBPM_CONNECTIONRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_CONNECTIONRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_CONNECTIONDataTable = CType(MyBase.Clone,TBPM_CONNECTIONDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_CONNECTIONDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnBEZEICHNUNG = MyBase.Columns("BEZEICHNUNG") + Me.columnSQL_PROVIDER = MyBase.Columns("SQL_PROVIDER") + Me.columnSERVER = MyBase.Columns("SERVER") + Me.columnDATENBANK = MyBase.Columns("DATENBANK") + Me.columnUSERNAME = MyBase.Columns("USERNAME") + Me.columnPASSWORD = MyBase.Columns("PASSWORD") + Me.columnBEMERKUNG = MyBase.Columns("BEMERKUNG") + Me.columnAKTIV = MyBase.Columns("AKTIV") + Me.columnERSTELLTWER = MyBase.Columns("ERSTELLTWER") + Me.columnERSTELLTWANN = MyBase.Columns("ERSTELLTWANN") + Me.columnGEANDERTWER = MyBase.Columns("GEANDERTWER") + Me.columnGEAENDERTWANN = MyBase.Columns("GEAENDERTWANN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnBEZEICHNUNG = New Global.System.Data.DataColumn("BEZEICHNUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBEZEICHNUNG) + Me.columnSQL_PROVIDER = New Global.System.Data.DataColumn("SQL_PROVIDER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_PROVIDER) + Me.columnSERVER = New Global.System.Data.DataColumn("SERVER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSERVER) + Me.columnDATENBANK = New Global.System.Data.DataColumn("DATENBANK", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDATENBANK) + Me.columnUSERNAME = New Global.System.Data.DataColumn("USERNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSERNAME) + Me.columnPASSWORD = New Global.System.Data.DataColumn("PASSWORD", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPASSWORD) + Me.columnBEMERKUNG = New Global.System.Data.DataColumn("BEMERKUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBEMERKUNG) + Me.columnAKTIV = New Global.System.Data.DataColumn("AKTIV", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnAKTIV) + Me.columnERSTELLTWER = New Global.System.Data.DataColumn("ERSTELLTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWER) + Me.columnERSTELLTWANN = New Global.System.Data.DataColumn("ERSTELLTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWANN) + Me.columnGEANDERTWER = New Global.System.Data.DataColumn("GEANDERTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEANDERTWER) + Me.columnGEAENDERTWANN = New Global.System.Data.DataColumn("GEAENDERTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEAENDERTWANN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnBEZEICHNUNG.MaxLength = 100 + Me.columnSQL_PROVIDER.MaxLength = 100 + Me.columnSERVER.MaxLength = 150 + Me.columnDATENBANK.MaxLength = 100 + Me.columnUSERNAME.MaxLength = 100 + Me.columnPASSWORD.MaxLength = 100 + Me.columnBEMERKUNG.MaxLength = 400 + Me.columnAKTIV.AllowDBNull = false + Me.columnAKTIV.DefaultValue = CType(true,Boolean) + Me.columnERSTELLTWER.AllowDBNull = false + Me.columnERSTELLTWER.MaxLength = 50 + Me.columnGEANDERTWER.MaxLength = 50 + End Sub + + _ + Public Function NewTBPM_CONNECTIONRow() As TBPM_CONNECTIONRow + Return CType(Me.NewRow,TBPM_CONNECTIONRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_CONNECTIONRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_CONNECTIONRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_CONNECTIONRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_CONNECTIONRowChanged(Me, New TBPM_CONNECTIONRowChangeEvent(CType(e.Row,TBPM_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_CONNECTIONRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_CONNECTIONRowChanging(Me, New TBPM_CONNECTIONRowChangeEvent(CType(e.Row,TBPM_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_CONNECTIONRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_CONNECTIONRowDeleted(Me, New TBPM_CONNECTIONRowChangeEvent(CType(e.Row,TBPM_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_CONNECTIONRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_CONNECTIONRowDeleting(Me, New TBPM_CONNECTIONRowChangeEvent(CType(e.Row,TBPM_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_CONNECTIONRow(ByVal row As TBPM_CONNECTIONRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_CONNECTIONDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPROFILE_USERDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPROFILE_USERRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnPRENAME As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnUSERNAME As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPROFILE_USER" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property PRENAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPRENAME + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property USERNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSERNAME + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPROFILE_USERRow + Get + Return CType(Me.Rows(index),TBPROFILE_USERRow) + End Get + End Property + + _ + Public Event TBPROFILE_USERRowChanging As TBPROFILE_USERRowChangeEventHandler + + _ + Public Event TBPROFILE_USERRowChanged As TBPROFILE_USERRowChangeEventHandler + + _ + Public Event TBPROFILE_USERRowDeleting As TBPROFILE_USERRowChangeEventHandler + + _ + Public Event TBPROFILE_USERRowDeleted As TBPROFILE_USERRowChangeEventHandler + + _ + Public Overloads Sub AddTBPROFILE_USERRow(ByVal row As TBPROFILE_USERRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPROFILE_USERRow(ByVal PRENAME As String, ByVal NAME As String, ByVal USERNAME As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date) As TBPROFILE_USERRow + Dim rowTBPROFILE_USERRow As TBPROFILE_USERRow = CType(Me.NewRow,TBPROFILE_USERRow) + Dim columnValuesArray() As Object = New Object() {Nothing, PRENAME, NAME, USERNAME, ADDED_WHO, ADDED_WHEN} + rowTBPROFILE_USERRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPROFILE_USERRow) + Return rowTBPROFILE_USERRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPROFILE_USERRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPROFILE_USERRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPROFILE_USERDataTable = CType(MyBase.Clone,TBPROFILE_USERDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPROFILE_USERDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnPRENAME = MyBase.Columns("PRENAME") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnUSERNAME = MyBase.Columns("USERNAME") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnPRENAME = New Global.System.Data.DataColumn("PRENAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPRENAME) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnUSERNAME = New Global.System.Data.DataColumn("USERNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSERNAME) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnPRENAME.MaxLength = 50 + Me.columnNAME.MaxLength = 50 + Me.columnUSERNAME.AllowDBNull = false + Me.columnUSERNAME.MaxLength = 50 + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnADDED_WHEN.AllowDBNull = false + End Sub + + _ + Public Function NewTBPROFILE_USERRow() As TBPROFILE_USERRow + Return CType(Me.NewRow,TBPROFILE_USERRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPROFILE_USERRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPROFILE_USERRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPROFILE_USERRowChangedEvent) Is Nothing) Then + RaiseEvent TBPROFILE_USERRowChanged(Me, New TBPROFILE_USERRowChangeEvent(CType(e.Row,TBPROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPROFILE_USERRowChangingEvent) Is Nothing) Then + RaiseEvent TBPROFILE_USERRowChanging(Me, New TBPROFILE_USERRowChangeEvent(CType(e.Row,TBPROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPROFILE_USERRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPROFILE_USERRowDeleted(Me, New TBPROFILE_USERRowChangeEvent(CType(e.Row,TBPROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPROFILE_USERRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPROFILE_USERRowDeleting(Me, New TBPROFILE_USERRowChangeEvent(CType(e.Row,TBPROFILE_USERRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPROFILE_USERRow(ByVal row As TBPROFILE_USERRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPROFILE_USERDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_PROFILE_FILESDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_PROFILE_FILESRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnFILE_PATH As Global.System.Data.DataColumn + + Private columnDMS_ERSTELLT_DATE As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_PROFILE_FILES" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property FILE_PATHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFILE_PATH + End Get + End Property + + _ + Public ReadOnly Property DMS_ERSTELLT_DATEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDMS_ERSTELLT_DATE + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_PROFILE_FILESRow + Get + Return CType(Me.Rows(index),TBPM_PROFILE_FILESRow) + End Get + End Property + + _ + Public Event TBPM_PROFILE_FILESRowChanging As TBPM_PROFILE_FILESRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FILESRowChanged As TBPM_PROFILE_FILESRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FILESRowDeleting As TBPM_PROFILE_FILESRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_FILESRowDeleted As TBPM_PROFILE_FILESRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_PROFILE_FILESRow(ByVal row As TBPM_PROFILE_FILESRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_PROFILE_FILESRow(ByVal FILE_PATH As String, ByVal DMS_ERSTELLT_DATE As Date) As TBPM_PROFILE_FILESRow + Dim rowTBPM_PROFILE_FILESRow As TBPM_PROFILE_FILESRow = CType(Me.NewRow,TBPM_PROFILE_FILESRow) + Dim columnValuesArray() As Object = New Object() {Nothing, FILE_PATH, DMS_ERSTELLT_DATE} + rowTBPM_PROFILE_FILESRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_PROFILE_FILESRow) + Return rowTBPM_PROFILE_FILESRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_PROFILE_FILESRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_PROFILE_FILESRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_PROFILE_FILESDataTable = CType(MyBase.Clone,TBPM_PROFILE_FILESDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_PROFILE_FILESDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnFILE_PATH = MyBase.Columns("FILE_PATH") + Me.columnDMS_ERSTELLT_DATE = MyBase.Columns("DMS_ERSTELLT_DATE") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnFILE_PATH = New Global.System.Data.DataColumn("FILE_PATH", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFILE_PATH) + Me.columnDMS_ERSTELLT_DATE = New Global.System.Data.DataColumn("DMS_ERSTELLT_DATE", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDMS_ERSTELLT_DATE) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AutoIncrementStep = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnFILE_PATH.MaxLength = 1000 + End Sub + + _ + Public Function NewTBPM_PROFILE_FILESRow() As TBPM_PROFILE_FILESRow + Return CType(Me.NewRow,TBPM_PROFILE_FILESRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_PROFILE_FILESRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_PROFILE_FILESRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_PROFILE_FILESRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FILESRowChanged(Me, New TBPM_PROFILE_FILESRowChangeEvent(CType(e.Row,TBPM_PROFILE_FILESRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_PROFILE_FILESRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FILESRowChanging(Me, New TBPM_PROFILE_FILESRowChangeEvent(CType(e.Row,TBPM_PROFILE_FILESRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_PROFILE_FILESRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FILESRowDeleted(Me, New TBPM_PROFILE_FILESRowChangeEvent(CType(e.Row,TBPM_PROFILE_FILESRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_PROFILE_FILESRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_FILESRowDeleting(Me, New TBPM_PROFILE_FILESRowChangeEvent(CType(e.Row,TBPM_PROFILE_FILESRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_PROFILE_FILESRow(ByVal row As TBPM_PROFILE_FILESRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_PROFILE_FILESDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_FILES_USER_NOT_INDEXEDDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_FILES_USER_NOT_INDEXEDRow) + + Private columnUSR_NAME As Global.System.Data.DataColumn + + Private columnPROFIL_ID As Global.System.Data.DataColumn + + Private columnFILE_PATH As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_FILES_USER_NOT_INDEXED" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property USR_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSR_NAME + End Get + End Property + + _ + Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_ID + End Get + End Property + + _ + Public ReadOnly Property FILE_PATHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFILE_PATH + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_FILES_USER_NOT_INDEXEDRow + Get + Return CType(Me.Rows(index),TBPM_FILES_USER_NOT_INDEXEDRow) + End Get + End Property + + _ + Public Event TBPM_FILES_USER_NOT_INDEXEDRowChanging As TBPM_FILES_USER_NOT_INDEXEDRowChangeEventHandler + + _ + Public Event TBPM_FILES_USER_NOT_INDEXEDRowChanged As TBPM_FILES_USER_NOT_INDEXEDRowChangeEventHandler + + _ + Public Event TBPM_FILES_USER_NOT_INDEXEDRowDeleting As TBPM_FILES_USER_NOT_INDEXEDRowChangeEventHandler + + _ + Public Event TBPM_FILES_USER_NOT_INDEXEDRowDeleted As TBPM_FILES_USER_NOT_INDEXEDRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_FILES_USER_NOT_INDEXEDRow(ByVal row As TBPM_FILES_USER_NOT_INDEXEDRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_FILES_USER_NOT_INDEXEDRow(ByVal USR_NAME As String, ByVal PROFIL_ID As Integer, ByVal FILE_PATH As String) As TBPM_FILES_USER_NOT_INDEXEDRow + Dim rowTBPM_FILES_USER_NOT_INDEXEDRow As TBPM_FILES_USER_NOT_INDEXEDRow = CType(Me.NewRow,TBPM_FILES_USER_NOT_INDEXEDRow) + Dim columnValuesArray() As Object = New Object() {USR_NAME, PROFIL_ID, FILE_PATH} + rowTBPM_FILES_USER_NOT_INDEXEDRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_FILES_USER_NOT_INDEXEDRow) + Return rowTBPM_FILES_USER_NOT_INDEXEDRow + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_FILES_USER_NOT_INDEXEDDataTable = CType(MyBase.Clone,TBPM_FILES_USER_NOT_INDEXEDDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_FILES_USER_NOT_INDEXEDDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnUSR_NAME = MyBase.Columns("USR_NAME") + Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID") + Me.columnFILE_PATH = MyBase.Columns("FILE_PATH") + End Sub + + _ + Private Sub InitClass() + Me.columnUSR_NAME = New Global.System.Data.DataColumn("USR_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSR_NAME) + Me.columnPROFIL_ID = New Global.System.Data.DataColumn("PROFIL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_ID) + Me.columnFILE_PATH = New Global.System.Data.DataColumn("FILE_PATH", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFILE_PATH) + Me.columnUSR_NAME.MaxLength = 50 + Me.columnFILE_PATH.MaxLength = 500 + End Sub + + _ + Public Function NewTBPM_FILES_USER_NOT_INDEXEDRow() As TBPM_FILES_USER_NOT_INDEXEDRow + Return CType(Me.NewRow,TBPM_FILES_USER_NOT_INDEXEDRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_FILES_USER_NOT_INDEXEDRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_FILES_USER_NOT_INDEXEDRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_FILES_USER_NOT_INDEXEDRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_FILES_USER_NOT_INDEXEDRowChanged(Me, New TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent(CType(e.Row,TBPM_FILES_USER_NOT_INDEXEDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_FILES_USER_NOT_INDEXEDRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_FILES_USER_NOT_INDEXEDRowChanging(Me, New TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent(CType(e.Row,TBPM_FILES_USER_NOT_INDEXEDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_FILES_USER_NOT_INDEXEDRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_FILES_USER_NOT_INDEXEDRowDeleted(Me, New TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent(CType(e.Row,TBPM_FILES_USER_NOT_INDEXEDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_FILES_USER_NOT_INDEXEDRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_FILES_USER_NOT_INDEXEDRowDeleting(Me, New TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent(CType(e.Row,TBPM_FILES_USER_NOT_INDEXEDRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_FILES_USER_NOT_INDEXEDRow(ByVal row As TBPM_FILES_USER_NOT_INDEXEDRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_FILES_USER_NOT_INDEXEDDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_PROFILEDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_PROFILERow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnTITLE As Global.System.Data.DataColumn + + Private columnPRIORITY As Global.System.Data.DataColumn + + Private columnDESCRIPTION As Global.System.Data.DataColumn + + Private columnACTIVE As Global.System.Data.DataColumn + + Private columnWD_SEARCH As Global.System.Data.DataColumn + + Private columnNO_OF_DOCUMENTS As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + Private columnFINAL_PROFILE As Global.System.Data.DataColumn + + Private columnFINAL_TEXT As Global.System.Data.DataColumn + + Private columnMOVE2FOLDER As Global.System.Data.DataColumn + + Private columnTYPE As Global.System.Data.DataColumn + + Private columnWD_OBJECTTYPE As Global.System.Data.DataColumn + + Private columnSORT_BY_LATEST As Global.System.Data.DataColumn + + Private columnPM_VEKTOR_INDEX As Global.System.Data.DataColumn + + Private columnLOG_INDEX As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_PROFILE" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property TITLEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTITLE + End Get + End Property + + _ + Public ReadOnly Property PRIORITYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPRIORITY + End Get + End Property + + _ + Public ReadOnly Property DESCRIPTIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDESCRIPTION + End Get + End Property + + _ + Public ReadOnly Property ACTIVEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnACTIVE + End Get + End Property + + _ + Public ReadOnly Property WD_SEARCHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWD_SEARCH + End Get + End Property + + _ + Public ReadOnly Property NO_OF_DOCUMENTSColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNO_OF_DOCUMENTS + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property FINAL_PROFILEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFINAL_PROFILE + End Get + End Property + + _ + Public ReadOnly Property FINAL_TEXTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFINAL_TEXT + End Get + End Property + + _ + Public ReadOnly Property MOVE2FOLDERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnMOVE2FOLDER + End Get + End Property + + _ + Public ReadOnly Property TYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTYPE + End Get + End Property + + _ + Public ReadOnly Property WD_OBJECTTYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWD_OBJECTTYPE + End Get + End Property + + _ + Public ReadOnly Property SORT_BY_LATESTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSORT_BY_LATEST + End Get + End Property + + _ + Public ReadOnly Property PM_VEKTOR_INDEXColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPM_VEKTOR_INDEX + End Get + End Property + + _ + Public ReadOnly Property LOG_INDEXColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOG_INDEX + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_PROFILERow + Get + Return CType(Me.Rows(index),TBPM_PROFILERow) + End Get + End Property + + _ + Public Event TBPM_PROFILERowChanging As TBPM_PROFILERowChangeEventHandler + + _ + Public Event TBPM_PROFILERowChanged As TBPM_PROFILERowChangeEventHandler + + _ + Public Event TBPM_PROFILERowDeleting As TBPM_PROFILERowChangeEventHandler + + _ + Public Event TBPM_PROFILERowDeleted As TBPM_PROFILERowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_PROFILERow(ByVal row As TBPM_PROFILERow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_PROFILERow( _ + ByVal NAME As String, _ + ByVal TITLE As String, _ + ByVal PRIORITY As Integer, _ + ByVal DESCRIPTION As String, _ + ByVal ACTIVE As Boolean, _ + ByVal WD_SEARCH As String, _ + ByVal NO_OF_DOCUMENTS As Integer, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Date, _ + ByVal CHANGED_WHO As String, _ + ByVal CHANGED_WHEN As Date, _ + ByVal FINAL_PROFILE As Boolean, _ + ByVal FINAL_TEXT As String, _ + ByVal MOVE2FOLDER As String, _ + ByVal parentTBPM_TYPERowByFK_TBPM_PROFILE_TYPE1 As TBPM_TYPERow, _ + ByVal WD_OBJECTTYPE As String, _ + ByVal SORT_BY_LATEST As Boolean, _ + ByVal PM_VEKTOR_INDEX As String, _ + ByVal LOG_INDEX As String) As TBPM_PROFILERow + Dim rowTBPM_PROFILERow As TBPM_PROFILERow = CType(Me.NewRow,TBPM_PROFILERow) + Dim columnValuesArray() As Object = New Object() {Nothing, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, Nothing, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX} + If (Not (parentTBPM_TYPERowByFK_TBPM_PROFILE_TYPE1) Is Nothing) Then + columnValuesArray(15) = parentTBPM_TYPERowByFK_TBPM_PROFILE_TYPE1(0) + End If + rowTBPM_PROFILERow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_PROFILERow) + Return rowTBPM_PROFILERow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_PROFILERow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_PROFILERow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_PROFILEDataTable = CType(MyBase.Clone,TBPM_PROFILEDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_PROFILEDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnTITLE = MyBase.Columns("TITLE") + Me.columnPRIORITY = MyBase.Columns("PRIORITY") + Me.columnDESCRIPTION = MyBase.Columns("DESCRIPTION") + Me.columnACTIVE = MyBase.Columns("ACTIVE") + Me.columnWD_SEARCH = MyBase.Columns("WD_SEARCH") + Me.columnNO_OF_DOCUMENTS = MyBase.Columns("NO_OF_DOCUMENTS") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + Me.columnFINAL_PROFILE = MyBase.Columns("FINAL_PROFILE") + Me.columnFINAL_TEXT = MyBase.Columns("FINAL_TEXT") + Me.columnMOVE2FOLDER = MyBase.Columns("MOVE2FOLDER") + Me.columnTYPE = MyBase.Columns("TYPE") + Me.columnWD_OBJECTTYPE = MyBase.Columns("WD_OBJECTTYPE") + Me.columnSORT_BY_LATEST = MyBase.Columns("SORT_BY_LATEST") + Me.columnPM_VEKTOR_INDEX = MyBase.Columns("PM_VEKTOR_INDEX") + Me.columnLOG_INDEX = MyBase.Columns("LOG_INDEX") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnTITLE = New Global.System.Data.DataColumn("TITLE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTITLE) + Me.columnPRIORITY = New Global.System.Data.DataColumn("PRIORITY", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPRIORITY) + Me.columnDESCRIPTION = New Global.System.Data.DataColumn("DESCRIPTION", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDESCRIPTION) + Me.columnACTIVE = New Global.System.Data.DataColumn("ACTIVE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnACTIVE) + Me.columnWD_SEARCH = New Global.System.Data.DataColumn("WD_SEARCH", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWD_SEARCH) + Me.columnNO_OF_DOCUMENTS = New Global.System.Data.DataColumn("NO_OF_DOCUMENTS", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNO_OF_DOCUMENTS) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.columnFINAL_PROFILE = New Global.System.Data.DataColumn("FINAL_PROFILE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFINAL_PROFILE) + Me.columnFINAL_TEXT = New Global.System.Data.DataColumn("FINAL_TEXT", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFINAL_TEXT) + Me.columnMOVE2FOLDER = New Global.System.Data.DataColumn("MOVE2FOLDER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnMOVE2FOLDER) + Me.columnTYPE = New Global.System.Data.DataColumn("TYPE", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTYPE) + Me.columnWD_OBJECTTYPE = New Global.System.Data.DataColumn("WD_OBJECTTYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWD_OBJECTTYPE) + Me.columnSORT_BY_LATEST = New Global.System.Data.DataColumn("SORT_BY_LATEST", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSORT_BY_LATEST) + Me.columnPM_VEKTOR_INDEX = New Global.System.Data.DataColumn("PM_VEKTOR_INDEX", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPM_VEKTOR_INDEX) + Me.columnLOG_INDEX = New Global.System.Data.DataColumn("LOG_INDEX", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOG_INDEX) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint2", New Global.System.Data.DataColumn() {Me.columnNAME}, false)) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint3", New Global.System.Data.DataColumn() {Me.columnTITLE}, false)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = 1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnNAME.AllowDBNull = false + Me.columnNAME.Unique = true + Me.columnNAME.MaxLength = 100 + Me.columnTITLE.AllowDBNull = false + Me.columnTITLE.Unique = true + Me.columnTITLE.MaxLength = 150 + Me.columnPRIORITY.AllowDBNull = false + Me.columnPRIORITY.DefaultValue = CType(1,Integer) + Me.columnDESCRIPTION.MaxLength = 250 + Me.columnACTIVE.AllowDBNull = false + Me.columnACTIVE.DefaultValue = CType(false,Boolean) + Me.columnWD_SEARCH.AllowDBNull = false + Me.columnWD_SEARCH.MaxLength = 500 + Me.columnNO_OF_DOCUMENTS.AllowDBNull = false + Me.columnNO_OF_DOCUMENTS.DefaultValue = CType(0,Integer) + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnCHANGED_WHO.MaxLength = 30 + Me.columnFINAL_PROFILE.AllowDBNull = false + Me.columnFINAL_PROFILE.DefaultValue = CType(false,Boolean) + Me.columnFINAL_TEXT.MaxLength = 250 + Me.columnMOVE2FOLDER.MaxLength = 1000 + Me.columnTYPE.AllowDBNull = false + Me.columnTYPE.DefaultValue = CType(1,Short) + Me.columnWD_OBJECTTYPE.AllowDBNull = false + Me.columnWD_OBJECTTYPE.MaxLength = 200 + Me.columnSORT_BY_LATEST.AllowDBNull = false + Me.columnSORT_BY_LATEST.DefaultValue = CType(true,Boolean) + Me.columnPM_VEKTOR_INDEX.DefaultValue = CType("",String) + Me.columnPM_VEKTOR_INDEX.MaxLength = 50 + Me.columnLOG_INDEX.AllowDBNull = false + Me.columnLOG_INDEX.DefaultValue = CType("",String) + Me.columnLOG_INDEX.MaxLength = 50 + End Sub + + _ + Public Function NewTBPM_PROFILERow() As TBPM_PROFILERow + Return CType(Me.NewRow,TBPM_PROFILERow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_PROFILERow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_PROFILERow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_PROFILERowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILERowChanged(Me, New TBPM_PROFILERowChangeEvent(CType(e.Row,TBPM_PROFILERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_PROFILERowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILERowChanging(Me, New TBPM_PROFILERowChangeEvent(CType(e.Row,TBPM_PROFILERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_PROFILERowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILERowDeleted(Me, New TBPM_PROFILERowChangeEvent(CType(e.Row,TBPM_PROFILERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_PROFILERowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILERowDeleting(Me, New TBPM_PROFILERowChangeEvent(CType(e.Row,TBPM_PROFILERow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_PROFILERow(ByVal row As TBPM_PROFILERow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_PROFILEDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBWH_CHECK_PROFILE_CONTROLSDataTable + Inherits Global.System.Data.TypedTableBase(Of TBWH_CHECK_PROFILE_CONTROLSRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnCTRL_TYPE As Global.System.Data.DataColumn + + Private columnINDEX_NAME As Global.System.Data.DataColumn + + Private columnTYP As Global.System.Data.DataColumn + + Private columnVALIDATION As Global.System.Data.DataColumn + + Private columnCHOICE_LIST As Global.System.Data.DataColumn + + Private columnCONNECTION_ID As Global.System.Data.DataColumn + + Private columnSQL_UEBERPRUEFUNG As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBWH_CHECK_PROFILE_CONTROLS" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property CTRL_TYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_TYPE + End Get + End Property + + _ + Public ReadOnly Property INDEX_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnINDEX_NAME + End Get + End Property + + _ + Public ReadOnly Property TYPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTYP + End Get + End Property + + _ + Public ReadOnly Property VALIDATIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVALIDATION + End Get + End Property + + _ + Public ReadOnly Property CHOICE_LISTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHOICE_LIST + End Get + End Property + + _ + Public ReadOnly Property CONNECTION_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONNECTION_ID + End Get + End Property + + _ + Public ReadOnly Property SQL_UEBERPRUEFUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_UEBERPRUEFUNG + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBWH_CHECK_PROFILE_CONTROLSRow + Get + Return CType(Me.Rows(index),TBWH_CHECK_PROFILE_CONTROLSRow) + End Get + End Property + + _ + Public Event TBWH_CHECK_PROFILE_CONTROLSRowChanging As TBWH_CHECK_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBWH_CHECK_PROFILE_CONTROLSRowChanged As TBWH_CHECK_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBWH_CHECK_PROFILE_CONTROLSRowDeleting As TBWH_CHECK_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBWH_CHECK_PROFILE_CONTROLSRowDeleted As TBWH_CHECK_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Overloads Sub AddTBWH_CHECK_PROFILE_CONTROLSRow(ByVal row As TBWH_CHECK_PROFILE_CONTROLSRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBWH_CHECK_PROFILE_CONTROLSRow(ByVal NAME As String, ByVal CTRL_TYPE As String, ByVal INDEX_NAME As String, ByVal TYP As String, ByVal VALIDATION As Boolean, ByVal CHOICE_LIST As String, ByVal CONNECTION_ID As Short, ByVal SQL_UEBERPRUEFUNG As String) As TBWH_CHECK_PROFILE_CONTROLSRow + Dim rowTBWH_CHECK_PROFILE_CONTROLSRow As TBWH_CHECK_PROFILE_CONTROLSRow = CType(Me.NewRow,TBWH_CHECK_PROFILE_CONTROLSRow) + Dim columnValuesArray() As Object = New Object() {Nothing, NAME, CTRL_TYPE, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG} + rowTBWH_CHECK_PROFILE_CONTROLSRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBWH_CHECK_PROFILE_CONTROLSRow) + Return rowTBWH_CHECK_PROFILE_CONTROLSRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBWH_CHECK_PROFILE_CONTROLSRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBWH_CHECK_PROFILE_CONTROLSRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBWH_CHECK_PROFILE_CONTROLSDataTable = CType(MyBase.Clone,TBWH_CHECK_PROFILE_CONTROLSDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBWH_CHECK_PROFILE_CONTROLSDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnCTRL_TYPE = MyBase.Columns("CTRL_TYPE") + Me.columnINDEX_NAME = MyBase.Columns("INDEX_NAME") + Me.columnTYP = MyBase.Columns("TYP") + Me.columnVALIDATION = MyBase.Columns("VALIDATION") + Me.columnCHOICE_LIST = MyBase.Columns("CHOICE_LIST") + Me.columnCONNECTION_ID = MyBase.Columns("CONNECTION_ID") + Me.columnSQL_UEBERPRUEFUNG = MyBase.Columns("SQL_UEBERPRUEFUNG") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnCTRL_TYPE = New Global.System.Data.DataColumn("CTRL_TYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_TYPE) + Me.columnINDEX_NAME = New Global.System.Data.DataColumn("INDEX_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnINDEX_NAME) + Me.columnTYP = New Global.System.Data.DataColumn("TYP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTYP) + Me.columnVALIDATION = New Global.System.Data.DataColumn("VALIDATION", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVALIDATION) + Me.columnCHOICE_LIST = New Global.System.Data.DataColumn("CHOICE_LIST", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHOICE_LIST) + Me.columnCONNECTION_ID = New Global.System.Data.DataColumn("CONNECTION_ID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONNECTION_ID) + Me.columnSQL_UEBERPRUEFUNG = New Global.System.Data.DataColumn("SQL_UEBERPRUEFUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_UEBERPRUEFUNG) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AutoIncrementStep = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnNAME.AllowDBNull = false + Me.columnNAME.MaxLength = 100 + Me.columnCTRL_TYPE.AllowDBNull = false + Me.columnCTRL_TYPE.MaxLength = 10 + Me.columnINDEX_NAME.MaxLength = 100 + Me.columnTYP.MaxLength = 50 + Me.columnVALIDATION.AllowDBNull = false + Me.columnCHOICE_LIST.MaxLength = 50 + Me.columnSQL_UEBERPRUEFUNG.MaxLength = 2000 + End Sub + + _ + Public Function NewTBWH_CHECK_PROFILE_CONTROLSRow() As TBWH_CHECK_PROFILE_CONTROLSRow + Return CType(Me.NewRow,TBWH_CHECK_PROFILE_CONTROLSRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBWH_CHECK_PROFILE_CONTROLSRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBWH_CHECK_PROFILE_CONTROLSRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBWH_CHECK_PROFILE_CONTROLSRowChangedEvent) Is Nothing) Then + RaiseEvent TBWH_CHECK_PROFILE_CONTROLSRowChanged(Me, New TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBWH_CHECK_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBWH_CHECK_PROFILE_CONTROLSRowChangingEvent) Is Nothing) Then + RaiseEvent TBWH_CHECK_PROFILE_CONTROLSRowChanging(Me, New TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBWH_CHECK_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBWH_CHECK_PROFILE_CONTROLSRowDeletedEvent) Is Nothing) Then + RaiseEvent TBWH_CHECK_PROFILE_CONTROLSRowDeleted(Me, New TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBWH_CHECK_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBWH_CHECK_PROFILE_CONTROLSRowDeletingEvent) Is Nothing) Then + RaiseEvent TBWH_CHECK_PROFILE_CONTROLSRowDeleting(Me, New TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBWH_CHECK_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBWH_CHECK_PROFILE_CONTROLSRow(ByVal row As TBWH_CHECK_PROFILE_CONTROLSRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBWH_CHECK_PROFILE_CONTROLSDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_PROFILE_CONTROLSDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_PROFILE_CONTROLSRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnPROFIL_ID As Global.System.Data.DataColumn + + Private columnNAME As Global.System.Data.DataColumn + + Private columnCTRL_TYPE As Global.System.Data.DataColumn + + Private columnCTRL_TEXT As Global.System.Data.DataColumn + + Private columnX_LOC As Global.System.Data.DataColumn + + Private columnY_LOC As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + Private columnINDEX_NAME As Global.System.Data.DataColumn + + Private columnTYP As Global.System.Data.DataColumn + + Private columnVALIDATION As Global.System.Data.DataColumn + + Private columnCHOICE_LIST As Global.System.Data.DataColumn + + Private columnCONNECTION_ID As Global.System.Data.DataColumn + + Private columnSQL_UEBERPRUEFUNG As Global.System.Data.DataColumn + + Private columnHEIGHT As Global.System.Data.DataColumn + + Private columnWIDTH As Global.System.Data.DataColumn + + Private columnFONT_STYLE As Global.System.Data.DataColumn + + Private columnFONT_SIZE As Global.System.Data.DataColumn + + Private columnFONT_FAMILY As Global.System.Data.DataColumn + + Private columnFONT_COLOR As Global.System.Data.DataColumn + + Private columnREAD_ONLY As Global.System.Data.DataColumn + + Private columnLOAD_IDX_VALUE As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_PROFILE_CONTROLS" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPROFIL_ID + End Get + End Property + + _ + Public ReadOnly Property NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNAME + End Get + End Property + + _ + Public ReadOnly Property CTRL_TYPEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_TYPE + End Get + End Property + + _ + Public ReadOnly Property CTRL_TEXTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCTRL_TEXT + End Get + End Property + + _ + Public ReadOnly Property X_LOCColumn() As Global.System.Data.DataColumn + Get + Return Me.columnX_LOC + End Get + End Property + + _ + Public ReadOnly Property Y_LOCColumn() As Global.System.Data.DataColumn + Get + Return Me.columnY_LOC + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property INDEX_NAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnINDEX_NAME + End Get + End Property + + _ + Public ReadOnly Property TYPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnTYP + End Get + End Property + + _ + Public ReadOnly Property VALIDATIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVALIDATION + End Get + End Property + + _ + Public ReadOnly Property CHOICE_LISTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHOICE_LIST + End Get + End Property + + _ + Public ReadOnly Property CONNECTION_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONNECTION_ID + End Get + End Property + + _ + Public ReadOnly Property SQL_UEBERPRUEFUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_UEBERPRUEFUNG + End Get + End Property + + _ + Public ReadOnly Property HEIGHTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnHEIGHT + End Get + End Property + + _ + Public ReadOnly Property WIDTHColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWIDTH + End Get + End Property + + _ + Public ReadOnly Property FONT_STYLEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_STYLE + End Get + End Property + + _ + Public ReadOnly Property FONT_SIZEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_SIZE + End Get + End Property + + _ + Public ReadOnly Property FONT_FAMILYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_FAMILY + End Get + End Property + + _ + Public ReadOnly Property FONT_COLORColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFONT_COLOR + End Get + End Property + + _ + Public ReadOnly Property READ_ONLYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnREAD_ONLY + End Get + End Property + + _ + Public ReadOnly Property LOAD_IDX_VALUEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOAD_IDX_VALUE + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_PROFILE_CONTROLSRow + Get + Return CType(Me.Rows(index),TBPM_PROFILE_CONTROLSRow) + End Get + End Property + + _ + Public Event TBPM_PROFILE_CONTROLSRowChanging As TBPM_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_CONTROLSRowChanged As TBPM_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_CONTROLSRowDeleting As TBPM_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Event TBPM_PROFILE_CONTROLSRowDeleted As TBPM_PROFILE_CONTROLSRowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_PROFILE_CONTROLSRow(ByVal row As TBPM_PROFILE_CONTROLSRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_PROFILE_CONTROLSRow( _ + ByVal parentTBPM_PROFILERowByFK_TBPM_PROFILE_CONTROLS_PROFILE1 As TBPM_PROFILERow, _ + ByVal NAME As String, _ + ByVal CTRL_TYPE As String, _ + ByVal CTRL_TEXT As String, _ + ByVal X_LOC As Double, _ + ByVal Y_LOC As Double, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Date, _ + ByVal CHANGED_WHO As String, _ + ByVal CHANGED_WHEN As Date, _ + ByVal INDEX_NAME As String, _ + ByVal TYP As String, _ + ByVal VALIDATION As Boolean, _ + ByVal CHOICE_LIST As String, _ + ByVal CONNECTION_ID As Short, _ + ByVal SQL_UEBERPRUEFUNG As String, _ + ByVal HEIGHT As Short, _ + ByVal WIDTH As Short, _ + ByVal FONT_STYLE As Short, _ + ByVal FONT_SIZE As Short, _ + ByVal FONT_FAMILY As String, _ + ByVal FONT_COLOR As Long, _ + ByVal READ_ONLY As Boolean, _ + ByVal LOAD_IDX_VALUE As Boolean) As TBPM_PROFILE_CONTROLSRow + Dim rowTBPM_PROFILE_CONTROLSRow As TBPM_PROFILE_CONTROLSRow = CType(Me.NewRow,TBPM_PROFILE_CONTROLSRow) + Dim columnValuesArray() As Object = New Object() {Nothing, Nothing, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE} + If (Not (parentTBPM_PROFILERowByFK_TBPM_PROFILE_CONTROLS_PROFILE1) Is Nothing) Then + columnValuesArray(1) = parentTBPM_PROFILERowByFK_TBPM_PROFILE_CONTROLS_PROFILE1(0) + End If + rowTBPM_PROFILE_CONTROLSRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_PROFILE_CONTROLSRow) + Return rowTBPM_PROFILE_CONTROLSRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_PROFILE_CONTROLSRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_PROFILE_CONTROLSRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_PROFILE_CONTROLSDataTable = CType(MyBase.Clone,TBPM_PROFILE_CONTROLSDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_PROFILE_CONTROLSDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID") + Me.columnNAME = MyBase.Columns("NAME") + Me.columnCTRL_TYPE = MyBase.Columns("CTRL_TYPE") + Me.columnCTRL_TEXT = MyBase.Columns("CTRL_TEXT") + Me.columnX_LOC = MyBase.Columns("X_LOC") + Me.columnY_LOC = MyBase.Columns("Y_LOC") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + Me.columnINDEX_NAME = MyBase.Columns("INDEX_NAME") + Me.columnTYP = MyBase.Columns("TYP") + Me.columnVALIDATION = MyBase.Columns("VALIDATION") + Me.columnCHOICE_LIST = MyBase.Columns("CHOICE_LIST") + Me.columnCONNECTION_ID = MyBase.Columns("CONNECTION_ID") + Me.columnSQL_UEBERPRUEFUNG = MyBase.Columns("SQL_UEBERPRUEFUNG") + Me.columnHEIGHT = MyBase.Columns("HEIGHT") + Me.columnWIDTH = MyBase.Columns("WIDTH") + Me.columnFONT_STYLE = MyBase.Columns("FONT_STYLE") + Me.columnFONT_SIZE = MyBase.Columns("FONT_SIZE") + Me.columnFONT_FAMILY = MyBase.Columns("FONT_FAMILY") + Me.columnFONT_COLOR = MyBase.Columns("FONT_COLOR") + Me.columnREAD_ONLY = MyBase.Columns("READ_ONLY") + Me.columnLOAD_IDX_VALUE = MyBase.Columns("LOAD_IDX_VALUE") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnPROFIL_ID = New Global.System.Data.DataColumn("PROFIL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPROFIL_ID) + Me.columnNAME = New Global.System.Data.DataColumn("NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNAME) + Me.columnCTRL_TYPE = New Global.System.Data.DataColumn("CTRL_TYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_TYPE) + Me.columnCTRL_TEXT = New Global.System.Data.DataColumn("CTRL_TEXT", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCTRL_TEXT) + Me.columnX_LOC = New Global.System.Data.DataColumn("X_LOC", GetType(Double), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnX_LOC) + Me.columnY_LOC = New Global.System.Data.DataColumn("Y_LOC", GetType(Double), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnY_LOC) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.columnINDEX_NAME = New Global.System.Data.DataColumn("INDEX_NAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnINDEX_NAME) + Me.columnTYP = New Global.System.Data.DataColumn("TYP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnTYP) + Me.columnVALIDATION = New Global.System.Data.DataColumn("VALIDATION", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVALIDATION) + Me.columnCHOICE_LIST = New Global.System.Data.DataColumn("CHOICE_LIST", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHOICE_LIST) + Me.columnCONNECTION_ID = New Global.System.Data.DataColumn("CONNECTION_ID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONNECTION_ID) + Me.columnSQL_UEBERPRUEFUNG = New Global.System.Data.DataColumn("SQL_UEBERPRUEFUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_UEBERPRUEFUNG) + Me.columnHEIGHT = New Global.System.Data.DataColumn("HEIGHT", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnHEIGHT) + Me.columnWIDTH = New Global.System.Data.DataColumn("WIDTH", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWIDTH) + Me.columnFONT_STYLE = New Global.System.Data.DataColumn("FONT_STYLE", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_STYLE) + Me.columnFONT_SIZE = New Global.System.Data.DataColumn("FONT_SIZE", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_SIZE) + Me.columnFONT_FAMILY = New Global.System.Data.DataColumn("FONT_FAMILY", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_FAMILY) + Me.columnFONT_COLOR = New Global.System.Data.DataColumn("FONT_COLOR", GetType(Long), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFONT_COLOR) + Me.columnREAD_ONLY = New Global.System.Data.DataColumn("READ_ONLY", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnREAD_ONLY) + Me.columnLOAD_IDX_VALUE = New Global.System.Data.DataColumn("LOAD_IDX_VALUE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOAD_IDX_VALUE) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnPROFIL_ID.AllowDBNull = false + Me.columnNAME.AllowDBNull = false + Me.columnNAME.MaxLength = 100 + Me.columnCTRL_TYPE.AllowDBNull = false + Me.columnCTRL_TYPE.MaxLength = 10 + Me.columnCTRL_TEXT.AllowDBNull = false + Me.columnCTRL_TEXT.MaxLength = 100 + Me.columnX_LOC.AllowDBNull = false + Me.columnY_LOC.AllowDBNull = false + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnCHANGED_WHO.MaxLength = 30 + Me.columnINDEX_NAME.MaxLength = 100 + Me.columnTYP.MaxLength = 50 + Me.columnVALIDATION.AllowDBNull = false + Me.columnCHOICE_LIST.MaxLength = 50 + Me.columnSQL_UEBERPRUEFUNG.MaxLength = 2000 + Me.columnFONT_FAMILY.MaxLength = 30 + Me.columnREAD_ONLY.AllowDBNull = false + Me.columnREAD_ONLY.DefaultValue = CType(false,Boolean) + Me.columnLOAD_IDX_VALUE.AllowDBNull = false + End Sub + + _ + Public Function NewTBPM_PROFILE_CONTROLSRow() As TBPM_PROFILE_CONTROLSRow + Return CType(Me.NewRow,TBPM_PROFILE_CONTROLSRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_PROFILE_CONTROLSRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_PROFILE_CONTROLSRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_PROFILE_CONTROLSRowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_CONTROLSRowChanged(Me, New TBPM_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBPM_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_PROFILE_CONTROLSRowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_CONTROLSRowChanging(Me, New TBPM_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBPM_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_PROFILE_CONTROLSRowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_CONTROLSRowDeleted(Me, New TBPM_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBPM_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_PROFILE_CONTROLSRowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_PROFILE_CONTROLSRowDeleting(Me, New TBPM_PROFILE_CONTROLSRowChangeEvent(CType(e.Row,TBPM_PROFILE_CONTROLSRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_PROFILE_CONTROLSRow(ByVal row As TBPM_PROFILE_CONTROLSRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_PROFILE_CONTROLSDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBPM_CONTROL_TABLEDataTable + Inherits Global.System.Data.TypedTableBase(Of TBPM_CONTROL_TABLERow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnCONTROL_ID As Global.System.Data.DataColumn + + Private columnSPALTENNAME As Global.System.Data.DataColumn + + Private columnSPALTEN_HEADER As Global.System.Data.DataColumn + + Private columnSPALTENBREITE As Global.System.Data.DataColumn + + Private columnVALIDATION As Global.System.Data.DataColumn + + Private columnCHOICE_LIST As Global.System.Data.DataColumn + + Private columnCONNECTION_ID As Global.System.Data.DataColumn + + Private columnSQL_COMMAND As Global.System.Data.DataColumn + + Private columnREAD_ONLY As Global.System.Data.DataColumn + + Private columnLOAD_IDX_VALUE As Global.System.Data.DataColumn + + Private columnADDED_WHO As Global.System.Data.DataColumn + + Private columnADDED_WHEN As Global.System.Data.DataColumn + + Private columnCHANGED_WHO As Global.System.Data.DataColumn + + Private columnCHANGED_WHEN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBPM_CONTROL_TABLE" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property CONTROL_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONTROL_ID + End Get + End Property + + _ + Public ReadOnly Property SPALTENNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSPALTENNAME + End Get + End Property + + _ + Public ReadOnly Property SPALTEN_HEADERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSPALTEN_HEADER + End Get + End Property + + _ + Public ReadOnly Property SPALTENBREITEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSPALTENBREITE + End Get + End Property + + _ + Public ReadOnly Property VALIDATIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnVALIDATION + End Get + End Property + + _ + Public ReadOnly Property CHOICE_LISTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHOICE_LIST + End Get + End Property + + _ + Public ReadOnly Property CONNECTION_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCONNECTION_ID + End Get + End Property + + _ + Public ReadOnly Property SQL_COMMANDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_COMMAND + End Get + End Property + + _ + Public ReadOnly Property READ_ONLYColumn() As Global.System.Data.DataColumn + Get + Return Me.columnREAD_ONLY + End Get + End Property + + _ + Public ReadOnly Property LOAD_IDX_VALUEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnLOAD_IDX_VALUE + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHO + End Get + End Property + + _ + Public ReadOnly Property ADDED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnADDED_WHEN + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHO + End Get + End Property + + _ + Public ReadOnly Property CHANGED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCHANGED_WHEN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBPM_CONTROL_TABLERow + Get + Return CType(Me.Rows(index),TBPM_CONTROL_TABLERow) + End Get + End Property + + _ + Public Event TBPM_CONTROL_TABLERowChanging As TBPM_CONTROL_TABLERowChangeEventHandler + + _ + Public Event TBPM_CONTROL_TABLERowChanged As TBPM_CONTROL_TABLERowChangeEventHandler + + _ + Public Event TBPM_CONTROL_TABLERowDeleting As TBPM_CONTROL_TABLERowChangeEventHandler + + _ + Public Event TBPM_CONTROL_TABLERowDeleted As TBPM_CONTROL_TABLERowChangeEventHandler + + _ + Public Overloads Sub AddTBPM_CONTROL_TABLERow(ByVal row As TBPM_CONTROL_TABLERow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBPM_CONTROL_TABLERow(ByVal parentTBPM_PROFILE_CONTROLSRowByFK_TBPM_CONTROL_TABLE_CONTROL1 As TBPM_PROFILE_CONTROLSRow, ByVal SPALTENNAME As String, ByVal SPALTEN_HEADER As String, ByVal SPALTENBREITE As Integer, ByVal VALIDATION As Boolean, ByVal CHOICE_LIST As String, ByVal CONNECTION_ID As Short, ByVal SQL_COMMAND As String, ByVal READ_ONLY As Boolean, ByVal LOAD_IDX_VALUE As Boolean, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date) As TBPM_CONTROL_TABLERow + Dim rowTBPM_CONTROL_TABLERow As TBPM_CONTROL_TABLERow = CType(Me.NewRow,TBPM_CONTROL_TABLERow) + Dim columnValuesArray() As Object = New Object() {Nothing, Nothing, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN} + If (Not (parentTBPM_PROFILE_CONTROLSRowByFK_TBPM_CONTROL_TABLE_CONTROL1) Is Nothing) Then + columnValuesArray(1) = parentTBPM_PROFILE_CONTROLSRowByFK_TBPM_CONTROL_TABLE_CONTROL1(0) + End If + rowTBPM_CONTROL_TABLERow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBPM_CONTROL_TABLERow) + Return rowTBPM_CONTROL_TABLERow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Integer) As TBPM_CONTROL_TABLERow + Return CType(Me.Rows.Find(New Object() {GUID}),TBPM_CONTROL_TABLERow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBPM_CONTROL_TABLEDataTable = CType(MyBase.Clone,TBPM_CONTROL_TABLEDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBPM_CONTROL_TABLEDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnCONTROL_ID = MyBase.Columns("CONTROL_ID") + Me.columnSPALTENNAME = MyBase.Columns("SPALTENNAME") + Me.columnSPALTEN_HEADER = MyBase.Columns("SPALTEN_HEADER") + Me.columnSPALTENBREITE = MyBase.Columns("SPALTENBREITE") + Me.columnVALIDATION = MyBase.Columns("VALIDATION") + Me.columnCHOICE_LIST = MyBase.Columns("CHOICE_LIST") + Me.columnCONNECTION_ID = MyBase.Columns("CONNECTION_ID") + Me.columnSQL_COMMAND = MyBase.Columns("SQL_COMMAND") + Me.columnREAD_ONLY = MyBase.Columns("READ_ONLY") + Me.columnLOAD_IDX_VALUE = MyBase.Columns("LOAD_IDX_VALUE") + Me.columnADDED_WHO = MyBase.Columns("ADDED_WHO") + Me.columnADDED_WHEN = MyBase.Columns("ADDED_WHEN") + Me.columnCHANGED_WHO = MyBase.Columns("CHANGED_WHO") + Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnCONTROL_ID = New Global.System.Data.DataColumn("CONTROL_ID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONTROL_ID) + Me.columnSPALTENNAME = New Global.System.Data.DataColumn("SPALTENNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSPALTENNAME) + Me.columnSPALTEN_HEADER = New Global.System.Data.DataColumn("SPALTEN_HEADER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSPALTEN_HEADER) + Me.columnSPALTENBREITE = New Global.System.Data.DataColumn("SPALTENBREITE", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSPALTENBREITE) + Me.columnVALIDATION = New Global.System.Data.DataColumn("VALIDATION", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnVALIDATION) + Me.columnCHOICE_LIST = New Global.System.Data.DataColumn("CHOICE_LIST", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHOICE_LIST) + Me.columnCONNECTION_ID = New Global.System.Data.DataColumn("CONNECTION_ID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCONNECTION_ID) + Me.columnSQL_COMMAND = New Global.System.Data.DataColumn("SQL_COMMAND", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_COMMAND) + Me.columnREAD_ONLY = New Global.System.Data.DataColumn("READ_ONLY", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnREAD_ONLY) + Me.columnLOAD_IDX_VALUE = New Global.System.Data.DataColumn("LOAD_IDX_VALUE", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnLOAD_IDX_VALUE) + Me.columnADDED_WHO = New Global.System.Data.DataColumn("ADDED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHO) + Me.columnADDED_WHEN = New Global.System.Data.DataColumn("ADDED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnADDED_WHEN) + Me.columnCHANGED_WHO = New Global.System.Data.DataColumn("CHANGED_WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHO) + Me.columnCHANGED_WHEN = New Global.System.Data.DataColumn("CHANGED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCHANGED_WHEN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnCONTROL_ID.AllowDBNull = false + Me.columnSPALTENNAME.AllowDBNull = false + Me.columnSPALTENNAME.MaxLength = 100 + Me.columnSPALTEN_HEADER.AllowDBNull = false + Me.columnSPALTEN_HEADER.MaxLength = 100 + Me.columnSPALTENBREITE.AllowDBNull = false + Me.columnVALIDATION.AllowDBNull = false + Me.columnCHOICE_LIST.MaxLength = 50 + Me.columnSQL_COMMAND.MaxLength = 2000 + Me.columnREAD_ONLY.AllowDBNull = false + Me.columnLOAD_IDX_VALUE.AllowDBNull = false + Me.columnADDED_WHO.AllowDBNull = false + Me.columnADDED_WHO.MaxLength = 30 + Me.columnADDED_WHEN.AllowDBNull = false + Me.columnCHANGED_WHO.MaxLength = 30 + End Sub + + _ + Public Function NewTBPM_CONTROL_TABLERow() As TBPM_CONTROL_TABLERow + Return CType(Me.NewRow,TBPM_CONTROL_TABLERow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBPM_CONTROL_TABLERow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBPM_CONTROL_TABLERow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBPM_CONTROL_TABLERowChangedEvent) Is Nothing) Then + RaiseEvent TBPM_CONTROL_TABLERowChanged(Me, New TBPM_CONTROL_TABLERowChangeEvent(CType(e.Row,TBPM_CONTROL_TABLERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBPM_CONTROL_TABLERowChangingEvent) Is Nothing) Then + RaiseEvent TBPM_CONTROL_TABLERowChanging(Me, New TBPM_CONTROL_TABLERowChangeEvent(CType(e.Row,TBPM_CONTROL_TABLERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBPM_CONTROL_TABLERowDeletedEvent) Is Nothing) Then + RaiseEvent TBPM_CONTROL_TABLERowDeleted(Me, New TBPM_CONTROL_TABLERowChangeEvent(CType(e.Row,TBPM_CONTROL_TABLERow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBPM_CONTROL_TABLERowDeletingEvent) Is Nothing) Then + RaiseEvent TBPM_CONTROL_TABLERowDeleting(Me, New TBPM_CONTROL_TABLERowChangeEvent(CType(e.Row,TBPM_CONTROL_TABLERow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBPM_CONTROL_TABLERow(ByVal row As TBPM_CONTROL_TABLERow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBPM_CONTROL_TABLEDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class TBWH_CONNECTIONDataTable + Inherits Global.System.Data.TypedTableBase(Of TBWH_CONNECTIONRow) + + Private columnGUID As Global.System.Data.DataColumn + + Private columnBEZEICHNUNG As Global.System.Data.DataColumn + + Private columnSQL_PROVIDER As Global.System.Data.DataColumn + + Private columnSERVER As Global.System.Data.DataColumn + + Private columnDATENBANK As Global.System.Data.DataColumn + + Private columnUSERNAME As Global.System.Data.DataColumn + + Private columnPASSWORD As Global.System.Data.DataColumn + + Private columnBEMERKUNG As Global.System.Data.DataColumn + + Private columnAKTIV As Global.System.Data.DataColumn + + Private columnERSTELLTWER As Global.System.Data.DataColumn + + Private columnERSTELLTWANN As Global.System.Data.DataColumn + + Private columnGEANDERTWER As Global.System.Data.DataColumn + + Private columnGEAENDERTWANN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "TBWH_CONNECTION" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGUID + End Get + End Property + + _ + Public ReadOnly Property BEZEICHNUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBEZEICHNUNG + End Get + End Property + + _ + Public ReadOnly Property SQL_PROVIDERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSQL_PROVIDER + End Get + End Property + + _ + Public ReadOnly Property SERVERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSERVER + End Get + End Property + + _ + Public ReadOnly Property DATENBANKColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDATENBANK + End Get + End Property + + _ + Public ReadOnly Property USERNAMEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnUSERNAME + End Get + End Property + + _ + Public ReadOnly Property PASSWORDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnPASSWORD + End Get + End Property + + _ + Public ReadOnly Property BEMERKUNGColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBEMERKUNG + End Get + End Property + + _ + Public ReadOnly Property AKTIVColumn() As Global.System.Data.DataColumn + Get + Return Me.columnAKTIV + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWER + End Get + End Property + + _ + Public ReadOnly Property ERSTELLTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnERSTELLTWANN + End Get + End Property + + _ + Public ReadOnly Property GEANDERTWERColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEANDERTWER + End Get + End Property + + _ + Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGEAENDERTWANN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As TBWH_CONNECTIONRow + Get + Return CType(Me.Rows(index),TBWH_CONNECTIONRow) + End Get + End Property + + _ + Public Event TBWH_CONNECTIONRowChanging As TBWH_CONNECTIONRowChangeEventHandler + + _ + Public Event TBWH_CONNECTIONRowChanged As TBWH_CONNECTIONRowChangeEventHandler + + _ + Public Event TBWH_CONNECTIONRowDeleting As TBWH_CONNECTIONRowChangeEventHandler + + _ + Public Event TBWH_CONNECTIONRowDeleted As TBWH_CONNECTIONRowChangeEventHandler + + _ + Public Overloads Sub AddTBWH_CONNECTIONRow(ByVal row As TBWH_CONNECTIONRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddTBWH_CONNECTIONRow(ByVal BEZEICHNUNG As String, ByVal SQL_PROVIDER As String, ByVal SERVER As String, ByVal DATENBANK As String, ByVal USERNAME As String, ByVal PASSWORD As String, ByVal BEMERKUNG As String, ByVal AKTIV As Boolean, ByVal ERSTELLTWER As String, ByVal ERSTELLTWANN As Date, ByVal GEANDERTWER As String, ByVal GEAENDERTWANN As Date) As TBWH_CONNECTIONRow + Dim rowTBWH_CONNECTIONRow As TBWH_CONNECTIONRow = CType(Me.NewRow,TBWH_CONNECTIONRow) + Dim columnValuesArray() As Object = New Object() {Nothing, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN} + rowTBWH_CONNECTIONRow.ItemArray = columnValuesArray + Me.Rows.Add(rowTBWH_CONNECTIONRow) + Return rowTBWH_CONNECTIONRow + End Function + + _ + Public Function FindByGUID(ByVal GUID As Short) As TBWH_CONNECTIONRow + Return CType(Me.Rows.Find(New Object() {GUID}),TBWH_CONNECTIONRow) + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As TBWH_CONNECTIONDataTable = CType(MyBase.Clone,TBWH_CONNECTIONDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New TBWH_CONNECTIONDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGUID = MyBase.Columns("GUID") + Me.columnBEZEICHNUNG = MyBase.Columns("BEZEICHNUNG") + Me.columnSQL_PROVIDER = MyBase.Columns("SQL_PROVIDER") + Me.columnSERVER = MyBase.Columns("SERVER") + Me.columnDATENBANK = MyBase.Columns("DATENBANK") + Me.columnUSERNAME = MyBase.Columns("USERNAME") + Me.columnPASSWORD = MyBase.Columns("PASSWORD") + Me.columnBEMERKUNG = MyBase.Columns("BEMERKUNG") + Me.columnAKTIV = MyBase.Columns("AKTIV") + Me.columnERSTELLTWER = MyBase.Columns("ERSTELLTWER") + Me.columnERSTELLTWANN = MyBase.Columns("ERSTELLTWANN") + Me.columnGEANDERTWER = MyBase.Columns("GEANDERTWER") + Me.columnGEAENDERTWANN = MyBase.Columns("GEAENDERTWANN") + End Sub + + _ + Private Sub InitClass() + Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Short), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGUID) + Me.columnBEZEICHNUNG = New Global.System.Data.DataColumn("BEZEICHNUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBEZEICHNUNG) + Me.columnSQL_PROVIDER = New Global.System.Data.DataColumn("SQL_PROVIDER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSQL_PROVIDER) + Me.columnSERVER = New Global.System.Data.DataColumn("SERVER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSERVER) + Me.columnDATENBANK = New Global.System.Data.DataColumn("DATENBANK", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDATENBANK) + Me.columnUSERNAME = New Global.System.Data.DataColumn("USERNAME", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnUSERNAME) + Me.columnPASSWORD = New Global.System.Data.DataColumn("PASSWORD", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnPASSWORD) + Me.columnBEMERKUNG = New Global.System.Data.DataColumn("BEMERKUNG", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBEMERKUNG) + Me.columnAKTIV = New Global.System.Data.DataColumn("AKTIV", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnAKTIV) + Me.columnERSTELLTWER = New Global.System.Data.DataColumn("ERSTELLTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWER) + Me.columnERSTELLTWANN = New Global.System.Data.DataColumn("ERSTELLTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnERSTELLTWANN) + Me.columnGEANDERTWER = New Global.System.Data.DataColumn("GEANDERTWER", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEANDERTWER) + Me.columnGEAENDERTWANN = New Global.System.Data.DataColumn("GEAENDERTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGEAENDERTWANN) + Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true)) + Me.columnGUID.AutoIncrement = true + Me.columnGUID.AutoIncrementSeed = -1 + Me.columnGUID.AutoIncrementStep = -1 + Me.columnGUID.AllowDBNull = false + Me.columnGUID.ReadOnly = true + Me.columnGUID.Unique = true + Me.columnBEZEICHNUNG.MaxLength = 100 + Me.columnSQL_PROVIDER.MaxLength = 100 + Me.columnSERVER.MaxLength = 150 + Me.columnDATENBANK.MaxLength = 100 + Me.columnUSERNAME.MaxLength = 100 + Me.columnPASSWORD.MaxLength = 100 + Me.columnBEMERKUNG.MaxLength = 400 + Me.columnAKTIV.AllowDBNull = false + Me.columnERSTELLTWER.AllowDBNull = false + Me.columnERSTELLTWER.MaxLength = 50 + Me.columnERSTELLTWANN.AllowDBNull = false + Me.columnGEANDERTWER.MaxLength = 50 + End Sub + + _ + Public Function NewTBWH_CONNECTIONRow() As TBWH_CONNECTIONRow + Return CType(Me.NewRow,TBWH_CONNECTIONRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New TBWH_CONNECTIONRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(TBWH_CONNECTIONRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.TBWH_CONNECTIONRowChangedEvent) Is Nothing) Then + RaiseEvent TBWH_CONNECTIONRowChanged(Me, New TBWH_CONNECTIONRowChangeEvent(CType(e.Row,TBWH_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.TBWH_CONNECTIONRowChangingEvent) Is Nothing) Then + RaiseEvent TBWH_CONNECTIONRowChanging(Me, New TBWH_CONNECTIONRowChangeEvent(CType(e.Row,TBWH_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.TBWH_CONNECTIONRowDeletedEvent) Is Nothing) Then + RaiseEvent TBWH_CONNECTIONRowDeleted(Me, New TBWH_CONNECTIONRowChangeEvent(CType(e.Row,TBWH_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.TBWH_CONNECTIONRowDeletingEvent) Is Nothing) Then + RaiseEvent TBWH_CONNECTIONRowDeleting(Me, New TBWH_CONNECTIONRowChangeEvent(CType(e.Row,TBWH_CONNECTIONRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveTBWH_CONNECTIONRow(ByVal row As TBWH_CONNECTIONRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As DD_DMSLiteDataSet = New DD_DMSLiteDataSet() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "TBWH_CONNECTIONDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_PROFILE_FINAL_INDEXINGRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_PROFILE_FINAL_INDEXING As TBPM_PROFILE_FINAL_INDEXINGDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_PROFILE_FINAL_INDEXING = CType(Me.Table,TBPM_PROFILE_FINAL_INDEXINGDataTable) + End Sub + + _ + Public Property INDEXNAME() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.INDEXNAMEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.INDEXNAMEColumn) = value + End Set + End Property + + _ + Public Property VALUE() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.VALUEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.VALUEColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.ADDED_WHENColumn),Date) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_PROFILE_FINAL_INDEXING ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_PROFILE_FINAL_INDEXING ist DBNul"& _ + "l.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.GUIDColumn) = value + End Set + End Property + + _ + Public Property CONNECTION_ID() As Short + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CONNECTION_IDColumn),Short) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CONNECTION_IDColumn) = value + End Set + End Property + + _ + Public Property SQL_COMMAND() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.SQL_COMMANDColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.SQL_COMMANDColumn) = value + End Set + End Property + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_PROFILE_FINAL_INDEXING.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWPM_PROFILE_USERRow + Inherits Global.System.Data.DataRow + + Private tableVWPM_PROFILE_USER As VWPM_PROFILE_USERDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWPM_PROFILE_USER = CType(Me.Table,VWPM_PROFILE_USERDataTable) + End Sub + + _ + Public Property PROFIL_ID() As Integer + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.PROFIL_IDColumn),Integer) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.PROFIL_IDColumn) = value + End Set + End Property + + _ + Public Property PROFIL_NAME() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.PROFIL_NAMEColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.PROFIL_NAMEColumn) = value + End Set + End Property + + _ + Public Property PRIORITY() As Integer + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.PRIORITYColumn),Integer) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.PRIORITYColumn) = value + End Set + End Property + + _ + Public Property WD_SEARCH() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.WD_SEARCHColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.WD_SEARCHColumn) = value + End Set + End Property + + _ + Public Property NO_OF_DOCUMENTS() As Integer + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.NO_OF_DOCUMENTSColumn),Integer) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.NO_OF_DOCUMENTSColumn) = value + End Set + End Property + + _ + Public Property EMAIL() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.EMAILColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.EMAILColumn) = value + End Set + End Property + + _ + Public Property USERNAME() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.USERNAMEColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.USERNAMEColumn) = value + End Set + End Property + + _ + Public Property ACTIVE() As Boolean + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.ACTIVEColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.ACTIVEColumn) = value + End Set + End Property + + _ + Public Property TITLE() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.TITLEColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.TITLEColumn) = value + End Set + End Property + + _ + Public Property FINAL_PROFILE() As Boolean + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.FINAL_PROFILEColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.FINAL_PROFILEColumn) = value + End Set + End Property + + _ + Public Property FINAL_TEXT() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.FINAL_TEXTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FINAL_TEXT in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.FINAL_TEXTColumn) = value + End Set + End Property + + _ + Public Property MOVE2Folder() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.MOVE2FolderColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte MOVE2Folder in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.MOVE2FolderColumn) = value + End Set + End Property + + _ + Public Property WD_OBJECTTYPE() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.WD_OBJECTTYPEColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.WD_OBJECTTYPEColumn) = value + End Set + End Property + + _ + Public Property PRENAME() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.PRENAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PRENAME in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.PRENAMEColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte NAME in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.NAMEColumn) = value + End Set + End Property + + _ + Public Property DESCRIPTION() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.DESCRIPTIONColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DESCRIPTION in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.DESCRIPTIONColumn) = value + End Set + End Property + + _ + Public Property RIGHT_FILE_DELETE() As Boolean + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.RIGHT_FILE_DELETEColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.RIGHT_FILE_DELETEColumn) = value + End Set + End Property + + _ + Public Property PM_VEKTOR_INDEX() As String + Get + Try + Return CType(Me(Me.tableVWPM_PROFILE_USER.PM_VEKTOR_INDEXColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PM_VEKTOR_INDEX in Tabelle VWPM_PROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.PM_VEKTOR_INDEXColumn) = value + End Set + End Property + + _ + Public Property LOG_INDEX() As String + Get + Return CType(Me(Me.tableVWPM_PROFILE_USER.LOG_INDEXColumn),String) + End Get + Set + Me(Me.tableVWPM_PROFILE_USER.LOG_INDEXColumn) = value + End Set + End Property + + _ + Public Function IsEMAILNull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.EMAILColumn) + End Function + + _ + Public Sub SetEMAILNull() + Me(Me.tableVWPM_PROFILE_USER.EMAILColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFINAL_TEXTNull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.FINAL_TEXTColumn) + End Function + + _ + Public Sub SetFINAL_TEXTNull() + Me(Me.tableVWPM_PROFILE_USER.FINAL_TEXTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsMOVE2FolderNull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.MOVE2FolderColumn) + End Function + + _ + Public Sub SetMOVE2FolderNull() + Me(Me.tableVWPM_PROFILE_USER.MOVE2FolderColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPRENAMENull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.PRENAMEColumn) + End Function + + _ + Public Sub SetPRENAMENull() + Me(Me.tableVWPM_PROFILE_USER.PRENAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsNAMENull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.NAMEColumn) + End Function + + _ + Public Sub SetNAMENull() + Me(Me.tableVWPM_PROFILE_USER.NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsDESCRIPTIONNull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.DESCRIPTIONColumn) + End Function + + _ + Public Sub SetDESCRIPTIONNull() + Me(Me.tableVWPM_PROFILE_USER.DESCRIPTIONColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPM_VEKTOR_INDEXNull() As Boolean + Return Me.IsNull(Me.tableVWPM_PROFILE_USER.PM_VEKTOR_INDEXColumn) + End Function + + _ + Public Sub SetPM_VEKTOR_INDEXNull() + Me(Me.tableVWPM_PROFILE_USER.PM_VEKTOR_INDEXColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_KONFIGURATIONRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_KONFIGURATION As TBPM_KONFIGURATIONDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_KONFIGURATION = CType(Me.Table,TBPM_KONFIGURATIONDataTable) + End Sub + + _ + Public Property GUID() As Byte + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.GUIDColumn),Byte) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.GUIDColumn) = value + End Set + End Property + + _ + Public Property LIZENZEN() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.LIZENZENColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte LIZENZEN in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.LIZENZENColumn) = value + End Set + End Property + + _ + Public Property ERFASSTWER() As String + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.ERFASSTWERColumn),String) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.ERFASSTWERColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWER() As String + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.ERSTELLTWERColumn),String) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.ERSTELLTWERColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWANN() As Date + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.ERSTELLTWANNColumn),Date) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.ERSTELLTWANNColumn) = value + End Set + End Property + + _ + Public Property GEAENDERTWER() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEAENDERTWER in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWERColumn) = value + End Set + End Property + + _ + Public Property INTERVALL_CKECK_NO_OF_FILES() As Short + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.INTERVALL_CKECK_NO_OF_FILESColumn),Short) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.INTERVALL_CKECK_NO_OF_FILESColumn) = value + End Set + End Property + + _ + Public Property GEAENDERTWANN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWANNColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEAENDERTWANN in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWANNColumn) = value + End Set + End Property + + _ + Public Property EMAIL_ACTIVE() As Boolean + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_ACTIVEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_ACTIVEColumn) = value + End Set + End Property + + _ + Public Property EMAIL_FROM() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_FROMColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_FROM in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_FROMColumn) = value + End Set + End Property + + _ + Public Property EMAIL_SMTP() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_SMTPColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_SMTP in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_SMTPColumn) = value + End Set + End Property + + _ + Public Property EMAIL_USER() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_USERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_USER in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_USERColumn) = value + End Set + End Property + + _ + Public Property EMAIL_PW() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_PWColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_PW in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_PWColumn) = value + End Set + End Property + + _ + Public Property EMAIL_REMINDER_HEADER() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_HEADERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_REMINDER_HEADER in Tabelle TBPM_KONFIGURATION ist DBNul"& _ + "l.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_HEADERColumn) = value + End Set + End Property + + _ + Public Property EMAIL_REMINDER_FOOTER() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_FOOTERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL_REMINDER_FOOTER in Tabelle TBPM_KONFIGURATION ist DBNul"& _ + "l.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_FOOTERColumn) = value + End Set + End Property + + _ + Public Property VEKTOR_DELIMITER() As String + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.VEKTOR_DELIMITERColumn),String) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.VEKTOR_DELIMITERColumn) = value + End Set + End Property + + _ + Public Property ADMIN_PW() As String + Get + Try + Return CType(Me(Me.tableTBPM_KONFIGURATION.ADMIN_PWColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ADMIN_PW in Tabelle TBPM_KONFIGURATION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.ADMIN_PWColumn) = value + End Set + End Property + + _ + Public Property ADMIN_SECURITY() As Boolean + Get + Return CType(Me(Me.tableTBPM_KONFIGURATION.ADMIN_SECURITYColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_KONFIGURATION.ADMIN_SECURITYColumn) = value + End Set + End Property + + _ + Public Function IsLIZENZENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.LIZENZENColumn) + End Function + + _ + Public Sub SetLIZENZENNull() + Me(Me.tableTBPM_KONFIGURATION.LIZENZENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEAENDERTWERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.GEAENDERTWERColumn) + End Function + + _ + Public Sub SetGEAENDERTWERNull() + Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEAENDERTWANNNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.GEAENDERTWANNColumn) + End Function + + _ + Public Sub SetGEAENDERTWANNNull() + Me(Me.tableTBPM_KONFIGURATION.GEAENDERTWANNColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_FROMNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_FROMColumn) + End Function + + _ + Public Sub SetEMAIL_FROMNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_FROMColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_SMTPNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_SMTPColumn) + End Function + + _ + Public Sub SetEMAIL_SMTPNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_SMTPColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_USERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_USERColumn) + End Function + + _ + Public Sub SetEMAIL_USERNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_USERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_PWNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_PWColumn) + End Function + + _ + Public Sub SetEMAIL_PWNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_PWColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_REMINDER_HEADERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_HEADERColumn) + End Function + + _ + Public Sub SetEMAIL_REMINDER_HEADERNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_HEADERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAIL_REMINDER_FOOTERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_FOOTERColumn) + End Function + + _ + Public Sub SetEMAIL_REMINDER_FOOTERNull() + Me(Me.tableTBPM_KONFIGURATION.EMAIL_REMINDER_FOOTERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsADMIN_PWNull() As Boolean + Return Me.IsNull(Me.tableTBPM_KONFIGURATION.ADMIN_PWColumn) + End Function + + _ + Public Sub SetADMIN_PWNull() + Me(Me.tableTBPM_KONFIGURATION.ADMIN_PWColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_USERRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_USER As TBPM_USERDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_USER = CType(Me.Table,TBPM_USERDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_USER.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_USER.GUIDColumn) = value + End Set + End Property + + _ + Public Property PRENAME() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.PRENAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PRENAME in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.PRENAMEColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte NAME in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.NAMEColumn) = value + End Set + End Property + + _ + Public Property USERNAME() As String + Get + Return CType(Me(Me.tableTBPM_USER.USERNAMEColumn),String) + End Get + Set + Me(Me.tableTBPM_USER.USERNAMEColumn) = value + End Set + End Property + + _ + Public Property EMAIL() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.EMAILColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte EMAIL in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.EMAILColumn) = value + End Set + End Property + + _ + Public Property LOGGED_IN() As Boolean + Get + Return CType(Me(Me.tableTBPM_USER.LOGGED_INColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_USER.LOGGED_INColumn) = value + End Set + End Property + + _ + Public Property LOGGED_WHERE() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.LOGGED_WHEREColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte LOGGED_WHERE in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.LOGGED_WHEREColumn) = value + End Set + End Property + + _ + Public Property LOG_IN_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_USER.LOG_IN_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte LOG_IN_WHEN in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.LOG_IN_WHENColumn) = value + End Set + End Property + + _ + Public Property LOG_OUT_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_USER.LOG_OUT_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte LOG_OUT_WHEN in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.LOG_OUT_WHENColumn) = value + End Set + End Property + + _ + Public Property ADMIN() As Boolean + Get + Return CType(Me(Me.tableTBPM_USER.ADMINColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_USER.ADMINColumn) = value + End Set + End Property + + _ + Public Property NOTICE() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.NOTICEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte NOTICE in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.NOTICEColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.ADDED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ADDED_WHO in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_USER.ADDED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ADDED_WHEN in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_USER.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_USER.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_USER.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Property RIGHT_FILE_DELETE() As Boolean + Get + Return CType(Me(Me.tableTBPM_USER.RIGHT_FILE_DELETEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_USER.RIGHT_FILE_DELETEColumn) = value + End Set + End Property + + _ + Public Property EMAIL_ONCE_DAY() As Boolean + Get + Return CType(Me(Me.tableTBPM_USER.EMAIL_ONCE_DAYColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_USER.EMAIL_ONCE_DAYColumn) = value + End Set + End Property + + _ + Public Function IsPRENAMENull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.PRENAMEColumn) + End Function + + _ + Public Sub SetPRENAMENull() + Me(Me.tableTBPM_USER.PRENAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsNAMENull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.NAMEColumn) + End Function + + _ + Public Sub SetNAMENull() + Me(Me.tableTBPM_USER.NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEMAILNull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.EMAILColumn) + End Function + + _ + Public Sub SetEMAILNull() + Me(Me.tableTBPM_USER.EMAILColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsLOGGED_WHERENull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.LOGGED_WHEREColumn) + End Function + + _ + Public Sub SetLOGGED_WHERENull() + Me(Me.tableTBPM_USER.LOGGED_WHEREColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsLOG_IN_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.LOG_IN_WHENColumn) + End Function + + _ + Public Sub SetLOG_IN_WHENNull() + Me(Me.tableTBPM_USER.LOG_IN_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsLOG_OUT_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.LOG_OUT_WHENColumn) + End Function + + _ + Public Sub SetLOG_OUT_WHENNull() + Me(Me.tableTBPM_USER.LOG_OUT_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsNOTICENull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.NOTICEColumn) + End Function + + _ + Public Sub SetNOTICENull() + Me(Me.tableTBPM_USER.NOTICEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsADDED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.ADDED_WHOColumn) + End Function + + _ + Public Sub SetADDED_WHONull() + Me(Me.tableTBPM_USER.ADDED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsADDED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.ADDED_WHENColumn) + End Function + + _ + Public Sub SetADDED_WHENNull() + Me(Me.tableTBPM_USER.ADDED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_USER.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_USER.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_USER.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_TYPERow + Inherits Global.System.Data.DataRow + + Private tableTBPM_TYPE As TBPM_TYPEDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_TYPE = CType(Me.Table,TBPM_TYPEDataTable) + End Sub + + _ + Public Property GUID() As Short + Get + Return CType(Me(Me.tableTBPM_TYPE.GUIDColumn),Short) + End Get + Set + Me(Me.tableTBPM_TYPE.GUIDColumn) = value + End Set + End Property + + _ + Public Property BEZEICHNUNG() As String + Get + Return CType(Me(Me.tableTBPM_TYPE.BEZEICHNUNGColumn),String) + End Get + Set + Me(Me.tableTBPM_TYPE.BEZEICHNUNGColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_TYPE.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_TYPE.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Return CType(Me(Me.tableTBPM_TYPE.ADDED_WHENColumn),Date) + End Get + Set + Me(Me.tableTBPM_TYPE.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_TYPE.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_TYPE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_TYPE.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_TYPE.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_TYPE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_TYPE.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_TYPE.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_TYPE.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_TYPE.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_TYPE.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function GetTBPM_PROFILERows() As TBPM_PROFILERow() + If (Me.Table.ChildRelations("FK_TBPM_PROFILE_TYPE1") Is Nothing) Then + Return New TBPM_PROFILERow(-1) {} + Else + Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("FK_TBPM_PROFILE_TYPE1")),TBPM_PROFILERow()) + End If + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_ERROR_LOGRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_ERROR_LOG As TBPM_ERROR_LOGDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_ERROR_LOG = CType(Me.Table,TBPM_ERROR_LOGDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_ERROR_LOG.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_ERROR_LOG.GUIDColumn) = value + End Set + End Property + + _ + Public Property PROFIL_ID() As Integer + Get + Return CType(Me(Me.tableTBPM_ERROR_LOG.PROFIL_IDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_ERROR_LOG.PROFIL_IDColumn) = value + End Set + End Property + + _ + Public Property ERROR_MSG() As String + Get + Return CType(Me(Me.tableTBPM_ERROR_LOG.ERROR_MSGColumn),String) + End Get + Set + Me(Me.tableTBPM_ERROR_LOG.ERROR_MSGColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_ERROR_LOG.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_ERROR_LOG.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Return CType(Me(Me.tableTBPM_ERROR_LOG.ADDED_WHENColumn),Date) + End Get + Set + Me(Me.tableTBPM_ERROR_LOG.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property TBPM_PROFILERow() As TBPM_PROFILERow + Get + Return CType(Me.GetParentRow(Me.Table.ParentRelations("FK_TBPM_ERROR_LOG_PROFILE1")),TBPM_PROFILERow) + End Get + Set + Me.SetParentRow(value, Me.Table.ParentRelations("FK_TBPM_ERROR_LOG_PROFILE1")) + End Set + End Property + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWPM_CONTROL_INDEXRow + Inherits Global.System.Data.DataRow + + Private tableVWPM_CONTROL_INDEX As VWPM_CONTROL_INDEXDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWPM_CONTROL_INDEX = CType(Me.Table,VWPM_CONTROL_INDEXDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.GUIDColumn),Integer) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.GUIDColumn) = value + End Set + End Property + + _ + Public Property PROFIL_ID() As Integer + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.PROFIL_IDColumn),Integer) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.PROFIL_IDColumn) = value + End Set + End Property + + _ + Public Property PROFIL_NAME() As String + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.PROFIL_NAMEColumn),String) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.PROFIL_NAMEColumn) = value + End Set + End Property + + _ + Public Property CTRL_NAME() As String + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.CTRL_NAMEColumn),String) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.CTRL_NAMEColumn) = value + End Set + End Property + + _ + Public Property CTRL_TYPE() As String + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.CTRL_TYPEColumn),String) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.CTRL_TYPEColumn) = value + End Set + End Property + + _ + Public Property CTRL_TEXT() As String + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.CTRL_TEXTColumn),String) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.CTRL_TEXTColumn) = value + End Set + End Property + + _ + Public Property X_LOC() As Double + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.X_LOCColumn),Double) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.X_LOCColumn) = value + End Set + End Property + + _ + Public Property Y_LOC() As Double + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.Y_LOCColumn),Double) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.Y_LOCColumn) = value + End Set + End Property + + _ + Public Property INDEX_NAME() As String + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.INDEX_NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte INDEX_NAME in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.INDEX_NAMEColumn) = value + End Set + End Property + + _ + Public Property VALIDATION() As Boolean + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.VALIDATIONColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.VALIDATIONColumn) = value + End Set + End Property + + _ + Public Property TYP() As String + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.TYPColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte TYP in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.TYPColumn) = value + End Set + End Property + + _ + Public Property CONNECTION_ID() As Short + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.CONNECTION_IDColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CONNECTION_ID in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.CONNECTION_IDColumn) = value + End Set + End Property + + _ + Public Property SQL_UEBERPRUEFUNG() As String + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.SQL_UEBERPRUEFUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_UEBERPRUEFUNG in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.SQL_UEBERPRUEFUNGColumn) = value + End Set + End Property + + _ + Public Property CHOICE_LIST() As String + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.CHOICE_LISTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHOICE_LIST in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.CHOICE_LISTColumn) = value + End Set + End Property + + _ + Public Property FONT_COLOR() As Long + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.FONT_COLORColumn),Long) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_COLOR in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.FONT_COLORColumn) = value + End Set + End Property + + _ + Public Property FONT_FAMILY() As String + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.FONT_FAMILYColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_FAMILY in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.FONT_FAMILYColumn) = value + End Set + End Property + + _ + Public Property FONT_SIZE() As Short + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.FONT_SIZEColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_SIZE in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.FONT_SIZEColumn) = value + End Set + End Property + + _ + Public Property FONT_STYLE() As Short + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.FONT_STYLEColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_STYLE in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.FONT_STYLEColumn) = value + End Set + End Property + + _ + Public Property WIDTH() As Short + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.WIDTHColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte WIDTH in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.WIDTHColumn) = value + End Set + End Property + + _ + Public Property HEIGHT() As Short + Get + Try + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.HEIGHTColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte HEIGHT in Tabelle VWPM_CONTROL_INDEX ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.HEIGHTColumn) = value + End Set + End Property + + _ + Public Property READ_ONLY() As Boolean + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.READ_ONLYColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.READ_ONLYColumn) = value + End Set + End Property + + _ + Public Property LOAD_IDX_VALUE() As Boolean + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.LOAD_IDX_VALUEColumn),Boolean) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.LOAD_IDX_VALUEColumn) = value + End Set + End Property + + _ + Public Property LOG_INDEX() As String + Get + Return CType(Me(Me.tableVWPM_CONTROL_INDEX.LOG_INDEXColumn),String) + End Get + Set + Me(Me.tableVWPM_CONTROL_INDEX.LOG_INDEXColumn) = value + End Set + End Property + + _ + Public Function IsINDEX_NAMENull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.INDEX_NAMEColumn) + End Function + + _ + Public Sub SetINDEX_NAMENull() + Me(Me.tableVWPM_CONTROL_INDEX.INDEX_NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsTYPNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.TYPColumn) + End Function + + _ + Public Sub SetTYPNull() + Me(Me.tableVWPM_CONTROL_INDEX.TYPColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCONNECTION_IDNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.CONNECTION_IDColumn) + End Function + + _ + Public Sub SetCONNECTION_IDNull() + Me(Me.tableVWPM_CONTROL_INDEX.CONNECTION_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_UEBERPRUEFUNGNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.SQL_UEBERPRUEFUNGColumn) + End Function + + _ + Public Sub SetSQL_UEBERPRUEFUNGNull() + Me(Me.tableVWPM_CONTROL_INDEX.SQL_UEBERPRUEFUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHOICE_LISTNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.CHOICE_LISTColumn) + End Function + + _ + Public Sub SetCHOICE_LISTNull() + Me(Me.tableVWPM_CONTROL_INDEX.CHOICE_LISTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_COLORNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.FONT_COLORColumn) + End Function + + _ + Public Sub SetFONT_COLORNull() + Me(Me.tableVWPM_CONTROL_INDEX.FONT_COLORColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_FAMILYNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.FONT_FAMILYColumn) + End Function + + _ + Public Sub SetFONT_FAMILYNull() + Me(Me.tableVWPM_CONTROL_INDEX.FONT_FAMILYColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_SIZENull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.FONT_SIZEColumn) + End Function + + _ + Public Sub SetFONT_SIZENull() + Me(Me.tableVWPM_CONTROL_INDEX.FONT_SIZEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_STYLENull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.FONT_STYLEColumn) + End Function + + _ + Public Sub SetFONT_STYLENull() + Me(Me.tableVWPM_CONTROL_INDEX.FONT_STYLEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWIDTHNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.WIDTHColumn) + End Function + + _ + Public Sub SetWIDTHNull() + Me(Me.tableVWPM_CONTROL_INDEX.WIDTHColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsHEIGHTNull() As Boolean + Return Me.IsNull(Me.tableVWPM_CONTROL_INDEX.HEIGHTColumn) + End Function + + _ + Public Sub SetHEIGHTNull() + Me(Me.tableVWPM_CONTROL_INDEX.HEIGHTColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_CONNECTIONRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_CONNECTION As TBPM_CONNECTIONDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_CONNECTION = CType(Me.Table,TBPM_CONNECTIONDataTable) + End Sub + + _ + Public Property GUID() As Short + Get + Return CType(Me(Me.tableTBPM_CONNECTION.GUIDColumn),Short) + End Get + Set + Me(Me.tableTBPM_CONNECTION.GUIDColumn) = value + End Set + End Property + + _ + Public Property BEZEICHNUNG() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.BEZEICHNUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte BEZEICHNUNG in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.BEZEICHNUNGColumn) = value + End Set + End Property + + _ + Public Property SQL_PROVIDER() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.SQL_PROVIDERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_PROVIDER in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.SQL_PROVIDERColumn) = value + End Set + End Property + + _ + Public Property SERVER() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.SERVERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SERVER in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.SERVERColumn) = value + End Set + End Property + + _ + Public Property DATENBANK() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.DATENBANKColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DATENBANK in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.DATENBANKColumn) = value + End Set + End Property + + _ + Public Property USERNAME() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.USERNAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte USERNAME in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.USERNAMEColumn) = value + End Set + End Property + + _ + Public Property PASSWORD() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.PASSWORDColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PASSWORD in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.PASSWORDColumn) = value + End Set + End Property + + _ + Public Property BEMERKUNG() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.BEMERKUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte BEMERKUNG in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.BEMERKUNGColumn) = value + End Set + End Property + + _ + Public Property AKTIV() As Boolean + Get + Return CType(Me(Me.tableTBPM_CONNECTION.AKTIVColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_CONNECTION.AKTIVColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWER() As String + Get + Return CType(Me(Me.tableTBPM_CONNECTION.ERSTELLTWERColumn),String) + End Get + Set + Me(Me.tableTBPM_CONNECTION.ERSTELLTWERColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWANN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.ERSTELLTWANNColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ERSTELLTWANN in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.ERSTELLTWANNColumn) = value + End Set + End Property + + _ + Public Property GEANDERTWER() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.GEANDERTWERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEANDERTWER in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.GEANDERTWERColumn) = value + End Set + End Property + + _ + Public Property GEAENDERTWANN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_CONNECTION.GEAENDERTWANNColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEAENDERTWANN in Tabelle TBPM_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONNECTION.GEAENDERTWANNColumn) = value + End Set + End Property + + _ + Public Function IsBEZEICHNUNGNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.BEZEICHNUNGColumn) + End Function + + _ + Public Sub SetBEZEICHNUNGNull() + Me(Me.tableTBPM_CONNECTION.BEZEICHNUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_PROVIDERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.SQL_PROVIDERColumn) + End Function + + _ + Public Sub SetSQL_PROVIDERNull() + Me(Me.tableTBPM_CONNECTION.SQL_PROVIDERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSERVERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.SERVERColumn) + End Function + + _ + Public Sub SetSERVERNull() + Me(Me.tableTBPM_CONNECTION.SERVERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsDATENBANKNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.DATENBANKColumn) + End Function + + _ + Public Sub SetDATENBANKNull() + Me(Me.tableTBPM_CONNECTION.DATENBANKColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsUSERNAMENull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.USERNAMEColumn) + End Function + + _ + Public Sub SetUSERNAMENull() + Me(Me.tableTBPM_CONNECTION.USERNAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPASSWORDNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.PASSWORDColumn) + End Function + + _ + Public Sub SetPASSWORDNull() + Me(Me.tableTBPM_CONNECTION.PASSWORDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsBEMERKUNGNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.BEMERKUNGColumn) + End Function + + _ + Public Sub SetBEMERKUNGNull() + Me(Me.tableTBPM_CONNECTION.BEMERKUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsERSTELLTWANNNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.ERSTELLTWANNColumn) + End Function + + _ + Public Sub SetERSTELLTWANNNull() + Me(Me.tableTBPM_CONNECTION.ERSTELLTWANNColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEANDERTWERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.GEANDERTWERColumn) + End Function + + _ + Public Sub SetGEANDERTWERNull() + Me(Me.tableTBPM_CONNECTION.GEANDERTWERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEAENDERTWANNNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONNECTION.GEAENDERTWANNColumn) + End Function + + _ + Public Sub SetGEAENDERTWANNNull() + Me(Me.tableTBPM_CONNECTION.GEAENDERTWANNColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPROFILE_USERRow + Inherits Global.System.Data.DataRow + + Private tableTBPROFILE_USER As TBPROFILE_USERDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPROFILE_USER = CType(Me.Table,TBPROFILE_USERDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPROFILE_USER.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPROFILE_USER.GUIDColumn) = value + End Set + End Property + + _ + Public Property PRENAME() As String + Get + Try + Return CType(Me(Me.tableTBPROFILE_USER.PRENAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PRENAME in Tabelle TBPROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPROFILE_USER.PRENAMEColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Try + Return CType(Me(Me.tableTBPROFILE_USER.NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte NAME in Tabelle TBPROFILE_USER ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPROFILE_USER.NAMEColumn) = value + End Set + End Property + + _ + Public Property USERNAME() As String + Get + Return CType(Me(Me.tableTBPROFILE_USER.USERNAMEColumn),String) + End Get + Set + Me(Me.tableTBPROFILE_USER.USERNAMEColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPROFILE_USER.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPROFILE_USER.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Return CType(Me(Me.tableTBPROFILE_USER.ADDED_WHENColumn),Date) + End Get + Set + Me(Me.tableTBPROFILE_USER.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Function IsPRENAMENull() As Boolean + Return Me.IsNull(Me.tableTBPROFILE_USER.PRENAMEColumn) + End Function + + _ + Public Sub SetPRENAMENull() + Me(Me.tableTBPROFILE_USER.PRENAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsNAMENull() As Boolean + Return Me.IsNull(Me.tableTBPROFILE_USER.NAMEColumn) + End Function + + _ + Public Sub SetNAMENull() + Me(Me.tableTBPROFILE_USER.NAMEColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_PROFILE_FILESRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_PROFILE_FILES As TBPM_PROFILE_FILESDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_PROFILE_FILES = CType(Me.Table,TBPM_PROFILE_FILESDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE_FILES.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE_FILES.GUIDColumn) = value + End Set + End Property + + _ + Public Property FILE_PATH() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_FILES.FILE_PATHColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FILE_PATH in Tabelle TBPM_PROFILE_FILES ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_FILES.FILE_PATHColumn) = value + End Set + End Property + + _ + Public Property DMS_ERSTELLT_DATE() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_FILES.DMS_ERSTELLT_DATEColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DMS_ERSTELLT_DATE in Tabelle TBPM_PROFILE_FILES ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_FILES.DMS_ERSTELLT_DATEColumn) = value + End Set + End Property + + _ + Public Function IsFILE_PATHNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_FILES.FILE_PATHColumn) + End Function + + _ + Public Sub SetFILE_PATHNull() + Me(Me.tableTBPM_PROFILE_FILES.FILE_PATHColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsDMS_ERSTELLT_DATENull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_FILES.DMS_ERSTELLT_DATEColumn) + End Function + + _ + Public Sub SetDMS_ERSTELLT_DATENull() + Me(Me.tableTBPM_PROFILE_FILES.DMS_ERSTELLT_DATEColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_FILES_USER_NOT_INDEXEDRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_FILES_USER_NOT_INDEXED As TBPM_FILES_USER_NOT_INDEXEDDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_FILES_USER_NOT_INDEXED = CType(Me.Table,TBPM_FILES_USER_NOT_INDEXEDDataTable) + End Sub + + _ + Public Property USR_NAME() As String + Get + Try + Return CType(Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.USR_NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte USR_NAME in Tabelle TBPM_FILES_USER_NOT_INDEXED ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.USR_NAMEColumn) = value + End Set + End Property + + _ + Public Property PROFIL_ID() As Integer + Get + Try + Return CType(Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.PROFIL_IDColumn),Integer) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PROFIL_ID in Tabelle TBPM_FILES_USER_NOT_INDEXED ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.PROFIL_IDColumn) = value + End Set + End Property + + _ + Public Property FILE_PATH() As String + Get + Try + Return CType(Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.FILE_PATHColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FILE_PATH in Tabelle TBPM_FILES_USER_NOT_INDEXED ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.FILE_PATHColumn) = value + End Set + End Property + + _ + Public Function IsUSR_NAMENull() As Boolean + Return Me.IsNull(Me.tableTBPM_FILES_USER_NOT_INDEXED.USR_NAMEColumn) + End Function + + _ + Public Sub SetUSR_NAMENull() + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.USR_NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPROFIL_IDNull() As Boolean + Return Me.IsNull(Me.tableTBPM_FILES_USER_NOT_INDEXED.PROFIL_IDColumn) + End Function + + _ + Public Sub SetPROFIL_IDNull() + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.PROFIL_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFILE_PATHNull() As Boolean + Return Me.IsNull(Me.tableTBPM_FILES_USER_NOT_INDEXED.FILE_PATHColumn) + End Function + + _ + Public Sub SetFILE_PATHNull() + Me(Me.tableTBPM_FILES_USER_NOT_INDEXED.FILE_PATHColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_PROFILERow + Inherits Global.System.Data.DataRow + + Private tableTBPM_PROFILE As TBPM_PROFILEDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_PROFILE = CType(Me.Table,TBPM_PROFILEDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE.GUIDColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.NAMEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.NAMEColumn) = value + End Set + End Property + + _ + Public Property TITLE() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.TITLEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.TITLEColumn) = value + End Set + End Property + + _ + Public Property PRIORITY() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE.PRIORITYColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE.PRIORITYColumn) = value + End Set + End Property + + _ + Public Property DESCRIPTION() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.DESCRIPTIONColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DESCRIPTION in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.DESCRIPTIONColumn) = value + End Set + End Property + + _ + Public Property ACTIVE() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE.ACTIVEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE.ACTIVEColumn) = value + End Set + End Property + + _ + Public Property WD_SEARCH() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.WD_SEARCHColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.WD_SEARCHColumn) = value + End Set + End Property + + _ + Public Property NO_OF_DOCUMENTS() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE.NO_OF_DOCUMENTSColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE.NO_OF_DOCUMENTSColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.ADDED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ADDED_WHEN in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Property FINAL_PROFILE() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE.FINAL_PROFILEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE.FINAL_PROFILEColumn) = value + End Set + End Property + + _ + Public Property FINAL_TEXT() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.FINAL_TEXTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FINAL_TEXT in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.FINAL_TEXTColumn) = value + End Set + End Property + + _ + Public Property MOVE2FOLDER() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.MOVE2FOLDERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte MOVE2FOLDER in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.MOVE2FOLDERColumn) = value + End Set + End Property + + _ + Public Property TYPE() As Short + Get + Return CType(Me(Me.tableTBPM_PROFILE.TYPEColumn),Short) + End Get + Set + Me(Me.tableTBPM_PROFILE.TYPEColumn) = value + End Set + End Property + + _ + Public Property WD_OBJECTTYPE() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.WD_OBJECTTYPEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.WD_OBJECTTYPEColumn) = value + End Set + End Property + + _ + Public Property SORT_BY_LATEST() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE.SORT_BY_LATESTColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE.SORT_BY_LATESTColumn) = value + End Set + End Property + + _ + Public Property PM_VEKTOR_INDEX() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE.PM_VEKTOR_INDEXColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PM_VEKTOR_INDEX in Tabelle TBPM_PROFILE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE.PM_VEKTOR_INDEXColumn) = value + End Set + End Property + + _ + Public Property LOG_INDEX() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE.LOG_INDEXColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE.LOG_INDEXColumn) = value + End Set + End Property + + _ + Public Property TBPM_TYPERow() As TBPM_TYPERow + Get + Return CType(Me.GetParentRow(Me.Table.ParentRelations("FK_TBPM_PROFILE_TYPE1")),TBPM_TYPERow) + End Get + Set + Me.SetParentRow(value, Me.Table.ParentRelations("FK_TBPM_PROFILE_TYPE1")) + End Set + End Property + + _ + Public Function IsDESCRIPTIONNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.DESCRIPTIONColumn) + End Function + + _ + Public Sub SetDESCRIPTIONNull() + Me(Me.tableTBPM_PROFILE.DESCRIPTIONColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsADDED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.ADDED_WHENColumn) + End Function + + _ + Public Sub SetADDED_WHENNull() + Me(Me.tableTBPM_PROFILE.ADDED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_PROFILE.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_PROFILE.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFINAL_TEXTNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.FINAL_TEXTColumn) + End Function + + _ + Public Sub SetFINAL_TEXTNull() + Me(Me.tableTBPM_PROFILE.FINAL_TEXTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsMOVE2FOLDERNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.MOVE2FOLDERColumn) + End Function + + _ + Public Sub SetMOVE2FOLDERNull() + Me(Me.tableTBPM_PROFILE.MOVE2FOLDERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPM_VEKTOR_INDEXNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE.PM_VEKTOR_INDEXColumn) + End Function + + _ + Public Sub SetPM_VEKTOR_INDEXNull() + Me(Me.tableTBPM_PROFILE.PM_VEKTOR_INDEXColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function GetTBPM_ERROR_LOGRows() As TBPM_ERROR_LOGRow() + If (Me.Table.ChildRelations("FK_TBPM_ERROR_LOG_PROFILE1") Is Nothing) Then + Return New TBPM_ERROR_LOGRow(-1) {} + Else + Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("FK_TBPM_ERROR_LOG_PROFILE1")),TBPM_ERROR_LOGRow()) + End If + End Function + + _ + Public Function GetTBPM_PROFILE_CONTROLSRows() As TBPM_PROFILE_CONTROLSRow() + If (Me.Table.ChildRelations("FK_TBPM_PROFILE_CONTROLS_PROFILE1") Is Nothing) Then + Return New TBPM_PROFILE_CONTROLSRow(-1) {} + Else + Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("FK_TBPM_PROFILE_CONTROLS_PROFILE1")),TBPM_PROFILE_CONTROLSRow()) + End If + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBWH_CHECK_PROFILE_CONTROLSRow + Inherits Global.System.Data.DataRow + + Private tableTBWH_CHECK_PROFILE_CONTROLS As TBWH_CHECK_PROFILE_CONTROLSDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBWH_CHECK_PROFILE_CONTROLS = CType(Me.Table,TBWH_CHECK_PROFILE_CONTROLSDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.GUIDColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.NAMEColumn),String) + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.NAMEColumn) = value + End Set + End Property + + _ + Public Property CTRL_TYPE() As String + Get + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CTRL_TYPEColumn),String) + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CTRL_TYPEColumn) = value + End Set + End Property + + _ + Public Property INDEX_NAME() As String + Get + Try + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.INDEX_NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte INDEX_NAME in Tabelle TBWH_CHECK_PROFILE_CONTROLS ist DBNull."& _ + "", e) + End Try + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.INDEX_NAMEColumn) = value + End Set + End Property + + _ + Public Property TYP() As String + Get + Try + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.TYPColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte TYP in Tabelle TBWH_CHECK_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.TYPColumn) = value + End Set + End Property + + _ + Public Property VALIDATION() As Boolean + Get + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.VALIDATIONColumn),Boolean) + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.VALIDATIONColumn) = value + End Set + End Property + + _ + Public Property CHOICE_LIST() As String + Get + Try + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CHOICE_LISTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHOICE_LIST in Tabelle TBWH_CHECK_PROFILE_CONTROLS ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CHOICE_LISTColumn) = value + End Set + End Property + + _ + Public Property CONNECTION_ID() As Short + Get + Try + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CONNECTION_IDColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CONNECTION_ID in Tabelle TBWH_CHECK_PROFILE_CONTROLS ist DBNu"& _ + "ll.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CONNECTION_IDColumn) = value + End Set + End Property + + _ + Public Property SQL_UEBERPRUEFUNG() As String + Get + Try + Return CType(Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_UEBERPRUEFUNG in Tabelle TBWH_CHECK_PROFILE_CONTROLS ist "& _ + "DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) = value + End Set + End Property + + _ + Public Function IsINDEX_NAMENull() As Boolean + Return Me.IsNull(Me.tableTBWH_CHECK_PROFILE_CONTROLS.INDEX_NAMEColumn) + End Function + + _ + Public Sub SetINDEX_NAMENull() + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.INDEX_NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsTYPNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CHECK_PROFILE_CONTROLS.TYPColumn) + End Function + + _ + Public Sub SetTYPNull() + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.TYPColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHOICE_LISTNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CHOICE_LISTColumn) + End Function + + _ + Public Sub SetCHOICE_LISTNull() + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CHOICE_LISTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCONNECTION_IDNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CONNECTION_IDColumn) + End Function + + _ + Public Sub SetCONNECTION_IDNull() + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.CONNECTION_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_UEBERPRUEFUNGNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CHECK_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) + End Function + + _ + Public Sub SetSQL_UEBERPRUEFUNGNull() + Me(Me.tableTBWH_CHECK_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function GetTBPM_CONTROL_TABLERows() As TBPM_CONTROL_TABLERow() + If (Me.Table.ChildRelations("FK_TBPM_CONTROL_TABLE_CONTROL") Is Nothing) Then + Return New TBPM_CONTROL_TABLERow(-1) {} + Else + Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("FK_TBPM_CONTROL_TABLE_CONTROL")),TBPM_CONTROL_TABLERow()) + End If + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_PROFILE_CONTROLSRow + Inherits Global.System.Data.DataRow + + Private tableTBPM_PROFILE_CONTROLS As TBPM_PROFILE_CONTROLSDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_PROFILE_CONTROLS = CType(Me.Table,TBPM_PROFILE_CONTROLSDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.GUIDColumn) = value + End Set + End Property + + _ + Public Property PROFIL_ID() As Integer + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.PROFIL_IDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.PROFIL_IDColumn) = value + End Set + End Property + + _ + Public Property NAME() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.NAMEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.NAMEColumn) = value + End Set + End Property + + _ + Public Property CTRL_TYPE() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CTRL_TYPEColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CTRL_TYPEColumn) = value + End Set + End Property + + _ + Public Property CTRL_TEXT() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CTRL_TEXTColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CTRL_TEXTColumn) = value + End Set + End Property + + _ + Public Property X_LOC() As Double + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.X_LOCColumn),Double) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.X_LOCColumn) = value + End Set + End Property + + _ + Public Property Y_LOC() As Double + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.Y_LOCColumn),Double) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.Y_LOCColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte ADDED_WHEN in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Property INDEX_NAME() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.INDEX_NAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte INDEX_NAME in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.INDEX_NAMEColumn) = value + End Set + End Property + + _ + Public Property TYP() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.TYPColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte TYP in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.TYPColumn) = value + End Set + End Property + + _ + Public Property VALIDATION() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.VALIDATIONColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.VALIDATIONColumn) = value + End Set + End Property + + _ + Public Property CHOICE_LIST() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CHOICE_LISTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHOICE_LIST in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CHOICE_LISTColumn) = value + End Set + End Property + + _ + Public Property CONNECTION_ID() As Short + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.CONNECTION_IDColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CONNECTION_ID in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.CONNECTION_IDColumn) = value + End Set + End Property + + _ + Public Property SQL_UEBERPRUEFUNG() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_UEBERPRUEFUNG in Tabelle TBPM_PROFILE_CONTROLS ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) = value + End Set + End Property + + _ + Public Property HEIGHT() As Short + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.HEIGHTColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte HEIGHT in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.HEIGHTColumn) = value + End Set + End Property + + _ + Public Property WIDTH() As Short + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.WIDTHColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte WIDTH in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.WIDTHColumn) = value + End Set + End Property + + _ + Public Property FONT_STYLE() As Short + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_STYLEColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_STYLE in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_STYLEColumn) = value + End Set + End Property + + _ + Public Property FONT_SIZE() As Short + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_SIZEColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_SIZE in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_SIZEColumn) = value + End Set + End Property + + _ + Public Property FONT_FAMILY() As String + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_FAMILYColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_FAMILY in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_FAMILYColumn) = value + End Set + End Property + + _ + Public Property FONT_COLOR() As Long + Get + Try + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_COLORColumn),Long) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FONT_COLOR in Tabelle TBPM_PROFILE_CONTROLS ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_COLORColumn) = value + End Set + End Property + + _ + Public Property READ_ONLY() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.READ_ONLYColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.READ_ONLYColumn) = value + End Set + End Property + + _ + Public Property LOAD_IDX_VALUE() As Boolean + Get + Return CType(Me(Me.tableTBPM_PROFILE_CONTROLS.LOAD_IDX_VALUEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_PROFILE_CONTROLS.LOAD_IDX_VALUEColumn) = value + End Set + End Property + + _ + Public Property TBPM_PROFILERow() As TBPM_PROFILERow + Get + Return CType(Me.GetParentRow(Me.Table.ParentRelations("FK_TBPM_PROFILE_CONTROLS_PROFILE1")),TBPM_PROFILERow) + End Get + Set + Me.SetParentRow(value, Me.Table.ParentRelations("FK_TBPM_PROFILE_CONTROLS_PROFILE1")) + End Set + End Property + + _ + Public Function IsADDED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHENColumn) + End Function + + _ + Public Sub SetADDED_WHENNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.ADDED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsINDEX_NAMENull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.INDEX_NAMEColumn) + End Function + + _ + Public Sub SetINDEX_NAMENull() + Me(Me.tableTBPM_PROFILE_CONTROLS.INDEX_NAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsTYPNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.TYPColumn) + End Function + + _ + Public Sub SetTYPNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.TYPColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHOICE_LISTNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.CHOICE_LISTColumn) + End Function + + _ + Public Sub SetCHOICE_LISTNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.CHOICE_LISTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCONNECTION_IDNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.CONNECTION_IDColumn) + End Function + + _ + Public Sub SetCONNECTION_IDNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.CONNECTION_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_UEBERPRUEFUNGNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) + End Function + + _ + Public Sub SetSQL_UEBERPRUEFUNGNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.SQL_UEBERPRUEFUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsHEIGHTNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.HEIGHTColumn) + End Function + + _ + Public Sub SetHEIGHTNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.HEIGHTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWIDTHNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.WIDTHColumn) + End Function + + _ + Public Sub SetWIDTHNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.WIDTHColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_STYLENull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.FONT_STYLEColumn) + End Function + + _ + Public Sub SetFONT_STYLENull() + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_STYLEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_SIZENull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.FONT_SIZEColumn) + End Function + + _ + Public Sub SetFONT_SIZENull() + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_SIZEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_FAMILYNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.FONT_FAMILYColumn) + End Function + + _ + Public Sub SetFONT_FAMILYNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_FAMILYColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFONT_COLORNull() As Boolean + Return Me.IsNull(Me.tableTBPM_PROFILE_CONTROLS.FONT_COLORColumn) + End Function + + _ + Public Sub SetFONT_COLORNull() + Me(Me.tableTBPM_PROFILE_CONTROLS.FONT_COLORColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function GetTBPM_CONTROL_TABLERows() As TBPM_CONTROL_TABLERow() + If (Me.Table.ChildRelations("FK_TBPM_CONTROL_TABLE_CONTROL1") Is Nothing) Then + Return New TBPM_CONTROL_TABLERow(-1) {} + Else + Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("FK_TBPM_CONTROL_TABLE_CONTROL1")),TBPM_CONTROL_TABLERow()) + End If + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBPM_CONTROL_TABLERow + Inherits Global.System.Data.DataRow + + Private tableTBPM_CONTROL_TABLE As TBPM_CONTROL_TABLEDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBPM_CONTROL_TABLE = CType(Me.Table,TBPM_CONTROL_TABLEDataTable) + End Sub + + _ + Public Property GUID() As Integer + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.GUIDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.GUIDColumn) = value + End Set + End Property + + _ + Public Property CONTROL_ID() As Integer + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.CONTROL_IDColumn),Integer) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.CONTROL_IDColumn) = value + End Set + End Property + + _ + Public Property SPALTENNAME() As String + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.SPALTENNAMEColumn),String) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.SPALTENNAMEColumn) = value + End Set + End Property + + _ + Public Property SPALTEN_HEADER() As String + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.SPALTEN_HEADERColumn),String) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.SPALTEN_HEADERColumn) = value + End Set + End Property + + _ + Public Property SPALTENBREITE() As Integer + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.SPALTENBREITEColumn),Integer) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.SPALTENBREITEColumn) = value + End Set + End Property + + _ + Public Property VALIDATION() As Boolean + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.VALIDATIONColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.VALIDATIONColumn) = value + End Set + End Property + + _ + Public Property CHOICE_LIST() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.CHOICE_LISTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHOICE_LIST in Tabelle TBPM_CONTROL_TABLE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.CHOICE_LISTColumn) = value + End Set + End Property + + _ + Public Property CONNECTION_ID() As Short + Get + Try + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.CONNECTION_IDColumn),Short) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CONNECTION_ID in Tabelle TBPM_CONTROL_TABLE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.CONNECTION_IDColumn) = value + End Set + End Property + + _ + Public Property SQL_COMMAND() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.SQL_COMMANDColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_COMMAND in Tabelle TBPM_CONTROL_TABLE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.SQL_COMMANDColumn) = value + End Set + End Property + + _ + Public Property READ_ONLY() As Boolean + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.READ_ONLYColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.READ_ONLYColumn) = value + End Set + End Property + + _ + Public Property LOAD_IDX_VALUE() As Boolean + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.LOAD_IDX_VALUEColumn),Boolean) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.LOAD_IDX_VALUEColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHO() As String + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.ADDED_WHOColumn),String) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.ADDED_WHOColumn) = value + End Set + End Property + + _ + Public Property ADDED_WHEN() As Date + Get + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.ADDED_WHENColumn),Date) + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.ADDED_WHENColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHO() As String + Get + Try + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHO in Tabelle TBPM_CONTROL_TABLE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHOColumn) = value + End Set + End Property + + _ + Public Property CHANGED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CHANGED_WHEN in Tabelle TBPM_CONTROL_TABLE ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHENColumn) = value + End Set + End Property + + _ + Public Property TBPM_PROFILE_CONTROLSRow() As TBPM_PROFILE_CONTROLSRow + Get + Return CType(Me.GetParentRow(Me.Table.ParentRelations("FK_TBPM_CONTROL_TABLE_CONTROL1")),TBPM_PROFILE_CONTROLSRow) + End Get + Set + Me.SetParentRow(value, Me.Table.ParentRelations("FK_TBPM_CONTROL_TABLE_CONTROL1")) + End Set + End Property + + _ + Public Property TBWH_CHECK_PROFILE_CONTROLSRow() As TBWH_CHECK_PROFILE_CONTROLSRow + Get + Return CType(Me.GetParentRow(Me.Table.ParentRelations("FK_TBPM_CONTROL_TABLE_CONTROL")),TBWH_CHECK_PROFILE_CONTROLSRow) + End Get + Set + Me.SetParentRow(value, Me.Table.ParentRelations("FK_TBPM_CONTROL_TABLE_CONTROL")) + End Set + End Property + + _ + Public Function IsCHOICE_LISTNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONTROL_TABLE.CHOICE_LISTColumn) + End Function + + _ + Public Sub SetCHOICE_LISTNull() + Me(Me.tableTBPM_CONTROL_TABLE.CHOICE_LISTColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCONNECTION_IDNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONTROL_TABLE.CONNECTION_IDColumn) + End Function + + _ + Public Sub SetCONNECTION_IDNull() + Me(Me.tableTBPM_CONTROL_TABLE.CONNECTION_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_COMMANDNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONTROL_TABLE.SQL_COMMANDColumn) + End Function + + _ + Public Sub SetSQL_COMMANDNull() + Me(Me.tableTBPM_CONTROL_TABLE.SQL_COMMANDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHONull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHOColumn) + End Function + + _ + Public Sub SetCHANGED_WHONull() + Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCHANGED_WHENNull() As Boolean + Return Me.IsNull(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHENColumn) + End Function + + _ + Public Sub SetCHANGED_WHENNull() + Me(Me.tableTBPM_CONTROL_TABLE.CHANGED_WHENColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class TBWH_CONNECTIONRow + Inherits Global.System.Data.DataRow + + Private tableTBWH_CONNECTION As TBWH_CONNECTIONDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableTBWH_CONNECTION = CType(Me.Table,TBWH_CONNECTIONDataTable) + End Sub + + _ + Public Property GUID() As Short + Get + Return CType(Me(Me.tableTBWH_CONNECTION.GUIDColumn),Short) + End Get + Set + Me(Me.tableTBWH_CONNECTION.GUIDColumn) = value + End Set + End Property + + _ + Public Property BEZEICHNUNG() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.BEZEICHNUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte BEZEICHNUNG in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.BEZEICHNUNGColumn) = value + End Set + End Property + + _ + Public Property SQL_PROVIDER() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.SQL_PROVIDERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SQL_PROVIDER in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.SQL_PROVIDERColumn) = value + End Set + End Property + + _ + Public Property SERVER() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.SERVERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SERVER in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.SERVERColumn) = value + End Set + End Property + + _ + Public Property DATENBANK() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.DATENBANKColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DATENBANK in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.DATENBANKColumn) = value + End Set + End Property + + _ + Public Property USERNAME() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.USERNAMEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte USERNAME in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.USERNAMEColumn) = value + End Set + End Property + + _ + Public Property PASSWORD() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.PASSWORDColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PASSWORD in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.PASSWORDColumn) = value + End Set + End Property + + _ + Public Property BEMERKUNG() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.BEMERKUNGColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte BEMERKUNG in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.BEMERKUNGColumn) = value + End Set + End Property + + _ + Public Property AKTIV() As Boolean + Get + Return CType(Me(Me.tableTBWH_CONNECTION.AKTIVColumn),Boolean) + End Get + Set + Me(Me.tableTBWH_CONNECTION.AKTIVColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWER() As String + Get + Return CType(Me(Me.tableTBWH_CONNECTION.ERSTELLTWERColumn),String) + End Get + Set + Me(Me.tableTBWH_CONNECTION.ERSTELLTWERColumn) = value + End Set + End Property + + _ + Public Property ERSTELLTWANN() As Date + Get + Return CType(Me(Me.tableTBWH_CONNECTION.ERSTELLTWANNColumn),Date) + End Get + Set + Me(Me.tableTBWH_CONNECTION.ERSTELLTWANNColumn) = value + End Set + End Property + + _ + Public Property GEANDERTWER() As String + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.GEANDERTWERColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEANDERTWER in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.GEANDERTWERColumn) = value + End Set + End Property + + _ + Public Property GEAENDERTWANN() As Date + Get + Try + Return CType(Me(Me.tableTBWH_CONNECTION.GEAENDERTWANNColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte GEAENDERTWANN in Tabelle TBWH_CONNECTION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableTBWH_CONNECTION.GEAENDERTWANNColumn) = value + End Set + End Property + + _ + Public Function IsBEZEICHNUNGNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.BEZEICHNUNGColumn) + End Function + + _ + Public Sub SetBEZEICHNUNGNull() + Me(Me.tableTBWH_CONNECTION.BEZEICHNUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSQL_PROVIDERNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.SQL_PROVIDERColumn) + End Function + + _ + Public Sub SetSQL_PROVIDERNull() + Me(Me.tableTBWH_CONNECTION.SQL_PROVIDERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSERVERNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.SERVERColumn) + End Function + + _ + Public Sub SetSERVERNull() + Me(Me.tableTBWH_CONNECTION.SERVERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsDATENBANKNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.DATENBANKColumn) + End Function + + _ + Public Sub SetDATENBANKNull() + Me(Me.tableTBWH_CONNECTION.DATENBANKColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsUSERNAMENull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.USERNAMEColumn) + End Function + + _ + Public Sub SetUSERNAMENull() + Me(Me.tableTBWH_CONNECTION.USERNAMEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsPASSWORDNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.PASSWORDColumn) + End Function + + _ + Public Sub SetPASSWORDNull() + Me(Me.tableTBWH_CONNECTION.PASSWORDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsBEMERKUNGNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.BEMERKUNGColumn) + End Function + + _ + Public Sub SetBEMERKUNGNull() + Me(Me.tableTBWH_CONNECTION.BEMERKUNGColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEANDERTWERNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.GEANDERTWERColumn) + End Function + + _ + Public Sub SetGEANDERTWERNull() + Me(Me.tableTBWH_CONNECTION.GEANDERTWERColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsGEAENDERTWANNNull() As Boolean + Return Me.IsNull(Me.tableTBWH_CONNECTION.GEAENDERTWANNColumn) + End Function + + _ + Public Sub SetGEAENDERTWANNNull() + Me(Me.tableTBWH_CONNECTION.GEAENDERTWANNColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_PROFILE_FINAL_INDEXINGRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_PROFILE_FINAL_INDEXINGRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_PROFILE_FINAL_INDEXINGRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_PROFILE_FINAL_INDEXINGRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWPM_PROFILE_USERRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWPM_PROFILE_USERRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWPM_PROFILE_USERRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWPM_PROFILE_USERRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_KONFIGURATIONRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_KONFIGURATIONRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_KONFIGURATIONRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_KONFIGURATIONRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_USERRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_USERRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_USERRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_USERRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_TYPERowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_TYPERow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_TYPERow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_TYPERow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_ERROR_LOGRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_ERROR_LOGRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_ERROR_LOGRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_ERROR_LOGRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWPM_CONTROL_INDEXRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWPM_CONTROL_INDEXRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWPM_CONTROL_INDEXRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWPM_CONTROL_INDEXRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_CONNECTIONRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_CONNECTIONRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_CONNECTIONRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_CONNECTIONRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPROFILE_USERRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPROFILE_USERRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPROFILE_USERRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPROFILE_USERRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_PROFILE_FILESRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_PROFILE_FILESRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_PROFILE_FILESRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_PROFILE_FILESRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_FILES_USER_NOT_INDEXEDRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_FILES_USER_NOT_INDEXEDRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_FILES_USER_NOT_INDEXEDRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_FILES_USER_NOT_INDEXEDRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_PROFILERowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_PROFILERow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_PROFILERow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_PROFILERow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBWH_CHECK_PROFILE_CONTROLSRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBWH_CHECK_PROFILE_CONTROLSRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBWH_CHECK_PROFILE_CONTROLSRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBWH_CHECK_PROFILE_CONTROLSRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_PROFILE_CONTROLSRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_PROFILE_CONTROLSRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_PROFILE_CONTROLSRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_PROFILE_CONTROLSRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBPM_CONTROL_TABLERowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBPM_CONTROL_TABLERow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBPM_CONTROL_TABLERow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBPM_CONTROL_TABLERow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class TBWH_CONNECTIONRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As TBWH_CONNECTIONRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As TBWH_CONNECTIONRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As TBWH_CONNECTIONRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class +End Class + +Namespace DD_DMSLiteDataSetTableAdapters + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_PROFILE_FINAL_INDEXING" + tableMapping.ColumnMappings.Add("INDEXNAME", "INDEXNAME") + tableMapping.ColumnMappings.Add("VALUE", "VALUE") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("CONNECTION_ID", "CONNECTION_ID") + tableMapping.ColumnMappings.Add("SQL_COMMAND", "SQL_COMMAND") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_PROFILE_FINAL_INDEXING"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @guid)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@guid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_PROFILE_FINAL_INDEXING"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PROFIL_ID, IND"& _ + "EXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROFIL_ID"& _ + ",@INDEXNAME,@VALUE,@ADDED_WHO,@CONNECTION_ID,@SQL_COMMAND)" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INDEXNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "INDEXNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALUE", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "VALUE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_COMMAND", Global.System.Data.SqlDbType.VarChar, 2147483647, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(6) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT TBPM_PROFILE_FINAL_INDEXING.INDEXNAME, TBPM_PROFILE_FINAL_INDEXING." & _ + "VALUE, TBPM_PROFILE_FINAL_INDEXING.ADDED_WHO, TBPM_PROFILE_FINAL_INDEXING.ADDED_" & _ + "WHEN, " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHO, TBPM_P" & _ + "ROFILE_FINAL_INDEXING.CHANGED_WHEN, TBPM_PROFILE_FINAL_INDEXING.GUID, TBPM_PROFI" & _ + "LE_FINAL_INDEXING.CONNECTION_ID, " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " TBPM_PROFILE_FINAL_I" & _ + "NDEXING.SQL_COMMAND" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "FROM TBPM_PROFILE_FINAL_INDEXING INNER JOIN" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " " & _ + " TBPM_PROFILE ON TBPM_PROFILE_FINAL_INDEXING.PROFIL_ID = TB" & _ + "PM_PROFILE.GUID" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE (TBPM_PROFILE.NAME = @name)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@name", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "DELETE FROM TBPM_PROFILE_FINAL_INDEXING" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE (GUID = @guid)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@guid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, False, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "DELETE FROM TBPM_PROFILE_FINAL_INDEXING" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE (PROFIL_ID = @PROFIL_ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, False, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "INSERT INTO TBPM_PROFILE_FINAL_INDEXING" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " (PROFIL_ID, IND" & _ + "EXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "VALUES (@PROFIL_ID" & _ + ",@INDEXNAME,@VALUE,@ADDED_WHO,@CONNECTION_ID,@SQL_COMMAND)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INDEXNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "INDEXNAME", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALUE", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "VALUE", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_COMMAND", Global.System.Data.SqlDbType.VarChar, 2147483647, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "INSERT INTO TBPM_PROFILE_FINAL_INDEXING" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " (PROFIL_ID, IND" & _ + "EXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "SELECT @NEW_PROFIL" & _ + "_ID AS Expr1, INDEXNAME, VALUE, @User AS Expr2, CONNECTION_ID, SQL_COMMAND" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "FROM" & _ + " TBPM_PROFILE_FINAL_INDEXING AS TBPM_PROFILE_FINAL_INDEXING_1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE " & _ + " (PROFIL_ID = @Copy_Profil_ID)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NEW_PROFIL_ID", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@User", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Copy_Profil_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "UPDATE TBPM_PROFILE_FINAL_INDEXING" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "SET CONNECTION_ID = @CON" & _ + "_ID, SQL_COMMAND = @COMMAND, CHANGED_WHO = @WHO" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE (GUID = @GUID)" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CON_ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@COMMAND", Global.System.Data.SqlDbType.VarChar, 2147483647, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, False, Nothing, "", "", "")) + Me._commandCollection(6) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(6).Connection = Me.Connection + Me._commandCollection(6).CommandText = "SELECT TBPM_PROFILE_FINAL_INDEXING.ADDED_WHEN, TBPM_PROFILE_FINAL_INDEXING.ADDED_" & _ + "WHO, TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHEN, TBPM_PROFILE_FINAL_INDEXING.CHANG" & _ + "ED_WHO, TBPM_PROFILE_FINAL_INDEXING.GUID, TBPM_PROFILE_FINAL_INDEXING.INDEXNAME," & _ + " TBPM_PROFILE_FINAL_INDEXING.VALUE FROM TBPM_PROFILE_FINAL_INDEXING INNER JOIN T" & _ + "BPM_PROFILE ON TBPM_PROFILE_FINAL_INDEXING.PROFIL_ID = TBPM_PROFILE.GUID WHERE (" & _ + "TBPM_PROFILE.GUID = @ID)" + Me._commandCollection(6).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, False, Nothing, "", "", "")) + End Sub + + _ + Public Overridable Overloads Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable, ByVal name As String) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (name Is Nothing) Then + Throw New Global.System.ArgumentNullException("name") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(name, String) + End If + If (Me.ClearBeforeFill = True) Then + dataTable.Clear() + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overridable Overloads Function GetData(ByVal name As String) As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (name Is Nothing) Then + Throw New Global.System.ArgumentNullException("name") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(name, String) + End If + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overridable Overloads Function FillByID(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable, ByVal ID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(6) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(ID, Integer) + If (Me.ClearBeforeFill = True) Then + dataTable.Clear() + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overridable Overloads Function GetDataByID(ByVal ID As Integer) As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(6) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(ID, Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overridable Overloads Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXINGDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overridable Overloads Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_PROFILE_FINAL_INDEXING") + End Function + + _ + Public Overridable Overloads Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overridable Overloads Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overridable Overloads Function CmdDelete(ByVal guid As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + command.Parameters(0).Value = CType(guid, Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open() + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close() + End If + End Try + Return returnValue + End Function + + _ + Public Overridable Overloads Function CmdDelete_ProfilID(ByVal PROFIL_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(PROFIL_ID, Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open() + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close() + End If + End Try + Return returnValue + End Function + + _ + Public Overridable Overloads Function CmdInsert(ByVal PROFIL_ID As Integer, ByVal INDEXNAME As String, ByVal VALUE As String, ByVal ADDED_WHO As String, ByVal CONNECTION_ID As Short, ByVal SQL_COMMAND As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(PROFIL_ID, Integer) + If (INDEXNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("INDEXNAME") + Else + command.Parameters(1).Value = CType(INDEXNAME, String) + End If + If (VALUE Is Nothing) Then + Throw New Global.System.ArgumentNullException("VALUE") + Else + command.Parameters(2).Value = CType(VALUE, String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + command.Parameters(3).Value = CType(ADDED_WHO, String) + End If + command.Parameters(4).Value = CType(CONNECTION_ID, Short) + If (SQL_COMMAND Is Nothing) Then + Throw New Global.System.ArgumentNullException("SQL_COMMAND") + Else + command.Parameters(5).Value = CType(SQL_COMMAND, String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open() + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close() + End If + End Try + Return returnValue + End Function + + _ + Public Overridable Overloads Function CmdInsert_Copy(ByVal NEW_PROFIL_ID As String, ByVal User As String, ByVal Copy_Profil_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + If (NEW_PROFIL_ID Is Nothing) Then + Throw New Global.System.ArgumentNullException("NEW_PROFIL_ID") + Else + command.Parameters(0).Value = CType(NEW_PROFIL_ID, String) + End If + If (User Is Nothing) Then + Throw New Global.System.ArgumentNullException("User") + Else + command.Parameters(1).Value = CType(User, String) + End If + command.Parameters(2).Value = CType(Copy_Profil_ID, Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open() + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close() + End If + End Try + Return returnValue + End Function + + _ + Public Overridable Overloads Function cmdUpdateSQL(ByVal CON_ID As Short, ByVal COMMAND1 As String, ByVal WHO As String, ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(5) + command.Parameters(0).Value = CType(CON_ID, Short) + If (COMMAND1 Is Nothing) Then + Throw New Global.System.ArgumentNullException("COMMAND1") + Else + command.Parameters(1).Value = CType(COMMAND1, String) + End If + If (WHO Is Nothing) Then + command.Parameters(2).Value = Global.System.DBNull.Value + Else + command.Parameters(2).Value = CType(WHO, String) + End If + command.Parameters(3).Value = CType(GUID, Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open() + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close() + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWPM_PROFILE_USERTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWPM_PROFILE_USER" + tableMapping.ColumnMappings.Add("PROFIL_ID", "PROFIL_ID") + tableMapping.ColumnMappings.Add("PROFIL_NAME", "PROFIL_NAME") + tableMapping.ColumnMappings.Add("PRIORITY", "PRIORITY") + tableMapping.ColumnMappings.Add("WD_SEARCH", "WD_SEARCH") + tableMapping.ColumnMappings.Add("NO_OF_DOCUMENTS", "NO_OF_DOCUMENTS") + tableMapping.ColumnMappings.Add("EMAIL", "EMAIL") + tableMapping.ColumnMappings.Add("USERNAME", "USERNAME") + tableMapping.ColumnMappings.Add("ACTIVE", "ACTIVE") + tableMapping.ColumnMappings.Add("TITLE", "TITLE") + tableMapping.ColumnMappings.Add("FINAL_PROFILE", "FINAL_PROFILE") + tableMapping.ColumnMappings.Add("FINAL_TEXT", "FINAL_TEXT") + tableMapping.ColumnMappings.Add("MOVE2Folder", "MOVE2Folder") + tableMapping.ColumnMappings.Add("WD_OBJECTTYPE", "WD_OBJECTTYPE") + tableMapping.ColumnMappings.Add("PRENAME", "PRENAME") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("DESCRIPTION", "DESCRIPTION") + tableMapping.ColumnMappings.Add("RIGHT_FILE_DELETE", "RIGHT_FILE_DELETE") + tableMapping.ColumnMappings.Add("PM_VEKTOR_INDEX", "PM_VEKTOR_INDEX") + tableMapping.ColumnMappings.Add("LOG_INDEX", "LOG_INDEX") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(3) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT PROFIL_ID, PROFIL_NAME, TITLE, DESCRIPTION, WD_OBJECTTYPE, PRIORITY"& _ + ", WD_SEARCH, MOVE2Folder, ACTIVE, NO_OF_DOCUMENTS, FINAL_PROFILE, FINAL_TEXT, PR"& _ + "ENAME, NAME, USERNAME, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" EMAIL, RIGHT_FILE_DELETE, PM_V"& _ + "EKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (UPPER(U"& _ + "SERNAME) = UPPER(@USERNAME))"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY PRIORITY" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT ACTIVE, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder, NAME, NO_OF_"& _ + "DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, TITLE, USERNAME, WD_OBJECT"& _ + "TYPE, WD_SEARCH, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" PM_VEKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " VWPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (ACTIVE = 1) AND (UPPER(USERNAME) = UPPE"& _ + "R(@USERNAME))"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY PRIORITY" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT ACTIVE, DESCRIPTION, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder,"& _ + " NAME, NO_OF_DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, RIGHT_FILE_DE"& _ + "LETE, TITLE, USERNAME, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WD_OBJECTTYPE, WD_SEARCH, PM_V"& _ + "EKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_"& _ + "NAME = @PROFIL_NAME) AND (LOWER(USERNAME) = LOWER(@user))" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@user", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT ACTIVE, DESCRIPTION, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder,"& _ + " NAME, NO_OF_DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, RIGHT_FILE_DE"& _ + "LETE, TITLE, USERNAME, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WD_OBJECTTYPE, WD_SEARCH, PM_V"& _ + "EKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (LOWER(U"& _ + "SERNAME) = LOWER(@user)) AND (PROFIL_ID = @PROFIL_ID)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@user", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable, ByVal USERNAME As String) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(USERNAME,String) + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal USERNAME As String) As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(USERNAME,String) + End If + Dim dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable = New DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByActive(ByVal dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable, ByVal USERNAME As String) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(1) + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(USERNAME,String) + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByActive(ByVal USERNAME As String) As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(1) + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(USERNAME,String) + End If + Dim dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable = New DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByName(ByVal dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable, ByVal PROFIL_NAME As String, ByVal user As String) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(2) + If (PROFIL_NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("PROFIL_NAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(PROFIL_NAME,String) + End If + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + Me.Adapter.SelectCommand.Parameters(1).Value = CType(user,String) + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByname(ByVal PROFIL_NAME As String, ByVal user As String) As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(2) + If (PROFIL_NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("PROFIL_NAME") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(PROFIL_NAME,String) + End If + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + Me.Adapter.SelectCommand.Parameters(1).Value = CType(user,String) + End If + Dim dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable = New DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByPROFIL_ID(ByVal dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable, ByVal user As String, ByVal PROFIL_ID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(3) + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(user,String) + End If + Me.Adapter.SelectCommand.Parameters(1).Value = CType(PROFIL_ID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByPROFIL_ID(ByVal user As String, ByVal PROFIL_ID As Integer) As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(3) + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(user,String) + End If + Me.Adapter.SelectCommand.Parameters(1).Value = CType(PROFIL_ID,Integer) + Dim dataTable As DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable = New DD_DMSLiteDataSet.VWPM_PROFILE_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_KONFIGURATIONTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_KONFIGURATION" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("LIZENZEN", "LIZENZEN") + tableMapping.ColumnMappings.Add("ERFASSTWER", "ERFASSTWER") + tableMapping.ColumnMappings.Add("ERSTELLTWER", "ERSTELLTWER") + tableMapping.ColumnMappings.Add("ERSTELLTWANN", "ERSTELLTWANN") + tableMapping.ColumnMappings.Add("GEAENDERTWER", "GEAENDERTWER") + tableMapping.ColumnMappings.Add("INTERVALL_CKECK_NO_OF_FILES", "INTERVALL_CKECK_NO_OF_FILES") + tableMapping.ColumnMappings.Add("GEAENDERTWANN", "GEAENDERTWANN") + tableMapping.ColumnMappings.Add("EMAIL_ACTIVE", "EMAIL_ACTIVE") + tableMapping.ColumnMappings.Add("EMAIL_FROM", "EMAIL_FROM") + tableMapping.ColumnMappings.Add("EMAIL_SMTP", "EMAIL_SMTP") + tableMapping.ColumnMappings.Add("EMAIL_USER", "EMAIL_USER") + tableMapping.ColumnMappings.Add("EMAIL_PW", "EMAIL_PW") + tableMapping.ColumnMappings.Add("EMAIL_REMINDER_HEADER", "EMAIL_REMINDER_HEADER") + tableMapping.ColumnMappings.Add("EMAIL_REMINDER_FOOTER", "EMAIL_REMINDER_FOOTER") + tableMapping.ColumnMappings.Add("VEKTOR_DELIMITER", "VEKTOR_DELIMITER") + tableMapping.ColumnMappings.Add("ADMIN_PW", "ADMIN_PW") + tableMapping.ColumnMappings.Add("ADMIN_SECURITY", "ADMIN_SECURITY") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM [TBPM_KONFIGURATION] WHERE (([GUID] = @Original_GUID))" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.TinyInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO [TBPM_KONFIGURATION] ([GUID], [LIZENZEN], [ERFASSTWER], [ERSTELLTWER]"& _ + ", [ERSTELLTWANN], [GEAENDERTWER], [INTERVALL_CKECK_NO_OF_FILES], [GEAENDERTWANN]"& _ + ") VALUES (@GUID, @LIZENZEN, @ERFASSTWER, @ERSTELLTWER, @ERSTELLTWANN, @GEAENDERT"& _ + "WER, @INTERVALL_CKECK_NO_OF_FILES, @GEAENDERTWANN);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, LIZENZEN, ERFA"& _ + "SSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GE"& _ + "AENDERTWANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID)" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.TinyInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LIZENZEN", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LIZENZEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERFASSTWER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ERFASSTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERSTELLTWER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ERSTELLTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERSTELLTWANN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ERSTELLTWANN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEAENDERTWER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GEAENDERTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INTERVALL_CKECK_NO_OF_FILES", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "INTERVALL_CKECK_NO_OF_FILES", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEAENDERTWANN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GEAENDERTWANN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET LIZENZEN = @LIZENZEN, GEAENDE"& _ + "RTWER = @GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES = @INTERVALL_CKECK_NO_OF_FILE"& _ + "S, EMAIL_ACTIVE = @EMAIL_ACTIVE, EMAIL_FROM = @EMAIL_FROM,"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, "& _ + "EMAIL_REMINDER_HEADER = @EMAIL_REMINDER_HEADER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" EMAIL"& _ + "_REMINDER_FOOTER = @EMAIL_REMINDER_FOOTER, VEKTOR_DELIMITER = @VEKTOR_DELIMITER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, LIZENZEN, ERFASSTWER, "& _ + "ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTW"& _ + "ANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LIZENZEN", Global.System.Data.SqlDbType.VarChar, 2000, Global.System.Data.ParameterDirection.Input, 0, 0, "LIZENZEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEAENDERTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "GEAENDERTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INTERVALL_CKECK_NO_OF_FILES", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "INTERVALL_CKECK_NO_OF_FILES", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_SMTP", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_SMTP", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_USER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_USER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_PW", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_PW", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_REMINDER_HEADER", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_REMINDER_HEADER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_REMINDER_FOOTER", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_REMINDER_FOOTER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VEKTOR_DELIMITER", Global.System.Data.SqlDbType.VarChar, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "VEKTOR_DELIMITER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(7) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER"& _ + ", INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN, EMAIL_ACTIVE, EMAIL_FROM, EMAIL_SM"& _ + "TP, EMAIL_USER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" EMAIL_PW, EMAIL_REMINDER_HEADER, EMAI"& _ + "L_REMINDER_FOOTER, VEKTOR_DELIMITER, ADMIN_PW, ADMIN_SECURITY"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM T"& _ + "BPM_KONFIGURATION" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT ADMIN_PW"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = "& _ + "1)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT ADMIN_SECURITY"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (G"& _ + "UID = 1)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT VEKTOR_DELIMITER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + "(GUID = 1)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "SELECT LIZENZEN FROM TBPM_KONFIGURATION WHERE (GUID = 1)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "UPDATE TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET ADMIN_PW = @ADMIN_PW"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (GUID = 1)" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADMIN_PW", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "ADMIN_PW", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(6).Connection = Me.Connection + Me._commandCollection(6).CommandText = "UPDATE TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET GEAENDERTWER = @GEAENDERTWER,"& _ + " EMAIL_ACTIVE = @EMAIL_ACTIVE, EMAIL_FROM = @EMAIL_FROM, EMAIL_SMTP = @EMAIL_SMT"& _ + "P, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" EM"& _ + "AIL_REMINDER_HEADER = @EMAIL_REMINDER_HEADER, EMAIL_REMINDER_FOOTER = @EMAIL_REM"& _ + "INDER_FOOTER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, LIZENZEN, E"& _ + "RFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES,"& _ + " GEAENDERTWANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID)" + Me._commandCollection(6).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEAENDERTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "GEAENDERTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_SMTP", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_SMTP", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_USER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_USER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_PW", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_PW", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_REMINDER_HEADER", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_REMINDER_HEADER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_REMINDER_FOOTER", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_REMINDER_FOOTER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(7) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(7).Connection = Me.Connection + Me._commandCollection(7).CommandText = "UPDATE TBPM_KONFIGURATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET GEAENDERTWER = @GEAENDERTWER,"& _ + " LIZENZEN = @LIZENZEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = 1)" + Me._commandCollection(7).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEAENDERTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "GEAENDERTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LIZENZEN", Global.System.Data.SqlDbType.VarChar, 2000, Global.System.Data.ParameterDirection.Input, 0, 0, "LIZENZEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_KONFIGURATIONDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_KONFIGURATIONDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_KONFIGURATIONDataTable = New DD_DMSLiteDataSet.TBPM_KONFIGURATIONDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_KONFIGURATIONDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_KONFIGURATION") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function cmdGetAdminPW() As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetAdminSecurity() As Global.System.Nullable(Of Boolean) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Boolean)() + Else + Return New Global.System.Nullable(Of Boolean)(CType(returnValue,Boolean)) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetDelimiter() As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetLizenz() As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdSetAdminPW(ByVal ADMIN_PW As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(5) + If (ADMIN_PW Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(ADMIN_PW,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdUpdateEmail(ByVal GEAENDERTWER As String, ByVal EMAIL_ACTIVE As Boolean, ByVal EMAIL_FROM As String, ByVal EMAIL_SMTP As String, ByVal EMAIL_USER As String, ByVal EMAIL_PW As String, ByVal EMAIL_REMINDER_HEADER As String, ByVal EMAIL_REMINDER_FOOTER As String, ByVal Original_GUID As Byte, ByVal GUID As Byte) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(6) + If (GEAENDERTWER Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(GEAENDERTWER,String) + End If + command.Parameters(1).Value = CType(EMAIL_ACTIVE,Boolean) + If (EMAIL_FROM Is Nothing) Then + command.Parameters(2).Value = Global.System.DBNull.Value + Else + command.Parameters(2).Value = CType(EMAIL_FROM,String) + End If + If (EMAIL_SMTP Is Nothing) Then + command.Parameters(3).Value = Global.System.DBNull.Value + Else + command.Parameters(3).Value = CType(EMAIL_SMTP,String) + End If + If (EMAIL_USER Is Nothing) Then + command.Parameters(4).Value = Global.System.DBNull.Value + Else + command.Parameters(4).Value = CType(EMAIL_USER,String) + End If + If (EMAIL_PW Is Nothing) Then + command.Parameters(5).Value = Global.System.DBNull.Value + Else + command.Parameters(5).Value = CType(EMAIL_PW,String) + End If + If (EMAIL_REMINDER_HEADER Is Nothing) Then + command.Parameters(6).Value = Global.System.DBNull.Value + Else + command.Parameters(6).Value = CType(EMAIL_REMINDER_HEADER,String) + End If + If (EMAIL_REMINDER_FOOTER Is Nothing) Then + command.Parameters(7).Value = Global.System.DBNull.Value + Else + command.Parameters(7).Value = CType(EMAIL_REMINDER_FOOTER,String) + End If + command.Parameters(8).Value = CType(Original_GUID,Byte) + command.Parameters(9).Value = CType(GUID,Byte) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CmdUpdateLizenz(ByVal GEAENDERTWER As String, ByVal LIZENZEN As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(7) + If (GEAENDERTWER Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(GEAENDERTWER,String) + End If + If (LIZENZEN Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(LIZENZEN,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_USERTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_USER" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("PRENAME", "PRENAME") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("USERNAME", "USERNAME") + tableMapping.ColumnMappings.Add("EMAIL", "EMAIL") + tableMapping.ColumnMappings.Add("LOGGED_IN", "LOGGED_IN") + tableMapping.ColumnMappings.Add("LOGGED_WHERE", "LOGGED_WHERE") + tableMapping.ColumnMappings.Add("LOG_IN_WHEN", "LOG_IN_WHEN") + tableMapping.ColumnMappings.Add("LOG_OUT_WHEN", "LOG_OUT_WHEN") + tableMapping.ColumnMappings.Add("ADMIN", "ADMIN") + tableMapping.ColumnMappings.Add("NOTICE", "NOTICE") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + tableMapping.ColumnMappings.Add("RIGHT_FILE_DELETE", "RIGHT_FILE_DELETE") + tableMapping.ColumnMappings.Add("EMAIL_ONCE_DAY", "EMAIL_ONCE_DAY") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM [TBPM_USER] WHERE (([GUID] = @Original_GUID) AND ((@IsNull_PRENAME = "& _ + "1 AND [PRENAME] IS NULL) OR ([PRENAME] = @Original_PRENAME)) AND ((@IsNull_NAME "& _ + "= 1 AND [NAME] IS NULL) OR ([NAME] = @Original_NAME)) AND ([USERNAME] = @Origina"& _ + "l_USERNAME) AND ((@IsNull_EMAIL = 1 AND [EMAIL] IS NULL) OR ([EMAIL] = @Original"& _ + "_EMAIL)) AND ([LOGGED_IN] = @Original_LOGGED_IN) AND ((@IsNull_LOGGED_WHERE = 1 "& _ + "AND [LOGGED_WHERE] IS NULL) OR ([LOGGED_WHERE] = @Original_LOGGED_WHERE)) AND (("& _ + "@IsNull_LOG_IN_WHEN = 1 AND [LOG_IN_WHEN] IS NULL) OR ([LOG_IN_WHEN] = @Original"& _ + "_LOG_IN_WHEN)) AND ((@IsNull_LOG_OUT_WHEN = 1 AND [LOG_OUT_WHEN] IS NULL) OR ([L"& _ + "OG_OUT_WHEN] = @Original_LOG_OUT_WHEN)) AND ([ADMIN] = @Original_ADMIN) AND ((@I"& _ + "sNull_NOTICE = 1 AND [NOTICE] IS NULL) OR ([NOTICE] = @Original_NOTICE)) AND ([A"& _ + "DDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ("& _ + "(@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Origina"& _ + "l_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR (["& _ + "CHANGED_WHEN] = @Original_CHANGED_WHEN)) AND ([RIGHT_FILE_DELETE] = @Original_RI"& _ + "GHT_FILE_DELETE))" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_PRENAME", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PRENAME", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_PRENAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PRENAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NAME", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_USERNAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_EMAIL", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_EMAIL", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_LOGGED_IN", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_IN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_LOGGED_WHERE", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_WHERE", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_LOGGED_WHERE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_WHERE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_LOG_IN_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_IN_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_LOG_IN_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_IN_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_LOG_OUT_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_OUT_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_LOG_OUT_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_OUT_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADMIN", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADMIN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NOTICE", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NOTICE", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NOTICE", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NOTICE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHO", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_RIGHT_FILE_DELETE", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RIGHT_FILE_DELETE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PRENAME, NAME, USERNAME, EMAIL, "& _ + "LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, RI"& _ + "GHT_FILE_DELETE, EMAIL_ONCE_DAY)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PRENAME,@NAME,@USERNAME,@EMAIL"& _ + ",@LOGGED_IN,@LOGGED_WHERE,@LOG_IN_WHEN,@LOG_OUT_WHEN,@ADMIN,@NOTICE,@ADDED_WHO,@"& _ + "RIGHT_FILE_DELETE,@EMAIL_ONCE_DAY); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PRENAME, NAME, USERNAME, EMA"& _ + "IL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO"& _ + ", ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, RIGHT_FILE_DELETE FROM TBPM_USER WHERE "& _ + "(GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRENAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "PRENAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOGGED_IN", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOGGED_WHERE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_WHERE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG_IN_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_IN_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG_OUT_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_OUT_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADMIN", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ADMIN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NOTICE", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "NOTICE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RIGHT_FILE_DELETE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "RIGHT_FILE_DELETE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_ONCE_DAY", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_ONCE_DAY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET PRENAME = @PRENAME, NAME = @NAME, USER"& _ + "NAME = @USERNAME, EMAIL = @EMAIL, LOGGED_IN = @LOGGED_IN, LOGGED_WHERE = @LOGGED"& _ + "_WHERE, LOG_IN_WHEN = @LOG_IN_WHEN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" LOG_OUT_WHEN = @L"& _ + "OG_OUT_WHEN, ADMIN = @ADMIN, NOTICE = @NOTICE, CHANGED_WHO = @CHANGED_WHO, RIGHT"& _ + "_FILE_DELETE = @RIGHT_FILE_DELETE, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" EMAIL_ONCE_DAY = @"& _ + "EMAIL_ONCE_DAY"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PRENAME, N"& _ + "AME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN,"& _ + " NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, RIGHT_FILE_DELETE FRO"& _ + "M TBPM_USER WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRENAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "PRENAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOGGED_IN", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOGGED_WHERE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_WHERE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG_IN_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_IN_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG_OUT_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_OUT_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADMIN", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ADMIN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NOTICE", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "NOTICE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RIGHT_FILE_DELETE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "RIGHT_FILE_DELETE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_ONCE_DAY", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_ONCE_DAY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(4) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_"& _ + "IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGE"& _ + "D_WHEN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" RIGHT_FILE_DELETE, EMAIL_ONCE_DAY"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " TBPM_USER" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT COUNT(*) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (LOWER(U"& _ + "SERNAME) = LOWER(@user)) AND (ADMIN = 1)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@user", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT COUNT(*) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE LOGGED_I"& _ + "N = 1" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "UPDATE TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET LOGGED_IN = @LogInOut, LOGGED_WHERE = "& _ + "@ANGEMELDETWO"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (LOWER(USERNAME) = LOWER(@user))" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LogInOut", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ANGEMELDETWO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "LOGGED_WHERE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@user", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "SELECT COUNT(*) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (LOWER(U"& _ + "SERNAME) = LOWER(@user))" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@user", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_USERDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_USERDataTable = New DD_DMSLiteDataSet.TBPM_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_USERDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_USER") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete( _ + ByVal Original_GUID As Integer, _ + ByVal Original_PRENAME As String, _ + ByVal Original_NAME As String, _ + ByVal Original_USERNAME As String, _ + ByVal Original_EMAIL As String, _ + ByVal Original_LOGGED_IN As Boolean, _ + ByVal Original_LOGGED_WHERE As String, _ + ByVal Original_LOG_IN_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_LOG_OUT_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_ADMIN As Boolean, _ + ByVal Original_NOTICE As String, _ + ByVal Original_ADDED_WHO As String, _ + ByVal Original_ADDED_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_CHANGED_WHO As String, _ + ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_RIGHT_FILE_DELETE As Boolean) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer) + If (Original_PRENAME Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_PRENAME,String) + End If + If (Original_NAME Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_NAME,String) + End If + If (Original_USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_USERNAME") + Else + Me.Adapter.DeleteCommand.Parameters(5).Value = CType(Original_USERNAME,String) + End If + If (Original_EMAIL Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(6).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(7).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(6).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(7).Value = CType(Original_EMAIL,String) + End If + Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_LOGGED_IN,Boolean) + If (Original_LOGGED_WHERE Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(9).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(10).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(9).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(10).Value = CType(Original_LOGGED_WHERE,String) + End If + If (Original_LOG_IN_WHEN.HasValue = true) Then + Me.Adapter.DeleteCommand.Parameters(11).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(12).Value = CType(Original_LOG_IN_WHEN.Value,Date) + Else + Me.Adapter.DeleteCommand.Parameters(11).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(12).Value = Global.System.DBNull.Value + End If + If (Original_LOG_OUT_WHEN.HasValue = true) Then + Me.Adapter.DeleteCommand.Parameters(13).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(14).Value = CType(Original_LOG_OUT_WHEN.Value,Date) + Else + Me.Adapter.DeleteCommand.Parameters(13).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(14).Value = Global.System.DBNull.Value + End If + Me.Adapter.DeleteCommand.Parameters(15).Value = CType(Original_ADMIN,Boolean) + If (Original_NOTICE Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(16).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(17).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(16).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(17).Value = CType(Original_NOTICE,String) + End If + If (Original_ADDED_WHO Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(18).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(18).Value = CType(Original_ADDED_WHO,String) + End If + If (Original_ADDED_WHEN.HasValue = true) Then + Me.Adapter.DeleteCommand.Parameters(19).Value = CType(Original_ADDED_WHEN.Value,Date) + Else + Me.Adapter.DeleteCommand.Parameters(19).Value = Global.System.DBNull.Value + End If + If (Original_CHANGED_WHO Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(20).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(21).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(20).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(21).Value = CType(Original_CHANGED_WHO,String) + End If + If (Original_CHANGED_WHEN.HasValue = true) Then + Me.Adapter.DeleteCommand.Parameters(22).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(23).Value = CType(Original_CHANGED_WHEN.Value,Date) + Else + Me.Adapter.DeleteCommand.Parameters(22).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(23).Value = Global.System.DBNull.Value + End If + Me.Adapter.DeleteCommand.Parameters(24).Value = CType(Original_RIGHT_FILE_DELETE,Boolean) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal PRENAME As String, ByVal NAME As String, ByVal USERNAME As String, ByVal EMAIL As String, ByVal LOGGED_IN As Boolean, ByVal LOGGED_WHERE As String, ByVal LOG_IN_WHEN As Global.System.Nullable(Of Date), ByVal LOG_OUT_WHEN As Global.System.Nullable(Of Date), ByVal ADMIN As Boolean, ByVal NOTICE As String, ByVal ADDED_WHO As String, ByVal RIGHT_FILE_DELETE As Boolean, ByVal EMAIL_ONCE_DAY As Boolean) As Integer + If (PRENAME Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(0).Value = CType(PRENAME,String) + End If + If (NAME Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(NAME,String) + End If + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(USERNAME,String) + End If + If (EMAIL Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(3).Value = CType(EMAIL,String) + End If + Me.Adapter.InsertCommand.Parameters(4).Value = CType(LOGGED_IN,Boolean) + If (LOGGED_WHERE Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(5).Value = CType(LOGGED_WHERE,String) + End If + If (LOG_IN_WHEN.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(6).Value = CType(LOG_IN_WHEN.Value,Date) + Else + Me.Adapter.InsertCommand.Parameters(6).Value = Global.System.DBNull.Value + End If + If (LOG_OUT_WHEN.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(7).Value = CType(LOG_OUT_WHEN.Value,Date) + Else + Me.Adapter.InsertCommand.Parameters(7).Value = Global.System.DBNull.Value + End If + Me.Adapter.InsertCommand.Parameters(8).Value = CType(ADMIN,Boolean) + If (NOTICE Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(9).Value = CType(NOTICE,String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.InsertCommand.Parameters(10).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.InsertCommand.Parameters(11).Value = CType(RIGHT_FILE_DELETE,Boolean) + Me.Adapter.InsertCommand.Parameters(12).Value = CType(EMAIL_ONCE_DAY,Boolean) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal PRENAME As String, ByVal NAME As String, ByVal USERNAME As String, ByVal EMAIL As String, ByVal LOGGED_IN As Boolean, ByVal LOGGED_WHERE As String, ByVal LOG_IN_WHEN As Global.System.Nullable(Of Date), ByVal LOG_OUT_WHEN As Global.System.Nullable(Of Date), ByVal ADMIN As Boolean, ByVal NOTICE As String, ByVal CHANGED_WHO As String, ByVal RIGHT_FILE_DELETE As Boolean, ByVal EMAIL_ONCE_DAY As Boolean, ByVal Original_GUID As Integer, ByVal GUID As Integer) As Integer + If (PRENAME Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(PRENAME,String) + End If + If (NAME Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(NAME,String) + End If + If (USERNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("USERNAME") + Else + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(USERNAME,String) + End If + If (EMAIL Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(EMAIL,String) + End If + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(LOGGED_IN,Boolean) + If (LOGGED_WHERE Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(LOGGED_WHERE,String) + End If + If (LOG_IN_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(LOG_IN_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value + End If + If (LOG_OUT_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(LOG_OUT_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(ADMIN,Boolean) + If (NOTICE Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(NOTICE,String) + End If + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(10).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(CHANGED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(RIGHT_FILE_DELETE,Boolean) + Me.Adapter.UpdateCommand.Parameters(12).Value = CType(EMAIL_ONCE_DAY,Boolean) + Me.Adapter.UpdateCommand.Parameters(13).Value = CType(Original_GUID,Integer) + Me.Adapter.UpdateCommand.Parameters(14).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function CmdAdmin(ByVal user As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + command.Parameters(0).Value = CType(user,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function CmdGetAnzahl_loggedIn() As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdLoginOut(ByVal LogInOut As Boolean, ByVal ANGEMELDETWO As String, ByVal user As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(LogInOut,Boolean) + If (ANGEMELDETWO Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(ANGEMELDETWO,String) + End If + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + command.Parameters(2).Value = CType(user,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CmdUser_exists(ByVal user As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + If (user Is Nothing) Then + Throw New Global.System.ArgumentNullException("user") + Else + command.Parameters(0).Value = CType(user,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_TYPETableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_TYPE" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("BEZEICHNUNG", "BEZEICHNUNG") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM [TBPM_TYPE] WHERE (([GUID] = @Original_GUID) AND ([BEZEICHNUNG] = @Or"& _ + "iginal_BEZEICHNUNG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = "& _ + "@Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) O"& _ + "R ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [C"& _ + "HANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)))" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHO", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO [TBPM_TYPE] ([BEZEICHNUNG], [ADDED_WHO], [ADDED_WHEN], [CHANGED_WHO],"& _ + " [CHANGED_WHEN]) VALUES (@BEZEICHNUNG, @ADDED_WHO, @ADDED_WHEN, @CHANGED_WHO, @C"& _ + "HANGED_WHEN);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHA"& _ + "NGED_WHEN FROM TBPM_TYPE WHERE (GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE [TBPM_TYPE] SET [BEZEICHNUNG] = @BEZEICHNUNG, [ADDED_WHO] = @ADDED_WHO, [A"& _ + "DDED_WHEN] = @ADDED_WHEN, [CHANGED_WHO] = @CHANGED_WHO, [CHANGED_WHEN] = @CHANGE"& _ + "D_WHEN WHERE (([GUID] = @Original_GUID) AND ([BEZEICHNUNG] = @Original_BEZEICHNU"& _ + "NG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_"& _ + "WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO]"& _ + " = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS "& _ + "NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG,"& _ + " ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBPM_TYPE WHERE (GUID = @"& _ + "GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHO", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT TBPM_TYPE.*"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_TYPE" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_TYPEDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_TYPEDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_TYPEDataTable = New DD_DMSLiteDataSet.TBPM_TYPEDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_TYPEDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_TYPE") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_GUID As Short, ByVal Original_BEZEICHNUNG As String, ByVal Original_ADDED_WHO As String, ByVal Original_ADDED_WHEN As Date, ByVal Original_CHANGED_WHO As String, ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date)) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Short) + If (Original_BEZEICHNUNG Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_BEZEICHNUNG") + Else + Me.Adapter.DeleteCommand.Parameters(1).Value = CType(Original_BEZEICHNUNG,String) + End If + If (Original_ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_ADDED_WHO") + Else + Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_ADDED_WHO,String) + End If + Me.Adapter.DeleteCommand.Parameters(3).Value = CType(Original_ADDED_WHEN,Date) + If (Original_CHANGED_WHO Is Nothing) Then + Me.Adapter.DeleteCommand.Parameters(4).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.DeleteCommand.Parameters(4).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(5).Value = CType(Original_CHANGED_WHO,String) + End If + If (Original_CHANGED_WHEN.HasValue = true) Then + Me.Adapter.DeleteCommand.Parameters(6).Value = CType(0,Object) + Me.Adapter.DeleteCommand.Parameters(7).Value = CType(Original_CHANGED_WHEN.Value,Date) + Else + Me.Adapter.DeleteCommand.Parameters(6).Value = CType(1,Object) + Me.Adapter.DeleteCommand.Parameters(7).Value = Global.System.DBNull.Value + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal BEZEICHNUNG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Global.System.Nullable(Of Date)) As Integer + If (BEZEICHNUNG Is Nothing) Then + Throw New Global.System.ArgumentNullException("BEZEICHNUNG") + Else + Me.Adapter.InsertCommand.Parameters(0).Value = CType(BEZEICHNUNG,String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.InsertCommand.Parameters(2).Value = CType(ADDED_WHEN,Date) + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(3).Value = CType(CHANGED_WHO,String) + End If + If (CHANGED_WHEN.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(4).Value = CType(CHANGED_WHEN.Value,Date) + Else + Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal BEZEICHNUNG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Global.System.Nullable(Of Date), ByVal Original_GUID As Short, ByVal Original_BEZEICHNUNG As String, ByVal Original_ADDED_WHO As String, ByVal Original_ADDED_WHEN As Date, ByVal Original_CHANGED_WHO As String, ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date), ByVal GUID As Short) As Integer + If (BEZEICHNUNG Is Nothing) Then + Throw New Global.System.ArgumentNullException("BEZEICHNUNG") + Else + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(BEZEICHNUNG,String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(ADDED_WHEN,Date) + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(CHANGED_WHO,String) + End If + If (CHANGED_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(CHANGED_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(Original_GUID,Short) + If (Original_BEZEICHNUNG Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_BEZEICHNUNG") + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(Original_BEZEICHNUNG,String) + End If + If (Original_ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(Original_ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(Original_ADDED_WHEN,Date) + If (Original_CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(10).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(Original_CHANGED_WHO,String) + End If + If (Original_CHANGED_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(12).Value = CType(Original_CHANGED_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(12).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(13).Value = CType(GUID,Short) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal BEZEICHNUNG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Global.System.Nullable(Of Date), ByVal Original_GUID As Short, ByVal Original_BEZEICHNUNG As String, ByVal Original_ADDED_WHO As String, ByVal Original_ADDED_WHEN As Date, ByVal Original_CHANGED_WHO As String, ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date)) As Integer + Return Me.Update(BEZEICHNUNG, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, Original_GUID, Original_BEZEICHNUNG, Original_ADDED_WHO, Original_ADDED_WHEN, Original_CHANGED_WHO, Original_CHANGED_WHEN, Original_GUID) + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_ERROR_LOGTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_ERROR_LOG" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("PROFIL_ID", "PROFIL_ID") + tableMapping.ColumnMappings.Add("ERROR_MSG", "ERROR_MSG") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_ERROR_LOG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_ERROR_LOG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PROFIL_ID, ERROR_MSG, ADDED"& _ + "_WHO)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROFIL_ID,@ERROR_MSG,@ADDED_WHO); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROFIL_I"& _ + "D, ERROR_MSG, ADDED_WHO, ADDED_WHEN FROM TBPM_ERROR_LOG WHERE (GUID = SCOPE_IDEN"& _ + "TITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERROR_MSG", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "ERROR_MSG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE [TBPM_ERROR_LOG] SET [PROFIL_ID] = @PROFIL_ID, [ERROR_MSG] = @ERROR_MSG, ["& _ + "ADDED_WHO] = @ADDED_WHO, [ADDED_WHEN] = @ADDED_WHEN WHERE (([GUID] = @Original_G"& _ + "UID) AND ([PROFIL_ID] = @Original_PROFIL_ID) AND ([ERROR_MSG] = @Original_ERROR_"& _ + "MSG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED"& _ + "_WHEN));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN FROM TBPM_ERR"& _ + "OR_LOG WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERROR_MSG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ERROR_MSG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_PROFIL_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ERROR_MSG", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ERROR_MSG", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(2) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + "TBPM_ERROR_LOG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY ADDED_WHEN DESC" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "DELETE FROM TBPM_ERROR_LOG" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "DELETE FROM TBPM_ERROR_LOG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @PROF_ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROF_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_ERROR_LOGDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_ERROR_LOGDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_ERROR_LOGDataTable = New DD_DMSLiteDataSet.TBPM_ERROR_LOGDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_ERROR_LOGDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_ERROR_LOG") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_GUID As Integer) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal PROFIL_ID As Integer, ByVal ERROR_MSG As String, ByVal ADDED_WHO As String) As Integer + Me.Adapter.InsertCommand.Parameters(0).Value = CType(PROFIL_ID,Integer) + If (ERROR_MSG Is Nothing) Then + Throw New Global.System.ArgumentNullException("ERROR_MSG") + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(ERROR_MSG,String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(ADDED_WHO,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal PROFIL_ID As Integer, ByVal ERROR_MSG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal Original_GUID As Integer, ByVal Original_PROFIL_ID As Integer, ByVal Original_ERROR_MSG As String, ByVal Original_ADDED_WHO As String, ByVal Original_ADDED_WHEN As Date, ByVal GUID As Integer) As Integer + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(PROFIL_ID,Integer) + If (ERROR_MSG Is Nothing) Then + Throw New Global.System.ArgumentNullException("ERROR_MSG") + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(ERROR_MSG,String) + End If + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(ADDED_WHEN,Date) + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_GUID,Integer) + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(Original_PROFIL_ID,Integer) + If (Original_ERROR_MSG Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_ERROR_MSG") + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(Original_ERROR_MSG,String) + End If + If (Original_ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(Original_ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(Original_ADDED_WHEN,Date) + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal PROFIL_ID As Integer, ByVal ERROR_MSG As String, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal Original_GUID As Integer, ByVal Original_PROFIL_ID As Integer, ByVal Original_ERROR_MSG As String, ByVal Original_ADDED_WHO As String, ByVal Original_ADDED_WHEN As Date) As Integer + Return Me.Update(PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN, Original_GUID, Original_PROFIL_ID, Original_ERROR_MSG, Original_ADDED_WHO, Original_ADDED_WHEN, Original_GUID) + End Function + + _ + Public Overloads Overridable Function CmdDelete() As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function DeletePROFIL(ByVal PROF_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(PROF_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWPM_CONTROL_INDEXTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWPM_CONTROL_INDEX" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("PROFIL_ID", "PROFIL_ID") + tableMapping.ColumnMappings.Add("PROFIL_NAME", "PROFIL_NAME") + tableMapping.ColumnMappings.Add("CTRL_NAME", "CTRL_NAME") + tableMapping.ColumnMappings.Add("CTRL_TYPE", "CTRL_TYPE") + tableMapping.ColumnMappings.Add("CTRL_TEXT", "CTRL_TEXT") + tableMapping.ColumnMappings.Add("X_LOC", "X_LOC") + tableMapping.ColumnMappings.Add("Y_LOC", "Y_LOC") + tableMapping.ColumnMappings.Add("INDEX_NAME", "INDEX_NAME") + tableMapping.ColumnMappings.Add("VALIDATION", "VALIDATION") + tableMapping.ColumnMappings.Add("TYP", "TYP") + tableMapping.ColumnMappings.Add("CONNECTION_ID", "CONNECTION_ID") + tableMapping.ColumnMappings.Add("SQL_UEBERPRUEFUNG", "SQL_UEBERPRUEFUNG") + tableMapping.ColumnMappings.Add("CHOICE_LIST", "CHOICE_LIST") + tableMapping.ColumnMappings.Add("FONT_COLOR", "FONT_COLOR") + tableMapping.ColumnMappings.Add("FONT_FAMILY", "FONT_FAMILY") + tableMapping.ColumnMappings.Add("FONT_SIZE", "FONT_SIZE") + tableMapping.ColumnMappings.Add("FONT_STYLE", "FONT_STYLE") + tableMapping.ColumnMappings.Add("WIDTH", "WIDTH") + tableMapping.ColumnMappings.Add("HEIGHT", "HEIGHT") + tableMapping.ColumnMappings.Add("READ_ONLY", "READ_ONLY") + tableMapping.ColumnMappings.Add("LOAD_IDX_VALUE", "LOAD_IDX_VALUE") + tableMapping.ColumnMappings.Add("LOG_INDEX", "LOG_INDEX") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(5) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, PROFIL_ID, PROFIL_NAME, CTRL_NAME, CTRL_TYPE, CTRL_TEXT, X_LO"& _ + "C, Y_LOC, FONT_COLOR, FONT_FAMILY, FONT_SIZE, FONT_STYLE, WIDTH, HEIGHT, INDEX_N"& _ + "AME, VALIDATION, CHOICE_LIST, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TYP, CONNECTION_ID, SQL"& _ + "_UEBERPRUEFUNG, READ_ONLY, LOAD_IDX_VALUE, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTR"& _ + "OL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_NAME = @Profil)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY Y_LOC, X_LOC" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTROL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID ="& _ + " @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRoFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRLNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT INDEX_NAME"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTROL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFI"& _ + "L_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRoFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRLNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT CTRL_TYPE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTROL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL"& _ + "_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRoFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRLNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "SELECT LOAD_IDX_VALUE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTROL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (P"& _ + "ROFIL_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRoFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRLNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "SELECT GUID, PROFIL_ID, PROFIL_NAME, CTRL_NAME, CTRL_TYPE, CTRL_TEXT, X_LO"& _ + "C, Y_LOC, FONT_COLOR, FONT_FAMILY, FONT_SIZE, FONT_STYLE, WIDTH, HEIGHT, INDEX_N"& _ + "AME, VALIDATION, CHOICE_LIST, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TYP, CONNECTION_ID, SQL"& _ + "_UEBERPRUEFUNG, READ_ONLY, LOAD_IDX_VALUE, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWPM_CONTR"& _ + "OL_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @PROFIL_ID)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY Y_LOC, X_LOC" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable, ByVal Profil As String) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Profil Is Nothing) Then + Throw New Global.System.ArgumentNullException("Profil") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil,String) + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal Profil As String) As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Profil Is Nothing) Then + Throw New Global.System.ArgumentNullException("Profil") + Else + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil,String) + End If + Dim dataTable As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable = New DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByPROFIL_ID(ByVal dataTable As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable, ByVal PROFIL_ID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(5) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(PROFIL_ID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByPROFIL_ID(ByVal PROFIL_ID As Integer) As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(5) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(PROFIL_ID,Integer) + Dim dataTable As DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable = New DD_DMSLiteDataSet.VWPM_CONTROL_INDEXDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function cmdGetControlID(ByVal PRoFIL_ID As Integer, ByVal CTRLNAME As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + command.Parameters(0).Value = CType(PRoFIL_ID,Integer) + If (CTRLNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRLNAME") + Else + command.Parameters(1).Value = CType(CTRLNAME,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function CMDGetINDEX_NAME(ByVal PRoFIL_ID As Integer, ByVal CTRLNAME As String) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(PRoFIL_ID,Integer) + If (CTRLNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRLNAME") + Else + command.Parameters(1).Value = CType(CTRLNAME,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetType(ByVal PRoFIL_ID As Integer, ByVal CTRLNAME As String) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(PRoFIL_ID,Integer) + If (CTRLNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRLNAME") + Else + command.Parameters(1).Value = CType(CTRLNAME,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdLoadIDX(ByVal PRoFIL_ID As Integer, ByVal CTRLNAME As String) As Global.System.Nullable(Of Boolean) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + command.Parameters(0).Value = CType(PRoFIL_ID,Integer) + If (CTRLNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRLNAME") + Else + command.Parameters(1).Value = CType(CTRLNAME,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Boolean)() + Else + Return New Global.System.Nullable(Of Boolean)(CType(returnValue,Boolean)) + End If + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_CONNECTIONTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_CONNECTION" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("BEZEICHNUNG", "BEZEICHNUNG") + tableMapping.ColumnMappings.Add("SQL_PROVIDER", "SQL_PROVIDER") + tableMapping.ColumnMappings.Add("SERVER", "SERVER") + tableMapping.ColumnMappings.Add("DATENBANK", "DATENBANK") + tableMapping.ColumnMappings.Add("USERNAME", "USERNAME") + tableMapping.ColumnMappings.Add("PASSWORD", "PASSWORD") + tableMapping.ColumnMappings.Add("BEMERKUNG", "BEMERKUNG") + tableMapping.ColumnMappings.Add("AKTIV", "AKTIV") + tableMapping.ColumnMappings.Add("ERSTELLTWER", "ERSTELLTWER") + tableMapping.ColumnMappings.Add("ERSTELLTWANN", "ERSTELLTWANN") + tableMapping.ColumnMappings.Add("GEANDERTWER", "GEANDERTWER") + tableMapping.ColumnMappings.Add("GEAENDERTWANN", "GEAENDERTWANN") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_CONNECTION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_CONNECTION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (BEZEICHNUNG, SQL_PROVIDER,"& _ + " SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _ + " (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERK"& _ + "UNG,@AKTIV,@ERSTELLTWER); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DAT"& _ + "ENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDER"& _ + "TWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_PROVIDER", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_PROVIDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SERVER", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "SERVER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DATENBANK", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "DATENBANK", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PASSWORD", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PASSWORD", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEMERKUNG", Global.System.Data.SqlDbType.VarChar, 400, Global.System.Data.ParameterDirection.Input, 0, 0, "BEMERKUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AKTIV", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "AKTIV", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERSTELLTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ERSTELLTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE TBPM_CONNECTION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET BEZEICHNUNG = @BEZEICHNUNG, SQL_"& _ + "PROVIDER = @SQL_PROVIDER, SERVER = @SERVER, DATENBANK = @DATENBANK, USERNAME = @"& _ + "USERNAME, PASSWORD = @PASSWORD, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" BEMERKUNG = @BEMERKUN"& _ + "G, AKTIV = @AKTIV, GEANDERTWER = @GEANDERTWER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GU"& _ + "ID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PAS"& _ + "SWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN F"& _ + "ROM TBPM_CONNECTION WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_PROVIDER", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_PROVIDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SERVER", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "SERVER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DATENBANK", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "DATENBANK", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PASSWORD", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PASSWORD", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEMERKUNG", Global.System.Data.SqlDbType.VarChar, 400, Global.System.Data.ParameterDirection.Input, 0, 0, "BEMERKUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AKTIV", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "AKTIV", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GEANDERTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "GEANDERTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(2) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSW"& _ + "ORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " GEAENDERTWANN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_CONNECTION" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "INSERT INTO TBPM_CONNECTION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (BEZEICHNUNG, SQL_PROVIDER,"& _ + " SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _ + " (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERK"& _ + "UNG,@AKTIV,@ERSTELLTWER); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DAT"& _ + "ENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDER"& _ + "TWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY())" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_PROVIDER", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_PROVIDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SERVER", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "SERVER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DATENBANK", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "DATENBANK", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USERNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "USERNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PASSWORD", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PASSWORD", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEMERKUNG", Global.System.Data.SqlDbType.VarChar, 400, Global.System.Data.ParameterDirection.Input, 0, 0, "BEMERKUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AKTIV", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "AKTIV", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ERSTELLTWER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ERSTELLTWER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSW"& _ + "ORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FR"& _ + "OM TBPM_CONNECTION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable = New DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByID(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable, ByVal ID As Short) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(2) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(ID,Short) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByID(ByVal ID As Short) As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(2) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(ID,Short) + Dim dataTable As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable = New DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONNECTIONDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_CONNECTION") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_GUID As Short) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Short) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal BEZEICHNUNG As String, ByVal SQL_PROVIDER As String, ByVal SERVER As String, ByVal DATENBANK As String, ByVal USERNAME As String, ByVal PASSWORD As String, ByVal BEMERKUNG As String, ByVal AKTIV As Boolean, ByVal ERSTELLTWER As String) As Integer + If (BEZEICHNUNG Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(0).Value = CType(BEZEICHNUNG,String) + End If + If (SQL_PROVIDER Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(SQL_PROVIDER,String) + End If + If (SERVER Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(SERVER,String) + End If + If (DATENBANK Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(3).Value = CType(DATENBANK,String) + End If + If (USERNAME Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(4).Value = CType(USERNAME,String) + End If + If (PASSWORD Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(5).Value = CType(PASSWORD,String) + End If + If (BEMERKUNG Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(6).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(6).Value = CType(BEMERKUNG,String) + End If + Me.Adapter.InsertCommand.Parameters(7).Value = CType(AKTIV,Boolean) + If (ERSTELLTWER Is Nothing) Then + Throw New Global.System.ArgumentNullException("ERSTELLTWER") + Else + Me.Adapter.InsertCommand.Parameters(8).Value = CType(ERSTELLTWER,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update(ByVal BEZEICHNUNG As String, ByVal SQL_PROVIDER As String, ByVal SERVER As String, ByVal DATENBANK As String, ByVal USERNAME As String, ByVal PASSWORD As String, ByVal BEMERKUNG As String, ByVal AKTIV As Boolean, ByVal GEANDERTWER As String, ByVal Original_GUID As Short, ByVal GUID As Short) As Integer + If (BEZEICHNUNG Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(BEZEICHNUNG,String) + End If + If (SQL_PROVIDER Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(SQL_PROVIDER,String) + End If + If (SERVER Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(SERVER,String) + End If + If (DATENBANK Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(DATENBANK,String) + End If + If (USERNAME Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(USERNAME,String) + End If + If (PASSWORD Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(PASSWORD,String) + End If + If (BEMERKUNG Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(BEMERKUNG,String) + End If + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(AKTIV,Boolean) + If (GEANDERTWER Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(8).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(GEANDERTWER,String) + End If + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(Original_GUID,Short) + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(GUID,Short) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function CmdInsert(ByVal BEZEICHNUNG As String, ByVal SQL_PROVIDER As String, ByVal SERVER As String, ByVal DATENBANK As String, ByVal USERNAME As String, ByVal PASSWORD As String, ByVal BEMERKUNG As String, ByVal AKTIV As Boolean, ByVal ERSTELLTWER As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + If (BEZEICHNUNG Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(BEZEICHNUNG,String) + End If + If (SQL_PROVIDER Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(SQL_PROVIDER,String) + End If + If (SERVER Is Nothing) Then + command.Parameters(2).Value = Global.System.DBNull.Value + Else + command.Parameters(2).Value = CType(SERVER,String) + End If + If (DATENBANK Is Nothing) Then + command.Parameters(3).Value = Global.System.DBNull.Value + Else + command.Parameters(3).Value = CType(DATENBANK,String) + End If + If (USERNAME Is Nothing) Then + command.Parameters(4).Value = Global.System.DBNull.Value + Else + command.Parameters(4).Value = CType(USERNAME,String) + End If + If (PASSWORD Is Nothing) Then + command.Parameters(5).Value = Global.System.DBNull.Value + Else + command.Parameters(5).Value = CType(PASSWORD,String) + End If + If (BEMERKUNG Is Nothing) Then + command.Parameters(6).Value = Global.System.DBNull.Value + Else + command.Parameters(6).Value = CType(BEMERKUNG,String) + End If + command.Parameters(7).Value = CType(AKTIV,Boolean) + If (ERSTELLTWER Is Nothing) Then + Throw New Global.System.ArgumentNullException("ERSTELLTWER") + Else + command.Parameters(8).Value = CType(ERSTELLTWER,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPROFILE_USERTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPROFILE_USER" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("PRENAME", "PRENAME") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("USERNAME", "USERNAME") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(3) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT TBPM_PROFILE_USER.GUID, TBPM_USER.PRENAME, TBPM_USER.NAME, TBPM_USE"& _ + "R.USERNAME, TBPM_PROFILE_USER.ADDED_WHO, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBPM_PROFILE"& _ + "_USER.ADDED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_USER INNER JOIN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " TBPM_USER ON TBPM_PROFILE_USER.USER_ID = TBPM_USER.GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE ("& _ + "TBPM_PROFILE_USER.PROFIL_ID = @profil_id)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "DELETE FROM TBPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @ID)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "DELETE FROM TBPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @PROFIL_ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "INSERT INTO TBPM_PROFILE_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PROFIL_ID, USER_ID, ADDE"& _ + "D_WHO)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROFIL_ID,@USER_ID,@WHO)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USER_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "USER_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPROFILE_USERDataTable, ByVal profil_id As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(profil_id,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal profil_id As Integer) As DD_DMSLiteDataSet.TBPROFILE_USERDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(profil_id,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPROFILE_USERDataTable = New DD_DMSLiteDataSet.TBPROFILE_USERDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function cmdDelete(ByVal ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + command.Parameters(0).Value = CType(ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CmdDelete_ProfilID(ByVal PROFIL_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(PROFIL_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CMDInsert(ByVal PROFIL_ID As Integer, ByVal USER_ID As Integer, ByVal WHO As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(PROFIL_ID,Integer) + command.Parameters(1).Value = CType(USER_ID,Integer) + If (WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("WHO") + Else + command.Parameters(2).Value = CType(WHO,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_PROFILE_FILESTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_PROFILE_FILES" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("FILE_PATH", "FILE_PATH") + tableMapping.ColumnMappings.Add("DMS_ERSTELLT_DATE", "DMS_ERSTELLT_DATE") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM [TBPM_PROFILE_FILES] WHERE (([GUID] = @Original_GUID))" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE [TBPM_PROFILE_FILES] SET [FILE_PATH] = @FILE_PATH, [DMS_ERSTELLT_DATE] = @"& _ + "DMS_ERSTELLT_DATE WHERE (([GUID] = @Original_GUID));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, FILE_PATH, DM"& _ + "S_ERSTELLT_DATE FROM TBPM_PROFILE_FILES WHERE (GUID = @GUID) ORDER BY DMS_ERSTEL"& _ + "LT_DATE" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FILE_PATH", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FILE_PATH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DMS_ERSTELLT_DATE", Global.System.Data.SqlDbType.[Date], 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DMS_ERSTELLT_DATE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(11) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, FILE_PATH, DMS_ERSTELLT_DATE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FI"& _ + "LES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (EDIT = 0) AND (PROFIL_ID = @Profil_id) AND (ACTIVE = 1)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDE"& _ + "R BY DMS_ERSTELLT_DATE" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT EDIT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @AK"& _ + "TUELLE_ID)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AKTUELLE_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT IN_WORK"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @"& _ + "AKTUELLE_ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AKTUELLE_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "DELETE FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @ID)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "DELETE FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @PROFIL_ID)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "SELECT COUNT(GUID) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (PROFIL_ID = @Profil_id) AND (EDIT = 0) AND (ACTIVE = 1) AND (IN_WORK = 0)" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(6).Connection = Me.Connection + Me._commandCollection(6).CommandText = "SELECT FILE_PATH"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE GUID = @"& _ + "GUID" + Me._commandCollection(6).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(7) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(7).Connection = Me.Connection + Me._commandCollection(7).CommandText = "SELECT GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID ="& _ + " @Profil_id) AND (EDIT = 0) AND (UPPER(FILE_PATH) <> UPPER(@FILEPATH)) AND (IN_W"& _ + "ORK = 0) AND (FILE_PATH NOT IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (SELECT FILE"& _ + "_PATH"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" FROM TBPM_FILES_USER_NOT_INDEXE"& _ + "D"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WHERE (PROFIL_ID = @Profil_id) AND (UPP"& _ + "ER(USR_NAME) = UPPER(@User))))"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY DMS_ERSTELLT_DATE,FILE_PATH" + Me._commandCollection(7).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FILEPATH", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@User", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(8).Connection = Me.Connection + Me._commandCollection(8).CommandText = "SELECT GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID ="& _ + " @Profil_id) AND (EDIT = 0) AND (IN_WORK = 0) AND (UPPER(FILE_PATH) <> UPPER(@FI"& _ + "LEPATH)) AND (FILE_PATH NOT IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (SELECT FILE"& _ + "_PATH"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" FROM TBPM_FILES_USER_NOT_INDEXE"& _ + "D"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WHERE (PROFIL_ID = @Profil_id) AND (UPP"& _ + "ER(USR_NAME) = UPPER(@User))))"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY DMS_ERSTELLT_DATE DESC" + Me._commandCollection(8).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FILEPATH", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@User", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(9) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(9).Connection = Me.Connection + Me._commandCollection(9).CommandText = "UPDATE TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET EDIT = 1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID "& _ + "= @GUID)" + Me._commandCollection(9).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(9).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(10) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(10).Connection = Me.Connection + Me._commandCollection(10).CommandText = "UPDATE TBPM_PROFILE_FILES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET IN_WORK = @WORK, WORK_USER = "& _ + "@USer"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUID)" + Me._commandCollection(10).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WORK", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "IN_WORK", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USer", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "WORK_USER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(11) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(11).Connection = Me.Connection + Me._commandCollection(11).CommandText = "SELECT DMS_ERSTELLT_DATE, FILE_PATH, GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_FI"& _ + "LES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (EDIT = 0) AND (PROFIL_ID = @Profil_id) AND (ACTIVE = 1)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDE"& _ + "R BY DMS_ERSTELLT_DATE DESC" + Me._commandCollection(11).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(11).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable, ByVal Profil_id As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil_id,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal Profil_id As Integer) As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil_id,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillBy_Newest(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable, ByVal Profil_id As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(11) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil_id,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataBy_Newest(ByVal Profil_id As Integer) As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(11) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(Profil_id,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_FILESDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_PROFILE_FILES") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function cmdCheckEdit(ByVal AKTUELLE_ID As Integer) As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + command.Parameters(0).Value = CType(AKTUELLE_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + + _ + Public Overloads Overridable Function CmdCheckInWork(ByVal AKTUELLE_ID As Integer) As Global.System.Nullable(Of Boolean) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(AKTUELLE_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Boolean)() + Else + Return New Global.System.Nullable(Of Boolean)(CType(returnValue,Boolean)) + End If + End Function + + _ + Public Overloads Overridable Function CmdDelete(ByVal ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdDeleteProfilData(ByVal PROFIL_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + command.Parameters(0).Value = CType(PROFIL_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdGet_Anzahl(ByVal Profil_id As Integer) As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(5) + command.Parameters(0).Value = CType(Profil_id,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + + _ + Public Overloads Overridable Function CmdGetFilePath_2_GUID(ByVal GUID As Integer) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(6) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetNextFile_GUID(ByVal Profil_id As Integer, ByVal FILEPATH As String, ByVal User As String) As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(7) + command.Parameters(0).Value = CType(Profil_id,Integer) + If (FILEPATH Is Nothing) Then + Throw New Global.System.ArgumentNullException("FILEPATH") + Else + command.Parameters(1).Value = CType(FILEPATH,String) + End If + If (User Is Nothing) Then + Throw New Global.System.ArgumentNullException("User") + Else + command.Parameters(2).Value = CType(User,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + + _ + Public Overloads Overridable Function cmdgetNextFile_GUID_Newest(ByVal Profil_id As Integer, ByVal FILEPATH As String, ByVal User As String) As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(8) + command.Parameters(0).Value = CType(Profil_id,Integer) + If (FILEPATH Is Nothing) Then + Throw New Global.System.ArgumentNullException("FILEPATH") + Else + command.Parameters(1).Value = CType(FILEPATH,String) + End If + If (User Is Nothing) Then + Throw New Global.System.ArgumentNullException("User") + Else + command.Parameters(2).Value = CType(User,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + + _ + Public Overloads Overridable Function CmdSetEdit(ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(9) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CmdSETWORK(ByVal WORK As Boolean, ByVal USer As String, ByVal GUID As Integer) As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(10) + command.Parameters(0).Value = CType(WORK,Boolean) + If (USer Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(USer,String) + End If + command.Parameters(2).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_FILES_USER_NOT_INDEXEDTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_FILES_USER_NOT_INDEXED" + tableMapping.ColumnMappings.Add("USR_NAME", "USR_NAME") + tableMapping.ColumnMappings.Add("PROFIL_ID", "PROFIL_ID") + tableMapping.ColumnMappings.Add("FILE_PATH", "FILE_PATH") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO [TBPM_FILES_USER_NOT_INDEXED] ([USR_NAME], [PROFIL_ID], [FILE_PATH]) "& _ + "VALUES (@USR_NAME, @PROFIL_ID, @FILE_PATH)" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USR_NAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "USR_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FILE_PATH", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FILE_PATH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(2) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT USR_NAME, PROFIL_ID, FILE_PATH FROM TBPM_FILES_USER_NOT_INDEXED" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "DELETE FROM TBPM_FILES_USER_NOT_INDEXED"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (USR_NAME = @User)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@User", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "USR_NAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "INSERT INTO TBPM_FILES_USER_NOT_INDEXED"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (USR_NAME, PROF"& _ + "IL_ID, FILE_PATH)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@User,@PROFIL_ID,@FILE_PATH)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@User", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "USR_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FILE_PATH", Global.System.Data.SqlDbType.VarChar, 500, Global.System.Data.ParameterDirection.Input, 0, 0, "FILE_PATH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_FILES_USER_NOT_INDEXEDDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_FILES_USER_NOT_INDEXEDDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_FILES_USER_NOT_INDEXEDDataTable = New DD_DMSLiteDataSet.TBPM_FILES_USER_NOT_INDEXEDDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_FILES_USER_NOT_INDEXEDDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_FILES_USER_NOT_INDEXED") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Insert(ByVal USR_NAME As String, ByVal PROFIL_ID As Global.System.Nullable(Of Integer), ByVal FILE_PATH As String) As Integer + If (USR_NAME Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(0).Value = CType(USR_NAME,String) + End If + If (PROFIL_ID.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(1).Value = CType(PROFIL_ID.Value,Integer) + Else + Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value + End If + If (FILE_PATH Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(FILE_PATH,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function CmdDelete(ByVal User As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + If (User Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(User,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdInsert(ByVal User As String, ByVal PROFIL_ID As Global.System.Nullable(Of Integer), ByVal FILE_PATH As String) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + If (User Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(User,String) + End If + If (PROFIL_ID.HasValue = true) Then + command.Parameters(1).Value = CType(PROFIL_ID.Value,Integer) + Else + command.Parameters(1).Value = Global.System.DBNull.Value + End If + If (FILE_PATH Is Nothing) Then + command.Parameters(2).Value = Global.System.DBNull.Value + Else + command.Parameters(2).Value = CType(FILE_PATH,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_PROFILETableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_PROFILE" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("TITLE", "TITLE") + tableMapping.ColumnMappings.Add("PRIORITY", "PRIORITY") + tableMapping.ColumnMappings.Add("DESCRIPTION", "DESCRIPTION") + tableMapping.ColumnMappings.Add("ACTIVE", "ACTIVE") + tableMapping.ColumnMappings.Add("WD_SEARCH", "WD_SEARCH") + tableMapping.ColumnMappings.Add("NO_OF_DOCUMENTS", "NO_OF_DOCUMENTS") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + tableMapping.ColumnMappings.Add("FINAL_PROFILE", "FINAL_PROFILE") + tableMapping.ColumnMappings.Add("FINAL_TEXT", "FINAL_TEXT") + tableMapping.ColumnMappings.Add("MOVE2FOLDER", "MOVE2FOLDER") + tableMapping.ColumnMappings.Add("TYPE", "TYPE") + tableMapping.ColumnMappings.Add("WD_OBJECTTYPE", "WD_OBJECTTYPE") + tableMapping.ColumnMappings.Add("SORT_BY_LATEST", "SORT_BY_LATEST") + tableMapping.ColumnMappings.Add("PM_VEKTOR_INDEX", "PM_VEKTOR_INDEX") + tableMapping.ColumnMappings.Add("LOG_INDEX", "LOG_INDEX") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, TITLE, PRIORITY, DESCRI"& _ + "PTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, FINAL_PROFILE, FINAL_TEXT,"& _ + " MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" PM"& _ + "_VEKTOR_INDEX)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@NAME,@TITLE,@PRIORITY,@DESCRIPTION,@ACTIVE,@WD_S"& _ + "EARCH,@NO_OF_DOCUMENTS,@ADDED_WHO,@FINAL_PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,"& _ + "@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR_INDEX); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, P"& _ + "RIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN,"& _ + " CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJ"& _ + "ECTTYPE, SORT_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRIORITY", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PRIORITY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DESCRIPTION", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "DESCRIPTION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WD_SEARCH", Global.System.Data.SqlDbType.VarChar, 500, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_SEARCH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NO_OF_DOCUMENTS", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "NO_OF_DOCUMENTS", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FINAL_PROFILE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_PROFILE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FINAL_TEXT", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MOVE2FOLDER", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TYPE", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WD_OBJECTTYPE", Global.System.Data.SqlDbType.VarChar, 200, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_OBJECTTYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SORT_BY_LATEST", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SORT_BY_LATEST", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PM_VEKTOR_INDEX", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "PM_VEKTOR_INDEX", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET NAME = @NAME, TITLE = @TITLE, PRIOR"& _ + "ITY = @PRIORITY, DESCRIPTION = @DESCRIPTION, ACTIVE = @ACTIVE, WD_SEARCH = @WD_S"& _ + "EARCH, NO_OF_DOCUMENTS = @NO_OF_DOCUMENTS, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" CHANGED_WH"& _ + "O = @CHANGED_WHO, FINAL_PROFILE = @FINAL_PROFILE, FINAL_TEXT = @FINAL_TEXT, MOVE"& _ + "2FOLDER = @MOVE2FOLDER, TYPE = @TYPE, WD_OBJECTTYPE = @WD_OBJECTTYPE, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " SORT_BY_LATEST = @SORT_BY_LATEST, PM_VEKTOR_INDEX = @PM_VEKTOR_"& _ + "INDEX, LOG_INDEX = @LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT "& _ + "GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, AD"& _ + "DED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2"& _ + "FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = @GUI"& _ + "D)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TITLE", Global.System.Data.SqlDbType.VarChar, 150, Global.System.Data.ParameterDirection.Input, 0, 0, "TITLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PRIORITY", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PRIORITY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DESCRIPTION", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "DESCRIPTION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WD_SEARCH", Global.System.Data.SqlDbType.VarChar, 500, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_SEARCH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NO_OF_DOCUMENTS", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "NO_OF_DOCUMENTS", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FINAL_PROFILE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_PROFILE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FINAL_TEXT", Global.System.Data.SqlDbType.VarChar, 250, Global.System.Data.ParameterDirection.Input, 0, 0, "FINAL_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MOVE2FOLDER", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "MOVE2FOLDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TYPE", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WD_OBJECTTYPE", Global.System.Data.SqlDbType.VarChar, 200, Global.System.Data.ParameterDirection.Input, 0, 0, "WD_OBJECTTYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SORT_BY_LATEST", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SORT_BY_LATEST", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PM_VEKTOR_INDEX", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "PM_VEKTOR_INDEX", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG_INDEX", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_INDEX", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(10) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_"& _ + "DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINA"& _ + "L_TEXT, MOVE2FOLDER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TYPE, WD_OBJECTTYPE, SORT_BY_LAT"& _ + "EST, PM_VEKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY NAME" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT COUNT(*) FROM TBPM_PROFILE" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "DELETE FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (FINAL_PROFILE = 1"& _ + ") AND (UPPER(NAME) = UPPER(@name))" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@name", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "SELECT FINAL_TEXT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUI"& _ + "D)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "INSERT INTO TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, TITLE, PRIORITY, DESCRI"& _ + "PTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, FINAL_PROFILE, FINAL_TEXT,"& _ + " MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" PM"& _ + "_VEKTOR_INDEX, LOG_INDEX)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT 'KOPIE_VON_' + NAME AS Expr1, TITLE + '"& _ + "_COPY' AS Expr5, PRIORITY, DESCRIPTION, 0 AS Expr2, WD_SEARCH, 0 AS Expr3, @USER"& _ + " AS Expr4, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM T"& _ + "BPM_PROFILE AS TBPM_PROFILE_1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUID)" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@USER", Global.System.Data.SqlDbType.VarChar, 1024, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(6).Connection = Me.Connection + Me._commandCollection(6).CommandText = "SELECT MAX(GUID) FROM TBPM_PROFILE" + Me._commandCollection(6).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(7) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(7).Connection = Me.Connection + Me._commandCollection(7).CommandText = "SELECT SORT_BY_LATEST"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = "& _ + "@Profil_id)" + Me._commandCollection(7).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(8).Connection = Me.Connection + Me._commandCollection(8).CommandText = "UPDATE TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET LOG_INDEX = @LOG__INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION,"& _ + " ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED"& _ + "_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATE"& _ + "ST,LOG_INDEX FROM TBPM_PROFILE WHERE (GUID = @GUID)" + Me._commandCollection(8).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOG__INDEX", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "LOG_INDEX", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(9) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(9).Connection = Me.Connection + Me._commandCollection(9).CommandText = "UPDATE TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET NO_OF_DOCUMENTS = @NUMBER, CHANGED_"& _ + "WHO = @WHO"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUID)" + Me._commandCollection(9).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(9).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NUMBER", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "NO_OF_DOCUMENTS", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(9).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(9).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(10) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(10).Connection = Me.Connection + Me._commandCollection(10).CommandText = "UPDATE TBPM_PROFILE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET PM_VEKTOR_INDEX = @PM_VEKTOR_INDEX"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)& _ + "WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, TITLE, PRIORITY, DES"& _ + "CRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO"& _ + ", CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SOR"& _ + "T_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = @GUID)" + Me._commandCollection(10).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PM_VEKTOR_INDEX", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "PM_VEKTOR_INDEX", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILEDataTable) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData() As DD_DMSLiteDataSet.TBPM_PROFILEDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILEDataTable = New DD_DMSLiteDataSet.TBPM_PROFILEDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILEDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_PROFILE") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_GUID As Integer) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal NAME As String, ByVal TITLE As String, ByVal PRIORITY As Integer, ByVal DESCRIPTION As String, ByVal ACTIVE As Boolean, ByVal WD_SEARCH As String, ByVal NO_OF_DOCUMENTS As Integer, ByVal ADDED_WHO As String, ByVal FINAL_PROFILE As Boolean, ByVal FINAL_TEXT As String, ByVal MOVE2FOLDER As String, ByVal TYPE As Short, ByVal WD_OBJECTTYPE As String, ByVal SORT_BY_LATEST As Boolean, ByVal PM_VEKTOR_INDEX As String) As Integer + If (NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("NAME") + Else + Me.Adapter.InsertCommand.Parameters(0).Value = CType(NAME,String) + End If + If (TITLE Is Nothing) Then + Throw New Global.System.ArgumentNullException("TITLE") + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(TITLE,String) + End If + Me.Adapter.InsertCommand.Parameters(2).Value = CType(PRIORITY,Integer) + If (DESCRIPTION Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(3).Value = CType(DESCRIPTION,String) + End If + Me.Adapter.InsertCommand.Parameters(4).Value = CType(ACTIVE,Boolean) + If (WD_SEARCH Is Nothing) Then + Throw New Global.System.ArgumentNullException("WD_SEARCH") + Else + Me.Adapter.InsertCommand.Parameters(5).Value = CType(WD_SEARCH,String) + End If + Me.Adapter.InsertCommand.Parameters(6).Value = CType(NO_OF_DOCUMENTS,Integer) + If (ADDED_WHO Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(7).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(7).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.InsertCommand.Parameters(8).Value = CType(FINAL_PROFILE,Boolean) + If (FINAL_TEXT Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(9).Value = CType(FINAL_TEXT,String) + End If + If (MOVE2FOLDER Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(10).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(10).Value = CType(MOVE2FOLDER,String) + End If + Me.Adapter.InsertCommand.Parameters(11).Value = CType(TYPE,Short) + If (WD_OBJECTTYPE Is Nothing) Then + Throw New Global.System.ArgumentNullException("WD_OBJECTTYPE") + Else + Me.Adapter.InsertCommand.Parameters(12).Value = CType(WD_OBJECTTYPE,String) + End If + Me.Adapter.InsertCommand.Parameters(13).Value = CType(SORT_BY_LATEST,Boolean) + If (PM_VEKTOR_INDEX Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(14).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(14).Value = CType(PM_VEKTOR_INDEX,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update( _ + ByVal NAME As String, _ + ByVal TITLE As String, _ + ByVal PRIORITY As Integer, _ + ByVal DESCRIPTION As String, _ + ByVal ACTIVE As Boolean, _ + ByVal WD_SEARCH As String, _ + ByVal NO_OF_DOCUMENTS As Integer, _ + ByVal CHANGED_WHO As String, _ + ByVal FINAL_PROFILE As Boolean, _ + ByVal FINAL_TEXT As String, _ + ByVal MOVE2FOLDER As String, _ + ByVal TYPE As Short, _ + ByVal WD_OBJECTTYPE As String, _ + ByVal SORT_BY_LATEST As Boolean, _ + ByVal PM_VEKTOR_INDEX As String, _ + ByVal LOG_INDEX As String, _ + ByVal Original_GUID As Integer, _ + ByVal GUID As Integer) As Integer + If (NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("NAME") + Else + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(NAME,String) + End If + If (TITLE Is Nothing) Then + Throw New Global.System.ArgumentNullException("TITLE") + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(TITLE,String) + End If + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(PRIORITY,Integer) + If (DESCRIPTION Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(DESCRIPTION,String) + End If + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(ACTIVE,Boolean) + If (WD_SEARCH Is Nothing) Then + Throw New Global.System.ArgumentNullException("WD_SEARCH") + Else + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(WD_SEARCH,String) + End If + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(NO_OF_DOCUMENTS,Integer) + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(CHANGED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(FINAL_PROFILE,Boolean) + If (FINAL_TEXT Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(FINAL_TEXT,String) + End If + If (MOVE2FOLDER Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(10).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(MOVE2FOLDER,String) + End If + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(TYPE,Short) + If (WD_OBJECTTYPE Is Nothing) Then + Throw New Global.System.ArgumentNullException("WD_OBJECTTYPE") + Else + Me.Adapter.UpdateCommand.Parameters(12).Value = CType(WD_OBJECTTYPE,String) + End If + Me.Adapter.UpdateCommand.Parameters(13).Value = CType(SORT_BY_LATEST,Boolean) + If (PM_VEKTOR_INDEX Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(14).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(14).Value = CType(PM_VEKTOR_INDEX,String) + End If + If (LOG_INDEX Is Nothing) Then + Throw New Global.System.ArgumentNullException("LOG_INDEX") + Else + Me.Adapter.UpdateCommand.Parameters(15).Value = CType(LOG_INDEX,String) + End If + Me.Adapter.UpdateCommand.Parameters(16).Value = CType(Original_GUID,Integer) + Me.Adapter.UpdateCommand.Parameters(17).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function cmdAnzProfile() As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdDelete(ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdFinalProfile(ByVal name As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + If (name Is Nothing) Then + Throw New Global.System.ArgumentNullException("name") + Else + command.Parameters(0).Value = CType(name,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdFinalText(ByVal GUID As Integer) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdInsert_Copy(ByVal USER As String, ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(5) + If (USER Is Nothing) Then + Throw New Global.System.ArgumentNullException("USER") + Else + command.Parameters(0).Value = CType(USER,String) + End If + command.Parameters(1).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdMaxGuid() As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(6) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdSortMode(ByVal Profil_id As Integer) As Global.System.Nullable(Of Boolean) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(7) + command.Parameters(0).Value = CType(Profil_id,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Boolean)() + Else + Return New Global.System.Nullable(Of Boolean)(CType(returnValue,Boolean)) + End If + End Function + + _ + Public Overloads Overridable Function cmdUpdatelogIndex(ByVal LOG__INDEX As String, ByVal Original_GUID As Integer, ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(8) + If (LOG__INDEX Is Nothing) Then + Throw New Global.System.ArgumentNullException("LOG__INDEX") + Else + command.Parameters(0).Value = CType(LOG__INDEX,String) + End If + command.Parameters(1).Value = CType(Original_GUID,Integer) + command.Parameters(2).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdUpdateNo(ByVal NUMBER As Integer, ByVal WHO As String, ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(9) + command.Parameters(0).Value = CType(NUMBER,Integer) + If (WHO Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(WHO,String) + End If + command.Parameters(2).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function CmdUpdateVKT_Index(ByVal PM_VEKTOR_INDEX As String, ByVal Original_GUID As Integer, ByVal GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(10) + If (PM_VEKTOR_INDEX Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(PM_VEKTOR_INDEX,String) + End If + command.Parameters(1).Value = CType(Original_GUID,Integer) + command.Parameters(2).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBWH_CHECK_PROFILE_CONTROLSTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBWH_CHECK_PROFILE_CONTROLS" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("CTRL_TYPE", "CTRL_TYPE") + tableMapping.ColumnMappings.Add("INDEX_NAME", "INDEX_NAME") + tableMapping.ColumnMappings.Add("TYP", "TYP") + tableMapping.ColumnMappings.Add("VALIDATION", "VALIDATION") + tableMapping.ColumnMappings.Add("CHOICE_LIST", "CHOICE_LIST") + tableMapping.ColumnMappings.Add("CONNECTION_ID", "CONNECTION_ID") + tableMapping.ColumnMappings.Add("SQL_UEBERPRUEFUNG", "SQL_UEBERPRUEFUNG") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, NAME, CTRL_TYPE, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CO"& _ + "NNECTION_ID, SQL_UEBERPRUEFUNG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (PROFIL_ID = @P_ID) AND (CTRL_TYPE <> 'LBL')" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@P_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLSDataTable, ByVal P_ID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(P_ID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal P_ID As Integer) As DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLSDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(P_ID,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLSDataTable = New DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLSDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_PROFILE_CONTROLSTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_PROFILE_CONTROLS" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("PROFIL_ID", "PROFIL_ID") + tableMapping.ColumnMappings.Add("NAME", "NAME") + tableMapping.ColumnMappings.Add("CTRL_TYPE", "CTRL_TYPE") + tableMapping.ColumnMappings.Add("CTRL_TEXT", "CTRL_TEXT") + tableMapping.ColumnMappings.Add("X_LOC", "X_LOC") + tableMapping.ColumnMappings.Add("Y_LOC", "Y_LOC") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + tableMapping.ColumnMappings.Add("INDEX_NAME", "INDEX_NAME") + tableMapping.ColumnMappings.Add("TYP", "TYP") + tableMapping.ColumnMappings.Add("VALIDATION", "VALIDATION") + tableMapping.ColumnMappings.Add("CHOICE_LIST", "CHOICE_LIST") + tableMapping.ColumnMappings.Add("CONNECTION_ID", "CONNECTION_ID") + tableMapping.ColumnMappings.Add("SQL_UEBERPRUEFUNG", "SQL_UEBERPRUEFUNG") + tableMapping.ColumnMappings.Add("HEIGHT", "HEIGHT") + tableMapping.ColumnMappings.Add("WIDTH", "WIDTH") + tableMapping.ColumnMappings.Add("FONT_STYLE", "FONT_STYLE") + tableMapping.ColumnMappings.Add("FONT_SIZE", "FONT_SIZE") + tableMapping.ColumnMappings.Add("FONT_FAMILY", "FONT_FAMILY") + tableMapping.ColumnMappings.Add("FONT_COLOR", "FONT_COLOR") + tableMapping.ColumnMappings.Add("READ_ONLY", "READ_ONLY") + tableMapping.ColumnMappings.Add("LOAD_IDX_VALUE", "LOAD_IDX_VALUE") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PROFIL_ID, NAME, CTR"& _ + "L_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, INDEX_NAME, TYP, VALIDAT"& _ + "ION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@P"& _ + "ROFIL_ID,@NAME,@CTRL_TYPE,@CTRL_TEXT,@X_LOC,@Y_LOC,@ADDED_WHO,@ADDED_WHEN,@INDEX"& _ + "_NAME,@TYP,@VALIDATION,@CHOICE_LIST,@CONNECTION_ID,@SQL_UEBERPRUEFUNG,@HEIGHT,@W"& _ + "IDTH,@FONT_STYLE,@FONT_SIZE,@FONT_FAMILY,@FONT_COLOR); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROFIL_ID,"& _ + " NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, C"& _ + "HANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERP"& _ + "RUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONL"& _ + "Y, LOAD_IDX_VALUE FROM TBPM_PROFILE_CONTROLS WHERE (GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TYPE", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@X_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "X_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Y_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "Y_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INDEX_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "INDEX_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TYP", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "TYP", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALIDATION", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "VALIDATION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHOICE_LIST", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHOICE_LIST", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_UEBERPRUEFUNG", Global.System.Data.SqlDbType.VarChar, 2000, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_UEBERPRUEFUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@HEIGHT", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "HEIGHT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WIDTH", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "WIDTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_STYLE", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_STYLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_SIZE", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_SIZE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_FAMILY", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_FAMILY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_COLOR", Global.System.Data.SqlDbType.BigInt, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_COLOR", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET NAME = @NAME, CTRL_TYPE = "& _ + "@CTRL_TYPE, CTRL_TEXT = @CTRL_TEXT, X_LOC = @X_LOC, Y_LOC = @Y_LOC, ADDED_WHO = "& _ + "@ADDED_WHO, ADDED_WHEN = @ADDED_WHEN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" CHANGED_WHO = @"& _ + "CHANGED_WHO, INDEX_NAME = @INDEX_NAME, TYP = @TYP, VALIDATION = @VALIDATION, CHO"& _ + "ICE_LIST = @CHOICE_LIST, CONNECTION_ID = @CONNECTION_ID, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " SQL_UEBERPRUEFUNG = @SQL_UEBERPRUEFUNG, HEIGHT = @HEIGHT, WIDTH = @WIDTH, FO"& _ + "NT_STYLE = @FONT_STYLE, FONT_SIZE = @FONT_STYLE, FONT_FAMILY = @FONT_FAMILY, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " FONT_COLOR = @FONT_COLOR, READ_ONLY = @READ_ONLY, LOAD_I"& _ + "DX_VALUE = @LOAD_IDX_VALUE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID"& _ + ", PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CH"& _ + "ANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID"& _ + ", SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COL"& _ + "OR, READ_ONLY, LOAD_IDX_VALUE FROM TBPM_PROFILE_CONTROLS WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TYPE", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@X_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "X_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Y_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "Y_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INDEX_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "INDEX_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TYP", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "TYP", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALIDATION", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "VALIDATION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHOICE_LIST", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHOICE_LIST", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_UEBERPRUEFUNG", Global.System.Data.SqlDbType.VarChar, 2000, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_UEBERPRUEFUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@HEIGHT", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "HEIGHT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WIDTH", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "WIDTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_STYLE", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_STYLE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_FAMILY", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_FAMILY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FONT_COLOR", Global.System.Data.SqlDbType.BigInt, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "FONT_COLOR", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@READ_ONLY", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "READ_ONLY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOAD_IDX_VALUE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "LOAD_IDX_VALUE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(11) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WH"& _ + "O, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LI"& _ + "ST, CONNECTION_ID, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, "& _ + "FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @guid)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY Y_LOC, X"& _ + "_LOC" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@guid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "SELECT COUNT(*) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (PROFIL_ID = @profilid) AND (NAME = @name)" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@profilid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@name", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "DELETE FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @PROFIL_ID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT CHOICE_LIST"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (G"& _ + "UID = @GUID)" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(4) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(4).Connection = Me.Connection + Me._commandCollection(4).CommandText = "SELECT CONNECTION_ID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + "(GUID = @GUID)" + Me._commandCollection(4).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(4).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(5) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(5).Connection = Me.Connection + Me._commandCollection(5).CommandText = "SELECT ISNULL(MAX(GUID), 0) AS Expr1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROL"& _ + "S"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @profilid) AND (NAME = @name)" + Me._commandCollection(5).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@profilid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(5).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@name", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(6) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(6).Connection = Me.Connection + Me._commandCollection(6).CommandText = "SELECT INDEX_NAME"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GU"& _ + "ID = @GUID)" + Me._commandCollection(6).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(6).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(7) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(7).Connection = Me.Connection + Me._commandCollection(7).CommandText = "SELECT SQL_UEBERPRUEFUNG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE "& _ + " (GUID = @Guid)" + Me._commandCollection(7).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(7).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Guid", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(8).Connection = Me.Connection + Me._commandCollection(8).CommandText = "INSERT INTO TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (PROFIL_ID, NAME, CTR"& _ + "L_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, HEIGHT, WIDTH)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROF"& _ + "IL_ID,@NAME,@CTRL_TYPE,@CTRL_TEXT,@X_LOC,@Y_LOC,@ADDED_WHO,@HEIGHT,@Width)" + Me._commandCollection(8).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROFIL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TYPE", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CTRL_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CTRL_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@X_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "X_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Y_LOC", Global.System.Data.SqlDbType.Float, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "Y_LOC", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@HEIGHT", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "HEIGHT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(8).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Width", Global.System.Data.SqlDbType.SmallInt, 2, Global.System.Data.ParameterDirection.Input, 0, 0, "WIDTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(9) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(9).Connection = Me.Connection + Me._commandCollection(9).CommandText = "INSERT INTO TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, PROFIL_ID, CTR"& _ + "L_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, INDEX_NAME, TYP, VALIDATION, CHOICE_"& _ + "LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, READ_ONLY, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SE"& _ + "LECT LOWER(CTRL_TYPE + CONVERT(VARCHAR(4),rank() OVER (ORDER BY CTRL_TYPE"& _ + "))),@NEW_PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, @User, INDEX_NAME, TYP, "& _ + "VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " READ_ONLY, LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMI"& _ + "LY, FONT_COLOR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBPM_PROFILE_CONTROLS AS TBPM_PROFILE_CONTROLS_1"& _ + ""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @Copy_profilId)" + Me._commandCollection(9).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(10) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(10).Connection = Me.Connection + Me._commandCollection(10).CommandText = "UPDATE TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET INDEX_NAME = @INDEX_NAME,CH"& _ + "ANGED_WHO = @G_WER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID);" + Me._commandCollection(10).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@INDEX_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "INDEX_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@G_WER", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(10).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(11) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(11).Connection = Me.Connection + Me._commandCollection(11).CommandText = "SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WH"& _ + "O, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LI"& _ + "ST, CONNECTION_ID, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, "& _ + "FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " TBPM_PROFILE_CONTROLS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (PROFIL_ID = @profil_id)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER B"& _ + "Y Y_LOC, X_LOC" + Me._commandCollection(11).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(11).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@profil_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PROFIL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable, ByVal guid As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(guid,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal guid As Integer) As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(guid,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByProfil(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable, ByVal profil_id As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(11) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(profil_id,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByProfil(ByVal profil_id As Integer) As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(11) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(profil_id,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable = New DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLSDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_PROFILE_CONTROLS") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_GUID As Integer) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert( _ + ByVal PROFIL_ID As Integer, _ + ByVal NAME As String, _ + ByVal CTRL_TYPE As String, _ + ByVal CTRL_TEXT As String, _ + ByVal X_LOC As Double, _ + ByVal Y_LOC As Double, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Global.System.Nullable(Of Date), _ + ByVal INDEX_NAME As String, _ + ByVal TYP As String, _ + ByVal VALIDATION As Boolean, _ + ByVal CHOICE_LIST As String, _ + ByVal CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal SQL_UEBERPRUEFUNG As String, _ + ByVal HEIGHT As Global.System.Nullable(Of Short), _ + ByVal WIDTH As Global.System.Nullable(Of Short), _ + ByVal FONT_STYLE As Global.System.Nullable(Of Short), _ + ByVal FONT_SIZE As Global.System.Nullable(Of Short), _ + ByVal FONT_FAMILY As String, _ + ByVal FONT_COLOR As Global.System.Nullable(Of Long)) As Integer + Me.Adapter.InsertCommand.Parameters(0).Value = CType(PROFIL_ID,Integer) + If (NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("NAME") + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(NAME,String) + End If + If (CTRL_TYPE Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TYPE") + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(CTRL_TYPE,String) + End If + If (CTRL_TEXT Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TEXT") + Else + Me.Adapter.InsertCommand.Parameters(3).Value = CType(CTRL_TEXT,String) + End If + Me.Adapter.InsertCommand.Parameters(4).Value = CType(X_LOC,Double) + Me.Adapter.InsertCommand.Parameters(5).Value = CType(Y_LOC,Double) + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.InsertCommand.Parameters(6).Value = CType(ADDED_WHO,String) + End If + If (ADDED_WHEN.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(7).Value = CType(ADDED_WHEN.Value,Date) + Else + Me.Adapter.InsertCommand.Parameters(7).Value = Global.System.DBNull.Value + End If + If (INDEX_NAME Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(8).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(8).Value = CType(INDEX_NAME,String) + End If + If (TYP Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(9).Value = CType(TYP,String) + End If + Me.Adapter.InsertCommand.Parameters(10).Value = CType(VALIDATION,Boolean) + If (CHOICE_LIST Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(11).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(11).Value = CType(CHOICE_LIST,String) + End If + If (CONNECTION_ID.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(12).Value = CType(CONNECTION_ID.Value,Short) + Else + Me.Adapter.InsertCommand.Parameters(12).Value = Global.System.DBNull.Value + End If + If (SQL_UEBERPRUEFUNG Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(13).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(13).Value = CType(SQL_UEBERPRUEFUNG,String) + End If + If (HEIGHT.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(14).Value = CType(HEIGHT.Value,Short) + Else + Me.Adapter.InsertCommand.Parameters(14).Value = Global.System.DBNull.Value + End If + If (WIDTH.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(15).Value = CType(WIDTH.Value,Short) + Else + Me.Adapter.InsertCommand.Parameters(15).Value = Global.System.DBNull.Value + End If + If (FONT_STYLE.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(16).Value = CType(FONT_STYLE.Value,Short) + Else + Me.Adapter.InsertCommand.Parameters(16).Value = Global.System.DBNull.Value + End If + If (FONT_SIZE.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(17).Value = CType(FONT_SIZE.Value,Short) + Else + Me.Adapter.InsertCommand.Parameters(17).Value = Global.System.DBNull.Value + End If + If (FONT_FAMILY Is Nothing) Then + Me.Adapter.InsertCommand.Parameters(18).Value = Global.System.DBNull.Value + Else + Me.Adapter.InsertCommand.Parameters(18).Value = CType(FONT_FAMILY,String) + End If + If (FONT_COLOR.HasValue = true) Then + Me.Adapter.InsertCommand.Parameters(19).Value = CType(FONT_COLOR.Value,Long) + Else + Me.Adapter.InsertCommand.Parameters(19).Value = Global.System.DBNull.Value + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update( _ + ByVal NAME As String, _ + ByVal CTRL_TYPE As String, _ + ByVal CTRL_TEXT As String, _ + ByVal X_LOC As Double, _ + ByVal Y_LOC As Double, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Global.System.Nullable(Of Date), _ + ByVal CHANGED_WHO As String, _ + ByVal INDEX_NAME As String, _ + ByVal TYP As String, _ + ByVal VALIDATION As Boolean, _ + ByVal CHOICE_LIST As String, _ + ByVal CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal SQL_UEBERPRUEFUNG As String, _ + ByVal HEIGHT As Global.System.Nullable(Of Short), _ + ByVal WIDTH As Global.System.Nullable(Of Short), _ + ByVal FONT_STYLE As Global.System.Nullable(Of Short), _ + ByVal FONT_FAMILY As String, _ + ByVal FONT_COLOR As Global.System.Nullable(Of Long), _ + ByVal READ_ONLY As Boolean, _ + ByVal LOAD_IDX_VALUE As Boolean, _ + ByVal Original_GUID As Integer, _ + ByVal GUID As Integer) As Integer + If (NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("NAME") + Else + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(NAME,String) + End If + If (CTRL_TYPE Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TYPE") + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(CTRL_TYPE,String) + End If + If (CTRL_TEXT Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TEXT") + Else + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(CTRL_TEXT,String) + End If + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(X_LOC,Double) + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Y_LOC,Double) + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(ADDED_WHO,String) + End If + If (ADDED_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(ADDED_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value + End If + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(CHANGED_WHO,String) + End If + If (INDEX_NAME Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(8).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(INDEX_NAME,String) + End If + If (TYP Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(TYP,String) + End If + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(VALIDATION,Boolean) + If (CHOICE_LIST Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(11).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(CHOICE_LIST,String) + End If + If (CONNECTION_ID.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(12).Value = CType(CONNECTION_ID.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(12).Value = Global.System.DBNull.Value + End If + If (SQL_UEBERPRUEFUNG Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(13).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(13).Value = CType(SQL_UEBERPRUEFUNG,String) + End If + If (HEIGHT.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(14).Value = CType(HEIGHT.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(14).Value = Global.System.DBNull.Value + End If + If (WIDTH.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(15).Value = CType(WIDTH.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(15).Value = Global.System.DBNull.Value + End If + If (FONT_STYLE.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(16).Value = CType(FONT_STYLE.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(16).Value = Global.System.DBNull.Value + End If + If (FONT_FAMILY Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(17).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(17).Value = CType(FONT_FAMILY,String) + End If + If (FONT_COLOR.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(18).Value = CType(FONT_COLOR.Value,Long) + Else + Me.Adapter.UpdateCommand.Parameters(18).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(19).Value = CType(READ_ONLY,Boolean) + Me.Adapter.UpdateCommand.Parameters(20).Value = CType(LOAD_IDX_VALUE,Boolean) + Me.Adapter.UpdateCommand.Parameters(21).Value = CType(Original_GUID,Integer) + Me.Adapter.UpdateCommand.Parameters(22).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function cmdControlExists(ByVal profilid As Integer, ByVal name As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + command.Parameters(0).Value = CType(profilid,Integer) + If (name Is Nothing) Then + Throw New Global.System.ArgumentNullException("name") + Else + command.Parameters(1).Value = CType(name,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdDeleteProfil(ByVal PROFIL_ID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(2) + command.Parameters(0).Value = CType(PROFIL_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdGetChoiceListName(ByVal GUID As Integer) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdgetConnectionID(ByVal GUID As Integer) As Global.System.Nullable(Of Short) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(4) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Short)() + Else + Return New Global.System.Nullable(Of Short)(CType(returnValue,Short)) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetGUID(ByVal profilid As Integer, ByVal name As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(5) + command.Parameters(0).Value = CType(profilid,Integer) + If (name Is Nothing) Then + Throw New Global.System.ArgumentNullException("name") + Else + command.Parameters(1).Value = CType(name,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetIndexname(ByVal GUID As Integer) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(6) + command.Parameters(0).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdGetSQL(ByVal Guid As Integer) As String + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(7) + command.Parameters(0).Value = CType(Guid,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,String) + End If + End Function + + _ + Public Overloads Overridable Function cmdInsertAnlage(ByVal PROFIL_ID As Integer, ByVal NAME As String, ByVal CTRL_TYPE As String, ByVal CTRL_TEXT As String, ByVal X_LOC As Double, ByVal Y_LOC As Double, ByVal ADDED_WHO As String, ByVal HEIGHT As Global.System.Nullable(Of Short), ByVal Width As Global.System.Nullable(Of Short)) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(8) + command.Parameters(0).Value = CType(PROFIL_ID,Integer) + If (NAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("NAME") + Else + command.Parameters(1).Value = CType(NAME,String) + End If + If (CTRL_TYPE Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TYPE") + Else + command.Parameters(2).Value = CType(CTRL_TYPE,String) + End If + If (CTRL_TEXT Is Nothing) Then + Throw New Global.System.ArgumentNullException("CTRL_TEXT") + Else + command.Parameters(3).Value = CType(CTRL_TEXT,String) + End If + command.Parameters(4).Value = CType(X_LOC,Double) + command.Parameters(5).Value = CType(Y_LOC,Double) + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + command.Parameters(6).Value = CType(ADDED_WHO,String) + End If + If (HEIGHT.HasValue = true) Then + command.Parameters(7).Value = CType(HEIGHT.Value,Short) + Else + command.Parameters(7).Value = Global.System.DBNull.Value + End If + If (Width.HasValue = true) Then + command.Parameters(8).Value = CType(Width.Value,Short) + Else + command.Parameters(8).Value = Global.System.DBNull.Value + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function cmdInsertCopy() As Object + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(9) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return Nothing + Else + Return CType(returnValue,Object) + End If + End Function + + _ + Public Overloads Overridable Function cmdUpdateIndexname(ByVal INDEX_NAME As String, ByVal G_WER As String, ByVal Original_GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(10) + If (INDEX_NAME Is Nothing) Then + command.Parameters(0).Value = Global.System.DBNull.Value + Else + command.Parameters(0).Value = CType(INDEX_NAME,String) + End If + If (G_WER Is Nothing) Then + command.Parameters(1).Value = Global.System.DBNull.Value + Else + command.Parameters(1).Value = CType(G_WER,String) + End If + command.Parameters(2).Value = CType(Original_GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class TBPM_CONTROL_TABLETableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "TBPM_CONTROL_TABLE" + tableMapping.ColumnMappings.Add("GUID", "GUID") + tableMapping.ColumnMappings.Add("CONTROL_ID", "CONTROL_ID") + tableMapping.ColumnMappings.Add("SPALTENNAME", "SPALTENNAME") + tableMapping.ColumnMappings.Add("SPALTEN_HEADER", "SPALTEN_HEADER") + tableMapping.ColumnMappings.Add("SPALTENBREITE", "SPALTENBREITE") + tableMapping.ColumnMappings.Add("VALIDATION", "VALIDATION") + tableMapping.ColumnMappings.Add("CHOICE_LIST", "CHOICE_LIST") + tableMapping.ColumnMappings.Add("CONNECTION_ID", "CONNECTION_ID") + tableMapping.ColumnMappings.Add("SQL_COMMAND", "SQL_COMMAND") + tableMapping.ColumnMappings.Add("READ_ONLY", "READ_ONLY") + tableMapping.ColumnMappings.Add("LOAD_IDX_VALUE", "LOAD_IDX_VALUE") + tableMapping.ColumnMappings.Add("ADDED_WHO", "ADDED_WHO") + tableMapping.ColumnMappings.Add("ADDED_WHEN", "ADDED_WHEN") + tableMapping.ColumnMappings.Add("CHANGED_WHO", "CHANGED_WHO") + tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN") + Me._adapter.TableMappings.Add(tableMapping) + Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.DeleteCommand.Connection = Me.Connection + Me._adapter.DeleteCommand.CommandText = "DELETE FROM TBPM_CONTROL_TABLE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (CONTROL_ID = @Original_CONTROL_ID)" + Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CONTROL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.InsertCommand.Connection = Me.Connection + Me._adapter.InsertCommand.CommandText = "INSERT INTO TBPM_CONTROL_TABLE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (CONTROL_ID, SPALTENNAME"& _ + ", SPALTEN_HEADER, SPALTENBREITE, ADDED_WHO)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@CONTROL_ID,@SPALTEN"& _ + "NAME,@SPALTEN_HEADER,@SPALTENBREITE,@ADDED_WHO); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, CONTROL_ID, SPAL"& _ + "TENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, "& _ + "SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHAN"& _ + "GED_WHEN FROM TBPM_CONTROL_TABLE WHERE (GUID = SCOPE_IDENTITY())" + Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONTROL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTEN_HEADER", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTEN_HEADER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENBREITE", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENBREITE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() + Me._adapter.UpdateCommand.Connection = Me.Connection + Me._adapter.UpdateCommand.CommandText = "UPDATE [TBPM_CONTROL_TABLE] SET [CONTROL_ID] = @CONTROL_ID, [SPALTENNAME] = @SPAL"& _ + "TENNAME, [SPALTEN_HEADER] = @SPALTEN_HEADER, [SPALTENBREITE] = @SPALTENBREITE, ["& _ + "VALIDATION] = @VALIDATION, [CHOICE_LIST] = @CHOICE_LIST, [CONNECTION_ID] = @CONN"& _ + "ECTION_ID, [SQL_COMMAND] = @SQL_COMMAND, [READ_ONLY] = @READ_ONLY, [LOAD_IDX_VAL"& _ + "UE] = @LOAD_IDX_VALUE, [ADDED_WHO] = @ADDED_WHO, [ADDED_WHEN] = @ADDED_WHEN, [CH"& _ + "ANGED_WHO] = @CHANGED_WHO, [CHANGED_WHEN] = @CHANGED_WHEN WHERE (([GUID] = @Orig"& _ + "inal_GUID) AND ([CONTROL_ID] = @Original_CONTROL_ID) AND ([SPALTENNAME] = @Origi"& _ + "nal_SPALTENNAME) AND ([SPALTEN_HEADER] = @Original_SPALTEN_HEADER) AND ([SPALTEN"& _ + "BREITE] = @Original_SPALTENBREITE) AND ([VALIDATION] = @Original_VALIDATION) AND"& _ + " ((@IsNull_CHOICE_LIST = 1 AND [CHOICE_LIST] IS NULL) OR ([CHOICE_LIST] = @Origi"& _ + "nal_CHOICE_LIST)) AND ((@IsNull_CONNECTION_ID = 1 AND [CONNECTION_ID] IS NULL) O"& _ + "R ([CONNECTION_ID] = @Original_CONNECTION_ID)) AND ((@IsNull_SQL_COMMAND = 1 AND"& _ + " [SQL_COMMAND] IS NULL) OR ([SQL_COMMAND] = @Original_SQL_COMMAND)) AND ([READ_O"& _ + "NLY] = @Original_READ_ONLY) AND ([LOAD_IDX_VALUE] = @Original_LOAD_IDX_VALUE) AN"& _ + "D ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) "& _ + "AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Or"& _ + "iginal_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) "& _ + "OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, CONTROL_ID, SPALTE"& _ + "NNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQ"& _ + "L_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGE"& _ + "D_WHEN FROM TBPM_CONTROL_TABLE WHERE (GUID = @GUID)" + Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONTROL_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENNAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTEN_HEADER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTEN_HEADER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENBREITE", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENBREITE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALIDATION", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "VALIDATION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHOICE_LIST", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHOICE_LIST", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_COMMAND", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@READ_ONLY", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "READ_ONLY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOAD_IDX_VALUE", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOAD_IDX_VALUE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CONTROL_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SPALTENNAME", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENNAME", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SPALTEN_HEADER", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTEN_HEADER", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SPALTENBREITE", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENBREITE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_VALIDATION", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "VALIDATION", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHOICE_LIST", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHOICE_LIST", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHOICE_LIST", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHOICE_LIST", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CONNECTION_ID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CONNECTION_ID", Global.System.Data.SqlDbType.SmallInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CONNECTION_ID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_SQL_COMMAND", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SQL_COMMAND", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_COMMAND", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_READ_ONLY", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "READ_ONLY", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_LOAD_IDX_VALUE", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "LOAD_IDX_VALUE", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_ADDED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHO", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CHANGED_WHEN", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CHANGED_WHEN", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHEN", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.DD_PM_WINDREAM.My.MySettings.Default.ConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(3) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALID"& _ + "ATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED"& _ + "_WHO, ADDED_WHEN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" CHANGED_WHO, CHANGED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " TBPM_CONTROL_TABLE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (CONTROL_ID = @CONTROL_ID)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CONTROL_ID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(1).Connection = Me.Connection + Me._commandCollection(1).CommandText = "UPDATE TBPM_CONTROL_TABLE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET SPALTENNAME = @SPALTENNAME, S"& _ + "PALTEN_HEADER = @SPALTEN_HEADER, SPALTENBREITE = @SPALTENBREITE, VALIDATION = @V"& _ + "ALIDATION, READ_ONLY = @READ_ONLY, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" LOAD_IDX_VALUE = @"& _ + "LOAD_IDX_VALUE, CHANGED_WHO = @CHANGED_WHO"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID)"& _ + "" + Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENNAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTEN_HEADER", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTEN_HEADER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SPALTENBREITE", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENBREITE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@VALIDATION", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "VALIDATION", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@READ_ONLY", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "READ_ONLY", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@LOAD_IDX_VALUE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "LOAD_IDX_VALUE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(1).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) + Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(2).Connection = Me.Connection + Me._commandCollection(2).CommandText = "SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALID"& _ + "ATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED"& _ + "_WHO, ADDED_WHEN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" CHANGED_WHO, CHANGED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " TBPM_CONTROL_TABLE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @GUID)" + Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(3).Connection = Me.Connection + Me._commandCollection(3).CommandText = "SELECT GUID FROM TBPM_CONTROL_TABLE where Control_ID = @control_id and Spaltennam"& _ + "e = @spaltenname" + Me._commandCollection(3).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@control_id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "CONTROL_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + Me._commandCollection(3).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@spaltenname", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "SPALTENNAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable, ByVal CONTROL_ID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(CONTROL_ID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal CONTROL_ID As Integer) As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(CONTROL_ID,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable = New DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function FillByGUID(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable, ByVal GUID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(2) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(GUID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetDataByGUID(ByVal GUID As Integer) As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(2) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(GUID,Integer) + Dim dataTable As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable = New DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataTable As DD_DMSLiteDataSet.TBPM_CONTROL_TABLEDataTable) As Integer + Return Me.Adapter.Update(dataTable) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataSet As DD_DMSLiteDataSet) As Integer + Return Me.Adapter.Update(dataSet, "TBPM_CONTROL_TABLE") + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) + End Function + + _ + Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer + Return Me.Adapter.Update(dataRows) + End Function + + _ + Public Overloads Overridable Function Delete(ByVal Original_CONTROL_ID As Integer) As Integer + Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CONTROL_ID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State + If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.DeleteCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.DeleteCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Insert(ByVal CONTROL_ID As Integer, ByVal SPALTENNAME As String, ByVal SPALTEN_HEADER As String, ByVal SPALTENBREITE As Integer, ByVal ADDED_WHO As String) As Integer + Me.Adapter.InsertCommand.Parameters(0).Value = CType(CONTROL_ID,Integer) + If (SPALTENNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTENNAME") + Else + Me.Adapter.InsertCommand.Parameters(1).Value = CType(SPALTENNAME,String) + End If + If (SPALTEN_HEADER Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTEN_HEADER") + Else + Me.Adapter.InsertCommand.Parameters(2).Value = CType(SPALTEN_HEADER,String) + End If + Me.Adapter.InsertCommand.Parameters(3).Value = CType(SPALTENBREITE,Integer) + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.InsertCommand.Parameters(4).Value = CType(ADDED_WHO,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State + If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.InsertCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.InsertCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update( _ + ByVal CONTROL_ID As Integer, _ + ByVal SPALTENNAME As String, _ + ByVal SPALTEN_HEADER As String, _ + ByVal SPALTENBREITE As Integer, _ + ByVal VALIDATION As Boolean, _ + ByVal CHOICE_LIST As String, _ + ByVal CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal SQL_COMMAND As String, _ + ByVal READ_ONLY As Boolean, _ + ByVal LOAD_IDX_VALUE As Boolean, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Date, _ + ByVal CHANGED_WHO As String, _ + ByVal CHANGED_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_GUID As Integer, _ + ByVal Original_CONTROL_ID As Integer, _ + ByVal Original_SPALTENNAME As String, _ + ByVal Original_SPALTEN_HEADER As String, _ + ByVal Original_SPALTENBREITE As Integer, _ + ByVal Original_VALIDATION As Boolean, _ + ByVal Original_CHOICE_LIST As String, _ + ByVal Original_CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal Original_SQL_COMMAND As String, _ + ByVal Original_READ_ONLY As Boolean, _ + ByVal Original_LOAD_IDX_VALUE As Boolean, _ + ByVal Original_ADDED_WHO As String, _ + ByVal Original_ADDED_WHEN As Date, _ + ByVal Original_CHANGED_WHO As String, _ + ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date), _ + ByVal GUID As Integer) As Integer + Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CONTROL_ID,Integer) + If (SPALTENNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTENNAME") + Else + Me.Adapter.UpdateCommand.Parameters(1).Value = CType(SPALTENNAME,String) + End If + If (SPALTEN_HEADER Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTEN_HEADER") + Else + Me.Adapter.UpdateCommand.Parameters(2).Value = CType(SPALTEN_HEADER,String) + End If + Me.Adapter.UpdateCommand.Parameters(3).Value = CType(SPALTENBREITE,Integer) + Me.Adapter.UpdateCommand.Parameters(4).Value = CType(VALIDATION,Boolean) + If (CHOICE_LIST Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(5).Value = CType(CHOICE_LIST,String) + End If + If (CONNECTION_ID.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(6).Value = CType(CONNECTION_ID.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value + End If + If (SQL_COMMAND Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(7).Value = CType(SQL_COMMAND,String) + End If + Me.Adapter.UpdateCommand.Parameters(8).Value = CType(READ_ONLY,Boolean) + Me.Adapter.UpdateCommand.Parameters(9).Value = CType(LOAD_IDX_VALUE,Boolean) + If (ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(10).Value = CType(ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(11).Value = CType(ADDED_WHEN,Date) + If (CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(12).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(12).Value = CType(CHANGED_WHO,String) + End If + If (CHANGED_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(13).Value = CType(CHANGED_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(13).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(14).Value = CType(Original_GUID,Integer) + Me.Adapter.UpdateCommand.Parameters(15).Value = CType(Original_CONTROL_ID,Integer) + If (Original_SPALTENNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_SPALTENNAME") + Else + Me.Adapter.UpdateCommand.Parameters(16).Value = CType(Original_SPALTENNAME,String) + End If + If (Original_SPALTEN_HEADER Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_SPALTEN_HEADER") + Else + Me.Adapter.UpdateCommand.Parameters(17).Value = CType(Original_SPALTEN_HEADER,String) + End If + Me.Adapter.UpdateCommand.Parameters(18).Value = CType(Original_SPALTENBREITE,Integer) + Me.Adapter.UpdateCommand.Parameters(19).Value = CType(Original_VALIDATION,Boolean) + If (Original_CHOICE_LIST Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(20).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(21).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(20).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(21).Value = CType(Original_CHOICE_LIST,String) + End If + If (Original_CONNECTION_ID.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(22).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(23).Value = CType(Original_CONNECTION_ID.Value,Short) + Else + Me.Adapter.UpdateCommand.Parameters(22).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(23).Value = Global.System.DBNull.Value + End If + If (Original_SQL_COMMAND Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(24).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(25).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(24).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(25).Value = CType(Original_SQL_COMMAND,String) + End If + Me.Adapter.UpdateCommand.Parameters(26).Value = CType(Original_READ_ONLY,Boolean) + Me.Adapter.UpdateCommand.Parameters(27).Value = CType(Original_LOAD_IDX_VALUE,Boolean) + If (Original_ADDED_WHO Is Nothing) Then + Throw New Global.System.ArgumentNullException("Original_ADDED_WHO") + Else + Me.Adapter.UpdateCommand.Parameters(28).Value = CType(Original_ADDED_WHO,String) + End If + Me.Adapter.UpdateCommand.Parameters(29).Value = CType(Original_ADDED_WHEN,Date) + If (Original_CHANGED_WHO Is Nothing) Then + Me.Adapter.UpdateCommand.Parameters(30).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(31).Value = Global.System.DBNull.Value + Else + Me.Adapter.UpdateCommand.Parameters(30).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(31).Value = CType(Original_CHANGED_WHO,String) + End If + If (Original_CHANGED_WHEN.HasValue = true) Then + Me.Adapter.UpdateCommand.Parameters(32).Value = CType(0,Object) + Me.Adapter.UpdateCommand.Parameters(33).Value = CType(Original_CHANGED_WHEN.Value,Date) + Else + Me.Adapter.UpdateCommand.Parameters(32).Value = CType(1,Object) + Me.Adapter.UpdateCommand.Parameters(33).Value = Global.System.DBNull.Value + End If + Me.Adapter.UpdateCommand.Parameters(34).Value = CType(GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State + If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + Me.Adapter.UpdateCommand.Connection.Open + End If + Try + Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery + Return returnValue + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + Me.Adapter.UpdateCommand.Connection.Close + End If + End Try + End Function + + _ + Public Overloads Overridable Function Update( _ + ByVal CONTROL_ID As Integer, _ + ByVal SPALTENNAME As String, _ + ByVal SPALTEN_HEADER As String, _ + ByVal SPALTENBREITE As Integer, _ + ByVal VALIDATION As Boolean, _ + ByVal CHOICE_LIST As String, _ + ByVal CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal SQL_COMMAND As String, _ + ByVal READ_ONLY As Boolean, _ + ByVal LOAD_IDX_VALUE As Boolean, _ + ByVal ADDED_WHO As String, _ + ByVal ADDED_WHEN As Date, _ + ByVal CHANGED_WHO As String, _ + ByVal CHANGED_WHEN As Global.System.Nullable(Of Date), _ + ByVal Original_GUID As Integer, _ + ByVal Original_CONTROL_ID As Integer, _ + ByVal Original_SPALTENNAME As String, _ + ByVal Original_SPALTEN_HEADER As String, _ + ByVal Original_SPALTENBREITE As Integer, _ + ByVal Original_VALIDATION As Boolean, _ + ByVal Original_CHOICE_LIST As String, _ + ByVal Original_CONNECTION_ID As Global.System.Nullable(Of Short), _ + ByVal Original_SQL_COMMAND As String, _ + ByVal Original_READ_ONLY As Boolean, _ + ByVal Original_LOAD_IDX_VALUE As Boolean, _ + ByVal Original_ADDED_WHO As String, _ + ByVal Original_ADDED_WHEN As Date, _ + ByVal Original_CHANGED_WHO As String, _ + ByVal Original_CHANGED_WHEN As Global.System.Nullable(Of Date)) As Integer + Return Me.Update(CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, Original_GUID, Original_CONTROL_ID, Original_SPALTENNAME, Original_SPALTEN_HEADER, Original_SPALTENBREITE, Original_VALIDATION, Original_CHOICE_LIST, Original_CONNECTION_ID, Original_SQL_COMMAND, Original_READ_ONLY, Original_LOAD_IDX_VALUE, Original_ADDED_WHO, Original_ADDED_WHEN, Original_CHANGED_WHO, Original_CHANGED_WHEN, Original_GUID) + End Function + + _ + Public Overloads Overridable Function cmdUpdate(ByVal SPALTENNAME As String, ByVal SPALTEN_HEADER As String, ByVal SPALTENBREITE As Integer, ByVal VALIDATION As Boolean, ByVal READ_ONLY As Boolean, ByVal LOAD_IDX_VALUE As Boolean, ByVal CHANGED_WHO As String, ByVal Original_GUID As Integer) As Integer + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(1) + If (SPALTENNAME Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTENNAME") + Else + command.Parameters(0).Value = CType(SPALTENNAME,String) + End If + If (SPALTEN_HEADER Is Nothing) Then + Throw New Global.System.ArgumentNullException("SPALTEN_HEADER") + Else + command.Parameters(1).Value = CType(SPALTEN_HEADER,String) + End If + command.Parameters(2).Value = CType(SPALTENBREITE,Integer) + command.Parameters(3).Value = CType(VALIDATION,Boolean) + command.Parameters(4).Value = CType(READ_ONLY,Boolean) + command.Parameters(5).Value = CType(LOAD_IDX_VALUE,Boolean) + If (CHANGED_WHO Is Nothing) Then + command.Parameters(6).Value = Global.System.DBNull.Value + Else + command.Parameters(6).Value = CType(CHANGED_WHO,String) + End If + command.Parameters(7).Value = CType(Original_GUID,Integer) + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Integer + Try + returnValue = command.ExecuteNonQuery + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + Return returnValue + End Function + + _ + Public Overloads Overridable Function getColumnID(ByVal control_id As Integer, ByVal spaltenname As String) As Global.System.Nullable(Of Integer) + Dim command As Global.System.Data.SqlClient.SqlCommand = Me.CommandCollection(3) + command.Parameters(0).Value = CType(control_id,Integer) + If (spaltenname Is Nothing) Then + Throw New Global.System.ArgumentNullException("spaltenname") + Else + command.Parameters(1).Value = CType(spaltenname,String) + End If + Dim previousConnectionState As Global.System.Data.ConnectionState = command.Connection.State + If ((command.Connection.State And Global.System.Data.ConnectionState.Open) _ + <> Global.System.Data.ConnectionState.Open) Then + command.Connection.Open + End If + Dim returnValue As Object + Try + returnValue = command.ExecuteScalar + Finally + If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then + command.Connection.Close + End If + End Try + If ((returnValue Is Nothing) _ + OrElse (returnValue.GetType Is GetType(Global.System.DBNull))) Then + Return New Global.System.Nullable(Of Integer)() + Else + Return New Global.System.Nullable(Of Integer)(CType(returnValue,Integer)) + End If + End Function + End Class + + ''' + '''TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios + ''' + _ + Partial Public Class TableAdapterManager + Inherits Global.System.ComponentModel.Component + + Private _updateOrder As UpdateOrderOption + + Private _tBPM_PROFILE_FINAL_INDEXINGTableAdapter As TBPM_PROFILE_FINAL_INDEXINGTableAdapter + + Private _tBPM_KONFIGURATIONTableAdapter As TBPM_KONFIGURATIONTableAdapter + + Private _tBPM_USERTableAdapter As TBPM_USERTableAdapter + + Private _tBPM_TYPETableAdapter As TBPM_TYPETableAdapter + + Private _tBPM_ERROR_LOGTableAdapter As TBPM_ERROR_LOGTableAdapter + + Private _tBPM_CONNECTIONTableAdapter As TBPM_CONNECTIONTableAdapter + + Private _tBPM_PROFILE_FILESTableAdapter As TBPM_PROFILE_FILESTableAdapter + + Private _tBPM_FILES_USER_NOT_INDEXEDTableAdapter As TBPM_FILES_USER_NOT_INDEXEDTableAdapter + + Private _tBPM_PROFILETableAdapter As TBPM_PROFILETableAdapter + + Private _tBPM_PROFILE_CONTROLSTableAdapter As TBPM_PROFILE_CONTROLSTableAdapter + + Private _tBPM_CONTROL_TABLETableAdapter As TBPM_CONTROL_TABLETableAdapter + + Private _backupDataSetBeforeUpdate As Boolean + + Private _connection As Global.System.Data.IDbConnection + + _ + Public Property UpdateOrder() As UpdateOrderOption + Get + Return Me._updateOrder + End Get + Set + Me._updateOrder = value + End Set + End Property + + _ + Public Property TBPM_PROFILE_FINAL_INDEXINGTableAdapter() As TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Get + Return Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter + End Get + Set + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_KONFIGURATIONTableAdapter() As TBPM_KONFIGURATIONTableAdapter + Get + Return Me._tBPM_KONFIGURATIONTableAdapter + End Get + Set + Me._tBPM_KONFIGURATIONTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_USERTableAdapter() As TBPM_USERTableAdapter + Get + Return Me._tBPM_USERTableAdapter + End Get + Set + Me._tBPM_USERTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_TYPETableAdapter() As TBPM_TYPETableAdapter + Get + Return Me._tBPM_TYPETableAdapter + End Get + Set + Me._tBPM_TYPETableAdapter = value + End Set + End Property + + _ + Public Property TBPM_ERROR_LOGTableAdapter() As TBPM_ERROR_LOGTableAdapter + Get + Return Me._tBPM_ERROR_LOGTableAdapter + End Get + Set + Me._tBPM_ERROR_LOGTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_CONNECTIONTableAdapter() As TBPM_CONNECTIONTableAdapter + Get + Return Me._tBPM_CONNECTIONTableAdapter + End Get + Set + Me._tBPM_CONNECTIONTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_PROFILE_FILESTableAdapter() As TBPM_PROFILE_FILESTableAdapter + Get + Return Me._tBPM_PROFILE_FILESTableAdapter + End Get + Set + Me._tBPM_PROFILE_FILESTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_FILES_USER_NOT_INDEXEDTableAdapter() As TBPM_FILES_USER_NOT_INDEXEDTableAdapter + Get + Return Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter + End Get + Set + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_PROFILETableAdapter() As TBPM_PROFILETableAdapter + Get + Return Me._tBPM_PROFILETableAdapter + End Get + Set + Me._tBPM_PROFILETableAdapter = value + End Set + End Property + + _ + Public Property TBPM_PROFILE_CONTROLSTableAdapter() As TBPM_PROFILE_CONTROLSTableAdapter + Get + Return Me._tBPM_PROFILE_CONTROLSTableAdapter + End Get + Set + Me._tBPM_PROFILE_CONTROLSTableAdapter = value + End Set + End Property + + _ + Public Property TBPM_CONTROL_TABLETableAdapter() As TBPM_CONTROL_TABLETableAdapter + Get + Return Me._tBPM_CONTROL_TABLETableAdapter + End Get + Set + Me._tBPM_CONTROL_TABLETableAdapter = value + End Set + End Property + + _ + Public Property BackupDataSetBeforeUpdate() As Boolean + Get + Return Me._backupDataSetBeforeUpdate + End Get + Set + Me._backupDataSetBeforeUpdate = value + End Set + End Property + + _ + Public Property Connection() As Global.System.Data.IDbConnection + Get + If (Not (Me._connection) Is Nothing) Then + Return Me._connection + End If + If ((Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection + End If + If ((Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_KONFIGURATIONTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_KONFIGURATIONTableAdapter.Connection + End If + If ((Not (Me._tBPM_USERTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_USERTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_USERTableAdapter.Connection + End If + If ((Not (Me._tBPM_TYPETableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_TYPETableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_TYPETableAdapter.Connection + End If + If ((Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_ERROR_LOGTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_ERROR_LOGTableAdapter.Connection + End If + If ((Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_CONNECTIONTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_CONNECTIONTableAdapter.Connection + End If + If ((Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_PROFILE_FILESTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_PROFILE_FILESTableAdapter.Connection + End If + If ((Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection + End If + If ((Not (Me._tBPM_PROFILETableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_PROFILETableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_PROFILETableAdapter.Connection + End If + If ((Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection + End If + If ((Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) _ + AndAlso (Not (Me._tBPM_CONTROL_TABLETableAdapter.Connection) Is Nothing)) Then + Return Me._tBPM_CONTROL_TABLETableAdapter.Connection + End If + Return Nothing + End Get + Set + Me._connection = value + End Set + End Property + + _ + Public ReadOnly Property TableAdapterInstanceCount() As Integer + Get + Dim count As Integer = 0 + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + count = (count + 1) + End If + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + count = (count + 1) + End If + Return count + End Get + End Property + + ''' + '''Update rows in top-down order. + ''' + _ + Private Function UpdateUpdatedRows(ByVal dataSet As DD_DMSLiteDataSet, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow), ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_TYPE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_TYPETableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_PROFILETableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_CONTROLS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_CONTROLSTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FINAL_INDEXING.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_KONFIGURATION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_KONFIGURATIONTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_USER.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_USERTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_ERROR_LOG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_ERROR_LOGTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONNECTION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_CONNECTIONTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FILES.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FILESTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_FILES_USER_NOT_INDEXED.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + Dim updatedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONTROL_TABLE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) + updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) + If ((Not (updatedRows) Is Nothing) _ + AndAlso (0 < updatedRows.Length)) Then + result = (result + Me._tBPM_CONTROL_TABLETableAdapter.Update(updatedRows)) + allChangedRows.AddRange(updatedRows) + End If + End If + Return result + End Function + + ''' + '''Insert rows in top-down order. + ''' + _ + Private Function UpdateInsertedRows(ByVal dataSet As DD_DMSLiteDataSet, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_TYPE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_TYPETableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_PROFILETableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_CONTROLS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_CONTROLSTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FINAL_INDEXING.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_KONFIGURATION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_KONFIGURATIONTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_USER.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_USERTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_ERROR_LOG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_ERROR_LOGTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONNECTION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_CONNECTIONTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FILES.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FILESTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_FILES_USER_NOT_INDEXED.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + Dim addedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONTROL_TABLE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) + If ((Not (addedRows) Is Nothing) _ + AndAlso (0 < addedRows.Length)) Then + result = (result + Me._tBPM_CONTROL_TABLETableAdapter.Update(addedRows)) + allAddedRows.AddRange(addedRows) + End If + End If + Return result + End Function + + ''' + '''Delete rows in bottom-up order. + ''' + _ + Private Function UpdateDeletedRows(ByVal dataSet As DD_DMSLiteDataSet, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONTROL_TABLE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_CONTROL_TABLETableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_FILES_USER_NOT_INDEXED.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FILES.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FILESTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_CONNECTION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_CONNECTIONTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_ERROR_LOG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_ERROR_LOGTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_USER.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_USERTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_KONFIGURATION.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_KONFIGURATIONTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_FINAL_INDEXING.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE_CONTROLS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_PROFILE_CONTROLSTableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_PROFILE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_PROFILETableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + Dim deletedRows() As Global.System.Data.DataRow = dataSet.TBPM_TYPE.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) + If ((Not (deletedRows) Is Nothing) _ + AndAlso (0 < deletedRows.Length)) Then + result = (result + Me._tBPM_TYPETableAdapter.Update(deletedRows)) + allChangedRows.AddRange(deletedRows) + End If + End If + Return result + End Function + + ''' + '''Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first + ''' + _ + Private Function GetRealUpdatedRows(ByVal updatedRows() As Global.System.Data.DataRow, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Global.System.Data.DataRow() + If ((updatedRows Is Nothing) _ + OrElse (updatedRows.Length < 1)) Then + Return updatedRows + End If + If ((allAddedRows Is Nothing) _ + OrElse (allAddedRows.Count < 1)) Then + Return updatedRows + End If + Dim realUpdatedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim i As Integer = 0 + Do While (i < updatedRows.Length) + Dim row As Global.System.Data.DataRow = updatedRows(i) + If (allAddedRows.Contains(row) = false) Then + realUpdatedRows.Add(row) + End If + i = (i + 1) + Loop + Return realUpdatedRows.ToArray + End Function + + ''' + '''Update all changes to the dataset. + ''' + _ + Public Overridable Function UpdateAll(ByVal dataSet As DD_DMSLiteDataSet) As Integer + If (dataSet Is Nothing) Then + Throw New Global.System.ArgumentNullException("dataSet") + End If + If (dataSet.HasChanges = false) Then + Return 0 + End If + If ((Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_KONFIGURATIONTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_USERTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_USERTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_TYPETableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_TYPETableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_ERROR_LOGTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_CONNECTIONTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_PROFILE_FILESTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_PROFILETableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_PROFILETableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + If ((Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) _ + AndAlso (Me.MatchTableAdapterConnection(Me._tBPM_CONTROL_TABLETableAdapter.Connection) = false)) Then + Throw New Global.System.ArgumentException("Für alle von einem TableAdapterManager verwalteten Instanzen von TableAdapter mus"& _ + "s die gleiche Verbindungszeichenfolge verwendet werden.") + End If + Dim workConnection As Global.System.Data.IDbConnection = Me.Connection + If (workConnection Is Nothing) Then + Throw New Global.System.ApplicationException("TableAdapterManager enthält keine Verbindungsinformationen. Legen Sie jede TableA"& _ + "dapterManager TableAdapter-Eigenschaft auf eine gültige TableAdapter-Instanz fes"& _ + "t.") + End If + Dim workConnOpened As Boolean = false + If ((workConnection.State And Global.System.Data.ConnectionState.Broken) _ + = Global.System.Data.ConnectionState.Broken) Then + workConnection.Close + End If + If (workConnection.State = Global.System.Data.ConnectionState.Closed) Then + workConnection.Open + workConnOpened = true + End If + Dim workTransaction As Global.System.Data.IDbTransaction = workConnection.BeginTransaction + If (workTransaction Is Nothing) Then + Throw New Global.System.ApplicationException("Die Transaktion kann nicht gestartet werden. Die aktuelle Datenverbindung unterst"& _ + "ützt keine Transaktionen, oder der aktuelle Zustand lässt den Start der Transakt"& _ + "ion nicht zu.") + End If + Dim allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim adaptersWithAcceptChangesDuringUpdate As Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter) = New Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter)() + Dim revertConnections As Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection) = New Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection)() + Dim result As Integer = 0 + Dim backupDataSet As Global.System.Data.DataSet = Nothing + If Me.BackupDataSetBeforeUpdate Then + backupDataSet = New Global.System.Data.DataSet() + backupDataSet.Merge(dataSet) + End If + Try + '---- Prepare for update ----------- + ' + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter, Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection) + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_KONFIGURATIONTableAdapter, Me._tBPM_KONFIGURATIONTableAdapter.Connection) + Me._tBPM_KONFIGURATIONTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_KONFIGURATIONTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_KONFIGURATIONTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_KONFIGURATIONTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_KONFIGURATIONTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_USERTableAdapter, Me._tBPM_USERTableAdapter.Connection) + Me._tBPM_USERTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_USERTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_USERTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_USERTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_USERTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_TYPETableAdapter, Me._tBPM_TYPETableAdapter.Connection) + Me._tBPM_TYPETableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_TYPETableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_TYPETableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_TYPETableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_TYPETableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_ERROR_LOGTableAdapter, Me._tBPM_ERROR_LOGTableAdapter.Connection) + Me._tBPM_ERROR_LOGTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_ERROR_LOGTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_ERROR_LOGTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_ERROR_LOGTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_ERROR_LOGTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_CONNECTIONTableAdapter, Me._tBPM_CONNECTIONTableAdapter.Connection) + Me._tBPM_CONNECTIONTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_CONNECTIONTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_CONNECTIONTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_CONNECTIONTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_CONNECTIONTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_PROFILE_FILESTableAdapter, Me._tBPM_PROFILE_FILESTableAdapter.Connection) + Me._tBPM_PROFILE_FILESTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_FILESTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_PROFILE_FILESTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_PROFILE_FILESTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_PROFILE_FILESTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter, Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection) + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_PROFILETableAdapter, Me._tBPM_PROFILETableAdapter.Connection) + Me._tBPM_PROFILETableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILETableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_PROFILETableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_PROFILETableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_PROFILETableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_PROFILE_CONTROLSTableAdapter, Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection) + Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_CONTROLSTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_PROFILE_CONTROLSTableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_PROFILE_CONTROLSTableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_PROFILE_CONTROLSTableAdapter.Adapter) + End If + End If + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + revertConnections.Add(Me._tBPM_CONTROL_TABLETableAdapter, Me._tBPM_CONTROL_TABLETableAdapter.Connection) + Me._tBPM_CONTROL_TABLETableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_CONTROL_TABLETableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) + If Me._tBPM_CONTROL_TABLETableAdapter.Adapter.AcceptChangesDuringUpdate Then + Me._tBPM_CONTROL_TABLETableAdapter.Adapter.AcceptChangesDuringUpdate = false + adaptersWithAcceptChangesDuringUpdate.Add(Me._tBPM_CONTROL_TABLETableAdapter.Adapter) + End If + End If + ' + '---- Perform updates ----------- + ' + If (Me.UpdateOrder = UpdateOrderOption.UpdateInsertDelete) Then + result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) + result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) + Else + result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) + result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) + End If + result = (result + Me.UpdateDeletedRows(dataSet, allChangedRows)) + ' + '---- Commit updates ----------- + ' + workTransaction.Commit + If (0 < allAddedRows.Count) Then + Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow + allAddedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + i = (i + 1) + Loop + End If + If (0 < allChangedRows.Count) Then + Dim rows((allChangedRows.Count) - 1) As Global.System.Data.DataRow + allChangedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + i = (i + 1) + Loop + End If + Catch ex As Global.System.Exception + workTransaction.Rollback + '---- Restore the dataset ----------- + If Me.BackupDataSetBeforeUpdate Then + Global.System.Diagnostics.Debug.Assert((Not (backupDataSet) Is Nothing)) + dataSet.Clear + dataSet.Merge(backupDataSet) + Else + If (0 < allAddedRows.Count) Then + Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow + allAddedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + row.SetAdded + i = (i + 1) + Loop + End If + End If + Throw ex + Finally + If workConnOpened Then + workConnection.Close + End If + If (Not (Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter) Is Nothing) Then + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection = CType(revertConnections(Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_FINAL_INDEXINGTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_KONFIGURATIONTableAdapter) Is Nothing) Then + Me._tBPM_KONFIGURATIONTableAdapter.Connection = CType(revertConnections(Me._tBPM_KONFIGURATIONTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_KONFIGURATIONTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_USERTableAdapter) Is Nothing) Then + Me._tBPM_USERTableAdapter.Connection = CType(revertConnections(Me._tBPM_USERTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_USERTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_TYPETableAdapter) Is Nothing) Then + Me._tBPM_TYPETableAdapter.Connection = CType(revertConnections(Me._tBPM_TYPETableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_TYPETableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_ERROR_LOGTableAdapter) Is Nothing) Then + Me._tBPM_ERROR_LOGTableAdapter.Connection = CType(revertConnections(Me._tBPM_ERROR_LOGTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_ERROR_LOGTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_CONNECTIONTableAdapter) Is Nothing) Then + Me._tBPM_CONNECTIONTableAdapter.Connection = CType(revertConnections(Me._tBPM_CONNECTIONTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_CONNECTIONTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_PROFILE_FILESTableAdapter) Is Nothing) Then + Me._tBPM_PROFILE_FILESTableAdapter.Connection = CType(revertConnections(Me._tBPM_PROFILE_FILESTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_FILESTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter) Is Nothing) Then + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection = CType(revertConnections(Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_FILES_USER_NOT_INDEXEDTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_PROFILETableAdapter) Is Nothing) Then + Me._tBPM_PROFILETableAdapter.Connection = CType(revertConnections(Me._tBPM_PROFILETableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILETableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_PROFILE_CONTROLSTableAdapter) Is Nothing) Then + Me._tBPM_PROFILE_CONTROLSTableAdapter.Connection = CType(revertConnections(Me._tBPM_PROFILE_CONTROLSTableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_PROFILE_CONTROLSTableAdapter.Transaction = Nothing + End If + If (Not (Me._tBPM_CONTROL_TABLETableAdapter) Is Nothing) Then + Me._tBPM_CONTROL_TABLETableAdapter.Connection = CType(revertConnections(Me._tBPM_CONTROL_TABLETableAdapter),Global.System.Data.SqlClient.SqlConnection) + Me._tBPM_CONTROL_TABLETableAdapter.Transaction = Nothing + End If + If (0 < adaptersWithAcceptChangesDuringUpdate.Count) Then + Dim adapters((adaptersWithAcceptChangesDuringUpdate.Count) - 1) As Global.System.Data.Common.DataAdapter + adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters) + Dim i As Integer = 0 + Do While (i < adapters.Length) + Dim adapter As Global.System.Data.Common.DataAdapter = adapters(i) + adapter.AcceptChangesDuringUpdate = true + i = (i + 1) + Loop + End If + End Try + Return result + End Function + + _ + Protected Overridable Sub SortSelfReferenceRows(ByVal rows() As Global.System.Data.DataRow, ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) + Global.System.Array.Sort(Of Global.System.Data.DataRow)(rows, New SelfReferenceComparer(relation, childFirst)) + End Sub + + _ + Protected Overridable Function MatchTableAdapterConnection(ByVal inputConnection As Global.System.Data.IDbConnection) As Boolean + If (Not (Me._connection) Is Nothing) Then + Return true + End If + If ((Me.Connection Is Nothing) _ + OrElse (inputConnection Is Nothing)) Then + Return true + End If + If String.Equals(Me.Connection.ConnectionString, inputConnection.ConnectionString, Global.System.StringComparison.Ordinal) Then + Return true + End If + Return false + End Function + + ''' + '''Update Order Option + ''' + _ + Public Enum UpdateOrderOption + + InsertUpdateDelete = 0 + + UpdateInsertDelete = 1 + End Enum + + ''' + '''Used to sort self-referenced table's rows + ''' + _ + Private Class SelfReferenceComparer + Inherits Object + Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow) + + Private _relation As Global.System.Data.DataRelation + + Private _childFirst As Integer + + _ + Friend Sub New(ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) + MyBase.New + Me._relation = relation + If childFirst Then + Me._childFirst = -1 + Else + Me._childFirst = 1 + End If + End Sub + + _ + Private Function GetRoot(ByVal row As Global.System.Data.DataRow, ByRef distance As Integer) As Global.System.Data.DataRow + Global.System.Diagnostics.Debug.Assert((Not (row) Is Nothing)) + Dim root As Global.System.Data.DataRow = row + distance = 0 + + Dim traversedRows As Global.System.Collections.Generic.IDictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow) = New Global.System.Collections.Generic.Dictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow)() + traversedRows(row) = row + + Dim parent As Global.System.Data.DataRow = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) + + Do While ((Not (parent) Is Nothing) _ + AndAlso (traversedRows.ContainsKey(parent) = false)) + distance = (distance + 1) + root = parent + traversedRows(parent) = parent + parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) + + Loop + + If (distance = 0) Then + traversedRows.Clear + traversedRows(row) = row + parent = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) + + Do While ((Not (parent) Is Nothing) _ + AndAlso (traversedRows.ContainsKey(parent) = false)) + distance = (distance + 1) + root = parent + traversedRows(parent) = parent + parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) + + Loop + End If + + Return root + End Function + + _ + Public Function Compare(ByVal row1 As Global.System.Data.DataRow, ByVal row2 As Global.System.Data.DataRow) As Integer Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow).Compare + If Object.ReferenceEquals(row1, row2) Then + Return 0 + End If + If (row1 Is Nothing) Then + Return -1 + End If + If (row2 Is Nothing) Then + Return 1 + End If + + Dim distance1 As Integer = 0 + Dim root1 As Global.System.Data.DataRow = Me.GetRoot(row1, distance1) + + Dim distance2 As Integer = 0 + Dim root2 As Global.System.Data.DataRow = Me.GetRoot(row2, distance2) + + If Object.ReferenceEquals(root1, root2) Then + Return (Me._childFirst * distance1.CompareTo(distance2)) + Else + Global.System.Diagnostics.Debug.Assert(((Not (root1.Table) Is Nothing) _ + AndAlso (Not (root2.Table) Is Nothing))) + If (root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2)) Then + Return -1 + Else + Return 1 + End If + End If + End Function + End Class + End Class +End Namespace diff --git a/DD_PM_WINDREAM/DD_DMSLiteDataSet.vb b/DD_PM_WINDREAM/DD_DMSLiteDataSet.vb new file mode 100644 index 0000000..d97a359 --- /dev/null +++ b/DD_PM_WINDREAM/DD_DMSLiteDataSet.vb @@ -0,0 +1,21 @@ + + +Partial Public Class DD_DMSLiteDataSet + Partial Class TBPM_PROFILE_CONTROLSDataTable + + Private Sub TBPM_PROFILE_CONTROLSDataTable_ColumnChanging(sender As Object, e As DataColumnChangeEventArgs) Handles Me.ColumnChanging + If (e.Column.ColumnName = Me.ADDED_WHENColumn.ColumnName) Then + 'Benutzercode hier einfügen + End If + + End Sub + + End Class + +End Class + +Namespace DD_DMSLiteDataSetTableAdapters + + Partial Public Class TBPM_PROFILE_INDEXETableAdapter + End Class +End Namespace diff --git a/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc new file mode 100644 index 0000000..3428668 --- /dev/null +++ b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd new file mode 100644 index 0000000..095086a --- /dev/null +++ b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd @@ -0,0 +1,3081 @@ + + + + + + + + + + + + + + + DELETE FROM TBPM_PROFILE_FINAL_INDEXING +WHERE (GUID = @guid) + + + + + + + + INSERT INTO TBPM_PROFILE_FINAL_INDEXING + (PROFIL_ID, INDEXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND) +VALUES (@PROFIL_ID,@INDEXNAME,@VALUE,@ADDED_WHO,@CONNECTION_ID,@SQL_COMMAND) + + + + + + + + + + + + + SELECT TBPM_PROFILE_FINAL_INDEXING.INDEXNAME, TBPM_PROFILE_FINAL_INDEXING.VALUE, TBPM_PROFILE_FINAL_INDEXING.ADDED_WHO, TBPM_PROFILE_FINAL_INDEXING.ADDED_WHEN, + TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHO, TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHEN, TBPM_PROFILE_FINAL_INDEXING.GUID, TBPM_PROFILE_FINAL_INDEXING.CONNECTION_ID, + TBPM_PROFILE_FINAL_INDEXING.SQL_COMMAND +FROM TBPM_PROFILE_FINAL_INDEXING INNER JOIN + TBPM_PROFILE ON TBPM_PROFILE_FINAL_INDEXING.PROFIL_ID = TBPM_PROFILE.GUID +WHERE (TBPM_PROFILE.NAME = @name) + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM TBPM_PROFILE_FINAL_INDEXING +WHERE (GUID = @guid) + + + + + + + + + + DELETE FROM TBPM_PROFILE_FINAL_INDEXING +WHERE (PROFIL_ID = @PROFIL_ID) + + + + + + + + + + INSERT INTO TBPM_PROFILE_FINAL_INDEXING + (PROFIL_ID, INDEXNAME, VALUE, ADDED_WHO) +VALUES (@PROFIL_ID,@INDEXNAME,@VALUE,@ADDED_WHO) + + + + + + + + + + + INSERT INTO TBPM_PROFILE_FINAL_INDEXING + (PROFIL_ID, INDEXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND) +VALUES (@PROFIL_ID,@INDEXNAME,@VALUE,@ADDED_WHO,@CONNECTION_ID,@SQL_COMMAND) + + + + + + + + + + + + + + + INSERT INTO TBPM_PROFILE_FINAL_INDEXING + (PROFIL_ID, INDEXNAME, VALUE, ADDED_WHO) +SELECT @NEW_PROFIL_ID, INDEXNAME, VALUE, @User FROM TBPM_PROFILE_FINAL_INDEXING WHERE PROFIL_ID = @Copy_Profil_ID + + + + + + + + + + INSERT INTO TBPM_PROFILE_FINAL_INDEXING + (PROFIL_ID, INDEXNAME, VALUE, ADDED_WHO, CONNECTION_ID, SQL_COMMAND) +SELECT @NEW_PROFIL_ID AS Expr1, INDEXNAME, VALUE, @User AS Expr2, CONNECTION_ID, SQL_COMMAND +FROM TBPM_PROFILE_FINAL_INDEXING AS TBPM_PROFILE_FINAL_INDEXING_1 +WHERE (PROFIL_ID = @Copy_Profil_ID) + + + + + + + + + + + + UPDATE TBPM_PROFILE_FINAL_INDEXING +SET CONNECTION_ID = @CON_ID, SQL_COMMAND = @COMMAND, CHANGED_WHO = @WHO +WHERE (GUID = @GUID) + + + + + + + + + + + + + SELECT TBPM_PROFILE_FINAL_INDEXING.ADDED_WHEN, TBPM_PROFILE_FINAL_INDEXING.ADDED_WHO, TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHEN, TBPM_PROFILE_FINAL_INDEXING.CHANGED_WHO, TBPM_PROFILE_FINAL_INDEXING.GUID, TBPM_PROFILE_FINAL_INDEXING.INDEXNAME, TBPM_PROFILE_FINAL_INDEXING.VALUE FROM TBPM_PROFILE_FINAL_INDEXING INNER JOIN TBPM_PROFILE ON TBPM_PROFILE_FINAL_INDEXING.PROFIL_ID = TBPM_PROFILE.GUID WHERE (TBPM_PROFILE.GUID = @ID) + + + + + + + + + + + + + + SELECT PROFIL_ID, PROFIL_NAME, TITLE, DESCRIPTION, WD_OBJECTTYPE, PRIORITY, WD_SEARCH, MOVE2Folder, ACTIVE, NO_OF_DOCUMENTS, FINAL_PROFILE, FINAL_TEXT, PRENAME, NAME, USERNAME, + EMAIL, RIGHT_FILE_DELETE, PM_VEKTOR_INDEX, LOG_INDEX +FROM VWPM_PROFILE_USER +WHERE (UPPER(USERNAME) = UPPER(@USERNAME)) +ORDER BY PRIORITY + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT ACTIVE, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder, NAME, NO_OF_DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, TITLE, USERNAME, WD_OBJECTTYPE, WD_SEARCH, + PM_VEKTOR_INDEX, LOG_INDEX +FROM VWPM_PROFILE_USER +WHERE (ACTIVE = 1) AND (UPPER(USERNAME) = UPPER(@USERNAME)) +ORDER BY PRIORITY + + + + + + + + + + SELECT ACTIVE, DESCRIPTION, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder, NAME, NO_OF_DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, RIGHT_FILE_DELETE, TITLE, USERNAME, + WD_OBJECTTYPE, WD_SEARCH, PM_VEKTOR_INDEX, LOG_INDEX +FROM VWPM_PROFILE_USER +WHERE (PROFIL_NAME = @PROFIL_NAME) AND (LOWER(USERNAME) = LOWER(@user)) + + + + + + + + + + + SELECT ACTIVE, DESCRIPTION, EMAIL, FINAL_PROFILE, FINAL_TEXT, MOVE2Folder, NAME, NO_OF_DOCUMENTS, PRENAME, PRIORITY, PROFIL_ID, PROFIL_NAME, RIGHT_FILE_DELETE, TITLE, USERNAME, + WD_OBJECTTYPE, WD_SEARCH, PM_VEKTOR_INDEX, LOG_INDEX +FROM VWPM_PROFILE_USER +WHERE (LOWER(USERNAME) = LOWER(@user)) AND (PROFIL_ID = @PROFIL_ID) + + + + + + + + + + + + + + + DELETE FROM [TBPM_KONFIGURATION] WHERE (([GUID] = @Original_GUID)) + + + + + + + + INSERT INTO [TBPM_KONFIGURATION] ([GUID], [LIZENZEN], [ERFASSTWER], [ERSTELLTWER], [ERSTELLTWANN], [GEAENDERTWER], [INTERVALL_CKECK_NO_OF_FILES], [GEAENDERTWANN]) VALUES (@GUID, @LIZENZEN, @ERFASSTWER, @ERSTELLTWER, @ERSTELLTWANN, @GEAENDERTWER, @INTERVALL_CKECK_NO_OF_FILES, @GEAENDERTWANN); +SELECT GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID) + + + + + + + + + + + + + + + SELECT GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN, EMAIL_ACTIVE, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, + EMAIL_PW, EMAIL_REMINDER_HEADER, EMAIL_REMINDER_FOOTER, VEKTOR_DELIMITER, ADMIN_PW, ADMIN_SECURITY +FROM TBPM_KONFIGURATION + + + + + + UPDATE TBPM_KONFIGURATION +SET LIZENZEN = @LIZENZEN, GEAENDERTWER = @GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES = @INTERVALL_CKECK_NO_OF_FILES, EMAIL_ACTIVE = @EMAIL_ACTIVE, EMAIL_FROM = @EMAIL_FROM, + EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, EMAIL_REMINDER_HEADER = @EMAIL_REMINDER_HEADER, + EMAIL_REMINDER_FOOTER = @EMAIL_REMINDER_FOOTER, VEKTOR_DELIMITER = @VEKTOR_DELIMITER +WHERE (GUID = @Original_GUID); +SELECT GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT ADMIN_PW +FROM TBPM_KONFIGURATION +WHERE (GUID = 1) + + + + + + + + SELECT ADMIN_SECURITY +FROM TBPM_KONFIGURATION +WHERE (GUID = 1) + + + + + + + + SELECT VEKTOR_DELIMITER +FROM TBPM_KONFIGURATION +WHERE (GUID = 1) + + + + + + + + SELECT LIZENZEN FROM TBPM_KONFIGURATION WHERE (GUID = 1) + + + + + + + + UPDATE TBPM_KONFIGURATION +SET ADMIN_PW = @ADMIN_PW +WHERE (GUID = 1) + + + + + + + + + + UPDATE TBPM_KONFIGURATION +SET GEAENDERTWER = @GEAENDERTWER, EMAIL_ACTIVE = @EMAIL_ACTIVE, EMAIL_FROM = @EMAIL_FROM, EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, + EMAIL_REMINDER_HEADER = @EMAIL_REMINDER_HEADER, EMAIL_REMINDER_FOOTER = @EMAIL_REMINDER_FOOTER +WHERE (GUID = @Original_GUID); +SELECT GUID, LIZENZEN, ERFASSTWER, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, INTERVALL_CKECK_NO_OF_FILES, GEAENDERTWANN FROM TBPM_KONFIGURATION WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + UPDATE TBPM_KONFIGURATION +SET GEAENDERTWER = @GEAENDERTWER, LIZENZEN = @LIZENZEN +WHERE (GUID = 1) + + + + + + + + + + + + + + + DELETE FROM [TBPM_USER] WHERE (([GUID] = @Original_GUID) AND ((@IsNull_PRENAME = 1 AND [PRENAME] IS NULL) OR ([PRENAME] = @Original_PRENAME)) AND ((@IsNull_NAME = 1 AND [NAME] IS NULL) OR ([NAME] = @Original_NAME)) AND ([USERNAME] = @Original_USERNAME) AND ((@IsNull_EMAIL = 1 AND [EMAIL] IS NULL) OR ([EMAIL] = @Original_EMAIL)) AND ([LOGGED_IN] = @Original_LOGGED_IN) AND ((@IsNull_LOGGED_WHERE = 1 AND [LOGGED_WHERE] IS NULL) OR ([LOGGED_WHERE] = @Original_LOGGED_WHERE)) AND ((@IsNull_LOG_IN_WHEN = 1 AND [LOG_IN_WHEN] IS NULL) OR ([LOG_IN_WHEN] = @Original_LOG_IN_WHEN)) AND ((@IsNull_LOG_OUT_WHEN = 1 AND [LOG_OUT_WHEN] IS NULL) OR ([LOG_OUT_WHEN] = @Original_LOG_OUT_WHEN)) AND ([ADMIN] = @Original_ADMIN) AND ((@IsNull_NOTICE = 1 AND [NOTICE] IS NULL) OR ([NOTICE] = @Original_NOTICE)) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)) AND ([RIGHT_FILE_DELETE] = @Original_RIGHT_FILE_DELETE)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO TBPM_USER + (PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, RIGHT_FILE_DELETE, EMAIL_ONCE_DAY) +VALUES (@PRENAME,@NAME,@USERNAME,@EMAIL,@LOGGED_IN,@LOGGED_WHERE,@LOG_IN_WHEN,@LOG_OUT_WHEN,@ADMIN,@NOTICE,@ADDED_WHO,@RIGHT_FILE_DELETE,@EMAIL_ONCE_DAY); +SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, RIGHT_FILE_DELETE FROM TBPM_USER WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + + + + + SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, + RIGHT_FILE_DELETE, EMAIL_ONCE_DAY +FROM TBPM_USER + + + + + + UPDATE TBPM_USER +SET PRENAME = @PRENAME, NAME = @NAME, USERNAME = @USERNAME, EMAIL = @EMAIL, LOGGED_IN = @LOGGED_IN, LOGGED_WHERE = @LOGGED_WHERE, LOG_IN_WHEN = @LOG_IN_WHEN, + LOG_OUT_WHEN = @LOG_OUT_WHEN, ADMIN = @ADMIN, NOTICE = @NOTICE, CHANGED_WHO = @CHANGED_WHO, RIGHT_FILE_DELETE = @RIGHT_FILE_DELETE, + EMAIL_ONCE_DAY = @EMAIL_ONCE_DAY +WHERE (GUID = @Original_GUID); +SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADMIN, NOTICE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, RIGHT_FILE_DELETE FROM TBPM_USER WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT COUNT(*) AS Expr1 +FROM TBPM_USER +WHERE (LOWER(USERNAME) = LOWER(@user)) AND (ADMIN = 1) + + + + + + + + + + SELECT COUNT(*) AS Expr1 +FROM TBPM_USER +WHERE LOGGED_IN = 1 + + + + + + + + UPDATE TBPM_USER +SET LOGGED_IN = @LogInOut, LOGGED_WHERE = @ANGEMELDETWO +WHERE (LOWER(USERNAME) = LOWER(@user)) + + + + + + + + + + UPDATE TBPM_USER +SET LOGGED_IN = @LogInOut, LOG_IN_WHERE = @ANGEMELDETWO +WHERE (LOWER(USERNAME) = LOWER(@user)) + + + + + + + + + + + + SELECT COUNT(*) AS Expr1 +FROM TBPM_USER +WHERE (LOWER(USERNAME) = LOWER(@user)) + + + + + + + + + + + + + + DELETE FROM [TBPM_TYPE] WHERE (([GUID] = @Original_GUID) AND ([BEZEICHNUNG] = @Original_BEZEICHNUNG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN))) + + + + + + + + + + + + + + + INSERT INTO [TBPM_TYPE] ([BEZEICHNUNG], [ADDED_WHO], [ADDED_WHEN], [CHANGED_WHO], [CHANGED_WHEN]) VALUES (@BEZEICHNUNG, @ADDED_WHO, @ADDED_WHEN, @CHANGED_WHO, @CHANGED_WHEN); +SELECT GUID, BEZEICHNUNG, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBPM_TYPE WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + SELECT TBPM_TYPE.* +FROM TBPM_TYPE + + + + + + UPDATE [TBPM_TYPE] SET [BEZEICHNUNG] = @BEZEICHNUNG, [ADDED_WHO] = @ADDED_WHO, [ADDED_WHEN] = @ADDED_WHEN, [CHANGED_WHO] = @CHANGED_WHO, [CHANGED_WHEN] = @CHANGED_WHEN WHERE (([GUID] = @Original_GUID) AND ([BEZEICHNUNG] = @Original_BEZEICHNUNG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN))); +SELECT GUID, BEZEICHNUNG, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBPM_TYPE WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM TBPM_ERROR_LOG +WHERE (GUID = @Original_GUID) + + + + + + + + INSERT INTO TBPM_ERROR_LOG + (PROFIL_ID, ERROR_MSG, ADDED_WHO) +VALUES (@PROFIL_ID,@ERROR_MSG,@ADDED_WHO); +SELECT GUID, PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN FROM TBPM_ERROR_LOG WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + SELECT GUID, PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN +FROM TBPM_ERROR_LOG +ORDER BY ADDED_WHEN DESC + + + + + + UPDATE [TBPM_ERROR_LOG] SET [PROFIL_ID] = @PROFIL_ID, [ERROR_MSG] = @ERROR_MSG, [ADDED_WHO] = @ADDED_WHO, [ADDED_WHEN] = @ADDED_WHEN WHERE (([GUID] = @Original_GUID) AND ([PROFIL_ID] = @Original_PROFIL_ID) AND ([ERROR_MSG] = @Original_ERROR_MSG) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN)); +SELECT GUID, PROFIL_ID, ERROR_MSG, ADDED_WHO, ADDED_WHEN FROM TBPM_ERROR_LOG WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM TBPM_ERROR_LOG + + + + + + + + DELETE FROM TBPM_ERROR_LOG +WHERE (PROFIL_ID = @PROF_ID) + + + + + + + + + + + + + + SELECT GUID, PROFIL_ID, PROFIL_NAME, CTRL_NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, FONT_COLOR, FONT_FAMILY, FONT_SIZE, FONT_STYLE, WIDTH, HEIGHT, INDEX_NAME, VALIDATION, CHOICE_LIST, + TYP, CONNECTION_ID, SQL_UEBERPRUEFUNG, READ_ONLY, LOAD_IDX_VALUE, LOG_INDEX +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_NAME = @Profil) +ORDER BY Y_LOC, X_LOC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT GUID +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME) + + + + + + + + + + + SELECT INDEX_NAME +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME) + + + + + + + + + + + SELECT CTRL_TYPE +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME) + + + + + + + + + + + SELECT LOAD_IDX_VALUE +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_ID = @PRoFIL_ID) AND (CTRL_NAME = @CTRLNAME) + + + + + + + + + + + SELECT GUID, PROFIL_ID, PROFIL_NAME, CTRL_NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, FONT_COLOR, FONT_FAMILY, FONT_SIZE, FONT_STYLE, WIDTH, HEIGHT, INDEX_NAME, VALIDATION, CHOICE_LIST, + TYP, CONNECTION_ID, SQL_UEBERPRUEFUNG, READ_ONLY, LOAD_IDX_VALUE, LOG_INDEX +FROM VWPM_CONTROL_INDEX +WHERE (PROFIL_ID = @PROFIL_ID) +ORDER BY Y_LOC, X_LOC + + + + + + + + + + + + + + DELETE FROM TBPM_CONNECTION +WHERE (GUID = @Original_GUID) + + + + + + + + INSERT INTO TBPM_CONNECTION + (BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER) +VALUES (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERKUNG,@AKTIV,@ERSTELLTWER); +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, + GEAENDERTWANN +FROM TBPM_CONNECTION + + + + + + UPDATE TBPM_CONNECTION +SET BEZEICHNUNG = @BEZEICHNUNG, SQL_PROVIDER = @SQL_PROVIDER, SERVER = @SERVER, DATENBANK = @DATENBANK, USERNAME = @USERNAME, PASSWORD = @PASSWORD, + BEMERKUNG = @BEMERKUNG, AKTIV = @AKTIV, GEANDERTWER = @GEANDERTWER +WHERE (GUID = @Original_GUID); +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO TBPM_CONNECTION + (BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER) +VALUES (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERKUNG,@AKTIV,@ERSTELLTWER); +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + INSERT INTO TBPM_CONNECTION + (BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER) +VALUES (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERKUNG,@AKTIV,@ERSTELLTWER); +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + + + SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN +FROM TBPM_CONNECTION +WHERE (GUID = @ID) + + + + + + + + + + + + + + SELECT TBPM_PROFILE_USER.GUID, TBPM_USER.PRENAME, TBPM_USER.NAME, TBPM_USER.USERNAME, TBPM_PROFILE_USER.ADDED_WHO, + TBPM_PROFILE_USER.ADDED_WHEN +FROM TBPM_PROFILE_USER INNER JOIN + TBPM_USER ON TBPM_PROFILE_USER.USER_ID = TBPM_USER.GUID +WHERE (TBPM_PROFILE_USER.PROFIL_ID = @profil_id) + + + + + + + + + + + + + + + + + + + + DELETE FROM TBPM_PROFILE_USER +WHERE (GUID = @ID) + + + + + + + + + + DELETE FROM TBPM_PROFILE_USER +WHERE (PROFIL_ID = @PROFIL_ID) + + + + + + + + + + INSERT INTO TBPM_PROFILE_USER + (PROFIL_ID, USER_ID, ADDED_WHO) +VALUES (@PROFIL_ID,@USER_ID,@WHO) + + + + + + + + + + + + + + + + DELETE FROM [TBPM_PROFILE_FILES] WHERE (([GUID] = @Original_GUID)) + + + + + + + + SELECT GUID, FILE_PATH, DMS_ERSTELLT_DATE +FROM TBPM_PROFILE_FILES +WHERE (EDIT = 0) AND (PROFIL_ID = @Profil_id) AND (ACTIVE = 1) +ORDER BY DMS_ERSTELLT_DATE + + + + + + + + UPDATE [TBPM_PROFILE_FILES] SET [FILE_PATH] = @FILE_PATH, [DMS_ERSTELLT_DATE] = @DMS_ERSTELLT_DATE WHERE (([GUID] = @Original_GUID)); +SELECT GUID, FILE_PATH, DMS_ERSTELLT_DATE FROM TBPM_PROFILE_FILES WHERE (GUID = @GUID) ORDER BY DMS_ERSTELLT_DATE + + + + + + + + + + + + + + + + + + + + SELECT EDIT +FROM TBPM_PROFILE_FILES +WHERE (GUID = @AKTUELLE_ID) + + + + + + + + + + SELECT IN_WORK +FROM TBPM_PROFILE_FILES +WHERE (GUID = @AKTUELLE_ID) + + + + + + + + + + DELETE FROM TBPM_PROFILE_FILES +WHERE (GUID = @ID) + + + + + + + + + + DELETE FROM TBPM_PROFILE_FILES +WHERE (PROFIL_ID = @PROFIL_ID) + + + + + + + + + + SELECT COUNT(GUID) AS Expr1 +FROM TBPM_PROFILE_FILES +WHERE (PROFIL_ID = @Profil_id) AND (EDIT = 0) AND (ACTIVE = 1) AND (IN_WORK = 0) + + + + + + + + + + SELECT FILE_PATH +FROM TBPM_PROFILE_FILES +WHERE GUID = @GUID + + + + + + + + + + SELECT GUID +FROM TBPM_PROFILE_FILES +WHERE (PROFIL_ID = @Profil_id) AND (EDIT = 0) AND (UPPER(FILE_PATH) <> UPPER(@FILEPATH)) AND (IN_WORK = 0) AND (FILE_PATH NOT IN + (SELECT FILE_PATH + FROM TBPM_FILES_USER_NOT_INDEXED + WHERE (PROFIL_ID = @Profil_id) AND (UPPER(USR_NAME) = UPPER(@User)))) +ORDER BY DMS_ERSTELLT_DATE,FILE_PATH + + + + + + + + + + + + SELECT GUID +FROM TBPM_PROFILE_FILES +WHERE (PROFIL_ID = @Profil_id) AND (EDIT = 0) AND (IN_WORK = 0) AND (UPPER(FILE_PATH) <> UPPER(@FILEPATH)) AND (FILE_PATH NOT IN + (SELECT FILE_PATH + FROM TBPM_FILES_USER_NOT_INDEXED + WHERE (PROFIL_ID = @Profil_id) AND (UPPER(USR_NAME) = UPPER(@User)))) +ORDER BY DMS_ERSTELLT_DATE DESC + + + + + + + + + + + + UPDATE TBPM_PROFILE_FILES +SET EDIT = 1 +WHERE (GUID = @GUID) + + + + + + + + + + UPDATE TBPM_PROFILE_FILES +SET IN_WORK = @WORK, WORK_USER = @USer +WHERE (GUID = @GUID) + + + + + + + + + + + + SELECT DMS_ERSTELLT_DATE, FILE_PATH, GUID +FROM TBPM_PROFILE_FILES +WHERE (EDIT = 0) AND (PROFIL_ID = @Profil_id) AND (ACTIVE = 1) +ORDER BY DMS_ERSTELLT_DATE DESC + + + + + + + + + + + + + + INSERT INTO [TBPM_FILES_USER_NOT_INDEXED] ([USR_NAME], [PROFIL_ID], [FILE_PATH]) VALUES (@USR_NAME, @PROFIL_ID, @FILE_PATH) + + + + + + + + + + SELECT USR_NAME, PROFIL_ID, FILE_PATH FROM TBPM_FILES_USER_NOT_INDEXED + + + + + + + + + + + + + + + DELETE FROM TBPM_FILES_USER_NOT_INDEXED +WHERE (USR_NAME = @User) + + + + + + + + + + INSERT INTO TBPM_FILES_USER_NOT_INDEXED + (USR_NAME, DOC_ID) +VALUES (@User,@DocID) + + + + + + + + + INSERT INTO TBPM_FILES_USER_NOT_INDEXED + (USR_NAME, PROFIL_ID, FILE_PATH) +VALUES (@User,@PROFIL_ID,@FILE_PATH) + + + + + + + + + + + + + + + + DELETE FROM TBPM_PROFILE +WHERE (GUID = @Original_GUID) + + + + + + + + INSERT INTO TBPM_PROFILE + (NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, + PM_VEKTOR_INDEX) +VALUES (@NAME,@TITLE,@PRIORITY,@DESCRIPTION,@ACTIVE,@WD_SEARCH,@NO_OF_DOCUMENTS,@ADDED_WHO,@FINAL_PROFILE,@FINAL_TEXT,@MOVE2FOLDER,@TYPE,@WD_OBJECTTYPE,@SORT_BY_LATEST,@PM_VEKTOR_INDEX); +SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + + + + + + + SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, + TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX +FROM TBPM_PROFILE +ORDER BY NAME + + + + + + UPDATE TBPM_PROFILE +SET NAME = @NAME, TITLE = @TITLE, PRIORITY = @PRIORITY, DESCRIPTION = @DESCRIPTION, ACTIVE = @ACTIVE, WD_SEARCH = @WD_SEARCH, NO_OF_DOCUMENTS = @NO_OF_DOCUMENTS, + CHANGED_WHO = @CHANGED_WHO, FINAL_PROFILE = @FINAL_PROFILE, FINAL_TEXT = @FINAL_TEXT, MOVE2FOLDER = @MOVE2FOLDER, TYPE = @TYPE, WD_OBJECTTYPE = @WD_OBJECTTYPE, + SORT_BY_LATEST = @SORT_BY_LATEST, PM_VEKTOR_INDEX = @PM_VEKTOR_INDEX, LOG_INDEX = @LOG_INDEX +WHERE (GUID = @Original_GUID); +SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT COUNT(*) FROM TBPM_PROFILE + + + + + + + + DELETE FROM TBPM_PROFILE +WHERE (GUID = @GUID) + + + + + + + + + + SELECT GUID +FROM TBPM_PROFILE +WHERE (FINAL_PROFILE = 1) AND (UPPER(NAME) = UPPER(@name)) + + + + + + + + + + SELECT FINAL_TEXT +FROM TBPM_PROFILE +WHERE (GUID = @GUID) + + + + + + + + + + INSERT INTO TBPM_PROFILE + (NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST) +SELECT 'KOPIE_VON_' + NAME AS Expr1, TITLE, PRIORITY, DESCRIPTION, 0 AS Expr2, WD_SEARCH, 0 AS Expr3, @USER AS Expr4, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, + SORT_BY_LATEST +FROM TBPM_PROFILE AS TBPM_PROFILE_1 +WHERE (GUID = @GUID) + + + + + + + + + INSERT INTO TBPM_PROFILE + (NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST, + PM_VEKTOR_INDEX, LOG_INDEX) +SELECT 'KOPIE_VON_' + NAME AS Expr1, TITLE + '_COPY' AS Expr5, PRIORITY, DESCRIPTION, 0 AS Expr2, WD_SEARCH, 0 AS Expr3, @USER AS Expr4, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, + WD_OBJECTTYPE, SORT_BY_LATEST, PM_VEKTOR_INDEX, LOG_INDEX +FROM TBPM_PROFILE AS TBPM_PROFILE_1 +WHERE (GUID = @GUID) + + + + + + + + + + + SELECT MAX(GUID) FROM TBPM_PROFILE + + + + + + + + SELECT SORT_BY_LATEST +FROM TBPM_PROFILE +WHERE (GUID = @Profil_id) + + + + + + + + + + UPDATE TBPM_PROFILE +SET LOG_INDEX = @LOG__INDEX +WHERE (GUID = @Original_GUID); +SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST,LOG_INDEX FROM TBPM_PROFILE WHERE (GUID = @GUID) + + + + + + + + + + + + UPDATE TBPM_PROFILE +SET NO_OF_DOCUMENTS = @NUMBER, CHANGED_WHO = @WHO +WHERE (GUID = @GUID) + + + + + + + + + + + + UPDATE TBPM_PROFILE +SET PM_VEKTOR_INDEX = @PM_VEKTOR_INDEX +WHERE (GUID = @Original_GUID); +SELECT GUID, NAME, TITLE, PRIORITY, DESCRIPTION, ACTIVE, WD_SEARCH, NO_OF_DOCUMENTS, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, FINAL_PROFILE, FINAL_TEXT, MOVE2FOLDER, TYPE, WD_OBJECTTYPE, SORT_BY_LATEST FROM TBPM_PROFILE WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + SELECT GUID, NAME, CTRL_TYPE, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG +FROM TBPM_PROFILE_CONTROLS +WHERE (PROFIL_ID = @P_ID) AND (CTRL_TYPE <> 'LBL') + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @Original_GUID) + + + + + + + + INSERT INTO TBPM_PROFILE_CONTROLS + (PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, + FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR) +VALUES (@PROFIL_ID,@NAME,@CTRL_TYPE,@CTRL_TEXT,@X_LOC,@Y_LOC,@ADDED_WHO,@ADDED_WHEN,@INDEX_NAME,@TYP,@VALIDATION,@CHOICE_LIST,@CONNECTION_ID,@SQL_UEBERPRUEFUNG,@HEIGHT,@WIDTH,@FONT_STYLE,@FONT_SIZE,@FONT_FAMILY,@FONT_COLOR); +SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE FROM TBPM_PROFILE_CONTROLS WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, + SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE +FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @guid) +ORDER BY Y_LOC, X_LOC + + + + + + + + UPDATE TBPM_PROFILE_CONTROLS +SET NAME = @NAME, CTRL_TYPE = @CTRL_TYPE, CTRL_TEXT = @CTRL_TEXT, X_LOC = @X_LOC, Y_LOC = @Y_LOC, ADDED_WHO = @ADDED_WHO, ADDED_WHEN = @ADDED_WHEN, + CHANGED_WHO = @CHANGED_WHO, INDEX_NAME = @INDEX_NAME, TYP = @TYP, VALIDATION = @VALIDATION, CHOICE_LIST = @CHOICE_LIST, CONNECTION_ID = @CONNECTION_ID, + SQL_UEBERPRUEFUNG = @SQL_UEBERPRUEFUNG, HEIGHT = @HEIGHT, WIDTH = @WIDTH, FONT_STYLE = @FONT_STYLE, FONT_SIZE = @FONT_STYLE, FONT_FAMILY = @FONT_FAMILY, + FONT_COLOR = @FONT_COLOR, READ_ONLY = @READ_ONLY, LOAD_IDX_VALUE = @LOAD_IDX_VALUE +WHERE (GUID = @Original_GUID); +SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE FROM TBPM_PROFILE_CONTROLS WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT COUNT(*) AS Expr1 +FROM TBPM_PROFILE_CONTROLS +WHERE (PROFIL_ID = @profilid) AND (NAME = @name) + + + + + + + + + + + DELETE FROM TBPM_PROFILE_CONTROLS +WHERE (PROFIL_ID = @PROFIL_ID) + + + + + + + + + + SELECT CHOICE_LIST +FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @GUID) + + + + + + + + + + SELECT CONNECTION_ID +FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @GUID) + + + + + + + + + + SELECT ISNULL(MAX(GUID), 0) AS Expr1 +FROM TBPM_PROFILE_CONTROLS +WHERE (PROFIL_ID = @profilid) AND (NAME = @name) + + + + + + + + + + + SELECT INDEX_NAME +FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @GUID) + + + + + + + + + + SELECT SQL_UEBERPRUEFUNG +FROM TBPM_PROFILE_CONTROLS +WHERE (GUID = @Guid) + + + + + + + + + + INSERT INTO TBPM_PROFILE_CONTROLS + (PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, HEIGHT, WIDTH) +VALUES (@PROFIL_ID,@NAME,@CTRL_TYPE,@CTRL_TEXT,@X_LOC,@Y_LOC,@ADDED_WHO,@HEIGHT,@Width) + + + + + + + + + + + + + + + + + + INSERT INTO TBPM_PROFILE_CONTROLS + (NAME, PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, READ_ONLY, + LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR) +SELECT LOWER(CTRL_TYPE + CONVERT(VARCHAR(4),rank() OVER (ORDER BY CTRL_TYPE))),@NEW_PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, @User, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, + READ_ONLY, LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR +FROM TBPM_PROFILE_CONTROLS AS TBPM_PROFILE_CONTROLS_1 +WHERE (PROFIL_ID = @Copy_profilId) + + + + + + + + UPDATE TBPM_PROFILE_CONTROLS +SET INDEX_NAME = @INDEX_NAME,CHANGED_WHO = @G_WER +WHERE (GUID = @Original_GUID); + + + + + + + + + + + + SELECT GUID, PROFIL_ID, NAME, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, + SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR, READ_ONLY, LOAD_IDX_VALUE +FROM TBPM_PROFILE_CONTROLS +WHERE (PROFIL_ID = @profil_id) +ORDER BY Y_LOC, X_LOC + + + + + + + + + + + + + + DELETE FROM TBPM_CONTROL_TABLE +WHERE (CONTROL_ID = @Original_CONTROL_ID) + + + + + + + + INSERT INTO TBPM_CONTROL_TABLE + (CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, ADDED_WHO) +VALUES (@CONTROL_ID,@SPALTENNAME,@SPALTEN_HEADER,@SPALTENBREITE,@ADDED_WHO); +SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBPM_CONTROL_TABLE WHERE (GUID = SCOPE_IDENTITY()) + + + + + + + + + + + + SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, + CHANGED_WHO, CHANGED_WHEN +FROM TBPM_CONTROL_TABLE +WHERE (CONTROL_ID = @CONTROL_ID) + + + + + + + + UPDATE [TBPM_CONTROL_TABLE] SET [CONTROL_ID] = @CONTROL_ID, [SPALTENNAME] = @SPALTENNAME, [SPALTEN_HEADER] = @SPALTEN_HEADER, [SPALTENBREITE] = @SPALTENBREITE, [VALIDATION] = @VALIDATION, [CHOICE_LIST] = @CHOICE_LIST, [CONNECTION_ID] = @CONNECTION_ID, [SQL_COMMAND] = @SQL_COMMAND, [READ_ONLY] = @READ_ONLY, [LOAD_IDX_VALUE] = @LOAD_IDX_VALUE, [ADDED_WHO] = @ADDED_WHO, [ADDED_WHEN] = @ADDED_WHEN, [CHANGED_WHO] = @CHANGED_WHO, [CHANGED_WHEN] = @CHANGED_WHEN WHERE (([GUID] = @Original_GUID) AND ([CONTROL_ID] = @Original_CONTROL_ID) AND ([SPALTENNAME] = @Original_SPALTENNAME) AND ([SPALTEN_HEADER] = @Original_SPALTEN_HEADER) AND ([SPALTENBREITE] = @Original_SPALTENBREITE) AND ([VALIDATION] = @Original_VALIDATION) AND ((@IsNull_CHOICE_LIST = 1 AND [CHOICE_LIST] IS NULL) OR ([CHOICE_LIST] = @Original_CHOICE_LIST)) AND ((@IsNull_CONNECTION_ID = 1 AND [CONNECTION_ID] IS NULL) OR ([CONNECTION_ID] = @Original_CONNECTION_ID)) AND ((@IsNull_SQL_COMMAND = 1 AND [SQL_COMMAND] IS NULL) OR ([SQL_COMMAND] = @Original_SQL_COMMAND)) AND ([READ_ONLY] = @Original_READ_ONLY) AND ([LOAD_IDX_VALUE] = @Original_LOAD_IDX_VALUE) AND ([ADDED_WHO] = @Original_ADDED_WHO) AND ([ADDED_WHEN] = @Original_ADDED_WHEN) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN))); +SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBPM_CONTROL_TABLE WHERE (GUID = @GUID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPDATE TBPM_CONTROL_TABLE +SET SPALTENNAME = @SPALTENNAME, SPALTEN_HEADER = @SPALTEN_HEADER, SPALTENBREITE = @SPALTENBREITE, VALIDATION = @VALIDATION, READ_ONLY = @READ_ONLY, + LOAD_IDX_VALUE = @LOAD_IDX_VALUE, CHANGED_WHO = @CHANGED_WHO +WHERE (GUID = @Original_GUID) + + + + + + + + + + + + + + + UPDATE TBPM_CONTROL_TABLE +SET SPALTENNAME = @SPALTENNAME, SPALTEN_HEADER = @SPALTEN_HEADER, SPALTENBREITE = @SPALTENBREITE, VALIDATION = @VALIDATION, CHOICE_LIST = @CHOICE_LIST, + CONNECTION_ID = @CONNECTION_ID, SQL_COMMAND = @SQL_COMMAND, READ_ONLY = @READ_ONLY, LOAD_IDX_VALUE = @LOAD_IDX_VALUE, CHANGED_WHO = @CHANGED_WHO +WHERE (GUID = @Original_GUID) + + + + + + + + + + + + + + + + + + + + SELECT GUID, CONTROL_ID, SPALTENNAME, SPALTEN_HEADER, SPALTENBREITE, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_COMMAND, READ_ONLY, LOAD_IDX_VALUE, ADDED_WHO, ADDED_WHEN, + CHANGED_WHO, CHANGED_WHEN +FROM TBPM_CONTROL_TABLE +WHERE (GUID = @GUID) + + + + + + + + + + SELECT GUID FROM TBPM_CONTROL_TABLE where Control_ID = @control_id and Spaltenname = @spaltenname + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss new file mode 100644 index 0000000..a41774e --- /dev/null +++ b/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 480 + 387 + + + 480 + 23 + + + + + + + 280 + 317 + + + 280 + 387 + + + + + + + 539 + 413 + + + 808 + 413 + + + 808 + 421 + + + + + + + 895 + 565 + + + 940 + 565 + + + + + + + 118 + 0 + + + 118 + -30 + + + 118 + -30 + + + 118 + 0 + + + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj new file mode 100644 index 0000000..2324920 --- /dev/null +++ b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj @@ -0,0 +1,557 @@ + + + + Debug + x86 + + + 2.0 + {6ACA1432-09A2-47EF-A704-C0AA73905756} + WinExe + DD_PM_WINDREAM.My.MyApplication + DD_PM_WINDREAM + DD_PM_WINDREAM + 512 + WindowsForms + v4.0 + + + + + x86 + true + full + true + true + bin\Debug\ + DD_PM_WINDREAM.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + x86 + pdbonly + false + true + true + bin\Release\ + DD_PM_WINDREAM.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + On + + + Binary + + + Off + + + On + + + PM_ohne_slogan_128px.ico + + + + + + + + + + + + + + + ..\..\..\LizenzManager\LizenzManager\bin\Debug\DLLLicenseManager.dll + + + False + P:\Visual Studio Projekte\Bibliotheken\MSG .NET\Bin\Independentsoft.Msg.dll + + + + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Oracle.ManagedDataAccess.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + frmAbout.vb + + + Form + + + + + + + + + + + True + True + DD_DMSLiteDataSet.xsd + + + DD_DMSLiteDataSet.xsd + + + frmAdminPasswort.vb + + + Form + + + frmConnection.vb + + + Form + + + frmControl_Detail.vb + + + Form + + + frmError.vb + + + Form + + + frmFormDesigner.vb + + + Form + + + frmLicense.vb + + + Form + + + frmLoginAdmin.vb + + + Form + + + frmProfileDesigner.vb + + + Form + + + frmKonfig.vb + + + Form + + + frmSplash.vb + + + Form + + + frmSQL_Admin.vb + + + Form + + + frmMain.vb + + + Form + + + frmSQL_DESIGNER.vb + + + Form + + + frmUserKonfig_AddUsers.vb + + + Form + + + frmValidator.vb + + + Form + + + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + True + Settings.settings + + + + + frmAbout.vb + + + frmAdminPasswort.vb + + + frmConnection.vb + Designer + + + frmControl_Detail.vb + + + frmError.vb + + + frmFormDesigner.vb + + + frmLicense.vb + + + frmLoginAdmin.vb + + + frmProfileDesigner.vb + Designer + + + frmKonfig.vb + + + frmSplash.vb + + + frmSQL_Admin.vb + + + frmMain.vb + + + frmSQL_DESIGNER.vb + + + frmUserKonfig_AddUsers.vb + + + frmValidator.vb + Designer + + + + VbMyResourcesResXFileCodeGenerator + My.Resources + Designer + Resources.Designer.vb + + + + + + DD_DMSLiteDataSet.xsd + + + MSDataSetGenerator + Designer + DD_DMSLiteDataSet.Designer.vb + + + DD_DMSLiteDataSet.xsd + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + + + + + {18E0EEE0-42A3-11D3-B322-00104B066E1A} + 1 + 0 + 0 + tlbimp + False + False + + + {25B51999-6DCA-11D4-B815-00104BB52DEA} + 1 + 0 + 0 + tlbimp + False + True + + + {BE4F1D13-88A8-11D4-B3FA-0001021F035F} + 1 + 0 + 0 + tlbimp + False + True + + + {A704B4C1-E1C1-11D2-B2A9-00104B066E1A} + 1 + 0 + 0 + tlbimp + False + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.bak b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.bak new file mode 100644 index 0000000..f058dd4 --- /dev/null +++ b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.bak @@ -0,0 +1,551 @@ + + + + Debug + x86 + + + 2.0 + {6ACA1432-09A2-47EF-A704-C0AA73905756} + WinExe + DD_PM_WINDREAM.My.MyApplication + DD_PM_WINDREAM + DD_PM_WINDREAM + 512 + WindowsForms + v4.0 + + + + + x86 + true + full + true + true + bin\Debug\ + DD_PM_WINDREAM.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + x86 + pdbonly + false + true + true + bin\Release\ + DD_PM_WINDREAM.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + On + + + Binary + + + Off + + + On + + + PM_ohne_slogan_128px.ico + + + + + + + + + + + + + + + ..\..\..\LizenzManager\LizenzManager\bin\Debug\DLLLicenseManager.dll + + + False + P:\Visual Studio Projekte\Bibliotheken\MSG .NET\Bin\Independentsoft.Msg.dll + + + ..\..\..\..\..\DLL\Interop.Scripting.dll + True + + + + False + D:\Programme\DB\Oracle\ora12.1\Client\ODP.NET\managed\common\Oracle.ManagedDataAccess.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + frmAbout.vb + + + Form + + + + + + + + + + + True + True + DD_DMSLiteDataSet.xsd + + + DD_DMSLiteDataSet.xsd + + + frmAdminPasswort.vb + + + Form + + + frmConnection.vb + + + Form + + + frmControl_Detail.vb + + + Form + + + frmError.vb + + + Form + + + frmFormDesigner.vb + + + Form + + + frmLicense.vb + + + Form + + + frmLoginAdmin.vb + + + Form + + + frmProfileDesigner.vb + + + Form + + + frmKonfig.vb + + + Form + + + frmSplash.vb + + + Form + + + frmSQL_Admin.vb + + + Form + + + frmProfiles.vb + + + Form + + + frmUserKonfig_AddUsers.vb + + + Form + + + frmValidator.vb + + + Form + + + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + True + Settings.settings + + + + + frmAbout.vb + + + frmAdminPasswort.vb + + + frmConnection.vb + Designer + + + frmControl_Detail.vb + + + frmError.vb + + + frmFormDesigner.vb + + + frmLicense.vb + + + frmLoginAdmin.vb + + + frmProfileDesigner.vb + + + frmKonfig.vb + + + frmSplash.vb + + + frmSQL_Admin.vb + + + frmProfiles.vb + + + frmUserKonfig_AddUsers.vb + + + frmValidator.vb + + + + VbMyResourcesResXFileCodeGenerator + My.Resources + Designer + Resources.Designer.vb + + + + + + DD_DMSLiteDataSet.xsd + + + MSDataSetGenerator + Designer + DD_DMSLiteDataSet.Designer.vb + + + DD_DMSLiteDataSet.xsd + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + + + + + {18E0EEE0-42A3-11D3-B322-00104B066E1A} + 1 + 0 + 0 + tlbimp + False + False + + + {25B51999-6DCA-11D4-B815-00104BB52DEA} + 1 + 0 + 0 + tlbimp + False + True + + + {BE4F1D13-88A8-11D4-B3FA-0001021F035F} + 1 + 0 + 0 + tlbimp + False + True + + + {A704B4C1-E1C1-11D2-B2A9-00104B066E1A} + 1 + 0 + 0 + tlbimp + False + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.user b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.user new file mode 100644 index 0000000..55f44b9 --- /dev/null +++ b/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj.user @@ -0,0 +1,6 @@ + + + + ShowAllFiles + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/ModuleMySettings.vb b/DD_PM_WINDREAM/ModuleMySettings.vb new file mode 100644 index 0000000..5b3381b --- /dev/null +++ b/DD_PM_WINDREAM/ModuleMySettings.vb @@ -0,0 +1,202 @@ +Imports System.IO +Imports System.Xml + +Module ModuleMySettings + Dim ConfigPath As String = Path.Combine(Application.UserAppDataPath(), "UserConfig.xml") + Public MyConnectionString As String = "" + Public UniversalViewer As String = "" + Public PDFXChangeViewer As String = "" + Public SumatraViewer As String = "" + Public LogErrorsOnly As Boolean = True + Public PDFViewer_ZoomMode As Integer = 3 + Public vpdfviewer As String = "internal" + Public Viewer As String = "docview" + Public IDX_DMS_ERSTELLT = "DMS erstellt" + Public IDX_DMS_ERSTELLT_ZEIT = "DMS erstellt (Zeit)" + Public CURRENT_FILE As String = "" + + Public vWLaufwerk As String = "W" + Public vVERSION_DELIMITER As String = "~" + Public vFILE_DELIMITER As String = "_" + + Public Function Settings_Load() + Try + Dim DT As DataTable + 'if file doesn't exist, create the file with its default xml table + If Not File.Exists(ConfigPath) Then + DT = CreateConfigTable() + DT.WriteXml(ConfigPath) + End If + DT = GetTablefromXML() + For Each Row As DataRow In DT.Rows + Select Case Row.Item("ConfigName") + Case "MyConnectionString" + Dim connstring As String + 'Den ConnectonString mit verschlüsseltem PW laden + Dim csb As New SqlClient.SqlConnectionStringBuilder + csb.ConnectionString = Row.Item("Value") + If Not csb.ConnectionString = "" Then + If csb.ConnectionString.Contains("Password=") Then + 'sa- + 'Jetzt das Passwort entschlüsseln + Dim PWplainText As String + Dim wrapper As New ClassEncryption("!35452didalog=") + ' DecryptData throws if the wrong password is used. + Try + PWplainText = wrapper.DecryptData(csb.Password) + Catch ex As Exception + ClassLogger.Add("- the Password '" & csb.Password & "' could not be decrypted", False) + PWplainText = csb.Password + End Try + connstring = Row.Item("Value").ToString.Replace(csb.Password, PWplainText) + Else + 'Windows-Auth + connstring = Row.Item("Value").ToString + End If + + MyConnectionString = connstring + ClassDatabase.Init() + Else + MyConnectionString = "" + End If + Case "LogErrorsOnly" + LogErrorsOnly = CBool(Row.Item("Value")) + Case "UniversalViewer" + UniversalViewer = Row.Item("Value") + Case "PDFXChangeViewer" + PDFXChangeViewer = Row.Item("Value") + Case "PDFViewer_ZoomMode" + PDFViewer_ZoomMode = Row.Item("Value") + Case "vpdfviewer" + vpdfviewer = Row.Item("Value") + Case "Viewer" + Viewer = Row.Item("Value") + Case "SumatraViewer" + SumatraViewer = Row.Item("Value") + Case "IDX_DMS_ERSTELLT" + IDX_DMS_ERSTELLT = Row.Item("Value") + Case "IDX_DMS_ERSTELLT_ZEIT" + IDX_DMS_ERSTELLT_ZEIT = Row.Item("Value") + End Select + Next + Catch ex As Exception + MsgBox("Error in LoadMyConfig" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + Return False + End Try + Return True + + End Function + Private Function GetTablefromXML() + Try + Dim DS As New DataSet + DS.ReadXml(ConfigPath) + Return DS.Tables(0) + Catch ex As Exception + MsgBox("Error in GetTablefromXML" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + Return Nothing + End Try + + End Function + Private Function CreateConfigTable() As DataTable + Try + ' Create sample Customers table, in order + ' to demonstrate the behavior of the DataTableReader. + Dim table As New DataTable + table.TableName = "MyConfig" + + ' Create two columns, ID and Name. + Dim idColumn As DataColumn = table.Columns.Add("ID", _ + GetType(System.Int32)) + + idColumn.AutoIncrement = True + idColumn.AutoIncrementSeed = 0 + idColumn.AutoIncrementStep = 1 + table.Columns.Add("ConfigName", GetType(System.String)) + table.Columns.Add("Value", GetType(System.String)) + 'Set the ID column as the primary key column. + table.PrimaryKey = New DataColumn() {idColumn} + Dim newRow As DataRow = table.NewRow() + newRow("ConfigName") = "MyConnectionString" + newRow("Value") = "" + table.Rows.Add(newRow) + Dim newRow1 As DataRow = table.NewRow() + newRow1("ConfigName") = "LogErrorsOnly" + newRow1("Value") = "True" + table.Rows.Add(newRow1) + Dim newRow2 As DataRow = table.NewRow() + newRow2("ConfigName") = "UniversalViewer" + newRow2("Value") = "" + table.Rows.Add(newRow2) + Dim newRow3 As DataRow = table.NewRow() + newRow3("ConfigName") = "PDFXChangeViewer" + newRow3("Value") = "" + table.Rows.Add(newRow3) + Dim newRow7 As DataRow = table.NewRow() + newRow7("ConfigName") = "SumatraViewer" + newRow7("Value") = "" + table.Rows.Add(newRow7) + Dim newRow4 As DataRow = table.NewRow() + newRow4("ConfigName") = "PDFViewer_ZoomMode" + newRow4("Value") = "3" + table.Rows.Add(newRow4) + Dim newRow5 As DataRow = table.NewRow() + newRow5("ConfigName") = "vpdfviewer" + newRow5("Value") = "internal" + table.Rows.Add(newRow5) + Dim newRow6 As DataRow = table.NewRow() + newRow6("ConfigName") = "Viewer" + newRow6("Value") = "docview" + table.Rows.Add(newRow6) + Dim newRow8 As DataRow = table.NewRow() + newRow8("ConfigName") = "IDX_DMS_ERSTELLT" + newRow8("Value") = "DMS erstellt" + table.Rows.Add(newRow8) + Dim newRow9 As DataRow = table.NewRow() + newRow9("ConfigName") = "IDX_DMS_ERSTELLT_ZEIT" + newRow9("Value") = "DMS erstellt (Zeit)" + table.Rows.Add(newRow9) + + table.AcceptChanges() + Return table + Catch ex As Exception + MsgBox("Error in CreateConfigTable" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + Return Nothing + End Try + End Function + Public Function SaveMySettingsValue(name As String, value As String) + Try + Dim DT As DataTable + DT = GetTablefromXML() + + For Each Row As DataRow In DT.Rows + If Row.Item("ConfigName") = name Then + Row.Item("Value") = value + End If + Next + DT.AcceptChanges() + DT.WriteXml(ConfigPath) + Catch ex As Exception + MsgBox("Error in SaveConfigValue" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + Return False + End Try + Return True + + End Function + Public Function Settings_LoadBasicConfig() + Try + Dim sql As String = "select * from tbdd_Modules where NAME = 'Record-Organizer'" + Dim DT As DataTable = ClassDatabase.Return_Datatable(sql) + If DT.Rows.Count = 1 Then + vWLaufwerk = DT.Rows(0).Item("STRING1") + vVERSION_DELIMITER = DT.Rows(0).Item("VERSION_DELIMITER") + vFILE_DELIMITER = DT.Rows(0).Item("FILE_DELIMITER") + Else + Return False + End If + Catch ex As Exception + MsgBox("Error in Settings_LoadBasicConfig" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + Return False + End Try + Return True + End Function +End Module diff --git a/DD_PM_WINDREAM/ModuleRuntimeVariables.vb b/DD_PM_WINDREAM/ModuleRuntimeVariables.vb new file mode 100644 index 0000000..06fc476 --- /dev/null +++ b/DD_PM_WINDREAM/ModuleRuntimeVariables.vb @@ -0,0 +1,22 @@ +Module ModuleRuntimeVariables + + ' Diese Werte müssen später zur Laufzeit geladen werden + Public CURRENT_ProfilGUID As Integer + Public CURRENT_ProfilName As String + Public CURRENT_HTML_DOC As String + Public CURRENT_DOC_ID As Integer + Public ERROR_STATE = "" + Public USER_IS_ADMIN As Boolean = False + Public CURRENT_USERID + Public LICENSE_COUNT As Integer = 0 + Public LICENSE_EXPIRED As Boolean = False + Public LICENSE_PROFILES As Integer = 0 + Public USERCOUNT_LOGGED_IN As Integer = 0 + Public CURRENT_INDEX_ID As Integer + Public CURRENT_OBJECTTYPE As String + Public CURRENT_DESIGN_TYPE As String + Public CURRENT_SQL_CON As Integer + Public CURRENT_SQL_COMAMND As String + Public CURRENT_DT_SQL_CONFIG_TABLE As DataTable + +End Module diff --git a/DD_PM_WINDREAM/My Project/Application.Designer.vb b/DD_PM_WINDREAM/My Project/Application.Designer.vb new file mode 100644 index 0000000..b89a52d --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.34014 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + 'HINWEIS: Diese Datei wird automatisch generiert. Ändern Sie sie nicht direkt. Zum Ändern + ' oder bei in dieser Datei auftretenden Buildfehlern wechseln Sie zum Projekt-Designer. + ' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im + ' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor. + ' + Partial Friend Class MyApplication + + _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.DD_PM_WINDREAM.frmMain + End Sub + End Class +End Namespace diff --git a/DD_PM_WINDREAM/My Project/Application.myapp b/DD_PM_WINDREAM/My Project/Application.myapp new file mode 100644 index 0000000..5907301 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Application.myapp @@ -0,0 +1,10 @@ + + + true + frmMain + false + 0 + true + 0 + true + \ No newline at end of file diff --git a/DD_PM_WINDREAM/My Project/AssemblyInfo.vb b/DD_PM_WINDREAM/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..1584c89 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' Allgemeine Informationen über eine Assembly werden über die folgenden +' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +' die mit einer Assembly verknüpft sind. + +' Die Werte der Assemblyattribute überprüfen + + + + + + + + + + +'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird + + +' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +' +' Hauptversion +' Nebenversion +' Buildnummer +' Revision +' +' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern +' übernehmen, indem Sie "*" eingeben: +' + + + diff --git a/DD_PM_WINDREAM/My Project/Resources.Designer.vb b/DD_PM_WINDREAM/My Project/Resources.Designer.vb new file mode 100644 index 0000000..af98570 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Resources.Designer.vb @@ -0,0 +1,683 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.34209 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Imports System + +Namespace My.Resources + + 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + ''' + ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("DD_PM_WINDREAM.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set + resourceCulture = value + End Set + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property _20110505_Logo_syncreon_slogan_inverse() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("20110505_Logo_syncreon_slogan_inverse", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property A_1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("A_1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property add() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("add", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property application_form_edit() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("application_form_edit", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property arrow_refresh() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("arrow_refresh", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property asterisk_yellow() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("asterisk_yellow", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property book_open() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("book_open", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Checkbox() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Checkbox", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property checkbox_16xLG() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("checkbox_16xLG", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property cmb() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("cmb", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property ComboBox_16xLG() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ComboBox_16xLG", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property computer_edit() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("computer_edit", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property database_go() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("database_go", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property database_go1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("database_go1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property database_link() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("database_link", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property database_refresh() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("database_refresh", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property database_save() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("database_save", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property DateOrTimePicker_675() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("DateOrTimePicker_675", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property delete_12x12() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("delete_12x12", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property dtp() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("dtp", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Einstellungen6() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Einstellungen6", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property email_go() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("email_go", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Files_7954() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Files_7954", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property flag_green() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("flag_green", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property flag_orange() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("flag_orange", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property flag_pink() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("flag_pink", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property flag_purple() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("flag_purple", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property flag_red() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("flag_red", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property GoToDeclaration_5576() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("GoToDeclaration_5576", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property group_key() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("group_key", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property information() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("information", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property key() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("key", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property key_go() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("key_go", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property key1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("key1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Label_684() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Label_684", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property lbl() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("lbl", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property logo_bilder() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("logo_bilder", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property magifier_zoom_out() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("magifier_zoom_out", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property magifier_zoom_out1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("magifier_zoom_out1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Nextrequest_10302() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Nextrequest_10302", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property page_copy() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("page_copy", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property page_red() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("page_red", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property PM_mit_slogan() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("PM_mit_slogan", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property PM_mit_slogan1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("PM_mit_slogan1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property puzzle2() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("puzzle2", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property refresh_16xLG() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("refresh_16xLG", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property refresh_16xMD() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("refresh_16xMD", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property resultset_first() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("resultset_first", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property resultset_last() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("resultset_last", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property resultset_next() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("resultset_next", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property resultset_previous() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("resultset_previous", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property save() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("save", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property syncreon() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("syncreon", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property table_add() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("table_add", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property TextBox_708() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("TextBox_708", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property txt() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("txt", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property user() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("user", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property user_red() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("user_red", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property world_link() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("world_link", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property zoom_in() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("zoom_in", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property zoom_out() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("zoom_out", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property zoom_out1() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("zoom_out1", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + End Module +End Namespace diff --git a/DD_PM_WINDREAM/My Project/Resources.resx b/DD_PM_WINDREAM/My Project/Resources.resx new file mode 100644 index 0000000..713e92e --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Resources.resx @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + ..\Resources\page_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\flag_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\syncreon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\A_1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PM_mit_slogan.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\magifier_zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\txt.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\DateOrTimePicker_675.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Einstellungen6.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ComboBox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\checkbox_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\key_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\20110505_Logo_syncreon_slogan_inverse.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\group_key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\puzzle2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\database_save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\flag_pink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\world_link.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\database_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\user.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\page_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\resultset_next.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\database_link.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\email_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\database_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\resultset_previous.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\asterisk_yellow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\refresh_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\application_form_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\cmb.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\arrow_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\book_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\delete_12x12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\refresh_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Nextrequest_10302.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\key1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\flag_purple.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\zoom_in.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\zoom_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\magifier_zoom_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GoToDeclaration_5576.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\resultset_first.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\zoom_out1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Label_684.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\lbl.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\logo_bilder.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Files_7954.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\computer_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\database_go1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\flag_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\flag_orange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\dtp.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Checkbox.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\TextBox_708.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\save.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\table_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\user_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\resultset_last.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PM_mit_slogan.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/My Project/Settings.Designer.vb b/DD_PM_WINDREAM/My Project/Settings.Designer.vb new file mode 100644 index 0000000..9216de4 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Settings.Designer.vb @@ -0,0 +1,213 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.34209 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) + +#Region "Funktion zum automatischen Speichern von My.Settings" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + + _ + Public Property errormessage() As String + Get + Return CType(Me("errormessage"),String) + End Get + Set + Me("errormessage") = value + End Set + End Property + + _ + Public ReadOnly Property ConnectionString() As String + Get + Return CType(Me("ConnectionString"),String) + End Get + End Property + + _ + Public Property frmTableColumns_Position() As Global.System.Drawing.Point + Get + Return CType(Me("frmTableColumns_Position"),Global.System.Drawing.Point) + End Get + Set + Me("frmTableColumns_Position") = value + End Set + End Property + + _ + Public Property frmValidator_Splitter() As Global.System.Drawing.Point + Get + Return CType(Me("frmValidator_Splitter"),Global.System.Drawing.Point) + End Get + Set + Me("frmValidator_Splitter") = value + End Set + End Property + + _ + Public Property frmValidation_Size_PDFViewer() As Global.System.Drawing.Size + Get + Return CType(Me("frmValidation_Size_PDFViewer"),Global.System.Drawing.Size) + End Get + Set + Me("frmValidation_Size_PDFViewer") = value + End Set + End Property + + _ + Public Property frmValidation_Size_Email() As Global.System.Drawing.Size + Get + Return CType(Me("frmValidation_Size_Email"),Global.System.Drawing.Size) + End Get + Set + Me("frmValidation_Size_Email") = value + End Set + End Property + + _ + Public Property IntervallReminder() As String + Get + Return CType(Me("IntervallReminder"),String) + End Get + Set + Me("IntervallReminder") = value + End Set + End Property + + _ + Public Property frmMainSize() As Global.System.Drawing.Size + Get + Return CType(Me("frmMainSize"),Global.System.Drawing.Size) + End Get + Set + Me("frmMainSize") = value + End Set + End Property + + _ + Public Property frmMainPosition() As Global.System.Drawing.Point + Get + Return CType(Me("frmMainPosition"),Global.System.Drawing.Point) + End Get + Set + Me("frmMainPosition") = value + End Set + End Property + + _ + Public Property frmValidatorSize() As Global.System.Drawing.Size + Get + Return CType(Me("frmValidatorSize"),Global.System.Drawing.Size) + End Get + Set + Me("frmValidatorSize") = value + End Set + End Property + + _ + Public Property frmValidatorPosition() As Global.System.Drawing.Point + Get + Return CType(Me("frmValidatorPosition"), Global.System.Drawing.Point) + End Get + Set(value As Global.System.Drawing.Point) + Me("frmValidatorPosition") = value + End Set + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.DD_PM_WINDREAM.My.MySettings + Get + Return Global.DD_PM_WINDREAM.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/DD_PM_WINDREAM/My Project/Settings.settings b/DD_PM_WINDREAM/My Project/Settings.settings new file mode 100644 index 0000000..4e4d7c9 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/Settings.settings @@ -0,0 +1,44 @@ + + + + + + + + + <?xml version="1.0" encoding="utf-16"?> +<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <ConnectionString>Data Source=172.24.12.41\Tests;Initial Catalog=DD_DMS;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString> + <ProviderName>System.Data.SqlClient</ProviderName> +</SerializableConnectionString> + Data Source=172.24.12.41\Tests;Initial Catalog=DD_DMS;Persist Security Info=True;User ID=sa;Password=dd + + + 0, 0 + + + 0, 0 + + + 890, 790 + + + 890, 790 + + + 5 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/My Project/licenses.licx b/DD_PM_WINDREAM/My Project/licenses.licx new file mode 100644 index 0000000..fb07bf7 --- /dev/null +++ b/DD_PM_WINDREAM/My Project/licenses.licx @@ -0,0 +1,4 @@ +DevExpress.XtraPdfViewer.PdfViewer, DevExpress.XtraPdfViewer.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/DD_PM_WINDREAM/My Project/licenses.licx.bak b/DD_PM_WINDREAM/My Project/licenses.licx.bak new file mode 100644 index 0000000..905337c --- /dev/null +++ b/DD_PM_WINDREAM/My Project/licenses.licx.bak @@ -0,0 +1,4 @@ +DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraPdfViewer.PdfViewer, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/DD_PM_WINDREAM/PM_ohne_slogan_128px.ico b/DD_PM_WINDREAM/PM_ohne_slogan_128px.ico new file mode 100644 index 0000000..85e3626 Binary files /dev/null and b/DD_PM_WINDREAM/PM_ohne_slogan_128px.ico differ diff --git a/DD_PM_WINDREAM/Resources/20110505_Logo_syncreon_slogan_inverse.png b/DD_PM_WINDREAM/Resources/20110505_Logo_syncreon_slogan_inverse.png new file mode 100644 index 0000000..9bd98e2 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/20110505_Logo_syncreon_slogan_inverse.png differ diff --git a/DD_PM_WINDREAM/Resources/A_1.ico b/DD_PM_WINDREAM/Resources/A_1.ico new file mode 100644 index 0000000..54012f5 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/A_1.ico differ diff --git a/DD_PM_WINDREAM/Resources/Checkbox.PNG b/DD_PM_WINDREAM/Resources/Checkbox.PNG new file mode 100644 index 0000000..8550600 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/Checkbox.PNG differ diff --git a/DD_PM_WINDREAM/Resources/ComboBox_16xLG.png b/DD_PM_WINDREAM/Resources/ComboBox_16xLG.png new file mode 100644 index 0000000..ad39994 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/ComboBox_16xLG.png differ diff --git a/DD_PM_WINDREAM/Resources/DateOrTimePicker_675.png b/DD_PM_WINDREAM/Resources/DateOrTimePicker_675.png new file mode 100644 index 0000000..273433c Binary files /dev/null and b/DD_PM_WINDREAM/Resources/DateOrTimePicker_675.png differ diff --git a/DD_PM_WINDREAM/Resources/Einstellungen6.ico b/DD_PM_WINDREAM/Resources/Einstellungen6.ico new file mode 100644 index 0000000..66e5fa9 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/Einstellungen6.ico differ diff --git a/DD_PM_WINDREAM/Resources/Files_7954.png b/DD_PM_WINDREAM/Resources/Files_7954.png new file mode 100644 index 0000000..a28ff46 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/Files_7954.png differ diff --git a/DD_PM_WINDREAM/Resources/GoToDeclaration_5576.png b/DD_PM_WINDREAM/Resources/GoToDeclaration_5576.png new file mode 100644 index 0000000..fb5bcd2 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/GoToDeclaration_5576.png differ diff --git a/DD_PM_WINDREAM/Resources/Label_684.png b/DD_PM_WINDREAM/Resources/Label_684.png new file mode 100644 index 0000000..183818d Binary files /dev/null and b/DD_PM_WINDREAM/Resources/Label_684.png differ diff --git a/DD_PM_WINDREAM/Resources/Nextrequest_10302.png b/DD_PM_WINDREAM/Resources/Nextrequest_10302.png new file mode 100644 index 0000000..42c500c Binary files /dev/null and b/DD_PM_WINDREAM/Resources/Nextrequest_10302.png differ diff --git a/DD_PM_WINDREAM/Resources/PM_mit_slogan.JPG b/DD_PM_WINDREAM/Resources/PM_mit_slogan.JPG new file mode 100644 index 0000000..9d880ef Binary files /dev/null and b/DD_PM_WINDREAM/Resources/PM_mit_slogan.JPG differ diff --git a/DD_PM_WINDREAM/Resources/PM_mit_slogan.PNG b/DD_PM_WINDREAM/Resources/PM_mit_slogan.PNG new file mode 100644 index 0000000..d61ebb0 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/PM_mit_slogan.PNG differ diff --git a/DD_PM_WINDREAM/Resources/TextBox_708.png b/DD_PM_WINDREAM/Resources/TextBox_708.png new file mode 100644 index 0000000..e38d5a0 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/TextBox_708.png differ diff --git a/DD_PM_WINDREAM/Resources/add.png b/DD_PM_WINDREAM/Resources/add.png new file mode 100644 index 0000000..61d2595 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/add.png differ diff --git a/DD_PM_WINDREAM/Resources/application_form_edit.png b/DD_PM_WINDREAM/Resources/application_form_edit.png new file mode 100644 index 0000000..af486c9 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/application_form_edit.png differ diff --git a/DD_PM_WINDREAM/Resources/arrow_refresh.png b/DD_PM_WINDREAM/Resources/arrow_refresh.png new file mode 100644 index 0000000..0de2656 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/arrow_refresh.png differ diff --git a/DD_PM_WINDREAM/Resources/asterisk_yellow.png b/DD_PM_WINDREAM/Resources/asterisk_yellow.png new file mode 100644 index 0000000..bab7cc9 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/asterisk_yellow.png differ diff --git a/DD_PM_WINDREAM/Resources/book_open.png b/DD_PM_WINDREAM/Resources/book_open.png new file mode 100644 index 0000000..7d863f9 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/book_open.png differ diff --git a/DD_PM_WINDREAM/Resources/checkbox_16xLG.png b/DD_PM_WINDREAM/Resources/checkbox_16xLG.png new file mode 100644 index 0000000..78e8c0c Binary files /dev/null and b/DD_PM_WINDREAM/Resources/checkbox_16xLG.png differ diff --git a/DD_PM_WINDREAM/Resources/cmb.PNG b/DD_PM_WINDREAM/Resources/cmb.PNG new file mode 100644 index 0000000..d2718ba Binary files /dev/null and b/DD_PM_WINDREAM/Resources/cmb.PNG differ diff --git a/DD_PM_WINDREAM/Resources/computer_edit.png b/DD_PM_WINDREAM/Resources/computer_edit.png new file mode 100644 index 0000000..34c72fe Binary files /dev/null and b/DD_PM_WINDREAM/Resources/computer_edit.png differ diff --git a/DD_PM_WINDREAM/Resources/database_go.png b/DD_PM_WINDREAM/Resources/database_go.png new file mode 100644 index 0000000..61a8556 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/database_go.png differ diff --git a/DD_PM_WINDREAM/Resources/database_go1.png b/DD_PM_WINDREAM/Resources/database_go1.png new file mode 100644 index 0000000..61a8556 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/database_go1.png differ diff --git a/DD_PM_WINDREAM/Resources/database_link.png b/DD_PM_WINDREAM/Resources/database_link.png new file mode 100644 index 0000000..4c8204a Binary files /dev/null and b/DD_PM_WINDREAM/Resources/database_link.png differ diff --git a/DD_PM_WINDREAM/Resources/database_refresh.png b/DD_PM_WINDREAM/Resources/database_refresh.png new file mode 100644 index 0000000..ff803be Binary files /dev/null and b/DD_PM_WINDREAM/Resources/database_refresh.png differ diff --git a/DD_PM_WINDREAM/Resources/database_save.png b/DD_PM_WINDREAM/Resources/database_save.png new file mode 100644 index 0000000..44c06dd Binary files /dev/null and b/DD_PM_WINDREAM/Resources/database_save.png differ diff --git a/DD_PM_WINDREAM/Resources/delete_12x12.png b/DD_PM_WINDREAM/Resources/delete_12x12.png new file mode 100644 index 0000000..3987c11 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/delete_12x12.png differ diff --git a/DD_PM_WINDREAM/Resources/dtp.PNG b/DD_PM_WINDREAM/Resources/dtp.PNG new file mode 100644 index 0000000..3a835b3 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/dtp.PNG differ diff --git a/DD_PM_WINDREAM/Resources/email_go.png b/DD_PM_WINDREAM/Resources/email_go.png new file mode 100644 index 0000000..4a6c5d3 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/email_go.png differ diff --git a/DD_PM_WINDREAM/Resources/flag_green.png b/DD_PM_WINDREAM/Resources/flag_green.png new file mode 100644 index 0000000..e4bc611 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/flag_green.png differ diff --git a/DD_PM_WINDREAM/Resources/flag_orange.png b/DD_PM_WINDREAM/Resources/flag_orange.png new file mode 100644 index 0000000..e632024 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/flag_orange.png differ diff --git a/DD_PM_WINDREAM/Resources/flag_pink.png b/DD_PM_WINDREAM/Resources/flag_pink.png new file mode 100644 index 0000000..5f15e52 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/flag_pink.png differ diff --git a/DD_PM_WINDREAM/Resources/flag_purple.png b/DD_PM_WINDREAM/Resources/flag_purple.png new file mode 100644 index 0000000..d069866 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/flag_purple.png differ diff --git a/DD_PM_WINDREAM/Resources/flag_red.png b/DD_PM_WINDREAM/Resources/flag_red.png new file mode 100644 index 0000000..e8a602d Binary files /dev/null and b/DD_PM_WINDREAM/Resources/flag_red.png differ diff --git a/DD_PM_WINDREAM/Resources/group_key.png b/DD_PM_WINDREAM/Resources/group_key.png new file mode 100644 index 0000000..257f111 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/group_key.png differ diff --git a/DD_PM_WINDREAM/Resources/information.png b/DD_PM_WINDREAM/Resources/information.png new file mode 100644 index 0000000..12cd1ae Binary files /dev/null and b/DD_PM_WINDREAM/Resources/information.png differ diff --git a/DD_PM_WINDREAM/Resources/key.png b/DD_PM_WINDREAM/Resources/key.png new file mode 100644 index 0000000..4ec1a92 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/key.png differ diff --git a/DD_PM_WINDREAM/Resources/key1.png b/DD_PM_WINDREAM/Resources/key1.png new file mode 100644 index 0000000..4ec1a92 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/key1.png differ diff --git a/DD_PM_WINDREAM/Resources/key_go.png b/DD_PM_WINDREAM/Resources/key_go.png new file mode 100644 index 0000000..30b0dc3 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/key_go.png differ diff --git a/DD_PM_WINDREAM/Resources/lbl.PNG b/DD_PM_WINDREAM/Resources/lbl.PNG new file mode 100644 index 0000000..e439a4e Binary files /dev/null and b/DD_PM_WINDREAM/Resources/lbl.PNG differ diff --git a/DD_PM_WINDREAM/Resources/logo_bilder.jpg b/DD_PM_WINDREAM/Resources/logo_bilder.jpg new file mode 100644 index 0000000..6c83c81 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/logo_bilder.jpg differ diff --git a/DD_PM_WINDREAM/Resources/magifier_zoom_out.png b/DD_PM_WINDREAM/Resources/magifier_zoom_out.png new file mode 100644 index 0000000..81f2819 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/magifier_zoom_out.png differ diff --git a/DD_PM_WINDREAM/Resources/magifier_zoom_out1.png b/DD_PM_WINDREAM/Resources/magifier_zoom_out1.png new file mode 100644 index 0000000..81f2819 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/magifier_zoom_out1.png differ diff --git a/DD_PM_WINDREAM/Resources/page_copy.png b/DD_PM_WINDREAM/Resources/page_copy.png new file mode 100644 index 0000000..195dc6d Binary files /dev/null and b/DD_PM_WINDREAM/Resources/page_copy.png differ diff --git a/DD_PM_WINDREAM/Resources/page_red.png b/DD_PM_WINDREAM/Resources/page_red.png new file mode 100644 index 0000000..0b18247 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/page_red.png differ diff --git a/DD_PM_WINDREAM/Resources/puzzle2.ico b/DD_PM_WINDREAM/Resources/puzzle2.ico new file mode 100644 index 0000000..4e2a1fb Binary files /dev/null and b/DD_PM_WINDREAM/Resources/puzzle2.ico differ diff --git a/DD_PM_WINDREAM/Resources/refresh_16xLG.png b/DD_PM_WINDREAM/Resources/refresh_16xLG.png new file mode 100644 index 0000000..652cd85 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/refresh_16xLG.png differ diff --git a/DD_PM_WINDREAM/Resources/refresh_16xMD.png b/DD_PM_WINDREAM/Resources/refresh_16xMD.png new file mode 100644 index 0000000..8612d8c Binary files /dev/null and b/DD_PM_WINDREAM/Resources/refresh_16xMD.png differ diff --git a/DD_PM_WINDREAM/Resources/resultset_first.png b/DD_PM_WINDREAM/Resources/resultset_first.png new file mode 100644 index 0000000..b03eaf8 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/resultset_first.png differ diff --git a/DD_PM_WINDREAM/Resources/resultset_last.png b/DD_PM_WINDREAM/Resources/resultset_last.png new file mode 100644 index 0000000..8ec8947 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/resultset_last.png differ diff --git a/DD_PM_WINDREAM/Resources/resultset_next.png b/DD_PM_WINDREAM/Resources/resultset_next.png new file mode 100644 index 0000000..e252606 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/resultset_next.png differ diff --git a/DD_PM_WINDREAM/Resources/resultset_previous.png b/DD_PM_WINDREAM/Resources/resultset_previous.png new file mode 100644 index 0000000..18f9cc1 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/resultset_previous.png differ diff --git a/DD_PM_WINDREAM/Resources/save.bmp b/DD_PM_WINDREAM/Resources/save.bmp new file mode 100644 index 0000000..dbd0f92 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/save.bmp differ diff --git a/DD_PM_WINDREAM/Resources/syncreon.png b/DD_PM_WINDREAM/Resources/syncreon.png new file mode 100644 index 0000000..8b854f7 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/syncreon.png differ diff --git a/DD_PM_WINDREAM/Resources/table_add.png b/DD_PM_WINDREAM/Resources/table_add.png new file mode 100644 index 0000000..2a3e5c4 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/table_add.png differ diff --git a/DD_PM_WINDREAM/Resources/txt.PNG b/DD_PM_WINDREAM/Resources/txt.PNG new file mode 100644 index 0000000..eb15330 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/txt.PNG differ diff --git a/DD_PM_WINDREAM/Resources/user.png b/DD_PM_WINDREAM/Resources/user.png new file mode 100644 index 0000000..79f35cc Binary files /dev/null and b/DD_PM_WINDREAM/Resources/user.png differ diff --git a/DD_PM_WINDREAM/Resources/user_red.png b/DD_PM_WINDREAM/Resources/user_red.png new file mode 100644 index 0000000..c6f66e8 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/user_red.png differ diff --git a/DD_PM_WINDREAM/Resources/world_link.png b/DD_PM_WINDREAM/Resources/world_link.png new file mode 100644 index 0000000..b8edc12 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/world_link.png differ diff --git a/DD_PM_WINDREAM/Resources/zoom_in.png b/DD_PM_WINDREAM/Resources/zoom_in.png new file mode 100644 index 0000000..cdf0a52 Binary files /dev/null and b/DD_PM_WINDREAM/Resources/zoom_in.png differ diff --git a/DD_PM_WINDREAM/Resources/zoom_out.png b/DD_PM_WINDREAM/Resources/zoom_out.png new file mode 100644 index 0000000..07bf98a Binary files /dev/null and b/DD_PM_WINDREAM/Resources/zoom_out.png differ diff --git a/DD_PM_WINDREAM/Resources/zoom_out1.png b/DD_PM_WINDREAM/Resources/zoom_out1.png new file mode 100644 index 0000000..07bf98a Binary files /dev/null and b/DD_PM_WINDREAM/Resources/zoom_out1.png differ diff --git a/DD_PM_WINDREAM/bin/Debug/1~1.docx b/DD_PM_WINDREAM/bin/Debug/1~1.docx new file mode 100644 index 0000000..14b790e --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/1~1.docx @@ -0,0 +1,29 @@ + + + +Musterfirma | Musterweg 1 | 12345 Musterstadt +Herr +Max Mustermann +Musterstrasse 1 + + 51234 Beispielstadt + Rechnungsdatum: 07.03.2014 + Liefer- bzw. Leistungsdatum: 12.10.2013 + Ust-IdNr.: DE123456789 + + +Rechnung Nr. 12345 + +Wir bedanken uns für die gute Zusammenarbeit und stellen Ihnen vereinbarungsgemäß folgende Lieferungen und Leistungen in Rechnung: + +Nr. Bezeichnung Menge Einzel/Euro Gesamt/Euro +1 Künstlerauftritt Beispielsendung 2013 pauschal 1.000,00 1.000,00 +2 Reisekosten nach Beleg Pauschal 850,00 85000 + + Summe netto 1.850,00 + Umsatzsteuer 19% 351,50 + Rechnungsbetrag 2.201,50 + +Die Rechnung ist sofort fällig. + +Bitte überweisen Sie den Rechnungsbetrag ohne Abzüge auf unser Bankkonto. diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe new file mode 100644 index 0000000..d08cc74 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe differ diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe.config b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe.config new file mode 100644 index 0000000..30023e4 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.exe.config @@ -0,0 +1,49 @@ + + + + +
+ + + + + + + + + + + + + + + 0, 0 + + + 0, 0 + + + 890, 790 + + + 890, 790 + + + 5 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.pdb b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.pdb new file mode 100644 index 0000000..7b2e1dc Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.pdb differ diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe new file mode 100644 index 0000000..c0dfecc Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe differ diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe.config b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe.config new file mode 100644 index 0000000..30023e4 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.vshost.exe.config @@ -0,0 +1,49 @@ + + + + +
+ + + + + + + + + + + + + + + 0, 0 + + + 0, 0 + + + 890, 790 + + + 890, 790 + + + 5 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + 0, 0 + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.xml b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.xml new file mode 100644 index 0000000..1729958 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DD_PM_WINDREAM.xml @@ -0,0 +1,789 @@ + + + + +DD_PM_WINDREAM + + + + + + Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + + + + + Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + + + + + Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + + + + + + + + + + + + + + + Liefert den Wert eines Indexes als String + _indexname = Name des zu überprüfenden Indexfeldes + + + + Konstruktor für die windream-Klasse + + + + + + Initialisiert die statische Klasse (Login, Session starten, usw.) + + Liefert True wenn das Anmelden erfolgreich war, sonst False + + + + + Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. + + Alle Objekttypen als WMObjects-Objekt + + + + + Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. + + Array mit allen Objekttypen als Strings + + + + + Liefert alle Indexe eines Objekttypen. + + Name des Objekttyps + Array mit allen Objekttyp zugeordneten Indexen als String + + + + + Liefert einen Objekttyp als WMObject an Hand dessen Name. + + Name des Objekttyps + Objekttyp als WMObject + + + + + Überprüft ob der angegebene Index im Objekttyp existiert + + Name des zu durchsuchenden Objekttyps + Name des zu suchenden Indexes + Liefert True wenn der Index im Objekttyp existiert, sonst False + + + + + Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. + + Anmeldestatus als Boolean + + + + + Liefert den Servernamen an dem windream aktuell angemeldet ist. + + Servername als String + + + + + Liefert den Typen eines Indexes als Integer. + + Name des zu überprüfenden Indexfeldes + Liefert eine Zahl, die einen Typen beschreibt + + + + +Represents a strongly typed in-memory cache of data. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios + + + + +Update rows in top-down order. + + + + +Insert rows in top-down order. + + + + +Delete rows in bottom-up order. + + + + +Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first + + + + +Update all changes to the dataset. + + + + +Update Order Option + + + + +Used to sort self-referenced table's rows + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DLLLicenseManager.dll b/DD_PM_WINDREAM/bin/Debug/DLLLicenseManager.dll new file mode 100644 index 0000000..b05b70d Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DLLLicenseManager.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.dll new file mode 100644 index 0000000..5eddfd4 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.xml new file mode 100644 index 0000000..bcf07eb --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Data.v15.2.xml @@ -0,0 +1,31092 @@ + + + + DevExpress.Data.v15.2 + + + + + + Exposes functionality that enables you to display a progress indicator for time-consuming operations. + + + + + + + + Initializes and displays a progress indicator. + + + + A string indicating what action is currently performed + + + + An integer specifying the minimum indicator value. + + + + An integer specifying the maximum indicator value. + + + + An integer specifying the current indicator value. + + + + + + + + Finalizes progress indication. + + + + + + + + Modifies the indicator value to track progress. + + + + + An integer that is the value indicating the current progress. + + + + + + + + + + Provides methods for transferring data between cached data store elements. + + + + + + + When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of data modification statements. + + + A denoting the result of the data modifications. + + + + + + + When implemented by a class, informs a cached data store's Root element ( or ) about specific modified tables. + + + + A Root element's state stored by a specific cache Node. + + + + An array of table names specifying modified tables. + + + A object specifying a Root element's state. + + + + + + + When implemented by a class, synchronizes table update information with a cached data store's Root element ( or ). + + + + A Root element's state stored by a specific cache Node. + + + A object specifying a Root element's state. + + + + + + + When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of query statements. + + + A object denoting the result of the data fetch. + + + + + + + When implemented by a class, updates a cached data store's schema according to specified settings and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of tables whose structure should be saved in the cached data store. + + + + true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the cached data store; otherwise, false. + + + An denoting the result of the update operation. + + + + + + + + The interface for objects that need to interact with a cached data store. + + + + + + + + + The base class for data store providers (the objects providing access to specific data stores). + + + + + + + Returns which operations are performed when a data store is accessed for the first time. + + + An enumeration value that specifies the action which is performed when a data store is accessed for the first time. + + + + + + + Returns registered provider factories. + + + An array of provider factories that are registered for the current data store. + + + + + + + Creates a data store based on specified settings. + + + + An object which implements the interface. + + + + An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. + + + A data store implementing the interface, which uses the connection to access a database. + + + + + + + Creates a data store based on specified settings. + + + + A specifying the provider type. Normally, each provider returns its type via the XpoProviderTypeString property. + + + + The connection string which is used to instantiate a connection provider. + + + + An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. + + + + An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the created data store is disconnected. + + + A data store implementing the interface, which uses the connection to access a database. + + + + + + + Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. + + + + A that uniquely identifies a data store provider. + + + + A DataStoreCreationFromStringDelegate delegate to be called when the data store provider is created and connected to a database using a connection string. + + + + + + + + Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. + + + + A specifying a connection type name, including a namespace. For instance, the defines this parameter as "System.Data.SqlClient.SqlConnection". + + + + A DataStoreCreationFromConnectionDelegate delegate to be called when the data store provider is created and connected to a database using a connection of the specified type. + + + + + + + + Registers a specified data store provider factory. + + + + A ProviderFactory object exposing members required to create a data store provider. + + + + + + + + Updates a data store's schema according to specified settings. + + + + An array of tables whose structure should be saved in the data store. + + + + + + + + Returns a parameter name used to denote a provider type in a connection string. The default value is "XpoProvider". + + + + + + + + + + + The Root element that is used to connect Node elements to a cached data store. + + + + + + + Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached. + + + + A object which provides connection to a data store to be cached. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Applies specified configuration settings to a cached data store. + + + + A object containing cache configuration settings. + + + + + + + + Returns information that describes the structure of specified tables in a cached data store. + + + + An array of table names whose information should be retrieved. + + + An array of objects that describe the structure of the requested tables. + + + + + + + Returns a list of all the tables available in a cached data store. + + + + true, to include views; otherwise, false + + + An array of the table names in the cached data store. + + + + + + + + The Node element that is used to connect to a cached data store's Root or Node element located on the local host. + + + + + + + Initializes a new instance of the DataCacheNodeLocal class with default settings and a specified parent cache element. + + + + A parent Root or Node element specifying the element (located on the same computer) to which the current Node is connected. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + The Node element that is used to connect to a cached data store's Root or Node element. + + + + + + + Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element. + + + + A parent Root or Node element specifying the element to which the current Node is connected. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Synchronizes the Node's table update information with the Root element ( or ). + + + + + + + + Applies specified configuration settings to a cached data store. + + + + A object containing cache configuration settings. + + + + + + + + Returns information that describes the structure of specified tables in a cached data store. + + + + An array of table names whose information should be retrieved. + + + An array of objects that describe the structure of the requested tables. + + + + + + + Returns a list of all the tables available in a cached data store. + + + + true, to include views; otherwise, false. + + + An array of the table names in the cached data store. + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of the and field values. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). + + + + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of other memory limit properties. + + + + + + + + + + Specifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds. + + + + + + + + + + Specifies the minimum number of query results to retain within the current Node's cache during its automatic purge. The default value is 16. + + + + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. The default value is 64 MB (64*1024*1024 bytes); in the .NET Compact Framework - 4 MB (4*1024*1024 bytes). + + + + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. + + + + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). + + + + + + + + + + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. + + + + + + + + + + + Information on the age of tables cached via a object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Information on the last state of a cached data store's Root element ( or ), including schema update results. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Information on the last state of a cached data store's Root element ( or ), including query results. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Information on the last state of a cached data store's Root element ( or ). + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + A cached data store's Root element ( or ) state information stored in a Node element ( or ). + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Information on the last state of a cached data store's Root element ( or ), including data modification results. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Contains configuration settings for cached data stores. + + + + + + + Initializes a new instance of the DataCacheConfiguration class with specified caching scope settings. + + + + A enumeration value specifying the scope of tables. The specified value is used to initialize the property. + + + + An array of table names used to determine the caching scope. The specified value is used to initialize the property. + + + + + + + + Initializes a new instance of the DataCacheConfiguration class with default settings. + + + + + + + + Specifies the scope of table settings in the current configuration. + + + A enumeration value which identifies if tables specified via the property are included in or excluded from the caching scope. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Returns a shallow DataCacheConfiguration instance. + + + A object instance with no configuration settings specified. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Specifies tables to be used to determine the caching scope of the current configuration. + + + An array of table names specifying the tables to be included in or excluded from the caching scope. + + + + + + + + + Lists the values that specify the scope of cache configuration settings in cached data stores. + + + + + + + All tables will be cached, regardless of their inclusion in the configuration settings. + + + + + + + + Only tables specified in configuration settings will be cached. + + + + + + + + All tables except for the tables specified in configuration settings will be cached. + + + + + + + + + Base class for classes that implement data store caching. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + When implemented by a descendant class, applies specified configuration settings to a cached data store. + + + + A object containing cache configuration settings. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + The name of a category used to tag data cache operations in XPO logs. The default category name is "DataCache". + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + When implemented by a descendant class, resets or clears any cached information on data store tables (such as table update information and cached query results). + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + Lists the values that specify categories for functions available in Expression Editors. + + + + + + + Identifies functions that fall into any of the other categories. + + + + + + + + Identifies functions that work with date-time values. + + + + + + + + Identifies functions that perform logical operations. + + + + + + + + Identifies functions that perform math operations. + + + + + + + + Identifies functions that work with strings. + + + + + + + + + Defines server-side processing for custom functions. + + + + + + + When implemented by a custom function, formats a database-specific SQL command that corresponds to this function. + + + + A object specifying a data store (database) provider. For example, . + + + + An array of operands (parameters) passed to a custom function. + + + A specifying a SQL command, which will substitute a custom function's calls in query statements. + + + + + + + + Provides additional information (a function category, function description, parameter count, etc.) on custom functions for Expression Editors. + + + + + + + When implemented by a custom function, designates its functional category. + + + A value specifying a custom function's category. + + + + + + + When implemented by a custom function, returns its description. + + + A text describing a custom function's syntax and purpose. + + + + + + + When implemented by a custom function, determines if it accepts a specified number of operands (parameters). + + + + An integer value specifying the number of operands (parameters) passed to a custom function. + + + true if the number of operands (parameters) passed as the count is valid for a custom function; otherwise, false. + + + + + + + When implemented by a custom function, determines if a certain type can be passed as a specified operand. + + + + A zero-based integer value specifying an operand's index among a custom function's operands. + + + + An integer value specifying the total number of operands passed to a custom function. + + + + A object specifying an operand's type. + + + true if a custom function accepts the type; otherwise, false. + + + + + + + When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. + + + An integer value specifying the maximum number of function operands (parameters) a custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. + + + + + + + When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. + + + An integer value specifying the least possible number of function operands (parameters) required by a custom function. 0 indicates that operands can be omitted. + + + + + + + + Declares the base functionality for custom functions. + + + + + + + When implemented by a custom function, evaluates it on the client. + + + + An array of objects specifying function operands (parameters). + + + An specifying a custom function's return value, calculated based on the operands. + + + + + + + When implemented by a custom function, specifies its name. + + + A used to identify a custom function. + + + + + + + When implemented by a custom function, determines its return value type based on the type of function operands (parameters). + + + + An array of function operator (parameter) types. + + + A object specifying the return value type of a custom function. + + + + + + + + A constant value operand in criteria expressions. + + + + + + + Initializes a new instance of the ConstantValue class with default settings. + + + + + + + + Initializes a new instance of the ConstantValue class with the specified constant value. + + + + The constant value for the operand. This value is assigned to the property. + + + + + + + + Creates a copy of the current ConstantValue instance. + + + An ConstantValue object which represents an exact copy of the current object. + + + + + + + + A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + + + + + + + A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + + + + + + + Initializes a new instance of the LayoutAllowEventArgs class with the specified previous version. + + + + A specifying the previous version number. This value is assigned to the property. + + + + + + + + Gets or sets whether to allow upgrading the control layout. + + + true to allow the operation; otherwise, false. + + + + + + + + Enumerates group operator types. + + + + + + + Groups operands with logical AND. + +To create the logical AND operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 > 100 AND Field2 < 150") + + + + + + + + Groups operands with logical OR. + +To create the logical OR operator using the method use the following syntax: + +CriteriaOperator.Parse("Field1 > 100 OR Field2 < 150") + + + + + + + + + When implemented, specifies a converter used to serialize/deserialize arbitrary objects in a custom manner. + + + + + + + + When implemented, returns whether the converter can serialize/deserialize objects of the specified type. + + + + A that specifies the type to check. + + + true if the converter can serialize/deserialize objects of the specified type; otherwise, false. + + + + + + + When implemented, deserializes an object of the specified type from the specified string. + + + + A that specifies the type of object to deserialize. + + + + A that represents the serialized object. + + + A deserialized object. + + + + + + + When implemented, returns the type by its full name. + + + + A that specifies the full name of the type to return. + + + A that identifies the type whose full name is specified by the typeName parameter. + + + + + + + When implemented, serializes the specified object of the specified type. + + + + A that specifies the type of the object to serialize. + + + + The object to serialize. + + + A that represents the serialized object. + + + + + + + + This class supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + For internal use only. + + + + + + + + + + + + For internal use only. + + + + + + + + For internal use only. + + + + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current ParameterValue object. + + + + An integer value representing the hash code for the current object. + + + + + + + For internal use only. + + + + + + + + + + + This class supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + For internal use only. + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + For internal use only. + + + + + + + + For internal use only. + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current OperandParameter object. + + + + An integer value representing the hash code for the current object. + + + + + + + For internal use only. + + + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the GetQueryableEventArgs class with default settings. + + + + + + + + Specifies whether elements retrieved by the 's queryable source are thread-safe. + + + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + + + + + + + Gets or sets the name of the key property. + + + A value indicating the key property name. + + + + + + + Gets or sets the queryable data source. + + + An object that implements the interface. + + + + + + + Gets or sets an arbitrary object associated with a queryable source. + + + An object associated with a queryable source. + + + + + + + + Lists result types of spelling check. + + + + + + + A misspelled word is found. + + + + + + + + A repeating word is found. + + + + + + + + No errors are found + + + + + + + + + The options used for the spelling check. + + + + + + + Locks the IOptionsSpellings object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Start spelling check from the cursor position. + + + A enumeration value, specifying whether the spell checker should start checking from the cursor position. + + + + + + + Spell check the selected text first. + + + A enumeration value specifying whether the spell checker should start checking the selected text first. + + + + + + + Unlocks the IOptionsSpellings object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets whether e-mail addresses should be excluded from the check. + + + A enumeration value specifying whether words that are e-mail addresses should be checked. + + + + + + + + Gets or sets whether text enclosed with specific markup tags should be checked. + + + + true to exclude text within tags from the check; otherwise, false. + + + + + + + + + Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. + + + + A enumeration value specifying whether mixed case words should be checked. + + + + + + + + Gets or sets whether the spell checker ignores repeated words. + + + A enumeration value specifying whether the text should be checked for repeated words. + + + + + + + Gets or sets whether the spell checker ignores words in which all letters are uppercase. + + + A enumeration value, specifying whether the words in which all letters are uppercase should be checked. + + + + + + + Gets or sets whether the spell checker ignores the URLs in text. + + + A enumeration value, specifying whether the words which are URLs should be checked. + + + + + + + Gets or sets whether the spell checker ignores words that contain numbers. + + + A enumeration value, specifying whether the words which contain numbers should be checked. + + + + + + + Occurs when any of the spelling check options are changed. + + + + + + + + + Represents the result of the spelling check. + + + + + + + Gets whether the spelling error is found during a spelling check. + + + true if a spelling error is found; otherwise, false. + + + + + + + Gets the index of a checked word in a text. + + + + An integer representing the index of a word in a text. + + + + + + + Gets the length of a checked word. + + + An integer representing the number of positions the checked word occupies. + + + + + + + + + Indicates the result of checking a word. + + + A enumeration member. + + + + + + + Gets the text being checked. + + + A string containing the text being checked. + + + + + + + Gets the checked word. + + + A string representing the checked word. + + + + + + + + The base interface of a spell checker. + + + + + + + + Add a word to a custom dictionary. + + + + A word to add. + + + + + + + + Add a word to a custom dictionary. + + + + A word to add. + + + + A object used to select a dictionary for the specified word. + + + + + + + + Occurs after a word is checked. + + + + + + + + Determines whether a word can be added to a custom dictionary. + + + true if a word can be added to the dictionary; otherwise, false. + + + + + + + Determines whether words of the specified language can be added to the dictionary. + + + + A object that specifies the language of the required dictionary. + + + true, if the words can be added to the dictionary; otherwise, false. + + + + + + + Checks the specified control for spelling mistakes. + + + + A object, representing a control to be checked for spelling mistakes. + + + + + + + + Checks the spelling of the text available through the controller interface in the specified range and returns on the first error that occurrs. + + + + + An object that is a control to be checked for spelling mistakes. + + + + An object implementing the interface providing text to check. + + + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check statrs. + + + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check finishes. + + + An object with the interface providing information on the error type and position. + + + + + + + Checks the specified text in the specified control with the specified culture. + + + + A control to check. + + + + A string that is a text to check. + + + + + An integer specifying the start position within the string. + + + + + The object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + An object exposing the interface. + + + + + + + Gets or sets the culture-specific settings of the spell checker. + + + A object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + + Occurs when the current culture setting of a spell checker is changed. + + + + + + + + Occurs when a custom dictionary is modified by an end-user. + + + + + + + + Provides access to spell checking options for a specified control. + + + + A control for which spelling options are set. + + + An object exposing the interface. + + + + + + + Constructs an ordered list of suggestions for a given word. + + + + A System.String representing a word for which the suggestions should be calculated. + + + + A object specifying the culture, ensuring that the proper dictionaries are loaded. + + + + A object representing a sorted list of suggested words. + + + + + + + Disregards a word in a text. + + + + A control whose content is checked. + + + + + A word to ignore while checking. + + + + The position from which to start ignoring the word. + + + + + Position to finish ignoring the word. + + + + + + + + Skips the specified word throughout the entire content of the specified control. + + + + A control whose content is checked. + + + + A word to ignore. + + + + + + + + Gets whether the spell checker is checking the content. + + + true if a spell checker is checking the content; otherwise, false. + + + + + + + Registers a list of words as the words to ignore while checking. + + + + A control whose content is checked. + + + + + An object exposing the interface and representing a list of words to skip. + + + + + + + + Gets or sets the spell check mode. + + + A enumeration member. + + + + + + + Occurs when the SpellCheckMode is changed. + + + + + + + + Unregisters the previously registered list of words which should be skipped while checking. + + + + A control whose content is checked. + + + + + + + + Occurs after a word is added to a custom dictionary. + + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any queryable source. + + + + + + + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Creates a new instance of the LinqInstantFeedbackSource. + + + + + + + + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Specifies whether elements retrieved by the LinqInstantFeedbackSource's queryable source are thread-safe. + + + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + + + + + + + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + + + A object which contains the names of the columns against which data source contents are sorted. + + + + + + + Specifies the type of objects that will be retrieved from a data source, at design time. + + + A type of objects that will be retrieved from a data source. + + + + + + + + Occurs when the LinqInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. + + + + + + + + This method is intended for internal use. + + + + + + + + + + + + + + Occurs when the LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. + + + + + + + + Specifies the name of the key property. + + + A value that specifies the key property name. + + + + + + + Refreshes the LinqInstantFeedbackSource. + + + + + + + + + Lists day types by the working activity. + + + + + + + Indicates that a particular, exact date is a work day. + + + + + + + + Indicates that this day is a holiday. + + + + + + + + Indicates a weekday. + + + + + + + + + Lists the values used to specify the border's dash style for an . + + + + + + + Specifies a line consisting of dashes. + + + + + + + + Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash) + + + + + + + + + Specifies a line consisting of a repeating dash-dot-dot pattern. Not supported in HTML (becomes visible as Dash) + + + + + + + + + Specifies a line consisting of dots. + + + + + + + + Specifies a double solid line. + + + + + + + + Specifies a solid line. + + + + + + + + + Methods that will handle the WordAdded event. + + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the WordAddedEventArgs class with the specified settings. + + + + + + A word that has been added to the custom dictionary. + + + + + + + + Gets a word added to the dictionary. + + + A string representing a word added to the dictionary. + + + + + + + + Represents a class implemented to load holidays from the Outlook.hol file. + + + + + + + Initializes a new instance of the OutlookHolidaysLoader class with default settings. + + + + + + + + Retrieves locations for which holidays are present. + + + + A containing holidays, as they are specified for MS Outlook. + + + + An array of strings containing location names. + + + + + + + Retrieves locations for which holidays are present. + + + + A string representing the location of the file containing holidays in MS Outlook format. + + + An array of strings containing location names. + + + + + + + Loads holidays from the specified file. + + + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. + + + A collection containing holidays imported from MS Outlook. + + + + + + + Loads holidays for specified locations from the specified file, using the specified encoding. + + + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. + + + + A class representing a character encoding. + + + + An array of strings containing location names. + + + A collection containing holidays imported from MS Outlook. + + + + + + + Loads holidays for specified locations from the specified file. + + + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. + + + + An array of strings containing location names. + + + A collection containing holidays imported from MS Outlook. + + + + + + + Loads holidays for specified locations from the specified stream, using the specified encoding. + + + + A containing holidays as they are represented for MS Outlook. + + + + A class representing a character encoding. + + + + An array of strings containing location names. + + + A collection containing holidays imported from MS Outlook. + + + + + + + Loads holidays for specified locations from the specified stream. + + + + A containing holidays as they are represented for MS Outlook. + + + + An array of strings containing location names. + + + A collection containing holidays imported from MS Outlook. + + + + + + + Loads holidays from the specified stream. + + + + A containing holidays as they are represented for MS Outlook. + + + A collection containing holidays imported from MS Outlook. + + + + + + + + Represents a day that is recognized as a work day. + + + + + + + + + Initializes a new instance of the ExactWorkDay class with the specified date and display name. + + + + + A value that specifies the date of the working day. This value is assigned to the property. + + + + A which specifies the display name of the working day. This value is assigned to the property. + + + + + + + + Determines whether the specified date is treated as a working day for the current ExactWorkDay. + + + + A value representing the date to check. + + + A enumeration value if the date is a work day; otherwise the value. + + + + + + + + Creates a copy of the current ExactWorkDay object. + + + An ExactWorkDay object which is a copy of the current object. + + + + + + + Determines whether the specified object is equal to the current ExactWorkDay instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current ExactWorkDay instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current ExactWorkDay object. + + + + An integer value representing the hash code for the current object. + + + + + + + Determines whether the specified date is treated as a working day. + + + + A value representing the date to be identified. + + + true if the specified day is a working day; otherwise, false. + + + + + + + Gets the day type associated with this class. + + + An enumeration value. + + + + + + + + Lists the day types regarding the recognized working activity. + + + + + + + + This date is treated as a holiday. + + + + + + + + This date cannot be attributed to a working day or holiday. + + + + + + + + This date is treated as a working day. + + + + + + + + + Serves as a base class for classes that represent a day, regarding the working activity recognized for the specific date. + + + + + + + + Determines how to treat the specified date in terms of the work day and a holiday. + + + + A value, representing the date to check. + + + A enumeration member. + + + + + + + Determines whether the specified date is treated as a working day for the current working day. + + + + A value representing the date to be identified. + + + true if the specified date is a working day; otherwise, false. + + + + + + + Gets the type of the day that the current instance of the WorkDay class descendant represents. + + + A enumeration member specifying the day type. + + + + + + + + Serves as a base class to represent a day corresponding to the particular date. + + + + + + + + Returns a date, associated with the current KnownDateDay object or its descendant. + + + A value. + + + + + + + Gets or sets the name of the day to display, associated with the current KnownDateDay object or its descendant. + + + A representing a name of the day. + + + + + + + Determines whether the specified object is equal to the current KnownDateDay instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current KnownDateDay instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current KnownDateDay object. + + + + An integer value representing the hash code for the current object. + + + + + + + + Represents a day that is recognized as a holiday. + + + + + + + + Initializes a new instance of the Holiday class with the specified date, display name and location. + + + + + A value that specifies the date of the holiday. This value is assigned to the property. + + + + A which specifies the display name of the holiday. This value is assigned to the property. + + + + A which specifies the location of the holiday. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Holiday class with the specified date and display name. + + + + + A value that specifies the date of the holiday. This value is assigned to the property. + + + + A which specifies the display name of the holiday. This value is assigned to the property. + + + + + + + + Determines whether the specified date is treated as a working day for the current holiday. + + + + A value representing the date to check. + + + A enumeration value if the date is a holiday; otherwise the value. + + + + + + + Creates a copy of the current Holiday object. + + + A Holiday object which is a copy of the current object. + + + + + + + Determines whether the specified object is equal to the current Holiday instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current Holiday instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current Holiday object. + + + + An integer value representing the hash code for the current object. + + + + + + + Determines whether the specified date is treated as a working day for the current holiday. + + + + A value representing the date to be identified. + + + Always false. + + + + + + + + Gets or sets the location attribute of the holiday. + + + A value that specifies the holiday's location. + + + + + + + Gets the day type associated with this class. + + + A enumeration value. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the HolidayBaseCollection class with default settings. + + + + + + + + + A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). + + + + + + + A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides an option to fix issues with unexpected output content (such as red crosses X, distorted fonts, etc.) for Printing, Reporting, RichEditDocumentServer and PDF libraries used on the Azure Web Site. + + + + + + + Triggers Microsoft Azure specific options for rendering and printing. + + + True, to use Azure specific settings; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Represents a list of words ignored during spell check. + + + + + + + + Adds a specified word to a list of ignored words. + + + + A string representing a word to be ignored. + + + + + + + + Adds a specified word to a list of ignored words, so that it is ignored only in the specified location. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. + + + + A string representing a word to be ignored if located between the start and the end positions. + + + + + + + + Removes all items from the ignore list. + + + + + + + + Determines whether a word is in the list of ignored words. + + + + A string to locate in the list of ignored words. + + + true if the word is found within the list; otherwise false. + + + + + + + Determines whether a word is in the list of ignored words, ignored in the specified location. + + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A string to locate in the list of ignored words. + + + true if the word is found within the list and marked as effective in the specified location; otherwise false. + + + + + + + Removes a word from the list of words ignored only once. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A string representing a word to remove from the list. + + + + + + + + + Removes a word from the list. + + + + A string representing a word to remove form the list. + + + + + + + + + An exception that is thrown when a key or index constraint fails. + + + + + + + Initializes a new instance of the ConstraintViolationException class with the specified settings. + + + + A string that specifies the SQL statement that raised the exception. + + + + A string that specifies the parameters for the SQL statement. + + + + An object that represents the inner error. + + + + + + + + + The base class for classes that describe video capture devices. + + + + + + + Initializes a new instance of the CameraDeviceBase class with the specified settings. + + + + An object that comprises system information about the video capture device. + + + + + + + + Gets the string representation of the moniker for the current device. + + + + A String value that specifies the string representation of the moniker for the current device. + + + + + + + Disposes of the current object and releases all the allocated resources. + + + + + + + + Determines whether the specified object is equal to the current object. + + + + + The object to compare with the current object. + + + true if the specified object is equal to the current object; otherwise, false. + + + + + + + Returns the list of video resolutions available on the current device. + + + The list of video resolutions available on the current device. + + + + + + + Returns the hash code for the current CameraDeviceBase object. + + + The hash code for the current CameraDeviceBase object. + + + + + + + + Gets whether the video capture device is already in use in another application. + + + true, the video capture device is already in use in another application; otherwise, false. + + + + + + + Gets whether the device is currently capturing video. + + + true, if the device is currently capturing video; otherwise, false. + + + + + + + Gets the UI display name of the video capture device. + + + A String value that specifies the UI display name of the video capture device. + + + + + + + Gets or sets the resolution of a video stream captured by the current device. + + + + A structure that specifies the resolution of a video stream captured by the current device. + + + + + + + + Sets the ICameraDeviceClient object that processes the video from the current capture device. + + + + An ICameraDeviceClient object that processes the video from the current capture device. + + + + + + + + Starts capturing video from the current device. + + + + + + + + Stops capturing video from the current device. + + + + + + + + Returns the video frame currently captured by the device. + + + A object that is the video frame currently captured by the device. + + + + + + + + Processes Windows messages. + + + + The Windows Message to process. + + + + + + + + + Represents a method that will handle the event raised after an option value change. + + + + + + + Represents a method that will handle the event raised after the option has been changed. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. + + + + A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the JoinOperand class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. + + + + A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + + + An enumeration value that specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the aggregated expression. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the aggregated expression. + + + A object that represents the aggregated expression. + + + + + + + Gets or sets the type of the aggregate operator. + + + An enumeration value that specifies the type of the aggregate operator. + + + + + + + For internal use only. + + + + + + + + + + + + + + Creates a copy of the current JoinOperand instance. + + + An JoinOperand object that represents an exact copy of the current object. + + + + + + + Gets or sets the filter criteria applied to the property values of the objects being joined. + + + + A object that represents the filter criteria. null (Nothing in Visual Basic), if the filter criteria isn't needed. + + + + + + + + For internal use only. + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An JoinOperand object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + For internal use only. + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current JoinOperand object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets the type name of persistent objects being joined with parent objects. + + + + A value that specifies the type name of persistent objects that provide data for joining. The value is case-sensitive. + + + + + + + + For internal use only. + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + Represents a base for classes providing different options. + + + + + + + Initializes a new instance of the ViewStatePersisterCore class with default settings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use only. Represents a point with floating X and Y values. + + + + + + + For internal use only. Initializes a new instance of the PointFloat class. + + + + A value. + + + + A value. + + + + + + + + For internal use only. Initializes a new instance of the PointFloat class. + + + + + + + + + + + + For internal use only. Represents an empty point. + + + + + + + + + + Determines whether or not the specified object is equal to the current PointFloat instance. + + + + The object specifying a PointFloat instance to compare with the current object. + + + true if the specified object is equal to the current PointFloat instance. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + For internal use only. Checks whether the current point object is empty. + + + true if the point is empty; otherwise, false. + + + + + + + Adds the specified values to and . + + + + A value to be added to . + + + + A value to be added to . + + + + + + + + For internal use. Returns the textual representation of PointFloat. + + + + A value. + + + + + + + For internal use. Specifies the X-coordinate of the object. + + + A value. + + + + + + + For internal use. Specifies the Y-coordinate of the object. + + + A value. + + + + + + + + Provides access to the video properties on a video capture device. + + + + + + + Initializes a new instance of the DeviceVideoSettings class with the specified settings. + + + + An ICameraDeviceClient object that processes the video stream received from a video capture device. + + + + + + + + + Provides access to the video property that specifies the backlight compensation setting. + + + A object that is the video property specifying the backlight compensation setting. + + + + + + + Provides access to the video property that specifies the brightness, also called the black level. + + + A object that is the video property specifying the brightness, also called the black level. + + + + + + + Provides access to the video property that specifies the color enable setting. + + + A object that is the video property specifying the color enable setting. + + + + + + + Provides access to the video property that specifies the contrast. + + + A object that is the video property specifying the contrast. + + + + + + + Provides access to the video property that specifies the gain adjustment. + + + A object that is the video property specifying the gain adjustment. + + + + + + + Provides access to the video property that specifies the gamma. + + + A object that is the video property specifying the gamma. + + + + + + + Provides access to the video property that specifies the hue. + + + A object that is the video property specifying the hue. + + + + + + + Occurs when a property value changes. + + + + + + + + Resets the video properties to their defaults. + + + + + + + + Provides access to the video property that specifies the saturation. + + + A object that is the video property specifying the saturation. + + + + + + + Provides access to the video property that specifies the sharpness. + + + A object that is the video property specifying the sharpness. + + + + + + + Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin. + + + A object that is the video property specifying the white balance, as a color temperature in degrees Kelvin. + + + + + + + + For internal use. Exposes the printable content of a control to the DXPrinting engine. + + + + + + + + If implemented by a class, returns the total number of detail rows. + + + + An integer value specifying the total detail count. + + + + + + + + Represents the universal collection, which may be used as a base class for other collection classes. + + + + + + + Initializes a new instance of the DXCollectionBase<T> class with default settings. + + + + + + + + Initializes a new instance of the DXCollectionBase<T> class with the specified capacity. + + + + + An integer value representing the number of elements that the collection can contain. This value is assigned to the property. + + + + + + + + Adds the specified object to the collection. + + + + + A <T> object to append to the collection. + + + An integer value indicating the position into which the new element was inserted. + + + + + + + Adds a collection of elements to the end of the collection. + + + + A object which represents the collection of elements to append to the collection. + + + + + + + + Gets or sets the number of elements that the DXCollectionBase<T> can contain. + + + An integer value representing the number of elements that the collection can contain. + + + + + + + Removes all objects from the DXCollectionBase<T> instance. + + + + + + + + Determines whether the collection contains the specified item. + + + + + A <T> object to locate in the collection. + + + true if the collection contains the specified item; otherwise, false. + + + + + + + Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array. + + + + + A one-dimensional array of <T> objects. + + + + + An integer value specifying the zero-based index in the target array at which copying begins. + + + + + + + + Gets the number of elements contained in the DXCollectionBase<T> instance. + + + An integer value representing the number of elements contained in the collection. + + + + + + + Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>. + + + + The <T> delegate that defines the conditions of the element to search for. + + + + + The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. + + + + + + + Performs the specified action on each element of the DXCollectionBase<T>. + + + + The <T> delegate to perform on each element of the DXCollectionBase<T>. + + + + + + + + Returns an enumerator that iterates through the DXCollectionBase<T> instance. + + + A for the DXCollectionBase<T> instance. + + + + + + + Returns the zero-based index of the specified element in the collection. + + + + A <T> object to locate in the collection. + + + An integer value representing the position of the specified element in the collection. + + + + + + + Inserts the specified element into the collection at the specified position. + + + + + An integer value which represents the zero-based index at which the element should be inserted. + + + + A <T> object to insert into the collection. + + + + + + + + + Removes the specified element from the collection. + + + + A <T> object to be removed from the collection. + + + true if the specified element has been successfully removed from the collection; false if the specified element has not been found within the collection. + + + + + + + Removes the element at the specified index of the DXCollectionBase<T> instance. + + + + A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. + + + + + + + + Sorts the elements in the entire DXCollectionBase<T> using the specified comparer. + + + + The implementation to use when comparing elements. + + + + + + + + Copies the DXCollectionBase<T> elements to a new array. + + + An array containing the DXCollectionBase<T> elements. + + + + + + + Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. + + + A instance. + + + + + + + + Represents the universal collection, which may be used as a base class for other collection classes. + + + + + + + Initializes a new instance of the DXCollection<T> class with default settings. + + + + + + + + Provides indexed access to individual items in the collection. + + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + A <T> object which represents the item at the specified position. + + + + + + + + Represents the base class for all localizer classes. + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + A XtraLocalizer<T> descendant, which is used to localize the user interface at runtime. + + + + + + + Fires immediately after the property value has been changed. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object. + + + A object. + + + + + + + Returns an active localizer provider for this XtraLocalizer<T> object. + + + An ActiveLocalizerProvider<T> object. + + + + + + + Gets the string, localized by the current XtraLocalizer<T>, for the specified user interface element. + + + + A T enumeration value specifying the UI element whose caption (text) is to be localized. + + + A representing the text to be displayed within the specified UI element. + + + + + + + Returns the name of the language currently used by this localizer object. + + + A value that specifies the language of the user interface localization. + + + + + + + Raises the event. + + + + + + + + Sets an active localizer provider for this XtraLocalizer<T> object. + + + + An ActiveLocalizerProvider<T> object. + + + + + + + + Saves the current XtraLocalizer<T>'s resources to the specified XML file. + + + + A specifying the file name (including the file path), to which all localization resources will be saved. + + + + + + + + + Represents a base class for collections that are able to send update notifications. + + + + + + + + Initializes a new instance of the NotificationCollection<T> class with default settings. + + + + + + + + Adds a collection of objects to the end of the current collection. + + + + An object exposing the interface, which represents the collection of objects to append. + + + + + + + + Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Occurs when the collection is changed. + + + + + + + + This event occurs when the collection is about to change. + + + + + + + + Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets whether the collection has been locked for updating. + + + true if the collection is locked; otherwise, false. + + + + + + + + Represents a base class for custom services used to process mouse events. + + + + + + + Initializes a new instance of the MouseHandlerServiceWrapper class with the specified service. + + + + An object exposing the interface. + + + + + + + + Override this method to handle a mouse down event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method to handle a mouse move event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method to handle a mouse up event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method to handle a mouse wheel event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Provides access to the service interface of the wrapper. + + + An interface of the wrapper. + + + + + + + + Defines a service responsible for handling mouse events. + + + + + + + Override this method in a descending class to handle a mouse down event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method in a descending class to handle a mouse move event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method in a descending class to handle a mouse up event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + Override this method in a descending class to handle a mouse wheel event. + + + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + + + + + + Defines a service responsible for processing keyboard input. + + + + + + + + Override this method in a descending class to handle a key down event. + + + + A object containing information about the pressed key and key modifiers. + + + + + + + + Override this method in a descending class to handle a key press event. + + + + A object specifying the character that is composed when the user presses a key. + + + + + + + + Override this method in a descending class to handle a key up event. + + + + A object containing information about the released key and key modifiers. + + + + + + + + + Represents a base class for custom services used to process keyboard input. + + + + + + + + Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service. + + + + An object exposing the interface. + + + + + + + + Override this method to handle a key down event. + + + + A object containing information about the pressed key and key modifiers. + + + + + + + + Override this method to handle a key press event. + + + + A object specifying the character that is composed when the user presses a key. + + + + + + + + Override this method to handle a key up event. + + + + A object containing information about the released key and key modifiers. + + + + + + + + Provides access to the service interface of the wrapper. + + + An interface of the wrapper. + + + + + + + + Specifies how groups of records should be split across pages, if required. + + + + + + + A group is printed so that it is split across several pages, if there isn't enough space on a page to print the entire group. + + + + + + + + + A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page. + + + + + + + + A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it). + + + + + + + + + Registers known types on a WCF-service. + + + + + + + For internal use. + + + + + + + + + + + + + + "GetKnownTypes" + + + + + + + + + Specifies whether or not a custom parameter type is registered. + + + + A enumeration value. + + + true if the parameter type is registered; otherwise false. + + + + + + + Registers an array of custom parameter types. + + + + An array of enumeration values. + + + + + + + + Registers a custom parameter type. + + + + A enumeration value. + + + + + + + + Registers a collection of custom parameter types. + + + + A collection of objects. + + + + + + + + Registers a custom parameter type. + + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the TypeSpecificsService class with default settings. + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + Implemented by custom functions that can be evaluated with case-sensitivity. + + + + + + + + When implemented by a custom function, evaluates it on the client. + + + + true, if the custom function is case-sensitive; otherwise, false. + + + + An array of objects specifying function operands (parameters). + + + An specifying a custom function's return value, calculated based on the operands. + + + + + + + + Implemented by custom functions that can be converted to a LINQ expression. + + + + + + + When implemented by a custom function, converts it to a Linq-expression. + + + + An DevExpress.Data.Linq.Helpers.ICriteriaToExpressionConverter object that converts a criteria to an expression. + + + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies a LINQ expression. + + + + + + + + Implemented by case-sensitive custom functions that can be compiled on the client. + + + + + + + + When implemented by a custom function, creates a LINQ expression. + + + + true, if the custom function is case-sensitive; otherwise, false. + + + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies the LINQ expression. + + + + + + + + Implemented by custom functions that can be compiled on the client. + + + + + + + + When implemented by a custom function, creates a LINQ expression. + + + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies the LINQ expression. + + + + + + + + Lists the directions available for a stored procedure's parameter. + + + + + + + Indicates an input parameter of a stored procedure. + + + + + + + + Indicates a bidirectional parameter of a stored procedure. + + + + + + + + Indicates an output parameter of a stored procedure. + + + + + + + + + Lists the supported database column types. + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the array data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates the data type. + + + + + + + + Indicates a non-standard data type. + + + + + + + + + When implemented by a class, provides options for project resources. + + + + + + + + When implemented by a class, provides information about known project types. + + + + + + + Obtains a collection of assemblies available for the current project. + + + A collection of objects. + + + + + + + Obtains the existing object that provides information about a known project type, or creates a new one if it was not found. + + + + + A object. + + + An object containing information about a project type. + + + + + + + Obtains project types that satisfy the specified filtering condition. + + + + A delegate specifying a filtering condition. + + + A collection of objects. + + + + + + + Obtains assemblies containing project types that satisfy the specified filtering condition. + + + + A delegate specifying a filtering condition. + + + A collection of objects. + + + + + + + Obtains the assembly of the current project. + + + An containing information about the assembly of the current project. + + + + + + + + Obtains the name of the current assembly + + + + A string containing the assembly name. + + + + + + + + When implemented by a class, provides information about its containing assembly. + + + + + + + + Indicates the full name of the current assembly. + + + A value, specifying the assembly name. + + + + + + + Indicates whether the current assembly is an assembly of the current project. + + + true, if the current assembly is an assembly of the current project; otherwise, false + + + + + + + Indicates whether the current assembly is an assembly of the current solution. + + + true, if the current assembly is an assembly of the current solution; otherwise, false. + + + + + + + Obtains resource options for the current assembly. + + + An object. + + + + + + + Obtains a collection of types available in the current assembly. + + + A collection of objects. + + + + + + + + A stored procedure. + + + + + + + Initializes a new instance of the DBStoredProcedure class with default settings. + + + + + + + + Provides access to the collection of a stored procedure's arguments. + + + A collection of values. + + + + + + + A value, specifying the stored procedure name. + + + + + + + + + Provides access to the collection of a stored procedure's result sets. + + + A collection of values. + + + + + + + Returns the DBStoredProcedure name. + + + Always the value. + + + + + + + + Defines a command state. + + + + + + + Gets or sets the checked state of the command. + + + true if the command state is checked; otherwise, false. + + + + + + + Gets or sets the value used by a command. + + + An object representing the value used by a command. + + + + + + + Gets or sets whether the command is enabled. + + + true to enable the command; otherwise, false. + + + + + + + Gets or sets whether the UI element to which the command is attached is visible. + + + true to display the UI element; otherwise, false. + + + + + + + + Lists the command sources. + + + + + + + The command is issued from the keyboard. + + + + + + + + The command is issued from the menu. + + + + + + + + The command is issued using a mouse. + + + + + + + + The type of the command source is not known. + + + + + + + + + Represents a command. + + + + + + + Determines whether the command can execute in its current state. + + + true if the command can execute; otherwise, false. + + + + + + + Gets or sets the type of the object which invokes the command. + + + A enumeration value, specifying the object type. + + + + + + + Creates an object defining the command state for the current command. + + + An interface that defines the command state. + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Executes the command on the current command target. + + + + + + + + Performs a command action regardless of a command state. + + + + An interface defining the command state. + + + + + + + + Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. + + + true to hide the object with a disabled command; otherwise, false. + + + + + + + Gets an image associated with the command. + + + A object representing the associated image. + + + + + + + Gets a larger image associated with the command. + + + A object representing the associated image. + + + + + + + Gest the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Indicates whether a command invokes a modal dialog when executing. + + + + true if a modal dialog is displayed while executing the command; otherwise, false. By default it is false. + + + + + + + + Updates the command state. + + + + An interface defining the state of a command. + + + + + + + + + Enumerates filters that identify certain dates and date intervals. + + + + + + + Dates that belong to the month in three months time and beyond. + + + + + + + + Dates that follow the current year. + + + + + + + + Dates that belong to the month seven months ago and earlier. + + + + + + + + Dates of the current month that are prior to the previous week. + + + + + + + + Dates of the current week that are prior to yesterday. + + + + + + + + Dates of the current year that are prior to the current month. + + + + + + + + Does not specify any condition. + + + + + + + + Dates of the previous week. + + + + + + + + Dates of the current month that follow the next week. + + + + + + + + Dates of the current week starting from the day after tomorrow. + + + + + + + + Dates of the current year starting from the following month. + + + + + + + + Dates that belong to the following month. + + + + + + + + Dates that belong to the month in two months time. + + + + + + + + Dates that belong to the previous month. + + + + + + + + Dates that belong to the month two months ago. + + + + + + + + Dates that belong to the month three months ago. + + + + + + + + Dates that belong to the month four months ago. + + + + + + + + Dates that belong to the month five months ago. + + + + + + + + Dates that belong to the month six months ago. + + + + + + + + Dates that belong to the following week. + + + + + + + + Does not specify any condition. + + + + + + + + Dates that are prior to the current year. + + + + + + + + Not supported when setting the property. + + + + + + + + Dates that belong to the current month. + + + + + + + + Dates that belong to the current week. + + + + + + + + Today. + + + + + + + + Tomorrow. + + + + + + + + Not supported when setting the property. + + + + + + + + Yesterday. + + + + + + + + + A default localizer to translate the XtraPrinting's resources. + + + + + + + + Initializes a new instance of the PreviewResLocalizer class with default settings. + + + + + + + + + Contains system information used to identify a video capture device. + + + + + + + Initializes a new instance of the CameraDeviceInfo class with the specified settings. + + + + A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. + + + + + + + + Initializes a new instance of the CameraDeviceInfo class with the specified settings. + + + + A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. + + + + A String value that specifies the UI display name of the video capture device. This value is assigned to the field. + + + + + + + + Compares the current instance with a specified object and indicates whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. + + + + + An object to compare with the current instance. + + + An integer value that specifies whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. + + + + + + + + The string representation of the moniker for the video capture device. + + + + + + + + + The UI display name of the video capture device. + + + + + + + + + Returns the UI display name of the video capture device. + + + A String value that is the UI display name of the video capture device. + + + + + + + + Describes a video property on a video capture device. + + + + + + + Gets the default value of the video property. + + + An value that specifies the default value of the video property. + + + + + + + Gets the maximum value of the video property. + + + An value that specifies the maximum value of the video property. + + + + + + + Gets the minimum value of the video property. + + + An value that specifies the minimum value of the video property. + + + + + + + Gets the name of the video property. + + + A value that specifies the name of the video property. + + + + + + + Occurs when a property value changes. + + + + + + + + Resets the video property value to its default. + + + + + + + + Gets the step size for the video property. The step size is the smallest increment by which the property can change. + + + An value that specifies the step size for the video property. + + + + + + + Gets or sets the current setting of the video property. + + + An value that specifies the current setting of the video property. + + + + + + + + If implemented, provides information about a connection string. + + + + + + + Indicates from where the Report Wizard obtains its data connection settings. + + + + A enumeration value. + + + + + + + If implemented, specifies the name of a connection string. + + + A value specifying the connection string name. + + + + + + + If implemented, gets the name of the data provider. + + + A value specifying the data provider name. + + + + + + + + If implemented, obtains the connection string used to establish the data connection at run time. + + + + A containing a connection string. + + + + + + + + An extended version of the interface, that can be implemented by a data source to support master-detail relationships. + + + + + + + When implemented by a class, returns the number of relationships for a master row. + + + + An integer value that specifies the master row. + + + An integer value that specifies the number of relationships for a master row. + + + + + + + When implemented by a class, returns the display caption of a particular relationship in a specific master row. + + + + An integer value that specifies the master row. + + + + An integer value that specifies the relationship. + + + A string value that specifies the display caption of a particular relationship in a specific master row. + + + + + + + + An interface that can be implemented by a data source to support master-detail relationships. + + + + + + + When implemented by a class, returns detail data for a relationship. + + + + An integer value that specifies the index of a master row in the data source. + + + + An integer value that specifies the relationship. + + + An object that implements the IList interface and represents detail data for a relationship. + + + + + + + When implemented by a class, returns the name of a master-detail relationship. + + + + An integer value that specifies the index of a master row in the data source. + + + + An integer value that specifies the relationship. + + + The name of a master-detail relationship. + + + + + + + When implemented by a class, returns a Boolean value that specifies whether a specific detail of a particular master row contains data. + + + + An integer value that specifies the index of a master row in the data source. + + + + An integer value that specifies the relationship. + + + A Boolean value that specifies whether a specific detail of a particular master row contains data. + + + + + + + When implemented by a class, returns the number of master-detail relationships for the current master data source. + + + An integer value that specifies the number of master-detail relationships for the current master data source. + + + + + + + + Provides information about a data source. + + + + + + + Initializes a new instance of the DataContext class with default settings. + + + + + + + + Initializes a new instance of the DataContext class with the specified settings. + + + + A Boolean value. + + + + + + + + Returns the display name of a custom data source. + + + + A value, specifying the data source. + + + A value, specifying the custom data source display name. + + + + + + + Returns the display name of a data member. + + + + A value, specifying the data source. + + + + A value, specifying the data member prefix. + + + + A value, specifying the data member. + + + A value, specifying the data member display name. + + + + + + + Returns the display name of a data member. + + + + A value, specifying the data source. + + + + A value, specifying the data member. + + + A value, specifying the data member display name. + + + + + + + Returns the display name of a data source. + + + + A value, specifying the data source. + + + + A value, specifying the data member. + + + A value, specifying the data source display name. + + + + + + + Returns the array of data source item properties. + + + + A value, specifying the data source. + + + + A value, specifying the data member. + + + + A Boolean value. + + + An array of objects. + + + + + + + Indicates whether the data source is of a custom type. + + + + + A value. + + + true if the data source is custom; otherwise false. + + + + + + + Indicates whether the data source is of the standard type. + + + + + A value. + + + true if the data source is standard; otherwise false. + + + + + + + + + + A value, specifying the data source. + + + + A value, specifying the data member. + + + + A value, specifying the result. + + + + + + + + + + If implemented, provides access to the known types in the current solution. + + + + + + + Provides access to types available for the current project. + + + An object, providing access to project types. + + + + + + + Adds a new reference by an assembly name. + + + + A specifying the name of an assembly to reference. + + + + + + + + Adds a new reference by an assembly file path. + + + + A specifying the path to an assembly file. + + + + + + + + Obtains a project type by its full name. + + + + A value specifying the full name of a type. + + + An object. + + + + + + + Returns the first found type that satisfies the specified predicate. + + + + A delegate. + + + An object. + + + + + + + Obtains a collection of types that satisfy the specified predicate. + + + + A delegate. + + + A collection of objects. + + + + + + + Obtains a collection of types that extend the specified base class and satisfy the specified predicate. + + + + An object. + + + + A delegate. + + + A collection of objects. + + + + + + + Obtains the specified assembly + + + + A specifying the name of the assembly to obtain. + + + An object containing information about an assembly. + + + + + + + Returns the path to an application's assembly reference. + + + + A value. + + + + A value. + + + A value. + + + + + + + Obtains project types available in the specified assembly. + + + + A specifying the name of an assembly. + + + An object providing access to project types. + + + + + + + Obtains a collection of available types. + + + A collection of objects. + + + + + + + Indicates whether the specified assembly is referenced by the project. + + + + A specifying the assembly name. + + + true, if an assembly is referenced by the project; otherwise, false. + + + + + + + + Lists the values indicating from where the Report Wizard obtains its data connection settings. + + + + + + + The Report Wizard lists all available data connections (both the data connections stored in an application's settings, and in the Visual Studio Server Explorer). + + + + + + + + The Report Wizard does not suggest using any of the available data connections. + + + + + + + + The Report Wizard lists the data connections available in the Visual Studio Server Explorer. + + + + + + + + The Report Wizard lists the data connections available in the application's configuration file. + + + + + + + + + If implemented, provides access to the available connection strings. + + + + + + + If implemented, obtains information about connection strings defined in the application configuration file. + + + An array of objects implementing the interface, which contain information about available connection strings. + + + + + + + If implemented, obtains information about the available connection strings. + + + An array of objects implementing the interface, that contain information about the available connection strings. + + + + + + + + If implemented, obtains the specified connection string. + + + + A value specifying a connection string by its name. + + + A containing a connection sting. + + + + + + + If implemented, obtains information about a specified connection string. + + + + A value specifying the stored procedure name. + + + An object implementing the interface that contains information about a connection string. + + + + + + + + Provides information about a stored procedure. + + + + + + + Initializes a new instance of the StoredProcedureInfo class with default settings. + + + + + + + + Initializes a new instance of the StoredProcedureInfo class with specified settings. + + + + A value specifying the stored procedure name. + + + + A value specifying the stored procedure display name. + + + + A collection of stored procedure parameters. + + + + + + + + Creates a copy of the current StoredProcedureInfo. + + + An object that represents a newly created copy of the current StoredProcedureInfo. + + + + + + + + Provides data for an event that fires after a row is deleted. + + + + + + + Initializes a new instance of the RowDeletedEventArgs class with the specified settings. + + + + The row handle. This value is used to initialize the property. + + + + The index of the row in the data source. This value is used to initialize the property. + + + + An object that represents the current row. This value is used to initialize the property. + + + + + + + + Gets the index of the current row in the data source. + + + The index of the current row in the data source. + + + + + + + Gets the currently processed row. + + + The currently processed row. + + + + + + + Gets the row handle (id) that identifies the position of the current row in the control. + + + An integer value that specifies the handle (id) of the current row. + + + + + + + + Provides data for an event that fires before a row is deleted. + + + + + + + Initializes a new instance of the RowDeletingEventArgs class with the specified settings. + + + + The row handle. This value is used to initialize the property. + + + + The index of the row in the data source. This value is used to initialize the property. + + + + An object that represents the current row. This value is used to initialize the property. + + + + + + + + Gets or sets whether the current event (the row deletion) needs to be canceled. + + + true, if the current event needs to be canceled; otherwise, false. + + + + + + + + Specifies the type of the value returned by a calculated field. + + + + + + + + Indicates that the field returns a Boolean value (the type). + + + + + + + + Indicates that the field returns a byte value (the type). + + + + + + + + Indicates that the field returns a date-time value (the type). + + + + + + + + Indicates that the field returns a decimal value (the type). + + + + + + + + Indicates that the field returns a double value (the type). + + + + + + + + Indicates that the field returns a float value (the type). + + + + + + + + Indicates that the field returns a GUID value (the System.Guid type) + + + + + + + + Indicates that the field returns an integer value (the type). + + + + + + + + Indicates that the field returns an integer value (the type). + + + + + + + + Indicates that the field's type is undefined, and it determined by evaluating the actually returned object when it is used during report generation. + + + + + + + + + Indicates that the field returns a string value (the type). + + + + + + + + Indicates that the field returns a time span value (the type). + + + + + + + + + Provides data for the event. + + + + + + + Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class. + + + + The database exception. This value is assigned to the property. + + + + + + + + Gets the database exception. + + + The database exception. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + + A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library. + + + + + + + + Initializes a new instance of the PreviewLocalizer class with default settings. + + + + + + + + Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + + + + An object, storing resources based on the thread's language and regional settings (culture). + + + + + + + + For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + + + An object, storing resources based on the thread's language and regional settings (culture). + + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value, identifying the string to localize. + + + A value, corresponding to the specified identifier. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LinqServerModeInconsistencyDetectedEventArgs class. + + + + + + + + Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually. + + + + true to manually handle the inconsistency; false to reload data from the data source. + + + + + + + + The data source for the GridControl and PivotGridControl controls that can be associated with any queryable source. + + + + + + + + Initializes a new instance of the LinqServerModeSource class. + + + + + + + + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + + + A object which contains the names of the columns against which data source contents are sorted. + + + + + + + This property is intended for internal use. + + + The type of objects retrieved from a data source. + + + + + + + Enables you to manually handle the database exception. + + + + + + + + Enables you to manually handle the inconsistency detected during an operation on a data source. + + + + + + + + Gets or sets the key expression. + + + A value that specifies the key expression. + + + + + + + Gets or sets the queryable data source. + + + An object that implements the interface. + + + + + + + Forces the bound data-aware control to reload data from the data store. + + + + + + + + + If implemented by a class, provides functionality to a report parameter. + + + + + + + Specifies the parameter value. + + + A , specifying the parameter value. + + + + + + + + Represents a method that will handle the AfterCheckWord event. + + + + + + + Represents a method that will handle the event. + + + + An object that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the AfterCheckWord event. + + + + + + + Initializes a new AfterCheckWordEventArgs class instance with specified settings. + + + + An object, representing the control being checked. + + + + A string, representing a word before the check. + + + + A string, representing the word modified after the spell check. + + + + A enumeration value, representing the operation type. + + + + A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the checked word begins. + + + + + + + + Gets the word which replaced the former one after the spelling check is performed. + + + + A string, representing the word modified after spelling check. + + + + + + + + Gets the control being checked. + + + An object representing a control being checked. + + + + + + + Gets the type of operation performed with the word in a spell check. + + + + A enumeration value, representing the operation type. + + + + + + + Gets the word before the spell check is performed. + + + + A string, representing a word before the check. + + + + + + + + Gets the position of a checked word in a text. + + + + A object, representing the position in a text where the checked word begins. + + + + + + + + + Specifies how content bricks are split if they are partially positioned outside the right page margin. + + + + + + + + When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages. + + + + + + + + When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety. + + + + + + + + + + Specifies how to resolve exceptions while performing an action. + + + + + + + Cancel the action that caused an exception. + + + + + + + + Retry the action that caused an exception. + + + + + + + + + A data source component which acts as an asynchronous bridge between a data-aware control and rapidly changing data. + + + + + + + Initializes a new instance of the RealTimeSource class. + + + + + + + + Empties the changes queue, re-reads the data source and informs the bound control that the reset has occurred. + + + + + + + + + Specifies the data source from which the RealTimeSource component retrieves its data. + + + An IList or IListSource object that represents the data source from which the RealTimeSource component retrieves its data. + + + + + + + Specifies a semicolon-separated list of displayable property names. + + + A string which is a semicolon-separated list of displayable property names. + + + + + + + Returns the displayable property names of an item type contained in a specified data source. + + + + + The data source object to examine for property information. + + + An list of property names. + + + + + + + Returns the list of data source records. Introduced to support IListSource in RealTimeSource. + + + + A object which is the list of data source records. + + + + + + + + Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds). + + + + An integer value that is the changes queue delay in milliseconds. + + + + + + + Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items. + + + + true, if the RealTimeSource does not handle PropertyChanged events; otherwise, false. + + + + + + + + Resumes tracking changes in the data source after tracking was suspended via the method. + + + + + + + + + Specifies the timeout between the data source event occurrence and passing changes to the bound control (in milliseconds). The default timeout is 2000 ms. If the actual delay exceeds the specified timeout, the method triggers automatically. + + + + + + + + + + Suspends tracking changes in the data source. + + + + + + + + Specifies whether or not the WeakReference is used to handle the data source's IBindingList.ListChanged event. + + + true, if the weak reference is used; otherwise, false. + + + + + + + + + Contains values that specify if filters against List properties can be created. + + + + + + + Allows filters to be created against properties that are List objects. + + + + + + + + Allows filters to be created against properties that are List objects, and against the List's children. + + + + + + + + Doesn't allow filters to be created against List properties and against their children. + + + + + + + + + Lists error types found during a spell check. + + + + + + + + Erroneously spelled word. + + + + + + + + Repeated word. + + + + + + + + Reserved for internal use. + + + + + + + + Error type unlisted in enumeration. Use it for custom error handling. + + + + + + + + + Comprises erroneous word, error type and location. + + + + + + + Gets the error type. + + + A enumeration member. + + + + + + + Gets a misspelled word. + + + A string that is the misspelled word. + + + + + + + Gets the end position of a misspelled word. + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. + + + + + + + Gets the start position of a misspelled word. + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. + + + + + + + + If implemented, represents a page of the Report Wizard. + + + + + + + If implemented, initializes controls of a Report Wizard page. + + + + + + + + Occurs when settings on the current wizard page were changed. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + Fires when an error occurs for the current report page. + + + + + + + + If implemented, specifies whether of not the Finish button is enabled on a wizard page . + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + If implemented, returns the type of the next wizard page. + + + A enumeration value. + + + + + + + If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. + + + A TModel object containing settings specified by an end-user during wizard execution. + + + + + + + If implemented, specifies whether of not the Next button is enabled on a wizard page. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + If implemented, provides access to the content of a wizard page. + + + A value. + + + + + + + If implemented, validates the correctness of settings specified on a wizard page. + + + + A value specifying the text of an error message shown if the validation fails. + + + + true, if the validation succeded; otherwise, false. + + + + + + + + Stores settings of a report grouping level. + + + + + + + Initializes a new instance of the GroupingLevelInfo class with the specified grouping level. + + + + An array of objects. + + + + + + + + Provides access to the data columns used as grouping criteria for the current grouping level. + + + An array of objects. + + + + + + + Checks whether or not a grouping level contains the specified data column. + + + + A System.String value specifying a data column by its name. + + + true, if the grouping level contains the specified column; otherwise, false. + + + + + + + Gets the display name of a grouping level. + + + A System.String value specifying the grouping level display name. + + + + + + + Determines whether the specified object is equal to the current GroupingLevelInfo instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current GroupingLevelInfo instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + + Provides information for the visual representation of a paper kind in the report wizard. + + + + + + + Initializes a new instance of the PaperKindViewInfo class with default settings. + + + + + + + + Specifies the paper kind display name. + + + A value, specifying the name of a paper kind. + + + + + + + Specifies the paper kind Id. + + + An integer value, specifying the paper kind ID. + + + + + + + Specifies the paper kind size text. + + + A string value that specifies the text size of a paper kind. + + + + + + + + Stores settings for the available label products. + + + + + + + Initializes a new instance of the XDocumentLabelProductRepository class with the specified settings. + + + + A object. + + + + + + + + Provides information about a specified paper kind. + + + + An integer value, identifying the paper kind. + + + A value. + + + + + + + Obtains a sorted collection of the supported paper kinds. + + + A collection of objects. + + + + + + + Obtains a sorted collection of details for the supported label products. + + + + An integer value. + + + A collection of objects. + + + + + + + Obtains a sorted collection of the supported label products. + + + A collection of objects. + + + + + + + + Stores paper kind settings. + + + + + + + Initializes a new instance of the PaperKindData class with default settings. + + + + + + + + Specifies the Id of a paper kind in the System.Drawing.Printing.PaperKind enumeration. + + + An integer value. + + + + + + + Specifies the height of a paper kind. + + + A string value that specifies the paper kind height. + + + + + + + + Specifies the Id of a paper kind. + + + An integer value, specifying the paper kind ID. + + + + + + + Specifies whether a paper kind is supposed to be printed as a single uninterrupted page. + + + true, to provide a continuous document layout suited for roll paper printing; otherwise, false. + + + + + + + + Specifies the name of a paper kind. + + + + A value, specifying the paper kind name. + + + + + + + Specifies the unit of measure of a paper kind. + + + + A value that specifies the unit of measure of the paper kind. + + + + + + + + Specifies the width of a paper kind. + + + A string value that specifies the paper kind width. + + + + + + + + Provides helper methods to create an . + + + + + + + Initializes a new instance of the LabelProductRepositoryFactory class with default settings. + + + + + + + + Creates an . + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Contains settings of a label product. + + + + + + + Initializes a new instance of the LabelProduct class with default settings. + + + + + + + + Specifies the label product Id. + + + An integer value. + + + + + + + Specifies the label product name. + + + A value. + + + + + + + + Stores detailed label product settings. + + + + + + + Initializes a new instance of the LabelDetails class with default settings. + + + + + + + + Specifies the label's height. + + + A value. + + + + + + + Specifies the horizontal pitch of a label. + + + A value. + + + + + + + Specifies the Id of a label. + + + An integer value. + + + + + + + Specifies the left margin of a label. + + + A value that specifies the label's left margin. + + + + + + + Specifies the name of a label. + + + A value. + + + + + + + Specifies the paper kind ID of a label. + + + A value that specifies the label's paper kind ID. + + + + + + + Specifies the label's product. + + + An integer value specifying the product Id. + + + + + + + Specifies the top margin of a label. + + + A value that specifies the label's top margin. + + + + + + + Specifies a unit of measure of a label. + + + A value that specifies the label's unit of measure. + + + + + + + Specifies the vertical pitch of a label. + + + A value. + + + + + + + Specifies the label's width. + + + A value. + + + + + + + + If implemented, stores settings for the available label products. + + + + + + + Provides information about a specified paper kind. + + + + An integer value, identifying the paper kind. + + + A value. + + + + + + + If implemented, obtains a sorted collection of the supported paper kinds. + + + A collection of objects. + + + + + + + If implemented, obtains a sorted collection of details for the supported label products. + + + + An integer value. + + + A collection of objects. + + + + + + + If implemented, obtains a sorted collection of supported label products. + + + + A collection of objects. + + + + + + + + If implemented, provides a view for the Welcome page of the Report Wizard. + + + + + + + + If implemented, provides a view for the Specify the Report's Title page of the Report Wizard. + + + + + + + If implemented, specifies the content of the report title text box. + + + A value. + + + + + + + + If implemented, provides a view for the Select the Label Type page of the Report Wizard. + + + + + + + If implemented, specifies the settings of the current paper kind. + + + + A value. + + + + + + + If implemented, populates the Product Number drop-down list. + + + + A collection of objects. + + + + + + + + If implemented, populates the Label Products drop-down list. + + + + A collection of objects. + + + + + + + + If implemented, specifies the entry selected in the Product Number drop-down list. + + + A object. + + + + + + + Occurs when the active record in the Label Products drop-down list is changed. + + + + + + + + Occurs when the active record in the Product Number drop-down list is changed. + + + + + + + + If implemented, specifies the entry selected in the Label Products drop-down list. + + + A object. + + + + + + + If implemented, updates label information displayed in the dedicated editors. + + + + + + + + + If implemented, provides a view for the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + Occurs when the collection of the columns currently selected in the list of available columns is changed. + + + + + + + + For internal use. + + + + + + + + + + If implemented, provides access to a collection of the items selected in the list of selected columns. + + + An array of objects. + + + + + + + Occurs when the collection of the columns currently selected in the list of selected columns is changed. + + + + + + + + Occurs when the Add Column button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + + If implemented, activates or deactivates the Add Column button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of selected columns. + + + + An array of objects. + + + + + + + + Occurs when the Remove All Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + Occurs when the Remove Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + If implemented, provides access to a collection of hierarchical data source root nodes + + + + An object implementing the interface. + + + + + + + If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Select the Data Source Type page of the Report Wizard. + + + + + + + If implemented, populates the list of available data sources. + + + + A collection of objects. + + + + + + + + Occurs when the selected item in the Available items list is changed. + + + + + + + + If implemented, specifies the data source selected in the Available items list. + + + A value. + + + + + + + If implemented, shows or hides the wait indicator on the Select the Data Source Type page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Create a Query page of the Report Wizard. + + + + + + + If implemented, populates the Tables node of the Available items list. + + + + A collection of objects. + + + + + + + + If implemented, populates the Views node of the Available items list. + + + + A collection of objects. + + + + + + + + Occurs when the active record in the Available items list is changed. + + + + + + + + If implemented, specifies the data member selected in the Available items list. + + + A object. + + + + + + + If implemented, shows or hides the wait indicator on the Create a Query page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Select Columns page of the Report Wizard. + + + + + + + Occurs when the collection of the currently selected columns is changed. + + + + + + + + Occurs when the Add All Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + Occurs when the Add Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + If implemented, activates or deactivates the Add All Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Add Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of available commands. + + + + An array of objects, specifying the columns to be added to the list. + + + + + + + + + If implemented, populates the list of selected columns. + + + + An array of objects, specifying the columns to be added to the list. + + + + + + + + If implemented, gets a collection of the items selected in the list of available columns. + + + An array of objects. + + + + + + + If implemented, gets a collection of the items selected in the list of selected columns. + + + An array of objects. + + + + + + + Occurs when the Remove All Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + Occurs when the Remove Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Adjust the Label's Parameters page of the Report Wizard. + + + + + + + If implemented, populates the list of the available page sizes. + + + + A collection of objects. + + + + + + + + If implemented, specifies the value of the Label Height editor. + + + A value. + + + + + + + If implemented, specifies the value of the Horizontal Pitch editor. + + + A value. + + + + + + + Occurs when label information displayed in the dedicated editors is changed. + + + + + + + + If implemented, specifies the value of the Left Margin editor. + + + A value. + + + + + + + Occurs when the entry selected in the Page Size drop-down list is changed. + + + + + + + + If implemented, specifies the entry selected in the Page Size drop-down list. + + + An integer value that is an index of the selected entry. +An integer value. + + + + + + + If implemented, specifies the value of the Top Margin editor. + + + A value. + + + + + + + If implemented, specifies the state of the Inch and Millimeter radio buttons. + + + A value that specifies the state of the Inch and Millimeter radio buttons. + + + + + + + Occurs when the state of the Inch and Millimeter radio buttons is changed. + + + + + + + + If implemented, specifies the value of the Vertical Pitch editor. + + + A value. + + + + + + + If implemented, specifies the value of the Label Width editor. + + + A value. + + + + + + + + If implemented, provides a view for the Specify Summary Functions page of the Report Wizard. + + + + + + + If implemented, fills the summary options checkboxes on a page. + + + + An array of objects. + + + + + + + + If implemented, specifies the state of the Ignore null values checkbox. + + + true, to activate the check box; otherwise, false. + + + + + + + If implemented, shows or hides the wait indicator on the Specify Summary Functions page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Select the Report Type page of the Report Wizard. + + + + + + + If implemented, specifies the selected report type. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Specify the Report Style page of the Report Wizard. + + + + + + + If implemented, specifies the selected report style. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Specify the Report Layout page of the Report Wizard. + + + + + + + If implemented, specifies the state of the Adjust the field width check box. + + + true, to activate the check box; otherwise, false. + + + + + + + If implemented, specifies whether or not the report contains groups. + + + true, if the report is grouped; otherwise, false. + + + + + + + If implemented, specifies the state of the Portrait and Landscape radio buttons. + + + true, if the Portrait radio button is active; false if the Landscape radio button is active. + + + + + + + If implemented, specifies the selected report layout. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Create Groups page of the Report Wizard. + + + + + + + Occurs when the active record in the list of the available data sources is changed. + + + + + + + + Occurs when the active record in the list of grouping levels is changed. + + + + + + + + Occurs when the Add Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Combine Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + If implemented, activates or deactivates the Add Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Combine Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Move Grouping Level Down button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Move Grouping Level Up button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of available columns. + + + + An array of objects. + + + + + + + + If implemented, populates the list of grouping levels. + + + + An array of objects. + + + + + + + + If implemented, gets an array of records selected in the list of available columns. + + + An array of objects. + + + + + + + If implemented, gets the record selected in the list of grouping levels. + + + A object. + + + + + + + Occurs when the Move Grouping Level Down button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Move Grouping Level Up button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Remove Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + If implemented, changes the active record in the list of grouping levels. + + + + A object. + + + + + + + + If implemented, shows or hides the wait indicator on the Create Groups page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + Stores the information about selected data columns while running an Report Wizard. + + + + + + + Initializes a new instance of the ColumnInfoCache class with default settings. + + + + + + + + Specifies the data columns that have been selected while running an Report Wizard. + + + + A collection of objects. + + + + + + + + If implemented by a class, stores the information about selected data columns while running an Report Wizard. + + + + + + + Specifies the collection of selected data columns while running an Report Wizard. + + + A collection of objects. + + + + + + + + The Specify the Report's Title page of the Report Wizard. + + + + + + + Initializes a new instance of the SetReportTitlePage<TModel> class with the specified view. + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Specify the Report's Title page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Specify the Report's Title page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + + The Select the Label Type page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectLabelTypePage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + + Initializes controls of the Select the Label Type page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Select the Label Type page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select the Label Type page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + Initializes a new instance of the SelectHierarchicalDataSourceColumnsPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + A DevExpress.Data.Browsing.Design.PickManagerBase descendant. + + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select the Data Source Type page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectDataSourcePage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Select the Data Source Type page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select the Data Source Type page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Create a Query page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectDataMemberPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Create a Query page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Create a Query page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select Columns page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Select Columns page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The base for classes providing the Report Wizard functionality. + + + + + + + Initializes controls of a Report Wizard page. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + The Adjust the Label's Parameters page of the Report Wizard. + + + + + + + Initializes a new instance of the CustomizeLabelPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + + Initializes controls of the Adjust the Label's Parameters page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Adjust the Label's Parameters page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Specifies whether of not the Next button is enabled on the Adjust the Label's Parameters page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Specify Summary Functions page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseSummaryOptionsPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Specify Summary Functions page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Specify Summary Functions page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Specify Summary Functions page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select the Report Type page of the Report Wizard. + + + + + + + + Initializes a new instance of the ChooseReportTypePage<TModel> class with the specified view. + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Select the Report Type page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select the Report Type page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Specify the Report Style page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseReportStylePage<TModel> class with the specified view. + + + + An object implementing the interface. + + + + + + + + + Initializes controls of the Specify the Report Style page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Specify the Report Style page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Specify the Report Style page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Specify the Report Layout page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseReportLayoutPage<TModel> class with the specified view. + + + + An object implementing the interface. + + + + + + + + Initializes controls of the Specify the Report Layout page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Specify the Report Layout page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Specify the Report Layout page of the Report Wizard. + + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Create Groups page of the Report Wizard. + + + + + + + Initializes a new instance of the AddGroupingLevelPage<TModel> class with the specified settings. + + + + An object implementing the interface. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Create Groups page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Create Groups page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Create Groups page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + Lists the available horizontal content splitting modes. + + + + + + + When the brick dimensions do not fit into the bottom page margin, the rest of the brick content is split across two pages. + + + + + + + + When the brick dimensions do not fit into the bottom page margin, the brick content is moved to a new page in its entirety. + + + + + + + + + Provides data for the corresponding events. + + + + + + + Initializes a new instance of the ScalarOperationCompletedEventArgs<T> class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A value. + + + + true if the operation has been cancelled; otherwise false. + + + + A value. + + + + + + + + Returns the scalar operation result. + + + A generic value. + + + + + + + + Lists the available data member types. + + + + + + + The data member is a stored procedure. + + + + + + + + The data member is a table. + + + + + + + + The data member is a view. + + + + + + + + + Lists available operation modes of the spell checker. + + + + + + + Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word. + + + + + + + + Starts spelling check and invokes the spelling form for making corrections. + + + + + + + + + Specifies the prototype string format for the . + + + + + + + + The current string format is based on the default string format. + + + + + + + + + The current string format is based on the generic default string format. + + + + + + + + + The current string format is based on the generic typographic string format. + + + + + + + + + + Lists implemented spell checker operations. + + + + + + + Replaces a word in the text with the user input, and adds the replacement to the custom dictionary. + + + + + + + + Stops the spelling checker operation, resets the checking strategy and closes the spelling form. + + + + + + + + Replaces the current word in the text being checked with the suggested word. + + + + + + + + Replaces all occurences of the current word in the text being checked with the suggested word. + + + + + + + + This enumeration member is intended for internal use only. + + + + + + + + Deletes the current word from the text. + + + + + + + + Disregards the current word and proceeds to the next one. + + + + + + + + + Disregards the current word and all its occurences in the text. + + + + + + + + + This enumeration member is intended for internal use only. + + + + + + + + Invokes the spelling options form. After closing the form, re-checks the text with new spelling options starting with the last checked word. + + + + + + + + Forces the spell checker to check the last checked word again. + + + + + + + + Replaces the current word in the text being checked with the suggested word. For internal use. + + + + + + + + Disregards the current word and proceeds to the next one. For internal use. + + + + + + + + Cancels the effect of the last operation, restoring the text to its previous state. + + + + + + + + + Provides data for the events raised when upgrading a control's layout (e.g., , , etc.). + + + + + + + + + Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version. + + + + A specifying the previous version number. This value is assigned to the property. + + + + + + + + Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings. + + + + A value used to initialize the property. + + + + A value used to initialize the property. + + + + + + + + Returns an array of items that exist in the current control but do not exist in the layout being loaded. These items are hidden. This property is in effect for the . + + + An array of items that exist in the current control but do not exist in the layout being loaded. + + + + + + + Returns the textual representation of the previous layout version. + + + A representing the previous version of the layout. + + + + + + + + Provides methods to return error information for a business object's properties. + + + + + + + When implemented by a class, this method returns information on an error associated with a business object. + + + + An object that contains information on an error. + + + + + + + + When implemented by a class, this method returns information on an error associated with a specific business object's property. + + + + A string that identifies the name of the property for which information on an error is to be returned. + + + + An object that contains information on an error. + + + + + + + + + Encapsulates error information on a specific property. + + + + + + + Initializes a new instance of the ErrorInfo class with the default values. + + + + + + + + Initializes a new instance of the ErrorInfo class with the specified error information. + + + + A string that specifies the error text. This value is used to initialize the property. + + + + An error type. This value is used to initialize the property. + + + + + + + + Gets or sets the error text associated with the current property name. + + + A string that represents the error text. + + + + + + + Gets or sets the type of error associated with the current property name. + + + An value that represents the error type. + + + + + + + + Enumerates error icon types. + + + + + + + The 'Critical Error' icon: + + + + + + + + The default error icon specified by the property: + + +The event is not raised when an error of the Default type is assigned to an editor. + + + + + + + + + + The 'Information' icon: + + + + + + + + Indicates that no error is associated with an editor or a cell. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + The 'Warning' icon: + + + + + + + + + Contains padding or margin information associated with a control or a brick. + + + + + + + Initializes a new instance of the PaddingInfo class with the specified dpi value. + + + + A value that specifies the dpi of the padding. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value. + + + + + A object whose settings are used to initialize the created object's properties. + + + + A value that specifies the dpi of the padding. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit. + + + + A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. + + + + + + + + Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values. + + + + + An integer value that specifies the left value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the right value of the padding. This value is assigned to the property. + + + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + + + + A value that specifies the dpi of the padding. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values. + + + + + + An integer value that specifies the left value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the right value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit. + + + + + An integer value that specifies the left value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the right value of the padding. This value is assigned to the property. + + + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + + + + A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. + + + + + + + + Initializes a new instance of the PaddingInfo class with the specified settings. + + + + An integer value, specifying the overall padding. + + + + A value, specifying the dpi. + + + + + + + + Specifies padding for all the element's sides. + + + An integer value, representing the overall padding. + + + + + + + Gets or sets the padding value for the bottom edge. + + + + An integer value which represents the padding value (in pixels) for the bottom edge. + + + + + + + Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. + + + + + A value which specifies the rectangle to be deflated. + + + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. + + + + A value that represents the deflated rectangle. + + + + + + + Deflates the specified size by the size of the current padding with the specified dpi. + + + + + A value which specifies the size to be deflated. + + + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. + + + + A value that represents the deflated size. + + + + + + + Deflates the specified height value by the height of the current padding with the specified dpi. + + + + + A value which specifies the height to be deflated. + + + + A value which specifies the dpi value to be applied to the top and bottom padding values before deflating. + + + + A value that represents the deflated height. + + + + + + + Deflates the specified height value by the height of the current padding. + + + + + A value which specifies the height to be deflated. + + + A value that represents the deflated height. + + + + + + + + Deflates the specified width value by the width of the current padding with the specified dpi. + + + + + A value which specifies the width to be deflated. + + + + + A value which specifies the dpi value which should be applied to the left and right padding values before deflating. + + + + A value that represents the deflated width. + + + + + + + Deflates the specified width value by the width of the current padding. + + + + + A value which specifies the width to be deflated. + + + + A value that represents the deflated width. + + + + + + + + Gets or sets the dpi value used to perform internal calculations. + + + A value which represents the dpi value for this padding. + + + + + + + Provides a PaddingInfo object with no padding. + + + + A object representing an empty padding. + + + + + + + Determines whether the specified object is equal to the current PaddingInfo instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PaddingInfo instance; otherwise false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object. + + + + An integer value representing the hash code for the current object. + + + + + + + Inflates the specified size by the size of the current padding with the specified dpi. + + + + + A value which specifies the size to be inflated. + + + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. + + + + A value that represents the inflated size. + + + + + + + Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. + + + + + A value which specifies the rectangle to be inflated. + + + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. + + + A value that represents the inflated rectangle. + + + + + + + Inflates the specified height value by the height of the current padding with the specified dpi. + + + + + A value which specifies the height to be inflated. + + + + A value which specifies the dpi value to be applied to the top and bottom padding values before inflating. + + + + A value that represents the inflated height. + + + + + + + Inflates the specified height value by the height of the current padding. + + + + A value which specifies the height to be inflated. + + + A value that represents the inflated height. + + + + + + + Inflates the specified width value by the width of the current padding with the specified dpi. + + + + + A value which specifies the width to be inflated. + + + + + A value which specifies the dpi value which should be applied to the left and right padding values before inflating. + + + A value that represents the inflated width. + + + + + + + Inflates the specified width value by the width of the current padding. + + + + + A value which specifies the width to be inflated. + + + A value that represents the inflated width. + + + + + + + Determines whether the padding is empty (all padding values are null). + + + true if the padding is empty; otherwise, false. + + + + + + + + Gets or sets the padding value for the left edge. + + + + An integer value which represents the padding value (in pixels) for the left edge. + + + + + + + Gets or sets the padding value for the right edge. + + + + An integer value which represents the padding value (in pixels) for the right edge. + + + + + + + Rotates padding values counterclockwise the specified number of times. + + + + An integer value which specifies the number of times for padding values to rotate. + + + + + + + + + Gets or sets the padding value for the top edge. + + + + An integer value which represents the padding value (in pixels) for the top edge. + + + + + + + + Enumerates wrapping modes. + + + + + + + Default wrapping mode. The actual wrapping mode is determined by a control. + + + + + + + + + The word wrapping feature is disabled. + + + + + + + + The word wrapping feature is enabled. + + + + + + + + + An exception that is thrown when a database either cannot be created or opened. + + + + + + + + Initializes a new instance of the UnableToOpenDatabaseException class with the specified settings. + + + + A connection string that is used to connect to the database. + + + + An object that represents the inner error. + + + + + + + + + An exception that is thrown when a specific object cannot be created in a data store. + + + + + + + Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings. + + + + A string that specifies the type of the object that cannot be created. + + + + A string that specifies the name of the object. + + + + A string that specifies the name of the object's parent. + + + + An object that represents the inner error. + + + + + + + + Gets the name of the object that cannot be created. + + + The name of the object that cannot be created. + + + + + + + Gets the type of the object that cannot be created. + + + A string that specifies the type of the object that cannot be created. + + + + + + + Gets the name of the parent which contains the object that cannot be created. + + + The name of the parent. + + + + + + + + An exception that is thrown when an unexpected error occurs during the execution of a SQL statement. + + + + + + + Initializes a new instance of the SqlExecutionErrorException class with the specified settings. + + + + A string that specifies the SQL statement that raised the exception. + + + + A string that specifies the parameters for the SQL statement. + + + + An object that represents the inner error. + + + + + + + + Gets a string that represents the parameters for the current SQL statement. + + + + A string that represents the parameters for the SQL statement. + + + + + + + Gets the SQL statement that raised the exception. + + + A string that specifies the SQL statement which raised the exception. + + + + + + + + An exception that is thrown when the storage schema doesn't match the structure of persistent objects and the schema cannot be modified. + + + + + + + Initializes a new instance of the SchemaCorrectionNeededException class . + + + + A SQL statement or the name of the object that raised this exception. + + + + + + + + + Initializes a new instance of the SchemaCorrectionNeededException class. + + + + + + + + + + + + Initializes a new instance of the SchemaCorrectionNeededException class. + + + + + + + + + + + + + + + + A SQL statement or the name of an object that raised this exception. + + + A SQL statement or the name of an object that raised this exception. + + + + + + + + An exception that is thrown when a connection provider cannot identify the type of column to create a column in a data store. + + + + + + + Initializes a new instance of the PropertyTypeMappingMissingException class with the specified settings. + + + + The type of column that cannot be identified. + + + + + + + + Gets the type of column that cannot be identified. + + + The type of column that cannot be identified. + + + + + + + + An exception thrown because an attempt is made to modify a row in a database, but its version doesn't match the version of the row being posted. + + + + + + + Initializes a new instance of the class. + + + + + + + + + Represents the interface for objects that need to interact with SQL Server databases, + + + + + + + A object that specifies the connection to a data store, if the specified data store allows commands to be created. + + + + A object that specifies the connection to the data store, if the specified data store allows commands to be created. + + + + + + + + Creates a command if the data store allows commands to be created. + + + + A command that is executed when connected to a data store. + + + + + + + + Represents the update statement. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the UpdateStatement class with the specified settings. + + + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A UpdateStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current UpdateStatement object. + + + An integer value representing the hash code for the current object. + + + + + + + Returns a string representation of the UpdateStatement. + + + A string representing the UpdateStatement. + + + + + + + + Represents the result of a single select query to a data store. + + + + + + + Initializes a new instance of the SelectStatementResult class with the specified rows. + + + + An array of objects that will be represented as the collection's elements. + + + + + + + + Initializes a new instance of the SelectStatementResult class with the specified collection of rows. + + + + A collection of rows that will be copied to the collection being created. + + + + + + + + Initializes a new instance of the SelectStatementResult class. + + + + + + + + Initializes a new instance of the SelectStatementResult class with the specified collection of rows. + + + + An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. This value is assigned to the property. + + + + + + + + Creates a copy of the current SelectStatementResult instance. + + + A SelectStatementResult object which represents an exact copy of the current object. + + + + + + + An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. To learn more, refer to How to: Access Data in SQL Query Results. + + + + + + + + + + Represents the select statement. + + + + + + + Initializes a new instance of the SelectStatement class with the specified settings. + + + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A SelectStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current SelectStatement object. + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the grouping expression that is represented by a descendant. + + + + + + + + + Provides access to the that specifies the columns by which the result of the current SelectStatement should be grouped. + + + + A that specifies the columns by which the result of the current SelectStatement should be grouped. + + + + + + + + + Specifies the number of records to exclude from the query result. + + + + + + + + + Provides access to the collection. + + + A object that represents the collection of objects. + + + + + + + Specifies the maximum number of selected records. + + + + + + + + + Returns a string that represents the current object. + + + A that represents the current SelectStatement object. + + + + + + + + Represents the result of batch select queries made to a data store. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the SelectedData class with the specified settings. + + + + An array of objects that represent the result of select operations. + + + + + + + + The results of select query statements. To learn more, refer to How to: Access Data in SQL Query Results. + + + + + + + + + + Serves as the base class for classes that represent modification statements. + + + + + + + + Gets the collection of objects. + + + + + + + + + + Specifies the number of records to be modified. + + + + + + + + + Returns a string that represents the current object. + + + A that represents the current ModificationStatement object. + + + + + + + + Represents the result of an update operation on a data store. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the ModificationResult class. + + + + + + + + + + + + Initializes a new instance of the ModificationResult class. + + + + + + + + + + + + An array of identifiers. + + + + + + + + + + + Represents the insert statement. + + + + + + + Initializes a new instance of the InsertStatement class with the specified settings. + + + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A InsertStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current InsertStatement object. + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the name of an identity column in a table. + + + + + + + + + Specifies the type of an identity column in a table. + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Returns a string representation of the InsertStatement. + + + A string representing the InsertStatement. + + + + + + + + Represents the delete statement. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the DeleteStatement class with the specified settings. + + + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A DeleteStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DeleteStatement object. + + + An integer value representing the hash code for the current object. + + + + + + + Returns a string representation of the DeleteStatement. + + + A string representing the DeleteStatement. + + + + + + + + Enables operations performed by a specific object to be logged. + + + + + + + + + Initializes a new instance of the DataStoreLogger class with the specified settings. + + + + A object that represents a tracked data store. + + + + A object that will log data-aware operations performed on the tracked data store + + + + + + + + Gets a writer that logs the data-aware operations performed on the tracked data store. + + + + A object that logs the data-aware operations performed on the tracked data store + + + + + + + + + Serves as the base class for the classes that represent statements. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A BaseStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current BaseStatement object. + + + An integer value representing the hash code for the current object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Returns the names of the tables that are referenced in the specified statements. + + + + + An array of descendants that represents statements. + + + An array of strings that specify the names of the tables that are referenced in the specified statements. + + + + + + + + Returns the names of the tables that are referenced in the statement. + + + + An array of strings that specify the names of the tables that are referenced in the statement. + + + + + + + + The collection of operands. + + + + + + + + + + The interface for objects that need to interact with a data store. + + + + + + + When implemented by a class, returns which operations are performed when a data store is accessed for the first time. + + + An value that specifies which operations are performed when a data store is accessed for the first time. + + + + + + + Updates data in a data store using the specified modification statements. + + + + An array of data modification statements. + + + The result of the data modifications. + + + + + + + When implemented by a class, fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. + + + Data retrieved from the data store. + + + + + + + When implemented by a class, updates the storage schema according to the specified class descriptions. + + + + true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the data store. + + + + An array of tables whose structure should be saved in the data store. + + + An value that specifies the result of the update operation. + + + + + + + + + Represents a sorting column in a query. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the name of the sorted column in a query. + + + + A value that specifies the alias name of the table in the query. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified property and sort direction. + + + + A descendant representing the query operand that identifies the sorted column in a query. This value is assigned to the property. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + + + + + + Initializes a new class with default settings. + + + + + + + + Gets or sets the column's sort order. + + + A enumeration value which specifies the column's sort order. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A SortingColumn object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current SortingColumn object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets or set the query operand that identifies the sorted column in a query. + + + A descendant representing the query operand that identifies the sorted column in a query. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A QuerySortingCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current QuerySortingCollection object. + + + + An integer value representing the hash code for the current object. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes and populates a new instance of the class. + + + + An array of objects that are added to the collection. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A QueryParameterCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current QueryParameterCollection object. + + + + An integer value representing the hash code for the current object. + + + + + + + Returns a string representation of the QueryParameterCollection. + + + A string representing the QueryParameterCollection. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A QueryOperandCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current QueryOperandCollection object. + + + + An integer value representing the hash code for the current object. + + + + + + + + Represents a query operand. + + + + + + + Initializes a new instance of the class with the specified column name and alias name. + + + + A value that specifies the column's name. This value is assigned to the field. + + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified column and alias name. + + + + A object representing the column that the query operand corresponds to. The name of this column is assigned to the property. + + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. + + + + + + + + Initializes a new instance of the QueryOperand class with the specified settings. + + + + A value that specifies the column's name. This value is assigned to the field. + + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current QueryOperand instance. + + + A QueryOperand object which represents an exact copy of the current object. + + + + + + + Specifies the column's name + + + + + + + + + The column type. + + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A QueryOperand object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current QueryOperand object. + + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the alias name of the table in a query. + + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A JoinNodeCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current JoinNodeCollection object. + + + + An integer value representing the hash code for the current object. + + + + + + + Returns a string that represents the current object. + + + A that represents the current JoinNodeCollection object. + + + + + + + + Serves as a base for the class. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with default settings. + + + + A object that represent the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + A enumeration value that specifies the join's type. This value is assigned to the property. + + + + + + + + A value that identifies the table. + + + + + + + + + + + + + + + + + + + + + + Specifies the criteria expression. + + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A JoinNode object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Returns the column with the specified name. + + + + A value that specifies the column's name. + + + A object that represents the table column. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current JoinNode object. + + + + An integer value representing the hash code for the current object. + + + + + + + Provides access to the collection of sub nodes that is represented by a object. + + + + + + + + + + + + + + + + + Returns a string that represents the current object. + + + A that represents the current JoinNode object. + + + + + + + A enumeration value that specifies the join's type. + + + + + + + + + + For internal use. + + + + + + + A collection of strings that specify the columns that function as primary keys for a table. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + A table that stores a persistent object's data. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified name. + + + + A value that specifies the table's name. This value is assigned to the property. + + + + + + + + Appends a column to the collection. + + + + A object that represents the column to be added to the collection. + + + + + + + + Appends a object to the collection. + + + + A object to be added to the collection. + + + + + + + + Appends a object to the collection. + + + + A object to be added to the collection. + + + + + + + + Provides access to the current DBTable's column collection. + + + A list of objects that represent the columns defined in the current DBTable. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A DBTable object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Provides access to the current DBTable's foreign keys collection. + + + A list of objects that represent the foreign keys defined in the current DBTable. + + + + + + + Creates a new column with the specified name and appends it to the collection. + + + + A value that specifies the column's name. This value is assigned to the property. + + + A object that represents the new column. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DBTable object. + + + + An integer value representing the hash code for the current object. + + + + + + + Provides access to the current DBTable's indexes collection. + + + A list of objects that represent the indexes defined for the current DBTable. + + + + + + + Indicates whether the collection contains the specified object. + + + + A object to locate in the collection. + + + true if the collection contains the specified object; otherwise, false. + + + + + + + Indicates whether the collection contains the specified object. + + + + A object to locate in the collection. + + + true if the collection contains the specified object; otherwise, false. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Specifies the table's name. + + + A value that specifies the table's name. + + + + + + + Specifies a object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It's also possible to have a table with a primary key made up of two or more columns. + + + + + + + + + + + + + + + + + + The primary key of a table. + + + + + + + Initializes a new instance of the class with the specified columns that function as primary keys for a table. + + + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class with the specified name and columns that function as primary keys for a table. + + + + A value that is assigned to the property. + + + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + + For internal use. An index of a table. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that is assigned to the property. + + + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. + + + + + true if the index must be unique; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A collection of strings that identify the columns that function as primary keys for a table. This value is assigned to the property. + + + + + true if the index must be unique; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + true if the index must be unique; otherwise, false. If the IsUnique field is set to true, an exception will be thrown when assigning an index that isn't unique. + + + + + + + + + + + The foreign key of a table. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A collection of strings that specify the names of columns that function as foreign keys for a table. This value is assigned to the property. + + + + A value that specifies the name of a primary key table. This value is assigned to the field. + + + + A collection of strings that specify the names of columns that function as primary keys for a table. This value is assigned to the field. + + + + + + + + Specifies the name of a primary key table. + + + + + + + + + A collection of strings that specify the names of columns that function as primary keys for a table. + + + + + + + + + + The schema of a column in a . + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the DBColumn class with the specified settings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the column's type. + + + + + + + + + Specifies the name of the column data type. + + + + + + + + + Gets the column type of the specified runtime type. + + + + A object that represents the exact runtime type. + + + A enumeration value that corresponds to the specified runtime type. + + + + + + + Gets the column type of the specified runtime type. + + + + A object that represents the exact runtime type. + + + + true to return the DBColumnType.Unknown value if the specified type cannot be identified; false to raise the exception. + + + A DevExpress.Xpo.DB.DBColumnType enumeration value that corresponds to the specified runtime type. + + + + + + + Gets the runtime type of the specified column type. + + + + One of the enumeration values. + + + A object that represents the exact runtime type of the specified column type. + + + + + + + true if the value of the column increments automatically; otherwise, false. The default value is false. + + + + + + + + + true if the column is the key column; otherwise, false. + + + + + + + + + Indicates whether values of the specified column type can be saved to a database. + + + + One of the enumeration values. + + + true if values of the specified column type can be saved to a database; otherwise, false. + + + + + + + Indicates whether values of the specified runtime type can be saved to a database. + + + + A object that represents the exact runtime type. + + + true if values of the specified type can be saved to a database; otherwise, false. + + + + + + + Specifies the column's name. + + + + + + + + + + The maximum length of a text column. This is ignored for non-text columns. + + + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the CriteriaOperatorCollection class. + + + + + + + + Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity. + + + + The number of elements that the new CriteriaOperatorCollection can initially store. + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A CriteriaOperatorCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current CriteriaOperatorCollection object. + + + + An integer value representing the hash code for the current object. + + + + + + + Returns a string that represents the current object. + + + A that represents the current CriteriaOperatorCollection object. + + + + + + + + Lists the values that specify the result of the data store schema update operation. + + + + + + + Indicates that the table that corresponds to the first item doesn't exist in the data store. + + + + + + + + Indicates that the database schema exists. + + + + + + + + + Lists the values that specify the sort order. + + + + + + + A property (column) is sorted in ascending order. + + + + + + + + A property (column) is sorted in descending order. + + + + + + + + + Lists the values that specify the join type. + + + + + + + Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables. + + + + + + + + + Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match. + + + + + + + + + Lists the values that specify the action which is performed when a session is connected to a data store. + + + + + + + A session will try to automatically create the database if it doesn't exist. It will also create or update the database schema for any persistent classes currently being used. + + + + + + + + + A session will not automatically create the database or update the database schema. The database schema is still queried and checked to match the currently used persistent class metadata. + + + + + + + + + A session will never query the database for schema to validate against persistent class metadata. This will suppress the SchemaCorrectionNeededException, but a database error may occur during data operations if the schema is not compatible with run-time persistent classes metadata. + + + + + + + + + A session will automatically create or update the database schema for the persistent classes currently being used. If the database doesn't exist, it won't be created by a session. + + + + + + + + + + An exception that is thrown when a specific property that is used in a specific expression cannot be resolved. + + + + + + + Initializes a new instance of the InvalidPropertyPathException class. + + + + A string that specifies the error description. + + + + + + + + + An exception that is thrown when a string that represents criteria cannot be parsed. + + + + + + + Initializes a new instance of the CriteriaParserException class. + + + + A string that specifies the error description. + + + + + + + + Initializes a new instance of the CriteriaParserException class. + + + + A string that specifies the error description. + + + + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. This value is used to initialize the property. + + + + A value of the CriteriaLexer.Col property that specifies the column where an exception occured. This value is used to initialize the property. + + + + + + + + The value of the CriteriaLexer.Col property that specifies the column where an exception occured. + + + The value of the CriteriaLexer.Col property that specifies the column where an exception occured. + + + + + + + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. + + + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An unary operator which performs an operation on only one expression. + + + + + + + Initializes a new instance of the class with the specified operand and operator type. + + + + A enumeration value which specifies the type of the unary operator. This value is assigned to the property. + + + + A object which represents the operand. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value which specifies the type of the unary operator. This value is assigned to the property. + + + + A value which specifies the property's name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current UnaryOperator instance. + + + A UnaryOperator object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An UnaryOperator object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current UnaryOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + A object which represents the operand. + + + + + + + + + An enumeration value which specifies the type of the unary operator. + + + + + + + + + + + + A value operand in criteria expressions. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified value. + + + + The value for the operand. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current OperandValue instance. + + + An OperandValue object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An OperandValue object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current OperandValue object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets a value for the operand. + + + The value for the operand. + + + + + + + Gets or sets the current operand's formatted value. + + + An object that represents the current operand's formatted value. + + + + + + + + An object property operand in criteria expressions. + + + + + + + Initializes a new instance of the class with the specified property name. + + + + A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. and will be assigned to the property. + + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current OperandProperty instance. + + + An OperandProperty object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An OperandProperty object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current OperandProperty object. + + + + An integer value representing the hash code for the current object. + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Gets or sets a property name. + + + A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. + + + + + + + + Represents an operator which compares a persistent object's property value with a null reference (Nothing in Visual Basic). + + + + + + + Initializes a new instance of the class with the specified property name. + + + + A value which specifies the name of the property to check for null (Nothing in Visual Basic). + + + + + + + + Initializes a new instance of the class with the specified criteria operand. + + + + An object which represents the criteria expression. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + + Represents a logical NOT operation which is performed on the operand. + + + + + + + Initializes a new instance of the class with the specified operand. + + + + A descendant which represents the operand that the logical inversion is applied to. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + + An operator which determines if a value matches any value in a specified list. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the InOperator class with the specified settings. + + + + A object which represents the expression to test. + + + + An array of objects that represent expressions to test for a match. + + + + + + + + Initializes a new instance of the InOperator class with the specified settings. + + + + A object which represents the expression to test. + + + + An array of objects that represent expressions to test for a match. + + + + + + + + Initializes a new instance of the InOperator class with the specified settings. + + + + A value which specifies the property name. + + + + An array of objects that represent expressions to test for a match. + + + + + + + + Initializes a new instance of the InOperator class with the specified settings. + + + + A value which specifies the property name. + + + + A collection of expressions to test for a match. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current InOperator instance. + + + An InOperator object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An InOperator object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current InOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets the expression which is tested to see if it matches any value in the list. + + + + A object which represents the expression to test. + + + + + + + Provides access to the object that represents a collection of the operands used to construct the current InOperator. + + + A object that represents a collection of the operands used to construct the current InOperator. + + + + + + + + A logical expression which groups two or more operands with a logical AND or OR. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value that specifies the type of the group operator. This value is assigned to the property. + + + + An array of objects that represent operands. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified operands. + + + + An array of the objects that represent operands. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GroupOperator with the specified parameters. + + + + A enumeration value that specifies the type of the group operator. This value is assigned to the property. + + + + An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current GroupOperator instance. + + + A GroupOperator object which represents an exact copy of the current object. + + + + + + + Returns the expression which groups two operands with logical AND or OR. + + + + A enumeration value that specifies the type of the group operator. + + + + A object which represents the first operand. + + + + A object which represents the second operand. + + + A object representing the expression which groups two operands. + + + + + + + Returns the expression which groups the specified operands with logical AND or OR. + + + + A enumeration value that specifies the type of the group operator. + + + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands. + + + + + + + Returns the expression which groups the specified operands with logical AND or OR. + + + + A enumeration value that specifies the type of the group operator. + + + + A list of operands to be grouped. + + + A object representing the expression which groups the specified operands. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A GroupOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current GroupOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + Provides access to the object that represents a collection of the operands used to construct the current GroupOperator. + + + A object that represents a collection of the operands used to construct the current GroupOperator. + + + + + + + Specifies the type of the group operator. The available types are enumerated in the enumeration. + + + + + + + + + + A function operator based on a . + + + + + + + Initializes a new instance of the FunctionOperator class with default settings. + + + + + + + + Initializes a new instance of the FunctionOperator class with default settings. + + + + A value that specifies the type of function. This value is used to initialize the property. + + + + An array of objects that specify the operands required by the selected function. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the FunctionOperator class. + + + + + + + + + + + + + + + + Initializes a new instance of the FunctionOperator class with the specified parameters. + + + + A enumeration value that specifies the type of function. This value is used to initialize the property. + + + + An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the FunctionOperator class with the specified settings. + + + + A value, specifying the name of the custom function. + + + + A collection of the objects. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current FunctionOperator instance. + + + A FunctionOperator object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A FunctionOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current FunctionOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + This method is intended for internal use. + + + + + + + + + + + + + + Provides access to the object that represents a collection of the operands used to construct the current FunctionOperator. + + + A object that represents a collection of the operands used to construct the current FunctionOperator. + + + + + + + Represents the function type. + +The operands are specified by the property and these can be initialized in the constructor. Each operand represents an instance of the class descendant, the number of operands depends on the function type. + + + + A value that specify the function type. + + + + + + + + Provides the abstract (MustInherit in Visual Basic) base class for criteria operators. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Returns the expression which groups two operands with logical AND. + + + + A object which represents the first operand. + + + + A object which represents the second operand. + + + A object representing the expression which groups two operands with logical AND. + + + + + + + Returns the expression which groups the specified operands with logical AND. + + + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands with logical AND. + + + + + + + Returns the expression which groups the specified operands with logical AND. + + + + A list of operands to be grouped. + + + A object representing the expression which groups the specified operands with logical AND. + + + + + + + Creates a copy of the specified object. + + + + An object to clone. + + + An object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is a null reference. + + + + + + + Creates a copy of the specified object. + + + + A object to clone. + + + A object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is null reference. + + + + + + + This method is intended for internal use. + + + + + + + + + + + + + + + + + + Returns the number of custom functions registered in an application via the and method calls. + + + An integer value which specifies the number of elements in a collection returned by the function. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Searches custom functions registered in an application via the and method calls for a function with a specified name. + + + + The name of a custom function to search. You specify a custom function's name by implementing the property. + + + An object that corresponds to the functionName, if found; otherwise, null (Nothing in Visual Basic). + + + + + + + Returns custom functions registered in an application via the and method calls. + + + A object containing all custom functions registered via the methods mentioned above. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current CriteriaOperator object. + + + An integer value representing the hash code for the current object. + + + + + + + For internal use only. + + + + + + + + + + + For internal use only. + + + + + + + + + + + Returns the string representation of the criteria specified by the current CriteriaOperator instance. + + + A string equivalent of the current CriteriaOperator instance. + + + + + + + Returns the string representation of a specified criteria. + + + + A instance specifying the criteria used to convert to a string equivalent. + + + A string equivalent of the criteria. + + + + + + + Returns an instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. + + + An instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. + + + + + + + Returns the expression which groups the specified operands with logical OR. + + + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands with logical OR. + + + + + + + Returns the expression which groups two operands with logical OR. + + + + A object which represents the first operand. + + + + A object which represents the second operand. + + + A object representing the expression which groups two operands with logical OR. + + + + + + + Returns the expression which groups the specified operands with logical OR. + + + + A list of operands to be grouped. + + + A object representing the expression which groups the specified operands with logical OR. + + + + + + + Converts the specified string, specifying an expression, to its equivalent. + + + + A value, that is the expression to convert. + + + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + A equivalent to the expression contained in criteria. + + + + + + + Converts the specified string, specifying an expression, to its equivalent. + + + + A value, that is the expression to convert. + + + + [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + A equivalent to the expression contained in criteria. + + + + + + + Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. + + + + + A value that represents the expressions to convert. The expressions are divided by a semicolon. + + + + [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + An array of equivalents to the expressions contained in criteriaList. + + + + + + + Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. + + + + + A value that represents the expressions to convert. The expressions are divided by a semicolon. + + + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + An array of equivalents to the expressions contained in criteriaList. + + + + + + + Registers a specified custom function to use in any CriteriaOperator-based criteria in your application. + + + + An object specifying a custom function to register. + + + + + + + + Registers specified custom functions to use in any CriteriaOperator-based criteria in your application. + + + + A collection of objects specifying custom functions to register. + + + + + + + + Converts the specified expression into its equivalent string in VB style. + + + + + A object that represents the expression to convert. + + + + [out] Receives the values that are marked by a question mark character in the result string. + + + + A string representation of the specified expression. + + + + + + + Converts the specified expression into its equivalent string in VB style. + + + + + A object that represents the expression to convert. + + + A string representation of the specified expression. + + + + + + + Converts the specified expression into its equivalent string in C# style. + + + + + A object that represents the expression to convert. + + + + [out] Receives the values that are marked by a question mark character in the result string. + + + + A string representation of the specified expression. + + + + + + + Converts the specified expression into its equivalent string in C# style. + + + + + A object that represents the expression to convert. + + + A string representation of the specified expression. + + + + + + + Converts the current expression into its VB equivalent string. + + + + A string representation of this expression. + + + + + + + Converts the specified expression into its equivalent string in VB style. + + + + + A object that represents the expression to convert. + + + + [out] Receives the values that are marked by question mark character in the result string. + + + A string representation of the specified expression. + + + + + + + Converts the specified expression into its equivalent string in VB style. + + + + + A object that represents the expression to convert. + + + A string representation of the specified expression. + + + + + + + Tries to convert the specified string representation of an expression to its equivalent. + + + + + A value that represents the expression to convert. + + + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + A equivalent to the expression contained in criteria. + + + + + + + Unregisters a specified custom function from use in any CriteriaOperator-based criteria in your application. + + + + An object instance specifying a custom function to unregister. + + + true if the customFunction has successfully been removed from a collection returned by the function; otherwise, false. + + + + + + + Unregisters a custom function with a specified name from use in any CriteriaOperator-based criteria in your application. + + + + The name of a custom function to unregister. + + + true if a custom function whose name matches the functionName has successfully been removed from a collection returned by the function; otherwise, false. + + + + + + + Occurs when restoring a serialized criteria operator that references a user object. + + + + + + + + Occurs when serializing a criteria operator that references a user object. + + + + + + + + + An operator which checks if a collection contains at least one object matching a specific criteria. + + + + + + + Initializes a new instance of the class with the specified property and criteria expression. + + + + A value which identifies the property whose values will be searched. + + + + + A object that represents a search criteria. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified property operand and criteria expression. + + + + An object which represents the property operand in the criteria expression. + + + + A object which represents the search criteria. + + + + + + + + + + A logical expression which consists of a operation between two operands. + + + + + + + Initializes a new instance of the class with the specified left and right operands and binary operator type. + + + + A descendant which represents the expression for the first operand. This value is assigned to the property. + + + + A descendant which represents the expression for the second operand. This value is assigned to the property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BinaryOperator class. + + + + + + + + Initializes a new instance of the class. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + An value to compare with the values of the specified property. + + + + + + + + + Initializes a new instance of the class with the specified type of the binary operator. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + + An value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to values. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to values. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to integer values. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to an array of values. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + An array of values to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of the binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified integer value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified values. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + An array of values to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a copy of the current BinaryOperator instance. + + + A BinaryOperator object which represents an exact copy of the current object. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A BinaryOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current BinaryOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + The left operand. + + + + + + + + + Gets the type of the binary operator. + + + A enumeration value which specifies the type of the binary operator. + + + + + + + The right operand. + + + + + + + + + + An operator which determines whether a criteria expression lies between the specified range of values. + + + + + + + Initializes a new instance of the class with the specified property name and the specified range of values. + + + + A value which specifies the name of the property whose values are tested. + + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified property and the specified range of values. + + + + A value which identifies the property whose values are tested. + + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified property and the specified range of values. + + + + A descendant which represents the expression that identifies the property whose values are tested. + + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets the expression for the first operand. + + + A descendant which represents the expression for the lower value in the range. + + + + + + + Creates a copy of the current BetweenOperator instance. + + + A BetweenOperator object which represents an exact copy of the current object. + + + + + + + Gets the expression for the second operand. + + + A descendant which represents the expression for the upper value in the range. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + + A BetweenOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current BetweenOperator object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets the expression for the first (left) operand. + + + A descendant which represents the expression for the lower value in the range. + + + + + + + Gets or sets the test expression. + + + A descendant which represents the test expression. + + + + + + + Gets the expression for the second (right) operand. + + + A descendant which represents the expression for the upper value in the range. + + + + + + + Gets or sets the test expression. + + + A descendant which represents the test expression. + + + + + + + + An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.) + + + + + + + Initializes a new instance of the class. + + + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value which specifies the name of the collection property. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + + A value which specifies the name of the persistent property of the object from the property collection. + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + An object which represents the collection property. This value is assigned to the property. + + + + A object which represents the aggregated expression. This value is assigned to the property. + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified collection property and operator type. + + + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + + + + A value which specifies the name of the persistent property of the object from the property collection. + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the aggregated expression. + + + A object which represents the aggregated expression. + + + + + + + Gets or sets the type of the aggregate operator. + + + An enumeration value which specifies the type of the aggregate operator. + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Creates a copy of the current AggregateOperand instance. + + + An AggregateOperand object which represents an exact copy of the current object. + + + + + + + Gets or sets a collection property whose elements are used to calculate an aggregate expression. + + + + An object which represents the collection property. + + + + + + + Gets or sets the filter criteria which is applied to values. + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. + + + + + + + For internal use only. + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + An AggregateOperand object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + For internal use only. + + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current AggregateOperand object. + + + + An integer value representing the hash code for the current object. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + true if the is null reference; otherwise, false. + + + + + + + For internal use only. + + + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + + Enumerates unary operator types. + + + + + + + Represents the bitwise NOT operator. + + +To create the bitwise NOT operator using the method use the following syntax: + + +CriteriaOperator.Parse("~Field1") + + + + + + + + Represents the operator which determines whether or not a given expression is NULL. + + +To create the is-null operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 IS NULL") + + + + + + + + Represents the unary negation (-) operator. + + +To create the unary negation operator using the method use the following syntax: + + +CriteriaOperator.Parse("-Field1 = -10") + + + + + + + + Represents the logical NOT. + + +To create the logical NOT operator using the method use the following syntax: + + +CriteriaOperator.Parse("NOT ((Field1 = A) OR (Field1 = B))") + + + + + + + + Represents the unary plus (+) operator. + + + + + + + + + Enumerates function types that can be used by the operators. + + + + + + + Returns the absolute value of a specified numeric operand. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Abs operator using the method, use the following syntax: CriteriaOperator.Parse("Abs(Field1)"). + + + + + + + + Returns the angle (in radians) whose cosine is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Acos operator using the method, use the following syntax: CriteriaOperator.Parse("Acos(Field1)"). + + + + + + + + Returns a object representing the date that is a specified number of days from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in days) from the original date. This number can be negative or positive. Its decimal part is part of a day. + +To create the AddDays operator using the method use the following syntax: CriteriaOperator.Parse("AddDays(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of hours from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in hours) from the original date. This number can be negative or positive. Its decimal part is part of an hour. + +To create the AddHours operator using the method use the following syntax: CriteriaOperator.Parse("AddHours(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of milliseconds from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in milliseconds) from the original date. This number can be negative or positive. Its decimal part is part of a millisecond. + +To create the AddMilliSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddMilliseconds(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of minutes from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in minutes) from the original date. This number can be negative or positive. Its decimal part is part of a minute. + +To create the AddMinutes operator using the method use the following syntax: CriteriaOperator.Parse("AddMinutes(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of months from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in months) from the original date. This number can be negative or positive. + +To create the AddMonths operator using the method use the following syntax: CriteriaOperator.Parse("AddMonths(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of seconds from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in seconds) from the original date. This number can be negative or positive. Its decimal part is part of a second. + +To create the AddSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddSeconds(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of ticks from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in 100-nanosecond ticks) from the original date. This number can be negative or positive. + +To create the AddTicks operator using the method use the following syntax: CriteriaOperator.Parse("AddTicks(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified time period from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - a object representing the time period from the original date. + +To create the AddTimeSpan operator using the method use the following syntax: CriteriaOperator.Parse("AddTimeSpan(Field1, Field2)"). + + + + + + + + Returns a object representing the date that is a specified number of years from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in years) from the original date. This number can be negative or positive. + +To create the AddYears operator using the method use the following syntax: CriteriaOperator.Parse("AddYears(Field1, Field2)"). + + + + + + + + Returns the ASCII code of the first character in a specified string operand. + +If a specified operand represents an empty string, null is returned. + +To create the Ascii operator using the method, use the following syntax: CriteriaOperator.Parse("Ascii(Field1)"). + + + + + + + + Returns the angle (in radians) whose sine is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Asin operator using the method, use the following syntax: CriteriaOperator.Parse("Asin(Field1)"). + + + + + + + + Returns the angle (in radians) whose tangent is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Atn operator using the method, use the following syntax: CriteriaOperator.Parse("Atn(Field1)"). + + + + + + + + Returns the angle (in radians) whose tangent is the quotient of two specified numeric operands. + +The operator requires two operands representing the Cartesian coordinates (x, y) of a point: +1 - the y coordinate; +2 - the x coordinate. + +If specified operands cannot be converted to , the System.NotSupportedException is thrown. + +To create the Atn2 operator using the method use the following syntax: CriteriaOperator.Parse("Atn2(y, x)"). + + + + + + + + Calculates the product of two specified numeric operands. +The operator requires two operands representing the integer values to be multiplied. + +If the specified operands do not represent integer values, the System.NotSupportedException is thrown. + +To create the BigMul operator using the method, use the following syntax: CriteriaOperator.Parse("BigMul(Field1, Field2)"). + + + + + + + + Returns the smallest integer greater than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward positive infinity. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Ceiling operator using the method, use the following syntax: CriteriaOperator.Parse("Ceiling(Field1)"). + + + + + + + + Converts a specified numeric operand to a Unicode character. + +If a specified operand cannot be converted to a decimal or integer number, the System.NotSupportedException is thrown. + +To create the Char operator using the method, use the following syntax: CriteriaOperator.Parse("Char(Field1)"). + + + + + + + + Returns the index of the first occurrence of a specified substring in a specified string. + +The operands should be defined as follows: + +1 - a substring to search; +2 - a string to be searched; +3 - (optional) an integer that specifies the zero-based index at which the search starts. If this operand is not specified, the search begins from the start of the string; +4 - (optional) an integer that specifies the number of characters to examine, starting from the specified position. If this operand is not specified, the search continues until the end of the string. + +This function performs a word (case-sensitive and culture-sensitive) search using the current culture. If a specified substring is found, the function returns its index. Otherwise, -1 is returned. + +To create the CharIndex operator using the method use the following syntax: CriteriaOperator.Parse("CharIndex(Field1, Field2)"), CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3)"), or CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3, Field4)"). + + + + + + + + Concatenates one or more strings. + + + + + + + + Returns True if one string occurs within another string; otherwise, False is returned. + +This function requires two string operands: + +1 - a string to be searched; +2 - a substring to search. + + +To create the Contains operator using the method use the following syntax: +CriteriaOperator.Parse("Contains(String, SubString)"); + + + + + + + + + Returns the cosine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Cos operator using the method, use the following syntax: CriteriaOperator.Parse("Cos(Field1)"). + + + + + + + + Returns the hyperbolic cosine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Cosh operator using the method, use the following syntax: CriteriaOperator.Parse("Cosh(Field1)"). + + + + + + + + Identifies a custom operation. This operation is executed on the client side if its operands represent constants. A custom operation is executed on the server side only if its operands cannot be evaluated locally. To learn how to implement custom operators, refer to the How to: Implement a Custom Criteria Language Operator topic. +The eXpress Persistent Objects framework provides two custom function operators - and . + + + + + + + + Identifies a custom nondeterministic operation. +Unlike a standard custom operation, a custom nondeterministic operation is always executed on the server side, regardless of whether its operands are constants. +Refer to the How to: Implement a Custom Criteria Language Operator topic, to learn how to implement custom operators. + + + + + + + + Returns the count of day boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffDay operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffDay(StartDate, EndDate)"). + + + + + + + + + Returns the count of hour boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffHour operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffHour(StartDate, EndDate)"). + + + + + + + + + Returns the count of millisecond boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffMilliSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMilliSecond(StartDate, EndDate)"). + + + + + + + + + Returns the count of minute boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffMinute operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMinute(StartDate, EndDate)"). + + + + + + + + + Returns the count of month boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffMonth operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMonth(StartDate, EndDate)"). + + + + + + + + + Returns the count of second boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffSecond(StartDate, EndDate)"). + + + + + + + + + Returns the count of tick boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffTick operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffTick(StartDate, EndDate)"). + + + + + + + + + Returns the count of year boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffYear operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffYear(StartDate, EndDate)"). + + + + + + + + + Returns True if the end of one string matches another string; otherwise, False is returned. + +This function requires two string operands: + +1 - a string to be searched; +2 - a substring to search at the end of the first string. + + +To create the EndsWith operator using the method use the following syntax: +CriteriaOperator.Parse("EndsWith(String, SubString)"); + + + + + + + + + Returns the number e raised to the power specified by a numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +Exp reverses . Use the operand to calculate powers of other bases. + +To create the Exp operator using the method use the following syntax: CriteriaOperator.Parse("Exp(Field1)"). + + + + + + + + Returns the largest integer less than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward negative infinity. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Floor operator using the method, use the following syntax: CriteriaOperator.Parse("Floor(Field1)"). + + + + + + + + Returns the date part of a specified date. + +This operator requires an operand of the type. + +The return value represents a object with the same date part, and the time part set to 00:00:00. + +To create the GetDate operator using the method use the following syntax: CriteriaOperator.Parse("GetDate(Field1)"). + + + + + + + + Gets the day part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 1 and 31. + +To create the GetDay operator using the method use the following syntax: CriteriaOperator.Parse("GetDay(Field1)"). + + + + + + + + Gets a specified date's day of the week. + +This operator requires an operand of the type. + +The return value represents a equivalent of a enumerated constant representing a day of the week. + +To create the GetDayOfWeek operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfWeek(Field1)"). + + + + + + + + Gets a specified date's day of the year. + +This operator requires an operand of the type. + +The return value ranges between 1 and 366. + +To create the GetDayOfYear operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfYear(Field1)"). + + + + + + + + Gets the hour part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 23. + +To create the GetHour operator using the method use the following syntax: CriteriaOperator.Parse("GetHour(Field1)"). + + + + + + + + Gets the milliseconds part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 999. + +To create the GetMilliSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetMilliSecond(Field1)"). + + + + + + + + Gets the minute part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 59. + +To create the GetMinute operator using the method use the following syntax: CriteriaOperator.Parse("GetMinute(Field1)"). + + + + + + + + Gets the month part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 1 and 12. + +To create the GetMonth operator using the method use the following syntax: CriteriaOperator.Parse("GetMonth(Field1)"). + + + + + + + + Gets the seconds part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 59. + +To create the GetSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetSecond(Field1)"). + + + + + + + + Gets the time part of a specified date. + +This operator requires an operand of the type. + +The return value represents a object that is equal to the number of 100-nanosecond ticks that have elapsed since midnight. + +To create the GetTimeOfDay operator using the method, use the following syntax: CriteriaOperator.Parse("GetTimeOfDay(Field1)"). + + + + + + + + + Gets the year part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 1 and 9999. + +To create the GetYear operator using the method use the following syntax: CriteriaOperator.Parse("GetYear(Field1)"). + + + + + + + + Returns one of two values depending upon the value of a logical expression. + + +The function requires three operands of the class: + + + +1 - determines the logical expression; + + +2 - specifies the value that will be returned if the logical expression evaluates to TRUE; + + +3 - specifies the value that will be returned if the logical expression evaluates to FALSE. + + + +To create the Iif operator using the method use the following syntax: +CriteriaOperator.Parse("Iif(Field1 == 100, Field1, Field2)") + + + + + + + + + + Inserts a specified string at a certain position within another. + +The operands should be defined as follows: + +1 - a string in which the insertion is to be performed; +2 - an integer that specifies the zero-based index position of the insertion; +3 - a string to insert. + +To create the Insert operator using the method use the following syntax: CriteriaOperator.Parse("Insert(Field1, Field2, Field3)"). + + + + + + + + Compares the first operand with the NULL value. + +This function requires one or two operands of the class. The value returned depends upon the number of arguments. + + +If a single operand is passed, the function returns true if the operand is null, otherwise, false is returned. + + + +If two operands are passed, the function returns the second operand if the first operand is null, otherwise, the first operand is returned. + + + +To create the IsNull operator using the method use the following syntax: +CriteriaOperator.Parse("IsNull(Field1)") or CriteriaOperator.Parse("IsNull(Field1AndTrueResult, FalseResult)"). + + + + + + + + + Indicates whether a specified operand is a null reference or an empty string. + +The function returns true if a specified operand is null or an empty string, otherwise, false is returned. + +To create the IsNullOrEmpty operator using the method, use the following syntax: CriteriaOperator.Parse("IsNullOrEmpty(Field1)"). + + + + + + + + The Boolean Is Beyond This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: date >= First Day of Next Year + + + + + + + + + The Boolean Is Earlier This Month operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Month <= date < First Day of Last Week + + + + + + + + + + + The Boolean Is Earlier This Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Week <= date < Yesterday + + + + + + + + + The Boolean Is Earlier This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Year <= date < First Day of This Month + + + + + + + + + The Boolean Is Last Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Last Week <= date < First Day of This Week + + + + + + + + + The Boolean Is Later This Month operator for date/time values. Requires one argument. + +The operator is defined as follows: +Last Day of Next Week < date < First Day of Next Month + + + + + + + + + The Boolean Is Later This Week operator for date/time values. Requires one argument. + +The operator is defined as follows: +Day After Tomorrow <= date < First Day of Next Week + + + + + + + + + The Boolean Is Later This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Next Month <= date < First Day of Next Year + + + + + + + + + The Boolean Is Next Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Next Week <= date <= Last Day of Next Week + + + + + + + + + The Boolean Is Prior This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: date < First Day of This Year + + + + + + + + + The Boolean Is Today operator for date/time values. Requires one argument. + + + + + + + + The Boolean Is Tomorrow operator for date/time values. Requires one argument. + + + + + + + + The Boolean Is Yesterday operator for date/time values. Requires one argument. + + + + + + + + Returns True if the specified date falls within the current month. + +To create the IsThisMonth operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisMonth(StartDate)"). + + + + + + + + Returns True if the specified date falls within the current week. + +To create the IsThisWeek operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisWeek(StartDate)"). + + + + + + + + Returns True if the specified date falls within the current year. + +To create the IsThisYear operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisYear(StartDate)"). + + + + + + + + Returns the length of the string specified by an operand. + + +The operand should be an object of the type. + + + + +To create the Len operator using the method use the following syntax: +CriteriaOperator.Parse("Len(Field1)"); + + + + + + + + + Returns the DateTime value corresponding to the day after Tomorrow. + + + + + + + + Returns the DateTime value corresponding to the first day of the previous week. + + + + + + + + Returns the DateTime value corresponding to the first day of next month. + + + + + + + + + Returns the DateTime value corresponding to the first day of the following week. + + + + + + + + + Returns the DateTime value corresponding to the first day of the following year. + + + + + + + + + Returns the DateTime value corresponding to the current moment in time. + + + + + + + + Returns the DateTime value corresponding to the first day of the current month. + + + + + + + + Returns the DateTime value corresponding to the first day of the current week. + + + + + + + + Returns the DateTime value corresponding to the first day of the current year. + + + + + + + + Returns the DateTime value corresponding to Today. + + + + + + + + Returns the DateTime value corresponding to Tomorrow. + + + + + + + + Returns the DateTime value corresponding to the first day of the week that is after next week. + + + + + + + + + Returns the DateTime value corresponding to Yesterday. + + + + + + + + Returns the logarithm of a specified numeric operand. The return value depends upon the number of operands. + +If one operand is passed, the natural (base e) logarithm of a specified operand is returned. + +If two operands are passed, the logarithm of a specified operand in a specified base is returned. The operands should be defined as follows: +1 - a number whose logarithm is to be calculated; +2 - the base of the logarithm. + +If specified operands cannot be converted to , the System.NotSupportedException is thrown. + +Log reverses . To calculate the base 10 logarithm, use . + +To create the Log operator using the method use the following syntax: CriteriaOperator.Parse("Log(Field1)") or CriteriaOperator.Parse("Log(Field1, Field2)"). + + + + + + + + Returns the base 10 logarithm of a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +Log10 reverses . Use the operand to calculate the logarithm of other bases. + +To create the Log10 operator using the method use the following syntax: CriteriaOperator.Parse("Log10(Field1)"). + + + + + + + + Converts all characters in a string operand to lowercase. + +The operand should be an object of the type. + +To create the Lower operator using the method, use the following syntax: CriteriaOperator.Parse("Lower(Field1)"); + + + + + + + + + Returns the larger of two numeric values. + +The operands should be defined as follows: + +1 - a numeric value A; +2 - a numeric value B; + +To create the Max operator using the method use the following syntax: CriteriaOperator.Parse("Max(ValueA, ValueB)"). + + + + + + + + Returns the smaller of two numeric values. + +The operands should be defined as follows: + +1 - a numeric value A; +2 - a numeric value B; + +To create the Min operator using the method use the following syntax: CriteriaOperator.Parse("Min(ValueA, ValueB)"). + + + + + + + + The function type is not specified. + + + + + + + + Returns a object representing the system's current date and time. + +To create the Now operator using the method, use the following syntax: CriteriaOperator.Parse("Now()"). + + + + + + + + Pads a string with spaces or a specified Unicode character on the left for a specified total length. + +The operands should be defined as follows: +1 - a string to be padded; +2 - the total number of characters in the resulting string, including padding characters; +3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. + +To create the PadLeft operator using the method use the following syntax: CriteriaOperator.Parse("PadLeft(Field1, Field2)") or CriteriaOperator.Parse("PadLeft(Field1, Field2, Field3)"). + + + + + + + + Pads a string with spaces or a specified Unicode character on the right for a specified total length. + +The operands should be defined as follows: +1 - a string to be padded; +2 - the total number of characters in the resulting string, including padding characters; +3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. + +To create the PadRight operator using the method use the following syntax: CriteriaOperator.Parse("PadRight(Field1, Field2)") or CriteriaOperator.Parse("PadRight(Field1, Field2, Field3)"). + + + + + + + + Returns a specified numeric operand raised to a specific power. + +The Power operator requires two operands: +1 - a number to be raised to a power; +2 - a power. + +If specified operands cannot be converted to , the System.NotSupportedException is thrown. + +Power reverses or . Use the operand to calculate powers of the number e. + +To create the Power operator using the method use the following syntax: CriteriaOperator.Parse("Power(Field1, Field2)"). + + + + + + + + Removes all, or a certain number of characters from a specified string, starting at a specified position. + +The operands should be defined as follows: + +1 - a string to be shrunk; +2 - an integer that specifies the zero-based index at which character removal starts; +3 - (optional) an integer that specifies the number of characters to remove, starting at the specified position. If this operand is not specified, all characters between the starting position and the end of the string are removed. + +To create the Remove operator using the method use the following syntax: CriteriaOperator.Parse("Remove(Field1, Field2)") or CriteriaOperator.Parse("Remove(Field1, Field2, Field3)"). + + + + + + + + Replaces all occurrences of a certain string in a specified string, with another. + +The operands should be defined as follows: + +1 - a string in which replacements are to be performed; +2 - a string to be replaced; +3 - a string to replace all occurrences found. + +To create the Replace operator using the method use the following syntax: CriteriaOperator.Parse("Replace(Field1, Field2, Field3)"). + + + + + + + + Reverses the order of characters within a specified string. + +To create the Reverse operator using the method, use the following syntax: CriteriaOperator.Parse("Reverse(Field1)"). + + + + + + + + Returns a random number greater than or equal to 0.0, and less than 1.0. + +To create the Rnd operator using the method, use the following syntax: CriteriaOperator.Parse("Rnd()"). + + + + + + + + Rounds a specified numeric operand to the nearest integer or to a specified number of decimal places. The rounding provided by this operator is called rounding to nearest or banker's rounding. + +The operands should be defined as follows: +1 - a value to round; +2 - (optional) a value specifying the number of decimal places to round to. 0 indicates that the first operand is rounded to the nearest integer. + +To create the Round operator using the method, use the following syntax: CriteriaOperator.Parse("Round(Field1)") or CriteriaOperator.Parse("Round(Field1, Field2)"). + + + + + + + + Returns a value indicating the sign of a number represented by a specified operand. The function returns one of the following values: +1, for positive numbers; +-1, for negative numbers; +0, if the number is equal to zero. + +If a specified operand is not numeric, System.NotSupportedException is thrown. + +To create the Sign operator using the method use the following syntax: CriteriaOperator.Parse("Sign(Field1)"). + + + + + + + + Returns the sine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Sin operator using the method, use the following syntax: CriteriaOperator.Parse("Sin(Field1)"). + + + + + + + + Returns the hyperbolic sine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Sinh operator using the method, use the following syntax: CriteriaOperator.Parse("Sinh(Field1)"). + + + + + + + + Returns the square root of a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Sqr operator using the method, use the following syntax: CriteriaOperator.Parse("Sqr(Field1)"). + + + + + + + + Returns True if the beginning of one string matches another string; otherwise, False is returned. + +This function requires two string operands: + +1 - a string to be searched; +2 - a substring to search at the beginning of the first string. + + +To create the StartsWith operator using the method use the following syntax: +CriteriaOperator.Parse("StartsWith(String, SubString)"); + + + + + + + + + Returns a substring extracted from the specified string. This function requires two or three operands of the class. + +If two operands are passed the substring will be extracted from the beginning of the original string. The operands should be defined as follows: + + +1 - an original string; + + +2 - an integer that specifies the zero-based index at which the substring to return begins. + + + +If three operands are passed a substring can be subtracted starting from any position in the original string. The operands should be defined as follows: + + + +1 - an original string; + + +2 - an integer that specifies the zero-based index at which the substring to return begins; + + +3 - an integer that specifies the length of the substring. + + + +To create a Substring operator using the method use the following syntax: +CriteriaOperator.Parse("Substring(Field1, 1, 3)"); + + + + + + + + + + Returns the tangent of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Tan operator using the method, use the following syntax: CriteriaOperator.Parse("Tan(Field1)"). + + + + + + + + Returns the hyperbolic tangent of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Tanh operator using the method, use the following syntax: CriteriaOperator.Parse("Tanh(Field1)"). + + + + + + + + Returns a object representing the system's current date. The object's time part is set to 00:00:00. + +To create the Today operator using the method, use the following syntax: CriteriaOperator.Parse("Today()"). + + + + + + + + Converts a numeric operand to a fixed-point (exact-value) representation. + +To create the ToDecimal operator using the method, use the following syntax: CriteriaOperator.Parse("ToDecimal(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + + + + + + + + Converts a numeric operand to a double-precision floating-point (approximate-value) representation. + +To create the ToDouble operator using the method, use the following syntax: CriteriaOperator.Parse("ToDouble(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + + + + + + + + Converts a numeric operand to a floating-point (approximate-value) representation. + +To create the ToFloat operator using the method, use the following syntax: CriteriaOperator.Parse("ToFloat(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + + + + + + + + Converts a numeric operand to an integer representation. + +To create the ToInt operator using the method, use the following syntax: CriteriaOperator.Parse("ToInt(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + + + + + + + + Converts a numeric operand to a long integer representation. + +To create the ToLong operator using the method, use the following syntax: CriteriaOperator.Parse("ToLong(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + + + + + + + + Returns a string representation of a specified numeric operand. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the ToStr operator using the method, use the following syntax: CriteriaOperator.Parse("ToStr(Field1)"). + +Note that the resulting string may vary, based on the format settings of the database system used as the backend. + + + + + + + + Returns a string containing a copy of a specified string with no leading nor trailing spaces. This function requires a single operand of the class that refers to the original string. + + +To create the Trim operator using the method use the following syntax: +CriteriaOperator.Parse("Trim(Field2)"); + + + + + + + + + + Converts all characters in a string operand to uppercase. + +The operand should be an object of the type. + +To create the Upper operator using the method, use the following syntax: CriteriaOperator.Parse("Upper(Field1)"); + + + + + + + + + Returns a object representing the current Coordinated Universal Time (UTC) date and time. + +To create the UtcNow operator using the method, use the following syntax: CriteriaOperator.Parse("UtcNow()"). + + + + + + + + + Enumerates binary operator types. + + + + + + + Represents the bitwise AND operator. + + +To create the bitwise AND operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 & 128 = 128") + + + + + + + + Represents the bitwise OR operator. + + +To create the bitwise OR operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 | 3") + + + + + + + + Represents the bitwise XOR operator. + + +To create the bitwise XOR operator using the method use the following syntax: + + +CriteriaOperator.Parse("(Field1 ^ Field2) = 1") + + + + + + + + Represents the division operator. + + +To create the division operator using the method use the following syntax: + +CriteriaOperator.Parse("Field1 / Field2 = 2") + + + + + + + + Represents the Boolean equality operator. + + +To create the Boolean equality operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 = Field2") + + + + + + + + + Represents the Boolean greater-than operator. + + +To create the Boolean greater-than operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 > Field2") + + + + + + + + Represents the Boolean greater-than-or-equal-to operator. + + +To create the Boolean greater-than-or-equal-to operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 >= Field2") + + + + + + + + Represents the Boolean less-than operator. + + +To create the Boolean less-than operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 < Field2") + + + + + + + + Represents the Boolean less-than-or-equal-to operator. + + +To create the Boolean less-than-or-equal-to operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 <= Field2") + + + + + + + + The LIKE operator. This operator behavior is different, depending on current circumstances. We recommend that you use StartsWith, Contains and EndsWith function operators instead of Like, where possible. + + + + + + + + + Represents the subtraction operator. + + +To create the subtraction operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 - Field2 = 10") + + + + + + + + Represents the modulus operator (computes the remainder after dividing its first operand by its second). + + +To create the modulus operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 % Field2 = 1") + + + + + + + + + Represents the multiplication operator. + + +To create the multiplication operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 * Field2 = 100") + + + + + + + + Represents the Boolean inequality operator. + + +To create the Boolean inequality operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 != Field2") or CriteriaOperator.Parse("Field1 <> Field2") + + + + + + + + Represents the addition operator. + + +To create the addition operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 + Field2 = 20") + + + + + + + + + Enumerates aggregate functions. + + + + + + + Evaluates the average of the values in the collection. + + + + + + + + Returns the number of objects in the collection. + + + + + + + + Determines whether the object exists in the collection. + + + + + + + + Returns the maximum expression value in the collection. + + + + + + + + Returns the minimum expression value in the collection. + + + + + + + + Returns a single object from the collection. + + + + + + + + Returns the sum of all the expression values in the collection. + + + + + + + + + An element in the . + + + + + + + Initializes a new instance of the class with a property name to sort against and the sort order. + + + + A value which specifies the name of the property to sort against. This value is assigned to the property. + + + + A enumeration value which specifies the property's sort order. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the SortProperty class. + + + + A object that represents the expression used to sort values. This value is assigned to the property. + + + + A enumeration value which specifies the property's sort order. This value is assigned to the property. + + + + + + + + Gets or sets the property's sort order. + + + A enumeration value which specifies the property's sort order. + + + + + + + Gets or sets the expression used to sort values. + + + A object that represents the expression used to sort values. + + + + + + + Gets or sets the name of the property to sort against. + + + + A value which specifies the name of the property that identifies the sorted column in a data store. This value is case-sensitive. + + + + + + + + + Specifies the alignment of a displayed image in relation to the container control's boundaries. + + + + + + + An image is aligned to the bottom side of a control. + + + + + + + + An image is aligned to the bottom left corner of a control. + + + + + + + + An image is aligned to the bottom right corner of a control. + + + + + + + + The default image alignment is used. + + + + + + + + An image is aligned to the middler of a control + + + + + + + + An image is aligned to the left side of a control. + + + + + + + + An image is aligned to the right side of a control. + + + + + + + + An image is aligned to the top side of a control. + + + + + + + + An image is aligned to the top left corner of a control. + + + + + + + + An image is aligned to the top right corner of a control. + + + + + + + + + Contains values that specify how a column's data is filtered via the auto filter row and filter dropdown. + + + + + + + A column's data is filtered by the display text. + + + + + + + + + A column's data is filtered by the edit values. + + + + + + + + + + Contains options that specify how a control's layout is stored to and restored from storage (a stream, xml file or system registry). + + + + + + + Initializes a new instance of the OptionsLayoutGrid class with default settings. + + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Contains options that specify how the columns' and bands' settings are stored to and restored from storage (a stream, xml file or sysytem registry). + + + An object that specifies how the columns' and bands' settings are stored to and restored from storage. + + + + + + + + Resets all options to their default values. + + + + + + + + Gets or sets whether all the control's settings (except for the appearance settings and format rules) are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if all the control's settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from the storage; otherwise, false. + + + + + + + Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + Gets or sets whether the control's grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if the control's grouping, sorting, filtering settings and summaries are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + + + + + + + + + Gets or sets whether the control's visual options are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if the control's visual options are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + + Represents the base class for classes which contain the options that are responsible for how the control's layout is stored to and restored from storage (a stream, xml file or system registry). + + + + + + + Initializes a new instance of the OptionsLayoutBase class with default settings. + + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + Returns an OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to and restored from storage (a stream, xml file or system registry). + + + + A OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to/restored from storage. + + + + + + + Gets or sets the version of the layout. + + + + A string representing the version of the layout. + + + + + + + + Gets whether the settings should be persisted. + + + + The component that owns the current settings. + + + true, if the settings should be persisted; otherwise, false. + + + + + + + + Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry). + + + + + + + Initializes a new instance of the OptionsColumnLayout class with default settings. + + + + + + + + Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. + + + + true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. + + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the columns that exist in a layout when it's restored but that don't exist in the current control should be discarded or added to the control. + + + + true to discard the columns that exist in the layout being restored but don't exist in the current control; false to add these columns to the control. + + + + + + + + Gets or sets whether all the settings of a control's columns/bands (except for the appearance settings) are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if all the settings of a control's columns/bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + + Gets or sets whether the appearance settings of the columns and bands are also stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if the appearance settings of the columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + Gets or sets whether the position, width and visibility of the columns and bands are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if the position, width and visibility of columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + + Specifies the commands which can be executed in the printing system's document preview. + + + + + + + + Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the method, to hide or show the Background items from the menu of the Print Preview form. + + + + + + + + + + + Closes the preview window. + + + + + + + + + Copies the selected document content to the clipboard. + + + + + + + + Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface. + + + + + + + + Shows or hides the Document Map pane, which displays the hierarchy of bookmarks in a report document. + + + + + + + + + + Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report's headers and footers. + + + + + + + + + + + Exports a document to a CSV (comma-separated values) file. + + + + + + + + + Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats). + + + + + + + + + + + + Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats). + + + + + + + + + Exports the current document to an HTML file. + + + + + + + + + + Exports the current document to an MHT file. + + + + + + + + + Exports the current document to a PDF file. + + + + + + + + + Exports the current document to an RTF file. + + + + + + + + + Exports the current document to a TXT file. + + + + + + + + + Exports the current document to an XLS file. + + + + + + + + + Exports the current document to an XLSX file. + + + + + + + + Exports the current document to an XPS file. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the method, to hide or show the File items from the menu of the Print Preview form. + + + + + + + + + + + Invokes the Color dialog which allows the background color of the current document to be specified. + + + + + + + + + + Invokes the Find dialog in the document's preview. This dialog provides a search dialog which allows end-users to search a report for specific text directly in the preview window. + + + + + + + + + Raises the Go To Page dialog to jump to the specified page number. + + + + + + + + Invokes or hides the Hand Tool in the document's preview. This tool is used for scrolling the pages of the document being previewed. + + + + + + + + + + Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it. + + + + + + + + + Shows the layout of the document's preview across multiple pages. To specify a particular number of page rows and columns in a Print Control, use the method. + + + + + + + + + + Doesn't identify any command. This member is intended for internal use only. + + + + + + + + + Opens a document. This command is represented both via the menu item and toolbar button. + + + + + + + + Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the method to hide or show the page layout items from the menu of the Preview Form. + + + + + + + + + Changes the view of the document's preview so that the pages are arranged as a continuous vertical column. + + + + + + + + + Changes the view of the document's preview so that the pages are arranged side-by-side. + + + + + + + + + Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only. + + + + + + + + Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only. + + + + + + + + + Invokes the Page Setup dialog which allows some of the page's settings to be adjusted (orientation, margins, paper size and source). + + + + + + + + + + Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only. + + + + + + + + + Shows or hides the Parameters pane, which enables end-users to enter parameter values, apply them to a report's data source and re-generate the report document. + + + + + + + + + + Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only. + + + + + + + + + + Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified. + + + + + + + + + + + Prints the document preview directly, without any dialogs. This is useful when the printer's settings don't need to be changed before a document is printed. + + + + + + + + + Prints the selected document content. + + + + + + + + Saves a document to a file. This command is represented both via the menu item and toolbar button. + + + + + + + + + Stretches or shrinks the document to a percentage of its actual size. Note that if you need to specify a particular scale factor or number of pages a document should be scaled to, the and properties will be useful. + + + + + + + + + + Scrolls one page down, as when an end-user presses the PAGE DOWN key. + + + + + + + + + Scrolls one page up, as when an end-user presses the PAGE UP key. + + + + + + + + + Exports the current document to a CSV (comma-separated values) file and sends it via e-mail. + + + + + + + + + + Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list. + + + + + + + + + + Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail. + + + + + + + + + Exports the current document to an MHT file and sends it via e-mail. + + + + + + + + + + Exports the current document to a PDF file and sends it via e-mail. + + + + + + + + + Exports the current document to an RTF file and sends it via e-mail. + + + + + + + + + Exports the current document to a TXT file and sends it via e-mail. + + + + + + + + + Exports the current document to an XLS file and sends it via e-mail. + + + + + + + + + Exports the current document to an XLSX file and sends it via e-mail. + + + + + + + + + Exports the current document to a XPS file and sends it via e-mail. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + + + Displays the first page in the preview. + + + + + + + + + + Displays the last page in the preview. + + + + + + + + + + Moves to the next page in the preview. + + + + + + + + + + Moves to the previous page in the preview. + + + + + + + + + + Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document. + + + + + + + + For internal use. + + + + + + + + Toggles the Thumbnails panel visibility. + + + + + + + + Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the method, to hide or show the View items from the menu of the Print Preview form. + + + + + + + + + + + Zooms a document in or out so that only one entire page of the document is shown in the preview. + + + + + + + + + Invokes the Watermark dialog which can be used to specify either background text or a picture as a document's watermark. Note that a document's watermark can be accessed via the property. + + + + + + + + + Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%. + + + + + + + + + + Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%. + + + + + + + + + + Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%. + + + + + + + + + Zooms a document in or out as appropriate, so that the width of the current page fits the preview window. + + + + + + + + + Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window. + + + + + + + + + Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview. + + + + + + + + Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview. + + + + + + + + + + Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon. + + + + + + + + + Contains values that specify the data type and binding mode of columns. + + + + + + + Indicates that the column is unbound and it contains Boolean values (the type). + + + + + + + + Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. + + + + + + + + Indicates that the column is unbound and it contains date/time values (the type). + + + + + + + + Indicates that the column is unbound and it contains decimal values (the type). + + + + + + + + Indicates that the column is unbound and it contains integer values (the type). + + + + + + + + Indicates that the column is unbound and it contains values of any type. A editor is assigned for the in-place editing of such a column. + + + + + + + + Indicates that the column is unbound and it contains string values (the type). + + + + + + + + + Lists values which specify the validity of a condition (indicates whether the condition is true or false). + + + + + + + The value is determined by the current object's parent object setting (e.g., a control setting). + + + + + + + + Corresponds to a Boolean value of false. + + + + + + + + Corresponds to a Boolean value of true. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the selection changed events. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value which specifies how the collection has been changed. This value is assigned to the property. + + + + A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the property. + + + + + + + + Gets an action which describes how the collection has been changed. + + + A enumeration value which specifies how the collection has been changed. + + + + + + + Identifies the row whose selected state has been changed. + + + A zero-based integer identifying the row whose selected state has been changed. + + + + + + + + Lists the values that specify how a column's data should be sorted. + + + + + + + + Enables custom sorting of a column's data. To implement custom sorting, handle the event in the GridControl, and the event in the TreeList. + + +In the GridControl, the Custom mode also enables custom grouping of rows when grouping is applied against the current column. To implement custom grouping, handle the event. + + + + + + + + + Sorts the column's data according to the type of the editor assigned to the column. + + +For columns which use and in-place editors the data is sorted by the displayed values (the strings displayed within the column's cells). + + +For other columns their data is sorted by the edit values (these are synchronized with the bound data source's values). For some editors (, , etc), however, the edit values match the display values. + + + + + + + + + Sorts the column's data by the column's display text (the strings displayed within the column's cells). + + + + + + + + + Sorts the column's data by the column's edit values (these are synchronized with the bound data source's values). + + + + + + + + + Lists the values that specify how the data rows are combined into groups when in grouping mode. + + + + + + + + Rows are grouped by the character that their values start with. + + + + + + + + + This option is in effect only for columns that store date/time values. + +Rows are grouped by the date part of their values, the time portion is ignored in this grouping mode. + + + + + + + + + This option is in effect only for columns that store date/time values. + +Rows are grouped by the month part of their values. + + + + + + + + + This option is in effect only for columns that store date/time values. + +Rows are grouped into the following groups according to their date value as compared with the current system date: "Today", "Tomorrow", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Next Week", "Two Weeks Away", "Three Weeks Away", "Next Month", "Beyond Next Month", "Yesterday", "Last Week", "Two Weeks Ago", "Three Weeks Ago", "Last Month", "Older". + + + + + + + + + + + This option is in effect only for columns that store date/time values. + +Rows are grouped by the year part of their values. + + + + + + + + + + In regular binding mode, for columns which store date/time values, this option is the same as the option. For non date/time columns this option is the same as the option. + + +In server mode, rows are always grouped by values. See the description of the option. + + + + + + + + + Rows are grouped by cells' display values. + + +In specific instances, cells can have different edit values, but the same display value. To combine these rows into the same group, use the DisplayText group mode. + + + + + + + + + Rows are grouped by their values (the entire values of each row in a group have to match). The number of groups matches the number of unique values within the grouping column. + + +Note that objects which have the same date portion but different time portions are treated as unique values (each has it's own group). + + + + + + + + + + + + Specifies how the text associated with the control should be aligned. + + + + + + + The text is vertically aligned at the bottom, and horizontally aligned at the center. + + + + + + + + The text is vertically aligned at the bottom, and horizontally justified. +This mode is ignored in Silverlight applications. + + + + + + + + + The text is vertically aligned at the bottom, and horizontally aligned on the left. + + + + + + + + The text is vertically aligned at the bottom, and horizontally aligned on the right. + + + + + + + + The text is vertically aligned in the middle, and horizontally aligned at the center. + + + + + + + + The text is vertically aligned in the middle, and horizontally justified. +This mode is ignored in Silverlight applications. + + + + + + + + The text is vertically aligned in the middle, and horizontally aligned on the left. + + + + + + + + The text is vertically aligned in the middle, and horizontally aligned on the right. + + + + + + + + The text is vertically aligned at the top, and horizontally aligned at the center. + + + + + + + + The text is vertically aligned at the top, and horizontally justified. +This mode is ignored in Silverlight applications. + + + + + + + + The text is vertically aligned at the top, and horizontally aligned on the left. + + + + + + + + The text is vertically aligned at the top, and horizontally aligned on the right. + + + + + + + + + Specifies how an image is positioned within a Picture Box. + + + + + + + +The Picture Box size is adjusted to that of the image it contains. + + + + + + + + +The image is displayed in the center of the Picture Box. The outside edges of an image are clipped if it does not fit into the control's bounds. +This option is obsolete. To achieve the same result, set the property of a Picture Box to and the property to . + + + + + + + + + +The image is placed in the upper-left corner of the Picture Box. The image is clipped if it does not fit into the control's bounds. + + + + + + + + +If the Picture Box dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the control's dimensions. + + + + + + + + + +The image is stretched or shrunk to fit into the current Picture Box dimensions. + + + + + + + + + +The image is replicated within the Picture Box starting from the upper-left corner. The image is clipped if it does not fit into the control's dimensions. + + + + + + + + + +The image is sized proportionally (without clipping), so that it fits best within the Picture Box dimensions. If the height-to-width ratio of the control and the image are equal, the image will be resized to exactly fit into the control's dimensions. +Otherwise, the closest matching image side (height or width) will be sized to the control, and the other side will be sized proportionally (possibly leaving empty space within the control). + + + + + + + + + + + Contains information on a range of data. + + + + + + + Initializes a new instance of the RangeControlRange class with the specified range bounds. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Initializes a new instance of the RangeControlRange class. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the end bound of a range. + + + The end bound of a range. + + + + + + + Gets or sets the start bound of a range. + + + The start bound of a range. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains enumeration values that specify comparison operation types used to create filter conditions. + + + + + + + Specifies the Contains comparison operation. + + + + + + + + Specifies the default comparison operation. + + + + + + + + Specifies the Equals comparison operation. + + + + + + + + Specifies the Like comparison operation. + + + + + + + + Specifies the StartsWith comparison operation. + + + + + + + + + Specifies the border style for a brick. + + + + + + + + The borders are drawn over the contour of the brick's rectangle, so that they are partially inside and outside of the brick. + + + + + + + + + The borders are drawn inside the brick's rectangle. + + + + + + + + + The borders are drawn outside the brick's rectangle. + + + + + + + + + + The base class for the , and objects that are stored in a Report Wizard's model. + + + + + + + Specifies the data source display name for a wizard. + + + A value, specifying the data source display name. + + + + + + + Determines whether or not the specified object is equal to the current EntityInfo<TName> instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current EntityInfo<TName> instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the data source name. + + + A TName object that is the name of the entity. + + + + + + + + Stores a pair of values, specifying a along with its corresponding name. + + + + + + + Initializes a new instance of the DBNameTypePair class with default settings. + + + + + + + + Initializes a new instance of the DBNameTypePair class with the specified settings. + + + + A value. + + + + + A enumeration value. + + + + + + + + A value, specifying the database column name. + + + + + + + + + Returns a value, specifying the name and type of the data table column (separated by a white space). + + + A value. Example: "OrderDate DateTime". + + + + + + + + A value, specifying the database column type. + + + + + + + + + + Provides data for the events that fire after option changes . + + + + + + + Creates a new object. + + + + A value representing the name of the option whose value has been changed. This value is assigned to the property. + + + + A value representing the option's previous value. This value is assigned to the property. + + + + A value representing the option's current value. This value is assigned to the property. + + + + + + + + Creates a new object with default values. + + + + + + + + Gets the name of the option whose value has been changed. + + + A value representing the option's name. + + + + + + + Gets or sets the option's current value. + + + A value representing the option's current value. + + + + + + + Gets the option's previous value. + + + A value representing the option's previous value. + + + + + + + + Serves as a base for classes representing options. + + + + + + + Creates a new object. + + + + + + + + Initializes a new instance of the BaseOptions class. + + + + An object that implements the IViewBagOwner interface. + + + + The string value. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Resets all options to their default values. + + + + + + + + Returns a string representing the currently enabled options. + + + A value representing the currently enabled options. "" (String.Empty) if no option is enabled. + + + + + + + + The interface that a Range Control Client must implement to be embedded in the . + + + + + + + + This method is fired when the RangeControl's state, size or settings are changed. + + + + A Rectangle that specifies the bounds of the Range Control's viewport. + + + + + + + + Renders the Range Control's viewport. + + + + A RangeControlPaintEventArgs value that contains data to paint the viewport. + + + + + + + + This method allows you to manually draw the ruler. It returns a value indicating whether the ruler has been drawn. + + + + A RangeControlPaintEventArgs value that contains data to paint the ruler. + + + true if the Client draws the ruler itself; false if the ruler is painted by the Range Control. + + + + + + + Converts a ruler's regular value (between the total range's Minimum and Maximum) into a normalized value (between 0 and 1). + + + + A ruler's regular value (between the total range's Minimum and Maximum) + + + A ruler's normalized value (between 0 and 1). + + + + + + + The method should return an object that exposes the Client's customization options for the Range Control. + + + An object that exposes the Client's customization options for the Range Control. + + + + + + + This method should return custom ruler values if these values are not equally spaced. + + + + A RulerInfoArgs object that contains the ruler related information. + + + A list of ruler values; null if the ruler has equally spaced increments specified by the property. + + + + + + + Converts a ruler's normalized value (between 0 and 1) into a regular value (between the total range's Minimum and Maximum). + + + + A ruler's normalized value (between 0 and 1). + + + A ruler's regular value (between the total range's Minimum and Maximum). + + + + + + + This property should specify the description of the Client's current invalid state. + + + A string that is the description of the Client's current invalid state. + + + + + + + This property should return a value indicating whether the Range Control must reserve space to paint the ruler. + + + true if the Range Control must not reserve space to paint the ruler; otherwise, false. + + + + + + + This property should indicate whether the Client's state is valid and the Client should render itself within the viewport. + + + true if the Client's state is valid and the Client should render itself within the viewport; false if the message should be painted within the viewport. + + + + + + + This method indicates whether the specified type of ruler values is supported. + + + + + The type of ruler values being checked. + + + true if the specified type is supported; otherwise, false. + + + + + + + This property should return the normalized distance between the ruler's adjacent tickmarks. + + + An object that identifies the normalized distance between the ruler's adjacent tickmarks. + + + + + + + This method is called when an end-user clicks within the Range Control's viewport. + + + + A RangeControlHitInfo object that allows you to identify the clicked element. + + + + + + + + This method is called by the Range Control to notify the Client that the range has been changed. + + + + The minimum value of the new range. + + + + The maximum value of the new range. + + + + + + + + + + + + + + + + + + This method is called when the Range Control's size is changed. + + + + + + + + This property returns the bottom indent of the selection area within the viewport. + + + + The bottom indent of the selection area within the viewport. + + + + + + + This property returns the top indent of the selection area within the viewport. + + + + The top indent of the selection area within the viewport. + + + + + + + This event must fire when the Client's range setting is changed. + + + + + + + + This property returns the distance between the ruler's adjacent tickmarks. + + + + An object that identifies the distance between the ruler's adjacent tickmarks. + + + + + + + Returns the text representation of ruler values + + + + + The zero-based index of a specific ruler value. + + + A string that is the text representation of the specified ruler value. + + + + + + + This method returns a value indicating whether the Client supports the horizontal and/or vertical orientations. + + + + + An orientation to be checked. + + + true if the Client supports the specified orientation; otherwise, false. + + + + + + + This method is fired when you move the mouse cursor over the viewport. + + + + A RangeControlHitInfo object that contains information on the point being hovered over. + + + + + + + + This method is fired when you press the mouse button within the viewport (without releasing the mouse button). + + + + + A RangeControlHitInfo object that contains information on the point being pressed. + + + + + + + + Validates a range when it is changed. + + + + A NormalizedRangeInfo object that contains information on the current range. + + + + + + + + Validates a scale(zoom) factor. + + + + A double value that is the new scale factor that is about to be applied. + + + The valid scale factor. + + + + + + + + + + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value identifying the processed row by its handle. This value is assigned to the property. + + + + An object representing the custom calculated summary value. This value is assigned to the property. + + + + An object representing the currently processed field value. This value is assigned to the property. + + + + An integer value identifying the group row whose child data rows are involved in summary calculation. This value is assigned to the property. + + + + A enumeration value identifying the current calculation stage. This value is assigned to the property. + + + + An object representing the summary item whose value is being calculated. This value is assigned to the property. + + + + An integer value indicating the nested group level of the processed row. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the processed field value. + + + An object representing the processed field value. + + + + + + + Returns the value of the specified group summary for the specified group row. + + + + An integer that specifies a group row's handle. + + + + An object representing the group summary item. In the GridControl, it's represented by the class. + + + The specified group summary's value. + + + + + + + Returns the value in the specified field + + + + A string that identifies the field whose value must be returned. + + + An object that represents the value of the specified field. + + + + + + + Gets the nested level of the group whose summary value is being calculated. + + + An integer value representing the zero-based nested level of the processed group. + + + + + + + Gets a value identifying the group row whose child data rows are involved in summary calculation. + + + An integer value representing the handle of the group row containing the processed row as a child. 0 when calculating a total summary value. + + + + + + + Gets whether a group summary value is being calculated. + + + true if a group summary value is being calculated; otherwise, false. + + + + + + + Gets whether a total summary value is being calculated. + + + true if a total summary value is being calculated; otherwise, false. + + + + + + + Gets a summary item whose value is being calculated. + + + An object representing a summary item whose value is being calculated. + + + + + + + Gets the currently processed row. + + + The currently processed row. + + + + + + + Gets the handle of the processed row. + + + An integer value identifying the processed data row by its handle. + + + + + + + Gets a value indicating calculation stage. + + + A enumeration value indicating calculation stage. + + + + + + + Gets or sets the total summary value. + + + An object representing the total summary value. + + + + + + + Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped. + + + true if the Calculation stage of the custom summary calculation process should be skipped; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value specifying the handle of the group row whose summary value is about to be calculated. This value is assigned to the property. + + + + An integer value specifying the zero-based nesting level of the processed group. This value is assigned to the property. + + + + An object which represents the summary item whose value is about to be calculated. This value is assigned to the property. + + + + + + + + Gets or sets whether the summary value should be calculated and displayed. + + + true to calculate and display the summary value; otherwise, false. + + + + + + + Gets the nesting level of the group whose summary value is being calculated. + + + An integer value representing the zero-based nesting level of the processed group. + + + + + + + Gets a value identifying the group row whose summary value is about to be calculated. + + + An integer value representing the handle of the group row whose summary value is about to be calculated. 0 when calculating a total summary value. + + + + + + + Gets whether a group summary value is about to be calculated. + + + true if a group summary value is about to be calculated; otherwise, false. + + + + + + + Gets whether a total summary value is about to be calculated. + + + true if a total summary value is about to be calculated; otherwise, false. + + + + + + + Gets a summary item whose value is about to be calculated. + + + An object representing a summary item whose value is about to be calculated. + + + + + + + + Specifies the current status of custom summary calculation. + + + + + + + Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. + + + + + + + + Indicates that the process of custom summary calculation is finished. + + + + + + + + Indicates that the process of custom summary calculation is about to be started. + + + + + + + + + + Lists the values that are used to choose a summary function that should be calculated in a report created using an Report Wizard. + + + + + + + The Average summary function is calculated. + + + + + + + + The Count summary function is calculated. + + + + + + + + The Max summary function is calculated. + + + + + + + + The Min summary function is calculated. + + + + + + + + No summary function is calculated. + + + + + + + + The Sum summary function is calculated. + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + For internal use. Specifies the information that is required to calculate summary functions in a report created using an Report Wizard. + + + + + + + Initializes a new instance of the ColumnNameSummaryOptions class with default settings. + + + + + + + + Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + + + + A value, specifying the column name. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + + + + A value, specifying the column name. This value is assigned to the property. + + + + + + + + Creates a copy of the current ColumnNameSummaryOptions instance. + + + A value. + + + + + + + Specifies the data column, across which a summary function is calculated. + + + A value, specifying the column name. + + + + + + + + Determines whether or not the specified object is equal to the current ColumnNameSummaryOptions instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current ColumnNameSummaryOptions instance; otherwise false. + + + + + + + Specifies a summary function that should be calculated in a report created using an Report Wizard. + + + A enumeration value. This value is assigned to the property. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + + Provides settings that are required to calculate summary functions in a report created using an Report Wizard. + + + + + + + Initializes a new instance of the SummaryOptions class with the specified settings. + + + + A enumeration value. + + + + + + + + Specifies whether or not the Average function should be calculated across the created report. + + + true if the Average function is enabled; otherwise false. + + + + + + + Specifies whether or not the Count function should be calculated across the created report. + + + true if the Count function is enabled; otherwise false. + + + + + + + Specifies a summary function that should be calculated in a report created using an Report Wizard. + + + A enumeration value. + + + + + + + Specifies whether or not the Max function should be calculated across the created report. + + + true if the Max function is enabled; otherwise false. + + + + + + + Specifies whether or not the Min function should be calculated across the created report. + + + true if the Min function is enabled; otherwise false. + + + + + + + Specifies whether or not the Sum function should be calculated across the created report. + + + true if the Sum function is enabled; otherwise false. + + + + + + + + For internal use. Specifies the information that is required to calculate summary functions in a report created using an Report Wizard. + + + + + + + Initializes a new instance of the ColumnInfoSummaryOptions class with the specified settings. + + + + A object. This value is assigned to the property. + + + + A enumeration value. + + + + + + + + Specifies what columns are available from a datasource in an Report Wizard. + + + A object. + + + + + + + Provides access to the summary options available in an Report Wizard. + + + A object. + + + + + + + + Specifies the information that is required to create a custom label report using an Report Wizard. + + + + + + + Initializes a new instance of the CustomLabelInformation class with default settings. + + + + + + + + Creates a copy of the current CustomLabelInformation instance. + + + A value. + + + + + + + Determines whether or not the specified object is equal to the current CustomLabelInformation instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current CustomLabelInformation instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the height of a custom label. + + + A structure, specifying the custom label's height. + + + + + + + Specifies the horizontal pitch of a custom label. + + + A structure, specifying the custom label's horizontal pitch. + + + + + + + Specifies the left margin of a custom label. + + + A structure that specifies the custom label's left margin. + + + + + + + Specifies the paper kind ID of a custom label. + + + An integer value, specifying the paper kind ID. + + + + + + + Specifies the top margin of a custom label. + + + A structure that specifies the custom label's top label. + + + + + + + Specifies the unit of measurement of a custom label. + + + A structure that specifies the custom label's unit of measurement. + + + + + + + Specifies the vertical pitch of a custom label. + + + A structure, specifying the custom label's vertical pitch. + + + + + + + Specifies the width of a custom label. + + + A structure, specifying the custom label's width. + + + + + + + + Lists values specifying the aggregate function types. + + + + + + + The average value of a column. + + + + + + + + The record count. + + + + + + + + + Specifies whether calculations should be performed manually using a specially designed event. + + + + + + + + The maximum value in a column. + + + + + + + + The minimum value in a column. + + + + + + + + Disables summary value calculation. + + + + + + + + The sum of all values in a column. + + + + + + + + + Lists values specifying the sort orders. + + + + + + + Sorts the column in ascending order. + + + + + + + + Sorts the columns in descending order. + + + + + + + + + No sorting is applied to a column. + + + + + + + + + Lists the values that define the layout of a report that is being created using the Report Wizard. + + + + + + + A left-aligned report layout. + + + + + + + + A left-aligned report layout. + + + + + + + + A modular report layout. + + + + + + + + A columnar report layout. + + + + + + + + The default report layout. + + + + + + + + A justified report layout. + + + + + + + + An outlined report layout. + + + + + + + + An outlined report layout. + + + + + + + + A stepped report layout. + + + + + + + + A tabular report layout. + + + + + + + + + Lists the values that define the style of a report that is being created using the Report Wizard. + + + + + + + The Bold visual style. + + + + + + + + The Casual visual style. + + + + + + + + The Compact visual style. + + + + + + + + The Corporate visual style. + + + + + + + + The Formal visual style. + + + + + + + + + Lists the values that define the type of a report that is being created using the Report Wizard. + + + + + + + For internal use. An undefined report type. + + + + + + + + The Label report type. + + + + + + + + For internal use. + + + + + + + + The Standard report type. + + + + + + + + + Lists the available column types. + + + + + + + The array column type. + + + + + + + + The Boolean column type. + + + + + + + + The Boolean calculated field column type. + + + + + + + + The date-time calculated field column type. + + + + + + + + The default calculated field column type. + + + + + + + + The floating point number calculated field column type. + + + + + + + + The GUID calculated field column type. + + + + + + + + The integer number calculated field column type. + + + + + + + + The string calculated field column type. + + + + + + + + The date-time column type. + + + + + + + + The default column type. + + + + + + + + The floating point number column type. + + + + + + + + The GUID column type. + + + + + + + + The integer number column type. + + + + + + + + The list column type. + + + + + + + + The parameter list column type. + + + + + + + + The source list column type. + + + + + + + + No column type. + + + + + + + + The string column type. + + + + + + + + + If implemented by a class, provides the client-side functionality for a Report Wizard. + + + + + + + Obtains columns from a data source (asynchronously). + + + + + A value. + + + + A object. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when all data columns have been obtained. + + + + + + + + + Obtains the data members from a report's data source (asynchronously). + + + + + A value, specifying the data source name. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when all data members have been obtained. + + + + + + + + + Obtains a report's data sources (asynchronously). + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the data sources have been obtained. + + + + + + + + + + Provides methods that return custom names for the Field List items. + + + + + + + + + Returns the name displayed for a data source in a Field List. + + + A value specifying the data source's name. + + + + + + + Returns the name of a table or column item displayed in a Field List. + + + + + An array of values, corresponding to the original data member display names. + + + A value, specifying the new data member name. + + + + + + + + For internal use. A wrapper for the class that maintains the client-server interaction of the Report Service. + + + + + + + Initializes a new instance of the PropertyDescriptorProxy class with the specified settings. + + + + A enumeration value. + + + + + + + + Initializes a new instance of the PropertyDescriptorProxy class with default settings. + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + + + + + + + + + Stores intermediate report settings during a Report Wizard session. + + + + + + + Initializes a new instance of the ReportModel class with default settings. + + + + + + + + Specifies whether or not the data fields' content should affect the width of corresponding report controls. + + + true to adjust the field width; otherwise false. + + + + + + + Creates a new ReportModel instance, which is a copy of the current instance. + + + A new ReportModel instance, which is a copy of the current instance. + + + + + + + Specifies the data columns that are available in the Wizard. + + + An array of values, specifying the columns available from the datasource. + + + + + + + Specifies the information that is required to create a custom label report using an Report Wizard. + + + + A object. + + + + + + + Specifies the data member name. + + + A object. + + + + + + + Specifies the data source name. + + + A value. + + + + + + + Determines whether or not the specified object is equal to the current ReportModel instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current ReportModel instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the grouping levels available in a report. + + + An array of values. + + + + + + + Specifies whether or not null values (if occured in a datasource) should be ignored when calculating a summary function. + + + true to ignore null values; otherwise false. + + + + + + + Specifies whether or not there are groups in the report. + + + true if the report contains groups; otherwise false. + + + + + + + + For internal use. Specifies the ID of a product label's details. + + + An integer value. + + + + + + + For internal use. Specifies the ID of a product label. + + + An integer value. + + + + + + + Specifies the report layout type. + + + A enumeration value. + + + + + + + Specifies the report page orientation. + + + true if the page orientation is portrait; otherwise false. + + + + + + + Specifies the report visual style. + + + A enumeration value. + + + + + + + Specifies the report title (for printing on the report header). + + + + A value. + + + + + + + Specifies the report type. + + + A enumeration value. + + + + + + + For internal use. Specifies options required to calculate a summary function in a report. + + + A collection of objects. + + + + + + + + Contains information about a data source. + + + + + + + Initializes a new instance of the DataSourceInfo class with default settings. + + + + + + + + Creates a new DataSourceInfo instance, which is a copy of the current instance. + + + A new DataSourceInfo instance, which is a copy of the current instance. + + + + + + + Determines whether or not the specified object is equal to the current DataSourceInfo instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current DataSourceInfo instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object). + + + + true if the datasource is table-based; otherwise false. + + + + + + + + Contains data related to columns available in a datasource. + + + + + + + Initializes a new instance of the ColumnInfo class with default settings. + + + + + + + + Creates a new ColumnInfo instance, which is a copy of the current instance. + + + A new ColumnInfo instance, which is a copy of the current instance. + + + + + + + Determines whether or not the specified object is equal to the current ColumnInfo instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current ColumnInfo instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + For internal use. Specifies the type of data column to draw an appropriate icon in the Designer's Field List. + + + + A enumeration value. + + + + + + + + When connecting to a data source using the wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members. + + + + + + + Initializes a new instance of the TableInfo class with default settings. + + + + + + + + Creates a new TableInfo instance, which is a copy of the current instance. + + + A new TableInfo instance, which is a copy of the current instance. + + + + + + + Classifies the data member that belongs to a connected data source. + + + A enumeration value, classifying the data member. + + + + + + + + Provides formatting settings. + + + + + + + Creates an instance of the class. + + + + + + + + Initializes a new instance of the FormatInfo class with the specified settings. + + + + A DevExpress.Utils.IComponentLoading object. + + + + + + + + Initializes a new instance of the FormatInfo class. + + + + An object that implements the IViewBagOwner interface. + + + + The string value. + + + + + + + + Initializes a new instance of the FormatInfo class with the specified settings. + + + + A DevExpress.Utils.IComponentLoading object. + + + + An object that implements the IViewBagOwner interface. + + + + The string value. + + + + + + + + Gets or sets whether a value for the property should be determined each time the property is accessed. + + + true if the value for the property should be determined each time the property is accessed. + + + + + + + Copies properties of the specified object to the current object. + + + + The object whose properties must be copied. + + + + + + + + Occurs on changing properties of the current class object. + + + + + + + + Gets a object with default settings. + + + The object with default property values. + + + + + + + Gets or sets the object which specifies how values should be formatted. + + + The IFormatProvider object which specifies how values should be formatted. + + + + + + + Gets the pattern for formatting values. + + + The string representing the format pattern. + + + + + + + Gets or sets the type of formatting specified by the current object. + + + One of values specifying the formatting type. + + + + + + + Gets the value formatted according to the format pattern and using the format provider settings. + + + + The value to format. + + + The text representation of the specified value according to settings of the current object. + + + + + + + Returns the actual format string. + + + The actual format string. + + + + + + + Tests whether properties of the current object are set to default values. + + + true if the object properties are set to default values; otherwise,false. + + + + + + + Compares properties of the current object with settings of the specified object. + + + + The object whose properties are compared. + + + true if properties of the current object equal to corresponding properties of the info parameter. + + + + + + + The method supports the internal .NET infrastructure and you must not call it from your code. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Performs actions when the property changes. + + + + + + + + Reverts properties of the current object to default values. + + + + + + + + Tests whether the object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + Returns a string that represents the current object. + + + A value that represents the current object. + + + + + + + The method supports the internal .NET infrastructure and you must not call it from your code. + + + + + + + + + Enumerates values for the property. + + + + + + + +Use Custom to format string values. + + +Use Custom when assigning a custom to the property. + + +Setting to Custom does not change the and property values. + + + + + + + + + Specifies that values should be formatted as the type. + +Setting to DateTime assigns the static format provider to the property. This defines the format provider for the current culture. +Also is set to "d" (short date pattern). + + + + + + + + + No formatting is performed. + +Setting the property to None clears the property and sets the object to null. + + + + + + + + + Specifies that values should be formatted as numbers. + +Setting to Numeric assigns the static System.Globalization.NumberFormatInfo.CurrentInfo format provider to the property. This defines the format provider for the current culture. + +Also is set to an empty string. + + + + + + + + + + Provides data for the and events. + + + + + + + This constructor is intended for internal use. + + + + + + + + + + + + Specifies whether elements retrieved by the 's queryable source are thread-safe. + + + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + + + + + + + This property is intended for internal use. + + + + + + + + + + Gets or sets the name of the key property. + + + A value indicating the key property name. + + + + + + + + + + + + + + + Gets or sets an arbitrary object associated with a queryable source. + + + An object associated with a queryable source. + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the GetEnumerableEventArgs class with default settings. + + + + + + + + Gets or sets the enumerable data source. + + + An object that implements the interface. + + + + + + + Gets or sets an arbitrary object associated with an enumerable source. + + + An object associated with an enumerable source. + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with a WCF data service. + + + + + + + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the WcfInstantFeedbackSource class. + + + + + + + + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Specifies whether elements retrieved by the WcfInstantFeedbackSource's queryable source are thread-safe. + + + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + Specifies the type of objects that will be retrieved from a data source, at design time. + + + A type of objects that will be retrieved from a data source. + + + + + + + + Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service. + + + + + + + + Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + + + A object specifying the filter expression applied to data on the data store side. + + + + + + + Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + + + A string specifying the filter expression applied to data on the data store side. + + + + + + + Occurs when the WcfInstantFeedbackSource needs a queryable source, to retrieve objects from the WCF data service. + + + + + + + + Specifies the name of the key property. + + + A value that specifies the key property name. + + + + + + + Refreshes the WcfInstantFeedbackSource. + + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF Data Service. + + + + + + + Initializes a new instance of the WcfServerModeSource class. + + + + + + + + This constructor is intended for internal use. + + + + + + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + This property is intended for internal use. + + + The type of objects retrieved from a data source. + + + + + + + Enables you to manually handle the data source exception. + + + + + + + + This property is intended for internal use. + + + + + + + + + + Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + + + A object specifying the filter expression applied to data on the data store side. + + + + + + + Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + + + A string specifying the filter expression applied to data on the data store side. + + + + + + + Enables you to manually handle the inconsistency detected during an operation on a data source. + + + + + + + + Gets or sets the key expression. + + + A value that specifies the key expression. + + + + + + + + + + + + + + + Forces the bound data-aware control to reload data from the data store. + + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any enumerable source. + + + + + + + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the PLinqInstantFeedbackSource class. + + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + Specifies the maximum number of parallel threads that will be started to process a query. + + + A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. + + + + + + + Specifies the type of objects that will be retrieved from a data source, at design time. + + + A type of objects that will be retrieved from a data source. + + + + + + + + Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval. + + + + + + + + Occurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it. + + + + + + + + Refreshes the PLinqInstantFeedbackSource. + + + + + + + + + A component that can be used as a data source for the , and controls in Server Mode. Can be associated with any enumerable source. + + + + + + + Initializes a new instance of the PLinqServerModeSource class. + + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + Specifies the maximum number of parallel threads that will be started to process a query. + + + A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. + + + + + + + This property is intended for internal use. + + + The type of objects retrieved from a data source. + + + + + + + Enables you to manually handle the data source exception. + + + + + + + + Enables you to manually handle the inconsistency detected during an operation on a data source. + + + + + + + + Forces the bound data-aware control to reload data from the data store. + + + + + + + + Gets or sets the enumerable data source. + + + An object that implements the interface. + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with an Entity Framework 4+ queryable source. + + + + + + + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Initializes a new instance of the EntityInstantFeedbackSource class. + + + + + + + + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + + + + + Specifies whether elements retrieved by the EntityInstantFeedbackSource's queryable source are thread-safe. + + + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + Specifies the type of objects that will be retrieved from a data source, at design time. + + + A type of objects that will be retrieved from a data source. + + + + + + + + Occurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. + + + + + + + + Occurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. + + + + + + + + Specifies the name of the key property. + + + A value that specifies the key property name. + + + + + + + Refreshes the EntityInstantFeedbackSource. + + + + + + + + + A component that can be used as a data source for the GridControl, PivotGridControl and WinForms controls in Server Mode. Can be associated with an Entity Framework 4+ queryable source. + + + + + + + Initializes a new instance of the EntityServerModeSource class. + + + + + + + + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + + + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + + + + + + + This property is intended for internal use. + + + The type of objects retrieved from a data source. + + + + + + + Enables you to manually handle the database exception. + + + + + + + + Enables you to manually handle the inconsistency detected during an operation on a data source. + + + + + + + + Gets or sets the key expression. + + + A value that specifies the key expression. + + + + + + + Gets or sets the queryable data source. + + + An object that implements the interface. + + + + + + + Forces the bound data-aware control to reload data from the data store. + + + + + + + + + Contains values corresponding to strings that can be localized for the print preview. + + + + + + + This field is now obsolete. Use the SaveDlg_FilterBmp field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_CsvDocument field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterEmf field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_XlsDocument field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterGif field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_HtmDocument field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterJpeg field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_MhtDocument field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_PdfDocument field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterPng field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_RtfDocument field, instead. + + + + + + + + This field is now obsolete. Use the MenuItem_TxtDocument field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterTiff field, instead. + + + + + + + + This field is now obsolete. Use the SaveDlg_FilterWmf field, instead. + + + + + + + + "Main Menu" + + + + + + + + "Status Bar" + + + + + + + + "Toolbar" + + + + + + + + "Apply" + + + + + + + + "Cancel" + + + + + + + + "Help" + + + + + + + + "OK" + + + + + + + + This field is now obsolete. Use the SaveDlg_Title field, instead. + + + + + + + + This field is now obsolete. Use the EMail_From field, instead. + + + + + + + + "From" + + + + + + + + This field is now obsolete. + + + + + + + + "Confirmation password does not match. Please start over and enter the password again." + + + + + + + + "Confirm Document Open Password" + + + + + + + + "Document Open Pa&ssword:" + + + + + + + + "Please confirm the Document Open Password. Be sure to make a note of the password. It will be required to open the document." + + + + + + + + "Confirm Permissions Password" + + + + + + + + "&Permissions Password:" + + + + + + + + "Please confirm the Permissions Password. Be sure to make a note of the password. You will need it to change these settings in the future." + + + + + + + + "Character set:" + + + + + + + + "Embed images in HTML" + + + + + + + + "Export mode:" + + + + + + + + "Different files" + + + + + + + + "Single file" + + + + + + + + "Single file page-by-page" + + + + + + + + "Export watermarks" + + + + + + + + "Page border color:" + + + + + + + + "Page border width:" + + + + + + + + "Page range:" + + + + + + + + "Remove carriage returns" + + + + + + + + "Table layout" + + + + + + + + + "Title:" + + + + + + + + "Export mode:" + + + + + + + + "Different files" + + + + + + + + "Single file" + + + + + + + + "Single file page-by-page" + + + + + + + + "Image format:" + + + + + + + + "Page border color:" + + + + + + + + "Page border width:" + + + + + + + + "Page range:" + + + + + + + + "Resolution (dpi):" + + + + + + + + "Compressed" + + + + + + + + "PDF/A-2b" + + + + + + + + "Any except extracting pages" + + + + + + + + "Commenting, filling in form fields, and signing existing signature fields" + + + + + + + + "Filling in form fields and signing existing signature fields" + + + + + + + + "Inserting, deleting and rotating pages" + + + + + + + + "None" + + + + + + + + "Compressed" + + + + + + + + "Convert Images to Jpeg" + + + + + + + + "Application:" + + + + + + + + "Author:" + + + + + + + + "Keywords:" + + + + + + + + "Subject:" + + + + + + + + "Title:" + + + + + + + + "Images quality:" + + + + + + + + "High" + + + + + + + + "Highest" + + + + + + + + "Low" + + + + + + + + "Lowest" + + + + + + + + "Medium" + + + + + + + + "Don't embed these fonts:" + + + + + + + + "Page range:" + + + + + + + + "Password Security:" + + + + + + + + "Document Open Password" + + + + + + + + "(none)" + + + + + + + + "Permissions" + + + + + + + + "High Resolution" + + + + + + + + "Low Resolution (150 dpi)" + + + + + + + + "None" + + + + + + + + "Show print dialog on open" + + + + + + + + "None" + + + + + + + + + "Issuer: " + + + + + + + + + "Valid From: {0:d} to {1:d}" + + + + + + + + + "Digital Signature:" + + + + + + + + + "Certificate" + + + + + + + + "Contact Info" + + + + + + + + "Location" + + + + + + + + "(none)" + + + + + + + + "Reason" + + + + + + + + "Export mode:" + + + + + + + + "Single file" + + + + + + + + "Single file page-by-page" + + + + + + + + "Export watermarks" + + + + + + + + "Page range:" + + + + + + + + "Encoding:" + + + + + + + + "Text export mode:" + + + + + + + + "Text" + + + + + + + + "Value" + + + + + + + + "Quote strings with separators" + + + + + + + + "Text separator:" + + + + + + + + "TAB" + + + + + + + + "Export hyperlinks" + + + + + + + + "Export mode:" + + + + + + + + "Different files" + + + + + + + + "Single file" + + + + + + + + "Page range:" + + + + + + + + "Raw data mode" + + + + + + + + + "Sheet name:" + + + + + + + + "Show grid lines" + + + + + + + + "Export values using their format" + + + + + + + + "Export mode:" + + + + + + + + "Different files" + + + + + + + + "Single file" + + + + + + + + "Single file page-by-page" + + + + + + + + "Page range:" + + + + + + + + "Compression:" + + + + + + + + "Fast" + + + + + + + + "Maximum" + + + + + + + + "Normal" + + + + + + + + "Not compressed" + + + + + + + + "Super fast" + + + + + + + + "Category:" + + + + + + + + "Creator:" + + + + + + + + "Description:" + + + + + + + + "Keywords:" + + + + + + + + "Subject:" + + + + + + + + "Title:" + + + + + + + + "Version:" + + + + + + + + "Page range:" + + + + + + + + "CSV Export Options" + + + + + + + + "HTML Export Options" + + + + + + + + "Image Export Options" + + + + + + + + "MHT Export Options" + + + + + + + + "Native Format Options" + + + + + + + + "PDF Export Options" + + + + + + + + "RTF Export Options" + + + + + + + + "Text Export Options" + + + + + + + + "XLS Export Options" + + + + + + + + "XLSX Export Options" + + + + + + + + "XPS Export Options" + + + + + + + + "Select a folder to save the exported document to:" + + + + + + + + "Bottom Margin" + + + + + + + + "Inch" + + + + + + + + "Left Margin" + + + + + + + + "mm" + + + + + + + + ""Right Margin"" + + + + + + + + "Top Margin" + + + + + + + + "&Color..." + + + + + + + + "&Background" + + + + + + + + "Copy" + + + + + + + + + "CSV File" + + + + + + + + "E&xit" + + + + + + + + "&Export To" + + + + + + + + "&File" + + + + + + + + "Image File" + + + + + + + + "HTML File" + + + + + + + + "MHT File" + + + + + + + + "&Page Layout" + + + + + + + + "Page Set&up..." + + + + + + + + "PDF File" + + + + + + + + "&Print..." + + + + + + + + "P&rint" + + + + + + + + "Print..." + + + + + + + + + "RTF File" + + + + + + + + "Sen&d As" + + + + + + + + "Text File" + + + + + + + + "&View" + + + + + + + + "&Continuous" + + + + + + + + "&Facing" + + + + + + + + "&Statusbar" + + + + + + + + "&Toolbar" + + + + + + + + "&Watermark..." + + + + + + + + "XLS File" + + + + + + + + "XLSX File" + + + + + + + + "Page Width" + + + + + + + + "Text Width" + + + + + + + + "Two Pages" + + + + + + + + "Whole Page" + + + + + + + + This field is now obsolete. Use the MPForm_Lbl_Pages field, instead. + + + + + + + + + + + "Pages" + + + + + + + + "The output file is too big. Please try to reduce the image resolution,\r\nor choose another export mode." + + + + + + + + "The output file is too big. Try to reduce the number of its pages, or split it into several documents." + + + + + + + + "The output file is too big to create a JPEG file. Please choose another image format or another export mode." + + + + + + + + "The process cannot access the file \"{0}\" because it is being used by another process." + + + + + + + + "The specified file cannot be loaded, because it either does not contain valid XML data or exceeds the allowed size." + + + + + + + + "Control's boundaries are too small for the barcode" + + + + + + + + "Printing" + + + + + + + + "Creating the document..." + + + + + + + + "Warning!" + + + + + + + + "The document does not contain any pages." + + + + + + + + "Error" + + + + + + + + "Exporting the document..." + + + + + + + + "The output file already exists. Click OK to overwrite." + + + + + + + + "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." + + + + + + + + "The specified file doesn't have a PRNX extension. Proceed anyway?" + + + + + + + + + "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." + + + + + + + + "The specified file doesn't have a PRNX extension. Proceed anyway?" + + + + + + + + "File \"{0}\" is set to read-only, try again with a different file name." + + + + + + + + "The font size cannot be set to zero or a negative number" + + + + + + + + "There is no page numbered {0} in this document." + + + + + + + + "This is not a valid page range" + + + + + + + + "The number must be between {0} and {1}." + + + + + + + + "Cannot find the specified path." + + + + + + + + "Binary data can't be longer than 1033 bytes." + + + + + + + + "There are invalid characters in the text" + + + + + + + + "Invalid text format" + + + + + + + + "This is not a valid measurement." + + + + + + + + "Invalid property name" + + + + + + + + + "No printers installed." + + + + + + + + "A document can't be exported to a stream in the DifferentFiles mode. Use the SingleFile or SingleFilePageByPage mode instead." + + + + + + + + "The specified parameters does not exist: {0}." + + + + + + + + "This font is not yet supported" + + + + + + + + "Do you want to open this file?" + + + + + + + + "Export" + + + + + + + + "One or more margins are set outside the printable area of the page. Continue?" + + + + + + + + "The path is too long.\r\nTry a shorter name." + + + + + + + + "Finished searching through the document" + + + + + + + + "Ready" + + + + + + + + "Total found: " + + + + + + + + "The separator cannot be an empty string." + + + + + + + + "The net printer is unavailable." + + + + + + + + "The current printer doesn't support the selected paper size.\r\nProceed with printing anyway?" + + + + + + + + "The printer name is invalid. Please check the printer settings." + + + + + + + + "An error occurred during printing a document." + + + + + + + + "The created XLS file is too big for the XLS format, because it contains more than 256 columns.\r\nPlease try to use the XLSX format, instead." + + + + + + + + "The created XLS file is too big for the XLS format, because it contains more than 65,536 rows.\r\nPlease try to use the XLSX format, instead." + + + + + + + + "The created XLSX file is too big for the XLSX format, because it contains more than 16,384 columns.\r\nPlease try to reduce the amount of columns in your report and export the report to XLSX again." + + + + + + + + "The created XLSX file is too big for the XLSX format, because it contains more than 1,048,576 rows.\r\nPlease try to reduce the amount of rows in your report and export the report to XLSX again." + + + + + + + + "{0} on {1}" + + + + + + + + "(none)" + + + + + + + + + "Preview Document Files (*{0})|*{0}|All Files (*.*)|*.*" + + + + + + + + "Open" + + + + + + + + This field is now obsolete. Use the ScrollingInfo_Page field, instead. + + + + + + + + "[Date Printed]" + + + + + + + + "[Page #]" + + + + + + + + "[Page # of Pages #]" + + + + + + + + "[Time Printed]" + + + + + + + + "[Pages #]" + + + + + + + + + "[User Name]" + + + + + + + + "No Look-Up" + + + + + + + + + "Parameters" + + + + + + + + "Reset" + + + + + + + + "Submit" + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. + + + + + + + + This field is now obsolete. Use the PreviewForm_Caption field, instead. + + + + + + + + "Preview" + + + + + + + + "The printer is busy." + + + + + + + + "The printer door is open." + + + + + + + + "The printer driver needs to be updated." + + + + + + + + "Error" + + + + + + + + "Initializing the Preview..." + + + + + + + + "The printer's input/output is active." + + + + + + + + "The manual feed is enabled." + + + + + + + + "The printer is not available." + + + + + + + + "The printer has no toner." + + + + + + + + "The printer is offline." + + + + + + + + "The printer is out of memory." + + + + + + + + "The output bin is full." + + + + + + + + "A page punt has occurred." + + + + + + + + "The paper has jammed." + + + + + + + + "The printer is out of paper." + + + + + + + + "A paper-related problem has occurred." + + + + + + + + "The printer is paused." + + + + + + + + "Print task deletion is pending." + + + + + + + + "The power save mode is on." + + + + + + + + "Printing..." + + + + + + + + "Processing..." + + + + + + + + "The printer is ready." + + + + + + + + "The server is offline." + + + + + + + + "The server is unknown." + + + + + + + + "The toner is low." + + + + + + + + "A user intervention has occurred." + + + + + + + + "Waiting..." + + + + + + + + "The printer is warming up." + + + + + + + + "Close Print Preview" + + + + + + + + "Close Print Preview of the document." + + + + + + + + "Close Print Preview" + + + + + + + + "Options" + + + + + + + + "Open the Print Options dialog, in which you can change printing options." + + + + + + + + "Options" + + + + + + + + "Bookmarks" + + + + + + + + "Open the Document Map, which allows you to navigate through a structural view of the document." + + + + + + + + "Document Map" + + + + + + + + "Header/Footer" + + + + + + + + "Edit the header and footer of the document." + + + + + + + + "Header and Footer" + + + + + + + + "CSV File" + + + + + + + + "Comma-Separated Values Text" + + + + + + + + "Export the document to CSV and save it to the file on a disk." + + + + + + + + "Export to CSV" + + + + + + + + "Export To" + + + + + + + + "Export the current document in one of the available formats, and save it to the file on a disk." + + + + + + + + "Export To..." + + + + + + + + "Image File" + + + + + + + + "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" + + + + + + + + "Export the document to Image and save it to the file on a disk." + + + + + + + + "Export to Image" + + + + + + + + "HTML File" + + + + + + + + "Web Page" + + + + + + + + "Export the document to HTML and save it to the file on a disk." + + + + + + + + "Export to HTML" + + + + + + + + "MHT File" + + + + + + + + "Single File Web Page" + + + + + + + + "Export the document to MHT and save it to the file on a disk." + + + + + + + + "Export to MHT" + + + + + + + + "PDF File" + + + + + + + + "Adobe Portable Document Format" + + + + + + + + "Export the document to PDF and save it to the file on a disk." + + + + + + + + "Export to PDF" + + + + + + + + "RTF File" + + + + + + + + "Rich Text Format" + + + + + + + + "Export the document to RTF and save it to the file on a disk." + + + + + + + + "Export to RTF" + + + + + + + + "Text File" + + + + + + + + "Plain Text" + + + + + + + + "Export the document to Text and save it to the file on a disk." + + + + + + + + "Export to Text" + + + + + + + + "XLS File" + + + + + + + + "Microsoft Excel 2000-2003 Workbook" + + + + + + + + "Export the document to XLS and save it to the file on a disk." + + + + + + + + "Export to XLS" + + + + + + + + "XLSX File" + + + + + + + + "Microsoft Excel 2007 Workbook" + + + + + + + + "Export the document to XLSX and save it to the file on a disk." + + + + + + + + "Export to XLSX" + + + + + + + + "XPS File" + + + + + + + + "XPS" + + + + + + + + "Page Color" + + + + + + + + "Choose a color for the background of the document pages." + + + + + + + + "Background Color" + + + + + + + + "Find" + + + + + + + + "Show the Find dialog to find text in the document." + + + + + + + + "Find" + + + + + + + + "Top:\t\t{0}\t\tBottom:\t\t{1}\r\nLeft:\t\t {2}\t\tRight:\t\t {3}" + + + + + + + + "Moderate" + + + + + + + + "Moderate" + + + + + + + + "Narrow" + + + + + + + + "Narrow" + + + + + + + + "Normal" + + + + + + + + "Normal" + + + + + + + + "Wide" + + + + + + + + "Wide" + + + + + + + + "Landscape" + + + + + + + + "" + + + + + + + + "Portrait" + + + + + + + + "" + + + + + + + + "{0} x {1}" + + + + + + + + "Hand Tool" + + + + + + + + "Invoke the Hand tool to manually scroll through pages." + + + + + + + + "Hand Tool" + + + + + + + + "Magnifier" + + + + + + + + "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a single page becomes entirely visible, while clicking another time zooms it to 100% of the normal size." + + + + + + + + "Magnifier" + + + + + + + + "Many Pages" + + + + + + + + "Choose the page layout to arrange the document pages in preview." + + + + + + + + "View Many Pages" + + + + + + + + "Open" + + + + + + + + "Open a document." + + + + + + + + "Open (Ctrl + O)" + + + + + + + + "Page Background" + + + + + + + + "Close" + + + + + + + + + "Document" + + + + + + + + "Export" + + + + + + + + "Navigation" + + + + + + + + "Page Setup" + + + + + + + + "Show the Page Setup dialog." + + + + + + + + "Page Setup" + + + + + + + + "Print" + + + + + + + + "Zoom" + + + + + + + + "Margins" + + + + + + + + "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin sizes to the document, click Custom Margins." + + + + + + + + "Page Margins" + + + + + + + + "Orientation" + + + + + + + + "Switch the pages between portrait and landscape layouts." + + + + + + + + "Page Orientation" + + + + + + + + "Custom Margins..." + + + + + + + + "Show the Page Setup dialog." + + + + + + + + "Page Setup' + + + + + + + + "Print Preview" + + + + + + + + "Size" + + + + + + + + "Choose the paper size of the document." + + + + + + + + "Page Size" + + + + + + + + "Parameters" + + + + + + + + "Open the Parameters pane, which allows you to enter values for report parameters." + + + + + + + + "Parameters" + + + + + + + + "Pointer" + + + + + + + + "Show the mouse pointer." + + + + + + + + "Mouse Pointer" + + + + + + + + "Print" + + + + + + + + "Select a printer, number of copies and other printing options before printing." + + + + + + + + "Print (Ctrl+P)" + + + + + + + + "Quick Print" + + + + + + + + "Send the document directly to the default printer without making changes." + + + + + + + + "Quick Print" + + + + + + + + "Save" + + + + + + + + "Save the document." + + + + + + + + "Save (Ctrl + S)" + + + + + + + + "Scale" + + + + + + + + "Stretch or shrink the printed output to a percentage of its actual size." + + + + + + + + "Scale" + + + + + + + + "CSV File" + + + + + + + + "Comma-Separated Values Text" + + + + + + + + "Export the document to CSV and attach it to the e-mail." + + + + + + + + "E-Mail As CSV" + + + + + + + + "E-Mail As" + + + + + + + + "Export the current document in one of the available formats, and attach it to the e-mail." + + + + + + + + "E-Mail As..." + + + + + + + + "Image File" + + + + + + + + "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" + + + + + + + + "Export the document to Image and attach it to the e-mail." + + + + + + + + "E-Mail As Image" + + + + + + + + "MHT File" + + + + + + + + "Single File Web Page" + + + + + + + + "Export the document to MHT and attach it to the e-mail." + + + + + + + + "E-Mail As MHT" + + + + + + + + "PDF File" + + + + + + + + "Adobe Portable Document Format" + + + + + + + + "Export the document to PDF and attach it to the e-mail." + + + + + + + + "E-Mail As PDF" + + + + + + + + "RTF File" + + + + + + + + "Rich Text Format" + + + + + + + + "Export the document to RTF and attach it to the e-mail." + + + + + + + + "E-Mail As RTF" + + + + + + + + "Text File" + + + + + + + + "Plain Text" + + + + + + + + "Export the document to Text and attach it to the e-mail." + + + + + + + + "E-Mail As Text" + + + + + + + + "XLS File" + + + + + + + + "Microsoft Excel 2000-2003 Workbook" + + + + + + + + "Export the document to XLS and attach it to the e-mail." + + + + + + + + "E-Mail As XLS" + + + + + + + + "XLSX File" + + + + + + + + "Microsoft Excel 2007 Workbook" + + + + + + + + "Export the document to XLSX and attach it to the e-mail." + + + + + + + + "E-Mail As XLSX" + + + + + + + + "XPS File" + + + + + + + + "XPS" + + + + + + + + "First Page" + + + + + + + + "Navigate to the first page of the document." + + + + + + + + "First Page (Ctrl+Home)" + + + + + + + + "Last Page " + + + + + + + + "Navigate to the last page of the document." + + + + + + + + "Last Page (Ctrl+End)" + + + + + + + + "Next Page " + + + + + + + + "Navigate to the next page of the document." + + + + + + + + "Next Page (PageDown)" + + + + + + + + "Previous Page" + + + + + + + + "Navigate to the previous page of the document." + + + + + + + + "Previous Page (PageUp)" + + + + + + + + "Thumbnails" + + + + + + + + "Open the Thumbnails." + + + + + + + + "Thumbnails" + + + + + + + + "Watermark" + + + + + + + + "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used to indicate that a document is to be treated specially." + + + + + + + + "Watermark" + + + + + + + + "Zoom" + + + + + + + + "Change the zoom level of the document preview." + + + + + + + + "Zoom" + + + + + + + + "Exact" + + + + + + + + "Zoom In" + + + + + + + + "Zoom in to get a close-up view of the document." + + + + + + + + "Zoom In" + + + + + + + + "Zoom Out" + + + + + + + + "Zoom out to see more of the page at a reduced size." + + + + + + + + "Zoom Out" + + + + + + + + "BMP Bitmap Format" + + + + + + + + "CSV Document" + + + + + + + + "EMF Enhanced Windows Metafile" + + + + + + + + "GIF Graphics Interchange Format" + + + + + + + + "HTML Document" + + + + + + + + "JPEG File Interchange Format" + + + + + + + + "MHT Document" + + + + + + + + "Native Format" + + + + + + + + "PDF Document" + + + + + + + + "PNG Portable Network Graphics Format" + + + + + + + + "Rich Text Document" + + + + + + + + "TIFF Tag Image File Format" + + + + + + + + "Text Document" + + + + + + + + "WMF Windows Metafile" + + + + + + + + "XLS Document" + + + + + + + + "XLSX Document" + + + + + + + + "XPS Document"" + + + + + + + + "Save As" + + + + + + + + This field is now obsolete. Use the SB_PageOfPages field, instead. + + + + + + + + "{0} of {1}" + + + + + + + + This field is now obsolete. Use the SB_PageInfo field, instead. + + + + + + + + "Nothing" + + + + + + + + "Page {0} of {1}" + + + + + + + + "Page number in document. Click to open the Go To Page dialog." + + + + + + + + This field is now obsolete. Use the SB_PageOfPages field, instead. + + + + + + + + "Stop" + + + + + + + + "Zoom Factor: " + + + + + + + + "Adjust to:" + + + + + + + + "Fit to" + + + + + + + + "Scaling" + + + + + + + + "% normal size" + + + + + + + + "pages wide" + + + + + + + + "Page" + + + + + + + + "Arrow" + + + + + + + + "Backslant Line" + + + + + + + + "Bottom Arrow" + + + + + + + + "Brace" + + + + + + + + "Bracket" + + + + + + + + "Cross" + + + + + + + + "8-Point Star" + + + + + + + + "Ellipse" + + + + + + + + "5-Point Star" + + + + + + + + "4-Point Star" + + + + + + + + "Hexagon" + + + + + + + + "Horizontal Line" + + + + + + + + "Left Arrow" + + + + + + + + "Line" + + + + + + + + "Octagon" + + + + + + + + "Pentagon" + + + + + + + + "Polygon" + + + + + + + + "Rectangle" + + + + + + + + "Right Arrow" + + + + + + + + "6-Point Star" + + + + + + + + "Slant Line" + + + + + + + + "Square" + + + + + + + + "Star" + + + + + + + + "3-Point Star" + + + + + + + + "Top Arrow" + + + + + + + + "Triangle" + + + + + + + + "Vertical Line" + + + + + + + + This field is now obsolete. Use the TB_TTip_Backgr field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Close field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Customize field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Map field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_EditPageHF field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Export field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_FirstPage field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_HandTool field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_LastPage field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Magnifier field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_MultiplePages field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_NextPage field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_PageSetup field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_PreviousPage field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Print field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_PrintDirect field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Search field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Send field, instead. + + + + + + + + "Background" + + + + + + + + "Close Preview" + + + + + + + + "Customize" + + + + + + + + "Header And Footer" + + + + + + + + "Export Document..." + + + + + + + + "First Page" + + + + + + + + "Hand Tool" + + + + + + + + "Last Page" + + + + + + + + "Magnifier" + + + + + + + + "Document Map" + + + + + + + + "Multiple Pages" + + + + + + + + "Next Page" + + + + + + + + "Open a document" + + + + + + + + "Page Setup" + + + + + + + + "Parameters" + + + + + + + + "Previous Page" + + + + + + + + "Print" + + + + + + + + "Quick Print" + + + + + + + + "Save the document" + + + + + + + + "Scale" + + + + + + + + "Search" + + + + + + + + "Send via E-Mail..." + + + + + + + + "Thumbnails" + + + + + + + + "Watermark" + + + + + + + + "Zoom" + + + + + + + + "Zoom In" + + + + + + + + "Zoom Out" + + + + + + + + This field is now obsolete. Use the TB_TTip_Watermark field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_Zoom field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_ZoomIn field, instead. + + + + + + + + This field is now obsolete. Use the TB_TTip_ZoomOut field, instead. + + + + + + + + "Please Wait" + + + + + + + + "(Picture)" + + + + + + + + + "(Text)" + + + + + + + + + "Backward Diagonal" + + + + + + + + "Forward Diagonal" + + + + + + + + "Horizontal" + + + + + + + + "Vertical" + + + + + + + + "Center" + + + + + + + + "Left" + + + + + + + + "Right" + + + + + + + + "Clip" + + + + + + + + "Stretch" + + + + + + + + "Zoom" + + + + + + + + "&All" + + + + + + + + "&Pages:" + + + + + + + + "Select Picture" + + + + + + + + "Bottom" + + + + + + + + "Middle" + + + + + + + + "Top" + + + + + + + + "ASAP" + + + + + + + + "CONFIDENTIAL" + + + + + + + + "COPY" + + + + + + + + "DO NOT COPY" + + + + + + + + "DRAFT" + + + + + + + + "EVALUATION" + + + + + + + + "ORIGINAL" + + + + + + + + "PERSONAL" + + + + + + + + "SAMPLE" + + + + + + + + "TOP SECRET" + + + + + + + + "URGENT" + + + + + + + + "&Behind" + + + + + + + + "In &front" + + + + + + + + + Lists the values that define the order in which complex properties are shown in the Field List. + + + + + + + The default order of showing complex properties in the Field List is preserved. + + + + + + + + The complex properties are shown at the top of the Field List. + + + + + + + + The complex properties are shown at the bottom of the Field List. + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + When implemented by a class, creates report elements (bricks) for a specific area. + + + + The name of the report area (section) for which elements should be created. + + + + An object implementing the interface, which is a graphical surface on which report elements will be drawn. + + + + + + + + + If implemented by a class, finalizes the printing of the report. + + + + An object implementing the interface used to print a control. + + + + + An object implementing the interface, which refers to a control. + + + + + + + + When implemented by a class, initializes a control for report creation. + + + + An object implementing the interface used to print a control. + + + + An object implementing the interface which refers to a control. + + + + + + + + + When implemented by a class, provide information about a project type. + + + + + + + Obtains the assembly in which the current type is defined. + + + An object containg information about the assembly in which the current type is defined. + + + + + + + Obtains the fully qualified name of the current type, including the namespace. + + + A value. + + + + + + + Indicates whether a type is defined within the current solution. + + + true, if a type is defined in the current solution; otherwise, false. + + + + + + + Obtains the name of the namespace containing the current type + + + A value. + + + + + + + Returns the current type. + + + A object. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with default settings. + + + + + + + + Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting. + + + + A object specifying the exception that caused the event. + + + + + + + + + Gets the exception that caused the event. + + + A object representing the exception that caused the event. + + + + + + + + Provides data for the event. + + + + + + + + Initializes a new ServerModeExceptionThrownEventArgs class instance with the specified setting. + + + + A object specifying the exception that caused the event. + + + + + + + + + Gets the exception that caused the event. + + + A object representing the exception that caused the event. + + + + + + + + Lists the available export formats. + + + + + + + The document is exported in the CSV format. + + + + + + + + The document is exported in the HTML format. + + + + + + + + The document is exported in an image format. + + + + + + + + The document is exported in the MHT format. + + + + + + + + The document is exported in the PDF format. + + + + + + + + The document is exported in the RTF format. + + + + + + + + The document is exported in the text format. + + + + + + + + The document is exported in the XLS format. + + + + + + + + The document is exported in the XLSX format. + + + + + + + + + Provides the base functionality of the XtraPrinting Library. + + + + + + + Occurs after certain properties of the object have been changed. + + + + + + + + For internal use. If implemented by a class, gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + + + An integer value which represents the number of pages. + + + + + + + Occurs before certain properties of the object are changed. + + + + + + + + If implemented by a class, creates a brick by its type name. + + + + + + A specifying the type name of the brick to be created. + + + + An object implementing the interface. + + + + + + + + If implemented by a class, creates an image brick. + + + + An object implementing the interface. + + + + + + + + If implemented by a class, creates a panel brick. + + + + An object implementing the interface. + + + + + + + If implemented by a class, creates a progress bar brick. + + + + An object implementing the interface. + + + + + + + If implemented by a class, creates a rich text brick. + + + + An object implementing the interface. + + + + + + + + If implemented by a class, creates a text brick. + + + + An object implementing the interface. + + + + + + + For internal use. + + + + + + + + + + For internal use. If implemented by a class, contains a collection of images to be cached when creating a document. + + + + A DevExpress.XtraPrinting.Native.ImagesContainer object. + + + + + + + If implemented by a class, inserts a page break at a specified position. + + + + + A value which specifies the position to insert a page break. + + + + + + + + + If implemented by a class, changes the visibility of the specified printing system command. + + + + + A object specifying the command whose visibility needs to be changed. + + + + + One of the enumeration values specifying a new visibility state for the command. + + + + + + + + + Identifies the XtraPrinting Library version. + + + A text string representing XtraPrinting Library's version info. + + + + + + + + Provides the basic functionality to create documents that are ready to print. + + + + + + + If implemented by a class, initiates report generation. + + + + + + + + If implemented by a class, creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. + + + + true to generate pages in background; otherwise, false. + + + + + + + + Provides access to a link's printing system. + + + An object implementing the interface. + + + + + + + + Provides basic report drawing functions. + + + + + + + If implemented by a class, gets and sets the default style for bricks. + + + The default style for bricks. + + + + + + + If implemented by a class, adds a brick to a report. + + + + The brick to be added to a report. + + + + A RectangleF structure that specifies the location and size of the current brick. + + + The brick added to a report. + + + + + + + If implemented by a class, raises the ModifierChanged event. + + + + + + + + + Provides the basic functionality to draw visual bricks and specify their properties. + + + + + + + Obtains the Hashtable collection of properties for the class that implements the interface. + + + A Hashtable object that contains properties of the class that implements the interface. + + + + + + + Sets property values for the class which implements the interface based on the specified properties array. + + + + A two-dimesional array that identifies property names and values to set. + + + + + + + + Sets property values for the class which implements the interface +based on the specified Hashtable object. + + + + Identifies the Hashtable collection of property names and values that must be set. + + + + + + + + + Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface. + + + + + + + A method that will handle the BeforeChange and AfterChange events of the class and the interface. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the BeforeChange and AfterChange events of the class and the interface. + + + + + + + Initializes a new instance of the class and sets its property to a specified value. + + + + A value, specifying the event name. + + + + + + + + Initializes a new instance of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo class with the specified name and value and adds it to the collection. + + + + + A specifying the event's name. + + + + + An specifying the value of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object. + + + + + + + + Gets the event name that initiated a ChangeEvent. + + + The event name that initiated a ChangeEvent. + + + + + + + Returns an object, containing information about the event with the specified name. + + + + + A specifying the event name. + + + A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name. + + + + + + + + + Represents a report drawing style. + + + + + + + Initializes a new instance of the BrickStyle class with default settings. + + + + + + + + Initializes a new instance of the BrickStyle class with the specified settings. + + + + A enumeration value, specifying the visible brick borders. This value is assigned to the property. + + + + A value, specifying the border width. This value is assigned to the property. + + + + A structure, specifying the border color. This value is assigned to the property. + + + + A structure, specifying the background color. This value is assigned to the property. + + + + A structure, specifying the foreground color. This value is assigned to the property. + + + + + A object, specifying the font settings. This value is assigned to the property. + + + + A object, specifying the text format. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class and copies the settings from the object passed as the parameter. + + + + A object whose settings are used to initialize the created object's properties. + + + + + + + + Initializes a new instance of the BrickStyle class with the specified dpi value. + + + + A value which specifies the dpi value for the BrickStyle's padding. + + + + + + + + Gets or sets the background color. + + + A Color representing the background color. + + + + + + + Gets or sets the border color. + + + A Color representing the border color. + + + + + + + Specifies the dash style for the brick's border. + + + A enumeration value. + + + + + + + Gets or sets the border style of a brick. + + + A enumeration value that represents the border style of a brick. + + + + + + + Gets or sets the border width. + + + A value. + + + + + + + Gets or sets the string value used to support serialization of the property. + + + A value. + + + + + + + Creates a new instance, which is a copy of the current instance. + + + + A new instance, which is a copy of the current instance. + + + + + + + + Creates the BrickStyle instance with the defaul settings. + + + A BrickStyle object representing a new brick style. + + + + + + + Gets the object whose properties are set to their default values. + + + A object representing a report drawing style. + + + + + + + Gets the default font for a brick style. + + + The default font for a brick style. + + + + + + + Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. + + + + + A value which specifies the rectangle to be deflated. + + + + A value which specifies the dpi value to be applied to the width of borders before deflating. + + + + + true to apply the current border style; otherwise, false. The current border style can be accessed via the property. + + + A value that represents the deflated rectangle. + + + + + + + Deflates the specified rectangle by the width of borders represented by this brick style. + + + + A value which specifies the rectangle to be deflated. + + + + A value which specifies the dpi value to be applied to the width of borders before deflating. + + + + A value that represents the deflated rectangle. + + + + + + + Deflates the specified rectangle by the specified width of the specified borders using the specified border style. + + + + + + A value which specifies the rectangle to be deflated. + + + + A enumeration value that specifies which sides of a brick have borders. + + + + A value which specifies the width of borders. + + + + A enumeration value that specifies the brick style. + + + A value that represents the deflated rectangle. + + + + + + + Deflates the specified rectangle by the specified width of the specified borders. + + + + + + A value which specifies the rectangle to be deflated. + + + + A enumeration value that specifies which sides of a brick have borders. + + + + + A value which specifies the width of borders. + + + A value that represents the deflated rectangle. + + + + + + + Disposes of the BrickStyle object. + + + + + + + + + Determines whether or not the specified object is equal to the current BrickStyle instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current BrickStyle instance; otherwise false. + + + + + + + Gets or sets the Font used to display text. + + + The Font used to display text. + + + + + + + Gets or sets the foreground color. + + + The foreground color. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. + + + + + A value which specifies the rectangle to be inflated. + + + + A value which specifies the dpi value to be applied to the width of borders before inflating. + + + + + true to apply the current border style; otherwise, false. The current border style can be accessed via the property. + + + A value that represents the inflated rectangle. + + + + + + + Inflates the specified rectangle by the width of borders represented by this brick style. + + + + A value which specifies the rectangle to be inflated. + + + + A value which specifies the dpi value to be applied to the width of borders before inflating. + + + + A value that represents the inflated rectangle. + + + + + + + Inflates the specified rectangle by the specified width of specified borders using the specified border style. + + + + + A value which specifies the rectangle to be inflated. + + + + A enumeration value that specifies which sides of a brick have borders. + + + + A value which specifies the width of borders. + + + + A enumeration value that specifies the brick style. + + + A value that represents the inflated rectangle. + + + + + + + Inflates the specified rectangle by the specified width of specified borders. + + + + + A value which specifies the rectangle to be inflated. + + + + A enumeration value that specifies which sides of a brick have borders. + + + + A value which specifies the width of borders. + + + A value that represents the inflated rectangle. + + + + + + + For internal use. + + + + A structure. + + + + A value. + + + + A Boolean value. + + + + A enumeration value. + + + A structure. + + + + + + + Specifies whether or not the brick's alignment is justified. + + + true is the brick has a justified alignment; otherwise false. + + + + + + + Gets a value indicating whether the brick style paints a transparent brick. + + + + true if the brick will be painted as transparent; otherwise, false. + + + + + + + Gets a value indicating whether the brick style is valid. + + + + true if the current brick style is valid; otherwise, false. + + + + + + + Gets or sets the padding values of a brick. + + + A object which contains the padding values of a brick. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Resets all border settings. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Resets the property value. + + + + + + + + Rescales the brick style to the specified ratio. + + + + A value specifying the ratio to rescale the brick style. + + + A object which represents the brick style with the scaling applied. + + + + + + + Sets the brick's alignment. + + + + A enumeration value. + + + + A enumeration value. + + + + + + + + Gets or sets a value defining which borders of the current brick are visible. + + + A enumerator value, defining visible brick borders. + + + + + + + Gets or sets a instance specifying text formatting and layout. + + + A specifying text formatting and layout. + + + + + + + Gets or sets the alignment of the text in the brick. + + + + One of the enumeration's values that specifies how the text is aligned in the brick. + + + + + + + + Defines methods to print different controls using the XtraPrinting Library. + + + + + + + If implemented by a class, applies all changes made by the Property editor when implemented by a class. + + + + + + + + If implemented by a class, determines whether the created print document contains intersected bricks. + + + + true if the class creates intersected bricks; otherwise, false. + + + + + + + If implemented by a class, determines whether the class provides the Property editor form. + + + true, if the class provides the Property editor; otherwise, false. + + + + + + + If implemented by a class, returns a form which allows a user to set printing properties when implemented by a class. + + + The Property editor form that allows customizing printing properties of a control. + + + + + + + If implemented by a class, cancels changes made by a user in the Property editor when implemented by a class. + + + + + + + + If implemented by a class, invokes the help system for the Property editor when implemented by a class. + + + + + + + + If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class . + + + true if the help system is available for the Property editor; otherwise, false. + + + + + + + + A result set of a stored procedure. + + + + + + + Initializes a new instance of the DBStoredProcedureResultSet class with default settings. + + + + + + + + Initializes a new instance of the DBStoredProcedureResultSet class with the specified settings. + + + + A collection of values. + + + + + + + + Provides access to the list of data tables included in a stored procedure's result sets. + + + + A collection of values. + + + + + + + Returns a value, specifying the number of data table columns included in the stored procedure's result set. + + + + A value. Example: "5 columns". + + + + + + + + Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified text and line alignment. + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified string alignment. + + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified formatting information. + + + + A enumeration value representing formatting information. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified source. + + + + A object from which to initialize a new object. + + + + + + + + Initializes a new instance of the BrickStringFormat class with default settings. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings. + + + + + A BrickStringFormat object whose values are used to initialize the item being created. + + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings. + + + + + A BrickStringFormat object whose values are used to initialize the item being created. + + + + A enumeration value that represents formatting settings. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified text and line alignment, formatting settings, hotkey prefix and trimming mode. + + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + + A enumeration value that represents formatting settings. This value is assigned to the property. + + + + + A enumeration value representing the hotkey prefix. This value is assigned to the property. + + + + A enumeration value representing the trimming mode. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. + + + + + A BrickStringFormat object whose values are used to initialize the item being created. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified trimming settings. + + + + + A BrickStringFormat object whose values are used to initialize the item being created. + + + + + A enumeration value representing the trimming mode. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings. + + + + A enumeration value representing formatting information. This value is assigned to the property. + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickStringFormat class with the specified settings. + + + + A enumeration value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + + + + + Gets or sets text alignment information. + + + A StringAlignment enumeration value that specifies text alignment information. + + + + + + + Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string alignment applied. + + + + A enumeration value, representing new string alignment. + + + A cloned BrickStringFormat object. + + + + + + + Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string and line alignment applied. + + + + A enumeration value, representing new string alignment. + + + + A enumeration value, representing new line alignment. + + + A cloned BrickStringFormat object. + + + + + + + Returns a object cloned from the current object. + + + + A StringFormatFlags enumeration value containing formatting information. + + + A cloned object. + + + + + + + Returns a object cloned from the current object. + + + + A StringAlignment enumeration value representing line alignment. + + + A cloned object. + + + + + + + Creates an exact copy of the object. + + + A object created by this method. + + + + + + + Creates a new instance of the BrickStringFormat class with the specified settings. + + + + A enumeration value. + + + + true to enable word-wrapping; otherwise, false. + + + A new BrickStringFormat instance with the specified values. + + + + + + + Creates a new instance of the BrickStringFormat class with the specified settings. + + + + A enumeration value. + + + + true to enable word-wrapping; otherwise, false. + + + + A enumeration value. + + + A new BrickStringFormat instance with the specified values. + + + + + + + Creates a new instance of the BrickStringFormat class with the specified settings. + + + + A enumeration value. + + + + A enumeration value. + + + + A enumeration value. + + + A new BrickStringFormat instance with the specified values. + + + + + + + Creates a BrickStringFormat instance with the specified settings. + + + + A enumeration value. + + + + true, to use the word wrap feature; otherwise false. + + + + A enumeration value. + + + + true, to use the right-to-left text orientation; otherwise false. + + + A value. + + + + + + + Disposes of the BrickStringFormat object. + + + + + + + + + Determines whether or not the specified object is equal to the current BrickStringFormat instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current BrickStringFormat instance; otherwise false. + + + + + + + Gets or sets a StringFormatFlags enumeration that contains formatting information. + + + A StringFormatFlags enumeration that contains formatting information. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Gets the object for this BrickStringFormat object. + + + A enumeration value which represents the hotkey prefix for this BrickStringFormat object. + + + + + + + Gets or sets line alignment. + + + A StringAlignment enumeration value that represents line alignment information. + + + + + + + Gets or sets a prototype string format for the current string format. + + + A enumeration value which specifies the prototype string format. + + + + + + + + Gets a value indicating whether or not the right-to-left orientation is used. + + + true, if the text orientation is right-to-left; otherwise false. + + + + + + + Gets text trimming mode. + + + + A enumeration value that specifies text trimming mode. + + + + + + + + Gets the StringFormat instance representing current text formatting. + + + Current text formatting. + + + + + + + Gets a value, specifying whether or not word-wrapping is available for the brick's text. + + + true if the word-wrapping is enabled; otherwise false. + + + + + + + + Contains the values that define what kind of information is displayed in the current . + + + + + + + Indicates that DateTime information is displayed in the current . + + + + + + + + Indicates that the property value is displayed in the current . + + + + + + + + Indicates that the current page number is displayed in the . + + + + + + + + Indicates that both the current page number and the total number of pages in the current report are displayed in the current . + + + + + + + + Indicates that the current page number is displayed in the using roman numerals in uppercase. + + + + + + + + Indicates that the current page number is displayed in the using roman numerals in lowercase. + + + + + + + + Indicates that the total number of pages is displayed in the PageInfoBrick. + + + + + + + + Indicates that the user name for the current thread is displayed in the . + + + + + + + + + Specifies brick alignment relative to its layout rectangle. + + + + + + + Specifies whether a brick is aligned by the center of the layout rectangle. + + + + + + + + Specifies whether a brick is aligned away from the original position of the layout rectangle. + + + + + + + + Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. + + + + + + + + + Cancels brick alignment. + + + + + + + + + Specifies the borders displayed around a brick. + + + + + + + Applies all borders to a brick. + + + + + + + + Applies the bottom border to a brick. + + + + + + + + Applies the left border to a brick. + + + + + + + + No borders are applied to a brick. + + + + + + + + Applies the right border to a brick. + + + + + + + + Applies the top border to a brick. + + + + + + + + + Provides information about a stored procedure's parameter. + + + + + + + Initializes a new instance of the DBStoredProcedureArgument class with default settings. + + + + + + + + Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. + + + + A value. + + + + A enumeration value. + + + + + + + + Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + + + + + A value corresponding to an appropriate object. + + + + + + + + + Returns a value, specifying the stored procedure's parameter direction (within brackets and in uppercase letters) along with the name and type of the parameter (separated by a white space). + + + A value. Example: "[INOUT] OrderDate DateTime". + + + + + + + + Specifies the vertical alignment of an object or text in a control. + + + + + + + Places the text to the bottom of an object. + + + + + + + + Centers the text within an object. + + + + + + + + Places the text to its default position. The default position is in the center of an object. + + + + + + + + Places the text to the top of an object. + + + + + + + + + Specifies the horizontal alignment of an object or text in a control. + + + + + + + Centers an object or text within a region. + + + + + + + + Places an object or text at the default position, which is determined by a control. + + + + + + + + Places an object/text at a far position. + + + + + + + + Places an object/text at a near position. + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.dll new file mode 100644 index 0000000..3841cae Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.xml new file mode 100644 index 0000000..b823aa8 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Office.v15.2.Core.xml @@ -0,0 +1,2903 @@ + + + + DevExpress.Office.v15.2.Core + + + + + + Lists values used to specify the data source types available in the Data Source Wizard. + + + + + + + Specifies that all data source types are available for data binding from the Data Source Wizard. + + + + + + + + Specifies that an Entity Framework data source is available for data binding from the Data Source Wizard. + + + + + + + + Specifies that a data source used to extract data from Microsoft® Excel® documents is available for data binding from the Data Source Wizard. + + + + + + + + Specifies that an object data source is available for data binding from the Data Source Wizard. + + + + + + + + Specifies that an SQL database is available for data binding from the Data Source Wizard. + + + + + + + + + Lists values used to specify how to flip the tile contents. + + + + + + + Specifies that the tiles should be flipped both horizontally and vertically. + + + + + + + + + Specifies that the tiles should be flipped horizontally. + + + + + + + + + Specifies that the tiles should not be flipped. + + + + + + + + + Specifies that the tiles should be flipped vertically. + + + + + + + + + + A default localizer to translate resources for DevExpress office products (e.g., Rich Text Editor, Spreadsheet). + + + + + + + + Initializes a new instance of the OfficeResLocalizer class with default settings. + + + + + + + + + A base class that provides necessary functionality for custom localizers of elements which are common for office-inspired controls. + + + + + + + Initializes a new instance of the OfficeLocalizer class with default settings. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + An enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + + + + + + + + Lists measurement units used for the document layout. + + + + + + + Specifies documents (one three-hundredths of an inch) as measurement units. + + + + + + + + Specifies pixels as measurement units. + + + + + + + + Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units. + + + + + + + + + Base class for objects used by Office-inspired controls to export the document content in HTML format. + + + + + + + Exports the document to a string in HTML format. + + + A string containing a document in HTML format. + + + + + + + + Exports a document in HTML format using the specified writer to write exported data as a series of characters. + + + + A descendant which writes exported data as a sequential series of characters. + + + + + + + + + Represents a service that calls the registered interface when required. + + + + + + + Creates URI for CSS data. + + + + A string that specifies the root URI. + + + + A string containing CSS definitions for which the URI is created. + + + + A string that specifies the relative part of the URI (path relative to the root). + + + A string that is the URI of CSS data. + + + + + + + Provides the URI string for the specified image. + + + + A string that specifies the root URI. + + + + An object for which the URI is created. + + + + A string that specifies the relative part of the URI (path relative to the root). + + + A string that is the image URI. + + + + + + + Registers the URI provider and makes it available to clients of the service. + + + + An object which exposes the interface. + + + + + + + + Cancels the registration of an URI provider, and makes it unavailable to the clients of the service. + + + + + An object which exposes the interface. + + + + + + + + + Lists measurement units used in the document. + + + + + + + Specifies centimeters as measurement units. + + + + + + + + Specifies documents (one three-hundredths of an inch) as measurement units. + + + + + + + + Specifies inches as measurement units. + + + + + + + + Specifies millimeters as measurement units. + + + + + + + + Specifies points as measurement units. + + + + + + + + + Defines the provider of the locations for external objects in a document export. + + + + + + + Creates URI for CSS data. + + + + A string that specifies the root URI. + + + + A string containing CSS definitions for which the URI is created. + + + + A string that specifies the relative part of the URI (path relative to the root). + + + A string that is the URI of CSS data. + + + + + + + Creates an image URI. + + + + A string that specifies the root URI. + + + + An object for which the URI is created. + + + + A string that specifies the relative part of the URI (path relative to the root). + + + A string that is the image URI. + + + + + + + + Defines a service which is called to retrieve data from the URI specified in some types of document fields. + + + + + + + Provides the data stream for the specified Uri. + + + + A string specifying the URI of the object that is the source of the stream. + + + A object specifying a data stream. + + + + + + + Registers the Uri data stream provider and makes it available to clients of the service. + + + + An object which exposes the interface. + + + + + + + + Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service. + + + + + An object which exposes the interface. + + + + + + + + + Defines the data stream provider for the . + + + + + + + Provides the data stream for the specified Uri. + + + + A string specifying the URI of the object that is the source of the stream. + + + A object specifying a data stream or null (Nothing in Visual Basic). + + + + + + + + An image in the document. + + + + + + + Indicates whether the OfficeImage descendant can get image data as an array of bytes. + + + + An enumeration member specifying the format of the resulting image data. + + + true if the OfficeImage descendant implements the GetImageBytes method; otherwise, false. + + + + + + + For internal use only. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + For internal use only. + + + + + + + + + + Closes the current image stream and releases any resources associated with the current stream. + + + + + + + + Releases all resources used by this object. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Static method used to get the MIME content type by the value. + + + + An enumeration member specifying the image format. + + + A string indicating the mime content type. + + + + + + + Static method used to obtain an extension by the value. + + + + An enumeration member specifying the image format. + + + A string specifying a file extension for a given image format. + + + + + + + Returns a byte array of image data encoded in the specified format. + + + + An enumeration member specifying the format of the resulting image data. + + + A array that contains the image data. + + + + + + + Attempts to get image data as an array of bytes in specified format, and in case of failure gets the data in PNG format. + + + + An enumeration member specifying the format of the resulting image data. + + + An array of bytes containing image data. + + + + + + + Attempts to get image data as a stream in the specified format, and in case of a failure, gets the data in PNG format. + + + + An enumeration member specifying the format of the resulting image data. + + + A containing image data. + + + + + + + Gets the horizontal resolution of the image in pixels per inch. + + + The horizontal resolution of this image in pixels per inch. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An integer value that represents a cache key under which an image is stored in the cache. + + + + + + + This property is overridden in OfficeImage class descendants to indicate image formats not suitable for export. + + + + An enumeration member specifying the image format to export. + + + Always true. + + + + + + + For internal use only. + + + + + + + + + + Provides access to the native object. + + + A object specifying a native image. + + + + + + + Intended for internal use. + + + + + + + + Intended for internal use. + + + + + + + + Gets the number of colors in the image palette. + + + + A value specifying the number of entries in the palette color table. + + + + + + + Gets the pixel format of the image. + + + + An enumeration member specifying the pixel format. + + + + + + + + Gets the file format of this image. + + + An enumeration member specifying the image file format. + + + + + + + This property is overridden in OfficeImage descendants to point to a single instance of an image that can be incorporated in different objects. + + + An object that is the image in the document. + + + + + + + For internal use only. + + + + + + + + + + Gets the size of an image in units. + + + A structure specifying the image size measured in documents. + + + + + + + Gets the size of an image in hundredths of a millimeter. + + + A structure specifying the image size measured in hundredths of a millimeter. + + + + + + + This property is overridden in OfficeImage descendants to get the size of a native image measured in original units. + + + A structure specifying the image size measured in original units. + + + + + + + Gets the size of an image in pixels. + + + A structure specifying the image size measured in pixels. + + + + + + + Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter). + + + A structure specifying the image size measured in twips. + + + + + + + This property is overridden in OfficeImage class descendants to get the URI of the image. + + + A string specifying the URI of an image. + + + + + + + Gets the horizontal resolution of the image in pixels per inch. + + + The horizontal resolution of this image in pixels per inch. + + + + + + + + + Lists formats of the color data for each pixel in the image. + + + + + + + The pixel data contains alpha values that are not premultiplied. + + + + + + + + The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel. + + + + + + + + No pixel format is specified. + + + + + + + + Reserved. + + + + + + + + The pixel format is 16 bits per pixel. The color information specifies 32,768 shades of color, of which 5 bits are red, 5 bits are green, 5 bits are blue, and 1 bit is alpha. + + + + + + + + The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray. + + + + + + + + Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used. + + + + + + + + Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component. + + + + + + + + Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it. + + + + + + + + Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components. + + + + + + + + Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. + + + + + + + + Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component. + + + + + + + + Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used. + + + + + + + + Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components. + + + + + + + + Specifies that the format is 4 bits per pixel, indexed. + + + + + + + + Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. + + + + + + + + Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component. + + + + + + + + Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it. + + + + + + + + The pixel data contains GDI colors. + + + + + + + + The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values. + + + + + + + + The maximum value for this enumeration. + + + + + + + + The pixel format contains premultiplied alpha values. + + + + + + + + The pixel format is undefined. + + + + + + + + + Lists supported image formats. + + + + + + + Specifies the bitmap (BMP) image format. + + + + + + + + Specifies the enhanced metafile (EMF) image format. + + + + + + + + Specifies the Exchangeable Image File (Exif) format. + + + + + + + + Specifies the Graphics Interchange Format (GIF) image format. + + + + + + + + Specifies the Windows icon image format. + + + + + + + + Specifies the Joint Photographic Experts Group (JPEG) image format. + + + + + + + + Specifies a memory bitmap image format. + + + + + + + + Unspecified format. + + + + + + + + Specifies the W3C Portable Network Graphics (PNG) image format. + + + + + + + + Specifies the Tagged Image File Format (TIFF) image format. + + + + + + + + Specifies the Windows metafile (WMF) image format. + + + + + + + + + Defines options for the document being imported. + + + + + + + Gets or sets the URI of the document being imported. + + + A string representing the document URI. + + + + + + + + Defines options for the document being exported. + + + + + + + Gets or sets the URI of the document being exported. + + + A string representing the document URI. + + + + + + + + Helper class with static methods used for unit conversion. + + + + + + + Converts a measurement from centimeters to documents. Returns the converted measurement as a Single. + + + + The Single centimeter value to be converted to documents. + + + A Single value. + + + + + + + Converts a measurement from centimeters to twips. Returns the converted measurement as a . + + + + The value measured in centimeters to be converted to twips. + + + A value. + + + + + + + Converts a measurement from documents to centimeters. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to centimeters. + + + A Single value. + + + + + + + Converts a measurement from documents to EMUs (English Metric Unit). + + + + An integer that is the value in documents. + + + An integer that is the value in EMUs. + + + + + + + + Converts a measurement from EMUs (English Metric Unit) to documents represented by 64-bit integers. + + + + A 64-bit integer that is the value in EMUs. + + + A 64-bit integer that is the value in documents. + + + + + + + Converts a measurement from document units (documents) to EMUs (English Metric Unit) represented by 64-bit integers. + + + + A 64-bit integer that is the value in documents. + + + + A 64-bit integer that is the value in EMUs. + + + + + + + + Converts measurements in the Size structure from documents to hundredths of an inch. + + + + The values in documents to be converted to hundredths of an inch. + + + A structure. + + + + + + + Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to hundredths of an inch. + + + An Integer value. + + + + + + + Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to hundredths of an inch. + + + An Integer value. + + + + + + + Converts measurements from documents to hundredths of a millimeter. + + + + The in documents to be converted to hundredths of a millimeter. + + + A structure. + + + + + + + Converts a measurement from documents to inches. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to inches. + + + A Single value. + + + + + + + Converts a measurement from documents to millimeters. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to millimeters. + + + A Single value. + + + + + + + Converts a measurement from documents to picas. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to picas. + + + A Single value. + + + + + + + Converts point coordinates from documents to pixels. + + + + The with values in documents, to be converted to pixels. + + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure. + + + + + + + Converts a rectangle from documents to pixels. + + + + + The with values in documents, to be converted to pixels. + + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure. + + + + + + + Converts a measurement from documents to pixels. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to pixels. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts rectangle coordinates from documents to pixels. + + + + A structure with values in documents, to be converted to pixels. + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure composed of four floating-point numbers that represent the location and size of a rectangle. + + + + + + + Converts height and width from documents to pixels. + + + + A structure with values in documents to be converted to pixels. + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure that contains height and width in pixels. + + + + + + + Converts a measurement from documents to pixels. Returns the converted measurement as a . + + + + The centimeters value to be converted to pixels. + + + + A dpi value used for conversion. + + + A value. + + + + + + + Converts a measurement from documents to points. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to points. + + + An Integer value. + + + + + + + Converts a measurement from documents to points. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to points. + + + A Single value. + + + + + + + Converts a measurement from documents to points and rounds the result. Returns the converted measurement as a Single. + + + + The Single documents value to be converted to points. + + + + A Single value. + + + + + + + Converts a measurement from documents to twips. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to twips. + + + An Integer value. + + + + + + + Converts measurements from documents to twips. + + + + The with values in documents to be converted to twips. + + + A structure. + + + + + + + Converts measurements from documents to twips. + + + + The with values in documents to be converted to twips. + + + A structure. + + + + + + + Converts measurements from documents to twips. + + + + The with values in documents to be converted to twips. + + + A structure. + + + + + + + Converts a measurement from documents to twips. Returns the converted measurement as a Single. + + + + The Single value measured in documents to be converted to twips. + + + A Single value. + + + + + + + Converts measurements from 64-bit signed integers to twips. + + + + The with values in documents to be converted to twips. + + + A structure. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to documents. + + + + An integer that is the value in EMUs. + + + An integer that is the value in documents. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to documents (floating point value). + + + + An integer that is the value in EMUs. + + + A value in documents. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to documents represented by 64-bit integers. + + + + A 64-bit integer that is the value in EMUs. + + + A 64-bit integer that is the value in documents. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to twips. + + + + An integer that is the value in EMUs. + + + An integer that is the value in twips. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to twips (floating point value). + + + + An integer that is the value in EMUs. + + + A value in twips. + + + + + + + Converts a measurement from EMUs (English Metric Unit) to twips represented by 64-bit integers. + + + + A 64-bit integer that is the value in EMUs. + + + A 64-bit integer that is the value in twips. + + + + + + + Converts measurements in the Size structure from hundredths of an inch to documents. + + + + The with values in hundredths of an inch to be converted to documents. + + + A structure. + + + + + + + Converts a measurement from hundredths of an inch to documents. Returns the converted measurement as an Integer. + + + + The Integer hundredths of an inch value to be converted to documents. + + + An Integer value. + + + + + + + Converts measurements in the Size structure from hundredths of an inch to twips. + + + + The with values in hundredths of an inch to be converted to twips. + + + A structure. + + + + + + + Converts a measurement from hundredths of an inch to twips. Returns the converted measurement as an Integer. + + + + The Integer hundredths of an inch value to be converted to twips. + + + An Integer value. + + + + + + + Converts a measurement from hundredths of a millimeter to documents. Returns the converted measurement as an Integer. + + + + The Integer hundredths of millimeter value to be converted to documents. + + + An Integer value. + + + + + + + Converts measurements from hundredths of a millimeter to documents. + + + + The with values in hundredths of a millimeter to be converted to documents. + + + A structure. + + + + + + + Converts measurements from hundredths of a millimeter to documents and rounds them to the nearest whole value. + + + + The with values in hundredths of a millimeter to be converted to documents. + + + A structure. + + + + + + + Converts a measurement from hundredths of a millimeter to pixels. Returns the converted measurement as an Integer. + + + + The Integer hundredths of a millimeter value to be converted to pixels. + + + + The dpi value used for conversion. + + + An Integer value. + + + + + + + Converts a measurement from hundredths of a millimeter to pixels. + + + + The with values in hundredths of a millimeter to be converted to pixels. + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure. + + + + + + + Converts a measurement from hundredths of a millimeter to twips. Returns the converted measurement as an Integer. + + + + The Integer hundredths of millimeter value to be converted to twips. + + + An Integer value. + + + + + + + Converts measurements from hundredths of a millimeter to twips. + + + + The with values in hundredths of a millimeter to be converted to twips. + + + A structure. + + + + + + + Converts measurements from hundredths of a millimeter to twips and rounds them to the whole number nearest to the twip value. + + + + The with values in hundredths of a millimeter to be converted to twips. + + + A structure. + + + + + + + Converts a measurement from inches to documents. Returns the converted measurement as a Single. + + + + The Single inches value to be converted to documents. + + + A Single value. + + + + + + + Converts a measurement from inches to points. Returns the converted measurement as a Single. + + + + The inches value to be converted to points. + + + A value. + + + + + + + Converts a measurement from inches to twips. Returns the converted measurement as a Single. + + + + The inches value to be converted to twips. + + + A value. + + + + + + + Converts a measurement from millimeters to documents. Returns the converted measurement as a Single. + + + + The Single millimeters value to be converted to documents. + + + A Single value. + + + + + + + Converts a measurement from millimeters to points. Returns the converted measurement as an Integer. + + + + The Integer millimeters value to be converted to points. + + + An Integer value. + + + + + + + Converts a measurement from millimeters to points. Returns the converted measurement as a Single. + + + + A Single value in millimeters to be converted to points. + + + A Single value. + + + + + + + + Converts a measurement from millimeters to twips. Returns the converted measurement as a Single. + + + + The millimeters value to be converted to twips. + + + A value. + + + + + + + Converts a measurement from picas to documents. Returns the converted measurement as a Single. + + + + The Single picas value to be converted to documents. + + + A Single value. + + + + + + + Converts a measurement from picas to twips. Returns the converted measurement as a Single. + + + + The picas value to be converted to twips. + + + A value. + + + + + + + Converts measurements from pixels to documents. + + + + The structure in pixels to be converted to documents. + + + + A dpi value used for conversion of the X-coordinate. + + + + A dpi value used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a measurement from pixels to documents. Returns the converted measurement as an Integer. + + + + The Integer pixels value to be converted to documents. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts rectangle coordinates from pixels to documents. + + + + A structure with values in pixels, to be converted to documents. + + + + A dpi value used for conversion of the X-coordinate. + + + + A dpi value used for conversion of the Y-coordinate. + + + A structure composed of four floating-point numbers that represent the location and size of a rectangle. + + + + + + + Converts a rectangle from pixels to documents. + + + + The with measurements in pixels to be converted to documents. + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure. + + + + + + + Converts a measurement from pixels to documents. Returns the converted measurement as an Integer. + + + + The Integer pixels value to be converted to documents. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts point coordinates from pixels to documents. + + + + The to be converted from pixels to documents. + + + + A dpi value used for conversion of the X-coordinate. + + + + A dpi value used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a measurement from pixels to documents. Returns the converted measurement as a Single. + + + + The pixels value to be converted to documents. + + + + A dpi value of the type used for conversion. + + + A value. + + + + + + + + Converts measurements from pixels to documents and rounds them to the nearest whole number. + + + + The structure in pixels to be converted to documents. + + + + A dpi value used for conversion of the X-coordinate. + + + + A dpi value used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a measurement from pixels to hundredths of an inch. Returns the converted measurement as an Integer. + + + + An Integer pixels value to be converted to hundredths of an inch. + + + + A dpi value of the type used for conversion. + + + An Integer value. + + + + + + + Converts measurements from pixels to hundredths of an inch. + + + + The in pixels to be converted to hundredths of an inch. + + + + A dpi value of the type used for conversion. + + + A structure. + + + + + + + Converts a measurement from pixels to hundredths of a millimeter. Returns the converted measurement as an Integer. + + + + An Integer pixels value to be converted to hundredths of a millimeter. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts measurements from pixels to hundredths of a millimeter. + + + + The in pixels to be converted to hundredths of a millimeter. + + + + A dpi value to be used for conversion of the X-coordinate. + + + + + A dpi value to be used for conversion of the Y-coordinate. + + + + A structure. + + + + + + + Converts a measurement from pixels to points. + + + + The Integer pixels value to be converted to points. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts a measurement from pixels to points. + + + + The pixels value to be converted to points. + + + + A dpi value of the type used for conversion. + + + A value. + + + + + + + Converts a rectangle from pixels to twips. + + + + The with measurements in pixels to be converted to documents. + + + + A dpi value of the type to be used for conversion of the X-coordinate. + + + + A dpi value of the type to be used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts measurements from pixels to twips. + + + + The in pixels to be converted to twips. + + + + A dpi value of the type to be used for conversion of the X-coordinate. + + + + A dpi value of the type to be used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a measurement from pixels to twips. Returns the converted measurement as an Integer. + + + + An Integer pixels value to be converted to hundredths of a millimeter, + + + + A dpi value of the type to be used for conversion of the X-coordinate. + + + An Integer value. + + + + + + + Converts a measurement from pixels to twips. Returns the converted measurement as a Single. + + + + The pixels value to be converted to points. + + + + A dpi value of the type used for conversion. + + + A value. + + + + + + + Converts a measurement from pixels to twips. Returns the converted measurement as an Int64. + + + + The pixels value to be converted to twips. + + + + A dpi value of the type used for conversion. + + + An value. + + + + + + + Converts measurements from pixels to twips and rounds their values to the nearest whole number. + + + + The in pixels to be converted to twips. + + + + A dpi value of the type to be used for conversion of the X-coordinate. + + + + A dpi value of the type to be used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a measurement from points to documents. Returns the converted measurement as an Integer. + + + + The Integer points value to be converted to documents. + + + An Integer value. + + + + + + + Converts a measurement from points to documents. Returns the converted measurement as a Single. + + + + The Single points value to be converted to documents. + + + + A Single value. + + + + + + + Converts a measurement from points to pixels. Returns the converted measurement as an Integer. + + + + The Integer points value to be converted to pixels. + + + + A dpi value used for conversion. + + + An Integer value. + + + + + + + Converts a measurement from points to pixels. Returns the converted measurement as a Single. + + + + The points value to be converted to pixels. + + + + A dpi value used for conversion. + + + A value. + + + + + + + Converts a measurement from points to twips. Returns the converted measurement as an Integer. + + + + The Integer points value to be converted to twips. + + + An Integer value. + + + + + + + Converts a measurement from points to twips. Returns the converted measurement as a Single. + + + + The Single points value to be converted to twips. + + + A value. + + + + + + + Converts a measurement from twips to centimeters. Returns the converted measurement as a Single. + + + + The twips value to be converted to centimeters. + + + A value. + + + + + + + + Converts a measurement from twips to documents. Returns the converted measurement as an Integer. + + + + The Integer twips value to be converted to documents. + + + An Integer value. + + + + + + + Converts measurements from twips to documents. + + + + A structure with values in twips to be converted to documents. + + + + A structure. + + + + + + + Converts rectangle coordinates from twips to documents. + + + + A structure with values in twips, to be converted to documents. + + + A structure composed of four floating-point numbers that represent the location and size of a rectangle. + + + + + + + Converts a rectangle from documents to twips. + + + + The with values in twips, to be converted to documents. + + + A structure. + + + + + + + Converts a measurement from twips to documents. Returns the converted measurement as a Single. + + + + The twips value to be converted to documents. + + + A value. + + + + + + + Converts a measurement from twips to documents. Returns the converted measurement as an Int64. + + + + The twips value to be converted to documents. + + + An value. + + + + + + + Converts a measurement from twips to EMUs (English Metric Unit). + + + + An integer that is the value in twips. + + + An integer that is the value in EMUs. + + + + + + + + Converts a measurement from twips (floating point value) to EMUs (English Metric Unit). + + + + A value in twips. + + + An integer that is the value in EMUs. + + + + + + + + Converts a measurement from twips to EMUs (English Metric Unit) represented by 64-bit integers. + + + + A 64-bit integer that is the value in twips. + + + A 64-bit integer that is the value in EMUs. + + + + + + + Converts a measurement from twips to hundredths of an inch. Returns the converted measurement as an Integer. + + + + The Integer twips value to be converted to hundredths of an inch. + + + An Integer value. + + + + + + + Converts measurements in the Size structure from twips to hundredths of an inch. + + + + The values in twips to be converted to hundredths of an inch. + + + A structure. + + + + + + + Converts measurements from twips to hundredths of a millimeter. + + + + The in twips to be converted to hundredths of a millimeter. + + + A structure. + + + + + + + Converts a measurement from twips to inches. Returns the converted measurement as a Single. + + + + The twips value to be converted to inches. + + + A value. + + + + + + + + Converts a measurement from twips to millimeters. Returns the converted measurement as a Single. + + + + The twips value to be converted to millimeters. + + + A value. + + + + + + + Converts a measurement from twips to pixels. Returns the converted measurement as an Integer. + + + + The Integer documents value to be converted to pixels. + + + + A dpi value of the type used for conversion. + + + An Integer value. + + + + + + + Converts point coordinates from twips to pixels. + + + + The with values in twips, to be converted to pixels. + + + + A dpi value of the type used for conversion of the X-coordinate. + + + + A dpi value of the type used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts a rectangle from twips to pixels. + + + + The with values in twips, to be converted to pixels. + + + + A dpi value of the type used for conversion of the X-coordinate. + + + + A dpi value of the type used for conversion of the Y-coordinate. + + + A structure. + + + + + + + Converts height and width from twips to pixels. + + + + A structure with values in twips to be converted to pixels. + + + + A dpi value used for conversion of the X-coordinate. + + + + + A dpi value used for conversion of the Y-coordinate. + + + + A structure that contains height and width in pixels. + + + + + + + Converts a measurement from twips to pixels. Returns the converted measurement as a Single. + + + + The twips value to be converted to pixels. + + + + A dpi value of the type used for conversion. + + + A value. + + + + + + + Converts a measurement from twips to pixels. Returns the converted measurement as an Int64. + + + + The twips value to be converted to pixels. + + + + The twips value to be converted to pixels. + + + + An value. + + + + + + + Converts a measurement from twips to points. Returns the converted measurement as a Single. + + + + The twips value to be converted to points. + + + A value. + + + + + + + Converts a measurement from twips to points and rounds the result. Returns the converted measurement as a Single. + + + + The twips value to be converted to points. + + + A value. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.dll new file mode 100644 index 0000000..4fbaef9 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.xml new file mode 100644 index 0000000..43d607f --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Core.xml @@ -0,0 +1,8090 @@ + + + + DevExpress.Pdf.v15.2.Core + + + + + + Represents global information about the document such as the document's title, author, and creation and modification dates. + + + + + + + Gets the data for the document components. + + + A string value that represents the data of document components. + + + + + + + + Represents a named action. + + + + + + + The name of the named action that should be performed. + + + A value that is the name of the action. + + + + + + + + An individual word in a document. + + + + + + + Returns a list of the word's characters. + + + A collection of values. + + + + + + + Returns rectangles surrounding the word. + + + A collection of values. + + + + + + + Returns a Unicode representation of the word's characters. + + + A value. + + + + + + + + Lists the available text search direction modes. + + + + + + + Specifies a backward search in the document. + + + + + + + + + Specifies a forward search in the document. + + + + + + + + + + A rectangle that delimits a page area around a specific document element. + + + + + + + + Specifies the rotation angle of the rectangle + + + A value, specifying the rotation angle of the rectangle. + + + + + + + Specifies the rectangle height. + + + A value, specifying the rectangle height. + + + + + + + Specifies the rectangle position in relation to the left edge of the PDF page. + + + A value. + + + + + + + Specifies the rectangle position in relation to the top edge of the PDF page. + + + A value. + + + + + + + Specifies the rectangle width. + + + A value, specifying the rectangle width. + + + + + + + + Represents a quadrilateral (in default user space) that comprises the region in which the link should be activated. + + + + + + + Initializes a new instance of the PdfQuadrilateral class with the specified settings. + + + + A object that represents the coordinates of the first quadrilateral point. + + + + + A object that represents the coordinates of the second quadrilateral point. + + + + + A object that represents the coordinates of the third quadrilateral point. + + + + A object that represents the coordinates of the fourth quadrilateral point. + + + + + + + + + Gets the first quadrilateral point in the default user space. + + + + A object that is the first quadrilateral point in the default user space. + + + + + + + + Gets the second quadrilateral point in the default user space. + + + + A object that represents the second quadrilateral point in the default user space. + + + + + + + + Gets the third quadrilateral point in the default user space. + + + + A object that is the third quadrilateral point in the default user space. + + + + + + + + Gets the fourth quadrilateral point in the default user space. + + + + A object that is the fourth quadrilateral point in the default user space. + + + + + + + + + Contains properties that define how to display the button's icon within the annotation rectangle of its widget annotation. + + + + + + + Gets a value that indicates whether the button appearance is scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. + + + true, to fit fully within the bounds of the annotation otherwise, false. The default value is false. + + + + + + + Gets the horizontal leftover of the icon within an annotation rectangle. + + + + A double value that is the horizontal leftover of the icon within an annotation rectangle. + + + + + + + + Gets the circumstances under which the icon shall be scaled inside the annotation rectangle. + + + A enumeration value that lists the circumstances for scaling an icon. + + + + + + + + Get the type of icon scaling. + + + A enumeration value that is the icon scaling type. + + + + + + + Gets the vertical leftover of the icon within an annotation rectangle. + + + + + A double value that is the vertical icon leftover within the annotation rectangle. + + + + + + + + + An individual character in a document. + + + + + + + Initializes a new instance of the PdfCharacter class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + + + + + Returns the character's font settings. + + + A value. + + + + + + + Returns the character's font size (in points). + + + A value, specifying the font size, in points. + + + + + + + Returns a rectangle that surrounds the character. + + + A value. + + + + + + + Returns a Unicode representation of the character. + + + A value, specifying a character's Unicode representation. + + + + + + + + An individual page in a document. + + + + + + + Provides access to a dictionary of additional actions to be performed when the page is opened or closed. + + + A DevExpress.Pdf.PdfPageActions object. + + + + + + + Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page. + + + A collection of objects. + + + + + + + Indicates the tab order that shall be used for annotations on the page. + + + A DevExpress.Pdf.PdfAnnotationTabOrder enumeration value. + + + + + + + Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page's creator. + + + A object, specifying the art box. + + + + + + + Provides access to the collection of indirect references to all article beads appearing on the page. + + + A collection of DevExpress.Pdf.PdfBead objects. + + + + + + + Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment. + + + A object, specifying the bleed box. + + + + + + + Gets the PDF page commands. + + + A object that represents the page commands. + + + + + + + Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page. + + + A value. + + + + + + + Indicates the digital identifier of the page's parent Web Capture content set. + + + A array. + + + + + + + Specifies the date and time when the page's contents were most recently modified. + + + A nullable value. + + + + + + + Provides access to a metadata stream that contains metadata for the page. + + + A object. + + + + + + + Provides access to a page-piece dictionary associated with the page. + + + A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their keys. + + + + + + + Specifies the page's preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification. + + + A nullable value. + + + + + + + Indicates the key of the page's entry in the structural parent tree. + + + A nullable integer value. + + + + + + + Provides access to a stream object that defines the page's thumbnail image. + + + A DevExpress.Pdf.PdfImage object. + + + + + + + Provides access to a transition dictionary describing the transition effect that shall be used when displaying the page during presentations. + + + A DevExpress.Pdf.PdfPagePresentation object. + + + + + + + Specifies the group attributes dictionary that specifies the attributes of the page's page group for use in the transparent imaging model. + + + A DevExpress.Pdf.PdfTransparencyGroup object. + + + + + + + Specifies the trim box defining the intended dimensions of the finished page after trimming. + + + A object, specifying the trim box. + + + + + + + Indicates the size of default user space units, in multiples of 1/72 inch. + + + A value. The default value is 1.0 (user space unit is 1/72 inch). + + + + + + + + Represents a destination that displays the page with the horizontal coordinate positioned at the left edge of the window and the contents magnified just enough to fit the entire height of the page within the window. + + + + + + + Initializes a new instance of the PdfFitVerticallyDestination class with the specified page and the left horizontal coordinate positioned at the left edge of the window. + + + + + A object that is the PDF page with the contents. + + + + A nullable double value that is the left horizontal page coordinate. + + + + + + + + + Gets the horizontal left coordinate positioned at the left edge of the window. + + + + A nullable double value that it the left horizontal coordinate. + + + + + + + + + Represents a destination that displays the page with its contents magnified just enough to fit the specified by the , , , coordinates entirely within the window both horizontally and vertically. + + + + + + + Initializes a new instance of the PdfFitRectangleDestination class with the specified page and rectangle specified by the coordinates left, bottom, right, and top. + + + + A object that is the page with its contents. + + + + A that is the rectangle specified by the coordinates left, bottom, right, and top. + + + + + + + + Gets a rectangle specified by the coordinates left, bottom, right, and top to place the page entirely within the window both horizontally and vertically. + + + A that is a rectangle specified by the coordinates left, bottom, right, and top. + + + + + + + + Represents a destination that displays the page with the vertical coordinate positioned at the top edge of the window and the contents magnified just enough to fit the entire width of the page within the window. + + + + + + + Initializes a new instance of the PdfFitHorizontallyDestination class with the specified page and the top vertical coordinate positioned at the top edge of the window. + + + + + A object that is the PDF page with contents. + + + + A nullable double value that is the top vertical coordinate positioned at the top edge of the window. + + + + + + + + + Gets the top vertical page coordinate positioned at the top edge of the window. + + + + A nullable double value that is the top vertical page coordinate. + + + + + + + + + Represents a destination that displays the page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. + + + + + + + Initializes a new instance of the PdfFitDestination class with the page that contains the contents magnified just enough to fit the entire page within the window both horizontally and vertically. + + + + + A object that is the PDF page. + + + + + + + + + Represents a destination that displays the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. + + + + + + + Initializes a new instance of the PdfFitBBoxDestination class with the page that contains the content magnified just enough to fit its bounding box entirely within the window. + + + + + A object that is the PDF page. + + + + + + + + + + Represents a destination that displays the page with the horizontal coordinate positioned at the left edge of the window with its contents magnified just enough to fit the entire height of its bounding box within the window. + + + + + + + Initializes a new instance of the PdfFitBBoxVerticallyDestination class with the specified page and the left horizontal coordinate positioned at the left edge of the window. + + + + + A object that is the PDF page. + + + + A nullable double value that is the left horizontal page coordinate. + + + + + + + + + Gets the left horizontal coordinate positioned at the left edge of the window. + + + + A nullable double value that it the left horizontal coordinate. + + + + + + + + + Represents a destination that displays the page with its vertical coordinate positioned at the top edge of the window and the contents magnified just enough to fit the entire width of its bounding box within the window. + + + + + + + + Initializes a new instance of the PdfFitBBoxHorizontallyDestination class with the specified page and the top vertical coordinate positioned at the top edge of the window. + + + + + A object that is the PDF page. + + + + A nullable double value that is the top vertical page coordinate. + + + + + + + + + Gets the top vertical page coordinate positioned at the top edge of the window. + + + + A nullable double value that it the vertical page coordinate. + + + + + + + + Represents an optional content group's usage that contains information describing the nature of the content controlled by the group. + + + + + + + Gets a value that is used by the creating application to store application-specific data associated with this optional content group. + + + A PdfOptionalContentUsageCreatorInfo object that contains information that is used by the creating application. + + + + + + + Gets a value that indicates the recommended state for content in this group when the document is saved to a format that does not support optional content (for example, a raster image format). + + + A enumeration member that indicates the recommended state for content in this group. + + + + + + + Gets a value that indicates whether a partial match exists between the system language and the language strings in the entire usage. + + + + true, if the language is preferred; otherwise false. + + + + + + + Gets the language of the content controlled by this optional content group. + + + A object containing the language of the content. + + + + + + + Gets the magnification factor below which the content in this optional content group is best viewed. + + + A double value that is the magnification factor below which the group will be ON. + + + + + + + Gets the minimum magnification factor at which the content in this optional content group is best viewed. + + + A double value that is the minimum magnification factor at which the group will be ON. The default value: 0. + + + + + + + Gets a value indicating that the group contains a pagination artifact. + + + A PdfPageElement enumeration value. + + + + + + + Gets a name specifying the kind of content controlled by the group (e.g.,Trapping, PrintersMarks and Watermark). + + + A value that is the name specifying the kind of content controlled by the group. + + + + + + + Gets a value that indicates whether the group is set to either the ON or OFF state when the document is printed. + + + + A enumeration member that specifies whether the group is set to the state when the document is printed. + + + + + + + Gets a value that indicates whether the group is set to either the ON or OFF state when the document is opened. + + + + A enumeration member that specifies whether the group is set to the state when the document is opened. + + + + + + + + Represents the optional content usage application. + + + + + + + + Gets names, each of which corresponds to a usage dictionary entry. + + + A collection of strings that represent names, each of which corresponds to a usage dictionary entry. + + + + + + + + Gets a name defining the situation in which this usage application should be used. + + + A PdfOptionalContentUsageApplicationEvent enumeration value that defines the situation in which this usage application should be used. + + + + + + + Gets optional content groups that will have their states automatically managed based on information in their usage. + + + A collection of objects that represent optional content groups. + + + + + + + + Lists values that specify which optional content groups in the property will be displayed to the user. + + + + + + + Display all groups in the property. + + + + + + + + Display only those groups in the property that are referenced by one or more visible pages. + + + + + + + + + Represents the order for presentation of optional content groups. + + + + + + + Gets items of the optional content that will be displayed in the user interface. + + + A collection of objects that represent items of the optional content. + + + + + + + Gets a name of the optional content group displayed in the user interface. + + + A value that is the name of the optional content group. + + + + + + + + Lists names that are used to determine which optional content group states to consider and which to ignore in calculating the visibility of content. + + + + + + + + Indicates the set of all intents, including those not yet defined. + + + + + + + + + Indicates the Design intent name. + + + + + + + + + Indicates the View intent name. + + + + + + + + + + Lists the states of all the optional content groups in a document when the optional content configuration is applied. + + + + + + + The states of all groups will be turned OFF. + + + + + + + + The states of all groups will be turned ON. + + + + + + + + The states of all groups will be left unchanged. + + + + + + + + + Lists the type of icon scaling within the annotation rectangle. + + + + + + + Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio. + + + + + + + + Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio. + + + + + + + + + Lists the circumstances under which the icon will be scaled inside the annotation rectangle. + + + + + + + Always scale. + + + + + + + + Scale only when the icon is bigger than the annotation rectangle. + + + + + + + + Never scale. + + + + + + + + Scale only when the icon is smaller than the annotation rectangle. + + + + + + + + + Represents a color pattern. + + + + + + + Gets a pattern matrix that specifies the transformation from pattern space to user space. + + + A PdfTransformationMatrix object that represents the pattern matrix. + + + + + + + + Represents different presentations of a document's optional content groups. + + + + + + + + Gets a state value that is used to initialize the states of all the optional content groups in a document when this configuration is applied. + + + + A enumeration value that initializes the states of all the optional content groups in a document when this configuration is applied. + + + + + + + + Gets the name of the application or feature that created this content configuration. + + + A value that is the name of the application or feature. + + + + + + + Gets intent names that are used to determine which optional content groups' states to consider and which to ignore in calculating the visibility of content. + + + A enumeration values that list intent names. + + + + + + + Gets optional content groups that will be locked when this configuration is applied. + + + A collection of the objects that represent the optional content groups. + + + + + + + Gets the name of the optional content configuration. + + + A value that is the configuration name. + + + + + + + Gets optional content groups whose state will be set to OFF when this configuration is applied. + + + A collection of the objects that represent optional content groups. + + + + + + + Gets optional content groups whose state will be set to ON when this configuration is applied. + + + A collection of the objects that represent optional content groups. + + + + + + + Gets the order for presentation of optional content groups. + + + A object that is the order for presentation of optional content groups. + + + + + + + Gets a name specifying which optional content groups in the property will be displayed to the user. + + + enumeration values that list the optional content order. + + + + + + + + Gets optional content groups whose states follow a radio button paradigm. + + + A collection of objects that represent an optional content radio button group. + + + + + + + + Gets the collection of usage applications that specify the rules for which usage entries will be used by users. + + + A collection of the objects that represent the usage applications. + + + + + + + + Represents the optional content group that is used to control the visibility of graphic objects. + + + + + + + Gets a single intent name containing any combination of names. + + + A enumeration values that list intent names. + + + + + + + + Gets the name of the optional content group. + + + A value that is the optional content group name. + + + + + + + Gets the content usage describing the nature of the content controlled by the group. + + + A object that represents the content usage. + + + + + + + + Represents a markup annotation that is used to mark up PDF documents. + + + + + + + Gets the date when the annotation was created in the document. + + + + A nullable structure that is a valid date-time offset. + + + + + + + Gets an annotation that requires a reply to another annotation. + + + A object that represents an annotation that requires a reply to another annotation. + + + + + + + + Gets the name that describes the intent of the markup annotation. + + + A value that is the name that describes the markup annotation intent. + + + + + + + Gets the opacity value that is used in painting the annotation. + + + A double value that is the annotation opacity. + + + + + + + Gets a pop-up annotation for entering or editing the text associated with this annotation. + + + A object that is the popup annotation. + + + + + + + Gets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the property. + + + A enumeration value that represents the annotation reply type. + + + + + + + Gets a rich text that is displayed in the pop-up window when the annotation is opened. + + + A string value that represents the rich text. + + + + + + + Gets a description of the subject being addressed by the annotation. + + + A string value that is the text representing a short description of the subject. + + + + + + + Gets the text displayed in the title bar of the annotation's pop-up window when the annotation is open and active. + + + A string value that is the annotation title. + + + + + + + + Provides the style settings used to paint the lines in a document. + + + + + + + Creates a dashed guideline style using the dash length, gap length, and dash phase. + + + + A double value that is the dash length. + + + + A double value that is the gap length. + + + + A double value that is the dash phase. + + + A object that is the dashed guideline style. + + + + + + + Creates a dashed guideline style using the dash pattern and dash phase. + + + + An array of double values that represents the dash pattern. + + + + + A double value that is the dash phase. + + + A object that is the dashed guideline style. + + + + + + + Create the solid guideline style. + + + A object that represents the created style. + + + + + + + Gets a line dash pattern specified by a dash array and a dash phase. + + + An array of double values that represent the line dash pattern. + + + + + + + Gets the dash phase, which specifies the distance into the dash pattern at which to start the dash. + + + A double value that is the dash phase. + + + + + + + Gets a value that indicates whether a line is dashed. + + + true, if the line is dashed; otherwise, false. + + + + + + + + Lists values that specify the text position of the widget annotation's caption relative to its icon. + + + + + + + Caption above the icon. + + + + + + + + Caption below the icon. + + + + + + + + Caption overlaid directly on the icon. + + + + + + + + Caption to the left of the icon. + + + + + + + + Caption to the right of the icon + + + + + + + + No caption, icon only. + + + + + + + + No icon, caption only. + + + + + + + + + Contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. + + + + + + + Gets a collection of alternate optional content configurations. + + + + A collection of objects. + + + + + + + Gets the default viewing optional content configuration. + + + A object that is the default optional content configuration. + + + + + + + Gets a collection of all the optional content groups in the document. + + + A collection of objects. + + + + + + + + Contains appearance characteristics for constructing the annotation's appearance. + + + + + + + Gets the widget annotation's alternate (down) caption, which shall be displayed when the mouse button is pressed within its active area. + + + A value that is the widget annotation's alternate (down) caption. + + + + + + + Gets the widget annotation's alternate (down) icon, which will be displayed when the mouse button is pressed within its active area. + + + A object that is a form XObject defining the widget annotation's alternate (down) icon. + + + + + + + Gets a value specifying the color of the widget annotation's background. + + + A object that is the color of the widget annotation's background. + + + + + + + Gets the value specifying the color of the widget annotation's border. + + + A object that is the color of the widget annotation's border. + + + + + + + Gets the widget annotation's normal caption, which will be displayed when it is not interacting with the user. + + + A value that is the widget annotation's normal caption. + + + + + + + Gets the value specifying how the widget annotation's icon will be displayed within its annotation rectangle. + + + A enumeration value that specifies how the widget annotation's icon will be displayed within its annotation rectangle. + + + + + + + Gets the widget annotation's normal icon, which will be displayed when it is not interacting with the user. + + + A object that is the widget annotation's normal icon. + + + + + + + Gets the widget annotation's rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. + + + A object that is the widget annotation's rollover caption. + + + + + + + Gets the widget annotation's rollover icon, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. + + + A object that is the form XObject defining the widget annotation's rollover icon. + + + + + + + Gets the number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page. + + + An integer value that is the widget annotation rotation angle. + + + + + + + Gets the text position of the widget annotation's caption relative to its icon. + + + A enumeration value that is the text position of the widget annotation. + + + + + + + + Represents the file specification that gives the name of the target file in a standard format, and can also contain information related to one or more specific file systems. + + + + + + + Gets the date and time when the file was created. + + + A nullable structure that is a valid date-time offset. + + + + + + + Gets the descriptive text associated with the file specification. + + + A string that is a file specification description. + + + + + + + Gets the data of the file specification represented as a byte array. + + + The file content data represented as a byte array. + + + + + + + Returns the file name. + + + A value that is the file name. + + + + + + + Gets the name of the file system that is used to interpret this file specification. + + + A value that is the name of the file system. + + + + + + + Gets the zero-based index associated with the file specification. + + + An integer value that is the zero-based index associated with the file specification. + + + + + + + Gets the MIME type (content type) of the file. + + + A that represents the MIME type of the file. + + + + + + + Gets the date of the file's last modification. + + + A nullable value that is the date of the file's last modification. + + + + + + + Gets the relationship between the document and the file. + + + A enumeration value that specifies the relationship between the document and the file. + + + + + + + + Lists values that specify the visual effect that will be used when the mouse button is pressed or held down inside its active area. + + + + + + + Invert the contents of the annotation rectangle. + + + + + + + + No highlighting. + + + + + + + + Invert the annotation's border. + + + + + + + + Display the annotation as if it was being pushed below the surface of the page. + + + + + + + + Display the annotation's down appearance. + + + + + + + + + Contains style settings of the annotation's border. + + + + + + + Gets the line style settings of the annotation's border. + + + A object that represents the line style settings of the annotation's border. + + + + + + + Gets the name of the style to be applied to the annotation's border. + + + A that is the name of the annotation's border style. + + + + + + + Gets the annotation's border width in points. + + + A double value that is the width of the annotation's border. Default value: 1. + + + + + + + + Represents an action that is performed with the interactive form fields. + + + + + + + Gets a JavaScript action that is executed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box. + + + A object that represents the JavaScript action that is executed when the user modifies a character. + + + + + + + + Gets a JavaScript action that is executed before the field is formatted to display its value. + + + A object that represents the JavaScript action that is executed before the field is formatted to display its value. + + + + + + + Gets a JavaScript action that is performed to recalculate the value of this field when another field is changed. + + + A object that represents the JavaScript action performed to recalculate the value of this field. + + + + + + + Gets a JavaScript action that is performed when the field's value is changed. + + + A object that represents the JavaScript action performed when the field's value is changed. + + + + + + + + Represents an interactive form based on the Adobe XML Forms Architecture (XFA). + + + + + + + Gets the content of a XFA form. + + + A object that represents the content of a XFA form. + + + + + + + + Lists values that specify various document-level characteristics related to signature fields. + + + + + + + The document contains signatures that may be invalidated if the file is saved (written) in a way that alters its previous contents. + + + + + + + + No signature is applied to the document. + + + + + + + + The document contains at least one signature field. + + + + + + + + + Lists the form of justification that is used in laying out the overlay text. + + + + + + + The centered form of justification is used in displaying the text. + + + + + + + + The left justified form of justification is used in displaying the text. + + + + + + + + The right justified form of justification is used in displaying the text. + + + + + + + + + Represents a command. + + + + + + + + Represents a list of objects. + + + + + + + Initializes a new instance of the PdfCommandList class with default settings. + + + + + + + + Initializes a new instance of the PdfCommandList class with the specified object implementing the interface. + + + + + A object implementing the System.Collections.IEnumerable interface that represents the command list. + + + + + + + + + + Represents a JavaScript action that executes a script that is written in the JavaScript programming language. + + + + + + + Gets a JavaScript script. + + + A value that is the JavaScript script. + + + + + + + + Represents content in a PDF document that can be selectively viewed or hidden. + + + + + + + + Lists the values specifying various characteristics of the annotation. + + + + + + + Do not display or print the annotation or allow a user to interact with the annotation. + + + + + + + + Do not display the annotation if it does not belong to one of the standard annotation types and no annotation handler is available. + + + + + + + + Do not allow the annotation to be deleted or its properties to be modified by the user. + + + + + + + + Do not allow the contents of the annotation to be modified by the user. + + + + + + + + If active, deactivates all other options. + + + + + + + + + Do not rotate the annotation's appearance to match the rotation of the page. + + + + + + + + Do not display the annotation on the screen or allow a user to interact with the annotation. + + + + + + + + Do not scale the annotation's appearance to match the magnification of the page. + + + + + + + + Print the annotation when the page is printed. + + + + + + + + Do not let a user interact with the annotation. + + + + + + + + Invert the interpretation of the NoView flag for certain events. + + + + + + + + + Represents the annotation's border settings. + + + + + + + + Initializes a new instance of the PdfAnnotationBorder class with default settings. + + + + + + + + Gets the horizontal corner radius of the annotation's border, which will be drawn as a rounded rectangle. + + + A double value that is the horizontal corner radius of the annotation's border. + + + + + + + Gets a value that defines whether the default appearance of the annotation border is drawn on the page. + + + true, if the annotation border is drawn with the default appearance; otherwise, false. + + + + + + + Gets the line style of the annotation border. + + + A enumeration member that is the annotation border line style. + + + + + + + Gets the thickness of the line to be used in drawing the annotation's border. + + + A double value that is the line width of the annotation's border. + + + + + + + Gets the vertical corner radius of the annotation's border, which will be drawn as a rounded rectangle. + + + A double value that is the vertical corner radius of the annotation's border. + + + + + + + + Represents a color used in the PDF document. + + + + + + + Initializes a new instance of the PdfColor class with the specified settings. + + + + A object that is the color pattern. + + + + An array of double values that represent the color components. + + + + + + + + Initializes a new instance of the PdfColor class with the specified color components. + + + + An array of double values representing the components in the color space in which the color is defined. + + + + + + + + Provides access to an array of numbers in the range from 0.0 to 1.0, representing the components in the color space in which the color is defined. + + + An array of double numbers in the range from 0.0 to 1.0, representing the components in the color space. + + + + + + + Gets the color pattern. + + + A object. + + + + + + + + Contains data values stored in the PDF Form. + + + + + + + Initializes a new instance of the PdfFormData class with the predefined stream and data format. + + + + A class descendant containing a PDF file. + + + + A enumeration value specifying the format in which form values are stored. + + + + + + + + + Initializes a new instance of the PdfFormData class with the predefined file name and data format. + + + + A containing the path to the PDF file. + + + + A enumeration value specifying the format in which form values are stored. + + + + + + + + Initializes a new instance of the PdfFormData class with the predefined file name. + + + + A containing the path to the PDF file. + + + + + + + + Initializes a new instance of the PdfFormData class with the predefined stream. + + + + + A class descendant containing a PDF file. + + + + + + + + Initializes a new instance of the PdfFormData class with default settings. + + + + + + + + Returns the name of all fields contained in this PDF form. + + + A list of values. + + + + + + + Returns an individual field by its name on the PDF Form. + + + + + A string representing the field name. + + + A object. + + + + + + + Returns the name of the field represented by this PdfFormData object. + + + A value. + + + + + + + Save the current PDF Form into a stream. + + + + A class descendant, specifying the stream into which the PDF Form should be saved. + + + + A enumeration value, specifying into which format PDF Form values should be saved. + + + + + + + + Save the current PDF Form into a file. + + + + A specifying the file path and file name. + + + + A enumeration value, specifying into which format PDF Form values should be saved. + + + + + + + + Returns the value of the field represented by this PdfFormData object. + + + A class descendant. + + + + + + + + An action that is performed with interactive elements (e.g., bookmarks, annotations) in the PDF document. + + + + + + + Gets the next action that is performed after the action from the list of objects. + + + A list of objects that is the sequence of actions that should be performed. + + + + + + + + Specifies the options applied to a text search. + + + + + + + Initializes a new instance of the PdfTextSearchParameters class with default settings. + + + + + + + + Specifies whether or not to ignore the letter case when searching text in a PDF. + + + true, to take into account the letter case; otherwise false. + + + + + + + Specifies the direction of text search. + + + A enumeration value, specifying the search direction. + + + + + + + Specifies whether or not to take into account only whole words when searching text in a PDF. + + + true, if whole words should match the search criteria; otherwise false. + + + + + + + + Represents the root of a document's outline hierarchy. + + + + + + + + Represents interactive form field data (e.g., text boxes, radio buttons, combo boxes) in a document. + + + + + + + Provides access to actions that define the field's behavior in response to various trigger events. + + + A object that contains interactive form fields actions. + + + + + + + Gets an alternate name specified for an interactive form field. + + + A value that is the alternate name for an interactive form field. + + + + + + + Gets the appearance commands for an interactive form field. + + + A collection of objects that represent appearance commands. + + + + + + + + Gets the default style string. + + + A value that represents the name of the default style applied to the interactive form. + + + + + + + Gets flags specifying various document-level characteristics related to interactive form fields. + + + PdfInteractiveFormFieldsFlags enumeration values that represent flags specifying various document-level characteristics. + + + + + + + Provides access to the contents and properties of a document's interactive form. + + + A object that represents the document's interactive form. + + + + + + + Gets the collection of interactive form field children. + + + A collection of the objects containing the immediate children of the interactive form field. + + + + + + + Gets the mapping name that is used when exporting interactive form field data from the document. + + + A value that represents the mapping name. + + + + + + + Gets the partial field name. + + + A value that is the partial field name. + + + + + + + Gets the parent of the field in the interactive form field hierarchy. + + + A object that represents the parent of the interactive form field. + + + + + + + + Gets the rich text string that contains formatting (style) information. + + + A value that is the rich text data. + + + + + + + Gets the form of quadding (justification) that is used in displaying the text. + + + A object that represents the form of text justification. + + + + + + + + + Gets the widget annotation associated with the interactive form field. + + + A object that is the widget annotation. + + + + + + + + An interactive form (AcroForm) that represents a collection of fields for gathering information interactively from the user. + + + + + + + Gets a collection of default appearance commands. + + + A collection of objects. + + + + + + + Gets the default justification that is used in displaying the annotation's text. + + + A enumeration value that represents the default text justification. + + + + + + + Gets the document's root fields. + + + A collection of objects that contain the document's root fields. + + + + + + + Gets a value that indicates whether to construct appearance streams and appearance dictionaries for all widget annotations in the document. + + + true to construct appearance streams and appearance dictionaries for all widget annotations; otherwise false. Default value: false. + + + + + + + Gets flags specifying various document-level characteristics related to signature fields. + + + A enumeration values that represent the signature flags. + + + + + + + Gets an XFA form. + + + A object that represents the XFA form. + + + + + + + + Represents a text annotation (a "sticky note" attached to a point in a document). + + + + + + + Gets the name of an icon that will be used in displaying the annotation. + + + A value that is the name of a text annotation icon. + + + + + + + Gets a value that indicates whether the annotation is opened on the page. + + + + true if the annotation is opened on the page; otherwise false. + + + + + + + Gets the annotation state. + + + A object that represents the annotation state. + + + + + + + Gets a model corresponding to the specific annotation state. + + + A string that represents the state model of the annotation. + + + + + + + + Represents a pop-up annotation that displays text in a pop-up window for editing the annotation text. + + + + + + + Gets the value that indicates whether the popup annotation is opened on the page. + + + true if the popup annotation is opened on the page; otherwise false. + + + + + + + Gets the parent of the popup annotation item in the annotation hierarchy. + + + A object that represents the popup annotation parent. + + + + + + + + Represents the link annotation (a hypertext link to a destination) in a document. + + + + + + + Provides access to the link annotation action being executed. + + + + A object that is an action that is performed with the link annotation. + + + + + + + Gets the annotation border style specifying the line width and dash pattern to be used in drawing the annotation's border. + + + A object that contains properties to specify the annotation border style. + + + + + + + Gets a destination that will be displayed when the annotation is activated. + + + A object that is the link annotation destination. + + + + + + + Gets the link annotation's highlighting mode. + + + A enumeration value that represents the visual effect that will be used when the mouse button is pressed or held down inside its active area. + + + + + + + Gets the region in which the annotation link should be activated. + + + A list of objects that represent the coordinates of quadrilaterals in the default user space that comprises the region. + + + + + + + + Gets a URI action that is associated with the annotation. + + + A object that is the URI action. + + + + + + + + Represents the widget annotation for the interactive forms in a document. + + + + + + + Gets an action that will be performed when the widget annotation is active. + + + A object that is the widget annotation action. + + + + + + + Gets actions that will be performed when the annotation is activated. + + + A object that represents actions that will be performed when the annotation is activated. + + + + + + + + Gets the appearance characteristics specifying the widget annotation's visual presentation on the page. + + + A object that represents the appearance characteristics of the widget annotation. + + + + + + + Gets a value specifying the width and line style that shall be used in drawing the widget annotation's border. + + + A object that represents the widget annotation border style. + + + + + + + Gets the widget annotation's highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its active area. + + + + A enumeration value that represents the widget annotation's highlighting mode. + + + + + + + Gets an interactive form field that the widget annotation used to represent the appearance of fields and to manage user interactions. + + + + A object that is the interactive form field for the widget annotation. + + + + + + + + Represents an annotation that is used for adding text notes and other ancillary information to the document. + + + + + + + Gets the annotation's appearance state on the PDF form. + + + A object that represents the current annotation's appearance state on the PDF form. + + + + + + + Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. + + + + A value that is the appearance name. + + + + + + + Gets the annotation's border, which will be drawn as a rounded rectangle. + + + A object that represents the annotation's border. + + + + + + + Gets the color of the annotation. + + + A object that is the annotation color. + + + + + + + Gets the text that will be displayed for the annotation on the PDF form. + + + A value that is the text that will be displayed for the annotation. + + + + + + + Gets a set of flags specifying various characteristics of the annotation. + + + + A object that represents a set of annotation flags. + + + + + + + Gets the date and time when the annotation was most recently modified. + + + A structure. + + + + + + + Gets the annotation name. + + + A value that defines the string that identifies the annotation on the page. + + + + + + + Gets the optional content specifying the optional content properties for the annotation. + + + A object that is the optional content for the annotation. + + + + + + + Gets the page with which the annotation is associated. + + + A object that is the individual page in the document. + + + + + + + Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. + + + A object that represents the annotation rectangle on the page. + + + + + + + Gets the integer key of the annotation's entry in the structural parent tree. + + + A nullable integer value specifying the key of the annotation's entry. + + + + + + + + An action that resets selected interactive form fields to their default values. + + + + + + + Gets a value that indicates whether to exclude fields obtained in the property from resetting. + + + + if true all fields in the document's interactive form will be reset except those listed in the property; otherwise false. + + + + + + + Gets a collection of fields that indicate which fields to reset or which to exclude from resetting, depending on the value of the property. + + + A collection of the objects that represent fields. + + + + + + + + Serves as the base for classes that allow jumping to a destination in the current document () or a destination in another PDF file (). + + + + + + + + Gets the destination that will be displayed when the action is performed. + + + A object that represents the destination. + + + + + + + + An action that jumps to a destination in another PDF file instead of the current file. + + + + + + + Gets the file in which the destination will be located. + + + A object that represents the file in which the destination will be located. + + + + + + + Gets a value that indicates whether to open the destination document in a new window. + + + true to open the destination document in a new window; otherwise false. + + + + + + + + An action that changes the view to a specified destination (page, location, and magnification factor). + + + + + + + + Represents a URI (uniform resource identifier) action associated with the annotation. + + + + + + + Gets a value that determines whether to track the mouse position when the URI is resolved. + + + true to track the mouse position when the URI is resolved; otherwise false. Default value: false. + + + + + + + Returns the URI (uniform resource identifier) action that causes a URI to be resolved. + + + A string that identifies a resource on the Internet. + + + + + + + + Represents an outline item in the tree-structured hierarchy of outlines. + + + + + + + Gets or sets a value that indicates whether the outline item is closed when it is displayed on the screen. + + + true, if the outline item is hidden (closed); otherwise, false. + + + + + + + Gets the total number of visible outline items at all levels of the outline. + + + An integer value that is the outline items count. + + + + + + + Gets the first top-level item in the outline. + + + A object that is the first top-level item in the outline. + + + + + + + Gets the last top-level item in the outline. + + + A object that is the last top-level item in the outline. + + + + + + + + Represents a document outline that allows the user to navigate interactively from one part of the document to another. + + + + + + + Provides access to the action that should be performed when the outline item is activated. + + + A object that is an action that is performed with outlines. + + + + + + + Gets the color of the outline entry's text in the navigation pane. + + + A object that represents the color for an outline entry's text. + + + + + + + Gets a destination (a particular view of a document), which is displayed when an outline item is activated. + + + A object that is an outline destination. + + + + + + + Gets a value indicating whether the outline's text is formatted as bold. + + + + true, if the outline's text is bold; otherwise, false. + + + + + + + Gets the value indicating whether the outline's text is formatted as italic. + + + true, if the outline's text is italic; otherwise, false. + + + + + + + Gets the next item at the outline level. + + + A object that is the next outline item. + + + + + + + Gets the parent of the outline item in the outline hierarchy. + + + A object that represents the parent of the outline item. + + + + + + + Gets the previous item at the outline level. + + + A object that is the previous outline item. + + + + + + + Gets the text that is displayed for the outline item. + + + A string that is displayed on the screen for the outline item. + + + + + + + + Represents an action that is performed with a document. + + + + + + + Gets an action performed when the document is closing. + + + A object that represents the document closing action. + + + + + + + Gets an action performed when the document is printed. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the document is printing. + + + A object that represents the action. + + + + + + + Gets an action performed when the document is saved. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the document is saving. + + + + A object that represents the action. + + + + + + + + Lists the values used to specify the permission to protect a PDF document in interactive operations. + + + + + + + Permit interactive operations in the PDF document. + + + + + + + + Prohibit interactive operations in the PDF document except AcroForm filling and signing. + + + + + + + + Prohibit all interactive operations in the PDF document. + + + + + + + + + Specifies how to trim characters from a string that does not completely fit into a layout shape. + + + + + + + The text is trimmed to the nearest character. + + + + + + + + The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + Specifies no trimming. + + + + + + + + The text is trimmed to the nearest word. + + + + + + + + + Specifies the type of display for hot-key prefixes that relate to text. + + + + + + + Do not display the hot-key prefix. + + + + + + + + No hot-key prefix. + + + + + + + + + Specifies the alignment of a text string relative to its layout rectangle. + + + + + + + The text is aligned in the center of the layout rectangle. + + + + + + + + The text is aligned far from the original position of the layout rectangle. + + + + + + + + The text is aligned near the layout. + + + + + + + + + + Specifies the display and layout information for text strings. + + + + + + + Only entire lines are laid out in the formatting rectangle. + + + + + + + + Includes the trailing space at the end of each line. + + + + + + + + Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. + + + + + + + + + Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length. + + + + + + + + + Contains settings to format strings in a document. + + + + + + + Initializes a new instance of the PdfStringFormat class with the specified string format. + + + + A object. + + + + + + + + Initializes a new instance of the PdfStringFormat class with the specified string format flags. + + + + A enumeration value. + + + + + + + + Initializes a new instance of the PdfStringFormat class with default settings. + + + + + + + + Gets or sets the horizontal alignment of the string. + + + A enumeration that specifies the horizontal alignment of the string. + + + + + + + Creates a copy of this object. + + + The object this method creates. + + + + + + + Gets or sets a enumeration that contains format information. + + + + A enumeration that contains format information. + + + + + + + + Gets a generic default object. + + + The generic default object. + + + + + + + Gets a generic typographic object. + + + A generic typographic object. + + + + + + + Gets or sets the object for this object. + + + The object. + + + + + + + Gets or sets a value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. + + + A double value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. + + + + + + + + Specifies the vertical alignment of the string. + + + A enumeration that represents the vertical alignment of the string. + + + + + + + Gets or sets a value that is the fraction of the font em-size used as the horizontal trailing string margin. + + + A double value that is the fraction of the font em-size used as the horizontal trailing string margin. + + + + + + + + Gets or sets the enumeration for this object. + + + A enumeration that indicates how text is trimmed when it exceeds the edges of the layout rectangle. + + + + + + + + Lists the values used to specify the type of relationship between the document and the attached file. + + + + + + + The attached file specification has an alternative representation of the content (e.g., audio). + + + + + + + + + The attached file represents information used to derive a visual presentation (e.g. for a table or a graph). + + + + + + + + The file specification is an encrypted payload document that should be displayed to the user if the PDF Document Processor has the cryptographic filter needed to decrypt the document. + + + + + + + + The attached file has the original source material for the associated content. + + + + + + + + The attached file represents a supplemental representation of the original source or data. + + + + + + + + The relationship is unknown or does not match any relationship above. + + + + + + + + + Represents the intensity of red, green, and blue colors on a scale of 0 to 255. + + + + + + + Gets or sets the intensity of the blue color from the RGB color model. + + + + + A double value that is the intensity of the blue color on a scale of 0 to 255. + + + + + + + + Gets or sets the intensity of the green color from the RGB color model. + + + + + A double value that is the intensity of the green color on a scale of 0 to 255. + + + + + + + + Gets or sets the intensity of the red color from the RGB color model. + + + + + A double value that is the intensity of the red color on a scale of 0 to 255. + + + + + + + + + Represents a destination (a particular view of a document) to which a document target (e.g. a bookmark) is referred to. + + + + + + + Gets the page of a document where the corresponding destination is located. + + + + A object that is the page where the destination is located. + + + + + + + + Gets the zero-based index of a page where the destination is located. + + + An integer value that is the zero-based index of the destination page. + + + + + + + + Lists the values specifying the compatibility mode of a document. + + + + + + + The document supports the ISO 32000-1:2008 standard. + + + + + + + + The document supports the ISO 19005-2:2011 standard. + + + + + + + + The document supports the ISO 19005-3:2012 standard. + + + + + + + + + Lists formats allowed for PDF Form data values. + + + + + + + Data is represented as FDF (Forms Data Format). + + + + + + + + Data is represented as text. + + + + + + + + Data is represented as XFDF (XML Forms Data Format). + + + + + + + + Data is represented as XML. + + + + + + + + + Represents an attachment where a file can be embedded to a PDF document. + + + + + + + Initializes a new instance of the PdfFileAttachment class with default settings. + + + + + + + + Gets or sets date when the file attachment was created in the document. + + + + A nullable structure that is a valid date-time offset. + + + + + + + Gets or sets the data of the attached file represented as a byte array. + + + The file content data represented as a byte array. + + + + + + + Specifies the description for the attached file shown in the Attachments panel of a PDF Viewer. + + + A string that is an attached file description. + + + + + + + Gets or sets the attached file name. + + + A string value that is the name of an attached file. + + + + + + + Gets or sets the MIME type (content type) of the attached file. + + + + A that represents the MIME type of the attached file. + + + + + + + Gets or sets the date of the attachment file's last modification. + + + A nullable value that is the date of the attachment file's last modification. + + + + + + + Gets or sets the relationship between the document and the attachment file. + + + A enumeration value that specifies the relationship between the document and the attachment file. + + + + + + + + + + Contains settings to protect a PDF document with a password and user permissions. + + + + + + + Initializes a new instance of the PdfEncryptionOptions class with default settings. + + + + + + + + Gets or sets data extraction permissions of the PDF document. + + + A enumeration value. + + + + + + + Gets or sets interactivity permissions of the PDF document. + + + A enumeration value. + + + + + + + Gets or sets modification permissions of the PDF document. + + + A enumeration value. + + + + + + + Gets or sets an owner password used to set document restrictions. + + + A object that is an owner password. + + + + + + + Gets or sets printing permissions of the PDF document. + + + A enumeration value. + + + + + + + Gets or sets a user password to encrypt the document. + + + A object that is a user password. + + + + + + + + Lists the values used to specify the permission to protect a PDF document in data extraction operations. + + + + + + + Allow accessibility software that uses assistive technologies (such as a screen reader or Braille output devices) to use the document contents. + + + + + + + + Permit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. + + + + + + + + Prohibit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. + + + + + + + + + Lists the values used to specify the permission to protect a PDF document in printing operations. + + + + + + + Permit document printing. + + + + + + + + Do not print the document at the highest quality level. + + + + + + + + + Prohibit document printing. + + + + + + + + + Lists the values used to specify the permission to protect a PDF document in modification operations. + + + + + + + Permit content modification (adding or text annotation modification, filling in interactive form fields or interactive form field modification) and document assembling. + + + + + + + + + Allow only document assembling such as inserting, rotating or deleting pages, as well as bookmark creation on the navigation pane. + + + + + + + + + Prohibit content modification (adding or text annotation modification, filling in interactive form fields or interactive form field modification) and document assembling. + + + + + + + + + + This class supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + For internal use. + + + + + + + For internal use. + + + A object. + + + + + + + + An electronic signature used to sign a PDF file. + + + + + + + Initializes a new instance of the PdfSignature class with the predefined certificate. + + + + A object that is an X.509 certificate. + + + + + + + + Specifies the contact information which helps a recipient to verify the signature provided by the signer. + + + A object that is the contact information provided by the signer to a recipient. + + + + + + + Gets the name of the filter used to validate the signature. + + + A that is the filter name. + + + + + + + Gets or sets the CPU host name or physical location of the signature. + + + + A object that is the location associated with the identity. + + + + + + + Gets or sets the name of the person or authority signing the document. + + + A object that is the person or authority name signing the document. + + + + + + + + Gets or sets the reason for a document signature. + + + + A object that is the reason for a document signature. + + + + + + + + Gets the name of the sub filter used to validate the signature. + + + A object that is the sub filter name. + + + + + + + + Provides settings that define page boundaries for specific content types. + + + + + + + Specifies the crop box imposing the page boundaries displayed in a PDF Viewer. + + + + A object, specifying the crop box. + + + + + + + Specifies the media box defining the boundaries of the physical medium on which the page is to be printed. + + + A object, specifying the media box. + + + + + + + Rotates the document page at the specified angle. + + + An integer value, specifying the page rotation angle (in degrees). + + + + + + + + Lists the font stretch values. + + + + + + + "Condensed" + + + + + + + + "Expanded" + + + + + + + + "ExtraCondensed" + + + + + + + + "ExtraExpanded" + + + + + + + + "Normal" + + + + + + + + "SemiCondensed" + + + + + + + + "SemiExpanded" + + + + + + + + "UltraCondensed" + + + + + + + + "UltraExpanded" + + + + + + + + + Lists the values that correspond to flags defining various characteristics of the font. + + + + + + + "0x10000" + + + + + + + + "0x00001" + + + + + + + + "0x40000" + + + + + + + + "0x00040" + + + + + + + + "0x00000" + + + + + + + + "0x00020" + + + + + + + + "0x00008" + + + + + + + + "0x00002" + + + + + + + + "0x20000" + + + + + + + + "0x00004" + + + + + + + + + Stores names of various PDF entities. + + + + + + + Provides access to a dictionary of annotation appearances. + + + A dictionary, containing the objects, along with their key values. + + + + + + + Gets embedded files in which the destination is located. + + + A dictionary, containing the DevExpress.Pdf.PdfFileSpecification objects, along with their key values. + + + + + + + Gets Java Script actions found in the document. + + + A dictionary, containing the objects, along with their System.String key values. + + + + + + + Gets page destinations for targets in the document. + + + A dictionary, containing the objects, along with their key values. + + + + + + + Provides access to a dictionary of page names. + + + A dictionary, containing the objects, along with their key values. + + + + + + + Gets a web capture content dictionary, which maps digital identifiers (IDs) to PDF objects such as pages and forms. + + + A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their key values. + + + + + + + Gets a web capture content dictionary which maps URLs to PDF objects such as pages and forms. + + + A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their key values. + + + + + + + + Represents a collection of optional content groups whose states are intended to follow a radio button paradigm. + + + + + + + + Initializes a new instance of the PdfOptionalContentRadioButtonGroup class with default settings. + + + + + + + + + Lists the values specifying the status of a PDF text search operation. + + + + + + + The text search has finished. + + + + + + + + + The text, which is being searched for, has been found. + + + + + + + + + The text, which is being searched for, has not been found. + + + + + + + + + + Provides the PDF font options. + + + + + + + Indicates the maximum height above the baseline reached by glyphs in this font. + + + A value. + + + + + + + Indicates the average width of glyphs in the font. + + + A value. + + + + + + + The vertical coordinate of the top of flat capital letters, measured from the baseline. + + + A value. + + + + + + + Indicates the character names defined in a font subset. + + + A list of values. + + + + + + + Indicates the maximum depth below the baseline reached by glyphs in this font. + + + A value. + + + + + + + Provides access to a collection of flags defining various characteristics of the font. + + + A enumeration value. + + + + + + + Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box. + + + A object. + + + + + + + Indicates the preferred font family name. + + + A value. + + + + + + + Indicates the PostScript name of the font. + + + A value. + + + + + + + Indicates the font stretch value. + + + A enumeration value. + + + + + + + Indicates the weight (thickness) component of the fully-qualified font name or font specifier. + + + An integer value. + + + + + + + The angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font. + + + A value. + + + + + + + Indicates the spacing between baselines of consecutive lines of text. + + + A value. + + + + + + + Indicates the maximum width of glyphs in the font. + + + A value. + + + + + + + The width to use for character codes whose widths are not specified in a font dictionary's Widths array. + + + A value. + + + + + + + Indicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font. + + + A value. + + + + + + + Indicates the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font. + + + A value. + + + + + + + Indicates the font's X-height: the vertical coordinate of the top of flat nonascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters. + + + A value. + + + + + + + + Specifies the coordinates of a PDF point. + + + + + + + Initializes a new instance of the PdfPoint class with the specified coordinates. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + + + + + Gets the X coordinate of the PdfPoint. + + + A value that is the PDF point's X coordinate. + + + + + + + Gets the Y coordinate of the PdfPoint. + + + A value that is the PDF point's Y coordinate. + + + + + + + + A document area. + + + + + + + Initializes a new instance of the PdfDocumentArea class with the specified settings. + + + + An integer value. This value is assigned to the property. + + + + A object. This value is assigned to the property. + + + + + + + + Returns a document area corresponding to the specified rectangle. + + + A object. + + + + + + + Creates a document area based on the specified start and end positions. + + + + A object. + + + + A object. + + + A object. + + + + + + + Indicates the page number corresponding to the current document area. + + + An integer value, specifying the page number. + + + + + + + + Specifies the PDF coordinates of a hit point. + + + + + + + Initializes a new instance of the PdfDocumentPosition class with the specified settings. + + + + An integer value. This value is assigned to the property. + + + + A structure. This value is assigned to the property. + + + + + + + + Indicates the number of a page corresponding to the hit point. + + + An integer value, specifying the page number. + + + + + + + Returns the hit point coordinates in a PDF. + + + A structure. + + + + + + + + Provides the information related to a PDF text search result. + + + + + + + Provides access to the page containing the text found. + + + + A object. + + + + + + + Indicates the zero-based index of a page that contains the found text. + + + An integer value, specifying the zero-based page index. + + + + + + + Indicates the number of a page that contains the text that was found. + + + + An integer value, specifying the page number. + + + + + + + Provides access to the document area containing the text found. + + + + A collection of objects. + + + + + + + Indicates the current text search operation status. + + + A enumeration value. + + + + + + + Returns the collection of words corresponding to the text that was found. + + + + A collection of objects. + + + + + + + + A document rectangle. + + + + + + + Initializes a new instance of the PdfRectangle class with the specified settings. + + + + A value. + + + + A value. + + + + A value. + + + + A value. + + + + + + + + Specifies the PdfRectangle's bottom coordinate. + + + A value, specifying the bottom coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's bottom left coordinate. + + + A structure, specifying the bottom left coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's bottom right coordinate. + + + A structure, specifying the bottom right coordinate of the PDF rectangle. + + + + + + + Determines whether or not the specified object is equal to the current PdfRectangle instance. + + + + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PdfRectangle instance; otherwise false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the PdfRectangle's height. + + + A value, specifying the height of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's left coordinate. + + + A value, specifying the left coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's right coordinate. + + + A value, specifying the right coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's top coordinate. + + + A value, specifying the top coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's top left coordinate. + + + A structure, specifying the top left coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's top right coordinate. + + + A structure, specifying the top right coordinate of the PDF rectangle. + + + + + + + Specifies the PdfRectangle's width. + + + A value, specifying the width of the PDF rectangle. + + + + + + + + Stores a CMap table that maps character codes to Unicode values. + + + + + + + Maps every character in a document to a corresponding Unicode value. + + + + A dictionary containing the integer objects, along with their key values that represents the CMap. + + + + A string that is the font name. + + + An array of bytes that corresponds to Unicode values. + + + + + + + Stores raw data of the CMap table. + + + An array of values. + + + + + + + + Contains the standard paper sizes. + + + + + + + The PDF paper size for the A2 paper type is 420 x 594 (millimeters). + + + + + + + + + The PDF paper size for the A3 paper type is 297 x 420 (millimeters). + + + + + + + + + The PDF paper size for the A3 Extra paper type is 322 x 445 (millimeters). + + + + + + + + + The PDF paper size for the A3 Extra Transverse paper type is 322 x 445 (millimeters). + + + + + + + + + The PDF paper size for the A3 Rotated paper type is 420 x 297 (millimeters). + + + + + + + + + The PDF paper size for the A3 Transverse paper type is 297 x 420 (millimeters). + + + + + + + + + The PDF paper size for the A4 paper type is 210 x 297 (millimeters). + + + + + + + + + The PDF paper size for the A4 Extra paper type is 235 x 322 (millimeters). + + + + + + + + + The PDF paper size for the A4 Plus paper type is 210 x 330 (millimeters). + + + + + + + + + The PDF paper size for the A4 Rotated paper type is 297 x 210 (millimeters). + + + + + + + + + The PDF paper size for the A4 Small paper type is 210 x 297 (millimeters). + + + + + + + + + The PDF paper size for the A4 Transverse paper type is 210 x 297 (millimeters). + + + + + + + + + The PDF paper size for the A5 paper type is 148 x 210 (millimeters). + + + + + + + + + The PDF paper size for the A5 Extra paper type is 174 x 235 (millimeters). + + + + + + + + + The PDF paper size for the A5 Rotated paper type is 210 x 148 (millimeters). + + + + + + + + + The PDF paper size for the A5 Transverse paper type is 148 x 210 (millimeters). + + + + + + + + + The PDF paper size for the A6 paper type is 105 x 148 (millimeters). + + + + + + + + + The PDF paper size for the A6 Rotated paper type is 148 x 105 (millimeters). + + + + + + + + + The PDF paper size for the APlus paper type is 227 x 356 (millimeters). + + + + + + + + + The PDF paper size for the B4 paper type is 250 x 353 (millimeters). + + + + + + + + + The PDF paper size for the B4 Envelope paper type is 250 x 353 (millimeters). + + + + + + + + + The PDF paper size for the B4 (JIS) Rotated paper type is 364 x 257 (millimeters). + + + + + + + + + The PDF paper size for the B5 paper type is 176 x 250 (millimeters). + + + + + + + + + The PDF paper size for the B5 Envelope paper type is 176 x 250 (millimeters). + + + + + + + + + The PDF paper size for the B5 Extra paper type is 201 x 276 (millimeters). + + + + + + + + + The PDF paper size for the B5 (JIS) Rotated paper type is 257 x 182 (millimeters). + + + + + + + + + The PDF paper size for the B5 Transverse paper type is 182 x 257 (millimeters). + + + + + + + + + The PDF paper size for the B6 Envelope paper type is 176 x 125 (millimeters). + + + + + + + + + The PDF paper size for the B6 (JIS) paper type is 128 x 182 (millimeters). + + + + + + + + + The PDF paper size for the B6 (JIS) Rotated paper type is 182 x 128 (millimeters). + + + + + + + + + The PDF paper size for the BPlus paper type is 305 x 487 (millimeters). + + + + + + + + + The PDF paper size for the C3 Envelope paper type is 324 x 458 (millimeters). + + + + + + + + + The PDF paper size for the C4 Envelope paper type is 229 x 324 mm (millimeters). + + + + + + + + + The PDF paper size for the C5 Envelope paper type is 162 x 229 (millimeters). + + + + + + + + + The PDF paper size for the C65 paper type is 114 x 229 (millimeters). + + + + + + + + + The PDF paper size for the C6 Envelope paper type is 114 x 162 (millimeters). + + + + + + + + + The PDF paper size for the C paper type is 17 x 22 (inches). + + + + + + + + + The PDF paper size for the DL Envelope is 110 x 220 (millimeters). + + + + + + + + + The PDF paper size for the D paper type is 22 x 34 (inches). + + + + + + + + + The PDF paper size for the E paper type is 34 x 44 (inches). + + + + + + + + + The PDF paper size for the Executive paper type is 7.25 x 10.5 (inches). + + + + + + + + + The PDF paper size for the Folio paper type is 8.5 x 13 (inches). + + + + + + + + + The PDF paper size for the German legal fanfold paper type is 8.5 x 13 (inches). + + + + + + + + + The PDF paper size for the German standard fanfold paper type is 8.5 x 12 (inches). + + + + + + + + + The PDF paper size for the Invitation envelope paper type is 220 x 220 (millimeters). + + + + + + + + + The PDF paper size for the ISO B4 paper type is 250 x 353 (millimeters). + + + + + + + + + The PDF paper size for the Italy envelope paper type is 110 x 230 (millimeters). + + + + + + + + + The PDF paper size for the Japanese double postcard paper type is 200 x 148 (millimeters). + + + + + + + + + The PDF paper size for the Japanese double postcard rotated paper type is 148 x 200 (millimeters). + + + + + + + + + The PDF paper size for the Japanese postcard paper type is 100 x 148 (millimeters). + + + + + + + + + The PDF paper size for the Japanese postcard rotated paper type is 148 x 100 (millimeters). + + + + + + + + + The PDF paper size for the Ledger paper type is 17 x 11 (inches). + + + + + + + + + The PDF paper size for the Legal paper type is 8.5 x 14 (inches). + + + + + + + + + The PDF paper size for the Legal Extra paper type is 9.275 x 15 (inches). + + + + + + + + + The PDF paper size for the Letter paper type is 8.5 x 11 (inches). + + + + + + + + + The PDF paper size for the Letter Extra paper type is 9.275 x 12 (inches). + + + + + + + + + The PDF paper size for the Letter extra transverse paper type is 9.275 x 12 (inches). + + + + + + + + + The PDF paper size for the Letter plus paper type is 8.5 x 12.69 (inches). + + + + + + + + + The PDF paper size for the Letter rotated paper type is 11 x 8.5 (inches). + + + + + + + + + The PDF paper size for the Letter small paper type is 8.5 x 11 (inches). + + + + + + + + + The PDF paper size for the Letter transverse paper type is 8.275 x 11 (inches). + + + + + + + + + The PDF paper size for the Monarch envelope paper type is 3.875 x 7.5 (inches). + + + + + + + + + The PDF paper size for the Note paper type is 8.5 x 11 (inches). + + + + + + + + + The PDF paper size for the Number 10 envelope paper type is 4.125 x 9.5 (inches). + + + + + + + + + The PDF paper size for the Number 11 envelope paper type is 4.5 x 10.375 (inches). + + + + + + + + + The PDF paper size for the Number 12 envelope paper type is 4.75 x 11 (inches). + + + + + + + + + The PDF paper size for the Number 9 envelope paper type is 3.875 x 8.875 (inches). + + + + + + + + + The PDF paper size for the Personal envelope paper type is 3.625 x 6.5 (inches). + + + + + + + + + The PDF paper size for the People's Republic of China 16K paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China 16K rotated paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China 32K paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China 32K big paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China 32K big rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China 32K rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 1 envelope paper type is 102 x 165 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 10 envelope paper type is 324 x 458 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 10 rotated envelope paper type is 458 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 1 rotated envelope paper type is 165 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 2 envelope paper type is 102 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 2 rotated envelope paper type is 176 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 3 envelope paper type is 125 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 3 rotated envelope paper type is 176 x 125 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 4 envelope paper type is 110 x 208 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 4 rotated envelope paper type is 208 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 5 envelope paper type is 110 x 220 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China Envelope number 5 rotated envelope paper type is 220 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 6 envelope paper type is 120 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 6 rotated envelope paper type is 230 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 7 envelope paper type is 160 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 7 rotated envelope paper type is 230 x 160 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 8 envelope paper type is 120 x 309 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 8 rotated envelope paper type is 309 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 9 envelope paper type is 229 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the People's Republic of China number 9 rotated envelope paper type is 324 x 229 (millimeters). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the Quarto paper type is 215 x 275 (millimeters). + + + + + + + + + The PDF paper size for the Standard paper type is 10 x 11 (inches). + + + + + + + + + The PDF paper size for the Standard paper type is 10 x 14 (inches). + + + + + + + + + The PDF paper size for the Standard paper type is 11 x 17 (inches). + + + + + + + + + The PDF paper size for the Standard paper type is 12 x 11 (inches). Requires Windows 98, Windows NT 4.0, or later. + + + + + + + + + The PDF paper size for the Standard paper type is 15 x 11 (inches). + + + + + + + + + The PDF paper size for the Statement paper type is 5.5 x 8.5 (inches). + + + + + + + + + The PDF paper size for the Tabloid paper type is 11 x 17 (inches). + + + + + + + + + The PDF paper size for the Tabloid extra paper type is 11.69 x 18 (inches). + + + + + + + + + + The PDF paper size for the US standard fanfold is 14.875 x 11 (inches). + + + + + + + + + + A class that contains encryption and signed settings of a PDF document. + + + + + + + Provides access to encryption options of a PDF document. + + + A object that represents encryption options of a PDF document. + + + + + + + Gets or sets the signature, which can contain signing info, reason and location, to be used to save the signed document. + + + A object that represents the PDF signature. + + + + + + + + Contains settings that are used to edit bookmarks in the document. + + + + + + + Initializes a new instance of the PdfBookmark class with default settings. + + + + + + + + Provides access to the bookmark action being executed. + + + + A object that is an action that is performed with bookmarks. + + + + + + + Gets or sets the collection of bookmark children for a document with a tree-structured hierarchy. + + + + A list of objects that are the collection of bookmark child nodes. + + + + + + + Gets or sets a destination (a particular view of a document) to which a bookmark is referred to. + + + A object that is a bookmark destination. + + + + + + + Gets or sets the value indicating whether the bookmark text is formatted as bold. + + + true, if the bookmark text is bold; otherwise, false. + + + + + + + Gets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded. + + + true, if the bookmark children are initially hidden (closed) in the navigation panel; otherwise, false. + + + + + + + Gets or sets the value indicating whether the bookmark text is formatted as italic. + + + true, if the bookmark text is italic; otherwise, false. + + + + + + + Gets or sets the color for a bookmark's text in the navigation pane. + + + A object that is a single color in the RGB (red, green, blue) color scheme for a bookmark's text. + + + + + + + Gets or sets the text that is displayed for a bookmark on the navigation pane. + + + + A that is the text for a bookmark on the navigation pane. + + + + + + + + + A document contained in a PDF file. + + + + + + + Provides access to the document's interactive form (AcroForm) dictionary. + + + A object. + + + + + + + Provides access to a dictionary of additional actions defining the actions that shall be taken in response to various trigger events affecting the document as a whole. + + + A DevExpress.Pdf.PdfDocumentActions object. + + + + + + + Enables copying or otherwise extracting text and graphics from the document (in support of accessibility to users with disabilities or for other purposes). + + + true to support PDF accessibility; otherwise false. + + + + + + + Enables adding and modifying text annotations and interactive form fields in the PDF. + + + true to allow making changes to the PDF annotations and form fields; otherwise false. + + + + + + + Enables extracting data from the PDF. + + + true to allow extracting the PDF data; otherwise false. + + + + + + + Enables inserting, rotating, or deleting PDF pages and creating navigation elements such as bookmarks or thumbnail images. + + + true to allow assembling the document; otherwise false. + + + + + + + Enables filling in interactive form fields of the PDF file, as well as signing the document (which amounts to filling in existing signature fields, a type of interactive form field). + + + true to allow filling in interactive form fields in the PDF; otherwise false. + + + + + + + Enables printing the PDF in high resolution, so that a faithful digital copy of the PDF content is generated. + + + + true to high quality printing; otherwise false. + + + + + + + Enables modifying the PDF. + + + true to allow modifying the PDF; otherwise false. + + + + + + + Enables printing the PDF. + + + true to allow printing the PDF; otherwise false. + + + + + + + Returns the name of the person who created the document. + + + A value. + + + + + + + Gets or sets the bookmarks that are used to navigate from one part of a document to another. + + + A list of objects that are the collection of bookmarks. + + + + + + + The date and time the document was created, in human-readable form. + + + A structure. + + + + + + + If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted. + + + A value. + + + + + + + Gets named destinations for targets in the document. + + + A dictionary, containing the objects, along with their key values. + + + + + + + Gets the file attachments from a document. + + + + An object implementing the interface that represents the collection of s. + + + + + + + Returns the keywords associated with the document. + + + A value. + + + + + + + Returns the culture-specific settings of the document. + + + A object. + + + + + + + Provides access to the document's structure tree root dictionary. + + + A DevExpress.Pdf.PdfLogicalStructure object. + + + + + + + Provides access to the mark information dictionary that contains information about the document's usage of Tagged PDF conventions. + + + A DevExpress.Pdf.PdfMarkInfo object. + + + + + + + Provides access to a stream that contains the document metadata. + + + A object. + + + + + + + The date and time the document was most recently modified, in human-readable form. + + + A structure. + + + + + + + Provides access to the document's name dictionary. + + + A object. + + + + + + + Indicates whether or not to expedite the display of PDF documents containing XFA forms. + + + true if the document shall be regenerated when the document is first opened; otherwise false. The default value is false. + + + + + + + Indicates an action that shall be performed when the document is opened. + + + A DevExpress.Pdf.PdfAction object. + + + + + + + Indicates a destination that shall be displayed when the document is opened. + + + A object. + + + + + + + Provides access to the document's optional content properties dictionary. + + + A object. + + + + + + + Provides access to the outline dictionary that shall be the root of the document's outline hierarchy. + + + A DevExpress.Pdf.PdfOutlines object. + + + + + + + Provides access to the array of output intent dictionaries that specify the color characteristics of output devices on which the document might be rendered. + + + A collection of DevExpress.Pdf.PdfOutputIntent objects. + + + + + + + Provides access to the number tree defining the page labeling for the document. + + + A dictionary, containing the DevExpress.Pdf.PdfPageLabel objects, along with their integer key values. + + + + + + + Indicates the page layout of the opened document. + + + A enumeration value. The default value is . + + + + + + + Indicates the mode of displaying the opened document. + + + A DevExpress.Pdf.PdfPageMode enumeration value. The default value is UseNone. + + + + + + + Provides access to the collection of document pages. + + + A collection of objects. + + + + + + + Provides access to the page-piece dictionary associated with the document. + + + A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their key values. + + + + + + + If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF. + + + A value. + + + + + + + Returns the subject of the document. + + + A value. + + + + + + + Provides access to the array of thread dictionaries that contains the document's article threads. + + + A collection of DevExpress.Pdf.PdfArticleThread objects. + + + + + + + Returns the document's title. + + + A value. + + + + + + + A name object indicating whether the document has been modified to include trapping information. + + + A enumeration value. + + + + + + + Indicates the version of the PDF specification to which the document conforms if later than the version specified in the file's header. + + + A DevExpress.Pdf.PdfFileVersion object. + + + + + + + Provides access to the viewer preferences dictionary specifying how to display the document on the screen. + + + A DevExpress.Pdf.PdfViewerPreferences object. + + + + + + + + A font assigned to a document text. + + + + + + + The PostScript name of the font. + + + A value. + + + + + + + Provides access to the PDF font options. + + + A object. + + + + + + + The PostScript name of the font. + + + A value, specifying the font name. + + + + + + + Specifies a font subset. + + + A value. + + + + + + + Converts PDF character codes to Unicode values. + + + A object, providing a CMap table that maps character codes to Unicode values. + + + + + + + + + Represents a PDF document form. + + + + + + + Gets a document rectangle in the form coordinate system of the form's bounding box. + + + A object that is the document rectangle. + + + + + + + Returns the PDF form commands. + + + A collection of objects. + + + + + + + Gets the modification date to be sure which of the application data dictionaries it contains corresponds to the current content of the form. + + + + + A nullable structure that is a valid date-time offset. + + + + + + + Returns a transformation matrix which maps the form space into user space. + + + + A object that is the PDF transformation matrix. + + + + + + + Gets a page-piece dictionary which holds private product data. + + + A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their key values. + + + + + + + Gets an integer key of the form entry in the structural parents tree. + + + A nullable integer value specifying the key of the form entry. + + + + + + + + A default localizer to translate the PDF Viewer's resources. + + + + + + + Initializes a new instance of the PdfCoreResLocalizer class with default settings. + + + + + + + + Gets the string, localized by the current PdfCoreResLocalizer, for the specified dialog message. + + + + A enumeration value, specifying the dialog message whose caption (text) is to be localized. + + + A value, specifying the text to be displayed within the specified dialog message. + + + + + + + + Provides the means to localize the dialog messages of a PDF Viewer. + + + + + + + + Initializes a new instance of the PdfCoreLocalizer class with default settings. + + + + + + + + Specifies a localizer object providing localization of a PDF Viewer's dialog messages at runtime. + + + An descendant, used to localize the dialog messages at runtime. + + + + + + + For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + + + An object, storing resources based on the thread's language and regional settings (culture). + + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value, identifying the string to localize. + + + A value, corresponding to the specified identifier. + + + + + + + Returns the name of the language currently used by this localizer object. + + + + + + A value that specifies the language of the user interface localization. + + + + + + + + Contains strings that correspond to the dialog messages of the PDF Viewer that are subject to localization. + + + + + + + "Document" + + + + + + + + "{0:0.00} {1} ({2} Bytes)" + + + + + + + + "{0} Bytes" + + + + + + + + "\r\nDescription: {0}" + + + + + + + + "Name: {0}" + + + + + + + + "\r\nModification Date: {0}" + + + + + + + + "\r\nSize: {0}" + + + + + + + + "The document structure does not contain a field with the specified name: {0}." + + + + + + + + "The operation is not supported in {0} compatability mode. Please create document in PdfCompatibility.Pdf compatibility mode." + + + + + + + + "Bookmark list can't be null." + + + + + + + + "The argument should be the name of a button appearance or a value from the options array." + + + + + + + + "The argument should be a string value or a list of string values from the options array." + + + + + + + + "The color component value should be greater than or equal to 0 and less than or equal to 1." + + + + + + + + "The dash length should be greater than or equal to 0." + + + + + + + + "The sum of dash and gap lengths should be greater than 0." + + + + + + + + "The dash pattern array must not be empty." + + + + + + + + "The destination of a bookmark can't be linked to a page which belongs to another document." + + + + + + + + "Resolution (in dots per inch) should be greater than 0." + + + + + + + + "The flatness tolerance should be greater than or equal to 0 and less than or equal to 100." + + + + + + + + "Ths font size should be greater than 0." + + + + + + + + "Error while reading the PDF Form from the specified file." + + + + + + + + "The gap length should be greater than or equal to 0." + + + + + + + + "The glyph position should be less or equal than text length." + + + + + + + + "The gray level should be greater than or equal to 0 and less than or equal to 1." + + + + + + + + "The page number should be greater than 0, and less than or equal to the next available page number (next to the document page count)". + + + + + + + + "The largest edge length should be greater than 0." + + + + + + + + "The line width should be greater than or equal to 0." + + + + + + + + "The list should contain at least one value." + + + + + + + + "The marked content tag can't be empty." + + + + + + + + "The miter limit should be greater than 0." + + + + + + + + "The page art box should be less than or equal to the media box." + + + + + + + + "The page bleeding box should be less than or equal to the media box." + + + + + + + + "The page croppoing box should be less than or equal to the media box." + + + + + + + + "The page number should be greater than 0." + + + + + + + + "The page rotation angle can have one of the following values: 0, 90, 180 or 270 degrees." + + + + + + + + "The page trimming box should be less than or equal to the media box." + + + + + + + + "Input data are not recognized as valid pdf." + + + + + + + + "The Document Open password is empty or incorrect." + + + + + + + + "Unable to create a print document with the specified name: {0}." + + + + + + + + "The top coordinate of the rectangle should be greater than the bottom." + + + + + + + + "The right coordinate of the rectangle should be greater than the left one." + + + + + + + + "The text value can't be null." + + + + + + + + "The argument should be a string value." + + + + + + + + "The text horizontal scaling value should be greater than 0." + + + + + + + + "The zoom value should be greater than or equal to 0". + + + + + + + + "At least one page number should be specified." + + + + + + + + + + + + + + + "All fonts should be embedded to a PDF/A document." + + + + + + + + "This operation is not available while no document is being loaded." + + + + + + + + "Custom brushes are not supported." + + + + + + + + "The file attachments are not supported in a PDF/A-2b document." + + + + + + + + "This operation is not supported because the PdfGraphics object does not belong to the current document." + + + + + + + + + "The Display and World units are not supported for the source image coordinate system." + + + + + + + + "The color should have at least one component." + + + + + + + + "EB" + + + + + + + + "GB" + + + + + + + + + "KB" + + + + + + + + "MB" + + + + + + + + "PB" + + + + + + + + "TB" + + + + + + + + "ZB" + + + + + + + + + Lists the values indicating the type of the PDF content corresponding to a specific document point. + + + + + + + The PDF content is an annotation. + + + + + + + + The PDF content is an image. + + + + + + + + The PDF content is not defined. + + + + + + + + The PDF content is text. + + + + + + + + + Provides information about the PDF content type at a specific document point. + + + + + + + + Initializes a new instance of the PdfDocumentContent class with the specified settings. + + + + A object. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + true if the document content has been selected; otherwise false. This value is assigned to the property. + + + + + + + + Indicates the type of the PDF content corresponding to a specific document point. + + + A enumeration value. + + + + + + + Indicates the document position corresponding to the PDF content. + + + A object. + + + + + + + Indicates whether or not the PDF content has been selected. + + + true if the document content has been selected; otherwise false. + + + + + + + + Lists the values that define how the page is positioned in the PDF Viewer. + + + + + + + The PDF Viewer displays pages in one column. + + + + + + + + The PDF Viewer displays one page at a time. + + + + + + + + The PDF Viewer displays the pages in two columns, with odd-numbered pages on the left. + + + + + + + + The PDF Viewer displays pages in two columns, with odd-numbered pages on the right. + + + + + + + + The PDF Viewer displays the pages two at a time, with odd-numbered pages on the left. + + + + + + + + The PDF Viewer displays the pages two at a time, with odd-numbered pages on the right. + + + + + + + + + Represents a destination that displays the PDF page with the , coordinates positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom (the property). + + + + + + + Initializes a new instance of the PdfXYZDestination class with the specified page positioned at the upper-left corner of the window, magnified by the factor zoom and the (left, top) coordinates. + + + + A object that is the PDF page with contents. + + + + A nullable double value that is the left page coordinate. + + + + A nullable double value that is the top page coordinate. + + + + A nullable double value that is the zoom factor by which the page is magnified. + + + + + + + + + Gets the left horizontal coordinate positioned at the left edge of the window. + + + + A nullable double value that it the left horizontal coordinate. + + + + + + + + Gets the top vertical page coordinate positioned at the top edge of the window. + + + + A nullable double value that is the vertical page coordinate. + + + + + + + + Gets the contents of the page magnified by the zoom factor. + + + + A nullable double value that is the zoom factor. + + + + + + + + + Represents document creation options. + + + + + + + Initializes a new instance of the PdfCreationOptions class with default settings. + + + + + + + + Gets or sets the compatibility mode of a document. + + + A enumeration value that specifies the compatibility mode of a document. + + + + + + + Gets or sets a value that specifies whether to prohibit embedding all fonts in a PDF document. + + + + true, to disable embedding all fonts in the PDF; otherwise false. + + + + + + + Gets or sets a list of font families that are not embedded. + + + + A string list representing the collection of font families that are not embedded in a document. + + + + + + + + + Represents actions that can be performed with the annotation in the document. + + + + + + + Gets an action that is performed when the cursor enters the annotation's active area. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the cursor exits the annotation's active area. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the annotation loses the input focus. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the annotation receives the input focus. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the mouse button is pressed inside the annotation's active area. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the mouse button is released inside the annotation's active area. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the page containing the annotation is no longer visible in the reader's user interface. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the page containing the annotation becomes visible. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the page containing the annotation is closed. + + + A object that represents the action. + + + + + + + Gets an action that is performed when the page containing the annotation is opened. + + + A object that represent the action. + + + + + + + + Determines a form with the annotation appearance. + + + + + + + Gets a default form in which an annotation appearance is represented. + + + A object that is a default form. + + + + + + + Gets custom forms with annotation appearances. + + + A dictionary, containing the objects, along with their key values. + + + + + + + + List values that specify the relationship (the "reply type") between one annotation and another. + + + + + + + + The annotation is grouped with the annotation obtained in the property. + + + + + + + + The annotation is considered a reply to the annotation obtained in the property. + + + + + + + + + Represents annotation appearances on the PDF form. + + + + + + + Gets the annotation's down appearance. + + + A object that is the down appearance. + + + + + + + Gets a form on the page with an annotation appearance. + + + A object that is the form on the page. + + + + + + + Gets the annotation's normal appearance. + + + A object that is the normal appearance. + + + + + + + Gets the annotation's rollover appearance. + + + A object that is the rollover appearance. + + + + + + + + Represents a form XObject in a PDF document content. + + + + + + + Provides access to a stream that contains the form X-Object metadata. + + + A object that represents the metadata stream of the form X-Object. + + + + + + + Gets an Open Prepress Interface (OPI) dictionary for the form XObject. + + + A PdfOpenPrepressInterface object that is the OPI dictionary. + + + + + + + Gets the value specifying the optional content properties for the form XObject. + + + A object that contains the optional content properties for the form XObject. + + + + + + + Gets the integer key of the form XObject's entry in the structural parent tree. + + + A nullable integer value specifying the key of the form XObject's entry + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Returns the PDF file name. + + + A value, specifying the file name. + + + + + + + Specifies the security password to open a PDF file. + + + A value. + + + + + + + Specifies how many times the password has been requested during the current authentication attempt. + + + An integer value, specifying the number of password requests. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.dll new file mode 100644 index 0000000..0f47e43 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.xml new file mode 100644 index 0000000..aff1a7c --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Pdf.v15.2.Drawing.xml @@ -0,0 +1,1295 @@ + + + + DevExpress.Pdf.v15.2.Drawing + + + + + + Provides data for the and events. + + + + + + + Gets the page number in a document. + + + An integer value, specifying the page number. + + + + + + + Gets the size of the current page. + + + A value. + + + + + + + + + + + + + + A method that will handle the and events. + + + + The event source. This parameter identifies either the or which raised the event. + + + + A object that contains event data. + + + + + + + + + A method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + The event source. This parameter identifies either the or which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Returns the total number of pages which were sent to the printer. + + + An integer value which represents the total number of pages which were sent to the printer. + + + + + + + + Returns the page number of the currently printed page. + + + An integer value that is the page number. + + + + + + + + Specifies how images are exported to PDF format. + + + + + + + The resulting Jpeg image quality is high. + + + + + + + + The resulting Jpeg image quality is the highest. + + + + + + + + The resulting Jpeg image quality is low. + + + + + + + + The resulting Jpeg image quality is the lowest. + + + + + + + + The resulting Jpeg image quality is medium. + + + + + + + + + Contains values specifying how the text is positioned on the page content with respect to the origin. + + + + + + + The text is positioned against a base line with respect to the origin. + + + + + + + + The text is positioned in the top left corner with respect to the origin. + + + + + + + + + Implements drawing on a PDF page. + + + + + + + Initializes a new instance of the PdfGraphics class with default settings. + + + + + + + + Adds a link to the page with specified page number and zoom factor. + + + + A structure that specifies the area on the page where a link is added. + + + + + An integer value specifying the page number. + + + + The zoom level by which the document is zoomed after a link is clicked on the page. + + + + + + + + + Adds a link to the page with the specified page number and page destination. + + + + + A structure that specifies the area on the page where a link is added. + + + + An integer value specifying the page number. + + + + A object that is the horizontal coordinate of a page destination where the link is referred to. + + + + A object that is the vertical coordinate of a page destination where the link is referred to. + + + + + + + + Adds a link to the page with the specified page number. + + + + + A structure that specifies the area on the page where a link is added. + + + + An integer value specifying the page number. + + + + + + + + Adds a link to the page with the specified page number, page destination, and zoom factor. + + + + + A structure that specifies the area on the page where a link is added. + + + + An integer value specifying the page number. + + + + A object that is the horizontal coordinate of a page destination where the link is referred to. + + + + A object that is the vertical coordinate of a page destination where the link is referred to. + + + + The zoom level by which the document is zoomed after a link is clicked on the page. + + + + + + + + Adds a link to the Uri at the specified link area on the page. + + + + + A structure that specifies the area on the page where a link is added. + + + + + A object that is the link URI. + + + + + + + + Adds graphics to a PDF page background with the specified horizontal and vertical resolutions. + + + + A object that is the page where graphics are drawn. + + + + A object that represents the value, in dots per inch, for the horizontal resolution. + + + + A object that represents the value, in dots per inch, for the vertical resolution. + + + + + + + + Adds graphics to a PDF page background. + + + + A object that is the page in the document where graphics are drawn. + + + + + + + + Adds graphics to a PDF page foreground with the specified horizontal and vertical resolutions. + + + + A object that is the page in the document where graphics are drawn. + + + + A object that represents the value, in dots per inch, for the horizontal resolution. + + + + A object that represents the value, in dots per inch, for the vertical resolution. + + + + + + + + Adds graphics to a PDF page foreground. + + + + A object that is the page in the document where graphics are drawn. + + + + + + + + Gets or sets a value that specifies whether bitmap images are converted to the Jpeg format. + + + true, to convert bitmap images to the Jpeg format; otherwise, false. + + + + + + + The default DPI of a page that is the default size to display text and other content on the page. + + + + + + + + + + Draws a Bezier spline defined by four Point structures. + + + + A structure that determines the color, width, and style of the curve. + + + + A structure that is the starting point of the curve. + + + + A structure that is the first control point of the curve. + + + + A structure that is the second control point of the curve. + + + + A structure that is the final point of the curve. + + + + + + + + Draws a series of Bezier splines from an array of PointF structures. + + + + A structure that determines the color, width, and style of the curve. + + + + An array of structures that represent the points that determine the curve. + + + + + + + + Draws an ellipse specified by a RectangleF structure. + + + + A structure that determines the color, width, and style of the ellipse. + + + + A structure that represents the boundaries of the ellipse. + + + + + + + + Draws the specified Image with bounds. + + + + An object that specifies the image to draw. + + + + A structure that specifies the image bounds. + + + + + + + + + Draws the specified Image in its original size at the specified location. + + + + + An object that specifies the image to draw. + + + + A structure that represents the image location. + + + + + + + + + Draws the specified Image using the byte array data at the specified location. + + + + An array of bytes representing an image to draw. + + + + A structure that represents the image location. + + + + + + + + Draws an image at the specified location using the stream data. + + + + A class descendant, specifying the stream with the image data. + + + + A structure that represents the image location. + + + + + + + + Draws an image with bounds using the byte data array. + + + + An array of bytes representing an image to draw. + + + + A structure that specifies the bounds used to draw an image. + + + + + + + + Draws an image with the bounds and stream. + + + + + A class descendant, specifying the stream with the image data. + + + + A structure that specifies the bounds used to draw an image. + + + + + + + + Draws the portion of the specified Image at the specified location in the specified size. + + + + + + An object that specifies the image to draw. + + + + A structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. + + + + A structure that specifies the portion of the image object to draw. + + + + A enumeration that is the units of measure used by the srcRect parameter. + + + + + + + + Draws a line connecting two points on the page specified by the coordinate pairs. + + + + A object that determines the color, width, and style of the line. + + + + A object that represents the x-coordinate of the first point. + + + + A object that represents the y-coordinate of the first point. + + + + A object that represents the x-coordinate of the second point. + + + + A object that represents the y-coordinate of the second point. + + + + + + + + Draws a series of line segments that connect an array of PointF structures. + + + + A object that determines the color, width, and style of the line segments. + + + + An array of structures that represent the points to connect. + + + + + + + + Draws a path on a page. + + + + A object that determines the color, width, and style of the path. + + + + A object to draw. + + + + + + + + Draws a polygon defined by an array of PointF structures. + + + + A object that determines the color, width, and style of the polygon. + + + + An array of structures that represent the vertices of the polygon. + + + + + + + + Draws a rectangle specified by a Rectangle structure. + + + + A object that determines the color, width, and style of the rectangle. + + + + A structure that represents the rectangle to draw. + + + + + + + + Draws the text string at the specified location with the specified Brush and Font objects. + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A object that represents the x-coordinate of the upper-left corner of the drawn text. + + + + A object that represents the y-coordinate of the upper-left corner of the drawn text. + + + + + + + + Draws the specified text in the specified rectangle with the specified SolidBrush and Font objects. + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A structure that specifies the location of the drawn text. + + + + + + + + Draws the specified text at the specified rectangle with the specified SolidBrush and Font objects using the formatting attributes of the specified PdfStringFormat. + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A structure that specifies the location of the drawn text. + + + + A that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws the specified text string at the specified location with the specified SolidBrush and Font objects using the formatting attributes of the specified . + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A object that represents the x-coordinate of the upper-left corner of the drawn text. + + + + A object that represents the y-coordinate of the upper-left corner of the drawn text. + + + + A that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws the specified text string at the specified location with the specified SolidBrush and Font objects. + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A structure that specifies the upper-left corner of the drawn text. + + + + + + + + Draws the specified text string at the specified location with the specified SolidBrush and Font objects using the formatting attributes of the specified . + + + + A object to draw. + + + + A object that defines the text format of the string. + + + + A object that determines the color and texture of the drawn text. + + + + A structure that specifies the upper-left corner of the drawn text. + + + + A that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. + + + + + + + + Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure. + + + + A object that represents the brush used to fill the ellipse. + + + + A structure that represents the bounding rectangle that defines the ellipse. + + + + + + + + Fills the interior of a GraphicsPath. + + + + A that determines the characteristics of the fill. + + + + A that represents the path to fill. + + + + + + + + Fills the interior of a polygon defined by an array of points specified by PointF structures. + + + + A object which represents the brush used to fill the polygon. + + + + Array of structures that represent the vertices of the polygon to fill. + + + + + + + + Fills the interior of a rectangle specified by a RectangleF structure. + + + + A object which represents the brush used to fill the rectangle. + + + + A structure representing the rectangle bounds to fill. + + + + + + + + Updates the clip region of this object to the intersection of the current clip region and the specified RectangleF structure. + + + + A structure to intersect with the current clip region. + + + + + + + + Gets or sets the quality of images in the resulting PDF file. + + + A enumeration value which specifies the quality of images in the resulting PDF file. + + + + + + + Measures the specified string when drawn with the specified Font and formatted with the specified . + + + + A to measure. + + + + A object that defines the text format of the string. + + + + A object that represents formatting information, such as line spacing, for the string. + + + A structure that represents the measured size of the string. + + + + + + + + Measures the specified string when drawn with the specified Font and text layout size. + + + + A to measure. + + + + A object that defines the text format of the string. + + + + A structure that specifies the maximum layout area for the text. + + + A structure that represents the measured size of the string. + + + + + + + Measures the specified string when drawn with the specified Font, text layout size, and format. + + + + A to measure. + + + + A object that defines the text format of the string. + + + + A structure that specifies the maximum layout area for the text. + + + + A object that represents formatting information, such as line spacing, for the string. + + + A structure that represents the measured size of the string. + + + + + + + Measures the specified string when drawn with the specified Font. + + + + A to measure. + + + + A object that defines the text format of the string. + + + A structure that represents the measured size of the string. + + + + + + + Measures the specified string when drawn with the specified Font, text layout size, horizontal and vertical resolutions, and format. + + + + A to measure. + + + + A object that defines the text format of the string. + + + + A structure that specifies the maximum layout area for the text. + + + + A object that represents formatting information, such as line spacing, for the string. + + + + A object that represents the value, in dots per inch, for the horizontal resolution. + + + + A object that represents the value, in dots per inch, for the vertical resolution. + + + A structure that represents the measured size of the string. + + + + + + + Measures the specified string when drawn with the specified Font, horizontal and vertical resolutions and format. + + + + A to measure. + + + + A object that defines the text format of the string. + + + + A object that represents formatting information, such as line spacing, for the string. + + + + A object that represents the value, in dots per inch, for the horizontal resolution. + + + + A object that represents the value, in dots per inch, for the vertical resolution. + + + A structure that represents the measured size of the string. + + + + + + + Restores the most recently saved graphics state. + + + + + + + + Rotates the transformation matrix by the specified angle of this . + + + + Angle of rotation in degrees. + + + + + + + + Saves the current graphics state to the stack. + + + + + + + + + Specifies the exact position where you wish the text to be drawn on the page content. + + + A enumeration value. + + + + + + + Changes the origin of the coordinate system by adding the specified translation to the transformation matrix of this . + + + + A single structure that is the x-coordinate of the translation. + + + + A single structure that is the y-coordinate of the translation. + + + + + + + + Gets or sets a value which indicates whether kerning is used when drawing characters. + + + true if kerning is used when drawing characters; otherwise, false. + + + + + + + + Lists the available document orientation modes. + + + + + + + The orientation is defined automatically to fit the page content to the specific paper type. + + + + + + + + Orientation of the document pages is landscape. + + + + + + + + Orientation of the document pages is portrait. + + + + + + + + + Lists the available document scale modes. + + + + + + + Print a document actual size. + + + + + + + + + Scale the printed document by a specific percentage scale factor. + + + + + + + + Scale the printed document to fit a specific paper size. + + + + + + + + + Provides the additional printer settings to a PDF Viewer. + + + + + + + Initializes a new instance of the PdfPrinterSettings class with default settings. + + + + + + + + Initializes a new instance of the PdfPrinterSettings class with the specified settings. + + + + A object. + + + + + + + + Specifies the PDF pages to be printed. + + + An array of integer values that correspond to page numbers. + + + + + + + + Specifies the orientation of the PDF pages to be printed. + + + A value. + + + + + + + Specifies the dpi value used to print the PDF document. + + + A value which represents the printing dpi. + + + + + + + Specifies the percentage scale factor of the document to be printed. + + + A value which represents the scale factor of the document. + + + + + + + Specifies the document scale mode. + + + A value. + + + + + + + Provides access to the current printer settings. + + + An object containing the current printer settings. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.dll new file mode 100644 index 0000000..758ee26 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.xml new file mode 100644 index 0000000..0fc6444 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Printing.v15.2.Core.xml @@ -0,0 +1,34911 @@ + + + + DevExpress.Printing.v15.2.Core + + + + + + If implemented by a class, provides a service contract for the . + + + + + + + Starts obtaining the document build status. + + + + A object, identifying the document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the document data. + + + + A object, identifying the document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the parameter lookup values. + + + + An value. + + + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the document pages. + + + + A object. + + + + An array of integer values. + + + + A enumeration value. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the printed document. + + + + A object, identifying the printed document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the status of the printed document. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the report parameters. + + + + An object, identifying the report. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts the initial phase of asynchronously building the report. + + + + An object, identifying the report. + + + + A object, storing the arguments required to create the report. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts the initial phase of asynchronously printing of the specified document. + + + + + A object. + + + + A enumeration value. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts the terminal phase of asynchronously building the report. + + + + A object that identifies the report document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts the terminal phase of asynchronously printing the document. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Ends obtaining the document build status. + + + + + An object containing information about the status of an asynchronous operation. + + + A structure. + + + + + + + Ends obtaining the document data. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends obtaining the parameter lookup values. + + + + An object containing information about the status of an asynchronous operation. + + + An array of objects. + + + + + + + Ends obtaining the document pages. + + + + An object containing information about the status of an asynchronous operation. + + + A array. + + + + + + + Ends obtaining the printed document. + + + + An object containing information about the status of an asynchronous operation. + + + A array. + + + + + + + Ends obtaining the status of the printed document. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends obtaining the report parameters. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends the initial phase of asynchronously building the report. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends the initial phase of asynchronously printing the document. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends the terminal phase of asynchronously building the document. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends the terminal phase of asynchronously printing the document. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + + For internal use. Provides information about the Printing System. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + A object. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + A descendant. + + + + + + + + For internal use. + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + A value. + + + + + + + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + + Contains information about the status of the exported document. + + + + + + + Identifies the exported document. + + + An object. + + + + + + + Details the specifics of an export service fault. + + + A object. + + + + + + + Specifies the current progress of the document export. + + + + An integer value, specifying the progress position. + + + + + + + Details the current status of an exported document. + + + A enumeration value. + + + + + + + + Contains information that identifies the exported document. + + + + + + + Initializes a new instance of the ExportId class with default settings. + + + + + + + + Initializes a new instance of the ExportId class with the specified value. + + + + A value. It is assigned to the property. + + + + + + + + Assigns an unique ID to the exported document. + + + An object. + + + + + + + Returns the textual representation of ExportId. + + + A value. + + + + + + + Specifies the document ID. + + + A value. + + + + + + + + Identifies the report document. + + + + + + + Initializes a new instance of the DocumentId class with default settings. + + + + + + + + Initializes a new instance of the DocumentId class with the specified value. + + + + A value. It is assigned to the property. + + + + + + + + Assigns an unique ID to the document. + + + A object. + + + + + + + Returns the textual representation of DocumentId. + + + A value. + + + + + + + Specifies the document ID. + + + A value. + + + + + + + + Contains information about the service faults. + + + + + + + Initializes a new instance of the ServiceFault class with default settings. + + + + + + + + Initializes a new instance of the ServiceFault class with the specified exception. + + + + An object. + + + + + + + + Specifies the full message of the service fault. + + + A value. + + + + + + + Specifies the short message of the service fault. + + + A value. + + + + + + + Returns the textual representation of ServiceFault. + + + A value. + + + + + + + + Lists the values that describe various task statuses. + + + + + + + The task is compete. + + + + + + + + The task is fault. + + + + + + + + The task is in progress. + + + + + + + + + Contains the information related to the current status of a printed document. + + + + + + + Initializes a new instance of the PrintStatus class with default settings. + + + + + + + + Specifies information about the service fault that occurred while printing the document. + + + A object. + + + + + + + Identifies the printed document. + + + A object. + + + + + + + Specifies the progress position of the current task (as percentage). + + + An integer value. + + + + + + + Specifies information about the current service task status. + + + A enumeration value. + + + + + + + + Identifies the printed document. + + + + + + + Initializes a new instance of the PrintId class with default settings. + + + + + + + + Initializes a new instance of the PrintId class with the specified value. + + + + A value, specifying the document's ID. This value is assigned to the property. + + + + + + + + Assigns an unique ID to the printed document. + + + A object. + + + + + + + Returns the textual representation of PrintId. + + + A value. + + + + + + + Specifies the printed document's ID. + + + A value, identifying the document. + + + + + + + + Represents a class containing information about a specific parameter and its editor. + + + + + + + + Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. + + + + + A object specifying the parameter for which an event has been raised. This value is assigned to the property. + + + + A class descendant specifying the editor for this parameter. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. + + + + + A object specifying the parameter for which an event has been raised. This value is assigned to the property. + + + + A class descendant specifying the editor for this parameter. This value is assigned to the property. + + + + + + + + Gets or sets an editor, used to enter a parameter's value. + + + + A class descendant. Normally, it should be one of the DevExpress XtraEditors. + + + + + + + + + + + + A value. + + + + + + + Provides access to the parameter associated with the current ParameterInfo object. + + + A object. + + + + + + + + Represents a rich formatted text in a cell. + + + + + + + Initializes a new instance of the XlRichTextString class with default settings. + + + + + + + + Determines whether the specified object is equal to the current XlRichTextString instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlRichTextString instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlRichTextString object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets a value indicating whether the rich text in a cell is a plain text rather than formatted. + + + true, if the rich text is empty or not formatted; otherwise, false. + + + + + + + Provides access to the collection of cell text regions, each formatted with its own font. + + + A collection of objects. + + + + + + + Gets or sets the full rich text of a cell. + + + A value that specifies the text displayed in a cell. + + + + + + + + Lists the values used to specify the column layout direction for a multi-column report. + + + + + + + The Detail bands are printed horizontally, then vertically (in rows). + + + + + + + + The Detail bands are printed vertically, then horizontally (in columns). + + + + + + + + + Serves as a base for the class and provides properties to change cell format settings. + + + + + + + Gets or sets alignment options to be applied to the cell content. + + + An object that specifies cell alignment settings. + + + + + + + Gets or sets border settings to be applied to a cell. + + + An object that specifies a border style and color. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets fill settings to be applied to the cell background. + + + An object that specifies cell background characteristics. + + + + + + + Gets or sets font settings to be applied to the cell content. + + + An object that specifies cell font attributes. + + + + + + + Gets or sets a value indicating whether the format string assigned to the property is a date and time format string. + + + true, if the .NET-style format string is used to format a date and time value in a cell; otherwise, false. + + + + + + + Gets or sets the .NET-style format string that specifies how a numeric value should be displayed in a cell. + + + A value that represents the format pattern. + + + + + + + Gets or sets an MS Excel-style number format that specifies how a numeric value should be displayed in a cell. + + + + An object that specifies a cell number format. + + + + + + + + Represents a structure which stores the information about a document's build status. + + + + + + + + Identifies the document. + + + A object. + + + + + + + Specifies the service fault. + + + A object. + + + + + + + Specifies the current number of pages in the created document. + + + An integer value, specifying the number of pages. + + + + + + + Specifies the current progress of the document creation. + + + An integer value, specifying the progress position, in percents. + + + + + + + Specifies the task status. + + + A enumeration value. + + + + + + + + Represents the object that specifies cell format characteristics. + + + + + + + Initializes a new instance of the XlCellFormatting class with default settings. + + + + + + + + Returns the object that provides format characteristics corresponding to the Bad MS Excel style. + + + An object that specifies format options corresponding to the Bad style. + + + + + + + Returns the object that provides format characteristics corresponding to the Calculation MS Excel style. + + + An object that specifies format options corresponding to the Calculation style. + + + + + + + Returns the object that provides format characteristics corresponding to the Check Cell MS Excel style. + + + An object that specifies format options corresponding to the Check Cell style. + + + + + + + Creates a copy of the current XlCellFormatting object. + + + An XlCellFormatting object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlCellFormatting class. + + + + An XlCellFormatting class instance representing the source object for copying. + + + + + + + + Determines whether the specified instances of the XlCellFormatting class are considered equal. + + + + An XlCellFormatting object that is the first object to compare. + + + + An XlCellFormatting object that is the second object to compare. + + + true, if the objects are considered equal; otherwise false. If both first and second objects are null, the method returns true. + + + + + + + Returns the object that provides format characteristics corresponding to the Explanatory... MS Excel style. + + + An object that specifies format options corresponding to the Explanatory... style. + + + + + + + Specifies a number format for cell values based on the given .NET-style format string. + + + + A value that represents the format pattern. + + + + true, if the formatString parameter is a date and time format specifier; otherwise, false. + + + An object that specifies the number format options to be applied to a cell. + + + + + + + Returns the object that provides format characteristics corresponding to the Good MS Excel style. + + + An object that specifies format options corresponding to the Good style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 1 MS Excel style. + + + An object that specifies format options corresponding to the Heading 1 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 2 MS Excel style. + + + An object that specifies format options corresponding to the Heading 2 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 3 MS Excel style. + + + An object that specifies format options corresponding to the Heading 3 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 4 MS Excel style. + + + An object that specifies format options corresponding to the Heading 4 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Hyperlink MS Excel style. + + + An object that specifies format options corresponding to the Hyperlink style. + + + + + + + Returns the object that provides format characteristics corresponding to the Input MS Excel style. + + + An object that specifies format options corresponding to the Input style. + + + + + + + Returns the object that provides format characteristics corresponding to the Linked Cell MS Excel style. + + + An object that specifies format options corresponding to the Linked Cell style. + + + + + + + Combines formatting settings of the target and source instances of the XlCellFormatting class. + + + + An XlCellFormatting object that is the target object for merging. + + + + An XlCellFormatting object that is the source object for merging. + + + An XlCellFormatting object that is a result of the merge operation. + + + + + + + + Combines the format settings of the specified XlCellFormatting object with the current instance of the XlCellFormatting class. + + + + + An XlCellFormatting object that specifies the object to combine with the current XlCellFormatting instance. + + + + + + + + Returns the object that provides format characteristics corresponding to the Neutral MS Excel style. + + + An object that specifies format options corresponding to the Neutral style. + + + + + + + Returns the object that provides format characteristics corresponding to the Note MS Excel style. + + + An object that specifies format options corresponding to the Note style. + + + + + + + Returns the object that provides format characteristics corresponding to the Output MS Excel style. + + + An object that specifies format options corresponding to the Output style. + + + + + + + Creates the object that specifies themed formatting for a cell. + + + + An enumeration member that is one of the six Accent colors used to fill the cell background. +If the themeColor is other than any of the theme accent colors, the System.ArgumentException occurs. + + + + A value from -1 to 1 used to darken (negative values) or lighten (positive values) the original theme color. If a value is outside the allowable range of values, the System.ArgumentOutOfRangeException will be thrown. + + + An class instance that contains theme formatting settings. + + + + + + + Returns the object that provides format characteristics corresponding to the Title MS Excel style. + + + An object that specifies format options corresponding to the Title style. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Converts the current cell format to the differential formatting object. + + + An XlDifferentialFormatting object that specifies the incremental formatting to be appled. + + + + + + + Returns the object that provides format characteristics corresponding to the Total MS Excel style. + + + An object that specifies format options corresponding to the Total style. + + + + + + + Returns the object that provides format characteristics corresponding to the Warning Text MS Excel style. + + + An object that specifies format options corresponding to the Warning Text style. + + + + + + + + A visual brick containing other bricks. + + + + + + + Initializes a new instance of the PanelBrick class with default settings. + + + + + + + + + Initializes a new instance of the PanelBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the PanelBrick class with the specified brick style. + + + + A object. + + + + + + + + Gets a collection of bricks which are contained in this PanelBrick. + + + + A object which contains bricks belonging to this panel brick. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Panel". + + + + + + + Center-aligns child bricks contained within the current panel brick. + + + + + + + + Creates a new PanelBrick instance, which is a copy of the current instance. + + + A new PanelBrick instance, which is a copy of the current instance. + + + + + + + Disposes of the PanelBrick object. + + + + + + + + + Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single object. + + + true if child bricks should be merged; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + For internal use. Contains information about the document. + + + + + + + + Initializes a new instance of the DocumentData class with default settings. + + + + + + + + For internal use. Specifies the available document export modes. + + + + + + + + + + For internal use. Checks whether or not it is possible to modify the page settings. + + + A Boolean value. + + + + + + + For internal use. Specifies the document map. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. Specifies the document export options. + + + + + + + + + + For internal use. + + + An enumeration value. + + + + + + + For internal use. Specifies the document name. + + + + + + + + + + For internal use. Specifies the serialized page data. + + + + + + + + + + For internal use. Specifies the serialized watermark settings. + + + A array. + + + + + + + + Represents the class used to generate an UPC-E0 barcode. + + + + + + + + Initializes a new instance of the UPCE0Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + If implemented by a class, provides the client-side functionality for a DevExpress Report Server. + + + + + + + Creates a copy of the specified report. + + + + A System.Int32 value specifying a source report. + + + + A data transfer object specifying properties of the created report copy. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Provides the controls for the context of a channel. + + + An object implementing the System.ServiceModel.IContextChannel interface. + + + + + + + Asynchronously creates a report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the category ID. + + + + + + + Creates a copy of the specified report. + + + + A System.Int32 value specifying a source report. + + + + A data transfer object specifying properties of the created report copy. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Creates a new report category with the specified name. + + + + A System.String value specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be callled when the operation is complete. + + + + + + + + Asynchronously deletes a report category. + + + + An integer value, identifying the report category. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously deletes a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Deletes the specified report. + + + + A System.Int32 specifying a report to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Deletes the specified report category. + + + + A System.Int32 value specifying a report category to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously executes a scheduled job. + + + + An integer value, identifying the scheduled job. + + + + A nullable integer value. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the job ID. + + + + + + + Returns a collection of items to be displayed in the categories list. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously returns a collection of report categories. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Asynchronously gets a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a object. + + + + + + + Asynchronously gets a collection of data models. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Obtains an XML schema of the specified data source. + + + + A System.Int32 value specifying a data source. + + + + A value, containing information about the asynchronous operation. + + + A System.String containing a data source schema. + + + + + + + Gets properties of the specified report to be displayed in a report catalog. + + + + A System.Int32 value specifying a report. + + + A data transfer object containing the values of the report properties to be displayed in a report catalog. + + + + + + + Gets a collection of revisions for the specified report. + + + + A System.Int32 value specifying a report. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Gets a collection of items to be displayed in a report catalog. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously gets a collection of reports. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Loads the specified report from the server storage. + + + + A System.Int32 specifying a report to load. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously loads a report. + + + + An integer value, identifying the report. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the . + + + + + + + Gets the specified revision of a report layout. + + + + A System.Int32 value specifying a report. + + + + A System.Int32 value specifying a report revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Locks the specified report. + + + + A System.Int32 specifying the report to lock. + + + + + + + + Checks a server for availability. + + + + A System.Action delegate to be called when the operation is complete. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Rolls the layout of a report back to the specified revision. + + + + A System.Int32 value specifying a report to roll back. + + + + A System.Int32 value specifying a target layout revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Saves the specified report to the server storage. + + + + A System.Int32 value specifying a report to save. + + + + A Data Transfer Object containing report data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Unlocks the specified report. + + + + A System.Int32 specifying the report to unlock. + + + + + + + + Asynchronously updates a report category. + + + + An integer value, identifying the report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously updates a data model. + + + + A object. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Updates properties of the specified report. + + + + A System.Int32 value specifying a report to update. + + + + A data transfer object containing new values for report properties. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Updates properties of the specified report category. + + + + A System.Int32 value specifying a report category to update. + + + + A System.String specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Uploads report layout data onto a server. + + + + A System.IO.Stream containing layout data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + + Represents the base class for objects which define specific export options. + + + + + + + + Initializes a new instance of the ExportOptionsBase class with default settings. + + + + + + + + + Copies all the settings from the ExportOptionsBase object passed as a parameter. + + + + + An ExportOptionsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + + Specifies how the file path to export a document is obtained, when exporting a document which is currently displayed in the Print Preview. + + + + + + + A document is exported to the path specified by the and properties. So, the Save File dialog isn't shown in this case. + + + + + + + + + A document is exported using the file path and the file name specified by an end-user in the Save File dialog, which is shown prior to exporting a document. + + + + + + + + + + Represents a region of the cell text with its own set of font characteristics. + + + + + + + Initializes a new instance of the XlRichTextRun class with the specified settings. + + + + A value that specifies the text of this cell region. This value is assigned to the property. + + + + An object that specifies font attributes to be applied to the text. If null, the default font is used. This value is assigned to the property. + + + + + + + + + Determines whether the specified object is equal to the current XlRichTextRun instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlRichTextRun instance; otherwise false. + + + + + + + Gets or sets the font settings of the current region of the cell text. + + + + An object providing members to change font attributes of the cell text region. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlRichTextRun object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets the text of the current cell region with a specific font. + + + A value that specifies the text associated with the current cell region. + + + + + + + + Represents a collection of merged cells in a worksheet. + + + + + + + Merges cells in the specified cell range and appends the resulting merged range to the end of the collection. + + + + A object that specifies a range of cells to be merged. + + + + + + + + Merges cells in the specified cell range and appends the resulting merged range to the end of the collection. + + + + A object that specifies a range of cells to be merged. + + + + true, to check whether the specified cell range to be merged intersects other merged cells; otherwise, false. + + + + + + + + Removes all merged cells from the collection. + + + + + + + + Determines whether the collection contains the specified merged cell. + + + + A object associated with the merged cell to locate in the collection. + + + true, if the specified cell range is merged and belongs to the collection; otherwise, false. + + + + + + + Returns the index of the specified merged cell in the collection. + + + + A object associated with the merged cell to locate in the collection. + + + A zero-based integer which specifies the merged cell's position within the collection. -1 if the specified cell range doesn't belong to the collection of merged cells. + + + + + + + Provides access to the merged cell by its index in the collection. + + + + A zero-based integer specifying the merged cell's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + A object associated with the merged cell. + + + + + + + + Removes the specified merged cell from the collection. + + + + A object associated with the merged cell to be removed. + + + + + + + + Removes the merged cell at the specified index from the collection. + + + + A zero-based integer specifying the index of the merged cell to be removed. It should be non-negative and less than the number of elements in the collection. + + + + + + + + + Provides the basic functionality for sending documents via e-mail. + + + + + + + Sends the document(s) to the specified recipient via e-mail. + + + + An array of values specifying the file names for the documents embedded into the e-mail. + + + + A object storing the e-mail options. + + + + + + + + + Contains options related to culture-specific settings of a workbook and document format specifications and limits. + + + + + + + Provides access to the culture-specific settings of the document. + + + A object that specifies the culture settings currently being used. + + + + + + + + Gets the file format to which the document is exported. + + + An enumeration value that specifies the document format. + + + + + + + Gets the maximum number of columns supported by the output file format. + + + An value that is the maximum number of columns. + + + + + + + Gets the maximum number of rows supported by the output file format. + + + An value that is the maximum number of rows. + + + + + + + Gets a value indicating whether the document can contain multiple worksheets. + + + true, if document can contain multiple worksheets; otherwise, false. + + + + + + + Gets a value indicating whether the document can contain formulas. + + + true, if document can contain formulas; otherwise, false. + + + + + + + Gets a value indicating whether the document supports grouping functionality. + + + true, if the grouping functionality is supported by the document; otherwise, false. + + + + + + + + Lists the security levels of the document. + + + + + + + Document is locked for annotation. + + + + + + + + Allows free access to the document. + + + + + + + + Workbook is enforced to be opened as read-only. + + + + + + + + Document is recommended to be opened as read-only. + + + + + + + + + Contains custom document properties associated with a workbook. + + + + + + + + + Initializes a new instance of the XlDocumentCustomProperties class with default settings. + + + + + + + + Removes all the custom document properties from a workbook. + + + + + + + + Returns the number of custom document properties associated with a workbook. + + + An integer value that specifies the number of custom properties defined in a workbook. + + + + + + + Gets or sets the specified custom document property by its name. + + + + A string that specifies the name of the custom property to be set or obtained. + + + An object that is the value of the custom property. + + + + + + + Provides access to the collection of custom property names. + + + A collection of custom property names which implements the interface. + + + + + + + + Contains basic document properties associated with a workbook. + + + + + + + Initializes a new instance of the XlDocumentProperties class with default settings. + + + + + + + + Specifies the name of the application where the document was created. + + + A value that is an application name. + + + + + + + Specifies the author of the workbook. + + + A value that is an author's name. + + + + + + + Specifies the category of the document content. + + + A value that is the category name. + + + + + + + Specifies a company associated with the workbook. + + + A value that is the company name. + + + + + + + Specifies the date and time when the workbook was created. + + + A object that represents the date and time of the document creation. + + + + + + + Provides access to the custom document properties associated with a workbook. + + + An object that stores all the custom document properties defined for a workbook. + + + + + + + Gets or sets the description of the document content. + + + + A value that is the document's description. + + + + + + + Specifies the set of keywords to support searching and indexing. + + + A value containing document keywords. + + + + + + + Specifies the name of the manager associated with the workbook. + + + A value that is the name of the manager. + + + + + + + + Specifies the security level of the document. + + + One of the enumeration values. + + + + + + + Gets or sets the subject of the document. + + + A value that is the document's subject. + + + + + + + Gets or sets the title of the document. + + + A value that is the document's title. + + + + + + + Gets or sets the version of the application where the document was created. + + + A value that is the version number. + + + + + + + + Lists the values that specify the available export formats. + + + + + + + The CSV export format. + + + + + + + + The HTML export format. + + + + + + + + The image export format. + + + + + + + + The MHT export format. + + + + + + + + The PDF export format. + + + + + + + + The PRNX export format. +For internal use. + + + + + + + + The RTF export format. + + + + + + + + The TXT export format. + + + + + + + + The XLS export format. + + + + + + + + The XLSX export format. + + + + + + + + The XPS export format. + + + + + + + + + Lists anchoring types used to position an object in a worksheet or specifies how a picture should be moved and resized when a two cell anchoring is used. + + + + + + + Absolute Anchoring. The picture does not move or resize with the underlying cells. + + + + + + + + One Cell Anchoring. The picture moves with the anchor cell, but its size remains the same. + + + + + + + + Two Cell Anchoring. The picture moves and/or resizes with the underlying cells as specified by the property. + + + + + + + + + Serves as the base for the and classes that define hyperlinks for cells and pictures. + + + + + + + Gets or sets the hyperlink destination. + + + + A value that specifies the destination to which a hyperlink refers. + + + + + + + Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. + + + A value that specifies the tooltip text for the hyperlink. + + + + + + + + Represents a picture embedded in a worksheet. + + + + + + + Gets or sets the positioning and resizing behavior of a picture which is anchored to two cells in a worksheet. + + + + One of the enumeration values. + + + + + + + Gets or sets the anchoring type used to position a picture within a worksheet. + + + One of the enumeration values. + + + + + + + Gets or sets the anchor for the bottom-right corner of a picture. + + + + An object that specifies the anchor cell for a picture and optional offsets from the top and left edges of this cell. + + + + + + + Fits an IXlPicture object in the specified cell. + + + + An XlCellPosition object that specifies the position of the cell where the picture should be located. + + + + A value that is the width of the cell into which the picture fits. + + + + A value that is the height of the cell into which the picture fits. + + + + A value specifying whether the picture should be center-aligned in the cell. + + + + + + + + Gets or sets the file format of a picture. + + + A object that represents the file format of a picture. + + + + + + + Gets a hyperlink associated with the current IXlPicture object. + + + An object that is a hyperlink associated with a picture in a worksheet. + + + + + + + Gets or sets the image residing in the IXlPicture object. + + + A object. + + + + + + + Gets or sets the name of the picture. + + + A value that is the picture's name. + + + + + + + Anchors an IXlPicture object to an absolute position in a worksheet. + + + + A value that specifies the distance from the left edge of the worksheet in pixels. + + + + A value that specifies the distance from the top edge of the worksheet in pixels. + + + + A value that is the desired width of the picture in pixels. + + + + A value that is the desired height of the picture in pixels. + + + + + + + + Anchors an IXlPicture object to a specific cell in a worksheet. + + + + An object that specifies the anchor cell for the top-left corner of the picture and optional offsets from the top and left edges of this cell. + + + + A value that is the desired width of the picture in pixels. + + + + A value that is the desired height of the picture in pixels. + + + + + + + + Anchors an IXlPicture object to two cells in a worksheet. + + + + An object that specifies the anchor cell for the top-left corner of the picture and optional offsets from the top and left edges of this cell. This value is assigned to the property. + + + + An object that specifies the anchor cell for the bottom-right corner of the picture and optional offsets from the top and left edges of this cell. This value is assigned to the property. + + + + An enumeration value that specifies the positioning and resizing behavior of the picture. This value is assigned to the property. + + + + + + + + Stretches an IXlPicture object to fill the specified cell. + + + + An XlCellPosition object that specifies the position of the cell where the picture should be located. + + + + + + + + Gets or sets the anchor for the top-left corner of a picture. + + + An object that specifies the anchor cell for a picture and optional offsets from the top and left edges of this cell. + + + + + + + + For internal use. Provides the basic functionality for the class. + + + + + + + For internal use. If implemented by a class, approves the parameters. + + + + + + + + + + + A Boolean value. + + + + + + + For internal use. If implemented by a class, stops displaying the report. + + + + + + + + For internal use. If implemented by a class, stops displaying the report. + + + + + + + + Gets the information about the report's parameters. + + + A list of the objects that contain information about a specific parameter and its editor. + + + + + + + + For internal use. If implemented by a class, prints the current document. + + + + + + + + For internal use. If implemented by a class, prints the current document to the specified printer. + + + + A representing the name of the printer on which to print the report. + + + + + + + + If implemented by a class, invokes the Print dialog. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + If implemented by a class, invokes a Page Setup dialog + + + + A value. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. + + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. + + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. + + + + + + + + + + Contains options which specify the Document Properties of the created PDF file. + + + + + + + Initializes a new instance of the PdfDocumentOptions class with default settings. + + + + + + + + + Gets or sets the string to be added as an Application property of the resulting PDF file. + + + + A which stores an Application name. + + + + + + + Copies all the settings from the PdfDocumentOptions object passed as a parameter. + + + + + A PdfDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the string to be added as an Author property of the resulting PDF file. + + + + A which stores an Author name. + + + + + + + Creates a copy of the current PdfDocumentOptions object. + + + A PdfDocumentOptions object which is a copy of the current object. + + + + + + + + + + + + + + + Gets or sets the string to be added as a Keywords property of the resulting PDF file. + + + + A which stores keywords. + + + + + + + + + + + + + + + Gets or sets the string to be added as a Subject property of the resulting PDF file. + + + + A which stores a Subject. + + + + + + + Gets or sets the string to be added as a Title property of the resulting PDF file. + + + + A which stores a Title. + + + + + + + + For internal use. Provides the basic functionality for the class. + + + + + + + For internal use. If implemented by a class, applies the page settings + + + + + + + + + + + + For internal use. When implemented by a class, collects all report parameters that satisfy the specified conditions. + + + + + + + A list of the objects. + + + + A Predicate object that stores the parameter conditions. + + + + + + + + For internal use. Gets a value indicating whether the control has been disposed of. + + + true if the control has been disposed of; otherwise, false. + + + + + + + Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. + + + + + + + + + For internal use. If implemented by a class, specifies the associated with the current report. + + + An object implementing the interface. + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + + + + + For internal use. + + + + + + + + When implemented by a class, specifies whether the report document creation should start before all the report parameters are submitted. + + + true to start to create the report document before submitting its parameters; otherwise, false. + + + + + + + For internal use. If implemented by a class, specifies whether the report preview window shows page margin lines. + + + true to show page margin lines; otherwise false. + + + + + + + If implemented by a class, finishes generating report pages. + + + + + + + + For internal use. If implemented by a class, updates the page settings + + + + + + + + + + + + + + + + Provides access to a document's watermark. + + + A object. + + + + + + + + Provides the basic functionality for the component. + + + + + + + For internal use. + + + + + + + + + + Specifies the Printing System used to create and print a document for the link associated with the IPrintControl. + + + + A descendant. + + + + + + + If implemented by a class, provides access to the object that reflects the current state of a document's generation or export. + + + + A object which is intended to track the process of a document's creation. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the XlSheetCreatedEventArgs class with the specified settings. + + + + An integer value. + + + + A value, specifying the sheet name. + + + + + + + + Specifies the Excel sheet index number. + + + An integer value. + + + + + + + Specifies the Excel sheet name. + + + A value. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the TreeViewLinkBase class with default settings. + + + + + + + + Initializes a new instance of the TreeViewLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the DataGridLinkBase class with default settings. + + + + + + + + Initializes a new instance of the DataGridLinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a DataGridLinkBase class instance. + + + + + + + + Initializes a new instance of the DataGridLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically. + + + true to automatically calculate a data grid's height; otherwise, false. + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Gets or sets the data grid's printing style. + + + A object. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + Gets or sets a value indicating whether this class descendant should use the visual style of the DataGrid it prints. + + + true to use the DatGrid style; otherwise, false. + + + + + + + + Provides the general functionality to print controls that implement the interface. + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with default settings. + + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a PrintableComponentLinkBase class instance. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a user implementation printed via the current link. + + + An user implementation. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + Creates a document from the object, so the document can be displayed or printed. Optionally, can generate pages in background. + + + + true to generate pages in background; otherwise, false. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type of object that will be printed by this link. This class should implement the interface. + + + + + + + Sets the object to be printed by this link. + + + + A object implementing the interface. + + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the ListViewLinkBase class with default settings. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the System.Windows.Forms.ListView type. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + + Lists values used to specify the worksheet visibility. + + + + + + + A worksheet is hidden. + + + + + + + + A worksheet is hidden and cannot be unhidden from the user interface. + + + + + + + + A worksheet is visible. + + + + + + + + + Provides options that specify the Document Properties of the resulting XLS file. + + + + + + + + Initializes a new instance of a XlDocumentOptions class. + + + + + + + + Specifies a string to be added as the Program name property of the resulting XLS file. + + + A string value that specifies the document application name. + + + + + + + Copies all settings from the object passed as a parameter. + + + + An object whose settings are assigned to the current object. + + + + + + + + Specifies a string to be added as the Authors property of the resulting XLS file. + + + A string value that specifies the document author. + + + + + + + Specifies a string to be added as the Categories property of the resulting XLS file. + + + A string value that specifies the document categories. + + + + + + + Creates a copy of the current object. + + + + An object that is a copy of the current object. + + + + + + + Specifies a string to be added as the Comments property of the resulting XLS file. + + + A string value that specifies comments about the document. + + + + + + + Specifies a string to be added as the Company property of the resulting XLS file. + + + A string value that specifies the document company. + + + + + + + Specifies a string to be added as the Subject property of the resulting XLS file. + + + A string value that specifies the document primary subject. + + + + + + + Specifies a string to be added as the Tags property of the resulting XLS file. + + + + A string value that specifies document tags. + + + + + + + Specifies a string to be added as the Title property of the resulting XLS file. + + + A string value that specifies the document title. + + + + + + + + Contains options which define how a document is exported to CSV format. + + + + + + + + + Initializes a new instance of the CsvExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings. + + + + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings. + + + + + A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. + + + + A class descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and other settings. + + + + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + + + + + Copies all the settings from the CsvExportOptions object passed as a parameter. + + + + + An CsvExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + Specifies whether or not to include the empty columns into the resulting CSV file. + + + true to omit the empty columns during export; otherwise false. + + + + + + + + Specifies whether or not to include the empty rows into the resulting CSV file. + + + true to omit the empty rows during export; otherwise false. + + + + + + + + Contains values that specify the visibility of the progress bar. + + + + + + + The progress bar is always visible when copying data. + + + + + + + + The progress bar is visible only when copying large amounts of RTF- or HTML-formatted data. + + + + + + + + The progress bar is never shown. + + + + + + + + + + Contains values that specify whether or not the Clipboard Management feature is enabled. + + + + + + + + Equal to the value. + + + + + + + + Data is copied to the clipboard together with its format settings. + + + + + + + + + Copied data is stored in clipboard as simple plain text. + + + + + + + + + Provides base properties that manage copying data from Data Grid and Tree List controls. + + + + + + + Initializes a new instance of the ClipboardOptions class with the specified settings. + + + + true, if the property should be set to Formatted; otherwise, false. + + + + + + + + Gets or sets whether the copied data should be compatible with the CSV format. + + + A value that specifies the data copied from the target control is compatible with the CSV format. + + + + + + + Gets or sets whether the copied data should be compatible with the Excel format (XLS/XLSX). + + + A value that specifies the data copied from the target control is compatible with the Excel format (XLS/XLSX). + + + + + + + + Gets or sets whether the copied data should be compatible with the Html format. + + + A value that specifies the data copied from the target control is compatible with the Html format. + + + + + + + Gets or sets whether the copied data should be compatible with the RTF format. + + + A value that specifies the data copied from the target control is compatible with the RTF format. + + + + + + + Gets or sets whether or not the copied data should be compatible with the TXT format. + + + A value that specifies the data copied from the target control is compatible with the TXT format. + + + + + + + Copies settings from the target object to the current object. + + + + An object whose setting will be copied to the current object + + + + + + + + + Gets or sets whether or not data copied from the target control should be stored together with its format settings. + + + A ClipboardMode enumerator value that specifies whether or not data copied from the target control should be stored together with its format settings. + + + + + + + Gets or sets whether or not an end-user can copy formatted data from both expanded and collapsed rows/nodes. + + + + A value that specifies if an end-user can copy formatted data from both expanded and collapsed rows/nodes. + + + + + + + Gets or sets whether or not the column headers should be copied along with copied Data Grid cells/TreeList nodes. + + + + A value that specifies if the column headers should be copied. + + + + + + + Gets or sets whether or not the progress bar should be visible when copying very large amounts of RTF or HTML formatted data. + + + + A value that specifies if the progress bar should be visible when copying very large amounts of RTF or HTML formatted data. + + + + + + + + + Contains options which define how a document is exported to a mail message. + + + + + + + Initializes a new instance of the MailMessageExportOptions class with default settings. + + + + + + + + Initializes a new instance of the MailMessageExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + + + + + Initializes a new instance of the MailMessageExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + + + + + Initializes a new instance of the MailMessageExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + + + + + + + Specifies whether or not images are embedded in HTML content. + + + true to embed images in HTML; otherwise, false. + + + + + + + + Represents the base method for all brick-related events. + + + + + + + + Represents the base method for all brick-related events. + + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Represents the base for all classes that provide data for the brick-related events. + + + + + + + Initializes a new instance of the BrickEventArgsBase class with the specified brick. + + + + + A object specifying the brick for which an event has been raised. This value is assigned to the property. + + + + + + + + Gets a brick for which an event has been raised. + + + A class descendant. + + + + + + + + Represents a hyperlink associated with a picture. + + + + + + + Initializes a new instance of the XlPictureHyperlink class with default settings. + + + + + + + + Creates a copy of the current XlPictureHyperlink object. + + + An XlPictureHyperlink object which is a copy of the current object. + + + + + + + Gets a value indicating whether the hyperlink associated with a picture refers to an external resource (web page, e-mail address, file or directory) or to an internal resource (to a cell range in the current workbook). + + + true, if the hyperlink refers to an external resource; otherwise, false. + + + + + + + Gets or sets the target frame in which to display the web page when the hyperlink is clicked. + + + A value representing a predefined name of the target window (frame). By default, it is an empty string. + + + + + + + + Represents an anchor point used to position a picture in a worksheet. + + + + + + + Initializes a new instance of the XlAnchorPoint class with the specified settings. + + + + An integer that is the zero-based index of the column containing the anchor cell for a picture. + + + + An integer that is the zero-based index of the row containing the anchor cell for a picture. + + + + + + + + Initializes a new instance of the XlAnchorPoint class with the specified settings. + + + + An integer that is the zero-based index of the column containing the anchor cell for a picture. + + + + An integer that is the zero-based index of the row containing the anchor cell for a picture. + + + + + An integer value that is the column offset within the anchor cell in pixels. + + + + An integer value that is the row offset within the anchor cell in pixels. + + + + + + + + Gets the index of the column that contains the anchor cell. + + + An integer value specifying the zero-based index of the column. + + + + + + + Gets the horizontal offset from the left edge of the anchor cell to the actual position of the anchor point. + + + An integer value that is the column offset within the anchor cell in pixels. + + + + + + + Determines whether the specified object is equal to the current XlAnchorPoint instance. + + + + An object to compare with the current object. + + + true, if the specified object is equal to the current XlAnchorPoint instance; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlAnchorPoint object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets the index of the row that contains the anchor cell. + + + + + An integer value specifying the zero-based index of the row. + + + + + + + Gets the vertical offset from the top edge of the anchor cell to the actual position of the anchor point. + + + An integer value that is the row offset within the anchor cell in pixels. + + + + + + + + Contains options which define how a document is exported to an image. + + + + + + + + Initializes a new instance of the ImageExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the ImageExportOptions class with the specified image format. + + + + + An object representing the image format. This value is assigned to the property. + + + + + + + + + Copies all the settings from the ImageExportOptions object passed as a parameter. + + + + + An ImageExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value indicating how a document is exported to Image. + + + + An enumeration value which represents the Image export mode. + + + + + + + + Gets or sets an image format in which the document is exported. + + + + + A value which represents the image format. + + + + + + + + Lists the image formats available in the export options. The following values are available: ".bmp", ".gif", ".jpg", ".png", ".emf", ".wmf", ".tiff". + + + + + + + + + Gets or sets the color of page borders when a document is exported to Image page-by-page. + + + A value which represents the page border color. + + + + + + + + Gets or sets the width (in pixels) of page borders when a document is exported to Image page-by-page. + + + An integer value which represents the page border width. + + + + + + + Gets or sets the range of pages to be exported. + + + + A specifying the range of pages. + + + + + + + Gets or sets a resolution (in dpi), which should be used to create a resulting image from the current document. + + + + An integer value which represents an image resolution (in dpi). + + + + + + + + + + + + + + + + + + + + + + + + Specifies the document changing permissions. + + + + + + + Permits any changes for the PDF document, except extracting its pages. + + + + + + + + Permits commenting, filling in form fields, and signing existing signature fields for the PDF document. + + + + + + + + Permits filling in form fields and signing existing signature fields for the PDF document. + + + + + + + + Permits inserting, deleting and rotating the PDF document's pages. + + + + + + + + Specifies that no changes are permitted to the PDF document. + + + + + + + + + Specifies the document printing permissions. + + + + + + + Permits the PDF document's printing in high resolution only, unless the are accessed and modified. + + + + + + + + Permits the PDF document's printing in low resolution only (150 dpi), unless the are accessed and modified. + + + + + + + + Forbids printing of the PDF document, unless the are accessed and modified. + + + + + + + + + Defines the security access options for the exported PDF document. + + + + + + + Initializes a new instance of the PdfPasswordSecurityOptions class. + + + + + + + + Copies all the settings from the PdfPasswordSecurityOptions object passed as a parameter. + + + + + An PdfPasswordSecurityOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Creates a copy of the current PdfPasswordSecurityOptions instance. + + + A PdfPasswordSecurityOptions object which represents an exact copy of the current object. + + + + + + + Determines whether or not the specified object is equal to the current PdfPasswordSecurityOptions instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PdfPasswordSecurityOptions instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PdfPasswordSecurityOptions object. + + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the password for opening the exported PDF document. + + + A value, representing the password. + + + + + + + Provides access to the PDF permission options of the document. + + + A object, representing the security permission options for the exported PDF document. + + + + + + + + Specifies the PDF permissions password for the document. + + + A value, representing the permissions password. + + + + + + + + Contains options which define how a document is exported to HTML format. + + + + + + + + + Initializes a new instance of the HtmlExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified encoding name. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + + + + + + Represents the class used to generate an UPC A barcode. + + + + + + + Initializes a new instance of the UPCAGenerator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Lists the values used to specify the compression level of the XPS document. + + + + + + + + XPS document is compressed fast, but with a lower level of compression. + + + + + + + + XPS document is compressed with the best level of compression, but it requires more time. + + + + + + + + XPS document is compressed with a normal level of compression. + + + + + + + + + XPS document is not compressed. + + + + + + + + + XPS document is compressed very fast, but with the lowest level of compression. + + + + + + + + + Specifies whether the resulting file should be automatically opened in the default program, after exporting a document which is currently displayed in the Print Preview. + + + + + + + + After exporting is finished, the message box with the following text is shown: "Do you want to open this file?", so that an end-user may choose whether the resulting file should be automatically opened in the default program, or not. + + + + + + + + No action is performed after exporting is finished. + + + + + + + + + After exporting is finished, the default program which is currently associated with the type of the resulting file is launched, and the file is automatically opened in this application. + + + + + + + + + Defines the security permission options for the exported PDF document. + + + + + + + Initializes a new instance of the PdfPermissionsOptions class with default settings. + + + + + + + + Copies all the settings from the PdfPermissionsOptions object passed as a parameter. + + + + An PdfPermissionsOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies the permissions for changing the exported PDF document. + + + A object, that contains the changing permissions. + + + + + + + Creates a copy of the current PdfPermissionsOptions instance. + + + A PdfPermissionsOptions object which represents an exact copy of the current object. + + + + + + + Specifies the permissions for copying the exported PDF document. + + + true to enable document copying; otherwise, false. + + + + + + + Specifies the permissions for copying the exported PDF document. + + + true to enable document copying; otherwise, false. + + + + + + + Specifies the permissions for screen readers access to the exported PDF document. + + + true to enable screen readers access; otherwise, false. + + + + + + + Determines whether or not the specified object is equal to the current PdfPermissionsOptions instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PdfPermissionsOptions instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PdfPermissionsOptions object. + + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the permissions for printing the exported PDF document. + + + A object, containing the printing permissions. + + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event sender. + + + + An object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ExceptionEventArgs class with the specified settings. + + + + A object. + + + + + + + + Provides access to the exception. + + + A object, representing errors that occur during application execution. + + + + + + + Specifies whether or not the corresponding event was handled. + + + + true if the exception was handled; otherwise, false. + + + + + + + + Contains options which specify the Document Properties of the created XPS file. + + + + + + + Initializes a new instance of the XpsDocumentOptions class with default settings. + + + + + + + + Copies all the settings from the XpsDocumentOptions object passed as a parameter. + + + + + An XpsDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the string to be added as a Category property of the resulting XPS file. + + + + A which stores a Category. + + + + + + + Creates a copy of the current XpsDocumentOptions object. + + + A XpsDocumentOptions object which is a copy of the current object. + + + + + + + Gets or sets the string to be added as a Creator property of the resulting XPS file. + + + + A which stores a Creator. + + + + + + + Gets or sets the string to be added as a Description property of the resulting XPS file. + + + + A which stores a Description. + + + + + + + Gets or sets the string to be added as a Keywords property of the resulting XPS file. + + + + A which stores keywords. + + + + + + + Gets or sets the string to be added as a Subject property of the resulting XPS file. + + + + A which stores a Subject. + + + + + + + Gets or sets the string to be added as a Title property of the resulting XPS file. + + + + A which stores a Title. + + + + + + + Gets or sets the string to be added as a Version property of the resulting XPS file. + + + + A which stores a Version. + + + + + + + + Specifies the XLSX export mode. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document. + + + + + + + + A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file. + + + + + + + + + Specifies the XLS export mode. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLS file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS file only once, at the beginning and at the end of the document. + + + + + + + + + Lists characters used to identify a new line in a CSV document. + + + + + + + A carriage return character. + + + + + + + + A carriage return/linefeed character combination. + + + + + + + + A form feed character for the print function. + + + + + + + + + A line feed character. + + + + + + + + A carriage linefeed/return character combination. + + + + + + + + A vertical tab character. + + + + + + + + + Represents the object that specifies rows and columns to be repeated on every printed page. + + + + + + + Initializes a new instance of the XlPrintTitles class with the specified settings. + + + + An object that is the worksheet containing row and column titles to be printed. + + + + + + + + Gets or sets specific columns to be repeated on every printed page. + + + An XlCellRange object that specifies worksheet columns repeated on every printed page. + + + + + + + Gets or sets specific rows to be repeated on every printed page. + + + An XlCellRange object that specifies worksheet rows repeated on every printed page. + + + + + + + Sets columns to be repeated on the left side of every printed page. + + + + A zero-based integer representing the index of the first column to be printed on each page. + + + + A zero-based integer representing the index of the last column to be printed on each page. + + + + + + + + Sets rows to be repeated at the top of every printed page. + + + + A zero-based integer representing the index of the first row to be printed on each page. + + + + A zero-based integer representing the index of the last row to be printed on each page. + + + + + + + + Returns a string reference to a range that includes the entire rows and/or columns repeated on every printed page. + + + A string reference to the title rows and/or title columns printed on every page. + + + + + + + + Lists the types of errors which occur in cell formulas and can be skipped using the property. + + + + + + + + All errors are ignored. + + + + + + + + The cell in a calculated column contains a formula that is different from the calculated column formula. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + + The formula contains a reference to an empty cell. + + + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + The cell contains a formula that results in an error. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!. + + + + + + + + The formula does not match the pattern of nearby formulas. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + The formula omits certain cells in a region. The rule checks whether the formula in the cell which references a cell range includes a range of cells that is adjacent to the cell that contains the formula. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + A cell value does not comply with the data validation rule restricting data to predefined items in a list. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + No errors are ignored. + + + + + + + + Numbers stored as text or preceded by an apostrophe. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + A text date that might be misinterpreted as the wrong century. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + The cell containing a formula is not locked for protection. + +The screenshot that illustrates this error type is taken in Microsoft® Excel®. + + + + + + + + + + Lists values used to specify the order in which worksheet pages are numbered and printed when the worksheet data does not fit on one page. + + + + + + + Worksheet pages are numbered and printed from the top down and then left to right. + + + + + + + + Worksheet pages are numbered and printed from left to right and then from the top down. + + + + + + + + + Lists values used to specify the page orientation applied when a worksheet is being printed. + + + + + + + Worksheet page orientation is default. + + + + + + + + Worksheet page orientation is landscape. + + + + + + + + Worksheet page orientation is portrait. + + + + + + + + + Lists values used to specify how comments anchored to worksheet cells are printed. + + + + + + + Cell comments are printed as they are displayed on a worksheet. + + + + + + + + Cell comments are printed in a separate page at the end of a worksheet printout. + + + + + + + + Cell comments are not printed. + + + + + + + + + Lists values used to specify how cell errors are printed. + + + + + + + Cell errors are not printed. + + + + + + + + Cell errors are printed as double dashes (--). + + + + + + + + Cell errors are printed as they are displayed on a worksheet. + + + + + + + + Cell errors are printed as #N/A. + + + + + + + + + Represents the object that specifies printing options for a worksheet. + + + + + + + Initializes a new instance of the XlPrintOptions class with default settings. + + + + + + + + Gets or sets a value indicating whether worksheet gridlines should be printed. + + + true, to print worksheet gridlines; otherwise, false. + + + + + + + Gets or sets a value indicating whether row and column headings should be printed. + + + true, to print row and column headings; otherwise, false. + + + + + + + Gets or sets a value indicating whether worksheet data is centered horizontally on a printed page. + + + true, to center worksheet data; otherwise, false. + + + + + + + Gets or sets a value indicating whether worksheet data is centered vertically on a printed page. + + + true, to center worksheet data; otherwise, false. + + + + + + + + Represents the object that specifies page formatting options. + + + + + + + Initializes a new instance of the XlPageSetup class with default settings. + + + + + + + + Gets or sets a value indicating whether the first page number should be selected automatically. + + + true, to use the default page number for the first printed page; otherwise, false. + + + + + + + Gets or sets whether to print the worksheet in black and white or in color. + + + true, to print the worksheet in black and white; otherwise, false. + + + + + + + Gets or sets how comments contained in a worksheet are printed. + + + One of the enumeration values. + + + + + + + Gets or sets the number of worksheet copies to print. + + + A positive integer that is a number of copies to print. +If the number of copies is less than 1 or greater than 32767, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + Gets or sets a value indicating whether the worksheet should be printed without graphics and graphic elements (such as gridlines). + + + true, to exclude graphics from the printout; otherwise, false. + + + + + + + Gets or sets how errors contained in worksheet cells are printed. + + + One of the enumeration values. + + + + + + + Gets or sets the number from which pagination starts on the current worksheet. + + + An integer that is the number of the first page of the printed worksheet. + + + + + + + Gets or sets the number of pages by height in which the worksheet should fit when printed. + + + A positive integer value that specifies the number of pages that the worksheet should fit on. +This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + + + Gets or sets a value indicating whether the worksheet content should be scaled to fit on a specific number of pages. + + + true, if the FitToPage print option is enabled; otherwise, false. + + + + + + + Gets or sets the number of pages wide the worksheet should fit on when printed. + + + A positive integer value that specifies the number of pages that the worksheet should fit on. +This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + + + Gets or sets the horizontal printer resolution, in dots per inch. + + + A positive integer that specifies the printing resolution. +The default value is 600 DPI. + + + + + + + Gets or sets the page orientation applied when a worksheet is being printed. + + + An enumeration member. + + + + + + + Gets or sets the order in which worksheet pages are numbered and printed. + + + An enumeration member. + + + + + + + Gets or sets a value that specifies the paper size used when a worksheet is being printed. + + + One of the enumeration values. + + + + + + + Gets or sets the percentage by which to scale the worksheet content. + + + A positive integer value that determines print scaling. This value must be between 10 and 400; otherwise, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + Gets or sets a value indicating whether to use the default page settings specified by the printer. + + + true, to use the printer's defaults settings for a printed page; otherwise, false. + + + + + + + Gets or sets the vertical printer resolution, in dots per inch. + + + A positive integer that specifies the printing resolution. +The default value is 600 DPI. + + + + + + + + Contains options which define how a document is exported to XPS format. + + + + + + + + + Initializes a new instance of the XpsExportOptions class with default settings. + + + + + + + + Copies all the settings from the XpsExportOptions object passed as a parameter. + + + + + An XpsExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value specifying the compression level of the XPS document. + + + An enumeration level. + + + + + + + Gets the options to be embedded as Document Properties of the created XPS file. + + + An object which contains Document Properties options. + + + + + + + + Represents a single row in a worksheet. + + + + + + + Applies the specified formatting settings to the entire row. + + + + An object that specifies format characteristics to be applied to row cells. + + + + + + + + Creates the specified number of empty cells to which specific formatting options are applied. + + + + A positive integer that specifies the number of blank cells to be created. + + + + An object that specifies formatting settings to be applied to the created cells. If formatting is null, a System.ArgumentNullException exception occurs. + + + + + + + + Creates cells with the specified values and format characteristics. + + + + An object exposing the System.Collections.IEnumerable interface that provides values for cells to be created. +If the values parameter is null, a System.ArgumentNullException exception occurs. + + + + An object that specifies formatting settings be applied to the created cells. If null, no special formatting is applied. + + + + + + + + Creates a new cell in the row and returns the object. + + + An object that is the newly created cell. + + + + + + + Creates a new cell at the intersection of the current row and the specified column. + + + + An integer specifying the zero-based index of the column where the created cell should be located. + + + An object that is the newly created cell. + + + + + + + Gets or sets format characteristics of the row. + + + An object that specifies format characteristics applied to row cells. + + + + + + + + Gets or sets the row height in pixels. + + + An integer value that is the row height in pixels. -1 sets the default row height. + + + + + + + + Gets or sets the row height in points. + + + A value that is the row height in points. + + + + + + + Gets or sets a value indicating whether the group located below or above the current row is collapsed. + + + true, if the group is collapsed; otherwise, false. + + + + + + + Gets or sets whether the row is visible or hidden. + + + true, if the row is hidden; otherwise, false. + + + + + + + Gets the zero-based index of the current row. + + + An integer specifying the position of the row in the worksheet. + + + + + + + Specifies the number of successive cells to be skipped in the row before starting to create a new cell. + + + + + A positive integer value that specifies the number of cells in the row to be skipped. + + + + + + + + + + Lists values used to specify the units of margin measurement. + + + + + + + Specifies centimeters as a unit of margin measurement. + + + + + + + + Specifies inches as a unit of margin measurement. + + + + + + + + + Lists possible ways to interpret and calculate a formula in a worksheet. + + + + + + + Formula is calculated as an array formula in a worksheet. + + + + + + + + The formula works with an array of values. + + + + + + + + + Formula is calculated as if it is entered in the worksheet cell in the usual way. It does not operate with arrays to return arrays. + + + + + + + + Formula is calculated as a shared formula in a worksheet. + + + + + + + + + Represents the object that specifies a cell number format. + + + + + + + Gets the object that uses the "d-mmm" format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Gets the format code corresponding to the current number format. + + + A value that is the format string. + + + + + + + Gets the unique identifier associated with the current number format. + + + An integer value that is the number format ID. + + + + + + + Gets the object that uses the "# ?/?" format code to display a cell number as a fraction. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "# ??/??" format code to display a cell number as a fraction. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the General format to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets a value indicating whether the current XlNumberFormat is a date and time format. + + + true, if the XlNumberFormat is used to format a date and time value in a cell; otherwise, false. + + + + + + + Gets the object that uses the "d-mmm-yy" format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "h:mm:ss AM/PM" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "h:mm:ss" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "mm:ss" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "mm:ss.0" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "mmm-yy" format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0;(#,##0)" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0.00;(#,##0.00)" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0;[Red](#,##0)" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0.00;[Red](#,##0.00)" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "0" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "0.00" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "#,##0.00" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "0%" format code to display a cell number as a percentage. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "0.00%" format code to display a cell number as a percentage. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "0.00E+00" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "##0.0E+0" format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "mm-dd-yy" format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "m/d/yy h:mm" format code to display a cell value as a date and time. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "h:mm AM/PM" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "h:mm" format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "[h]:mm:ss" format code to display a cell value as the total amount of time elapsed. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the "@" character to display a cell value as a text. + + + An object that specifies a cell number format. + + + + + + + + Specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS (or XLSX) document. + + + + + + + + Exports all data fields to the XLS (or XLSX) file as strings, with the corresponding formatting embedded into those strings. + + + + + + + + Exports all data fields to the XLS (or XLSX) file using the same formatting as they have in the original document. + + + + + + + + + Represents a single cell in a worksheet. + + + + + + + Applies the specified formatting settings to the cell. + + + + An object that specifies format characteristics to be applied to the cell. + + + + + + + + Gets the index of the column that contains the current cell. + + + A zero-based integer value that specifies the index of the column containing the current cell. + + + + + + + Gets or sets cell format characteristics. + + + An object that specifies format characteristics applied to the cell. + + + + + + + Gets the current cell position in a worksheet. + + + An XlCellPosition object. + + + + + + + Gets the index of the row that contains the current cell. + + + A zero-based integer value that specifies the index of the row containing the current cell. + + + + + + + Assigns the specified formula string to a cell. + + + + + + + + + + + Assigns the specified formula expression to a cell. + + + + + + + + + + + Assigns the specified formula to a cell. + + + + + + + + + + + Assigns the rich formatted text to a cell. + + + + An object that is a combination of specifically formatted text regions. + + + + + + + + Assigns the specified formula expression to the given cell range to create a shared formula. + + + + + + + + + + + + + + Assigns the specified formula string to the given cell range to create a shared formula. + + + + + + + + + + + + + + Creates the shared formula based on the formula contained in the host cell. + + + + + + + + + + + Gets or sets a cell value. + + + An XlVariantValue object. + + + + + + + + Provides access to a set of display options for a worksheet. + + + + + + + Gets or sets a value indicating whether the worksheet is displayed from right to left. + + + true, to display the worksheet from right to left; otherwise, false. + + + + + + + Gets or sets whether to display the formula in each cell instead of the formula result. + + + true, to display formulas; otherwise, false. + + + + + + + Gets or sets whether worksheet gridlines are visible. + + + true, to display worksheet gridlines; otherwise, false. + + + + + + + Gets or sets whether outline symbols are visible on the worksheet that contains outlined data. + + + true, to display outline symbols; otherwise, false. + + + + + + + Gets or sets whether row and column headers are visible on the worksheet. + + + true, to display row and column headers; otherwise, false. + + + + + + + Gets or sets whether to display zero values in worksheet cells. + + + true, to display zero values; otherwise, false. + + + + + + + + Lists values used to specify the reading order of the cell. + + + + + + + Specifies that the reading order depends on the context and is determined by the first strong character: if it is a right-to-left character, the reading order is also right-to-left; otherwise, the reading order is left-to-right. + + + + + + + + Specifies that the reading order is left-to-right. + + + + + + + + Specifies that the reading order is right-to-left. + + + + + + + + + Lists values used to specify the horizontal alignment of the cell content. + + + + + + + The cell content is centered horizontally across the cell. + + + + + + + + The cell content is centered horizontally across multiple cells. + + + + + + + + The text is wrapped to fit into the cell width and each line of text is horizontally distributed across the full width of the cell. This alignment type allows applying an indent to both the left and right sides of the cell. + + + + + + + + Repeats the cell content across the entire width of the cell. + + + + + + + + The cell content is horizontally aligned according to the data type (text is aligned to the left; numbers, date and time values are aligned to the right; boolean and error values are centered). + + + + + + + + The text is wrapped to fully fit into the cell width and each line of text (except the last line) is horizontally justified to the right and left of the cell. + + + + + + + + The cell content is horizontally aligned to the left edge of the cell. + + + + + + + + + The cell content is horizontally aligned to the right edge of the cell. + + + + + + + + + + Lists values used to specify the vertical alignment of the cell content. + + + + + + + The cell content is vertically aligned at the bottom. + + + + + + + + The cell content is centered vertically. + + + + + + + + The text is vertically distributed across the cell height. + + + + + + + + The cell content is vertically justified. + + + + + + + + The cell content is vertically aligned at the top. + + + + + + + + + Contains alignment settings for a cell. + + + + + + + Initializes a new instance of the XlCellAlignment class with default settings. + + + + + + + + Creates a copy of the current XlCellAlignment object. + + + An XlCellAlignment object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlCellAlignment class. + + + + An XlCellAlignment class instance representing the source object for copying. + + + + + + + + Determines whether the specified object is equal to the current XlCellAlignment instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlCellAlignment instance; otherwise false. + + + + + + + Creates the object using the specified horizontal and vertical alignment settings. + + + + An enumeration member specifying how cell data should be horizontally aligned. + + + + An enumeration member specifying how cell data should be vertically aligned. + + + An class instance. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlCellAlignment object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets the horizontal alignment of the cell content. + + + An enumeration member specifying how cell data should be horizontally aligned. + + + + + + + Gets or sets the cell content indention from the cell edge depending on the applied horizontal alignment. + + + An unsigned integer that specifies a space between the cell content and cell edge. An indent increment is equal to three spaces of the Normal style font. + + + + + + + Gets or sets a value indicating whether the justified or distributed alignment should be applied to the last line of the cell text. + + + true, to distribute the last line of the text in a cell; otherwise, false. The default is false. + + + + + + + Gets or sets the reading order for text in a cell. + + + One of the enumeration members that specifies the reading order. + + + + + + + Reserved for future use. +Gets or sets the additional indent value to add some extra space between the cell content and the cell edge. + + + An integer value that specifies the relative indent for text in a cell. + + + + + + + Gets or sets a value indicating whether the font size of the cell text should be automatically adjusted to fit the cell width. + + + true, if the cell text size should be shrunk; otherwise, false. + + + + + + + Gets or sets the rotation angle of the cell content. + + + An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between 0 and 180; 255 changes text orientation to vertical. +If a value is outside the allowable range of values, the System.ArgumentException will be thrown. + + + + + + + Gets or sets the vertical alignment of the cell content. + + + An enumeration member specifying how cell data should be vertically aligned. + + + + + + + Gets or sets a value indicating whether the text contained in a cell should be wrapped into multiple lines. + + + true, if the cell text should be line-wrapped; otherwise, false. + + + + + + + + Provides data for events that allow cells in the export output to be customized. + + + + + + + Initializes a new instance of the CustomizeCellEventArgsBase class. + + + + + + + + Gets or sets the type of the current cell in the export document. + + + The type of the current cell in the export document. + + + + + + + Gets or sets the data source field name to which the current cell corresponds. + + + The data source field name. + + + + + + + Gets or sets the object that defines the cell's formatting settings (font, alignment, background color, format string, etc.) + + + The object that defines the cell's formatting settings. + + + + + + + + Contains cell formatting settings applied when exporting a control's data to XLS(X) format. + + + + + + + Initializes a new instance of the XlFormattingObject class. + + + + + + + + Gets or sets text alignment, wrapping, rotation, best-fit and indentation options. + + + Options that define how text is aligned, wrapped, rotated, best-fit and indented. + + + + + + + Gets or sets the cell's background color. + + + The cell's background color. + + + + + + + Copies the font, format string and background color settings from the specified object to the current object. + + + + An object whose settings are copied. + + + + A value to be assigned to the property. + + + + + + + + Gets or sets font attributes for the currently processed cell. + + + An object that contains font attributes for the currently processed cell. + + + + + + + Gets the pattern for formatting values. + + + The string representing the format pattern. + + + + + + + Gets or sets the type of formatting applied to the current value. + + + The formatting type. + + + + + + + Gets or sets the native Excel format string used to format the currently processed value. + + + A string value, representing the XLSX format string. + + + + + + + + Represents a color used in the spreadsheet document. + + + + + + + Gets an object whose value is . + + + An object that represents an automatic color. + + + + + + + Gets the type of the current color. + + + One of the enumeration values specifying the color type. + + + + + + + Gets an object whose value is . + + + An object that represents an empty color. + + + + + + + Determines whether the specified object is equal to the current XlColor instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlColor instance; otherwise false. + + + + + + + Creates the object from a 32-bit ARGB value. + + + + A value specifying the 32-bit ARGB value. + + + An class instance. + + + + + + + Creates the object from the specified 8-bit color values (red, green, and blue). + + + + An 8-bit integer that specifies the red component value for the new color. Valid values are 0 through 255. + + + + An 8-bit integer that specifies the green component value for the new color. Valid values are 0 through 255. + + + + An 8-bit integer that specifies the blue component value for the new color. Valid values are 0 through 255. + + + An class instance. + + + + + + + Creates the object from the theme color using the specified saturation value. + + + + An enumeration member that is one of 12 base colors used by the current document theme. + + + + A value from -1 to 1. If a value is outside the allowable range of values, the ArgumentOutOfRangeException will be thrown. + + + An class instance. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlColor object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets a value indicating whether the current color is automatic or empty. + + + true, if the color is automatic or empty; otherwise, false. + + + + + + + Gets a value indicating whether the current color is empty. + + + true, if the color is empty; otherwise, false. + + + + + + + Gets an ARGB value of the current color. + + + A object that represents an ARGB color. + + + + + + + Gets the theme color based on which the object is created. + + + An enumeration member that is one of 12 base colors used by the current document theme. + + + + + + + Gets the tint value applied to the theme color. + + + A value from -1 to 1. + + + + + + + Converts the XlColor object to a human-readable string. + + + A value that consists of the theme color and the tint value if the XlColor is created from a theme color by using the method; otherwise a string that consists of the ARGB component values. + + + + + + + + Lists values used to specify the font scheme. + + + + + + + Specifies that the given font is the major font for the current theme. + + + + + + + + Specifies that the given font is the minor font for the current theme. + + + + + + + + Specifies that the given font is not a theme font. + + + + + + + + + Represents a method for handling CustomizeCell events that take a object as a parameter. + + + + + + + + Represents a method for handling CustomizeCell events that take a object as a parameter. + + + + Data for the event. + + + + + + + + + Provides data for events that allow cells in the export output to be customized. + + + + + + + Initializes a new instance of the CustomizeCellEventArgs class. + + + + + + + + Specifies the hyperlink, which belongs to the currently processed cell. + + + + A , that specifies the processed cell's hyperlink. + + + + + + + Gets or sets information on the summary calculated in the currently processed cell. This property is in effect only for summary cells. + + + An object that contains information on the summary calculated in the currently processed cell. + + + + + + + Specifies the value of the cell currently being processed. + + + An object which represents the processed cell's value. + + + + + + + + Lists underline styles. + + + + + + + Specifies a double underline. + + + + + + + + Specifies a double accounting underline. +Adds a double-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. + + + + + + + + Specifies that the text is not underlined. + + + + + + + + Specifies a single underline. + + + + + + + + Specifies a single accounting underline. +Adds a single-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. + + + + + + + + + + Lists values used to format the text in a cell as superscript or subscript. + + + + + + + Specifies that the cell text should be located at the normal baseline and should have the same size as the surrounding text. + + + + + + + + Specifies that the cell text should be formatted as subscript. + + + + + + + + Specifies that the cell text should be formatted as superscript. + + + + + + + + + Lists the types of patterns available for cell shading. + + + + + + + Specifies a pattern that is a series of thick downward diagonal stripes. + + + + + + + + + Specifies the 75% gray pattern. + + + + + + + + + Specifies the thick grid pattern. + + + + + + + + + Specifies a pattern that is a series of thick horizontal stripes. + + + + + + + + + Specifies the thick diagonal trellis pattern. + + + + + + + + + Specifies a pattern that is a series of thick upward diagonal stripes. + + + + + + + + + Specifies a pattern that is a series of thick vertical stripes. + + + + + + + + + Specifies the 6.25% gray pattern. + + + + + + + + + Specifies the 12.5% gray pattern. + + + + + + + + + Specifies a pattern that is a series of thin downward diagonal stripes. + + + + + + + + + Specifies the 25% gray pattern. + + + + + + + + + Specifies the thin grid pattern. + + + + + + + + + Specifies a pattern that is a series of thin horizontal stripes. + + + + + + + + + Specifies the thin diagonal trellis pattern. + + + + + + + + + Specifies a pattern that is a series of thin upward diagonal stripes. + + + + + + + + + Specifies a pattern that is a series of thin vertical stripes. + + + + + + + + + Specifies the 50% gray pattern. + + + + + + + + + No background (solid color or fill pattern) is applied to a cell. + + + + + + + + Specifies that a cell is filled with a solid color. + + + + + + + + + + Serves as a base for the class and specifies the common font characteristics. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as bold. + + + true, if the cell text is bold; otherwise, false. + + + + + + + Gets or sets the basic set of characters associated with the current font. + + + An integer value that represents the font character set. Valid values are 0 to 255. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is condensed. + + + true, to squeeze text characters together; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current object of the XlFontBase type. + + + + An XlFontBase object that represents the object from which the settings will be copied. + + + + + + + + Determines whether the specified object is equal to the current XlFontBase object. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFontBase object; otherwise false. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is extended. + + + true, to stretch the text; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFontBase object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as italic. + + + true, if the cell text is italic; otherwise, false. + + + + + + + Gets or sets the name of the font applied to the cell content. + + + A value that specifies the font name. + + + + + + + Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline. + + + + true, to display only inner and outer borders of each character; otherwise, false. + + + + + + + Gets or sets the font scheme to which the current font belongs. + + + One of the enumeration members. + + + + + + + Formats the cell content as subscript or superscript. + + + An enumeration member indicating whether the text is subscript or superscript. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed. + + + true, to add a shadow to the cell text; otherwise, false. + + + + + + + Gets or sets the size of the font applied to the cell content. + + + A value specifying the font size in points. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as strikethrough. + + + true, if the strikethrough formatting is applied to the cell text; otherwise, false. + + + + + + + Gets or sets the type of underline applied to the cell content. + + + An enumeration value. + + + + + + + + Contains the cell font attributes. + + + + + + + Initializes a new instance of the XlFont class with default settings. + + + + + + + + Returns the object corresponding to the body font used in the current document theme. + + + An class instance that represents the theme body font. + + + + + + + Creates a copy of the current XlFont object. + + + An XlFont object which is a copy of the current object. + + + + + + + Gets or sets the color of the font applied to the cell content. + + + An object that specifies the font color. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlFont class. + + + + An XlFont class instance representing the source object for copying. + + + + + + + + Creates the object that specifies a custom font with the given face name, size and color. + + + + A value that specifies the font name. + + + + A value that specifies the font size in points. + + + + An object that specifies the font color. + + + An class instance that is the custom font with specified characteristics. + + + + + + + Creates the object that specifies a custom font with the given face name and size. + + + + A value that specifies the font name. + + + + A value that specifies the font size in points. + + + An class instance that is the custom font with specified characteristics. + + + + + + + Creates the object that specifies a custom font with the given face name. + + + + A value that specifies the font name. + + + An class instance that represents the custom font. + + + + + + + Determines whether the specified object is equal to the current XlFont instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFont instance; otherwise false. + + + + + + + Gets or sets the font family of the font applied to cell content. + + + An object that specifies the font family. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFont object. + + + An integer value that is the hash code for the current object. + + + + + + + Returns the object corresponding to the heading font used in the current document theme. + + + An class instance that represents the theme heading font. + + + + + + + + Contains the cell background attributes. + + + + + + + Initializes a new instance of the XlFill class with default settings. + + + + + + + + Gets or sets the background color of the cell pattern fill. + + + An value that specifies the background color. + + + + + + + Creates a copy of the current XlFill object. + + + An XlFill object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlFill class. + + + + An XlFill class instance representing the source object for copying. + + + + + + + + Determines whether the specified object is equal to the current XlFill instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFill instance; otherwise false. + + + + + + + Gets or sets the foreground color of the cell pattern fill. + + + An value that specifies the pattern color. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFill object. + + + An integer value that is the hash code for the current object. + + + + + + + Returns the object specifying that a cell has no fill. + + + An class instance. + + + + + + + Creates the object that specifies the automatic pattern fill for a cell background. + + + + An enumeration member that is a preset type of the cell pattern fill. + + + An object that specifies the cell background fill. + + + + + + + Creates the object that specifies the pattern fill for a cell background. + + + + An enumeration member that is a preset type of the cell pattern fill. + + + + An object that specifies the background color of the pattern fill. + + + + An object that specifies the foreground color of the pattern fill. + + + An object that specifies the cell background fill. + + + + + + + Gets or sets the type of the pattern applied to a cell background. + + + An enumeration member that is a preset type of pattern fill. + + + + + + + Creates the object that specifies the solid fill for a cell background. + + + + An object that is the color used to fill a cell background. + + + An object that specifies the cell background fill. + + + + + + + + Contains options used to specify the summary rows and columns location. + + + + + + + Gets or sets a value indicating whether the summary rows are located below detail rows + + + true, if summary rows are below each group of detail rows; otherwise, false. + + + + + + + Gets or sets a value indicating whether the summary columns are located to the right of detail columns. + + + true, if summary columns are to the right of each group of detail columns; otherwise, false. + + + + + + + + Represents the object that specifies headers and footers of a worksheet. + + + + + + + Initializes a new instance of the XlHeaderFooter class with default settings. + + + + + + + + Gets or sets a value indicating whether the header or footer edges should be aligned with page margins. + + + + true, to align the header or footer with page margins; otherwise, false. + + + + + + + Turns bold on or off for the characters that follows. + + + + + + + + + Prints the name of the workbook. + + + + + + + + + Prints the workbook file path. + + + + + + + + + Centers the characters that follow. + + + + + + + + + Removes headers and footers from a worksheet. + + + + + + + + Prints the current date. + + + + + + + + + Gets or sets a value indicating whether the first page of the worksheet has unique headers and footers. + + + true, to specify a unique header or footer for the first page; otherwise, false. + + + + + + + + Gets or sets a value indicating whether the odd-numbered pages have headers and footers different from those on even-numbered pages. + + + true, to specify different headers and footers for the odd-numbered and even-numbered pages; otherwise, false. + + + + + + + Turns double underline on or off for the characters that follow. + + + + + + + + + Gets or sets the text to be displayed in the footer of even-numbered pages. + + + A object that specifies the footer for even-numbered pages. + + + + + + + Gets or sets the text to be displayed in the header of even-numbered pages. + + + A object that specifies the header for even-numbered pages. + + + + + + + Gets or sets the text to be displayed in the footer of the first worksheet page. + + + A object that specifies the footer for the first page. + + + + + + + Gets or sets the text to be displayed in the header of the first worksheet page. + + + A object that specifies the header for the first page. + + + + + + + Specifies the left-aligned, centered and right-aligned text for the header of footer. + + + + A System.String that specifies the text to be displayed in the left header or footer section. + + + + A System.String that specifies the text to be displayed in the center header or footer section. + + + + A System.String that specifies the text to be displayed in the right header or footer section. + + + A System.String that represents the resulting text string included in the header or footer. + + + + + + + Turns italic on or off for the characters that follow. + + + + + + + + + Left aligns the characters that follow. + + + + + + + + + Gets or sets the text to be displayed in the footer of odd-numbered pages. + + + A object that specifies the footer for odd-numbered pages. + + + + + + + Gets or sets the text to be displayed in the header of odd-numbered pages. + + + A object that specifies the header for odd-numbered pages. + + + + + + + Prints the current page number. + + + + + + + + + Prints the total number of pages in the document. + + + + + + + + + Right aligns the characters that follow. + + + + + + + + + Gets or sets a value indicating whether headers and footers should be scaled proportionately when print scaling is used to fit information on the specified number of pages. + + + true, to scale headers and footers with document scaling; otherwise, false. + + + + + + + Prints the name of the worksheet. + + + + + + + + + Turns strikethrough on or off for the characters that follow. + + + + + + + + + Turns subscript on or off for the characters that follow. + + + + + + + + + Turns superscript on or off for the characters that follow. + + + + + + + + + Prints the current time. + + + + + + + + + Turns underline on or off for the characters that follow. + + + + + + + + + + Lists values used to specify the document theme. + + + + + + + Theme settings are not written to a workbook. + + + + + + + + Specifies the Office 2007 - 2010 document theme. + + + + + + + + Specifies the Office 2013 document theme. + + + + + + + + + Contains settings that regulate data export from controls. + + + + + + + Initializes a new instance of the ExportSettings class with default settings. + + + + + + + + Gets or sets the default mode of data export to the XLS and XLSX and CSV formats. + + + The default export mode. + + + + + + + + Represents a single column in a worksheet. + + + + + + + Applies the specified formatting settings to the entire column. + + + + An object that specifies format characteristics to be applied to column cells. + + + + + + + + + Gets the zero-based index of the current column. + + + An integer specifying the position of the column in the worksheet. + + + + + + + Gets or sets format characteristics of the column. + + + An object that specifies format characteristics applied to column cells. + + + + + + + Gets or sets a value indicating whether the group located to the left or to the right of the current column is collapsed. + + + true, if the group is collapsed; otherwise, false. + + + + + + + Gets or sets whether the column is visible or hidden. + + + true, if the column is hidden; otherwise, false. + + + + + + + Gets or sets the column width in characters of the default font specified by the Normal style. + + + A value that is the number of characters that can be accommodated into the column width when the column is formatted with the Normal style. + + + + + + + Gets or sets the column width in pixels. + + + An integer value that is the column width in pixels. -1 sets the default column width. + + + + + + + + Represents a worksheet in a workbook. + + + + + + + Gets or sets the cell range to which the filter is applied. + + + An XlCellRange object for which the AutoFilter functionality is enabled. + + + + + + + Starts creating the new group in a worksheet. + + + + true, to collapse the group; otherwise, false. + + + + + + + + + Starts creating the new group in a worksheet. + + + + + + + true, to collapse the group; otherwise, false. + + + + + + + + + Provides access to the collection of column page breaks in a worksheet. + + + An object exposing the interface. + + + + + + + + + + + + + + + Provides access to the collection of conditional formatting rules in a worksheet. + + + A list of XlConditionalFormatting objects which specify worksheet ranges and conditional formatting rules applied to them. + + + + + + + Creates a new column in a worksheet and returns the object. + + + + An object that is the newly created column. + + + + + + + Creates a new column in a worksheet with the specified index. + + + + An integer specifying the zero-based index of the created column. If it is negative or exceeds the last available index, an exception is raised. + + + An object that is the newly created column. + + + + + + + Creates a picture to be inserted into the worksheet. + + + An object that is the inserted picture. + + + + + + + Creates a new row in a worksheet with the specified index. + + + + An integer specifying the zero-based index of the created row. If it is negative or exceeds the last available index, an exception is raised. + + + An object that is the newly created row. + + + + + + + Creates a new row in a worksheet and returns the object. + + + + An object that is the newly created row. + + + + + + + Gets the index of the column where the exporter is currently positioned. + + + A zero-based integer value that specifies the index of the current column. + + + + + + + + + + + + + + + Gets the index of the row where the exporter is currently positioned. + + + A zero-based integer value that specifies the index of the current row. + + + + + + + Gets the cell range that encompasses non-empty cells (i.e., cells containing data). + + + An XlCellRange object which encompasses all cells containing data in a worksheet. + + + + + + + Provides access to the collection of XlDataValidation objects for the worksheet. + + + A list of XlDataValidation objects that specify data validation rules applied to cell ranges. + + + + + + + Finalizes the group creation after calling the method. + + + + + + + + Provides access to options which determine the worksheet header and footer characteristics. + + + An object containing options specific to headers and footers. + + + + + + + Provides access to the collection of hyperlinks contained in a worksheet. + + + A collection of objects contained in worksheet cells. + + + + + + + Gets or sets the type of a formula error to be skipped in the worksheet data range. + + + An enumeration value that specifies the error type to be ignored. + + + + + + + Provides access to the collection of merged cells in a worksheet. + + + An object that stores all merged cells in a worksheet. + + + + + + + Gets or sets the name of the worksheet. + + + A value which specifies the worksheet name. + + + + + + + Provides access to the group settings that control the summary row and column location. + + + An object that specifies the grouping direction. + + + + + + + Gets or sets page margins used to align the worksheet content on a printed page. + + + An object that controls the worksheet's margin settings. + + + + + + + Gets or sets the page layout and printing options for a worksheet. + + + An object that contains page formatting options. + + + + + + + Gets or sets the cell range to be printed. + + + An object that specifies an area on the worksheet to be printed. + + + + + + + Gets or sets specific options that control how a worksheet is printed. + + + An object that contains worksheet print options. + + + + + + + Provides access to an object used to specify rows and columns to be repeated on every printed page. + + + An object that specifies titles to be repeated on every printed page. + + + + + + + Provides access to the collection of row page breaks in a worksheet. + + + An object exposing the interface. + + + + + + + Specifies the number of successive columns to be skipped in the worksheet before starting to generate a new column. + + + + + A positive integer value that specifies the number of columns to be skipped. + + + + + + + + Specifies the number of successive rows to be skipped in the worksheet before starting to generate a new row. + + + + + A positive integer value that specifies the number of rows to be skipped. + + + + + + + + + Provides access to a collection of sparkline groups in a worksheet. + + + A collection of XlSparklineGroup objects containing in a worksheet. + + + + + + + Freezes the specified number of rows and columns at the top and left side of the worksheet. + + + + An XlCellPosition object that specifies the portion of the worksheet to be frozen. + + + + + + + Provides access to an object that specifies display settings for a worksheet. + + + An object that contains worksheet display options. + + + + + + + Gets or sets whether the current worksheet is visible, hidden or "very hidden". + + + An enumeration member that specifies the worksheet visibility type + + + + + + + + Represents an interface that exposes the specific functionality of a workbook. + + + + + + + Creates a new worksheet in a workbook and returns the object. + + + + An object that is the newly created worksheet. + + + + + + + Provides access to options that contain information about document culture and format specifications. + + + An object containing document options. + + + + + + + Provides access to the document properties associated with a workbook. + + + An object containing information about a workbook. + + + + + + + Gets or sets the theme to be applied to the workbook. + + + An enumeration member specifying the document theme. + + + + + + + + Represents an exporter used to create a spreadsheet document and export it to a stream. + + + + + + + Creates a new document and writes it to the specified stream. + + + + The System.IO.Stream object to output the document to. + + + An object that is the newly created workbook. + + + + + + + + Represents an object that creates an exporter for generating spreadsheet files of the specified format. + + + + + + + Creates an exporter that performs data export to the specified Excel format. + + + + One of the enumeration members that specifies the type of the output document. + + + An object exposing the interface. + + + + + + + Creates an exporter that performs data export to the specified Excel format using the specified formula parser. + + + + One of the enumeration members that specifies the type of the output document. + + + + An object exposing the IXlFormulaParser interface that provides the capability to parse worksheet formulas. + + + An object exposing the interface. + + + + + + + + The base for classes that provide functionality to print reports. + + + + + + + + Applies the defined page settings. + + + + Current page settings. + + + + A enumeration value. + + + + A value which represents the size of a custom paper. + + + + A object representing the margins (in hundredths of an inch) of a report page. + + + + A object representing the minimum margins. + + + + true if the page orientation is landscape; otherwise, false. + + + true to apply page settings; otherwise, false. + + + + + + + Applies the defined page settings. + + + + Current page settings. + + + + A enumeration value. + + + + A value which represents the size of a custom paper. + + + + A object representing the margins (in hundredths of an inch) of a report page. + + + + A object representing the minimum margins. + + + + true, if the page orientation is landscape; otherwise, false. + + + + A string representing the name of a custom paper. + + + true, to apply page settings; otherwise, false. + + + + + + + Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. + + + + A object that specifies the page margins. + + + + A object that specifies the minimum value of the document margins. + + + + A value that specifies one of the standard paper sizes. + + + + A object that specifies the paper size of the document pages. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. + + + + A object that specifies the page margins. + + + + A value that specifies one of the standard paper sizes. + + + + A object that specifies the size of the document's pages. + + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Assigns the page margins, paper kind and page orientation of a document, simultaneously. + + + + A object that specifies the page margins of the document. + + + + A value that specifies one of the standard paper sizes. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Assigns the specified page settings with the specified minimum margins. + + + + A object, providing the page settings. + + + + A object that specifies the minimum value of the document margins. + + + + + + + + Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. + + + + A object that specifies the margins of the document. + + + + A object that specifies the minimum value of the document margins. + + + + A value that specifies one of the standard paper sizes. + + + + A object that specifies the paper size of the document pages. + + + + true to print a page in landscape orientation; otherwise, false. + + + + A value that specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + + + + + Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. + + + + A object which specifies the margins of the document. + + + + A value which specifies one of the standard paper sizes. + + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + For internal use. + + + + + + + + + + + + Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. + + + + The margins (measured in 1/300 of an inch) of a report page. This value is assigned to the property. + + + + A value that specifies one of the standard paper sizes. This value is assigned to the property. + + + + A object that specifies the paper size of the document pages. This value is assigned to the property. + + + + true to print a page in landscape orientation; otherwise, false. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Assigns the default page settings to a report document. + + + + + + + + Assigns the printer settings to the current page settings according to the specified value. + + + + A value which specifies the name of the printer. + + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + A object specifying which of the printer settings should be assigned. + + + + + + + + Gets or sets the bottom page margin. + + + The bottom page margin, in hundredths of an inch. + + + + + + + + + + + + + + + Gets the bounds of a report page, taking into account the page orientation specified by the property. + + + + A that represents page length and width (in hundredths of an inch). + + + + + + + For internal use. + + + + + + + + + + Specifies the default margins for a report's pages. + + + A object representing the default margins (in hundredths of an inch) of a report page. + + + + + + + Specifies the default minimum margins for a report's pages. + + + A object representing the minimum margins (in hundredths of an inch) of a report page. + + + + + + + Represents the default paper type () used in a report. + + + A enumeration value. + + + + + + + Disposes of the XtraPageSettingsBase object. + + + + + + + + + Gets or sets a value indicating whether the page orientation is landscape. + + + true if the page orientation is landscape; otherwise, false. + + + + + + + Gets or sets the left page margin. + + + The left page margin, in hundredths of an inch. + + + + + + + + + + + + + + + Gets the margins of a report page. + + + The margins (in hundredths of an inch) of a report page. + + + + + + + Gets the margins of a report page measured in three hundredths of an inch. + + + The margins (measured in 1/300 of an inch) of a report page. + + + + + + + Gets the minimum size allowed for a report's margins. + + + A object which represents the minimum margin size allowable (in hundredths of an inch) for a report page. + + + + + + + Gets or sets the type of paper for the document. + + + A enumeration value. + + + + + + + Gets or sets the name of the custom paper used in the printer to be used in printing the document. + + + A value, specifying the name of the paper. + + + + + + + Gets or sets the name of the printer to use when printing the document. + + + A value which represents the name of the printer to use. + + + + + + + Restores the document page settings from the specified registry. + + + + A value. + + + + + + + + Restores the document page settings from the specified stream. + + + + A object. + + + + + + + + Restores the document page settings from the specified XML file. + + + + A value. + + + + + + + + Gets or sets the right page margin. + + + The right page margin, in hundredths of an inch. + + + + + + + + + + + + + + + Specifies whether the document is supposed to be printed on roll paper (i.e., as a single uninterrupted page). + + + true to provide a continuous document layout, suited for roll paper printing; otherwise false. + + + + + + + Saves the document page settings to the specified registry. + + + + A value. + + + + + + + + Saves the document page settings to the specified stream. + + + + A object. + + + + + + + + Saves the document page settings to the specified XML file. + + + + A value. + + + + + + + + Gets or sets the top page margin. + + + The top page margin, in hundredths of an inch. + + + + + + + + + + + + + + + Gets the rectangle on the page (in hundredths of an inch) that can contain data. + + + A object representing the rectangle on a page which can contain data. + + + + + + + Gets the width and height (in hundredths of an inch) of the page region that can contain data. + + + The width and height (in hundredths of an inch) of the page region that can contain data. + + + + + + + Gets the width and height (in pixels) of the page region that can contain data. + + + The width and height (in pixels) of the page region that can contain data. + + + + + + + + Contains options which define how a document is exported to XLSX format. + + + + + + + Initializes a new instance of the XlsxExportOptions class with default settings. + + + + + + + + Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings. + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsxExportOptions class with the specified text export mode. + + + + A object, which specifies a format in which data values should be saved. + + + + + + + + Initializes a new instance of the XlsxExportOptions class with the specified text export mode, grid lines and hyperlink settings. + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. + + + + true to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsxExportOptions class with the specified settings. + + + + A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + + + true, to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. + + + + true, to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + true to fit the output document to the page width when printing. This value is assigned to the property. + + + + + + + + Copies all the settings from the object passed as a parameter. + + + + An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. + + + + + + + + Specifies whether the document should be exported to a single XLSX file or different XLSX files, page-by-page, or not. + + + + An enumeration value, representing the XLSX export mode. + + + + + + + Gets or sets the range of pages to be exported. + + + + A specifying the range of pages. + + + + + + + + Represents the base class for objects which define export options specific to XLS and XLSX formats. + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with default settings. + + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode and grid lines settings. + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings. + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + true to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode. + + + + A object, which specifies a format in which data values should be saved. + + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with the specified settings. + + + + A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + + + true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + true, to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + true to fit the output document to the page width when printing. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptionsBase class with the specified settings. + + + + A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + + + true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + true, to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + true to fit the output document to the page width when printing. This value is assigned to the property. + + + + A value that specifies whether to align the output document layout to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + + Copies all the settings from the object passed as a parameter. + + + + An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. + + + + + + + + Provides access to options to be embedded as Document Properties of the resulting XLS file. + + + An object that specifies the resulting document options. + + + + + + + Gets or sets a value indicating whether hyperlinks should be exported to XLS. + + + true to export hyperlinks; otherwise, false. + + + + + + + Gets or sets whether the output document should be fit to the page width when printed. + + + true, if the output document should be fit to the printed page width. + + + + + + + Enables the export mode, which exports only a report's actual data to XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings). + + + + true to enable the raw data export mode; otherwise false. + + + + + + + Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts. + + + A value indicating whether the document layout is aligned to support locales using right-to-left fonts. + + + + + + + Gets or sets a name of the sheet in the created XLS file, to which a document is exported. + + + A representing the sheet name set in the resulting XLS file. + + + + + + + Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file. + + + true to show the grid lines in the resulting XLS file; otherwise, false. + + + + + + + Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. + + + + A enumeration value, specifying the text export mode in the resulting XLS document. + + + + + + + + The base for classes that provide the basic printing functionality in different environments. + + + + + + + Initializes a new PrintingSystemBase class instance and adds it to the form's container. + + + + An IContainer that contains an XtraPrintingSystemBase component, if any. + + + + + + + + Initializes a new instance of the PrintingSystemBase class with default settings. + + + + + + + + Adds the specified command handler to the command handlers list for one or several of the printing system commands (listed in the enumeration). + + + + An object implementing the interface. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + true if this service should be added to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + true if this service should be added to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + + + + + Occurs after a band has been printed on a page. + + + + + + + + For internal use. Occurs after all document pages have been created. + + + + + + + + + Occurs on raising any PrintingSystem event that does not have the "Before" prefix in its name. + + + + + + + + Occurs when page margins change. + + + + + + + + Occurs after a specific page has been painted in a Print Preview. + + + + + + + + For internal use. Occurs after every time any page of the printing system's is printed. + + + + + + + + For internal use. Occurs before document pages are created. + + + + + + + + Occurs on raising any PrintingSystem event that has the "Before" prefix in its name. + + + + + + + + Occurs when page margins are about to change. + + + + + + + + Occurs before a specific page has been painted in a Print Preview. + + + + + + + + Indicates that report generation has started. + + + + + + + + Must be called before subreport creation. + + + + The distance between the current subreport and the previously created item. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + Clears the current document. + + + + + + + + Gets or sets a value indicating whether pages should be renumbered following reordering in the collection. + + + true to renumber pages; otherwise, false. + + + + + + + Creates a specific brick type. + + + + The type of created brick. + + + The created brick. + + + + + + + Occurs when an exception is raised during document creation. + + + + + + + + + Creates a new empty page using the current printing system's page settings. + + + A object which represents a new empty page. + + + + + + + + + + + + + + + Gets the current document. + + + A object. + + + + + + + Enables the specified printing system command. + + + + A enumeration value. + + + + true to enable the command; otherwise, false. + + + + + + + + Finishes a report's generation. + + + + + + + + Finishes a report's generation. + + + + true to generate the report document in the background thread; otherwise false. + + + + + + + + Occurs after the printing system's document is printed. + + + + + + + + Signals that subreport creation is completed. + + + + + + + + Executes the specified printing system command. + + + + A enumeration value representing the command to be executed. + + + + + + + + Executes the specified printing system command and passes the specified parameters. + + + + + A enumeration value representing the command to be executed. + + + + A collection of objects, representing the parameters to be passed to the executing command. + + + + + + + + Gets or sets the command to be executed as the default to export the current report. + + + + A enumeration value. + + + + + + + Gets the settings used to specify export parameters when exporting a printing system's document. + + + + An object which contains the export settings for a printing system's document. + + + + + + + Exports a document to the specified file path in CSV format using the defined CSV-specific options. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in CSV format. + + + + A object to which the created CSV file should be sent. + + + + + + + + Exports a document to the specified stream in CSV format using the defined CSV-specific options. + + + + A object to which the created CSV file should be sent. + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in CSV format. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + + + + + Exports a document to the specified file path in HTML format using the defined HTML-specific options. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + An object which specifies the HTML export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in HTML format. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + + + + + Exports a document to the specified stream in HTML format using the defined HTML-specific options. + + + + A object to which the created HTML file should be sent. + + + + A object which specifies the HTML export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in HTML format. + + + + A object to which the created HTML file should be sent. + + + + + + + + Exports a document to the specified stream in Image format using the defined Image-specific options. + + + + A object to which the created Image file should be sent. + + + + An object which specifies the Image export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in Image format. + + + + A object to which the created Image file should be sent. + + + + + + + + Exports a document to the specified stream in the specified Image format. + + + + A object to which the created Image file should be sent. + + + + A object which specifies the image format. + + + + + + + + Exports a document to the specified file path in Image format using the defined Image-specific options. + + + + A which specifies the file name (including the full path) for the created Image file. + + + + A object which specifies the Image export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in Image format. + + + + A which specifies the file name (including the full path) for the created Image file. + + + + + + + + Exports a document to the specified file path using the specified image format. + + + + A which specifies the file name (including the full path) for the created Image file. + + + + A object which specifies the image format. + + + + + + + + Exports a document to HTML and then inserts it into a specified e-mail. + + + + A object. + + + A object. + + + + + + + Exports a document to HTML and then inserts it into a specified e-mail. + + + A object. + + + + + + + Exports a document to HTML and then inserts it into a specified e-mail. + + + + A object. + + + + A value, specifying the sender. + + + + A value, specifying the recipient. + + + + A value, specifying the e-mail subject. + + + A object. + + + + + + + Exports a document to HTML and then inserts it into a specified e-mail. + + + + A value, specifying the sender. + + + + A value, specifying the recipient. + + + + A value, specifying the e-mail subject. + + + A object. + + + + + + + Exports a document to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + + + + + Exports a document to the specified stream in MHT format using the defined MHT-specific options. + + + + A object to which the created MHT file should be sent. + + + + An object which specifies the MHT export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in MHT format. + + + + A object to which the created MHT file should be sent. + + + + + + + + Exports a document to the specified file path in MHT format using the defined MHT-specific options. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + An object which specifies the MHT export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in PDF format using the defined PDF-specific options. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + + + + + Exports a document to the specified stream in PDF format. + + + + A object to which the created PDF file should be sent. + + + + + + + + Exports a document to the specified stream in PDF format using the defined PDF-specific options. + + + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in RTF format. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + + + + + Exports a document to the specified file path in RTF format using the defined RTF-specific options. + + + + A , which specifies the file name (including the full path) for the created RTF file. + + + + An object, representing options, which define how a document is exported to RTF format. + + + + + + + + Exports a document to the specified stream in RTF format using the defined RTF-specific options. + + + + A to which the created RTF file should be sent. + + + + An object, representing options, which define how a document is exported to RTF format. + + + + + + + + Exports a document to the specified stream in RTF format. + + + + A object to which the created RTF file should be sent. + + + + + + + + Exports a document to the specified file path in Text format using the defined Text-specific options. + + + + A which specifies the file name (including the full path) for the created Text file. + + + + A object which specifies the Text export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in Text format using the defined Text-specific options. + + + + A object to which the created Text file should be sent. + + + + A object which specifies the Text export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in Text format. + + + + A object to which the created Text file should be sent. + + + + + + + + Exports a document to the specified file path in Text format. + + + + A which specifies the file name (including the full path) for the created Text file. + + + + + + + + Exports a report to the specified stream in XLS format using the defined XLS-specific options. + + + + A object to which the created XLS file should be sent. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified file path in XLS format. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + + + + + Exports a report to the specified file path in XLS format using the defined XLS-specific options. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified stream in XLS format. + + + + A object to which the created XLS file should be sent. + + + + + + + + Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. + + + + A object to which the created XLSX file should be sent. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified file path in XLSX format. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + + + + + Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified stream in XLSX format. + + + + A object to which the created XLSX file should be sent. + + + + + + + + Exports a document to the specified stream in XPS format using the specified XPS-specific options. + + + + A object to which the created XPS file should be sent. + + + + An object which specifies the XPS export options to be applied when a document is exported. + + + + + + + + Exports a report to the specified file path in XPS format using the specified XPS-specific options. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + An object which specifies the XPS export options to be applied when a report is exported. + + + + + + + + Fires after page rendering if a gap remains between the rendered areas. + + + + + + + + For internal use. + + + + + + + + + + + + + + Gets the current visibility of the specified printing system command. + + + + A enumeration value which represents the visibility of the specified command. + + + A enumeration value which specifies the command whose visibility is to be determined. + + + + + + + Gets the intersecting bricks within the document. + + + A collection of intersecting objects. + + + + + + + Gets a object used for drawing in the current report. + + + A object. + + + + + + + Highlights the intersecting bricks within the document. + + + + A to paint the intersecting bricks. + + + + + + + + Inserts a page break at a specified position. + + + + A value which specified the position to insert a page break. + + + + + + + + Inserts a page break at a specified position, with the specified settings for the subsequent page. + + + + A value which specifies the position to insert a page break. + + + + + A object. + + + + A enumeration value. + + + + A structure. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Loads a document from a file in a native XML format (PRNX). + + + + A , which specifies the file name (including the full path) of the PRNX file to be loaded. + + + + + + + + Loads a document from a object, containing data in a native XML format (PRNX). + + + + A object containing PRNX data. + + + + + + + + Prevents the document from being modified. + + + + + + + + Draws a selection rectangle around the specified brick located on the specified page. + + + + A object representing the brick around which a selection rectangle will be drawn. + + + + A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be selected. + + + + + + + + Gets the bounds of a report page. + + + A that represents page length and width (in hundredths of an inch). + + + + + + + Gets the number of document pages. + + + An integer value. + + + + + + + For internal use. + + + + + + + + Gets the current page margin settings. + + + + The current page margin. + + + + + + + Provides access to a collection of pages generated for this printing system. + + + A object which represents a collection of pages. + + + + + + + Gets the current page settings. + + + An object containing the current page settings. + + + + + + + Occurs when page settings change. + + + + + + + + For internal use. + + + + + + + + + + Occurs before sending every document page to a printer to indicate the current printing progress. + + + + + + + + Provides access to the object that reflects the current state of a document's generating or exporting. + + + A object which is intended to track the process of a document's creation. + + + + + + + Removes the existing command handler for one or several of the printing system commands (listed in the enumeration). + + + + An object implementing the interface. + + + + + + + + Removes the specified service type from the service container. + + + + The type of service to remove. + + + + + + + + Removes the specified service type from the service container. + + + + The type of service to remove. + + + + true if this service should be removed from any parent service containers; otherwise, false. + + + + + + + + Resets all settings of the printing system's . + + + + + + + + Saves a document to a object in a native XML format (PRNX). + + + + A object to which the created PRNX file should be sent. + + + + + + + + Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options. + + + + A which specifies the file name (including the full path) for the created PRNX file. + + + + A object which specifies the PRNX-specific options to be applied when a document is saved. + + + + + + + + Saves a document to the specified file path in a native XML format (PRNX). + + + + A which specifies the file name (including the full path) for the created PRNX file. + + + + + + + + Saves a document to a object in a native XML format (PRNX) using the specified PRNX-specific options. + + + + A object to which the created PRNX file should be sent. + + + + A object which specifies the PRNX-specific options to be applied when a document is saved. + + + + + + + + Occurs when a scale factor of the current document has been changed. + + + + + + + + Gets or sets the command to be executed as the default, to export and send the current report. + + + + A enumeration member. + + + + + + + For internal use. + + + + + + + + + + + + + + + + Changes the visibility of the specified printing system command. + + + + A enumeration value which specifies the command whose visibility needs to be changed. + + + + A enumeration value which specifies the new visibility state for the commands. + + + + + + + + Changes the visibility of the specified printing system command. + + + + An array of enumeration values which specify the commands whose visibility needs to be changed. + + + + A enumeration value which specifies the new visibility state for the commands. + + + + + + + + Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. + + + true to show the margins warning dialog; otherwise false. + + + + + + + Specifies whether or not to show a print status dialog when printing a document. + + + true to show the print status dialog; otherwise false. + + + + + + + Occurs before the printing system's document is printed. + + + + + + + + Unlocks a previously locked document. + + + + + + + + Removes a selection rectangle which was previously drawn around the specified brick using the method. + + + + A object representing the brick which should be deselected. + + + + A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected. + + + + + + + + Specifies the name of the user that created the document. + + + + A value. + + + + + + + Gets the document's watermark. + + + A object specifying the document's watermark. + + + + + + + Occurs after creation of an XLS or XLSX document worksheet has finished. + + + + + + + + + Occurs after the creation of an XLSX document is finished. + + + + + + + + + + Specifies the amount of redundancy built into the coding of the PDF417 barcode to compensate for calculation errors. + + + + + + + + Identifies the zero error correction level of the PDF417 barcode. + + + + + + + + Identifies the first error correction level of the PDF417 barcode. + + + + + + + + Identifies the second error correction level of the PDF417 barcode. + + + + + + + + Identifies the third error correction level of the PDF417 barcode. + + + + + + + + Identifies the fourth error correction level of the PDF417 barcode. + + + + + + + + Identifies the fifth error correction level of the PDF417 barcode. + + + + + + + + Identifies the sixth error correction level of the PDF417 barcode. + + + + + + + + Identifies the seventh error correction level of the PDF417 barcode. + + + + + + + + Identifies the eighth error correction level of the PDF417 barcode. + + + + + + + + + Specifies the kind of data that should be coded into the PDF417 barcode. + + + + + + + Specifies that the byte array should be coded into the PDF417 barcode. + + + + + + + + Specifies that the textual information should be coded into the PDF417 barcode. + + + + + + + + + Generates a PDF417 barcode. + + + + + + + + + + Initializes a new instance of the PDF417Generator class with the specified source. + + + + A object, which represents the source used to generate a PDF417 barcode. + + + + + + + + Initializes a new instance of the PDF417Generator class with default settings. + + + + + + + + Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. + + + + An integer, specifying the logic width of the barcode. + + + + + + + Gets or sets whether textual information or a byte array should be used as the barcode's data. + + + A enumeration value. + + + + + + + Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. + + + An enumeration value, specifying the error correction level. + + + + + + + Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. + + + + An integer, specifying the logic height of the barcode. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets whether the special end-symbol should be appended to the barcode. + + + true if the end symbol should be appended; otherwise, false. + + + + + + + Gets or sets the height-to-width ratio of a logical unit's graphic representation. + + + A value specifying the height-to-width ratio of a logical unit's graphic representation. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the PrintToolBase class with the specified Printing System. + + + + A object that represents the Print Tool's Printing System. This value is assigned to the property. + + + + + + + + Prints the current document. + + + + + + + + Prints the current document on the specified printer. + + + + A representing the name of the printer on which the current document should be printed. + + + + + + + + Provides access to the corresponding printer settings. + + + A object. + + + + + + + Provides access to the Printing System of the PrintToolBase. + + + A class descendant. + + + + + + + + Lists the values corresponding to the different export modes available when saving a document to the XLS, XLSX and CSV formats. + + + + + + + Export mode that uses a new data export engine that features improved performance and memory usage. When exporting to XLS and XLSX formats, specific data-shaping options (e.g., summaries, filtering, sorting, data groups and lookup values) of a source control are retained in the export output. When exporting to CSV format, the control's data shaping options are not included in the export document, which simplifies subsequent analysis and processing of text data. + +The layout of control elements may not be retained in the export document. Other limitations also apply. + + +Not all controls support the DataAware export mode. + + + + + + + + + The default export mode. + +For the property, the Default value is equivalent to the DataAware value. + + +If the , or property is set to Default, the actual export mode is specified by the property. + + + + + + + + + Export mode that uses the export engine of the XtraPrinting library. +When exporting to XLS and XLSX formats, the layout of control elements is retained in the export document; specific data shaping options are not retained, compared to the DataAware export mode. + + + + + + + + + Contains options that define how a document is exported to CSV format in the data-aware export mode. + + + + + + + Initializes a new instance of the CsvExportOptionsEx class with default settings. + + + + + + + + Initializes a new instance of the CsvExportOptionsEx class with the specified settings. + + + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + + + + + When exporting to CSV format, this event allows you to customize a cell in the output document. + + + + + + + + Fires repeatedly while the data is being exported. + + + + + + + + Gets or sets export type. + + + The current export type. + + + + + + + + + + + + + + + Get or sets whether to include a sequence of bytes that specifies the encoding used in the resulting CSV file. + + + true, to include a sequence of bytes that specifies the encoding used; otherwise, false. + + + + + + + + Contains options that define how a document is exported to XLSX format in the data-aware export mode. + + + + + + + Initializes a new instance of the XlsxExportOptionsEx class with default settings. + + + + + + + + Initializes a new instance of the XlsxExportOptionsEx class with the specified text export mode. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + + + + + When exporting to XLSX format, this event fires immediately after a row has been added to the output document. + + + + + + + + Gets or sets whether cell merging is enabled in the exported document. + + + A value that specifies whether cell merging is enabled in the exported document. + + + + + + + Gets or sets whether the column header panel is anchored to the top of the export document, and thus it is not scrolled vertically. + + + A value that specifies whether the column header panel is anchored to the top of the export document + + + + + + + Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. + + + A value that specifies whether column anchoring is enabled in the exported document. + + + + + + + Gets or sets whether data groups are exported from the source control to the output document. + + + A value that specifies whether data groups are exported from the source control to the output document. + + + + + + + Gets or sets whether hyperlinks are exported. + + + A value that specifies whether hyperlinks are exported to the resulting document. + + + + + + + Gets or sets whether lookup values of combo-box and lookup columns are exported. + + + A value that specifies whether lookup values of combo-box and lookup columns are exported. + + + + + + + Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document. + + + A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. + + + + + + + Gets or sets whether sparklines are exported. + + + A value that specifies whether sparklines are exported. + + + + + + + + + + + + + + + When exporting to XLSX format, this event allows you to customize a cell in the output document. + + + + + + + + When exporting to XLSX format, this event allows you to customize the footer in the output document. + + + + + + + + + When exporting to XLSX format, this event allows you to customize the header in the output document. + + + + + + + + When exporting to XLSX format, this event allows you to customize the output document's settings. + + + + + + + + + + + + + + + + Fires repeatedly while the data is being exported. + + + + + + + + Gets or sets export type. + + + The current export type. + + + + + + + Gets or sets the expanded state of data groups in the output document. + + + A value that specifies the expanded state of data groups in the output document. + + + + + + + + + + + + + + + Gets or sets whether column headers are visible in the exported document. + + + A value that specifies whether column headers are visible in the exported document. + + + + + + + Gets or sets whether group summaries are enabled in the exported document. + + + A value that specifies whether group summaries are enabled in the exported document. + + + + + + + Gets or sets whether a title is displayed for each print preview page of the exported document. + + + + A value that specifies whether a title is displayed for each print preview page of the exported document. + + + + + + + Gets or sets whether total summaries are enabled in the exported document. + + + A value that specifies whether total summaries are enabled in the exported document. + + + + + + + Gets or sets whether to suppress the warning that appears if the resulting XLSX file has more than 16,384 columns. + + + true, to allow more than 16,384 columns without warning; otherwise, false. + + + + + + + Gets or sets whether to suppress the warning that appears if the resulting XLSX file has more than 1,048,576 rows. + + + true, to allow more than 1,048,576 rows without warning; otherwise, false. + + + + + + + + Contains options that define how a document is exported to XLS format in the data-aware export mode. + + + + + + + Initializes a new instance of the XlsExportOptionsEx class with default settings. + + + + + + + + Initializes a new instance of the XlsExportOptionsEx class with the specified text export mode. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + + + + + When exporting to XLS format, this event fires immediately after a row has been added to the output document. + + + + + + + + Gets or sets whether cell merging is enabled in the exported document. + + + A value that specifies whether cell merging is enabled in the exported document. + + + + + + + Gets or sets whether the column header panel is anchored to the top of the export document, and thus is not scrolled vertically. + + + + A value that specifies whether the column header panel is anchored to the top of the export document + + + + + + + Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. + + + A value that specifies whether column anchoring is enabled in the exported document. + + + + + + + Gets or sets whether data groups are exported from the source control to the output document. + + + A value that specifies whether data groups are exported from the source control to the output document. + + + + + + + + Gets or sets whether hyperlinks are exported. + + + A value that specifies whether hyperlinks are exported to the resulting document. + + + + + + + + + Gets or sets whether lookup values of combo-box and lookup columns are exported. + + + A value that specifies whether lookup values of combo-box and lookup columns are exported. + + + + + + + Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document. + + + A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. + + + + + + + Gets or sets whether sparklines are exported. + + + A value that specifies whether sparklines are exported. + + + + + + + + + + + + + + + When exporting to XLS format, this event allows you to customize a cell in the output document. + + + + + + + + When exporting to XLS format, this event allows you to add a footer to the output document. + + + + + + + + + When exporting to XLS format, this event allows you to add a header to the output document. + + + + + + + + When exporting to XLS format, this event allows you to customize the output document's settings. + + + + + + + + + + + + + + + + Fires repeatedly while the data is being exported. + + + + + + + + Gets or sets export type. + + + The current export type. + + + + + + + Gets or sets the expanded state of data groups in the output document. + + + A value that specifies the expanded state of data groups in the output document. + + + + + + + + + + + + + + + Gets or sets whether column headers are visible in the exported document. + + + A value that specifies whether column headers are visible in the exported document. + + + + + + + Gets or sets whether group summaries are enabled in the exported document. + + + A value that specifies whether group summaries are enabled in the exported document. + + + + + + + Gets or sets whether a title is displayed for each print preview page of the exported document. + + + A value that specifies whether a title is displayed for each print preview page of the exported document. + + + + + + + Gets or sets whether total summaries are enabled in the exported document. + + + A value that specifies whether total summaries are enabled in the exported document. + + + + + + + + + Lists values used to specify the font family to which a cell font may belong. + + + + + + + Specifies that information about a font family of the given font does not exist. In this case, the default font family is used. + + + + + + + + Specifies a novelty font. + + + + + + + + Specifies a monospace font with or without serifs. + + + + + + + + Specifies a proportional font with serifs. + + + + + + + + Specifies a script font that is designed to mimic the appearance of handwriting. + + + + + + + + Specifies a proportional font without serifs. + + + + + + + + + A collection of objects, specifying the list of recipients who are to receive an exported document via email. + + + + + + + Initializes a new instance of the RecipientCollection class with default settings. + + + + + + + + Appends an array of recipients to the collection. + + + + An array of the class descendants to append to the collection. + + + + + + + + Provides access to individual items in the collection by their address. + + + + + A value specifying the address of the recipient to get. + + + A which represents the recipient with the specified address. + + + + + + + + Defines the recipient settings. + + + + + + + Initializes a new instance of the Recipient class with the specified address, contact name and the message prefix. + + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + A value that specifies the prefix defining a way to send messages. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with the specified address, contact name, field type and the message prefix. + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + A value that specifies the prefix defining a way to send messages. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with the specified address, contact name, and field type. + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with the specified address and contact name. + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with the specified address and field type. + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with the specified recipient address. + + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Recipient class with default settings. + + + + + + + + Specifies the recipient's email address. + + + A value. + + + + + + + Specifies the email recipient name. + + + A value. + + + + + + + Specifies the email recipient type. + + + A value. + + + + + + + Specifies the email message prefix (e.g., "SMTP:" or "Fax:"). + + + A value. + + + + + + + Returns the textual representation of the Recipient class. + + + A value. + + + + + + + + Lists the values used to specify the field type to which the current recipient belongs. + + + + + + + Indicates the BCC (blind carbon copy) field type. + + + + + + + + Indicates the CC (carbon copy) field type. + + + + + + + + Indicates the To field type (the field of primary recipients). + + + + + + + + + + + Lists the values used to specify the type of relationship between the document and the attachment file. + + + + + + + + The attachment file data is an alternative representation of the PDF content. + + + + + + + + The attachment file contains data which is used for the visual representation in the PDF part. + + + + + + + + The attachment file contains the source data for the visual representation derived from the PDF part. + + + + + + + + The attachment file contains additional information. + + + + + + + + The relationship is unknown or does not match any relationship above. + + + + + + + + + + Represents a file attached to a PDF document. + + + + + + + + Initializes a new instance of the PdfAttachment class with default settings. + + + + + + + + Specifies the date of the attachment file creation. + + + A value, that specifies the date of the attachment file creation. + + + + + + + Specifies the document's attachment file as a byte array. + + + A array that contains the document's attachment file. + + + + + + + Specifies the the attachment file's description. + + + A value. + + + + + + + Specifies the name of the attachment file. + + + A value that specifies the name of the attachment file. + + + + + + + Specifies the path to the file to be attached to the document. + + + A value, specifying the path to the file to be attached to the document. + + + + + + + Specifies the date of the attachment file's last modification. + + + A value that specifies the date of the attachment file's last modification. + + + + + + + Specifies the relation between the document and the attachment file. + + + A value, specifying the relation between the document and the attachment file. +The default is .Alternative. + + + + + + + Specifies the data type of the attachment file. + + + A value, specifying the data type of the attachment file. + + + + + + + + Represents the object that specifies information to be displayed in a page header area. + + + + + + + Initializes a new instance of the PageHeaderArea class with default settings. + + + + + + + + Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment. + + + + + An array of values, representing content strings. This value is assigned to the property. + + + + + A value, which is used to draw the page area's text. This value is assigned to the property. + + + + A enumeration value specifying the content alignment. This value is assigned to the property. + + + + + + + + + Represents the object that specifies information to be displayed in a page footer area. + + + + + + + Initializes a new instance of the PageFooterArea class with default settings. + + + + + + + + Initializes a new instance of the PageFooterArea class with the specified content, font and line alignment. + + + + + An array of values, representing content strings. This value is assigned to the property. + + + + A value, which is used to draw the page area's text. This value is assigned to the property. + + + + A enumeration value specifying the content alignment. This value is assigned to the property. + + + + + + + + + Serves as the base for classes that specify information to be displayed in page header and page footer areas. + + + + + + + Initializes a new instance of the PageArea class with default settings. + + + + + + + + Initializes a new instance of the PageArea class with the specified content, font and line alignment. + + + + + An array of values, representing content strings. This value is assigned to the property. + + + + + A value, which is used to draw the page area's text. This value is assigned to the property. + + + + A enumeration value specifying the content alignment. This value is assigned to the property. + + + + + + + + Provides access to a collection of strings, representing the content of a page header or page footer. + + + A object, containing content strings. + + + + + + + Creates the page area using the specified brick graphics and image collection. + + + + A object. + + + + An array of objects. + + + + + + + + + Gets or sets the font used to draw the page area's text. + + + + A object that defines the text's format, including font face, size, and style attributes. + + + + + + + For internal use. + + + + A object. + + + + A array. + + + A collection of objects. + + + + + + + Gets or sets a value specifying which edge (top, center or bottom) of the page area its content should be aligned. + + + + A enumeration value specifying the content alignment. + + + + + + + Tests whether the PageArea object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + + Represents the object, containing information about the page header and page footer areas. + + + + + + + Initializes a new instance of the PageHeaderFooter class with default settings. + + + + + + + + Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer. + + + + + + A object representing the page header. This value is assigned to the property. + + + + + A object representing the page footer. This value is assigned to the property. + + + + + + + + Provides access to the page footer area. + + + A object representing the page footer. + + + + + + + Provides access to the page header area. + + + A object representing the page header. + + + + + + + Specifies whether or not the page margin is increased if its content does not fit. + + + true to increase the page margin; otherwise, false. + + + + + + + Returns the textual representation of the header/footer. + + + Always . + + + + + + + + Provides data for export specific events. + + + + + + + Initializes a new instance of the IDataAwareEventArgsBase class. + + + + + + + + Gets the source control being exported. + + + The control being exported. + + + + + + + Gets the data source row index to which the current cell belongs. + + + A zero-based index of the current row in the underlying data source. + + + + + + + Gets the index of the row in the export output to which the current cell is exported. + + + A zero-based integer value that specifies the index of the row in the export output. + + + + + + + Gets or sets whether the event is handled, and thus your cell customizations must be applied. + + + true if the event is handled, and thus your cell customizations must be applied; false if your cell customizations (if any) must be ignored, and the cell is exported using the default settings. + + + + + + + Gets the handle (identifier) of the current data row in the source control. + + + The handle of the current data row in the source control. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + + Provides access to the graphics object on which the is painted. + + + An object implementing the interface. + + + + + + + Provides access to the page for which the or event is raised. + + + A object. + + + + + + + Returns the bounds (size and location) of the page for which the or event is raised. + + + A object. + + + + + + + + Provides data for the event. + + + + + + + Contains information about the parameter, which value was changed. + + + A object. + + + + + + + + Provides data for the and events. + + + + + + + Provides access to information about the requested parameters. + + + + An array of objects. + + + + + + + + Provides the client-side functionality for a WCF Report Service. + + + + + + + Initializes a new instance of the ReportServiceClient class with the specified settings. + + + + An object implementing the interface. + + + + + + + + Starts clearing the document (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document has been cleared. + + + + + + + + Starts obtaining the document build status (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the created document's status has been obtained. + + + + + + + + + Starts obtaining the document data (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document data has been obtained. + + + + + + + + + Starts obtaining the exported document (asynchronously). + + + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the exported document has been obtained. + + + + + + + + + Starts obtaining document export status (asynchronously). + + + + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document export status has been obtained. + + + + + + + + + Returns a collection of parameter values assigned to a lookup editor. + + + + An value. + + + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + A value, containing information about the asynchronous operation. + + + + + + + + Asynchronously obtains a collection of parameter values assigned to a lookup editor. + + + + An value. + + + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when a lookup editor has finished obtaining the appropriate parameter values. + + + + + + + + Starts obtaining the document pages (asynchronously). + + + + A object, identifying the document. + + + + An array of integer values, specifying the document page indexes. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document pages have been obtained. + + + + + + + + + Starts obtaining the printed document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the printed document has been obtained. + + + + + + + + + Starts obtaining the status of the printed document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the printed document's status has been obtained. + + + + + + + + + Starts obtaining the report parameters (asynchronously). + + + + An object, identifying the report. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the report parameters have been obtained. + + + + + + + + + Starts building the report (asynchronously). + + + + An object, identifying the report. + + + + A object, storing the arguments required to create the report. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document build has started. + + + + + + + + + Starts exporting the document (asynchronously). + + + + A object, identifying the document. + + + + A object, storing the arguments required to export the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document export has started. + + + + + + + + + Starts printing the document (asynchronously). + + + + A object, identifying the document. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document printing has started. + + + + + + + + + Stops building the document (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document build has stopped. + + + + + + + + + Starts printing the document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document printing has stopped. + + + + + + + + + + Temporarily identifies a report to provide its document for preview in an End-User Report Designer. + + + + + + + Initializes a new instance of the TransientReportId class with default settings. + + + + + + + + Initializes a new instance of the TransientReportId class with the specified report ID. + + + + An integer value, specifying the report ID. + + + + + + + + Identifies the temporary report. + + + An integer value. + + + + + + + Returns the textual representation of TransientReportId. + + + A value. + + + + + + + + A data transfer object (DTO) that provides the information about a report catalog item. + + + + + + + Initializes a new instance of the ReportCatalogItemDto class with default settings. + + + + + + + + Identifies the report catalog item's category. + + + An integer value. + + + + + + + Specifies the report catalog item description. + + + A value. + + + + + + + Identifies the report category item. + + + An integer value. + + + + + + + Specifies the user who locked the report catalog item. + + + + A value. + + + + + + + Specifies the last user who modified the report catalog item. + + + + A value. + + + + + + + Specifies the date and time when the report catalog item was last modified. + + + + A structure. + + + + + + + Specifies the report catalog item name. + + + A value. + + + + + + + + A data transfer object (DTO) that provides the information about a report revision layout. + + + + + + + + Initializes a new instance of the LayoutRevisionDto class with default settings. + + + + + + + + Specifies the report revision commentary. + + + A value. + + + + + + + Identifies the report revision. + + + An integer value. + + + + + + + Specifies the date and time of the report revision. + + + A structure. + + + + + + + Specifies the report revision number. + + + An integer value. + + + + + + + Specifies the author of the report revision. + + + + A value. + + + + + + + + A data transfer object (DTO) that provides the information about a report category. + + + + + + + + Initializes a new instance of the CategoryDto class with default settings. + + + + + + + + Identifies the category. + + + An integer value. + + + + + + + Specifies the category name. + + + A value. + + + + + + + + Provides information about the created report. + + + + + + + Initializes a new instance of the CreateReportResult class with default settings. + + + + + + + + Identifies the report. + + + An integer value. + + + + + + + Identifies the report revision. + + + An integer value. + + + + + + + + A data transfer object (DTO) that provides the information about a report. + + + + + + + Initializes a new instance of the ReportDto class with default settings. + + + + + + + + Identifies the report category. + + + An integer value. + + + + + + + Specifies the report commentary. + + + A value. + + + + + + + Specifies the report description. + + + A value. + + + + + + + Identifies the report. + + + An integer value. + + + + + + + Specifies the report layout bytes. + + + A array, specifying the report layout bytes. + + + + + + + Specifies the report name. + + + A value. + + + + + + + Identifies the report revision. + + + An integer value. + + + + + + + + Specifies the type of the value that should be passed to a parameter. + + + + + + + + The parameter returns a Boolean value, corresponding to the type. + + + + + + + + The parameter returns a date-time value, corresponding to the type. + + + + + + + + The parameter returns a decimal value, corresponding to the type. + + + + + + + + The parameter returns a double-precision floating-point number, corresponding to the type. + + + + + + + + The parameter returns a floating-point value, corresponding to the type. + + + + + + + + The parameter returns an integer value, corresponding to the type. + + + + + + + + The parameter returns a 64-bit signed integer value, corresponding to the type. + + + + + + + + + The parameter returns a string value, corresponding to the type. + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the ParameterCollection class with default settings. + + + + + + + + Appends an array of parameters to the collection. + + + + An array of objects to append to the collection. + + + + + + + + Provides access to individual items in the collection by their names. + + + + A value specifying the name of the parameter to get. + + + A object which represents the parameter with the specified name. + + + + + + + + Provides functionality to a report parameter. + + + + + + + Initializes a new instance of the Parameter class with default settings. + + + + + + + + Specifies a description displayed to an end-user, along with the parameter's editor in the Parameters UI, that is generated if the property is enabled. + + + A containing the parameter's description. + + + + + + + Specifies the look-up editor settings of the parameter. + + + A object. + + + + + + + Specifies whether or not a parameter can have multiple values. + + + true if a parameter can have multiple values; otherwise false. + + + + + + + Specifies the name of the parameter. + + + + A containing the name of the parameter. + + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. Specifies the type of the value associated with the parameter. + + + A enumeration value. + + + + + + + For internal use. + + + A . + + + + + + + Specifies the parameter's type. + + + A object that represents type declarations. + + + + + + + Specifies the parameter's value. + + + A , which represents the parameter's value. + + + + + + + For internal use. Stores additional information relating to the parameter's value. + + + + A value. + + + + + + + Specifies whether a parameter's editor should be displayed in the Parameters UI, which is invoked for an end-user if the property is enabled. + + + + true to display the parameter's editor; otherwise, false. + + + + + + + + Represents the method that will handle the event. + + + + + + + Represents the method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the and events. + + + + + + + + Gets the index of the current page that should be sent to a printer, next. + + + + An integer value representing the zero-based page index. + + + + + + + + Gets or sets the page settings of the current page that should be sent to a printer, next. + + + + + A object, containing page settings of the current page. + + + + + + + Gets a value indicating what type of print operation is occurring. + + + One of the enumeration vlaues. + + + + + + + + Specifies whether or not the page band should be printed on the same pages with Report Header and Report Footer bands. + + + + + + + A band is printed on all report pages in the ordinary manner. + + + + + + + + + + A band is hidden if a page contains a Report Footer. + + + + + + + + + A band is hidden if a page contains a Report Header. + + + + + + + + A band is hidden if a page contains a Report Header or Report Footer. + + + + + + + + + If implemented by a class, provides a service contract for the . + + + + + + + + Starts creating a report copy. + + + + An integer value, identifying the report to clone. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts creating a report. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts creating a report category. + + + + A value, specifying the report category name. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts deleting a report category. + + + + An integer value, specifying the report category ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts deleting a data model. + + + + An integer value, identifying the data model. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts deleting a report. + + + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Begins executing a scheduled job. + + + + An integer value, identifying the scheduled job. + + + + A nullable integer value. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the report categories. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the columns from a data source. + + + + A value, specifying the data source name. + + + + A object, specifying the data member. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the data members from a data source. + + + + A value, specifying the data source name. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the data model. + + + + An integer value, identifying the data model. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the available data models. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the data sources. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the report revisions. + + + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the reports. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts loading a report. + + + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts loading the layout of a specific report revision. + + + + An integer value, specifying the report ID. + + + + An integer value, specifying the revision ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts pinging the Report Server facade. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts rolling back a report revision. + + + + An integer value, specifying the report ID. + + + + An integer value, specifying the revision ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts saving the specified report. + + + + An integer value, specifying the report ID. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts updating the data model. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts updating the specified report. + + + + An integer value, specifying the report ID. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts updating the specified report category. + + + + An integer value, specifying the report category ID. + + + + A value, specifying the new category name. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts uploading a report layout. + + + + A object, containing the report layout. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Ends creating a report copy. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends creating a report. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends creating a report category. + + + + An object containing information about the status of an asynchronous operation. + + + An integer value, specifying the report category ID. + + + + + + + Ends deleting a report category. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends deleting a data model. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends deleting a report. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Begins executing a scheduled job. + + + + An object containing information about the status of an asynchronous operation. + + + A nullable integer value. + + + + + + + Ends obtaining the report categories. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining the columns from a data source. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining the data members from a data source. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining a data model. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends obtaining the available data models. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining the data sources. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining the report revisions. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends obtaining the reports. + + + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + + + + + + + Ends loading the reports. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Ends loading the report layout bytes. + + + + An object containing information about the status of an asynchronous operation. + + + A array, containing the report layout. + + + + + + + Ends pinging the Report Server facade. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends rolling back a report revision. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends saving the specified report. + + + + An object containing information about the status of an asynchronous operation. + + + An integer value, specifying the report ID. + + + + + + + Ends updating a data model. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends updating the specified report. + + + + An object containing information about the status of an asynchronous operation. + + + An integer value, specifying the report ID. + + + + + + + Ends updating a report category. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends uploading a report layout. + + + + An object containing information about the status of an asynchronous operation. + + + A object. + + + + + + + Obtains the data source schema. + + + + An integer value, specifying the data source ID. + + + + A value, containing information about the asynchronous operation. + + + A value, containing the data source schema. + + + + + + + Returns a data transfer object (DTO), corresponding to the report catalog item. + + + + An integer value, specifying the report ID. + + + A value. + + + + + + + Locks the specified report. + + + + An integer value, specifying the report ID. + + + + + + + + Unlocks the specified report. + + + + An integer value, specifying the report ID. + + + + + + + + + If implemented by a class, provides a service contract for the . + + + + + + + Starts logging in to a Report Server. + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Ends logging in to a Report Server. + + + + An object containing information about the status of an asynchronous operation. + + + true if the user has been successfully logged in; otherwise false. + + + + + + + + Provides methods for converting components to specific types. + + + + + + + Initializes a new instance of the ServiceClientFactoryConverter class with default settings. + + + + + + + + Checks whether or not the component can be converted to the specified type. + + + + An object implementing the interface. + + + + A enumeration value. + + + true if the valid conversion is possible; otherwise false. + + + + + + + Converts the component to the specified type. + + + + An object implementing the interface. + + + + A object. + + + + A value. + + + + A enumeration value. + + + A value. + + + + + + + + Used to detect the authentication cookie by the class. + + + + + + + Initializes a new instance of the FormsAuthenticationMessageInspector class with the specified cookie. + + + + A object. + + + + + + + + Initializes a new instance of the FormsAuthenticationMessageInspector class with default settings. + + + + + + + + + + + A reference. + + + + A value. + + + + + + + + + + + A reference. + + + + An object implementing the interface. + + + A value. + + + + + + + + Shares the Report Server authentication cookie between an and the to link them. + + + + + + + Initializes a new instance of the FormsAuthenticationEndpointBehavior class with default settings. + + + + + + + + Passes data to bindings (for custom behavior support). + + + + A object, specifying the endpoint to modify. + + + + A object, specifying the objects required by binding elements to support the behavior. + + + + + + + + Implements a modification or extension of the authentication service client across a contract. + + + + A object, specifying the endpoint. + + + + A object, specifying the client runtime. + + + + + + + + Implements a modification or extension of the authentication service across an endpoint. + + + + A object, specifying the endpoint that exposes the contract. + + + + An object, specifying the endpoint dispatcher to be modified or extended. + + + + + + + + + + + A object, specifying the endpoint. + + + + + + + + + An extension for sharing the Report Server authentication cookie between an and the to link them. + + + + + + + + Initializes a new instance of the FormsAuthenticationBehaviorExtension class with default settings. + + + + + + + + + + A enumeration value. + + + + + + + + Supports automatic creation on the client side. + + + + + + + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name. + + + + A value, specifying the endpoint configuration name. + + + + + + + + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. + + + + A value, specifying the endpoint configuration name. + + + + An object, specifying the authentication service address. + + + + + + + + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. + + + + An object, specifying the authentication service address. + + + + A object. + + + + + + + + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. + + + + An object, specifying the authentication service address. + + + + An enumeration value. + + + + + + + + Creates a . + + + + An object implementing the interface. + + + + + + + + Provides the client-side functionality for the Report Server authentication service. + + + + + + + Initializes a new instance of the AuthenticationServiceClient class with the specified channel. + + + + An object implementing the interface. + + + + + + + + Logs into a Report Server. + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + A value, containing information about the asynchronous operation. + + + + An action delegate containing a object that returns a Boolean value, specifying the operation result. + + + + + + + + Asynchronously logs into a Report Server. + + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a Boolean value. + + + + + + + + If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service. + + + + + + + Logs into a Report Server. + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + A value, specifying the operation state. + + + + An action delegate containing a object that returns a Boolean value, specifying the operation result. + + + + + + + + Asynchronously logs into a Report Server. + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a Boolean value. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + An object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the XlsxDocumentCreatedEventArgs class with the specified sheet names. + + + + An array of values, specifying the workbook sheet names. This value is assigned to the property. + + + + + + + + Returns an array of workbook sheet names. + + + An array of values, specifying the workbook sheet names. + + + + + + + + Lists the values specifying the PDF/A compatibility mode of a document. + + + + + + + The document does not support PDF/A. + + + + + + + + The document supports the PDF/A-2b specification. + + + + + + + + + Represents the value of a custom document property. + + + + + + + + Returns a boolean value assigned to a custom document property. + + + A value that is the custom property value. + + + + + + + Returns the date and time value assigned to a custom document property. + + + A value that is the custom property value. + + + + + + + Returns an empty custom property value. + + + + + + + + + Returns a numeric value assigned to a custom document property. + + + + A value that is the custom property value. + + + + + + + Returns a string assigned to a custom document property. + + + + A value that is the custom property value. + + + + + + + Gets the type of data assigned to a custom document property. + + + One of the enumeration values. + + + + + + + + Lists the values, specifying the supported user authentication types. + + + + + + + The remote document source is a Report Server that supports the Forms authentication type. + + + + + + + + The remote document source is a Report Server that supports the Guest authentication type. + + + + + + + + The remote document source is a custom WCF report service. + + + + + + + + The remote document source is a Report Server that supports the Windows authentication type. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ReportServiceClientDemandedEventArgs class with default settings. + + + + + + + + Specifies a custom report service client. + + + An object implementing the interface. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the AuthenticationServiceClientDemandedEventArgs class with default settings. + + + + + + + + Specifies the authentication service client. + + + An object implementing the interface. + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the DefaultValueParameterContainer class with default settings. + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + If implemented by a class, provides functionality for the DevExpress Report Server authentication service. + + + + + + + Logs into a Report Server. + + + + A value, specifying the user name. + + + + A value, specifying the password. + + + true if the attempt to login is successful; otherwise false. + + + + + + + + If implemented by a class, provides the client-side functionality for a WCF Report Service. + + + + + + + Starts clearing the document (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document has been cleared. + + + + + + + + Starts obtaining the document build status (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the created document's status has been obtained. + + + + + + + + + Starts obtaining the document data (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document data has been obtained. + + + + + + + + + Starts obtaining the exported document (asynchronously). + + + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the exported document has been obtained. + + + + + + + + Starts obtaining the exported document's status (asynchronously). + + + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the exported document's status has been obtained. + + + + + + + + Asynchronously obtains a collection of parameter values assigned to a lookup editor. + + + + An value. + + + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when a lookup editor has finished obtaining the appropriate parameter values. + + + + + + + + Starts obtaining the document pages (asynchronously). + + + + A object, identifying the document. + + + + An array of integer values, specifying the document pages. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document pages have been obtained. + + + + + + + + + Starts obtaining the printed document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the printed document has been obtained. + + + + + + + + + Starts obtaining the status of the printed document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the printed document's status has been obtained. + + + + + + + + + Starts obtaining the report parameters (asynchronously). + + + + An object, identifying the report. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the report parameters have been obtained. + + + + + + + + + Starts building the report (asynchronously). + + + + An object, identifying the report. + + + + A object, storing the arguments required to create the report. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document build has started. + + + + + + + + + Starts exporting the document (asynchronously). + + + + A object, identifying the document. + + + + A object, storing the arguments required to export the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document export has started. + + + + + + + + Starts printing the document (asynchronously). + + + + A object, identifying the document. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document printing has started. + + + + + + + + + Stops building the document (asynchronously). + + + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document build has stopped. + + + + + + + + + Stops printing the document (asynchronously). + + + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when the document printing has stopped. + + + + + + + + + + For internal use. An association of a brick and a page. + + + + + + + Gets a brick object of the brick-page pair. + + + A object. + + + + + + + For internal use. + + + + + + + + + + Creates a new brick-page pair with the specified brick and page. + + + + A object specifying a brick component of the pair. This value is assigned to the property. + + + + + A object specifying a page component of the pair. This value is assigned to the property. + + + A new BrickPagePair instance with the specified values. + + + + + + + Creates a new brick-page pair with the specified integer indices and page. + + + + An array of integer values, which specify indices for the created object. + + + + A object specifying a page component of the pair. This value is assigned to the property. + + + A new BrickPagePair instance with the specified values. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + Gets an empty brick-page pair. + + + A value, representing a brick-page pair with null components. + + + + + + + Determines whether the specified object is equal to the current BrickPagePair instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current BrickPagePair instance; otherwise false. + + + + + + + For internal use. + + + + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current BrickPagePair object. + + + An integer value representing the hash code for the current object. + + + + + + + For internal use. Provides access to a document page. + + + + A object, storing the document pages. + + + A object. + + + + + + + Gets a page object of the brick-page pair. + + + A object. + + + + + + + Gets an index of a page, which contains a bookmark's brick. + + + + An integer value representing a page index. + + + + + + + + Serves as the base class for classes that represent collections of bricks. + + + + + + + + Initializes a new instance of the BrickCollectionBase class with the specified owner. + + + + A that is the owner of BrickCollectionBase. + + + + + + + + + Lists the available modes for color palette compatibility with different workbooks versions. + + + + + + + + Degrade the color values to match the 56 standard colors of the default workbook palette. + + + + + + + + Keep the original color values, but include only the first 56 colors into the palette. + + + + + + + + + Stores the parameter look-up values. + + + + + + + Initializes a new instance of the ParameterLookUpValues class with default settings. + + + + + + + + Specifies the collection of parameter lookup values. + + + A object. + + + + + + + Specifies the parameter path. + + + A value, specifying the parameter path. + + + + + + + + A data transfer object (DTO) that provides the information about a data model. + + + + + + + + Initializes a new instance of the DataModelDto class with default settings. + + + + + + + + Specifies the connection string. + + + A value. + + + + + + + Specifies the database schema. + + + A value. + + + + + + + Specifies the data model description. + + + A value. + + + + + + + Specifies the data model ID. + + + An integer value, identifying the data model. + + + + + + + Specifies the data model name. + + + A value. + + + + + + + Specifies the data provider. + + + A value. + + + + + + + + Enables publishing a report in a Windows Forms application by creating a . + + + + + + + Enables publishing a report in a Windows Forms application. + + + + An . + + + A . + + + + + + + + For internal use. + + + + + + + Prints the specified document. + + + + A delegate of a object. + + + + A delegate of a object. + + + + + + + + Prints the specified page range. + + + + An integer value. + + + + An integer value. + + + + A delegate. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CredentialsEventArgs class with default settings. + + + + + + + + Initializes a new instance of the CredentialsEventArgs class with the specified user credentials. + + + + A value, specifying the user name. This value is assigned to the property. + + + + A value, specifying the password. This value is assigned to the property. + + + + + + + + Specifies whether or not the event was handled. + + + true if the event was handled; otherwise, false. + + + + + + + Specifies the user password to login to a Report Server. + + + A value, specifying the password. + + + + + + + Specifies the user name to login to a Report Server. + + + A value, specifying the user name. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + If implemented by a class, provides the service contract to a report parameter on the client side. + + + + + + + Provides the parameter description. + + + A value, describing the parameter. + + + + + + + Specifies whether or not a parameter can have multiple values. + + + true, if a parameter can have multiple values; otherwise, false. + + + + + + + Specifies the parameter name. + + + A value, identifying the parameter. + + + + + + + Classifies the parameter based on the data type implied in its value. + + + + A value, specifying the parameter data type. + + + + + + + Assigns a fixed value to the parameter. + + + A that is the parameter value. + + + + + + + Specifies whether or not the parameter is visible and its value is requested in a Document Preview. + + + + true, to make the parameter visible; otherwise false. + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + + Specifies how a control anchors to the top and/or bottom edges of its container. + + + + + + + + A control is anchored to both the top and bottom edges of its container. + + + + + + + + + A control is anchored to the bottom edge of its container. + + + + + + + + A control is not anchored to any edge of its container. + + + + + + + + + A control is anchored to the top edge of its container. + + + + + + + + + Contains options which define how a document is exported to the native Printing System file format. + + + + + + + + Initializes a new instance of the NativeFormatOptions class with default settings. + + + + + + + + + Copies all the settings from the NativeFormatOptions object passed as a parameter. + + + + + An NativeFormatOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value indicating whether the resulting PRNX file should be compressed. + + + + true to compress the resulting PRNX file; otherwise, false. + + + + + + + Gets or sets a value which indicates whether a Native Format Options window should be shown when an end-user saves a document from the Print Preview. + + + true to show the Native Format Options window; otherwise, false. + + + + + + + + Lists the ways in which a document can be exported to Image. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single Image file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting Image file only once, at the beginning and at the end of the document. + + + + + + + + + A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). + + + + + + + + + + Lists the ways in which a document can be exported to HTML format. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document. + + + + + + + + + A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). + + + + + + + + + + The base for the class. + + + + + + + + + Initializes a new instance of the PageInfoTextBrick class with the specified owner. + + + + + An object implementing the interface. + + + + + + + + + Initializes a new instance of the PageInfoTextBrick class with default settings. + + + + + + + + Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors. + + + + + A enumeration value(s) which specifies the borders displayed around the brick. + + + + + A value which specifies the border width of the brick, measured in pixels. + + + + A object which specifies the border color of the brick. + + + + A object which specifies the background color of the brick. + + + + A object which specifies the foreground color of the brick. + + + + + + + + Gets the text string containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageInfo". + + + + + + + Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection. + + + A enumeration member. + + + + + + + Gets or sets the format string to display text information within the brick. + + + A string, consisting of alternating fixed text and indexed placeholders. + + + + + + + Gets or sets the type of information to be displayed within the PageInfoTextBrick. + + + A enumeration member, indicating information type and its representation. + + + + + + + Gets or sets the initial value of a page counter. + + + An integer value representing an initial number for pagination. + + + + + + + + Gets or sets the text to be displayed within the current brick. + + + A representing the text to be displayed within the brick. + + + + + + + + Lists the ways in which a document can be exported to RTF format. + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document. + + + + + + + + + A document is exported to a single file, page-by-page. + + + + + + + + + Lists the acceptable line directions for HTML export. + + + + + + + Specifies the default line direction when exported into HTML. + + + + + + + + Specifies the horizontal line in HTML export. + + + + + + + + Specifies the vertical line in HTML export. + + + + + + + + + A visual brick that contains a rotated text. + + + + + + + Initializes a new instance of the LabelBrick class with the specified owner. + + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the LabelBrick class with default settings. + + + + + + + + Gets or sets the rotation angle of the text displayed within the brick. + + + A value, specifying the text angle in degrees. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Label". + + + + + + + Creates a new LabelBrick instance, which is a copy of the current instance. + + + A new LabelBrick instance, which is a copy of the current instance. + + + + + + + Gets a value indicating whether text within a label brick is drawn vertically. + + + + + true if the text is shown in a vertical mode; otherwise, false. + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + A visual brick that contains a barcode. + + + + + + + Initializes a new instance of the BarCodeBrick class with the specified owner. + + + + + An object implementing the interface. + + + + + + + + + Initializes a new instance of the BarCodeBrick class with default settings. + + + + + + + + Gets or sets the alignment of the barcode in the brick rectangle. + + + A enumeration value that specifies how the barcode is aligned within the brick. + + + + + + + + Gets or sets a value that specifies whether the property value should be calculated automatically based upon the barcode's size. + + + + true if the barcode's module is calculated automatically; otherwise, false. + + + + + + + Gets or sets the byte array to be coded into the PDF417 barcode. + + + An array of values. + + + + + + + For internal use only. + + + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "BarCode". + + + + + + + Create a copy of the current BarCodeBrick object. + + + An BarCodeBrick object that is a copy of the current object. + + + + + + + Specifies the default text . Currently it is set to value. + + + A value. + + + + + + + Specifies the default value. Currently it is set to false. + + + + + + + + + Gets or sets the default value for the property. + + + + + + + + + + Specifies the default value. Currently it is set to 2.0 + + + + + + + + + Specifies the default value. Currently it is set to . + + + + + + + + + Specifies the default value. Currently it is set to true. + + + + + + + + + + + + + + + + + Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick. + + + + A object representing the symbology used in the current BarCodeBrick. + + + + + + + Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance. + + + A value which represents the width of the narrowest bar or space. + + + + + + + Gets or sets how a barcode should be rotated in a report. + + + A enumeration value specifying the angle at which a barcode is rotated. + + + + + + + + Gets or sets a value indicating whether the text is displayed in this BarCodeBrick. + + + true if the text is displayed; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + Represents the regular star shape type. + + + + + + + Initializes a new instance of the ShapeStar class with default settings. + + + + + + + + Specifies the star's concavity value. + + + A value. + + + + + + + Gets or sets the number of points for the star shape. + + + + An integer value that specifies the number of points for the star shape. + + + + + + + + + Represents the rectangle shape type. + + + + + + + Initializes a new instance of the ShapeRectangle class with default settings. + + + + + + + + + Represents the arrow shape type. + + + + + + + Initializes a new instance of the ShapeArrow class with default settings. + + + + + + + + Gets or sets the height of an arrow (in percent). + + + An integer value which represents the height of an arrow. This value should be from 0 to 100. + + + + + + + Gets or sets the width of an arrow (in percent). + + + + An integer value which represents the width of an arrow. This value should be from 0 to 100. + + + + + + + + Represents the ellipse shape type. + + + + + + + Initializes a new instance of the ShapeEllipse class with default settings. + + + + + + + + + Represents the regular polygon shape type. + + + + + + + + Initializes a new instance of the ShapePolygon class with default settings. + + + + + + + + Gets or sets the number of polygon sides. + + + + An integer value which represents the number of sides in a polygon. + + + + + + + + Represents the bracket shape type. + + + + + + + Initializes a new instance of the ShapeBracket class with default settings. + + + + + + + + Gets or sets the length of a brace's tip. + + + + An integer value which represents a tip's length. + + + + + + + + + Defines the base class for all the shape types whose corners can be filleted. + + + + + + + + + Gets or sets a value specifying how shape corners are rounded (in percent). + + + + + An integer value which shows how corners are rounded. This value should be from 0 to 100. + + + + + + + + + Represents the cross shape type. + + + + + + + Initializes a new instance of the ShapeCross class with default settings. + + + + + + + + Gets or sets the horizontal line width of a cross (in percents). + + + + An integer value which represents the width of a horizontal line. + + + + + + + Gets or sets the vertical line width of a cross (in percents). + + + + An integer value which represents the width of a vertical line. + + + + + + + + Represents the line shape type. + + + + + + + Initializes a new instance of the ShapeLine class with default settings. + + + + + + + + + Defines the base class for all the shape types. + + + + + + + Override this method to get the name of the shape. + + + A string, representing the shape's name. + + + + + + + + Represents the brace shape type. + + + + + + + Initializes a new instance of the ShapeBrace class with default settings. + + + + + + + + Gets or sets a value which specifies how brace corners are rounded. + + + + An integer value which represents how brace corners are rounded. + + + + + + + Gets or sets the length of a brace's tail. + + + + An integer value which represents a tail's length. + + + + + + + + + Defines the base class for all the shape types represented by a closed figure. + + + + + + + + Defines the base class for all the shape types based on a regular polygon. + + + + + + + + Represents the class used to generate an UPC Supplemental 5 barcode. + + + + + + + Initializes a new instance of the UPCSupplemental5Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an UPC Supplemental 2 barcode. + + + + + + + Initializes a new instance of the UPCSupplemental2Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a PostNet barcode. + + + + + + + Initializes a new instance of the PostNetGenerator class with default settings. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an UPC-E1 barcode. + + + + + + + + Initializes a new instance of the UPCE1Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an MSI barcode. + + + + + + + Initializes a new instance of the CodeMSIGenerator class with default settings. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + Gets or sets the checksum type for the barcode. + + + + An enumeration value which represents the checksum type. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an EAN 13 barcode. + + + + + + + Initializes a new instance of the EAN13Generator class with default settings. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an Interleaved 2 of 5 barcode. + + + + + + + Initializes a new instance of the Interleaved2of5Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the density of a barcode's bars. + + + + A float value specifying the density of a barcode's bars. + + + + + + + + + Represents the class used to generate a Matrix 2 of 5 barcode. + + + + + + + Initializes a new instance of the Matrix2of5Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Defines the base class for the and classes. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + + Defines the base class for the and classes. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + + Represents the class used to generate an EAN 128 barcode. + + + + + + + Initializes a new instance of the EAN128Generator class with default settings. + + + + + + + + Gets or sets the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. + + + + A specifying the symbols to be replaced. + + + + + + + Specifies whether or not parentheses should be included in the barcode's text. + + + + + true to insert parentheses into the barcode's printed text; otherwise, false. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an EAN 8 barcode. + + + + + + + Initializes a new instance of the EAN8Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate an Industrial 2 of 5 barcode. + + + + + + + Initializes a new instance of the Industrial2of5Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the density of a barcode's bars. + + + + A float value specifying the density of a barcode's bars. + + + + + + + + Represents the class used to generate a Code 93 barcode. + + + + + + + Initializes a new instance of the Code93Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a Code 39 Extended barcode. + + + + + + + + Initializes a new instance of the Code39ExtendedGenerator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a Code 128 barcode. + + + + + + + + Initializes a new instance of the Code128Generator class with default settings. + + + + + + + + Adds a zero sign prefix to the number that is being encoded. + + + true to add a leading zero to the encoded numbers; otherwise false. + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + Gets or sets the charset type for the barcode. + + + A enumeration value that specifies a charset to be used. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a Code 11 barcode. + + + + + + + + Initializes a new instance of the Code11Generator class with default settings. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a Codabar barcode. + + + + + + + + Initializes a new instance of the CodabarGenerator class with default settings. + + + + + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + Gets or sets the first (start) and last (stop) symbols used to code the barcode's structure. + + + A enumeration value that specifies the pair of start and stop symbols used. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the density of a barcode's bars. + + + A float value specifying the density of a barcode's bars. + + + + + + + + Represents the class used to generate a Code 93 Extended barcode. + + + + + + + Initializes a new instance of the Code93ExtendedGenerator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Represents the class used to generate a Code 39 barcode. + + + + + + + + Initializes a new instance of the Code39Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the density of a barcode's bars. + + + A float value specifying the density of a barcode's bars. + + + + + + + + Defines the base class for all the classes used to generate barcodes. + + + + + + + Gets or sets whether to calculate a checksum for the barcode. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + + + + + + + For internal use. + + + + An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. + + + + A structure. + + + + An object implementing the interface. + + + + + + + + + + + + + + + + + + + For internal use. + + + + An object implementing the interface. + + + A value. + + + + + + + Gets the name of the bar code type, which is represented by a current class. + + + A string, which is the name of the bar code type. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Specifies which formula is used to calculate the checksum for the MSI barcode. + + + + + + + + The checksum is calculated with respect to base 10 twice. + + + + + + + + The checksum is calculated with respect to base 10. + + + + + + + + The checksum is not calculated. + + + + + + + + + Specifies the character set used for coding the Code 128 barcode structure. + + + + + + + The "A" character set will be used for coding a barcode. + + + + + + + + The character set will be chosen automatically according to the text assigned to a barcode. + + + + + + + + The "B" character set will be used for coding a barcode. + + + + + + + + The "C" character set will be used for coding a barcode. + + + + + + + + + Specifies the first (start) and last (stop) symbols used to code the Codabar barcode structure. + + + + + + + + The first element in a barcode is "A" and the last element is "T". + + + + + + + + + The first element in a barcode is "B" and the last element is "N". + + + + + + + + The first element in a barcode is "C" and the last element is "*". + + + + + + + + + The first element in a barcode is "D" and the last element is "E". + + + + + + + + + The are no start (first) and stop (last) elements used in a barcode. + + + + + + + + + + Specifies by what angle a barcode is rotated. + + + + + + + A barcode is displayed in its normal orientation. + + + + + + + + A barcode is rotated 90 degrees counter clockwise. + + + + + + + + + A barcode is rotated 90 degrees clockwise. + + + + + + + + A barcode is rotated 180 degrees. + + + + + + + + + Represents a print style used to print the via the . + + + + + + + + + Initializes a new instance of the DataGridPrintStyle class with the specified source print style. + + + + + A object whose properties are to be copied. + + + + + + + + + Initializes a new instance of the DataGridPrintStyle class with the specified data grid. + + + + + A object whose print style settings are to be copied. + + + + + + + + + Initializes a new instance of the DataGridPrintStyle class with default settings. + + + + + + + + Gets or sets the background color of odd-numbered rows of the grid. + + + + A that represents the alternating background color. + + + + + + + Gets or sets the background color of even-numbered rows of the grid. + + + + A that represents the color of rows in the grid. + + + + + + + + Gets or sets the background color of the caption area. + + + + A that represents the caption's background color. + + + + + + + + Gets or sets the foreground color of the caption area. + + + + A that represents the foreground color of the caption area. + + + + + + + + Duplicates the properties of the specified data grid's print style into the current DataGridPrintStyle instance. + + + + A object whose print style settings are to be copied. + + + + + + + + + Duplicates the properties of the specified print style into the current DataGridPrintStyle instance. + + + + A object whose properties are to be copied. + + + + + + + + + Gets or sets a value indicating whether the grid is printed in flat mode. + + + + true if the grid is displayed flat; otherwise, false. + + + + + + + Gets or sets the foreground color (typically the color of the text) of the data grid. + + + A that represents the foreground color. + + + + + + + + Gets or sets the color of the grid lines. + + + + A that represents the color of the grid lines. + + + + + + + + Gets or sets the line style of the grid. + + + + One of the values. + + + + + + + + Gets or sets the background color of all row and column headers. + + + + A that represents the background color of row and column headers. + + + + + + + Gets or sets the foreground color of headers. + + + + A that represents the foreground color of the grid's column headers, including the column header text and the plus/minus glyphs. + + + + + + + + Returns the textual representation of the print style. + + + A value which specifies the full name of the class. + + + + + + + + A visual brick containing a shape. + + + + + + + Initializes a new instance of the ShapeBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the ShapeBrick class with default settings. + + + + + + + + Gets or sets the angle (in degrees) by which the shape's image is rotated. + + + An integer value specifying the angle by which the shape's image is rotated. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Shape". + + + + + + + Gets or sets the color to fill the shape's contents. + + + + A object which represents the fill color of a shape. + + + + + + + + Gets or sets the color of the shape displayed in the current brick. + + + + A which represents the shape color in the current brick. + + + + + + + Specifies the ShapeBrick's line style. + + + A enumeration value. + + + + + + + Gets or sets the width of the line which is used to draw the shape image. + + + An integer value representing the width of the line. + + + + + + + Gets or sets an object which determines a particular shape type along with its settings. + + + + A class descendant which contains settings for a particular shape type. + + + + + + + + Gets or sets a value indicating whether or not to stretch a shape when it's rotated. + + + + true to stretch the shape; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + A visual brick containing a progress bar. + + + + + + + Initializes a new instance of the ProgressBarBrick class with the specified position. + + + + An integer value specifying the progress bar position. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ProgressBarBrick class with default settings. + + + + + + + + Initializes a new instance of the ProgressBarBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "ProgressBar". + + + + + + + Gets or sets the color of progress bars displayed in the current brick. + + + + A which represents the progress bars color. + + + + + + + + Gets or sets the current position of the progress bar brick. + + + + An integer value which represents the current position (0-100). + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property. + + + A which represents the text value that will be shown as the brick's text. + + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + A visual brick that contains a zip code. + + + + + + + Initializes a new instance of the ZipCodeBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the ZipCodeBrick class with default settings. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "ZipCode". + + + + + + + Gets or sets the width of the lines that the numbers in a zip code brick are drawn with. + + + + An integer value specifying the width (in pixels) of a ZipCodeBrick's lines. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + Represents the base class for brick classes which contain text. + + + + + + + + Gets or sets the color of the text displayed in the current brick. + + + + A which represents the text color in the current brick. + + + + + + + + Gets or sets the text to be displayed within the current brick. + + + A representing the text to be displayed within the brick. + + + + + + + + Represents different settings used to specify how a document is exported from the Print Preview. + + + + + + + Initializes a new instance of the PrintPreviewOptions class with default settings. + + + + + + + + Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview. + + + An enumeration value which specifies the action performed after export is finished. + + + + + + + Gets or sets the file path to which, by default, a document is exported from the Print Preview. + + + + + + A which represents the default file path. + + + + + + + + Specifies the default format to which a document is exported from the Print Preview form. + + + A enumeration value, corresponding to the required export format. + + + + + + + Gets or sets the file name to which, by default, a document is exported from the Print Preview. + + + + A which represents the default file name. + + + + + + + + Identifies the default file name for a document being exported from the Print Preview. + + + + + + + + + + Specifies the default format to which a document is converted, when the command is executed. + + + A enumeration value, corresponding to the required format. + + + + + + + Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview. + + + + A enumeration value which specifies how the file path is obtained. + + + + + + + Gets or sets a value which indicates whether an Export Options window should be shown when an end-user exports a document from the Print Preview. + + + true to show the Export Options window; otherwise, false. + + + + + + + + Represents the base class for objects which define export options specific to HTML and MHT formats. + + + + + + + Initializes a new instance of the HtmlExportOptionsBase class with default settings. + + + + + + + + + Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. + + + + + An HtmlExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the encoding name used when exporting a document to HTML. + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + + + + + + + + Specifies whether or not images are embedded in HTML content. + + + true to embed images in HTML; otherwise, false. + + + + + + + Gets or sets a value indicating how a document is exported to HTML. + + + + An enumeration value which represents the HTML export mode. + + + + + + + + Specifies whether to export watermarks to HTML along with the rest of the document content. + + + true to export watermarks to HTML; otherwise false. + + + + + + + Gets or sets the color of page borders when a document is exported to HTML page-by-page. + + + A value which represents the page border color. + + + + + + + + Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. + + + An integer value which represents the page border width. + + + + + + + Gets or sets the range of pages to be exported. + + + + A specifying the range of pages. + + + + + + + Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. + + + + true to remove secondary symbols; otherwise, false. + + + + + + + + Determines whether to use the table or non-table layout in the resulting HTML file. + + + true, to use a table layout; otherwise, false. + + + + + + + Gets or sets a title of the created HTML file + + + A containing the name shown as the title of the created HTML file. + + + + + + + + Represents the base class for objects which define export options specific for Text and CSV formats. + + + + + + + + Copies all the settings from the TextExportOptionsBase object passed as a parameter. + + + + + An TextExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the encoding of the text-based file to which a report is exported. + + + A class descendant specifying the encoding of the text-based file. + + + + + + + + Gets or sets a value used to serialize the property. + + + + An enumeration value which represents the encoding type of the created text-based document. + + + + + + + + Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. + + + + + true to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, false. + + + + + + + Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file. + + + A containing the symbol(s) which will be used to separate text elements in the created Text-based file. + + + + + + + Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT or CSV document. + + + A enumeration value. + + + + + + + + Specifies how images are exported to PDF format. + + + + + + + + + The resulting Jpeg image quality is high (the resulting PDF file size is big). + + + + + + + + + The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest). + + + + + + + + + + The resulting Jpeg image quality is low (the resulting PDF file size is small). + + + + + + + + + The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest). + + + + + + + + + + The resulting Jpeg image quality is medium (the resulting PDF file size is also medium). + + + + + + + + + + Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF). + + + + + + + + Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter. + + + + + An PageByPageExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the range of pages to be exported. + + + + + A specifying the range of pages. + + + + + + + + Contains options which define how a document is exported to XLS format. + + + + + + + + + Initializes a new instance of the XlsExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings. + + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + true to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptions class with the specified text export mode. + + + + A object, which specifies a format in which data values should be saved. + + + + + + + + Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings. + + + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptions class with the specified settings. + + + + A enumeration value. This value is assigned to the property. + + + + true to display the grid lines; otherwise false. This value is assigned to the property. + + + + true to export hyperlinks; otherwise false. This value is assigned to the property. + + + + true to allow more than 256 columns without warning; otherwise, false. This value is assigned to the property. + + + + true to allow more than 65536 rows without warning; otherwise, false. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XlsExportOptions class with the specified settings. + + + + A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + + + + true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + + + true, to export hyperlinks; otherwise, false. This value is assigned to the property. + + + + true to fit the output document to the page width when printing. This value is assigned to the property. + + + + + + + + Copies all the settings from the XlsExportOptions object passed as a parameter. + + + + + An XlsExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies whether the document should be exported to a single or different XLS files, page-by-page. + + + An enumeration value, representing the XLS export mode. + + + + + + + Gets or sets the range of pages to be exported. + + + A specifying the range of pages. + + + + + + + Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 256 columns. + + + + true to allow more than 256 columns without warning; otherwise, false. + + + + + + + Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 65,536 rows. + + + + true to allow more than 65,536 columns without warning; otherwise, false. + + + + + + + Specifies the color palette compatibility mode with different workbooks versions. + + + + A enumeration value. + + + + + + + + A document that is created by a remote service (a Report Server or custom WCF report service). + + + + + + + Initializes a new instance of the RemoteDocument class with the specified Printing System. + + + + A descendant. + + + + + + + + Releases all resources used by RemoteDocument. + + + + + + + + Indicates whether or not the document is empty (i.e., does it contain at least one page). + + + true if the document is emtpy; otherwise, false. + + + + + + + Gets the total number of pages within a report. + + + An integer value, specifying the number of report pages. + + + + + + + Asynchronously obtains the specified report created by a remote document source. + + + + An object, identifying the report. + + + + An object implementing the interface, specifying the report parameters. + + + + + + + + For internal use. + + + + A object. + + + + + + + + + Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. + + + + + + + + Initializes a new instance of the EmailOptions class with the default settings. + + + + + + + + + Provides access to the collection of email recipients. + + + A class descendant. + + + + + + + Appends a specified recipient to the end of the collection. + + + + A to add to the collection. + + + + + + + + Copies all the settings from the EmailOptions object passed as a parameter. + + + + + An EmailOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview. + + + + + A which represents the e-mail body. + + + + + + + Inserts a to the collection at the specified position. + + + + A value that specifies the position to insert a recipient. + + + + + A to insert to the collection. + + + + + + + + Gets or sets the text which is used as an e-mail's recipient address, when a document is exported and sent via e-mail from its Print Preview. + + + + A which represents the e-mail recipient address. + + + + + + + Gets or sets the prefix appended to the property value. + + + A value. + + + + + + + Gets or sets the text which is used as an e-mail's recipient name, when a document is exported and sent via e-mail from its Print Preview. + + + + A which represents the e-mail recipient name. + + + + + + + Gets or sets the text which is used as an e-mail's subject, when a document is exported and sent via e-mail from its Print Preview. + + + + A which represents the e-mail subject. + + + + + + + + Contains options which define how a document is exported to Text format. + + + + + + + + + Initializes a new instance of the TextExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + + + + A class descendant specifying the encoding of the created text document. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TextExportOptions class with the specified separator settings. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + + + A class descendant specifying the encoding of the created TXT document. This value is assigned to the property. + + + + A object, which specifies a format in which data values should be saved. + + + + + + + + Contains the default value for the property. By default, when a document is exported to a Text file, this value is equal to "\t". + + + $ + + + + + + + + Contains options which define how a document is exported to RTF format. + + + + + + + + + Initializes a new instance of the RtfExportOptions class with default settings. + + + + + + + + + Copies all the settings from the RtfExportOptions object passed as a parameter. + + + + + An RtfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets whether the header and footer contents should be displayed on the first page of the final document. + + + true, to display the header and footer on the first page; otherwise, false. + + + + + + + Gets or sets a value indicating how a document is exported to RTF. + + + + An enumeration value which represents the RTF export mode. + + + + + + + + Gets or sets whether page breaks should be included in the resulting file when a document is exported to RTF. + + + true, to include page breaks in the resulting file; otherwise, false. + + + + + + + Gets or sets a value indicating whether watermarks should be included into the resulting file, when a document is exported to RTF. + + + + true to include watermarks; otherwise, false. + + + + + + + Gets or sets the range of pages to be exported. + + + + A specifying the range of pages. + + + + + + + + Contains options which define how a document is exported to PDF format. + + + + + + + + + Initializes a new instance of the PdfExportOptions class with default settings. + + + + + + + + + Additional metadata that is added to the PDF document's metadata. + + + + A value. + + + + + + + Copies all the settings from the PdfExportOptions object passed as a parameter. + + + + + A PdfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Provides access to the attachment files list of the document. + + + A collection of files to be attached to the document. + + + + + + + Gets or sets a value indicating whether the resulting PDF file should be compressed. + + + + true to compress the resulting PDF file; otherwise, false. + + + + + + + Specifies whether or not all bitmaps contained in the document should be converted to JPEG format during exporting to PDF. + + + + true to convert images to JPEG; otherwise false. + + + + + + + Gets the options to be embedded as Document Properties of the created PDF file. + + + A object which contains Document Properties options. + + + + + + + Gets or sets the quality of images in the resulting PDF file. + + + + An enumeration value which specifies the quality of images in the resulting PDF file. + + + + + + + Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. + + + A which contains the font names delimited by a semicolon. + + + + + + + + Provides access to the PDF security options of the document, which require specifying a password. + + + A object, representing the security options. + + + + + + + Specifies document compatibility with the PDF/A specification. + + + + A enumeration value. + + + + + + + Specifies whether or not the document supports the PDF/A specification. + + + true if the document supports PDF-A; otherwise false. + + + + + + + Gets or sets a value indicating whether the Print dialog should be displayed when a PDF file is opened in an appropriate application. + + + + true to open the Print dialog on open; otherwise, false. + + + + + + + Provides access to the digital signature options of PdfExportOptions. + + + A object. + + + + + + + + Contains options which define how a document is exported to MHT format. + + + + + + + + + Initializes a new instance of the MhtExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the MhtExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the MhtExportOptions class with the specified encoding name and title. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + + + + + Initializes a new instance of the MhtExportOptions class with the specified encoding name. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + + + + + Overrides the property, to hide it. + + + + + + + + + + + Specifies the export options items which are displayed when an end-user exports a document from its Print Preview. + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the HTML export options. + + + + + + + + + The property of the Image export options. + + + + + + + + The property of the Image export options. + + + + + + + + + The property of the Image export options. + + + + + + + + The property of the Image export options. + + + + + + + + The property of the Image export options. + + + + + + + + The property of the Image export options. + + + + + + + + The property of the native format Save options. + + + + + + + + The property of the PDF export options. + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + + + The property of the PDF export options. + + + + + + + + + The property of the PDF export options. + + + + + + + + The property of the RTF export options. + + + + + + + + The property of the RTF export options. + + + + + + + + The property of the RTF export options. + + + + + + + + + The property of the Text export options. + + + + + + + + + The property of the Text export options. + + + + + + + + The property of the Text export options. + + + + + + + + + The property of the Text export options. + + + + + + + + + The property of the XLS export options. + + + + + + + + + The property of the XLS export options. + + + + + + + + The property of the XLS export options. + + + + + + + + The property of the XLS export options. + + + + + + + + The property of the XLS export options. + + + + + + + + + The property of the XLS export options. + + + + + + + + + The property of the XLS export options. + + + + + + + + + The property of the XLSX export options. + + + + + + + + The property of the XLSX export options. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + + + + + + + + + + + Provides the client-side functionality for a DevExpress Report Server. + + + + + + + Initializes a new instance of the ReportServerClient class with the specified settings. + + + + An object implementing the interface. + + + + A value, containing the address of the Report Server's REST endpoint. + + + + + + + + Initialize a new instance of the ReportServerClient class with the specified settings. + + + + An object implementing the interface. + + + + + + + + Creates a copy of the specified report. + + + + A System.Int32 value specifying a source report. + + + + A data transfer object specifying properties of the created report copy. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Provides the controls for the context of a channel. + + + An object implementing the System.ServiceModel.IContextChannel interface. + + + + + + + Asynchronously creates a report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the category ID. + + + + + + + Creates a new report on the server. + + + + A data transfer object specifying properties of the created report. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Creates a new report category with the specified name. + + + + A System.String value specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be callled when the operation is complete. + + + + + + + + Asynchronously deletes a report category. + + + + An integer value, identifying the report category. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously deletes a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Deletes the specified report. + + + + A System.Int32 specifying a report to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Deletes the specified report category. + + + + A System.Int32 value specifying a report category to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously executes a scheduled job. + + + + An integer value, identifying the scheduled job. + + + + A nullable integer value. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the job ID. + + + + + + + Returns a collection of items to be displayed in the categories list. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously returns a collection of report categories. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Asynchronously obtains a collection of columns available in the specified data member. + + + + A System.String value, specifying a data source. + + + + A System.String value, specifying a data member. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when data member columns have been obtained. + + + + + + + + Asynchronously obtains a collection of data members available in the specified data source. + + + + A System.String value, specifying a data source. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when a collection of data members has been obtained. + + + + + + + + Asynchronously gets a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a object. + + + + + + + Asynchronously gets a collection of data models. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Asynchronously obtains a collections of data sources available on a server. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Obtains an XML schema of the specified data source. + + + + A System.Int32 value specifying a data source. + + + + A value, containing information about the asynchronous operation. + + + A System.String containing a data source schema. + + + + + + + Occurs when a collection of data sources has been obtained. + + + + + + + + Gets properties of the specified report to be displayed in a report catalog. + + + + A System.Int32 value specifying a report. + + + A data transfer object containing the values of the report properties to be displayed in a report catalog. + + + + + + + Gets a collection of revisions for the specified report. + + + + + A System.Int32 value specifying a report. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Gets a collection of items to be displayed in a report catalog. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously gets a collection of reports. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Loads the specified report from the server storage. + + + + A System.Int32 specifying a report to load. + + + + A value, containing information about the asynchronous operation. + + + + +A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously loads a report. + + + + An integer value, identifying the report. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the . + + + + + + + Gets the specified revision of a report layout. + + + + A System.Int32 value specifying a report. + + + + A System.Int32 value specifying a report revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Locks the specified report. + + + + A System.Int32 specifying the report to lock. + + + + + + + + + Checks a server for availability. + + + + A System.Action delegate to be called when the operation is complete. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Rolls the layout of a report back to the specified revision. + + + + A System.Int32 value specifying a report to roll back. + + + + A System.Int32 value specifying a target layout revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Saves the specified report to the server storage. + + + + A System.Int32 value specifying a report to save. + + + + A Data Transfer Object containing report data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Unlocks the specified report. + + + + A System.Int32 specifying the report to unlock. + + + + + + + + + Asynchronously updates a report category. + + + + An integer value, identifying the report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously updates a data model. + + + + A object. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Updates properties of the specified report. + + + + A System.Int32 value specifying a report to update. + + + + A data transfer object containing new values for report properties. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Updates the name of the specified report category. + + + + A System.Int32 specifying the report category to update. + + + + + A System.String value specifying a new name for the report category. + + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Uploads report layout data onto a server. + + + + A System.IO.Stream containing layout data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + + Supports automatic creation on the client side. + + + + + + + Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name. + + + + A value, specifying the endpoint configuration name. + + + + + + + + Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address. + + + + A value, specifying the endpoint configuration name. + + + + An object. + + + + + + + + Initializes a new instance of the ReportServiceClientFactory class with the specified remote address. + + + + An object. + + + + + + + + Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding. + + + + An object. + + + + A object. + + + + + + + + Creates a . + + + An object implementing the interface (typically, this is a object). + + + + + + + + If implemented by a class, provides information about report parameters. + + + + + + + Counts the parameters that are available in a collection. + + + An integer value, specifying the parameter count. + + + + + + + Obtains an individual parameter by its path. + + + + A value. + + + An object implementing the interface. + + + + + + + + Provides functionality to reflect the current state of a document's printing or exporting. + + + + + + + Initializes a new instance of the ProgressReflector class with default settings. + + + + + + + + Gets or sets a value indicating whether the 's range can be auto-created. + + + true if a range can be auto-created; otherwise, false. + + + + + + + Disables the progress reflector. + + + + + + + + + + Enables the progress reflector. + + + + + + + + + For internal use. + + + + + + + + + + + + Initializes the ProgressReflector and sets its maximum value to the specified value. + + + + An integer value to be set to the maximum value of the ProgressReflector. + + + + + + + + Initializes the ProgressReflector's range using the specified maximum value. + + + + An integer value to be set to the maximum value of the ProgressReflector. + + + + + + + + Specifies the logic for the ProgressReflector class. For internal use only. + + + + + + + + + + Sets the maximum value that is possible for the current range, indicating that the process has been finished. + + + + + + + + + + Sets the maximum possible value to the property, indicating that the process has been finished. + + + + + + + + + + + Gets the maximum value of the current ProgressReflector. + + + An integer value. + + + + + + + Gets the value indicating the current position of the ProgressReflector. + + + An integer value. + + + + + + + Occurs after the position of the current range has been changed. + + + + + + + + Returns the number of sub-ranges for the . + + + An integer value, specifying the number of ranges. + + + + + + + Gets or sets a value which reflects the state of a process within the current range. + + + A value which represents the state of a process. + + + + + + + Registers the specified progress reflector as an active reflector to show current progress. + + + + + + A object to register as the active reflector. + + + + + + + + + Sets the ranges which will be used by the ProgressReflector to reflect progress states. + + + + An array of values which represent the ranges reflecting progress states. + + + + + + + + For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states. + + + + An array of values which represent the ranges reflecting progress states. + + + + A ProgressReflectorLogic object. + + + + + + + + Sets the ranges which will be used by the ProgressReflector to reflect progress states. + + + + An array of float values which represent the ranges reflecting progress states. + + + + + + + + + Unregisters the specified progress reflector, so it will no longer show the current progress. + + + + + A object to unregister. + + + + + + + + Gets or sets a value which reflects the state of a process being tracked by this ProgressReflector. + + + A float value which represents the state of a process. + + + + + + + + A composite brick that may contain other visual bricks and the base for the class. + + + + + + + + Initializes a new instance of the CompositeBrick class with default settings. + + + + + + + + Initializes a new instance of the CompositeBrick class with the specified settings. + + + + A collection of objects. + + + + A structure. + + + + + + + + Returns an enumerator that can iterate through the collection of bricks. + + + A object. + + + + + + + Provides access to a collection of bricks contained within the CompositeBrick instance. + + + A collection of objects. + + + + + + + Gets or sets the amounts to adjust the location of the CompositeBrick. + + + A object, representing the adjustments of X and Y coordinates for the CompositeBrick. + + + + + + + + This class is the basic class for all brick classes. + + + + + + + Specifies whether or not a brick is displayed in a printed or exported document. + + + true, to display a brick in a printed or exported document; false, to display a brick only in a preview. + + + + + + + Creates a new BrickBase instance, which is a copy of the current instance. + + + A new BrickBase instance, which is a copy of the current instance. + + + + + + + Defines the current brick's location, in GraphicsUnit.Document measurement units. + + + A value that represents the current brick's location. + + + + + + + + Specifies the page area for displaying a specific brick. + + + A enumeration value that represents the page area for displaying a specific brick. + + + + + + + Specifies whether or not a brick's bounds can be clipped. + + + true to disable clipping a brick's bounds; otherwise false. + + + + + + + + Specifies whether the current brick will be printed. + + + true, if the current brick will be printed, otherwise, false. + + + + + + + Defines the current brick's location and size, in GraphicsUnit.Document measurement units. + + + A value that represents the current brick's location and size. + + + + + + + + Defines the current brick's size, in GraphicsUnit.Document measurement units. + + + A value that represents the current brick's size. + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + For internal use. Occurs after all document pages have been created. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. Occurs before document pages are created. + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. Occurs when any exception is raised during document creation. + + + + + + + + For internal use. + + + + + + + + For internal use. Occurs when a Document Viewer receives a document change notification. + + + + + + + + For internal use. Gets a value indicating whether or not the document is being created. + + + true if the document creation isn't finished; otherwise, false. + + + + + + + For internal use. Indicates whether or not the document is empty (i.e., does it contain at least one page). + + + true if the document is emtpy; otherwise, false. + + + + + + + For internal use. + + + + + + + + For internal use. + + + A collection of objects implementing the interface. + + + + + + + For internal use. + + + An object implementing the interface. + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + Renders documents that are generated by remote sources (i.e., by a report service or Report Server). + + + + + + + Initializes a new instance of the RemotePrintingSystem class with the specified settings. + + + + An object implementing the interface. (Typically, this is a object.) + + + + + + + + Obtains the specified report created by a remote document source. + + + + An object, identifying the report. + + + + An object implementing the interface, specifying the report parameters. + + + + + + + + Passes the entered values to the report parameters and triggers document creation based on these values. + + + + + + + + + Provides functionality to publish objects. + + + + + + + Initializes a new instance of the RemoteDocumentSource class with default settings. + + + + + + + + Occurs when connecting to an . + + + + + + + + + Specifies the user authentication type that is appropriate to an assigned remote document source. + + + An enumeration value. + + + + + + + Triggers the document generation. + + + + + + + + Triggers the document generation with the specified settings. + + + + A object. + + + + + + + + Specifies a prefix that precedes Report Server endpoint configurations located in the Web.config file. + + + + A value. + + + + + + + Occurs before displaying the Parameters panel in a Print Prevew. + + + + + + + + Occurs when the parameter values are changed in the Parameters UI. + + + + + + + + Identifies documents that are created remotely by a RemoteDocumentSource. + + + An object, identifying a document. + + + + + + + Specifies the name of a remotely created document. + + + A value, specifying the document name. + + + + + + + + Intended to request user credentials to login to a Report Server. + + + + + + + + Occurs when connecting to a report service client. + + + + + + + + Specifies the uniform resource identifier (URI) of a remote document source. + + + A value, specifying the document source URI. + + + + + + + + The base class for all printing links. + + + + + + + + + Initializes a new instance of the LinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a LinkBase class instance. + + + + + + + + Initializes a new instance of the LinkBase class with the default settings. + + + + + + + + + Initializes a new instance of the class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Gets the current document creation status. + + + A enumeration value. + + + + + + + Adds a subreport to the current report. + + + + A value which specifies the vertical offset of the subreport within the current report. + + + + + + + + + Adds a subreport to the specified band in the current report. + + + + A descendant. + + + + A report band where the subreport shall be inserted. + + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Occurs after all sections of the document have been generated. + + + + + + + + Occurs before any section of the document is generated. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Removes all pages from the current document. + + + + + + + + Occurs when a detail section of the document is being generated. + + + + + + + + Occurs when a detail footer section of the document is being generated. + + + + + + + + Occurs when a detail header section of the document is being generated. + + + + + + + + Creates a report using the current PrintingSystem. + + + + + + + + + Creates a document from the link using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. + + + + true to generate pages in background; otherwise, false. + + + + + + + + Occurs when an inner page footer section of the document is being generated. + + + + + + + + Occurs when an inner page header section of the document is being generated. + + + + + + + + Occurs when a marginal page footer section of the document is being generated. + + + + + + + + Occurs when a marginal page header section of the document is being generated. + + + + + + + + Occurs when a report footer section of the document is being generated. + + + + + + + + Occurs when a report header section of the document is being generated. + + + + + + + + Gets or sets a size of a custom paper. + + + A value which represents the size of a custom paper. + + + + + + + Enables the Header and Footer dialog used for editing a document page's headers and footers. + + + true if the Header and Footer dialog is enabled; otherwise false. + + + + + + + Exports a document to the specified file path in CSV format using the defined CSV-specific options. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in CSV format. + + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + + + + + Exports a document to the specified stream in CSV format. + + + + A object to which the created CSV file should be sent. + + + + + + + + Exports a document to the specified stream in CSV format using the defined CSV-specific options. + + + + + + A object to which the created CSV file should be sent. + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in HTML format. + + + + A object to which the created HTML file should be sent. + + + + + + + + Exports a document to the specified file path in HTML format using the defined HTML-specific options. + + + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + An object which specifies the HTML export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in HTML format using the defined HTML-specific options. + + + + + + A object to which the created HTML file should be sent. + + + + A object which specifies the HTML export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in HTML format. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + + + + + Exports a document to the specified file path in Image format. + + + + + A which specifies the file name (including the full path) for the created Image file. + + + + + + + + Exports a document to the specified stream in Image format. + + + + A object to which the created Image file should be sent. + + + + + + + + Exports a document to the specified file path in Image format using the defined Image-specific options. + + + + A which specifies the file name (including the full path) for the created Image file. + + + + A object which specifies the Image export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in Image format using the defined Image-specific options. + + + + A object to which the created Image file should be sent. + + + + An object which specifies the Image export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + + + + + Exports a document to the specified stream in MHT format. + + + + A object to which the created MHT file should be sent. + + + + + + + + Exports a document to the specified stream in MHT format using the defined MHT-specific options. + + + + A object to which the created MHT file should be sent. + + + + An object which specifies the MHT export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in MHT format using the defined MHT-specific options. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + An object which specifies the MHT export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + + + + + Exports a document to the specified stream in PDF format using the defined PDF-specific options. + + + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in PDF format using the defined PDF-specific options. + + + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in PDF format. + + + + A object to which the created PDF file should be sent. + + + + + + + + Exports a document to the specified file path in RTF format using the defined RTF-specific options. + + + + A , which specifies the file name (including the full path) for the created RTF file. + + + + An object, representing options, which define how a document is exported to RTF format. + + + + + + + + Exports a document to the specified stream in RTF format using the defined RTF-specific options. + + + + A to which the created RTF file should be sent. + + + + An object, representing options, which define how a document is exported to RTF format. + + + + + + + + Exports a document to the specified stream in RTF format. + + + + A object to which the created RTF file should be sent. + + + + + + + + Exports a document to the specified file path in RTF format. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + + + + + Exports a document to the specified stream in Text format using the defined Text-specific options. + + + + A object to which the created Text file should be sent. + + + + A object which specifies the Text export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified stream in Text format. + + + + A object to which the created Text file should be sent. + + + + + + + + Exports a document to the specified file path in Text format using the defined Text-specific options. + + + + A which specifies the file name (including the full path) for the created Text file. + + + + A object which specifies the Text export options to be applied when a document is exported. + + + + + + + + Exports a document to the specified file path in Text format. + + + + A which specifies the file name (including the full path) for the created Text file. + + + + + + + + Exports a report to the specified stream in XLS format using the defined XLS-specific options. + + + + A object to which the created XLS file should be sent. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified file path in XLS format. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + + + + + Exports a report to the specified stream in XLS format. + + + + A object to which the created XLS file should be sent. + + + + + + + + Exports a report to the specified file path in XLS format using the defined XLS-specific options. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified file path in XLSX format. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + + + + + Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + + + + + + + Exports a report to the specified stream in XLSX format. + + + + A object to which the created XLSX file should be sent. + + + + + + + + Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. + + + + A object to which the created XLSX file should be sent. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Gets or sets a value indicating whether the page orientation is landscape. + + + true if the page orientation is landscape; otherwise, false. + + + + + + + + Gets or sets the margins of a report page. + + + + A object representing the margins of a report page. + + + + + + + + Specifies the minimum printer margin values. + + + A object, specifying the minimum printer margins. + + + + + + + For internal use. + + + A descendant. + + + + + + + Gets or sets the object used to fill the document's area that is occupied by the page header and page footer. + + + A used to fill the document's area that is occupied by the page header and page footer. + + + + + + + Gets or sets the type of paper for the document. + + + A enumeration value. + + + + + + + Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. + + + A specifying the name of the paper. + + + + + + + Gets the type of the object to be printed. + + + A object representing the type of object to be printed. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object which specifies the Printing System used to create and print a document. + + + + + + + Loads a Page Header/Footer dialog's settings from the system registry. + + + + A value specifying the system registry path. + + + + + + + + Loads a Page Header/Footer dialog's settings from the specified stream. + + + + A object from which the header/footer's settings are read. + + + + + + + + Loads a Page Header/Footer dialog's settings from the specified XML file. + + + + A value specifying the XML file from which header/footer settings are read. + + + + + + + + Gets or sets the RTF text, which will be printed as a Report Footer. + + + A containing RTF text. + + + + + + + Gets or sets the RTF text, which will be printed as a Report Header. + + + A containing RTF text. + + + + + + + Saves the Page Header/Footer dialog's settings to the registry. + + + + A value specifying the registry path at which to save the header/footer. + + + + + + + + Saves the Page Header/Footer dialog's settings to the specified stream. + + + + A descendant to which the header/footer is written. + + + + + + + + Saves the Page Header/Footer dialog's settings to an XML file. + + + + A specifying the path to the file in which the header/footer will be stored. If an empty string is specified, an exception is raised. + + + + + + + + Sets the object to be printed by this link. + + + + A object implementing the interface. + + + + + + + + Gets or sets report areas that should be skipped. + + + Report areas that should be skipped. + + + + + + + Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. + + + + + A enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. + + + + + + + + + Represents a hyperlink in a worksheet. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Compatibility setting. Gets or sets the text to be displayed for the specified hyperlink. + + + A value that specifies the display text for a hyperlink. + + + + + + + Gets or sets the cell or cell range that contains the hyperlink. + + + An object specifying the location of a hyperlink in a worksheet. + + + + + + + + Contains information about a bookmark that is related to a printing brick. + + + + + + + Initializes a new instance of the BookmarkInfo class with the specified settings. + + + + An object implementing the interface. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A object. This value is assigned to the property. + + + + + + + + Specifies the element's bookmark. + + + A value. + + + + + + + Provides access to the bookmark's owner brick. + + + An object implementing the interface. + + + + + + + A value. + + + + + + + + + Specifies whether or not there are bookmarks specified for the brick. + + + true, if there are bookmarks assigned to the element; otherwise false. + + + + + + + Provides access to the bookmark's parent brick. + + + A object. + + + + + + + Specifies information about the bookmark's parent. + + + + A object. + + + + + + + + Lists the values that specify the type of a brick owner object. + + + + + + + The brick owner is a . + + + + + + + + The brick owner is an descendant. + + + + + + + + The brick owner is an . + + + + + + + + The brick owner is an . + + + + + + + + The brick owner is an . + + + + + + + + The brick owner is an . + + + + + + + + The brick owner is an . + + + + + + + + The brick owner is an . + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + Provides the essential functionality for document printing. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + + An integer value. + + + + A value. + + + An integer value. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + A object. + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A DevExpress.XtraPrinting.Native.ConvertHelper object. + + + + + + + For internal use. + + + A object. + + + + + + + For internal use. + + + A structure. + + + + + + + For internal use. + + + A structure. + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A object. + + + + + + + For internal use. + + + A structure. + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + + A Boolean value. + + + A Boolean value. + + + + + + + For internal use. + + + + A Boolean value. + + + A Boolean value. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + + A object. + + + + An integer value. + + + + An integer value. + + + A Boolean value. + + + + + + + For internal use. + + + + A object. + + + + An object implementing the interface. + + + + A structure. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + A object. + + + + A value. + + + + A value. + + + + A value. + + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A enumeration value. + + + + + + + For internal use. + + + + A object. + + + + + + + + + The base for the and classes. + + + + + + + Initializes a new instance of the PageInfoTextBrickBase class with the specified settings. + + + + A enumeration value. + + + + A structure. + + + + A structure. + + + + A structure. + + + + A structure. + + + + + + + + Initializes a new instance of the PageInfoTextBrickBase class with default settings. + + + + + + + + For internal use. Initializes a new instance of the PageInfoTextBrickBase class with the specified brick owner. + + + + + An object implementing the interface. + + + + + + + + Specifies the format string to display text information within the brick. + + + A value, consisting of alternating fixed text and indexed placeholders. + + + + + + + Specifies the type of information to be displayed within the brick. + + + A enumeration value, specifying information type and its representation. + + + + + + + Specifies the initial value of a page counter. + + + An integer value, specifying an initial number for pagination. + + + + + + + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + + + A enumeration value. + + + + + + + + Supports automatic creation on the client side. + + + + + + + Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name and remote address. + + + + A value, specifying the endpoint configuration name. + + + + An object. + + + + + + + + Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name. + + + + A value, specifying the endpoint configuration name. + + + + + + + + Initializes a new instance of the ReportServerClientFactory class with the specified remote address and binding. + + + + An object. + + + + A object. + + + + + + + + Initializes a new instance of the ReportServerClientFactory class with the specified remote address. + + + + An object. + + + + + + + + Creates a . + + + An object implementing the interface (typically, this is a object). + + + + + + + + Serves as a base for the class and specifies the border line style options. + + + + + + + Gets or sets the line style of the cell's bottom border. + + + An enumeration member that specifies the line style of a border. + + + + + + + Copies the appropriate properties of the specified object into the current object of the XlBordersBase type. + + + + An XlBordersBase object that represents the object from which the settings will be copied. + + + + + + + + Gets or sets a value indicating whether the downward diagonal border should be displayed in a cell. + + + true, to display a downward diagonal border; otherwise, false. + + + + + + + Gets or sets the line style of the cell's downward diagonal border. + + + An enumeration member that specifies the line style of a border. + + + + + + + Gets or sets the line style of the cell's diagonal borders. + + + An enumeration member that specifies the line style of borders. + + + + + + + Gets or sets a value indicating whether the upward diagonal border should be displayed in a cell. + + + true, to display an upward diagonal border; otherwise, false. + + + + + + + Gets or sets the line style of the cell's upward diagonal border. + + + An enumeration member that specifies the line style of a border. + + + + + + + Determines whether the specified object is equal to the current XlBordersBase object. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlBordersBase object; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlBordersBase object. + + + An integer value that is the hash code for the current object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line style for the horizontal inner borders of a cell range. + + + An enumeration member that specifies the border line style. + + + + + + + Gets or sets the line style of the cell's left border. + + + An enumeration member that specifies the line style of a border. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets a value indicating whether the left, right, top and bottom borders should be applied only to the outside borders of a cell range. + + + + The default is true. + + + + + + + Gets or sets the line style of the cell's right border. + + + An enumeration member that specifies the line style of a border. + + + + + + + Gets or sets the line style of the cell's top border. + + + An enumeration member that specifies the line style of a border. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line style for the vertical inner borders of a cell range. + + + An enumeration member that specifies the border line style. + + + + + + + + If implemented by a class, provides methods for handling commands in Print Preview. + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value. + + + + An object implementing the interface (typically, this is a instance). + + + true if the command can be handled; otherwise false. + + + + + + + If implemented by a class, allows you to handle Printing System commands (listed in the enumeration). + + + + A enumeration value. + + + + An array of values, specifying the command arguments. + + + + An object implementing the interface (typically, this is a instance). + + + + true if the command has been handled; otherwise false. + + + + + + + + + Stores the document export options for different export formats. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Copies all the settings from the ExportOptions object passed as a parameter. + + + + + An ExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to CSV format. + + + + + A object which contains CSV export settings. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. + + + + + A object which contains e-mail settings. + + + + + + + + Gets the current visibility of the specified export option in the Print Preview. + + + + + An enumeration value which specifies the export option whose visibility state is to be determined. + + + + true if the specified export option is visible; otherwise, false. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to HTML format. + + + + + A object which contains HTML export settings. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to image. + + + + + A object which contains Image export settings. + + + + + + + + Provides access to an object that contains options which define how a document is exported to a mail message. + + + A value. + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to MHT format. + + + + + A object which contains MHT export settings. + + + + + + + + Provides access to the object, which contains settings for saving the PrintingSystem document in native format. + + + A class instance, containing native format save settings. + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to PDF format. + + + + + A object which contains PDF export settings. + + + + + + + + Gets the settings used to specify how a document is exported from the Print Preview. + + + A object which contains Print Preview export settings. + + + + + + + + Loads export options from the system registry. + + + + A value specifying the system registry path. + + + + + + + + Loads export options from the specified stream. + + + + A object from which the export options are read. + + + + + + + + Loads export options from the specified XML file. + + + + A value specifying the XML file from which export options are read. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to RTF format. + + + + + A object which contains RTF export settings. + + + + + + + + Saves the current export options to the registry. + + + + A value specifying the registry path in which to save the export options. + + + + + + + + + Saves the current export options to the specified stream. + + + + + A descendant to which the export options are written. + + + + + + + + Saves the current export options to an XML file. + + + + + A specifying the path to the file in which the export options will be stored. If an empty string is specified, an exception is raised. + + + + + + + + Changes the visibility of the specified export options in the Print Preview. + + + + + An array of enumeration values specifying the export options whose visibility needs to be changed. + + + + + true to make the export options visible; otherwise, false. + + + + + + + + Changes the visibility of the specified export option in the Print Preview. + + + + + + An enumeration value which specifies the export option whose visibility needs to be changed. + + + + + true to make the export option visible; otherwise, false. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to Text. + + + + + A object which contains Text export settings. + + + + + + + + Gets the settings used to specify exporting parameters when a document is exported to XLS format. + + + + + An object which contains XLS export settings. + + + + + + + + Gets the settings used to specify export parameters when a document is exported to XLSX format. + + + + An object which contains XLSX export settings. + + + + + + + + Represents options that specify which of the default printer's settings should be used when printing a document. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified values for its properties. + + + + + A object specifying the initial values for the class properties. + + + + + + + + Initializes a new instance of the PrinterSettingsUsing class with the specified margins, paper kind and landscape, using options. + + + + + + true to use the margin values of the default printer's settings; otherwise, false. This value is assigned to the property. + + + + true to use the paper kind of the default printer's settings; otherwise, false. This value is assigned to the property. + + + + true to use the landscape values of the default printer's settings; otherwise, false. This value is assigned to the property. + + + + + + + + Gets a value indicating if all of the default printer settings are used when a document is printed. + + + + true if all of the default printer settings are used for printing; otherwise, false. + + + + + + + + Gets a value indicating if any of the default printer settings are used when printing a document. + + + + true if at least one of the default printer settings is used when printing; otherwise, false. + + + + + + + + Gets or sets a value specifying whether the default printer's landscape option value is used when printing a document. + + + + + true to use the landscape option of the default printer's settings; otherwise, false. + + + + + + + + Gets or sets a value which specifies whether the default printer's margins value is used when printing a document. + + + + + true to use the margin values of the default printer's settings; otherwise, false. + + + + + + + + Gets or sets a value indicating if the default printer's paper kind value is used when printing a document. + + + + true if the paper kind value of the default printer settings is used; otherwise, false. + + + + + + + + + Provides access to the line characteristics of a cell border. + + + + + + + Initializes a new instance of the XlBorder class with default settings. + + + + + + + + Returns the object that specifies all outside borders of a cell. +This method is equivalent to the method and is reserved for future use. + + + + An object that defines the line color of borders. + + + + An enumeration member that specifies the line style of borders. + + + An class instance. + + + + + + + Returns the object that specifies all outside borders of a cell. +This method is equivalent to the method and is reserved for future use. + + + + An object that defines the line color of borders. + + + An class instance. + + + + + + + Gets or sets the line color of the cell's bottom border. + + + An object that specifies the border line color. + + + + + + + Creates a copy of the current XlBorder object. + + + An XlBorder object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlBorder class. + + + + An XlBorder class instance representing the source object for copying. + + + + + + + + Gets or sets the line color of the cell's diagonal borders. + + + A object that specifies the border line color. + + + + + + + Determines whether the specified object is equal to the current XlBorder instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlBorder instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlBorder object. + + + An integer value that is the hash code for the current object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line color of the horizontal inner borders of a cell range. + + + An object that specifies the border line color. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Specifies all inside borders of a cell range. + + + + An object that defines the line color of borders. + + + + An enumeration member that specifies the line style of borders. + + + An class instance. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Specifies all inside borders of a cell range. + + + + An object that defines the line color of borders. + + + An class instance. + + + + + + + Gets or sets the line color of the cell's left border. + + + An object that specifies the border line color. + + + + + + + Returns the object specifying that a cell has no visible borders. + + + + An class instance. + + + + + + + Returns the object that specifies the outside borders of a cell. + + + + + An object that defines the line color of borders. + + + + An enumeration member that specifies the line style of borders. + + + An class instance. + + + + + + + Returns the object that specifies the outside borders of a cell. + + + + An object that defines the line color of borders. + + + An class instance. + + + + + + + Gets or sets the line color of the cell's right border. + + + An object that specifies the border line color. + + + + + + + Gets or sets the line color of the cell's top border. + + + An object that specifies the border line color. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line color of the vertical inner borders of a cell range. + + + An object that specifies the border line color. + + + + + + + + A document's watermark. + + + + + + + Initializes a new instance of the class. + + + + + + + + Duplicates the properties of the specified watermark object into the current instance of the class. + + + + A object whose properties are to be copied. + + + + + + + + + Determines whether the specified object is equal to the current Watermark instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current Watermark instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current Watermark object. + + + + An integer value representing the hash code for the current object. + + + + + + + For internal use. + + + + An integer value. + + + + An integer value. + + + A Boolean value. + + + + + + + Gets or sets the range of pages which contain a watermark. + + + + + A specifying the range of pages which contain a watermark. + + + + + + + + Loads a watermark's settings from the system registry. + + + + A value specifying the system registry path. + + + + + + + + Loads a watermark's settings from the specified stream. + + + + A object from which the watermark's settings are read. + + + + + + + + Loads a watermark's settings from the specified XML file. + + + + A value specifying the XML file from which watermark settings are read. + + + + + + + + Saves the current watermark to the registry. + + + + A value specifying the registry path at which to save the watermark. + + + + + + + + Saves the current watermark to the specified stream. + + + + + A descendant to which the watermark is written. + + + + + + + + Saves the current watermark to an XML file. + + + + + A specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised. + + + + + + + + + Specifies how an image is positioned within an image control. + + + + + + + The image is placed in the upper-left corner of the image control. The image is clipped if it's larger than the image control which contains it. + + + + + + + + The image within the image control is stretched or shrunk, as appropriate, to fit the size of the image control. + + + + + + + + + The image is sized proportionally (without clipping), so that it best fits the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise, the closest fitting side (height or width) of the image will be sized to the control. The other side (height or width) of the image will be sized proportionally (leaving empty space). + + + + + + + + + + Specifies the incline of the 's text. + + + + + + + + Specifies an incline from upper left to lower right. + + + + + + + + Specifies an incline from upper right to lower left. + + + + + + + + Specifies an incline from left to right. + + + + + + + + Specifies an incline from top to bottom. + + + + + + + + + Specifies the visibility levels for the printing system commands. + + + + + + + Both the command's toolbar item and menu item are visible. + + + + + + + + Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + + + + + + + + + Both the command's toolbar button and menu item are invisible. + + + + + + + + Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + + + + + + + + + + Lists the values that indicate the document markup compatibility of various software platforms. + + + + + + + + XAML is Silverlight-compatible. + + + + + + + + XAML is WPF-compatible. + + + + + + + + + Lists values used to specify the line styles for cell borders. + + + + + + + Specifies the thin dash-dotted border line. + + + + + + + + + Specifies the thin dash-dot-dotted border line. + + + + + + + + + Specifies the thin dashed border line. + + + + + + + + + Specifies the thin dotted border line. + + + + + + + + + Specifies the double border line. + + + + + + + + + Specifies the hair border line. + + + + + + + + + Specifies the medium solid border line. + + + + + + + + + Specifies the medium dash-dotted border line. + + + + + + + + + Specifies the medium dash-dot-dotted border line. + + + + + + + + + Specifies the medium dashed border line. + + + + + + + + + Specifies that a border is not painted. + + + + + + + + Specifies the medium slanted dash-dotted border line. + + + + + + + + + Specifies the thick solid border line. + + + + + + + + + Specifies the thin solid border line. + + + + + + + + + + Represents a document map which contains a collection of all the bookmarks in a document. + + + + + + + + Initializes a new instance of the BookmarkNodeCollection class with default settings. + + + + + + + + + Represents a bookmark shown in the report's document map. + + + + + + + Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page. + + + + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + + A object representing the brick that the created bookmark will reference. This value is assigned to the property. + + + + + A object representing the page on which the brick is situated. Note that this parameter is required because a brick may be split across two pages. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page. + + + + + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + + A object representing the brick-page pair, associated with the current bookmark. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BookmarkNode class with the specified text. + + + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + + + + + + + Gets the brick which the current bookmark is associated with. + + + + A object representing the brick which the current bookmark references. + + + + + + + + Gets a string value, which is intended for serialization of the bookmark's page index. + + + A value. + + + + + + + Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map. + + + + A object representing the bookmarks which are shown as child bookmarks in a document map. + + + + + + + Gets the page which contains the brick for the current bookmark. + + + + A object representing the page in the document which contains the brick for the current bookmark. + + + + + + + + Gets an index of a page, which contains a bookmark's brick. + + + + An integer value representing a page index. + + + + + + + Provides access to the brick-page pair, associated with the current bookmark. + + + A object, representing a navigational brick-page pair. + + + + + + + Gets the text of a bookmark node. + + + A specifying the text shown for a bookmark in the document map. + + + + + + + + If implemented by a class, supports automatic creation on the client side. + + + + + + + + + Lists the base colors of the document theme. + + + + + + + Specifies the Accent 1 theme color. + + + + + + + + Specifies the Accent 2 theme color. + + + + + + + + Specifies the Accent 3 theme color. + + + + + + + + Specifies the Accent 4 theme color. + + + + + + + + Specifies the Accent 5 theme color. + + + + + + + + Specifies the Accent 6 theme color. + + + + + + + + Specifies the Dark 1 text/background color. + + + + + + + + Specifies the Dark 2 text/background color. + + + + + + + + Specifies the theme color used to highlight the visited hyperlink. + + + + + + + + Specifies the theme color used to highlight the inserted hyperlink. + + + + + + + + Specifies the Light 1 text/background color. + + + + + + + + Specifies the Light 2 text/background color. + + + + + + + + Specifies that theme colors are not used to set a foreground or background color. + + + + + + + + + Generates a GS1 (Data Matrix) barcode. + + + + + + + + + + Initializes a new instance of the DataMatrixGS1Generator class with the specified source. + + + + A object. + + + + + + + + Initializes a new instance of the DataMatrixGS1Generator class with default settings. + + + + + + + + Specifies whether textual information or a byte array should be used as the barcode's data, as well as its encoding. + + + A enumeration value. + + + + + + + Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. + + + A value, specifying the symbols to be replaced. + + + + + + + Specifies whether or not parentheses should be included in the barcode's text. + + + true to insert parentheses into the barcode's printed text; otherwise, false. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Defines the common properties representing the view data of a brick. + + + + + + + For internal use. Initializes a new instance of the BrickViewData class with the specified settings. + + + + A object. + + + + A structure. + + + + An object implementing the interface. + + + + + + + + For internal use. + + + + A structure. + + + + A Boolean value. + + + + + + + + Gets or sets a rectangle object specifying the height, width and location of the brick. + + + + A object representing a rectangular region by its height, width and location. + + + + + + + Gets or sets a rectangle object specifying the height, width and location of the brick. + + + + + A object representing a rectangular region by its height, width and location. + + + + + + + + Gets or sets the height of the brick. + + + + An integer value representing the height of the brick. + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + Gets the original bounds of the brick view data. + + + + + A value. + + + + + + + Gets the original bounds of the brick view data. + + + + + A value. + + + + + + + Gets or sets the instance used to render a brick in an appropriate format. + + + + + A instance to render a brick. + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + Gets or sets the width of the brick. + + + + An integer value representing the width of the brick. + + + + + + + + + A visual brick containing a line. + + + + + + + Initializes a new instance of the LineBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the LineBrick class with default settings. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Line". + + + + + + + Creates a new LineBrick instance, which is a copy of the current instance. + + + A new LineBrick instance, which is a copy of the current instance. + + + + + + + Gets or sets the color of the line displayed in the current line brick. + + + A object specifying the foreground color of the line. + + + + + + + Gets or sets the line direction in HTML output. + + + An enumeration value. + + + + + + + Gets or sets the line direction. + + + A enumeration value, which determines the current line direction. + + + + + + + Gets or sets the style used for a dashed line. + + + A enumeration value that represents the style used for a dashed line. + + + + + + + Gets or sets the width of the line displayed in the line brick. + + + An integer value representing the width of the line. + + + + + + + Overrides the property to change its return value. + + + Always true. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + Represents the method that will handle the event. + + + + + + + Represents the method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the event. + + + + + + + + Gets the object that sends the document's output to a printer. + + + + A object representing the printing settings of the document. + + + + + + + + + Used to apply an X.509 certificate to the resulting PDF file, to digitally sign the document. + + + + + + + Initializes a new instance of the PdfSignatureOptions class with default settings. + + + + + + + + Copies all the settings from the PdfSignatureOptions object passed as the parameter. + + + + + An PdfSignatureOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies an X.509 certificate of PdfSignatureOptions. + + + A object. + + + + + + + Creates a copy of the current PdfSignatureOptions object. + + + + + An PdfSignatureOptions object which is a copy of the current object. + + + + + + + Specifies the contact information of the person in charge of the certificate. + + + + A value. + + + + + + + Determines whether or not the specified object is equal to the current PdfSignatureOptions instance. + + + + + A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance. + + + true if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, false. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the certificate's location. + + + A value. + + + + + + + Specifies the reason for encrypting the file. + + + A value. + + + + + + + + Lists the values specifying the information related to a Field List node. + + + + + + + The Array item kind. + + + + + + + + The Boolean item kind. + + + + + + + + The Boolean Calculated Field item kind. + + + + + + + + The Date-Time Calculated Field item kind. + + + + + + + + The Default Calculated Field item kind. + + + + + + + + The Float Calculated Field item kind. + + + + + + + + The Integer Calculated Field item kind. + + + + + + + + The String Calculated Field item kind. + + + + + + + + The CheckBox Control item kind. + + + + + + + + The Label Control item kind. + + + + + + + + The Line Control item kind. + + + + + + + + The PictureBox Control item kind. + + + + + + + + The Shape Control item kind. + + + + + + + + The Date item kind. + + + + + + + + The Default item kind. + + + + + + + + The Float item kind. + + + + + + + + The Integer item kind. + + + + + + + + The List item kind. + + + + + + + + The List of Parameters item kind. + + + + + + + + The List Datasource item kind. + + + + + + + + The None item kind. + + + + + + + + The String item kind. + + + + + + + + + Stores the arguments required to export a document (its format and export options). + + + + + + + Initializes a new instance of the DocumentExportArgs class with default settings. + + + + + + + + Provides the information about a request to export a document on the server. + + + A value. + + + + + + + Specifies the document's export format. + + + An enumeration value. + + + + + + + Specifies the export options of a document, serialized to a array. + + + An array of values. + + + + + + + + Stores the arguments required to create a report (its watermark and page settings, as well as parameters). + + + + + + + Initializes a new instance of the ReportBuildArgs class with default settings. + + + + + + + + Provides the information about a request to export a document on the server. + + + A value. + + + + + + + + + + + + + + + Specifies the report parameters, serialized to a array. + + + An array of objects. + + + + + + + Specifies the contents of a page, serialized to a array. + + + A array. + + + + + + + Specifies the watermark settings of a page, serialized to a array. + + + A array. + + + + + + + + Lists the values that specify the compatibility mode of a document. + + + + + + + The document is HTML-compatible. + + + + + + + + The document is PNG-compatible. + + + + + + + + The document is PRNX-compatible. + + + + + + + + The document is Silverlight-compatible. + + + + + + + + The document is WPF-compatible. + + + + + + + + + The report identifier. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the LookUpValueCollection class with default settings. + + + + + + + + Appends an array of look-up values to the collection. + + + + An array of objects to append to the collection. + + + + + + + + + A parameter's value that is shown in its look-up editor for end-users. + + + + + + + Initializes a new instance of the LookUpValue class with default settings. + + + + + + + + Initializes a new instance of the LookUpValue class with the specified settings. + + + + A value. + + + + A value. + + + + + + + + Creates a new LookUpValue instance, which is a copy of the current instance. + + + A new LookUpValue instance, which is a copy of the current instance. + + + + + + + For internal use. + + + + + + + + + + Specifies the parameter value description. + + + A value. + + + + + + + "Description" + + + + + + + + + For internal use. + + + A value. + + + + + + + Specifies the parameter value. + + + A value. + + + + + + + "Value" + + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + A object. + + + + A DevExpress.Data.Browsing.DataContext object. + + + A object. + + + + + + + Returns a collection of objects associated with the report parameter. + + + + A object. + + + + A object. + + + + An object implementing the interface. + + + A object. + + + + + + + + Provides the look-up editor settings for report parameters that are bound to a datasource. + + + + + + + + Initializes a new instance of the DynamicListLookUpSettings class with default settings. + + + + + + + + Specifies the data adapter for the report parameter. + + + A value. + + + + + + + Specifies the data member name for the report parameter. + + + A value. + + + + + + + Specifies the data source for the report parameter. + + + A value. + + + + + + + Specifies the data member for the report parameter's display name. + + + A value. + + + + + + + Specifies the data member for the report parameter's value. + + + A value. + + + + + + + + Provides the look-up editor settings for report parameters that are not bound to a datasource. + + + + + + + + Initializes a new instance of the StaticListLookUpSettings class with default settings. + + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Provides access to the list of static values for the report parameter. + + + A object. + + + + + + + + The base class for classes that provide the look-up editor settings for report parameters. + + + + + + + + Specifies the data adapter that is used to provide parameter values to the lookup editor. + + + A value. + + + + + + + Specifies the data member that is used to provide parameter values to the lookup editor. + + + A value. + + + + + + + Specifies the data source that is used to provide parameter values to the lookup editor. + + + A value. + + + + + + + Specifies the filter criteria applied to the LookUpSettings object. + + + A value, specifying the filter string. + + + + + + + For internal use. + + + A value. + + + + + + + Specifies the report parameter, with which the LookUpSettings object is associated. + + + A object. + + + + + + + + Represents the object that specifies page margins for a worksheet. + + + + + + + Initializes a new instance of the XlPageMargins class with default settings. + + + + + + + + Gets or sets the size of the bottom margin of a printed page. + + + A value that specifies the bottom margin in a unit of measurement defined by the property. + + + + + + + Gets or sets the space between a footer and the bottom edge of a printed page. + + + A value that specifies the footer margin in a unit of measurement defined by the property. + + + + + + + Gets or sets the space between a header and the top edge of a printed page. + + + A value that specifies the header margin in a unit of measurement defined by the property. + + + + + + + Gets or sets the size of the left margin of a printed page. + + + A value that specifies the left margin in a unit of measurement defined by the property. + + + + + + + Gets or sets the unit of margin measurement. + + + An enumeration value that specifies the unit of measurement for worksheet margins. +The default is XlPageUnits.Inches. + + + + + + + Gets or sets the size of the right margin of a printed page. + + + A value that specifies the right margin in a unit of measurement defined by the property. + + + + + + + Gets or sets the size of the top margin of a printed page. + + + A value that specifies the top margin in a unit of measurement defined by the property. + + + + + + + + Generates an How to: Add a Bar Code of the Intelligent Mail Type to a Report barcode. + + + + + + + + + Initializes a new instance of the IntelligentMailGenerator class with default settings. + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + For internal use. + + + + A value. + + + + A array. + + + + + + + + + For internal use. + + + + + + + For internal use. + + + A descendant. + + + + + + + + Lists values used to specify the document format. + + + + + + + The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells. + + + + + + + + MS Excel 97-2003 binary file format. + + + + + + + + The OpenXML file format for the workbook (default MS Excel 2007 format). File extension - .xlsx. + + + + + + + + + If implemented by a class, provides a service contract for an export service client. + + + + + + + Starts clearing the content of the specified document. + + + + A object, identifying the document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the exported document. + + + + An object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts obtaining the current status of the exported document. + + + + An object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Starts the initial phase of asynchronous document export. + + + + A object. + + + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + + + Ends clearing the content of a document. + + + + An object containing information about the status of an asynchronous operation. + + + + + + + + Ends obtaining the exported document. + + + + An object containing information about the status of an asynchronous operation. + + + A array containing document data. + + + + + + + Ends obtaining the current status of the exported document. + + + + An object containing information about the status of an asynchronous operation. + + + An structure. + + + + + + + Ends the initial phase of asynchronous document export. + + + + An object containing information about a status of an asynchronous operation. + + + An object. + + + + + + + + Lists the types of encoding to be used when a document is exported to a Text-based format. + + + + + + + + A document is exported using the ASCII (7-bit) character set. + + + + + + + + + A document is exported using the UTF-16 format with the big-endian byte order. + + + + + + + + + + A document is exported using the system's current ANSI code page. + + + + + + + + + A document is exported using the UTF-16 format with the little-endian byte order. + + + + + + + + A document is exported using the UTF-32 format with the little-endian byte order. + + + + + + + + A document is exported using the UTF-7 format. + + + + + + + + + A document is exported using the UTF-8 format. + + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + + Specifies the direction of a line drawn inside an control. + + + + + + + A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the control. + + + + + + + + A line is drawn horizontally. + + + + + + + + A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the control. + + + + + + + + A line is drawn vertically. + + + + + + + + + Represents a page's watermark. + + + + + + + Initializes a new instance of the PageWatermark class with default settings. + + + + + + + + Disposes of the PageWatermark object. + + + + + + + + + Determines whether the specified object is equal to the current PageWatermark instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PageWatermark instance; otherwise false. + + + + + + + Gets or sets the font of the PageWatermark. + + + A object that defines the text's format, including font face, size, and style attributes. + + + + + + + + Gets or sets the foreground color of the PageWatermark's text. + + + A object representing the foreground color of the text. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PageWatermark object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets the PageWatermark's picture. + + + A object specifying the watermark's picture. + + + + + + + Gets or sets the position of the PageWatermark's picture. + + + A enumeration value specifying how a picture is aligned on the document page. + + + + + + + Gets or sets a value indicating if a PageWatermark's picture should be tiled. + + + true to tile a watermark's picture; otherwise, false. + + + + + + + Gets or sets the transparency of the watermark's image. + + + + An integer value specifying the images's transparency. It should be between 0 and 255, inclusive. + + + + + + + Gets or sets the mode in which a picture is displayed. + + + An enumeration value specifying how the picture should be displayed. + + + + + + + Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page. + + + + true to print a watermark behind the contents of a page; otherwise false. + + + + + + + + Gets or sets a PageWatermark's text. + + + A specifying the text of a watermark. + + + + + + + Gets or sets the incline of the PageWatermark's text. + + + A enumeration value representing the text incline. + + + + + + + Gets or sets the transparency of the PageWatermark's text. + + + An integer value specifying the text's transparency. It should be between 0 and 255, inclusive. + + + + + + + + The base class for classes that provide the composite link functionality. + + + + + + + Initializes a new instance of the CompositeLinkBase class with the specified Printing System. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CompositeLinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a CompositeLinkBase class instance. + + + + + + + + Initializes a new instance of the CompositeLinkBase class with default settings. + + + + + + + + Specifies the indent between the printed content of individual links. + + + An integer value, specifying the blank space between the links' content. + + + + + + + Used to export each link contained in the Composite Link to a separate page. + + + + + + + + Gets a collection of links of a CompositeLinkBase object. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + + Lists the values used to specify the type of the DataBar bar code. + + + + + + + A GS1 DataBar Expanded barcode is generated. + + + + + + + + A GS1 DataBar Expanded Stacked barcode is generated. + + + + + + + + A GS1 DataBar Limited barcode is generated. + + + + + + + + A GS1 DataBar Omnidirectional barcode is generated. + + + + + + + + A GS1 DataBar Stacked barcode is generated. + + + + + + + + A GS1 DataBar Stacked Omnidirectional barcode is generated. + + + + + + + + A GS1 DataBar Truncated barcode is generated. + + + + + + + + + For internal use. Lists the available text editing modes. + + + + + + + Multi-line text. + + + + + + + + No text. + + + + + + + + Plain text. + + + + + + + + Text editing is not available. + + + + + + + + + + Generates a DataBar barcode. + + + + + + + Initializes a new instance of the DataBarGenerator class with default settings. + + + + + + + + Gets or sets whether or not to calculate a checksum for the barcode. + + + true, if the barcode object requires a checksum calculation; otherwise, false. + + + + + + + + Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the bars are drawn. + + + + A value, specifying the symbols to be replaced. + + + + + + + Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. + + + A System.Int32 value specifying a number of data segments per row. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the type of a GS1 DataBar barcode. + + + A value specifying the GS1 DataBar barcode's type. + + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the ReportParameter class with default settings. + + + + + + + + For internal use. + + + + A ParameterPath object. + + + + A object. + + + + + + + + Initializes a new instance of the ReportParameter class with the specified settings. + + + + A ParameterPath value. + + + + A object. + + + + A Boolean value. + + + + + + + + Assigns the settings of a specified parameter to the current parameter. + + + + A object whose settings to assign to the current parameter. + + + + + + + + For internal use. Specifies the parameter description. + + + A value. + + + + + + + For internal use. + + + + + + + + + + For internal use. Specifies the collection of values for the parameter's look-up editor. + + + A object. + + + + + + + Specifies whether or not a parameter can have multiple values. + + + true, if a parameter can have multiple values; otherwise, false. + + + + + + + For internal use. Specifies the parameter name. + + + A value. + + + + + + + For internal use. Specifies the parameter path. + + + A value. + + + + + + + Specifies the parameter type. + + + A object. + + + + + + + For internal use. Specifies the parameter value. + + + A type. + + + + + + + For internal use. Specifies the parameter visibility. + + + A Boolean value. + + + + + + + + Identifies the uploaded document resources, stored in the PRNX format. + + + + + + + Initializes a new instance of the UploadingResourceId class with default settings. + + + + + + + + Initializes a new instance of the UploadingResourceId class with the specified resources. + + + + A value. + + + + + + + + Assigns an unique ID to the uploaded resources. + + + An object. + + + + + + + Returns the textual representation of UploadingResourceId. + + + A value. + + + + + + + Specifies the document resources. + + + A value, specifying the document resources. + + + + + + + + Generates a How to: Add a Bar Code of the QR Code Type to a Report barcode. + + + + + + + + + + For internal use. Initializes a new instance of the QRCodeGenerator class with the specified source. + + + + A object. + + + + + + + + For internal use. Initializes a new instance of the QRCodeGenerator class with the default settings. + + + + + + + + Gets or sets whether numeric, alpha-numeric or byte information should be used as the barcode's data. + + + A enumeration value. + + + + + + + Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. + + + A enumeration value. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the barcode's size. + + + A enumeration value. + + + + + + + + Lists the values used to specify the How to: Add a Bar Code of the QR Code Type to a Report barcode's size. + + + + + + + The version is auto-calculated. + + + + + + + + 21x21 + + + + + + + + 57x57 + + + + + + + + 61x61 + + + + + + + + 65x65 + + + + + + + + 69x69 + + + + + + + + 73x73 + + + + + + + + 77x77 + + + + + + + + 81x81 + + + + + + + + 85x85 + + + + + + + + 89x89 + + + + + + + + 93x93 + + + + + + + + 25x25 + + + + + + + + 97x97 + + + + + + + + 101x101 + + + + + + + + 105x105 + + + + + + + + 109x109 + + + + + + + + 113x113 + + + + + + + + 117x117 + + + + + + + + 121x121 + + + + + + + + 125x125 + + + + + + + + 129x129 + + + + + + + + 133x133 + + + + + + + + 29x29 + + + + + + + + 137x137 + + + + + + + + 141x141 + + + + + + + + 145x145 + + + + + + + + 149x149 + + + + + + + + 153x153 + + + + + + + + 157x157 + + + + + + + + 161x161 + + + + + + + + 165x165 + + + + + + + + 169x169 + + + + + + + + 177x177 + + + + + + + + 33x33 + + + + + + + + 177x177 + + + + + + + + 37x37 + + + + + + + + 41x41 + + + + + + + + 45x45 + + + + + + + + 49x49 + + + + + + + + 53x53 + + + + + + + + + Specifies the amount of redundancy built into the coding of the How to: Add a Bar Code of the QR Code Type to a Report to compensate for calculation errors. + + + + + + + + 30% codewords can be restored. + + + + + + + + + 7% codewords can be restored. + + + + + + + + + 15% codewords can be restored. + + + + + + + + + 25% codewords can be restored. + + + + + + + + + + Specifies the kind of data that should be coded into the How to: Add a Bar Code of the QR Code Type to a Report. + + + + + + + A combination of alphabetic and numeric characters is encoded. Max. 4,296 characters. + + + + + + + + Binary data is encoded. Max. 2,953 bytes. + + + + + + + + Numeric data is encoded. Max. 7,089 characters. + + + + + + + + + Generates an ITF-4 barcode. + + + + + + + Initializes a new instance of the ITF14Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + Gets or sets the density of a barcode's bars. + + + A float value specifying the density of the barcode's bars. + + + + + + + + + A collection of page breaks in a worksheet. + + + + + + + Inserts a page break at the specified position. + + + + A positive integer that is the index of a row or column after which a page break should be inserted. +This value should start from 1 and cannot exceed 1,048,575 for rows or 16,383 for columns. + + + + + + + + Removes all page breaks from the collection. + + + + + + + + Determines whether the collection contains a page break at the specified position (after the specified row or column). + + + + A positive integer that is the index of a row or a column starting from 1 and not exceeding 1,048,575 for rows or 16,383 for columns. + + + true, if the collection contains a page break at the specified position; otherwise, false. + + + + + + + Returns the index of the specified page break in the collection. + + + + An integer that is the row or column index after which the page break to be found is inserted. + + + A zero-based integer which specifies the page break's position within the collection. -1 if the page break doesn't belong to the collection. + + + + + + + Gets the position of the specified page break by its index in the collection. + + + + A zero-based integer specifying the desired page break's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + A positive integer that is the index of the row or column after which the page break is inserted. + + + + + + + Removes the page break at the specified row or column index. + + + + An integer that is the row or column index after which the page break is inserted. + + + + + + + + Removes a page break at the specified index from the collection. + + + + A zero-based integer specifying the index of the page break to be removed. It should not be negative and less than the number of elements in the collection. + + + + + + + + + + Lists values used to specify the color type. + + + + + + + Specifies an automatic color. + + + + + + + + Specifies an empty color. + + + + + + + + Specifies an ARGB (alpha, red, green, blue) color. + + + + + + + + Specifies a theme-based color. + + + + + + + + + Represents a collection of rows owned by the . + + + + + + + Initializes a new instance of the class that is empty and has the default initial capacity. + + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + An integer value indicating the position into which the new element was inserted. + + + + + + + Initializes a new instance of the class and adds it to the collection. + + + + The object added to the collection of rows. + + + + + + + + + Provides indexed access to individual items in the collection. + + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + + A object which represents the table row at the specified position. + + + + + + + + Represents a row in the . + + + + + + + Initializes an instance of the class. + + + + + + + + + Gets the array of bricks held by the . + + + + A BrickList object which represents the array of bricks held by the . + + + + + + + + + A visual brick comprised of rows and columns. + + + + + + + Initializes a new instance of the PageTableBrick class with default settings. + + + + + + + + + Gets or sets the alignment of brick within the page layout rectangle. + + + A enumeration, specifying the alignment. + + + + + + + Gets a collection of bricks which are contained in this PageTableBrick. + + + A object, which contains bricks belonging to this table brick. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageTable". + + + + + + + Gets or sets the brick alignment related to the top of the parent area. + + + + A enumeration member, specifying the alignment. + + + + + + + Gets the collection of rows owned by the object. + + + + A object representing the collection of rows. + + + + + + + + Refreshes the size of the entire . + + + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the ReportParameterContainer class with default settings. + + + + + + + + Specifies the parameters available in a report. + + + An array of objects. + + + + + + + For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report. + + + true to wait until a user submits parameter value(s); otherwise false. + + + + + + + + Lists the available page view modes. + + + + + + + The document is re-sized to fit the page width into the Print Preview's dimensions. + + + + + + + + The document is re-sized to fit the specified number of page rows and columns. + + + + + + + + The document zooming is adjusted so as to fit the whole page width. + + + + + + + + + The document is re-sized to fit the entire page within the Print Preview's dimensions. + + + + + + + + + + For internal use. Provides options that are used to manage a barcode's content. + + + + + + + Gets the barcode's alignment settings. + + + A enumeration value. + + + + + + + Gets the value indicating whether or not the barcode's auto-module setting is enabled. + + + true if the property is enabled; otherwise false. + + + + + + + Gets the barcode's module setting. + + + A value of the property. + + + + + + + Gets the barcode's orientation setting. + + + A enumeration value. + + + + + + + Gets the value indicating whether or not the barcode shows its text. + + + true if the property is enabled; otherwise false. + + + + + + + Gets the barcode's style settings. + + + A object that is assigned to the property. + + + + + + + Gets the barcode's text. + + + A value. + + + + + + + + Generates a How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. + + + + + + + Initializes a new instance of the DataMatrixGenerator class with default settings. + + + + + + + + Initializes a new instance of the DataMatrixGenerator class with the specified source. + + + + A object. + + + + + + + + Gets or sets whether textual information or a byte array should be used as the barcode's data, as well as its encoding. + + + + A enumeration value. + + + + + + + Gets or sets the barcode matrix size. + + + + A enumeration value. + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + The base class for generators of 2D barcodes. + + + + + + + Initializes a new instance of the BarCode2DGenerator class with the specified source. + + + + A object. + + + + + + + + Initializes a new instance of the BarCode2DGenerator class with default settings. + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + For internal use. + + + + A value. + + + + A array. + + + + + + + + + Lists the available data matrix size options related to the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. + + + + + + + The barcode matrix size is 104x104. + + + + + + + + The barcode matrix size is 10x10. + + + + + + + + The barcode matrix size is 120x120. + + + + + + + + The barcode matrix size is 12x12. + + + + + + + + The barcode matrix size is 12x26. + + + + + + + + The barcode matrix size is 12x36. + + + + + + + + The barcode matrix size is 132x132. + + + + + + + + The barcode matrix size is 144x144. + + + + + + + + The barcode matrix size is 14x14. + + + + + + + + The barcode matrix size is 16x16. + + + + + + + + The barcode matrix size is 16x36. + + + + + + + + The barcode matrix size is 16x48. + + + + + + + + The barcode matrix size is 18x18. + + + + + + + + The barcode matrix size is 20x20. + + + + + + + + The barcode matrix size is 22x22. + + + + + + + + The barcode matrix size is 24x24. + + + + + + + + The barcode matrix size is 26x26. + + + + + + + + The barcode matrix size is 32x32. + + + + + + + + The barcode matrix size is 36x36. + + + + + + + + The barcode matrix size is 40x40. + + + + + + + + The barcode matrix size is 44x44. + + + + + + + + The barcode matrix size is 48x48. + + + + + + + + The barcode matrix size is 52x52. + + + + + + + + The barcode matrix size is 64x64. + + + + + + + + The barcode matrix size is 72x72. + + + + + + + + The barcode matrix size is 80x80. + + + + + + + + The barcode matrix size is 88x88. + + + + + + + + The barcode matrix size is 8x18. + + + + + + + + The barcode matrix size is 8x32. + + + + + + + + The barcode matrix size is 96x96. + + + + + + + + The barcode matrix size is auto-adjusted, depending on the quantity of encoded data. + + + + + + + + + Specifies the kind of data that should be coded into the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report and How to: Add a Bar Code of the PDF-417 Type to a Report barcodes. + + + + + + + + Data is encoded into text using the ASCII standard, which uses 4 bits (for double digits), 8 bits (for ASCII 0-127 symbols), or 16 bits (for ASCII 128-255 symbols). + + + + + + + + Data is encoded into a binary array, using 8 bits per symbol. + + + + + + + + Data is encoded into text using the C40 standard, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. + + + + + + + + Data is encoded into text using the EDIFACT standard, which uses 6 bits per symbol. + + + + + + + + Data is encoded into text, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. + + + + + + + + Data is encoded into text using the X12 standard, which uses 5.33 bits (for upper register characters, digits and the three standard ANSI X12 terminator and separator characters) or 10.66 bits (for lower register and special characters) per symbol. + + + + + + + + + + A method that handles all page events within the XtraPrinting Library. + + + + + + + A method that handles all page events within the XtraPrinting Library. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + For Internal use. Provides data for the event. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + Lists the available activity modes that relate to a link's property. + + + + + + + The document is being exported. + + + + + + + + The document creation process is idle. + + + + + + + + + The document creation process is being prepared. + + + + + + + + The document is being printed. + + + + + + + + + This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + A visual brick that is drawn on a page by an object implementing the interface. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Default". + + + + + + + Gets a user implementation of the interface drawn via the method. + + + User implementation of the interface. + + + + + + + For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + + + + + A object value specifying the bottom of the current page. + + + + true to forcibly split non-separable bricks; otherwise, false. + + + + A object specifying the suggested new end position of the current page. + + + + A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. + + + A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. + + + + + + + + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + + + + A value specifying the right edge of the current page. + + + + + A object specifying the suggested new right position of the current page. + + + + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. + + + + + + + + + An object implementing the interface that is drawn using the method. + + + + + + + Initializes a new instance of the UserPageBrick class with default settings. + + + + + + + + Gets or sets the alignment of brick within the page layout rectangle. + + + A enumeration, specifying the alignment. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageUser". + + + + + + + Gets or sets the brick alignment related to the top of the parent area. + + + + A enumeration member, specifying the alignment. + + + + + + + + Represents a method that will handle all area creation events of the class. + + + + + + + A method that will handle all creation events of the class. + + + + The event source. + + + + A that contains event data. + + + + + + + + + Provides data for all area creation events. + + + + + + + Gets a object used to draw in the current report. + + + A object. + + + + + + + + The rendered and ready-to-print report document. + + + + + + + Specifies the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + + + + An integer value which represents the number of pages. + + + + + + + + Gets or sets the base offset point for the created document. + + + + A value representing the offset point. + + + + + + + Gets or sets the text of a root bookmark in the Document Map. + + + + A which represents the text of a root bookmark. + + + + + + + Gets the collection of bookmarks contained in the document map of the current Document. + + + + A object representing the collection of bookmarks. + + + + + + + Gets or sets a value indicating whether the document's page settings can be changed. + + + true if page settings can be changed; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + Disposes of the Document object. + + + + + + + + + + For internal use. + + + + A object. + + + A object. + + + + + + + Gets a value indicating whether or not the document is being created. + + + true if the document creation isn't finished; otherwise, false. + + + + + + + Indicates whether or not the document is empty (i.e., does it contain at least one page). + + + true, if the document is empty; otherwise false. + + + + + + + Gets a value indicating whether a class instance is locked. + + + true if a class instance is locked; otherwise false. + + + + + + + Gets a value indicating whether the current Document was modified after it was originally generated. + + + + true if the document was modified; otherwise, false. + + + + + + + Gets or sets the name of the printing system's document. + + + A representing the name of the document. + + + + + + + Gets the total number of pages within a report. + + + An integer value, specifying the number of report pages. + + + + + + + Provides access to a collection of pages within the curent document. + + + + A object which represents a collection of pages. + + + + + + + Gets the Printing System for the current document. + + + A object representing the Printing System for the current document. + + + + + + + Gets or sets the scale factor (in fractions of 1), by which a document is scaled. + + + A value which represents the current scale factor. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + Override this method to draw the specified brick on a new page. + + + + + A object. + + + + + + + + Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. + + + + + + + + + + + Represents a method that will handle the and events of the class. + + + + + + + A method that will handle the and events of the class. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the and events. + + + + + + + Gets changed page margins. + + + The changed page margin. + + + + + + + Gets or sets the changed margin size in hundredths of an inch. + + + The changed margin size in hundredths of an inch. + + + + + + + + A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks. + + + + + + + Initializes a new instance of the VisualBrick class with default settings. + + + + + + + + Initializes a new instance of the class. + + + + + A enumeration value(s) which specifies the borders displayed around the brick. + + + + A value which specifies the border width of the brick, measured in pixels. + + + + A object which specifies the border color of the brick. + + + + A object which specifies the background color of the brick. + + + + + + + + Initializes a new instance of the VisualBrick class with the specified brick style. + + + + + A object specifying the brick style. This value is assigned to the property. + + + + + + + + Initializes a new instance of the VisualBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Defines the background color for the current . + + + The background color for the current . + + + + + + + Gets an object containing information about the bookmark for this VisualBrick. + + + A object. + + + + + + + + Defines the border color for the current . + + + The border color for the current . + + + + + + + Specifies the dash style for the brick's border. + + + A enumeration value. + + + + + + + Gets or sets the border style of a brick. + + + A enumeration value that represents the border style of a brick. + + + + + + + Specifies the border width of the current VisualBrick object. + + + A value representing the border width, measured in units. + + + + + + + Gets the owner of this brick. + + + An object, which implements the interface. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Visual". + + + + + + + Creates a new VisualBrick instance, which is a copy of the current instance. + + + A new VisualBrick instance, which is a copy of the current instance. + + + + + + + This method is intended for internal use only. Normally, you don't need to use it. + + + + + + + A float value specifying the dpi for the created layout data object. + + + An object implementing the interface. + + + + + + + + Returns the client rectangle of this VisualBrick. + + + + A object, representing the brick layout rectangle. + + + + A value, specifying the printing resolution. + + + A object, representing the brick's client rectangle. + + + + + + + For internal use. + + + + An object implementing the interface. + + + A value. + + + + + + + Defines the text displayed as the current brick hint. + + + A value that represents the hint text of the brick. + + + + + + + Gets a string value, which is intended for serialization of the brick's bookmark. + + + A value. + + + + + + + Gets an index of a page, which contains a bookmark's brick. + + + + An integer value representing a page index. + + + + + + + Provides access to the brick-page pair, associated with the current brick. + + + A object. + + + + + + + Gets or sets the padding values of a brick. + + + A object which contains the padding values of a brick (measured in pixels). + + + + + + + + Gets or sets the Printing System used to create and print this brick. + + + A object which specifies the Printing System used to create and print this brick. + + + + + + + Determines whether the current brick can be divided into several parts horizontally. + + + true if the current brick can be split horizontally; otherwise, false. + + + + + + + + Determines whether the current brick can be divided into several parts vertically. + + + true if the current brick can be split vertically; otherwise, false. + + + + + + + Defines the border settings for the current . + + + The border settings for the current . + + + + + + + Gets or sets the instance used to render a brick in an appropriate format. + + + + + A instance to render a brick. + + + + + + + Gets or sets the text associated with the VisualBrick. + + + Always returns . + + + + + + + + Override this property to get or set the object that represents a text value for the VisualBrick descendant. + + + + A value. + + + + + + + Override this property to get or set the format string which is applied to the . + + + A value. + + + + + + + Specifies whether the brick hint's content corresponds to the brick's text. + + + true to use the brick's text for the hint; otherwise, false. + + + + + + + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + + + + A value specifying the right edge of the current page. + + + + A object specifying the suggested new right position of the current page. + + + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. + + + + + + + Specifies the native XLSX format string, to accompany the VisualBrick instance. + + + A value, representing the XLSX format string. + + + + + + + + For internal use. Intended to create indivisible brick groups. + + + + + + + Initializes a new instance of the EmptyBrick class with default settings. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Empty". + + + + + + + Includes a brick specified via the parameter in the layout rectangle of the previously created . + + + + The brick included in the layout rectangle of the previously created . + + + + + + + + + Specifies page margin(s). + + + + + + + Specifies all report page margins. + + + + + + + + Specifies the bottom report page margin. + + + + + + + + Specifies the left report page margin. + + + + + + + + Specifies no report page margin. + + + + + + + + Specifies the right report page margin. + + + + + + + + Specifies the top report page margin. + + + + + + + + + A visual brick that contains text. + + + + + + + Initializes a new instance of the TextBrick class with default settings. + + + + + + + + Initializes a new instance of the TextBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the TextBrick class with the specified brick style. + + + + A object. + + + + + + + + Initializes a new instance of the TextBrick class with the specified settings. + + + + A enumeration value, specifying the visibility of the brick's borders. + + + + A value, specifying the brick's border width. + + + + A structure, specifying the color of the brick's borders. + + + + A structure, specifying the brick's background color. + + + + A structure, specifying the brick's foreground color. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Text". + + + + + + + Creates a new TextBrick instance, which is a copy of the current instance. + + + A new TextBrick instance, which is a copy of the current instance. + + + + + + + Defines the font used to draw text within the current brick. + + + The text font within the current brick. + + + + + + + Gets or sets the horizontal alignment of the text. + + + + A value that specifies the horizontal alignment of the text. + + + + + + + + Gets or sets the formatting string applied to the brick's text. + + + A object which represents the formatting string for the brick's text. + + + + + + + + Gets an object which represents the value that will be shown as the brick's text. + + + + A which represents the text value that will be shown as the brick's text. + + + + + + + + Gets or sets the format string which is applied to the . + + + A value. + + + + + + + Gets or sets the vertical alignment of the text. + + + + A value that specifies the vertical alignment of the text. + + + + + + + + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + + + + A enumeration value. + + + + + + + Gets or sets the format settings used when a document is exported to XLSX format. + + + A value, representing the format string. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the PageList class with the specified document. + + + + + A object which specifies the document which contains this page list. The created PageList is assigned to the property of the specified document. + + + + + + + + + + + + + + + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + + + + + + Appends an array of pages to the collection. + + + + An array of the objects to append to the collection. + + + + + + + + + Clears the collection. + + + + + + + + Indicates whether the collection contains the specified item. + + + + A object to locate in the collection. + + + true, if the collection contains the specified item; otherwise, false. + + + + + + + Copies all s from this collection to a compatible target one-dimensional array, starting from the specific index of the target array. + + + + An array to which all PageList items should be copied. + + + + A zero-based index starting from which copied elements should be arranged in the target array. + + + + + + + + Counts the number of items in the collection. + + + An integer value. + + + + + + + Gets the first page within the collection. + + + An object of the class. + + + + + + + Obtains the collection's enumerator. + + + An object implementing the interface. + + + + + + + Returns the zero-based index of the specified page in the collection. + + + + The object to locate in the collection. + + + An integer value representing the position of the specified page in the collection. + + + + + + + Inserts the specified page into the list at the specified position. + + + + + An integer value which represents the zero-based index at which the page should be inserted. + + + + A object to insert into the list. + + + + + + + + + Gets or sets an item within the collection at a specific index. + + + + The zero-based index of the item to get or set. + + + An item at a specific index. + + + + + + + Gets the last page in the collection. + + + + An object of the class. + + + + + + + Removes the specified page from the collection. + + + + A object to remove from the collection. + + + true, if the specified page has been successfully removed; false, if the page is not found in the collection. + + + + + + + Removes the collection's item at the specified position. + + + + An integer value. + + + + + + + + Copies the elements of the PageList to a new array of objects. + + + An array of objects containing the copies of the elements of the PageList. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A visual brick which is displayed in the page header or page footer sections, and contains information specific to the current page. + + + + + + + + Initializes a new instance of the PageInfoBrick class with default settings. + + + + + + + + Initializes a new instance of the PageInfoBrick class with the specified settings. + + + + A enumeration value, specifying the brick's border settings. + + + + A value, specifying the border width. + + + + A structure, specifying the border color. + + + + A structure, specifying the background color. + + + + A structure, specifying the foreground color. + + + + + + + + Gets or sets the alignment of brick within the page layout rectangle. + + + A enumeration, specifying the alignment. + + + + + + + Determines whether the current brick is resized in order to display the entire text of a brick. + + + true, if brick width changes in order to display the entire brick text, otherwise, false. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageInfo". + + + + + + + Gets or sets the brick alignment related to the top of the parent area. + + + + A enumeration member, specifying the alignment. + + + + + + + + A visual brick within the page header or page footer section, containing an image. + + + + + + + + Initializes a new instance of the PageImageBrick class with default settings. + + + + + + + + Initializes a new instance of the class. + + + + + A BorderSide enumeration value which specifies the borders displayed around the . + + + + A float value which specifies the border width of the , measured in pixels. + + + + A object which specifies the border color of the . + + + + A object which specifies the background color of the current . + + + + + + + + Gets or sets the alignment of brick within the page layout rectangle. + + + A enumeration, specifying the alignment. + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageImage". + + + + + + + Specifies the alignment of an image. + + + An enumeration value. + + + + + + + Gets or sets the brick alignment related to the top of the parent area. + + + + A enumeration member, specifying the alignment. + + + + + + + + A single document page. + + + + + + + Assigns a new watermark to a page's property. + + + + + A object which specifies a new watermark for a page. + + + + + + + + + Gets the document which contains the page. + + + A object representing the document containing the current page. + + + + + + + Returns the size and location of the specified brick in the current page. + + + + + A object representing the brick whose size and location should be returned. + + + + A object specifying the width, height and location of the brick. + + + + + + + + For internal use. + + + + + + + + + + Gets the page index within the collection. + + + The page index within the collection. + + + + + + + Provides access to the inner bricks of Page. + + + A collection of descendants. + + + + + + + Gets the margins value (measured in three hundredths of an inch) of the current page. + + + + A object which represents the margins (measured in 1/300 of an inch) of the current page. + + + + + + + + Gets or sets the page index within the page collection when the document is created. + + + An integer, representing a page number in a document. + + + + + + + Gets or sets the page count when the document is created. + + + An integer, representing the number of pages in a document. + + + + + + + Gets the size of the current page. + + + + A value. + + + + + + + Gets or sets the scale factor (in fractions of 1), by which a page is scaled. + + + A value, which represents the current scale factor. + + + + + + + Provides access to the current watermark on this page. + + + A object which represents the current watermark. + + + + + + + + A collection of objects. + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + An integer value indicating the position into which the new element was inserted. + + + + + + + Adds the elements of a to the end of the . + + + + An array of objects to be added to the end of the . + + + + + + + + Determines whether the specified object is a member of the collection. + + + + The object to locate in the collection. + + + true if the link is a member of the collection; otherwise, false. + + + + + + + Copies the elements of a from a compatible one-dimensional collection. + + + + + An object which the links will be copied from. + + + + + + + + + Returns the zero-based index of the specified link in the collection. + + + + The object to locate in the collection. + + + An integer value representing the position of the specified link in the collection. + + + + + + + Inserts the specified object into the collection at the specified position. + + + + The zero-based index at which the link should be inserted. + + + + The object to insert into the collection. + + + + + + + + Provides indexed access to individual items in the collection. + + + + A zero-based integer, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, a is thrown. + + + + A class descendant representing the link at the specified position. + + + + + + + Removes the specified object from the collection. + + + + The object to remove from the collection of links. + + + + + + + + + A visual brick containing an image. + + + + + + + Initializes a new instance of the ImageBrick class with default settings. + + + + + + + + Initializes a new instance of the class. + + + + + A BorderSide enumeration value which specifies the borders displayed around the . + + + + A float value which specifies the border width of the , measured in pixels. + + + + A object which specifies the border color of the . + + + + A object which specifies the background color of the current . + + + + + + + + Initializes a new instance of the ImageBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the ImageBrick class with the specified brick style. + + + + A object. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Image". + + + + + + + Creates a new ImageBrick instance, which is a copy of the current instance. + + + A new ImageBrick instance, which is a copy of the current instance. + + + + + + + Disposes of the ImageBrick object. + + + + + + + + Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the property, when disposing the ImageBrick object. + + + + + true to dispose of the image; otherwise, false. + + + + + + + Gets or sets the path to the image to display in the ImageBrick. + + + A which represents the path to an image. + + + + + + + Defines the image displayed within the current brick. + + + The image displayed within a brick. + + + + + + + Gets or sets the alignment of the image displayed within the current brick. + + + One of the values. + + + + + + + Gets or sets the value used to support serialization of the property. + + + A object. + + + + + + + Specifies the size mode for the ImageBrick. + + + An enumeration value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Gets or sets a value indicating whether to use the initial resolution of the image shown within this ImageBrick. + + + + + true to use the initial resolution; otherwise, false. + + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + A visual brick containing a check box. + + + + + + + Initializes a new instance of the CheckBoxBrick class with default settings. + + + + + + + + Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick. + + + + + A enumeration value(s) which specifies the borders displayed around the brick. + + + + A value which specifies the border width of the brick, measured in pixels. + + + + A object which specifies the border color of the brick. + + + + A object which specifies the background color of the brick. + + + + + + + + Initializes a new instance of the CheckBoxBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the CheckBoxBrick class with the specified settings. + + + + A enumeration value. + + + + A value, specifying the border width. + + + + A value, specifying the border color. + + + + A value, specifying the background color. + + + + A value, specifying the foreground color. + + + + + + + + Initializes a new instance of the CheckBoxBrick class with the specified brick style. + + + + A object. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "CheckBox". + + + + + + + Gets or sets a value indicating whether the check box can be set to the value. + + + + true if the value can be used for setting the property; otherwise, false. + + + + + + + Gets the size of a content shown within a check box brick. + + + + A value, specifying the size of a check box content. + + + + + + + Gets or sets the current state of the CheckBoxBrick object. + + + A enumeration value which determines the state of a checkbox. + + + + + + + Gets or sets the text associated with the CheckBoxBrick object. + + + + A value. + + + + + + + Creates a new object that is a copy of the current CheckBoxBrick instance. + + + + A new CheckBoxBrick instance, which is a copy of the current instance. + + + + + + + Returns the check box birck's state. + + + A nullable Boolean value. + + + + + + + + Implements report drawing functions. + + + + + + + Initializes a new instance of the class with the specified printing system. + + + + A object which specifies the printing system used for the current graphics object. This value is assigned to the property. + + + + + + + + Defines the background color for the current object. + + + The background color for the current object. + + + + + + + Starts to calculate the size of the rectangle required for all the bricks being added to the document. + + + + + + + + + Must be called before the creation of a brick group. + + + + + + + + Specifies the border color for the current object. + + + The border color for the current object. + + + + + + + Specifies the border width of the current BrickGraphics object. + + + A value representing the border width, measured in units. + + + + + + + Returns the dimensions of a report page without margins. + + + Page dimensions without margins. + + + + + + + Gets or sets the default . + + + The default . + + + + + + + Specifies the default font for a report. + + + The default report font. + + + + + + + For internal use. + + + + + + + + + + Converts a value specified via the parameter to GraphicsUnit.Document measurement units. + + + + The value to convert. + + + A value in GraphicsUnit.Document measurement units. + + + + + + + Adds a brick to a report. + + + + The brick to be added to a report. + + + + A RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + The brick added to a report. + + + + + + + Adds a brick to a report. + + + + The brick to be added to a report. + + + The brick added to a report. + + + + + + + Adds a specific to a report. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for a specific . + + + + The color to fill the background of a specific . + + + + true, if the checkbox is in a checked state, otherwise, false. + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + true, if the checkbox is in a checked state, otherwise, false. + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + The location and size of the . + + + The added to a report. + + + + + + + Adds a specific brick to a report. + + + + The image to draw within a specifc brick. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for a specific . + + + + The color to be displayed in the transparent image. + + + The added to a report. + + + + + + + Adds a specific brick to a report. + + + + + The image to draw within a specifc brick. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + The added to a report. + + + + + + + + Adds a specific object to a document. + + + + + A object specifying where the line starts. + + + + A object specifying where the line ends. + + + + + A object specifying the line's color. + + + + + A float value specifying the line's width. + + + + A object that represents the line drawn in the document. + + + + + + + + Adds a specific to a report. + + + + The image to draw in a specific brick. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for a specific . + + + + The color to be displayed in the transparent portions of an image. + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + The type of infomation, displayed in the . + + + + The text to display in the . + + + + The text color for the added . + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for the . + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for the current . + + + + The background color for a brick. + + + + The color of the brick's border. + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + The text displayed in a specific . + + + + The color used to draw text. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for a specific . + + + The added to a report. + + + + + + + Adds a specific to a report. + + + + + The text displayed in a specific . + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + The added to a report. + + + + + + + + Finishes calculating the size of the rectangle required for all the bricks being added to the document. + + + + A object representing the rectangle containing all the bricks added after calling the method. + + + + + + + + Indicates the completion of brick group creation. + + + + + + + + + Specifies the font of the current object. + + + The font of the current object. + + + + + + + Defines the foreground color of the current object. + + + The foreground color of the current object. + + + + + + + Measures the specified string when drawn. + + + + String to measure. + + + This method returns a structure that represents the size, measured in pixels. + + + + + + + Measures the specified string when drawn with the specified maximum width. + + + + String to measure. + + + + An integer value specifying the maximum width of the measured string. + + + This method returns a structure that represents the size, measured in pixels. + + + + + + + Measures the specified string when drawn with the specified maximum width and format. + + + + String to measure. + + + + An integer value specifying the maximum width of the measured string. + + + + The formatting settings for the measured string. + + + This method returns a structure that represents the size, measured in pixels. + + + + + + + Measures the height and width of the specified text string. + + + + + String to measure. + + + + A object that defines the text format of the string. + + + + An integer value specifying the maximum width of the measured string. + + + + + A object that represents the string's formatting. + + + + + A enumeration value that specifies the unit of measurement for the return value. + + + + This method returns a structure that represents the size, measured in pixels. + + + + + + + Calculates the length of a specified text. + + + + A value. + + + + A object. + + + A structure, specifying the string length. + + + + + + + Calculates the length of a specified text. + + + + A value. + + + + A object. + + + + An integer value. + + + + A object. + + + A structure, specifying the string length. + + + + + + + Specifies the page area for displaying a specific brick. + + + A enumerator value that defines the page area for displaying a specific brick. + + + + + + + Defines the background color for all report pages. + + + The background color of report pages. + + + + + + + Defines graphic measurement units. + + + The type of drawing units. + + + + + + + Gets the owner of the current object. + + + The owner of the current object. + + + + + + + Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). + + + + A object containing text information. + + + + + + + Adds a new rectangle item to the rectangle that was calculated after the method was called. + + + + + A object representing the rectangle to be added. + + + + + + + + Converts the value specified via a parameter to the value that uses the current measurement units. + + + + The value to convert. + + + The obtained value in current measurement units. + + + + + + + + The base for all visual brick classes, except for the . + + + + + + + Initializes a new instance of the Brick class with default settings. + + + + + + + + Gets or sets an anchor name assigned to the Brick object. + + + A value. + + + + + + + Gets a collection of bricks which are contained in this Brick. + + + + Always returns the empty collection of bricks. + + + + + + + Override this property to get the text string, containing the brick type information. + + + $ + + + + + + + Releases all resources used by . + + + + + + + + Returns an enumerator that can iterate through the collection of bricks. + + + An object implementing the interface. + + + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + + + + + + + Defines the text displayed as the current brick hint. + + + A value that represents the current brick hint text. + + + + + + + Identifies the current brick. + + + A used to identify a specific brick. + + + + + + + Initializes a new instance of the Brick class with the specified settings. + + + + A object which specifies the printing system used for the current graphics object. + + + + A value which specifies the rectangle to be deflated. + + + + + + + + Specifies the visibility of Brick. + + + true if the brick is visible; otherwise false. + + + + + + + Gets or sets the parent document band for the current brick. + + + + A object which is the parent for this brick. + + + + + + + + Gets or sets the Printing System used to create and print this brick. + + + A object which specifies the Printing System used to create and print this brick. + + + + + + + Defines the current brick's location and size, in GraphicsUnit.Document measurement units. + + + A rectangle representing the current brick location and size. + + + + + + + For internal use. + + + + A value. + + + + A value. + + + A value. + + + + + + + For internal use. + + + + A value. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. + + + true if the current brick can be split; otherwise, false. + + + + + + + Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination. + + + + true if a brick can be divided horizontally; otherwise, false. + + + + + + + Override this property to get or set the setting specifying whether the brick can be split vertically on repagination. + + + + true if a brick can be divided vertically; otherwise, false. + + + + + + + For internal use. + + + + A value. + + + + An value. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + Gets or sets the target attribute assigned to this Brick and used when a property is specified. + + + A value. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + A value. + + + + An value. + + + A Boolean value. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + Specifies the link to an external resource. + + + A value representing the link to a resource. + + + + + + + For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + + + + + A object specifying the new position of the current page. + + + + true to forcibly split non-separable bricks; otherwise, false. + + + + A object specifying the suggested new bottom position of the current page. + + + + A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. + + + A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. + + + + + + + + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + + + + + A value specifying the right edge of the current page. + + + + A object specifying the suggested new right position of the current page. + + + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. + + + + + + + + Gets or sets an object, containing additional information on the current brick. + + + Additional information on the current brick. + + + + + + + + Specifies the report section's modifiers. + + + + + + + + Represents the detail section of the document. + + + + + + + + Represents the detail footer section of the document. + + + + + + + + Represents the detail header section of the document. + + + + + + + + Represents the inner page footer section of the document. + + + + + + + + + Represents the inner page header section of the document. + + + + + + + + Represents the marginal page footer section of the document. + + + + + + + + Represents the marginal page header section of the document. + + + + + + + + This value doesn't represent any section of the document. It is used when specifying the property, to specify that no section should be skipped when creating a document. Note that you can't create a document using this brick modifier value. + + + + + + + + + + Represents the report footer section of the document. + + + + + + + + Represents the report header section of the document. + + + + + + + + + Lists the horizontal anchoring styles available for a report control. + + + + + + + A control is anchored to both the left and right edges of its container. + + + + + + + + A control is anchored to the left edge of its container. + + + + + + + + A control is not anchored to any edge of its container. + + + + + + + + A control is anchored to the right edge of its container. + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.dll new file mode 100644 index 0000000..fc4fabb Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.xml new file mode 100644 index 0000000..820f408 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.RichEdit.v15.2.Core.xml @@ -0,0 +1,51065 @@ + + + + DevExpress.RichEdit.v15.2.Core + + + + + + Prevents table column widths from changing to accommodate cell content. + + + + + + + + Initializes a new instance of the ToggleTableFixedColumnWidthCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableFixedColumnWidthCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableFixedColumnWidthCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableFixedColumnWidthCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists repeated characters used to fill in the space created by a tab which ends at the tab stop. + + + + + + + The dot is used as a tab leader character. + + + + + + + + The equal sign is used as a tab leader character. + + + + + + + + The hyphen is used as a tab leader character. + + + + + + + + The middle dot (interpunct) is used as a tab leader character. + + + + + + + + No leader characters are used. + + + + + + + + The underscore is used as a tab leader character. + + + + + + + + + Updates a Table of Contents. + + + + + + + Initializes a new instance of the UpdateTableOfContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateTableOfContentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UpdateTableOfContentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateTableOfContentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverts line numbering for the current section to the start value when a new section begins. + + + + + + + Initializes a new instance of the SetSectionLineNumberingRestartNewSectionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingRestartNewSectionCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewSectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverts line numbering for the current section to the start value on a new page. + + + + + + + Initializes a new instance of the SetSectionLineNumberingRestartNewPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingRestartNewPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Suppresses line numbering for the current section. + + + + + + + + Initializes a new instance of the SetSectionLineNumberingNoneCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingNoneCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingNoneCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Continues line numbering for the current section from the line number at the end of the previous section. + + + + + + + + Initializes a new instance of the SetSectionLineNumberingContinuousCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingContinuousCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingContinuousCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts a Table of Contents. + + + + + + + Initializes a new instance of the InsertTableOfContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfContentsCommand. + + + A member, identifying the command. + + + + + + + + Changes shading applied to the selected table cells. + + + + + + + Initializes a new instance of the ChangeTableCellsShadingCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangeTableCellsShadingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeTableCellsShadingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeTableCellsShadingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes paper size for the current section pages. + + + + + + + Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner and paper kind to be selected. + + + + An object exposing the interface specifying the owner of the command. + + + + A enumeration value that specifies the paper size of the section page. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a list of enumerations specifying standard paper sizes which are used by default. + + + A System.Collections.Generic.List<> object that is the generic list containing default paper sizes. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets a list of enumerations specifying all available standard paper sizes. + + + A System.Collections.Generic.List<System.Drawing.Printing.PaperKind> object that is the generic list containing all available standard paper sizes. + + + + + + + Gets the ID of the ChangeSectionPaperKindCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeSectionPaperKindCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the size of a piece of paper. + + + A enumeration value. + + + + + + + + Applies the Heading 9 built-in style to the text so it is shown at the ninth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading9LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading9LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 8 built-in style to the text so it is shown at the eighth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading8LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading8LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 7 built-in style to the text so it is shown at the seventh level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading7LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading7LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 6 built-in style to the text so it is shown at the sixth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading6LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading6LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 5 built-in style to the text so it is shown at the fifth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading5LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading5LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 4 built-in style to the text so it is shown at the fourth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading4LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading4LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 3 built-in style to the text so it is shown at the third level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading3LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading3LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 2 built-in style to the text so it is shown at the second level of the Table of Contents. + + + + + + + Initializes a new instance of the SetParagraphHeading2LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading2LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 1 built-in style to the text so it is shown at the first level of the Table of Contents. + + + + + + + + + + Initializes a new instance of the SetParagraphHeading1LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading1LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the body (default) style to the text so it is not shown in the Table of Contents. + + + + + + + Initializes a new instance of the SetParagraphBodyTextLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetParagraphBodyTextLevelCommand. + + + A member, identifying the command. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetParagraphBodyTextLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a field in a document. + + + + + + + Initializes a new instance of the InsertFieldCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets or sets the field code for the field that the command inserts. + + + A string that is the field code. + + + + + + + + Inserts a section break and starts a new section on the next odd-numbered page. + + + + + + + Initializes a new instance of the InsertSectionBreakOddPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakOddPageCommand. + + + A member, identifying the command. + + + + + + + + Inserts a section break and starts a new section on the next page. + + + + + + + + Initializes a new instance of the InsertSectionBreakNextPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakNextPageCommand. + + + A member, identifying the command. + + + + + + + + Inserts a section break and starts a new section on the next even-numbered page. + + + + + + + Initializes a new instance of the InsertSectionBreakEvenPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakEvenPageCommand. + + + A member, identifying the command. + + + + + + + + This command is currently unavailable. + + + + + + + Initializes a new instance of the InsertSectionBreakContinuousCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakContinuousCommand. + + + A member, identifying the command. + + + + + + + + Invokes the Table Properties dialog. + + + + + + + Initializes a new instance of the ShowTablePropertiesFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTablePropertiesFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets the name of the resource image corresponding to ShowTablePropertiesFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTablePropertiesFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Line Numbers dialog. + + + + + + + Initializes a new instance of the ShowLineNumberingFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object that is the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowLineNumberingFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLineNumberingFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Page Setup dialog. + + + + + + + Initializes a new instance of the ShowPageSetupFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPageSetupFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPageSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Paste Special dialog. + + + + + + + Initializes a new instance of the ShowPasteSpecialFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Creates an object which is the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowPasteSpecialFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets the name of the resource image corresponding to ShowPasteSpecialFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPasteSpecialFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Maps a data source field name and its display name for use in a bar or Ribbon editor UI. + + + + + + + + + Initializes a new instance of the MergeFieldName class with the specified field name. + + + + A string that is the name of the field for which a mapping object is created. + + + + + + + + Initializes a new instance of the MergeFieldName class with the specified field name and display name. + + + + A string that is the name of the field for which a mapping object is created. + + + + A string that is the name of the field displayed within the drop-down merge field list in the editor. + + + + + + + + Initializes a new instance of the MergeFieldName class with default settings. + + + + + + + + Compares the current field name with another and returns an integer that indicates whether the current name is before another name, after it or in the same position in the sort order. + + + + + A object to compare with the current instance. + + + A value that indicates the relative order of the field names. If the value is less than zero, the current name precedes another. If the value is zero, the names are equal. If the value is more than zero, the current name follows another. + + + + + + + Gets or sets the name of the field for display in a drop-down list of merged fields available in a Rich Editor's bar or Ribbon UI. + + + + + A string that is the display name of the field. + + + + + + + Gets the name of the field for which display name mapping is established. + + + A string that is the data field name in the MERGEFIELD. + + + + + + + Returns the field display name. + + + A string value that is the field name to display in a drop-down list of merged fields. + + + + + + + + A method that will handle the CustomizeMergeFields event. + + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the CustomizeMergeFields event. + + + + + + + Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings. + + + + An array of objects that map data field names to display names. + + + + + + + + Initializes a new instance of the CustomizeMergeFieldsEventArgs class with default settings. + + + + + + + + Gets or sets a list of fields shown by the InsertMergeField command with their display names. + + + An array of objects. + + + + + + + + Contains options specifying what autocorrect features are enabled. + + + + + + + Initializes a new instance of the AutoCorrectOptions class with default settings. + + + + + + + + Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase . + + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should scan for entries as you type and replace them with designated text or image. + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should correct misspelled words that are similar to words in the dictionary that the spelling checker uses. + + + true to switch this functionality on; otherwise, false. + + + + + + + + Provides data and methods that enable you to process input text and calculate the replacement object when handling the event. + + + + + + + + Initializes a new instance of the AutoCorrectInfo class with the specified setting. + + + + An object exposing the interface. + + + + + + + + Gets whether the text range can be extended by moving its start. + + + true if you can decrement the start position of a text range being analyzed; otherwise, false. + + + + + + + + Narrow text range being analyzed by moving its end by one position. + + + + + + + + Extend text range being analyzed by moving its start by one position. + + + true if the text range has been changed; otherwise, false. + + + + + + + Extend text range being analyzed by moving its end by one position. + + + + + + + + Narrow text range being analyzed by moving its start by one position. + + + true if the text range has been changed; otherwise, false. + + + + + + + Gets or sets the object used to replace the input string in the document. + + + An object that is inserted in the document. + + + + + + + Gets the input string to check whether it should be replaced. + + + A string that can be replaced. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the AutoCorrect event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets or sets the AutoCorrectInfo object that provides methods to analyze input text and contains a replacement object. + + + An object. + + + + + + + Allows you to create a new AutoCorrectInfo instance for use within the event handler. + + + A new instance. + + + + + + + + Defines the corrections provider for the . + + + + + + + Creates the AutoCorrectInfo object from input text for further analysis. + + + An object providing input text and methods to analyze it. + + + + + + + + Defines a service that performs auto correction. + + + + + + + Performs a specified replacement. + + + + An object containing the text and its replacement. + + + + + + + + + Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object. + + + An object providing input text and methods to analyze it. + + + + + + + Registers the provider and makes it available to clients of the service. + + + + + An object which exposes the interface. + + + + + + + + Provides a table containing input strings and their replacements. + + + + An object composed of strings and objects specified to replace those strings. + + + + + + + + Cancels the provider registration and makes it unavailable for the clients of the service. + + + + + An object which exposes the interface. + + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfoCollection class with default settings. + + + + + + + + Creates a new object and adds it to the collection. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + + + + + Adds an autocorrect info item to the collection. + + + + An object specifying a string and an object that replaces the string. + + + + + + + + Creates a new object and adds it to the collection. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + Specifies whether the replacement should be performed immediately after a what string is entered. Otherwise a delimiter character (separator symbol) is required to start the replacement. + + + + + + + + + Gets or sets whether to perform a case-sensitive string comparison when searching for table entries. + + + True, for case-sensitive comparison; otherwise, false. + + + + + + + + Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality. + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with default values. + + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + Specifies whether a separator is required to stop searching. + + + + + + + + Gets or sets whether an autoreplacement requires a delimiter to start. + + + true if a replacement is performed immediately when a match is found and does not require a delimiter to start; otherwise, false. + + + + + + + + Returns a string in which the character order of a specified string is reversed. Intended for COM clients. + + + + A string whose characters shall be reversed. + + + + A reversed string. + + + + + + + Returns a string in which the character order of a specified string is reversed. Intended for COM clients. + + + + A string whose characters shall be reversed. + + + + A reversed string. + + + + + + + Gets the text to be replaced. + + + A string containing the text that should be replaced as this AutoCorrect entry suggests. + + + + + + + Gets the replacement text. + + + A string containing the text that substitutes the What text as this AutoCorrect entry suggests. + + + + + + + + A range of text with format settings. + + + + + + + + Initializes a new instance of the SyntaxHighlightToken class with the specified settings. + + + + An integer that is the start position of a document range to which the token refers. + + + + An integer that is the length of the document range to which the token refers. + + + + A instance containing format settings used to highlight the text in a range. + + + + + + + + + Initializes a new instance of the SyntaxHighlightToken class with default settings. + + + + + + + + Gets the final position of the document range corresponding to a token. + + + An integer representing the end of a range. + + + + + + + Gets the length of the document range that the token represents. + + + An integer that is the document range length. + + + + + + + Provides access to format settings used to highlight the token text. + + + + A instance containing format settings. + + + + + + + + Gets the start position of the document range corresponding to a token. + + + An integer representing the start of a range. + + + + + + + + Contains format settings for a token. + + + + + + + + Initializes a new instance of the SyntaxHighlightProperties class with default settings. + + + + + + + + Gets or sets the background color of a character(s). + + + + A value representing the background color or null for mixed colors. + + + + + + + Determines whether the specified object is equal to the current SyntaxHighlightProperties instance. + + + + An object to compare with the current object. + + + + true if the specified object is equal to the current SyntaxHighlightProperties instance; otherwise false. + + + + + + + Gets or sets the foreground color of characters. + + + A value representing the foreground color, or null for a mixture of values. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current SyntaxHighlightProperties object. + + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets a value indicating whether characters are strikeout. + + + A enumeration value or null, for a mixture of strikeout types. + + + + + + + Gets or sets the type of underline applied to the character(s). + + + An enumeration value or null, for a mixture of underline types. + + + + + + + Gets or sets the color of the underline for the specified characters. + + + A value or null, for a mixture of underline colors. + + + + + + + + Enables you to implement the text highlighting functionality. + + + + + + + This method is called if the text content of the control is modified. + + + + + + + + Reserved for future use. + + + + + + + + + Provides a list of user groups to fill the Editing Permissions form. + + + + + + + Provides a list of groups for the Editing Permissions form. + + + A list of strings (the object) containing group names. + + + + + + + + Lists criteria used to decide whether to add a final paragraph mark to exported content. + + + + + + + Always adds the '\par' tag to the end of exported RTF content. + + + + + + + + Never adds the '\par' tag to the end of exported RTF content. + + + + + + + + Adds the '\par' tag to the end of exported RTF content if the last character in the selection being exported is the carriage return. + + + + + + + + + Invokes the Edit Hyperlink dialog window for the selected hyperlink. + + + + + + + Initializes a new instance of the EditHyperlinkCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditHyperlinkCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditHyperlinkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles CheckAsYouType mode for a spell checker - on/off. + + + + + + + Initializes a new instance of the ToggleSpellCheckAsYouTypeCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleSpellCheckAsYouTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleSpellCheckAsYouTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleSpellCheckAsYouTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Splits the table at the selected row. + + + + + + + Initializes a new instance of the SplitTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SplitTableCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SplitTableCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SplitTableCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Split Cells' form (the command is intended for popup menus). + + + + + + + + Initializes a new instance of the ShowSplitTableCellsFormMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowSplitTableCellsFormMenuCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts the MERGEFIELD field at the selection. + + + + + + + Initializes a new instance of the InsertMergeFieldCommand class with the specified owner and field argument. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + A string containing the name of the data column. + + + + + + + + + Initializes a new instance of the InsertMergeFieldCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the name of the data column providing data for the field. + + + A string containing the data column name. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the InsertMergeFieldCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertMergeFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a command that starts the spell check in the current document. + + + + + + + + Initializes a new instance of the CheckSpellingCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CheckSpellingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CheckSpellingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CheckSpellingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles case for each character - upper case becomes lower, lower case becomes upper. + + + + + + + Initializes a new instance of the ToggleTextCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTextCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTextCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles top borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsTopBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles right borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsRightBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsRightBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsRightBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsRightBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles outer borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsOutsideBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsOutsideBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsOutsideBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsOutsideBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles left borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsLeftBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsLeftBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsLeftBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsLeftBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles inner vertical borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideVerticalBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideVerticalBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideVerticalBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideVerticalBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles inner horizontal borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideHorizontalBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideHorizontalBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideHorizontalBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideHorizontalBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles all inner borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles bottom borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles all borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsAllBordersCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsAllBordersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsAllBordersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsAllBordersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles vertical ruler visibility on/off. + + + + + + + Initializes a new instance of the ToggleShowVerticalRulerCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowVerticalRulerCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowVerticalRulerCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowVerticalRulerCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles horizontal ruler visibility on/off. + + + + + + + Initializes a new instance of the ToggleShowHorizontalRulerCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowHorizontalRulerCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowHorizontalRulerCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowHorizontalRulerCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Editing Permissions' form used to view and set ranges with permissions. + + + + + + + Initializes a new instance of the ShowRangeEditingPermissionsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowRangeEditingPermissionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowRangeEditingPermissionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowRangeEditingPermissionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the 'Insert Cells' form used to select an element to insert - a cell, a row or a column. + + + + + + + Initializes a new instance of the ShowInsertTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowInsertTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + + Invokes the 'Delete Cells' form (the command is intended for popup menus). + + + + + + + Initializes a new instance of the ShowDeleteTableCellsFormMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowDeleteTableCellsFormMenuCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowDeleteTableCellsFormMenuCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowDeleteTableCellsFormMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have two columns. + + + + + + + Initializes a new instance of the SetSectionTwoColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionTwoColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionTwoColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionTwoColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have three columns. + + + + + + + Initializes a new instance of the SetSectionThreeColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionThreeColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionThreeColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionThreeColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have only one column. + + + + + + + Initializes a new instance of the SetSectionOneColumnCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionOneColumnCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionOneColumnCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionOneColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Removes borders of selected cells. + + + + + + + Initializes a new instance of the ResetTableCellsBordersCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ResetTableCellsBordersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ResetTableCellsBordersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ResetTableCellsBordersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the previous data record in the bound data source. + + + + + + + Initializes a new instance of the PreviousDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PreviousDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the next data record in the bound data source. + + + + + + + Initializes a new instance of the NextDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NextDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Converts selected text to upper case. + + + + + + + Initializes a new instance of the MakeTextUpperCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MakeTextUpperCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MakeTextUpperCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Converts selected text to lower case. + + + + + + + Initializes a new instance of the MakeTextLowerCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MakeTextLowerCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MakeTextLowerCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the last data record in the bound data source. + + + + + + + Initializes a new instance of the LastDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the LastDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to LastDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to LastDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts a column to the right of the rightmost column in a selection. + + + + + + + Initializes a new instance of the InsertTableColumnToTheRightCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the InsertTableColumnToTheRightCommand. + + + A member, identifying the command. + + + + + + + + Inserts a column to the left of the leftmost column in a selection. + + + + + + + Initializes a new instance of the InsertTableColumnToTheLeftCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the InsertTableColumnToTheLeftCommand. + + + A member, identifying the command. + + + + + + + + Navigates to the first data record in the bound data source. + + + + + + + Initializes a new instance of the FirstDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FirstDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FirstDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FirstDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Resets the selection in a document. + + + + + + + + Initializes a new instance of the DeselectAllCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeselectAllCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeselectAllCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected rows in a table (the command is intended for popup menus). + + + + + + + Initializes a new instance of the DeleteTableRowsMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableRowsMenuCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected columns in a table (the command is intended for popup menus). + + + + + + + Initializes a new instance of the DeleteTableColumnsMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the DeleteTableColumnsMenuCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableColumnsMenuCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + + Deletes command history for the document. + + + + + + + Initializes a new instance of the ClearUndoCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClearUndoCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClearUndoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles displaying grid lines for a table with no borders applied - on/off. + + + + + + + Initializes a new instance of the ToggleShowTableGridLinesCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowTableGridLinesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowTableGridLinesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowTableGridLinesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Delete Cells' form used to select an element for deletion - a cell, a row or a column. + + + + + + + Initializes a new instance of the ShowDeleteTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowDeleteTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + + Performs a mail merge and invokes the Save As... dialog, to ask for a file name to save the merged document. + + + + + + + + Initializes a new instance of the MailMergeSaveDocumentAsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MailMergeSaveDocumentAsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to MailMergeSaveDocumentAsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MailMergeSaveDocumentAsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Merges selected cells. + + + + + + + Initializes a new instance of the MergeTableCellsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the MergeTableCellsCommand. + + + A member, identifying the command. + + + + + + + + Invokes the 'Split Cells' form used to specify the number of columns and rows into which the cell should be split. + + + + + + + Initializes a new instance of the ShowSplitTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowSplitTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowSplitTableCellsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Deletes selected rows in a table. + + + + + + + Initializes a new instance of the DeleteTableRowsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableRowsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableRowsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected columns in a table. + + + + + + + Initializes a new instance of the DeleteTableColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Selects the entire table in which the caret is located. + + + + + + + Initializes a new instance of the SelectTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SelectTableCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SelectTableCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SelectTableCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the selected table. + + + + + + + + Initializes a new instance of the DeleteTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the DeleteTableCommand. + + + A member, identifying the command. + + + + + + + + Lists options specifying how formatting is applied to the last paragraph of a numbered list when it is inserted into a document. + + + + + + + Prevents the last item in the inserted numbered list from being removed from the list and becoming a simple paragraph with the format of the destination document. + + + + + + + + + Default value. + + + + + + + + + Changes the table width to fit the page's width and adjusts columns to accommodate cells content. + + + + + + + Initializes a new instance of the ToggleTableAutoFitWindowCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableAutoFitWindowCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableAutoFitWindowCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitWindowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists root HTML tags available for export. + + + + + + + Specifies the <BODY> tag as the root tag for export. + + + + + + + + Specifies the <HTML> tag as the root tag for export. + + + + + + + + + Represents the class containing miscellaneous layout options. + + + + + + + Initializes a new instance of the RichEditLayoutOptions class with default settings. + + + + + + + + Gets or sets whether a table can extend past the margins of a document. + + + true if tables are allowed to extend past the margins; otherwise, false. + + + + + + + Provides access to options specific for the layout of the Darft view. + + + A object instance containing specific options. + + + + + + + Provides access to options specific for the layout of the PrintLayout view. + + + A object instance containing specific options. + + + + + + + Provides access to options specific for the layout of the Simple view. + + + A object instance containing specific options. + + + + + + + + Lists values specifying the visibility of grid lines in table cells without borders. + + + + + + + Default setting. + + + + + + + + If cells do not have borders applied, their boundaries are not shown. + + + + + + + + Cell boundaries of a table are shown wherever the table doesn't have borders applied. + + + + + + + + Cell boundaries of a table are shown while dragging it with the mouse. + + + + + + + + + + Represents the class containing miscellaneous table options. + + + + + + + Initializes a new instance of the TableOptions class with default settings. + + + + + + + + Gets or sets whether the boundaries of cells without borders applied, are visible. + + + + true to show table grid lines; otherwise, false. + + + + + + + + Represents the base class for the RichEditControl options. + + + + + + + Provides access to an object used to specify the identity parameters for range editing permissions. + + + An class instance that holds identity parameters. + + + + + + + Provides access to options that enable you to configure autocorrect features. + + + An object containing settings for autocorrect features. + + + + + + + Provides access to an object that enables you to apply restrictions on different editor operations. + + + A RichEditBehaviorOptions class instance containing restriction specifications. + + + + + + + Provides access to an object used to specify different options for bookmarks in the document. + + + A object containing options for the document bookmarks. + + + + + + + Provides access to options for displaying comments in the document. + + + A value. + + + + + + + Provides access to options useful in certain scenarios for inserting the content of one document into another. + + + + A object containing options applicable to certain copy-paste scenarios. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to an object used to specify document restrictions. + + + A class instance that provides access to various document restrictions. + + + + + + + Provides access to the control's document saving options. + + + A object that contains document saving related settings. + + + + + + + Provides access to RichEditControl options used for export to different formats. + + + A object containing format-specific export options. + + + + + + + Provides access to options specific to document fields. + + + A class instance containing options specific to fields. + + + + + + + Provides access to an object used to specify how formatting marks are shown in the document. + + + A instance specifying the visibility of formatting marks. + + + + + + + Provides access to options specific to the horizontal ruler element of the RichEditControl. + + + A class instance containing options specific to the horizontal ruler. + + + + + + + + Provides access to options specific to hyperlinks. + + + A class instance containing options specific to hyperlinks. + + + + + + + Provides access to RichEditControl options used for import from different formats. + + + A object containing format-specific import options. + + + + + + + Provides access to RichEditControl options that affect layout and display. + + + A object containing specific options. + + + + + + + Provides access to the default mail merge options. + + + A object containing default mail merge options. + + + + + + + Provides access to options specific to printing. + + + + A object instance containing specific options. + + + + + + + Provides access to an object used to specify various options for ranges with permissions in the document. + + + A object containing options for ranges with permissions. + + + + + + + Provides access to RichEditControl options used for searching within a document. + + + A object containing options used for searching. + + + + + + + Provides access to options that determine how the spell checker processes the text of the document loaded in the RichEditControl. + + + A object that contains options which determine the spell checker behavior. + + + + + + + Provides access to an object used to specify different options for tables in the document. + + + A object containing options for the document tables. + + + + + + + Provides access to options specific for the vertical ruler of the RichEditControl. + + + A object used to specify options for the vertical ruler. + + + + + + + + Stops protection on the current document. + + + + + + + Initializes a new instance of the UnprotectDocumentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UnprotectDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UnprotectDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UnprotectDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Enforces document protection. + + + + + + + Initializes a new instance of the ProtectDocumentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ProtectDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ProtectDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ProtectDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a collection of custom marks in the document. + + + + + + + Creates a custom mark at the specified position using the specified data and adds it to the collection. + + + + A specifying the position of the custom mark. + + + + Data used to draw a custom mark. + + + A object specifying the created custom mark. + + + + + + + Removes the specified custom mark from the collection. + + + + A object specifying a custom mark in the document. + + + + + + + + + Represents a custom mark in the document. + + + + + + + Gets a position in a document that is marked by the current custom mark. + + + A object representing a marked position in the document. + + + + + + + Gets data used to visualize a custom mark. + + + An object consisting of custom data required to draw a mark. + + + + + + + + + Represents a collection of paragraph styles. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance representing a paragraph style. + + + + + + + + Creates a new paragraph style. + + + A object representing a paragraph style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Paragraph Style object specified by its name. + + + + A string specifying the style name. + + + A object which represents the style with the specified name. + + + + + + + + Adjusts the document zoom factor to fit the entire page into the application window's dimensions. + + + + + + + Initializes a new instance of the FitToPageCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitToPageCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitToPageCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a collection of tab stops. + + + + + + + Initializes a new instance of the TabInfoCollection class with default settings. + + + + + + + + + Represents a tab stop. + + + + + + + Initializes a new instance of the TabInfo class with default settings. + + + + + + + + Gets or sets the alignment type, specifying how any text after the tab will be lined up. + + + A enumeration member. + + + + + + + Gets or sets whether the individual tab stop is in effect. + + + true to switch off this tab stop; otherwise, false. + + + + + + + Gets or sets the tab leader style, i.e. the symbol used as a tab leader. + + + A enumeration member specifying tab leader style. + + + + + + + Gets or sets the position of the tab stop. + + + A number representing the distance from the left edge of the text area, measured in units specified by the property. + + + + + + + + List alignment types for tab stops. + + + + + + + The center of the text after the tab will be lined up with the tab stop. + + + + + + + + + If the text after the tab is a number with a decimal point, the decimal point is lined up with the tab stop. + + + + + + + + The left edge of text after the tab will be lined up with the tab stop. + + + + + + + + The right edge of text after the tab will be lined up with the tab stop. + + + + + + + + + Lists values that specify the type of the conditional format operator in a conditional formatting rule. + + + + + + + Formats the bottom left cell of a table. + + + + + + + + Formats the bottom right cell of a table. + + + + + + + + Formats even columns of a table. + + + + + + + + Formats even rows of a table. + + + + + + + + Formats the first column of a table. + + + + + + + + Formats the first row of a table. + + + + + + + + Formats the last column of a table. + + + + + + + + Formats the last row of a table. + + + + + + + + Formats odd columns of a table. + + + + + + + + Formats odd rows of a table. + + + + + + + + Formats the top left cell of a table. + + + + + + + + Formats the top right cell of a table. + + + + + + + + Formats the whole table. + + + + + + + + + Adjusts the document zoom factor to fit the entire page height into the application window's dimensions. + + + + + + + Initializes a new instance of the FitHeightCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitHeightCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitHeightCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents settings which define how the ranges with permissions are marked in the document. + + + + + + + Initializes a new instance of the RangePermissionOptions class with default settings. + + + + + + + + Gets or sets the color of the visual marks (brackets) that indicate the start and the end of a range with permission in a document with protection disabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets the color used to highlight each editable range in a protected document with protection enabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets whether the ranges with permissions are visually indicated. + + + true if ranges with permissions are emphasized; otherwise, false. + + + + + + + + Represents a set of credentials used to identify editable ranges in a protected document. + + + + + + + Initializes a new instance of the AuthenticationOptions class with default settings. + + + + + + + + Gets or sets email address used to authenticate a user if document protection is enabled. + + + + A string containing email address. + + + + + + + Gets or sets user group name used to authenticate a user if document protection is enabled. + + + + A string containing a user group name. + + + + + + + Gets or sets the password that can be used to authenticate a user if document protection is enabled. + + + + A string containing a password. + + + + + + + Gets or sets a name used to authenticate a user, if document protection is enabled. + + + + A string containing a user name. + + + + + + + + + Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets). + + + + + + + Ranges with permissions are highlighted automatically. + + + + + + + + Ranges with permissions are not highlighted. + + + + + + + + Ranges with permissions are always highlighted. + + + + + + + + + Represents a collection of range permission in the current document. + + + + + + + Initializes a new instance of the RangePermissionCollection class with default settings. + + + + + + + + Creates a RangePermission object for the specified range. + + + + A object specifying a document range. + + + A object specifying editing permissions. + + + + + + + + Represents a document range for which editing permissions are set. + + + + + + + Initializes a new instance of the RangePermission class for the specified range. + + + + A representing a range in the document for which permission is created. + + + + + + + + Gets or sets the name of the group of users for which the editing permission is set. + + + A string containing the name of the user group. + + + + + + + Gets the document range for which the editing permission is set. + + + A representing a range where editing is allowed by a certain user or group only. + + + + + + + + Gets or sets the username for which the editing permission is set. + + + A string containing the name of the user. + + + + + + + + Provides a list of identities to fill the Editing Permissions form. + + + + + + + Provides a list of user names for the Editing Permissions form. + + + A list of strings (the object) containing usernames. + + + + + + + + A comment in the document - a text note that is attached to a . + + + + + + + Specifies the comment's author. + + + A value, specifying the author of the comment. + + + + + + + Provides access to a comment's content to start editing. + + + + A object which is the content of the comment. + + + + + + + Gets or sets the comment's creation date. + + + A object that is the comment creation date. + + + + + + + Finalizes editing the comment's content. + + + + A object obtained by the method. + + + + + + + + Specifies the comment name. + + + A value, specifying the comment name. + + + + + + + Specifies the parent comment of the current comment. + + + The object that is the parent comment. + + + + + + + Specifies the document range to which the comment relates. + + + A value. + + + + + + + + Represents a service that calls the registered interface when required. + + + + + + + + Provides settings for individual symbols in a document. + + + + + + + + Initializes a new instance of the SymbolProperties class with default settings. + + + + + + + + Initializes a new instance of the SymbolProperties class with the specified settings. + + + + A structure. + + + + A value, specifying the font name. + + + + + + + + Determines whether or not the specified object is equal to the current SymbolProperties instance. + + + + + The object to compare with the current object. + + + true if the specified object is equal to the current SymbolProperties instance; otherwise false. + + + + + + + Specifies the font name. + + + A value, specifying the font name. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the Unicode character. + + + A structure, specifying a character as a UTF-16 code int. + + + + + + + + Exposes methods and characteristics of a paragraph style in a document. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the linked style for the current style. + + + A object representing a paragraph style linked to a current style + + + + + + + Gets or sets the list level applied to the paragraph formatted with the current style. + + + An integer that is the list level of the paragraph formatted with the current style. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the default style for a paragraph that immediately follows the current paragraph. + + + A interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph. + + + + + + + Gets or sets the index of a list applied to the paragraph style. + + + An integer that is the index of a list to which the paragraph formatted with the current style belongs. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object representing the parent style. + + + + + + + + Exposes methods and characteristics of a character style in a document. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the linked style for the current style. + + + A object representing a paragraph style linked to a current style + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style form which the current style inherits. + + + A object representing the parent style. + + + + + + + + Serves as the base for the interface, providing access to paragraph properties. + + + + + + + Gets or sets text alignment within a paragraph. + + + + A enumeration value or null (Nothing in Visual Basic) for a mixture of paragraphs with different alignments. + + + + + + + + Gets or sets the background color of paragraph(s). + + + A value representing the background color, or null for a mixture of values. + + + + + + + Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. + + + true to remove extra spacing between paragraphs, false to add extra space, null for a mixture of values. + + + + + + + Gets or sets a value specifying the indent of the first line of a paragraph. + + + A value specifying the indent of the first line measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different indents. + + + + + + + + Gets or sets a value specifying whether and how the first line of a paragraph is indented. + + + A enumeration value, specifying the first line indent or null (Nothing in Visual Basic), for a mixture of paragraphs with different indent types. + + + + + + + + + Gets or sets whether to prevent all page breaks that interrupt a paragraph. + + + true to keep paragraph lines together; otherwise, false or null, for a mixture of true and false. + + + + + + + Gets or sets the left indent for text within a paragraph. + + + + A value representing the left indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. + + + + + + + Gets or sets a line spacing value. + + + + A value representing line spacing measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different line spacings. + + + + + + + + Gets or sets the multiplier which is used to calculate the line spacing value. + + + A value representing the line spacing multiplier or null (Nothing in Visual Basic), for a mixture of paragraphs with different line spacings. + + + + + + + + Gets or sets a value which determines the spacing between lines in a paragraph. + + + A enumeration value representing the line spacing type. + + + + + + + Gets or sets the outline level of a paragraph. + + + An integer specifying the level number, or null for a mixture of values. + + + + + + + Gets or sets whether a page break is inserted automatically before specified paragraph(s). + + + true if a page break is inserted automatically before paragraph(s); otherwise, false or null, for a mixture of true and false. + + + + + + + Resets the paragraph formatting to its base style. + + + + + + + + Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. + + + + + A enumeration value. + + + + + + + + Gets or sets the right indent value for the specified paragraph. + + + + A value representing the right indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. + + + + + + + + Gets or sets the spacing after the current paragraph. + + + A value representing the spacing after the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. + + + + + + + + Gets or sets the spacing before the current paragraph. + + + A value representing the spacing before the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. + + + + + + + + Gets or sets a value indicating whether a paragraph can be hyphenated. + + + + true, to suppress hyphenation; false, to enable hyphenation or null (Nothing in Visual Basic) for a mixture of hyphenation styles. + + + + + + + Gets or sets whether line numbers are displayed for the document range, accessed via the interface. + + + true if line numbering is suppressed for all paragraphs; false if line numbers are displayed for all paragraphs in a range; or otherwise, null for a mixture of states. + + + + + + + + Serves as the base for the interface providing access to character properties. + + + + + + + Gets or sets a value indicating whether all characters are capital letters. + + + true if all characters are capitalized; otherwise, false or null for a mixture of true and false. + + + + + + + Gets or sets the background color of character(s). + + + A value representing the background color or null for mixed colors. + + + + + + + Gets or sets a value indicating whether characters are bold. + + + true if characters are bold; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets the character(s) font name. + + + + A value representing the font name or null for a mixture of font faces. + + + + + + + + + Gets or sets the character(s) font size. + + + + + A value, representing the font size in points or null for mixed sizes. + + + + + + + + Gets or sets the foreground color of characters. + + + A value representing the foreground color, or null for a mixture of values. + + + + + + + Gets or sets a value indicating whether a character(s) is hidden. + + + + true if characters are hidden; otherwise, false or null, for a mixture of true and false. + + + + + + + + Gets or sets a value indicating whether a character(s) is italicized. + + + + true if characters are italicized; otherwise, false or null, for a mixture of true and false. + + + + + + + + Specifies the spell check language. + + + + A nullable DevExpress.XtraRichEdit.Model.LangInfo value. + + + + + + + Specifies whether or not the text shall be proof read by the spell checker. + + + true to disable spell checking of the text; false to enable it. + + + + + + + + Resets the character formatting to the underlying character style. + + + + + + + + Resets the character formatting properties specified by the mask to the properties of the underlying character style or to default properties. + + + + A enumeration value. + + + + + + + + Gets or sets a value indicating whether characters are strikeout. + + + A enumeration value or null, for a mixture of strikeout types. + + + + + + + Gets or sets a value indicating whether character(s) are formatted as subscript. + + + true if character(s) are formatted as subscript; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets a value indicating whether character(s) are formatted as superscript. + + + true if character(s) are formatted as superscript; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets the type of underline applied to the character(s). + + + An enumeration value or null, for a mixture of underline types. + + + + + + + Gets or sets the color of the underline for the specified characters. + + + A value or null, for a mixture of underline colors. + + + + + + + + Contains options used for saving (exporting) a part of a document's content. + + + + + + + Initializes a new instance of the TextFragmentOptions class with default settings. + + + + + + + + Specifies whether or not a document range may be extended to include the entire field instead of only part of a field. + + + + true to permit extending the document range; otherwise false. + + + + + + + Specifies whether to maintain the original page numbering in an acquired document range. + + + true to preserve the original page numbers; false to reset the page numbers. + + + + + + + + Layout element that relates to the in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's comment which relates to the current layout object. + + + A object which is the content of the comment. + + + + + + + Gets coordinates of a rectangle which encompasses the comment's content. + + + A structure specifying the bounds of the comment's content. + + + + + + + Finalizes editing of the comment's content in the document. + + + + A object which is the content of the comment obtained by the method. + + + + + + + + Returns a object that relates to the current element. + + + A object that is the comment in the logical document model. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Lists possible states of a cell regarding vertical merging. + + + + + + + The cell continues vertical merging. + + + + + + + + The cell is not merged vertically. + + + + + + + + The cell starts vertical merging. + + + + + + + + + Contains options used for saving (exporting) documents. + + + + + + + Initializes a new instance of the RichEditDocumentExportOptions class with default settings. + + + + + + + + Provides access to options specific for export to DOC (MS Word 97-2003) format. + + + A DevExpress.XtraRichEdit.Export.DocDocumentExporterOptions object containing export settings. + + + + + + + Provides access to options specific for export to HTML format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to Mht ("Web Archive") format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to OpenDocument text (.odt) format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to Open XML format (aka default MS Office 2007 format or .docx). + + + A object containing export settings. + + + + + + + Provides access to options specific for export to plain text format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to RTF format. + + + A object containing RTF-specific export options. + + + + + + + Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format. + + + A object containing export settings. + + + + + + + + Lists values used to specify what bookmarks of a document exported to PDF should appear in the Bookmarks panel of a PDF Viewer. + + + + + + + Specifies that all bookmarks contained in a document should be displayed in the Bookmarks panel. + + + + + + + + Specifies that bookmarks contained in a document should not be displayed in the Bookmarks panel. + + + + + + + + Specifies that only bookmarks based on which a TOC is generated should be displayed in the Bookmarks panel. + + + + + + + + + + A command to insert a field displaying the current page number. + + + + + + + Initializes a new instance of the InsertPageNumberFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the InsertPageNumberFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to InsertPageNumberFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertPageNumberFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to insert a field displaying the total number of pages. + + + + + + + Initializes a new instance of the InsertPageCountFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the InsertPageCountFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to InsertPageCountFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertPageCountFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + Lists the header (footer) types. + + + + + + + A header/footer displayed on even pages of the section. + + + + + + + + A header/footer displayed on the first page of the section. + + + + + + + + A header/footer displayed on odd pages of the section. + + + + + + + + A header/footer that is displayed on all pages of the section if the document does not distinguish between first, odd and even pages ( and properties are false). Actually, this is an alias for the type. + + + + + + + + + + Exposes properties and methods representing essential document functionality. + + + + + + + Apply the numbering list format specified by the object to the paragraphs in the specified range. + + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + + + A object that holds list format attributes. + + + + + An integer that is the list level applied to the paragraphs specified by the document range. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + A in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Appends content from the file to the end of the current document. + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + A representing a range with the appended content. + + + + + + + Appends content from the specified range to the end of the current document. + + + + + A to append. + + + A representing a range with the appended content. + + + + + + + Appends content from the specified range to the end of the current document. + + + + + A to append. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing a range with the appended content. + + + + + + + Appends content from the file to the end of the current document. + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + + A representing a range with the appended content. + + + + + + + Appends HTML formatted text to the end of the document. + + + + A string containing data in HTML format. + + + + A representing a range with appended content. + + + + + + + Appends HTML formatted text to the end of the document. + + + + A string containing data in HTML format. + + + + An enumeration value, specifying how destination formatting is applied to appended content in certain cases. + + + A representing a range with appended content. + + + + + + + Appends a specified image to the end of the document. + + + + An object representing an image to append. + + + A object, representing the image appended to the document. + + + + + + + Appends a specified image to the end of the document. + + + + A object representing the image to append. + + + A object representing the image appended to the document. + + + + + + + Appends an empty paragraph to the end of the document. + + + A appended to the document. + + + + + + + Appends formatted text to the end of the document. + + + + A string containing data in RTF format. + + + + A representing a range with appended content. + + + + + + + Appends formatted text to the end of the document. + + + + A string containing data in RTF format. + + + + An enumeration value, specifying how destination formatting is applied to appended content in certain cases. + + + A representing a range with appended content. + + + + + + + Appends a single line of text to the end of the current document. + + + + + A string with the text to append. + + + A representing a range containing the appended text. + + + + + + + Appends the specified text to the end of the document. + + + + A string containing the text to append. + + + A representing a range with the appended text. + + + + + + + Performs a batch update of text formatting for document ranges corresponding to specified tokens. + + + + A collection containing tokens to apply, ordered by the value. + + + + + + + + Locks the SubDocument object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Starts modifying properties of characters that fall within a specified document range. + + + + + + A object specifying the and of the text. + + + A object representing the character formatting of the specified range. + + + + + + + + + + Starts modifying properties of the specified number of characters starting at the specified document position. + + + + An integer specifying the starting document position. + + + + + An integer specifying the number of positions to which formatting is applied. + + + A object representing the character formatting of the specified range. + + + + + + + Starts modifying properties of the specified number of characters starting at the specified document position. + + + + A , specifying the starting document position. + + + + + An integer specifying the number of positions to which formatting is applied. + + + A object representing the character formatting of the specified range. + + + + + + + Starts modifying properties of the paragraphs that fall within a specified document range. + + + + + + A specifying the and of the text. + + + A object representing paragraph formatting. + + + + + + + + Gets the collection of all range permissions in the current document. + + + A containing range permissions for the document. + + + + + + + Provides access to the collection of document bookmarks. + + + A object specifying a bookmarks collection. + + + + + + + Finalizes the update process, leaving range permissions intact. + + + + A containing range permissions being updated. + + + + + + + + Provides access to a collection of comments in the current SubDocument. + + + A DevExpress.XtraRichEdit.API.Native.CommentCollection object that is the collection of comments. + + + + + + + Creates a bookmark for the specified range with the specified name and adds it to the collection. + + + + A representing a portion of a document contained within the bookmark. + + + + A string specifying the bookmark name. + + + A object representing a bookmark in the current document. + + + + + + + Creates a bookmark with the specified name for the range that starts at the specified position and has a specified length. Then, adds it to the collection. + + + + A representing the starting position for the bookmark. + + + + An integer specifying the length of a range contained in the bookmark. + + + + A string specifying the bookmark name. + + + A object representing a bookmark in the current document. + + + + + + + + Creates a custom mark at the specified position and associates specified data with it. + + + + + A specifying the position being marked. + + + + An arbitrary object that will be associated with the created mark. + + + A object representing a position marker in the document. + + + + + + + + Creates a hyperlink for the specified document range. + + + + A object representing a range associated with the hyperlink. + + + A interface exposing the created hyperlink. + + + + + + + + Creates a hyperlink for the document range, starting at the specified position, and extending through a specified length. + + + + + A object representing a starting position of a range associated with the hyperlink. + + + + An integer representing the length of a hyperlink's range. + + + A interface exposing the created hyperlink. + + + + + + + + Creates a new position in the current document. + + + + An integer value specifying the start position. + + + A object representing the position in the current document. + + + + + + + Creates a new document range using the specified start position and range length. + + + + An integer value specifying the start position. + + + + An integer value specifying the range length. + + + A object. + + + + + + + Creates a new document range using the specified start position and range length. + + + + A object specifying the start position. + + + + An integer value specifying the range length. + + + A object. + + + + + + + Provides access to a collection of custom marks. + + + A object containing custom marks for the current document. + + + + + + + Removes the specified range of text from the document. + + + + A object specifying the and positions of the text to delete. + + + + + + + + Delete specified custom mark from the document's collection. + + + + A object that marks a position in the document. + + + + + + + + Unlocks the SubDocument object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Finalizes the modification of character formatting after calling the method. + + + + A object containing character properties. + + + + + + + + + Finalizes the modification of paragraph formatting after calling the method. + + + + + A object representing paragraph formatting. + + + + + + + + Finalizes the update and applies the changes to range permissions. + + + + + A containing range permissions being updated. + + + + + + + + Provides access to the collection of fields in the current document. + + + A object representing a collection of fields. + + + + + + + Finds all text ranges that match the specified string in the current document. + + + + A string, specifying the search text. + + + + A enumeration specifying search options. + + + An array of objects representing matching text ranges. + + + + + + + Finds all occurrences of a character pattern specified by the regular expression. + + + + A object representing a regular expression to search. + + + + A instance representing a document range to search. + + + An array of objects representing ranges in the document matching the specified pattern. + + + + + + + Finds all text ranges that match the specified string in the specified document range. + + + + A string, specifying the search text. + + + + A enumeration specifying search options. + + + + A object specifying the range in the document in which a search is performed. + + + An array of objects representing matching text ranges. + + + + + + + Finds all occurrences of a character pattern specified by the regular expression. + + + + A object representing a regular expression to search. + + + An array of objects representing ranges in the document matching the specified pattern. + + + + + + + Provides access to a custom mark in the event handler. + + + + A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo class instance, containing information required to visualize a custom mark. + + + A associated with the specified visual info. + + + + + + + Gets the text contained in the specified range in HTML format. + + + + A object representing a text range in the document. + + + + A class that implements the interface and specifies locations for images and CSS data. + + + + A instance containing required export options. + + + A string of text in HTML format. + + + + + + + Gets the text contained in the specified range in HTML format. + + + + A object representing a text range in the document. + + + + A class that implements the interface and specifies locations for images and CSS data. + + + A string of text in HTML format. + + + + + + + Gets all images (inline pictures and shapes) in the specified document range. Use a method accessible with the RichEditControl.Document.Images.Get(DocumentRange range) notation instead. + + + + + A specifying the range in which to search for images. + + + + A object which holds the located images. + + + + + + + Gets the content of the specified document range in MHT format. + + + + A object representing the range to convert to MHT. + + + A string containing the content in MHT format. + + + + + + + Gets the content of the specified document range in MHT format. + + + + A object representing the range to convert to MHT. + + + + A instance providing options for export. + + + A string containing the content in MHT format. + + + + + + + Gets the content of the specified document range in Office Open XML (Docx) format. + + + + A object representing the range to convert to OpenXML. + + + An array of bytes representing the document content in OpenXML format. + + + + + + + Gets the content of the specified document range in Office Open XML (Docx) format. + + + + A object representing the range to convert to OpenXML. + + + + A instance providing options for export. + + + An array of bytes representing the document content in OpenXML format. + + + + + + + Gets the paragraph encompassing the specified position. + + + + A instance representing the position in the document. + + + A object representing the paragraph containing the position. + + + + + + + Provides access to paragraphs to which the specified range belongs. + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + A object that is the collection of paragraphs. + + + + + + + Gets the formatted string of the text contained in the specified range. + + + + A object representing a text range in the document. + + + A string of RTF text. + + + + + + + Gets the formatted string of the text contained in the specified range. + + + + A object representing a text range in the document. + + + + An instance providing options for export. + + + A string of RTF text. + + + + + + + Gets a collection of Shape objects contained in the specified document range. Use a method accessible with the RichEditControl.Document.Shapes.Get(DocumentRange range) notation instead. + + + + A object that is the range of the document. + + + A containing shapes of the specified range. + + + + + + + Returns the subdocument type. + + + A enumeration member. + + + + + + + Gets a table cell in which the specified position is located. + + + + A object that is a position within the document. + + + A interface specifying the table cell to which the specified position belongs. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A instance, containing options for plain text export. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A instance, containing options for plain text export. + + + + A object. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A object. + + + A value, containing the text of the specified range. + + + + + + + Gets the text contained in the specified range in WordML format. + + + + A object representing a text range in the document. + + + A string of text in WordML format. + + + + + + + Gets the text contained in the specified range in WordML format. + + + + A object representing a text range in the document. + + + + A instance providing options for export. + + + A string of text in WordML format. + + + + + + + Provides access to a collection of hyperlinks in the document. + + + A interface which exposes a collection of hyperlinks. + + + + + + + Provides access to the collection of all images (inline and floating pictures) in the document . + + + A object that is a collection of images in the current document. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the stream to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + A representing the document range with inserted content. + + + + + + + Insert content from the stream to the current document at the specified position. + + + + + A specifying the position in the current document after which, content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of data contained in the stream. + + + + A string representing the URI for the document being inserted. Required to import formats with external content such as HTML. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified range to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing the source range for insertion. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified stream in the specified format, at the specified position, in the current document. + + + + A specifying the position in the current document, after which content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified stream in the specified format, at the specified postion, in the current document. + + + + A specifying the position in the current document, after which content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified range to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing the source range for insertion. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts the specified HTML text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in HTML format. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts the specified HTML text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + + A string in HTML format. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain special cases, i.e., when inserting a numbering list. + + + + A object specifying the position at which the text should be inserted. + + + + + + + Inserts an image into the specified position in the document. + + + + A object representing the position to insert an image. + + + + A object representing the image to insert. + + + A object representing an inline image in the document. + + + + + + + + Inserts an image into the specified position in the document. + + + + A object representing the position to insert an image. + + + + A object containing information about the image to insert. + + + A object representing an inline image in the document. + + + + + + + + Inserts a new paragraph into the document's collection at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + A object representing the newly inserted paragraph. + + + + + + + Inserts a new paragraph into the document at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content. + + + A object representing the newly inserted paragraph. + + + + + + + Inserts a picture as a floating object. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing a specified picture. + + + + + + + Inserts a picture as a floating object. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing a specified picture. + + + + + + + Inserts the specified formatted text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in RTF format specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts the specified formatted text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in RTF format specifying the text to insert. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a single line of text (text without line breaks) at the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A value specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + A interface specifying the newly inserted table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value, specifying how the column widths are calculated. + + + A interface specifying the newly inserted table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value, specifying how the column widths are calculated. + + + + An integer specifying the column width if the autoFitBehavior parameter is set to . + + + A interface specifying the newly inserted table. + + + + + + + Inserts the specified text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A value specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a floating text box. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + A interface exposing properties and methods of a newly created floating text box. + + + + + + + Gets the character length of the document. + + + An integer that is the number of character positions in the document. + + + + + + + Gets the background color of the page. + + + A structure that is the background color of the page. + + + + + + + Provides access to a collection of paragraphs. + + + + A interface defining a list of paragraphs. + + + + + + + Gets the range for the current document. + + + A interface. + + + + + + + Removes the specified bookmark from the bookmark collection of the document. + + + + A object representing a bookmark in the document. + + + + + + + + Converts a hyperlink to plain text. + + + + A to convert. + + + + + + + + Removes the numbering or bullet from the specified paragraph. + + + + + A to modify. + + + + + + + + Remove the numbering or bullet from all paragraphs intersecting the specified range. + + + + + A object. + + + + + + + + Replaces the specified document range with the specified text string. + + + + A object representing the range to replace. + + + + A string that is inserted in place of the specified range. + + + + + + + + + Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. + + + + A object representing the regular expression to match. + + + + A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. + + + + A specifying the search and replace scope of the document. + + + An integer, representing the number of replacements made. + + + + + + + Finds all occurrences of the search string in the current document, and replaces them with the replacement string. + + + + A string specifying the search text. + + + + A string specifying the replacement text. + + + + + A enumeration specifying search options. + + + The number of replacements made. + + + + + + + + Finds all occurrences of the search string in the specified range, and replaces them with the replacement string. + + + + A string specifying the search text. + + + + A string specifying the replacement text. + + + + + A enumeration specifying search options. + + + + A object representing the range in which the search and replace is performed. + + + The number of replacements made. + + + + + + + Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. + + + + A object representing the regular expression to match. + + + + A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. + + + An integer, representing the number of replacements made. + + + + + + + Selects all the content in the document. + + + + + + + + Selects a range associated with the specified bookmark. + + + + A object representing a bookmark in the document. + + + + + + + + Sets the background color of the page and specifies whether it is shown. + + + + A structure specifying the color. + + + + true to show the specified background color; otherwise, false. + + + + + + + + Set the background color of the page. + + + + A structure specifying the color. + + + + + + + + Shows the background color of the page. + + + + true to show the background color; otherwise, false. + + + + + + + + Provides access to a collection of Shapes (pictures, text boxes) in the current SubDocument. + + + A object that is the collection of shapes. + + + + + + + Gets whether the page background color is shown. + + + + true to show the background color; otherwise, false. + + + + + + + Provides a search interface for a search in the specified range using a regular expression pattern. + + + + A object representing a search pattern. + + + + A object representing a range to search. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the document, using a regular expression pattern. + + + + A object representing a search pattern. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the specified range in the specified direction, using the specified options. + + + + A string representing the search text. + + + + A enumeration specifying search options. + + + + A enumeration specifying the search direction. + + + + A object representing a range to search. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the current document in the specified direction, using the specified options. + + + + A string representing the search text. + + + + A enumeration specifying search options. + + + + A enumeration specifying the search direction. + + + An interface used to perform a search. + + + + + + + Provides a search interface with default parameters. + + + + A string representing the search text. + + + An interface used to perform a search. + + + + + + + Provides access to a collection of tables contained in the current document. + + + A object that is the collection of all tables in the current document. + + + + + + + + Defines a service which is used to create RichEdit commands. + + + + + + + Enables you to create a custom command for use in the XtraRichEdit. + + + + A member specifying a command to create. + + + An XtraRichEdit command object. + + + + + + + + A command to insert a tab character. + + + + + + + Initializes a new instance of the InsertTabCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTabCommand. + + + A member, identifying the command. + + + + + + + + Toggles the Locked attribute of the selected field. + + + + + + + Initializes a new instance of the ToggleFieldLockedCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Gets a string resource identifier of a command description. + + + An MenuCmd_ToggleFieldLockedDescription enumeration value, identifying the resource string. + + + + + + + Gets the ID of the . + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to the . + + + + A string value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to a . + + + + + A MenuCmd_ToggleFieldLocked enumeration value, identifying the resource string. + + + + + + + + + This command supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + Initializes a new instance of the ResizeInlinePictureCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId.MenuCmd_ResizeInlinePicture enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the . + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to the . + + + + A MenuCmd_ResizeInlinePicture enumeration value, identifying the resource string. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Contains options used for loading (importing) documents in DOC binary format. + + + + + + + Initializes a new instance of the DocDocumentImporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Specifies whether the text deleted using the MS Word Track Changes feature is ignored when the Rich Text Editor loads a document in MS Word 97-2007 binary file format (.doc). + + + True to not load the text marked as deleted with the Track Changes feature; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lists modes that determine whether DOCVARIABLE fields are recalculated before printing. + + + + + + + DOCVARIABLE fields are always recalculated before printing. + + + + + + + + Default value. + + + + + + + + DOCVARIABLE fields are never recalculated before printing. + + + + + + + + + Lists the types of protection that can be applied to the current document. + + + + + + + Allows to add comments to the document. + + + + + + + + + Allows free access to the document. + + + + + + + + Allows read-only access to the document. + + + + + + + + + Lists possible sources of a particular property value. + + + + + + + The property value is obtained from the corresponding property of the control if it is different from default. + + + + + + + + The property value is obtained from the corresponding property of the document. + + + + + + + + The property value is obtained from the corresponding property of the control. + + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the RichTextBoxLinkBase class with default settings. + + + + + + + + + + Initializes a new instance of the RichTextBoxLinkBase class with the specified printing system. + + + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed. + + + A value. + + + + + + + Gets or sets a value indicating whether the should be printed with unlimited height. + + + true if a RichTextBox should be printed with unlimited height; otherwise, false. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Gets or sets a value indicating what size a is printed. + + + A enumeration value. The default is ClientPageSize. + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. The default is null. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + + Represents the part of string matched by the group expression (the string matched by a subexpression of group expression). + + + + + + + Obtains a range in the document containing the matching string. + + + A object representing a range that corresponds to the match. + + + + + + + The length of the captured substring. + + + An integer, representing the length of the captured substring. + + + + + + + Gets the starting position of the matching string in the document. + + + A object, representing a position in the docuemnt where the match starts. + + + + + + + Gets the captured substring from the input string + + + The actual substring that was captured by the match. + + + + + + + + Represents a sequence of captured substrings as the set of captures executed by a single capturing group. + + + + + + + + + Represents the results from a single capturing group. + + + + + + + Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items. + + + A object representing a collection of substrings matched by the group. + + + + + + + + Represents character groups matched by the pattern. + + + + + + + + A style that can be applied to table elements which meet a certain condition. + + + + + + + + A command to insert a row in a table below the currently selected row. + + + + + + + + Initializes a new instance of the InsertTableRowBelowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTableRowBelowCommand. + + + A member, identifying the command. + + + + + + + + A command to insert a row in a table above the currently selected row. + + + + + + + + Initializes a new instance of the InsertTableRowAboveCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTableRowAboveCommand. + + + A member, identifying the command. + + + + + + + + A command to create command menu elements specific for tables. + + + + + + + + Initializes a new instance of the InsertTableElementMenuCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertTableElementMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to unlock the field and enable editing. + + + + + + + + Initializes a new instance of the UnlockFieldCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Gets a string resource identifier of a command description. + + + An MenuCmd_UnlockFieldDescription enumeration value, identifying the resource string. + + + + + + + Gets the ID of the . + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to the . + + + + A string value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to an . + + + + A MenuCmd_UnlockField enumeration value, identifying the resource string. + + + + + + + + + A command to lock the field and disable editing. + + + + + + + + Initializes a new instance of the LockFieldCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + For internal use only. + + + + + + + + + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId.MenuCmd_LockFieldDescription enumeration value, identifying the resource string. + + + + + + + + Gets the ID of the . + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to the . + + + + + A string value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to the . + + + + A MenuCmd_LockField enumeration value, identifying the resource string. + + + + + + + + Interface implementing the Visitor pattern. + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance, representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + + A command to invoke an 'Insert Table' dialog. + + + + + + + Initializes a new instance of the InsertTableCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the InsertTableCommand. + + + A member, identifying the command. + + + + + + + Inserts a new table into the current position in a document with the specified number of rows and columns. + + + + An integer value, specifying the number of rows. + + + + An integer value, specifying the number of columns. + + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command used to link a header/footer to the previous section, so it has the same content. + + + + + + + + Initializes a new instance of the ToggleHeaderFooterLinkToPreviousCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleHeaderFooterLinkToPreviousCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleHeaderFooterLinkToPreviousCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleHeaderFooterLinkToPreviousCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the header/footer edit mode so it allows creation of a different header or footer for odd and even pages of a document or section. + + + + + + + Initializes a new instance of the ToggleDifferentOddAndEvenPagesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleDifferentOddAndEvenPagesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleDifferentOddAndEvenPagesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleDifferentOddAndEvenPagesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section. + + + + + + + Initializes a new instance of the ToggleDifferentFirstPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleDifferentFirstPageCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleDifferentFirstPageCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleDifferentFirstPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Paragraph dialog that allows you to set line spacing. + + + + + + + Initializes a new instance of the ShowLineSpacingFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowLineSpacingFormCommand. + + + A member, identifying the command.. + + + + + + + Gets the name of the resource image corresponding to ShowLineSpacingFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLineSpacingFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set wide page margins in the document section. + + + + + + + Initializes a new instance of the SetWideSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetWideSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetWideSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetWideSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set the page orientation to portrait. + + + + + + + + Initializes a new instance of the SetPortraitPageOrientationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetPortraitPageOrientationCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetPortraitPageOrientationCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set normal page margins in the document section. + + + + + + + Initializes a new instance of the SetNormalSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetNormalSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetNormalSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetNormalSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set narrow page margins in the document section. + + + + + + + Initializes a new instance of the SetNarrowSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetNarrowSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetNarrowSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetNarrowSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set moderate page margins in the document section. + + + + + + + Initializes a new instance of the SetModerateSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetModerateSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetModerateSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetModerateSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set the page orientation to landscape. + + + + + + + + Initializes a new instance of the SetLandscapePageOrientationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetLandscapePageOrientationCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetLandscapePageOrientationCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to remove spacing before the selected paragraph. + + + + + + + Initializes a new instance of the RemoveSpacingBeforeParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveSpacingBeforeParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveSpacingBeforeParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to remove spacing after the selected paragraph. + + + + + + + Initializes a new instance of the RemoveSpacingAfterParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveSpacingAfterParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveSpacingAfterParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the previous page header/footer in edit mode. + + + + + + + Initializes a new instance of the GoToPreviousPageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPreviousPageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPreviousPageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPreviousPageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the page header from the page footer in edit mode. + + + + + + + Initializes a new instance of the GoToPageHeaderCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPageHeaderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPageHeaderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPageHeaderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the page footer from the page header in edit mode. + + + + + + + Initializes a new instance of the GoToPageFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPageFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPageFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPageFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the next page header/footer in edit mode. + + + + + + + Initializes a new instance of the GoToNextPageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToNextPageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToNextPageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToNextPageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to activate the page header and begin editing. + + + + + + + + Initializes a new instance of the EditPageHeaderCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditPageHeaderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to EditPageHeaderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditPageHeaderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to activate the page footer, and begin editing. + + + + + + + + Initializes a new instance of the EditPageFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditPageFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to EditPageFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditPageFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to finish header/footer editing. + + + + + + + Initializes a new instance of the ClosePageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClosePageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ClosePageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClosePageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the line spacing of the selected paragraph. + + + + + + + Initializes a new instance of the ChangeParagraphLineSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeParagraphLineSpacingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeParagraphLineSpacingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeParagraphLineSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to add spacing before a paragraph. + + + + + + + Initializes a new instance of the AddSpacingBeforeParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddSpacingBeforeParagraphCommand. + + + A member, identifying the command.. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddSpacingBeforeParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to add spacing after a paragraph. + + + + + + + Initializes a new instance of the AddSpacingAfterParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddSpacingAfterParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddSpacingAfterParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles centered paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentCenterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentCenterCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentCenterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentCenterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A container that holds conditional styles for the table and enables you to create new conditional styles. + + + + + + + Creates a table style for the specified table elements and adds it to the collection. + + + + A enumeration value that specifies table elements to which a style can be applied. + + + A object. + + + + + + + Returns a table conditional style of the specified type. + + + + A enumeration value. + + + A object. + + + + + + + Returns the table style that is the owner of the current object. + + + A object. + + + + + + + + Base class for layout elements related to document objects based on the . + + + + + + + Returns the range to which the current layout element relates. + + + A that relates to the document range occupying by the object to which the current layout element relates. + + + + + + + + A command to insert a simple numbered list. + + + + + + + Initializes a new instance of the InsertSimpleListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertSimpleListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to insert a bulleted list. + + + + + + + Initializes a new instance of the InsertBulletListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertBulletListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists levels in the document layout tree at which the navigates. + + + + + + + A level below the level. Contains "boxed" elements, i.e., elements of the , , , and other types. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + The topmost level. Contains elements of the type. + + + + + + + + A level below the level related to the page content. Contains elements of the type. + + + + + + + + A level below the level. In a table - a level below the level. Contains elements of the type. + + + + + + + + The topmost level in a separate hierarchy of table layout levels. Contains elements of the type. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + + A command to delete a selected bookmark. + + + + + + + Initializes a new instance of the DeleteBookmarkCommand class with the specified owner associated with the specified bookmark. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + A object representing the bookmark to delete. + + + + + + + + Gets a bookmark to delete. + + + A instance to delete. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteBookmarkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents the class containing options for the availability of numbered and bulleted lists in the document. + + + + + + + Initializes a new instance of the NumberingOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A NumberingOptions object whose settings are assigned to the current object. + + + + + + + + Gets or sets the availability of operations with bulleted lists in the document. + + + A enumeration specifying the bulleted list operations availability. + + + + + + + Gets whether the bulleted lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the NumberingOptions class. + + + + A DevExpress.XtraRichEdit.NumberingOptions class instance that is the source object for copying. + + + + + + + + Gets or sets the availability of operations with multilevel lists in the document. + + + A enumeration specifying the availability of multilevel list operations. + + + + + + + + Gets whether the multilevel lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of operations with simple numbered lists in the document. + + + A enumeration specifying the availability of numbered list operations. + + + + + + + + Gets whether the simple numbered lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + + + Represents the storage of settings specific for the document restrictions implemented in the XtraRichEdit. + + + + + + + Initializes a new instance of the DocumentCapabilitiesOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A DocumentCapabilitiesOptions object whose settings are assigned to the current object. + + + + + + + + Gets or sets the bookmark feature availability. + + + A enumeration specifying the document's capability to handle bookmarks. + + + + + + + Gets whether the bookmarks feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the character formatting features availability. + + + A enumeration specifying the document's capability to change character formatting. + + + + + + + Gets whether the character formatting feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply character style feature. + + + A enumeration specifying the document's capability to apply styles to a character. + + + + + + + Gets whether the character style feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to display and work with comments. + + + A enumeration specifying the document's capability to work with comments. + + + + + + + Gets whether comments are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentCapabilitiesOptions class. + + + + A DevExpress.XtraRichEdit.DocumentCapabilitiesOptions class instance that is the source object for copying. + + + + + + + + Gets or sets the document's capability to display and work with endnotes. + + + A enumeration specifying the document's capability to work with endnotes. + + + + + + + Gets whether the end notes are allowed in the document. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to recognize and work with fields. + + + A enumeration specifying the document's capability to work with fields. + + + + + + + Gets whether fields are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle floating objects. + + + A enumeration specifying the document's capability to handle floating objects. + + + + + + + Gets whether the floating objects are allowed in the document. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to display and work with footnotes. + + + A enumeration specifying the document's capability to work with footnotes. + + + + + + + Gets whether the end notes are allowed in the document. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets whether the headers and footers feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets whether the headers and footers feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the hyperlink feature availability. + + + A enumeration specifying the document's capability to handle hyperlinks. + + + + + + + Gets whether the hyperlink feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document capability to handle inline pictures. + + + A enumeration specifying the document's capability to handle inline pictures. + + + + + + + Gets whether inline pictures handling is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Provides access to options specifying the availability of bulleted and numbered lists in the document. + + + A object containing availability options for diffferent list types. + + + + + + + Gets or sets the paragraph formatting features availability. + + + A enumeration, specifying the document's capability to change paragraph formatting. + + + + + + + Gets whether the paragraph formatting feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of paragraph frames. + + + A enumeration specifying the document's capability to display frames. + + + + + + + Gets whether frames are allowed in the document. + + + true, if the feature is allowed; otherwise, false. + + + + + + + + Gets or sets the availability of the paragraph breaks. + + + A enumeration specifying the document's capability to insert paragraph breaks. + + + + + + + Gets whether operations with paragraph breaks in the document are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply paragraph style feature. + + + + A enumeration specifying the document's capability to apply styles to a paragraph. + + + + + + + Gets whether the paragraph styling feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of paragraph tab stops. + + + + A enumeration specifying the document's capability to set paragraph tabs. + + + + + + + Gets whether paragraph tab stops are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle document sections. + + + + A enumeration specifying the document's capability to modify document sections. + + + + + + + Gets whether handling document sections is allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle tables. + + + + A enumeration specifying the document's capability to handle tables. + + + + + + + Gets whether the tables feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply table style feature. + + + A enumeration specifying the document's capability to apply styles to a table. + + + + + + + Gets whether the table style feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to insert tabs. + + + A enumeration specifying the document's capability to insert tabs. + + + + + + + Gets whether tab insertion is allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the Undo/Redo feature. + + + A enumeration specifying the availability of the Undo/Redo feature. + + + + + + + + Gets whether the Undo/Redo feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + + Represents the result of a regular expression matching operation. + + + + + + + Gets a collection of groups matched by the regular expression. + + + A object representing character groups matched by the pattern. + + + + + + + + Defines the interface used for text searching, using regular expressions. + + + + + + + Provides access to the results from a single regular expression match. + + + An object exposing the interface, containing information about the match. + + + + + + + + Specifies the restricted operations that cannot be performed by end-users over a document. + + + + + + + For internal use. Initializes a new instance of the RichEditBehaviorOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A RichEditBehaviorOptions object whose settings are assigned to the current object. + + + + + + + + Specifies whether or not the Copy operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Create New Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Cut operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Indicates the maximum default zoom factor of a RichEdit control. + + + A value, specifying the default maximum zoom factor (it equals positive infinity, by default). + + + + + + + + Indicates the minimum default zoom factor of a RichEdit control. + + + A value, specifying the default minimum zoom factor (it equals 0.09, by default). + + + + + + + + Specifies whether or not the Drag operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Drop operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies the settings applied to the default font of a RichEdit control. + + + A enumeration member, specifying the provider of the font settings. + + + + + + + Specifies the color settings applied to the default font of a RichEdit control. + + + A enumeration member, specifying the provider of the font color settings. + + + + + + + Specifies the upper limit of document zooming. + + + A value, specifying the maximum zoom factor. + + + + + + + Specifies the lower limit of document zooming. + + + A value, specifying the minimum zoom factor. + + + + + + + Specifies whether or not the Offfice Scrolling feature is enabled. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if office scrolling feature is enabled; otherwise, false. + + + + + + + Specifies whether or not the Open Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the overtype feature is allowed. + + + true if the overtype is allowed; otherwise, false. + + + + + + + Gets or sets whether a page break is inserted next to the specified position or in the new line. + + + A enumeration value. + + + + + + + Specifies whether or not the Paste operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies the substitute character that is used to replace the line break in pasted HTML. + + + A enumeration value, specifying a substitute character for a HTML line break. + + + + + + + + Specifies whether or not to paste a cell from the clipboard as plain text. + + + true, to paste cell contents as plain text; otherwise, false. + + + + + + + Specifies whether or not the printing operations are permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Save Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Save Document As... operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the RichEdit popup menu can be displayed. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies which character(s) to insert when pressing the TAB key. + + + + A value, specifying the character(s) to insert when the TAB key has been pressed. + + + + + + + Specifies whether or not the touch device input is analyzed. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not to use a font substitution for displaying characters that are missing in the current font. + + + true, to enable displaying substitution characters; otherwise, false. + + + + + + + + Specifies whether or not the Zoom operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + + true if an operation is allowed; otherwise, false. + + + + + + + + Represents the storage of settings which specify the document restrictions implemented in the XtraRichEdit. + + + + + + + Initializes a new instance of the FormattingMarkVisibilityOptions class with default settings. + + + + + + + + Gets or sets the visibility of the hidden text. + + + A enumeration member specifying the visibility of the hidden text. + + + + + + + Gets or sets whether the paragraph mark should be displayed. + + + A enumeration member specifying the visibility of the paragraph marks. + + + + + + + Not in use for the RichEditControl. + + + + + + + + + + Gets or sets whether space characters should be made visible. + + + A enumeration member specifying the visibility of the space characters. + + + + + + + Gets or sets whether tab characters should be made visible. + + + A enumeration member specifying the visibility of the tab characters. + + + + + + + + Lists values specifying the visibility of formatting marks. + + + + + + + + Formatting mark visibility is determined by the current view. + + + + + + + + Formatting marks are always hidden. + + + + + + + + Formatting marks are always visible. + + + + + + + + + Lists values specifying the visibility of bookmarks. + + + + + + + Bookmark visibility is determined by the current view. + + + + + + + + Bookmarks are always hidden. + + + + + + + + Bookmarks are always visible. + + + + + + + + + Lists measurement units used for the document layout. + + + + + + + Specifies documents (one three-hundredths of an inch) as measurement units. + + + + + + + + Specifies pixels as measurement units. + + + + + + + + Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units. + + + + + + + + + Lists the availability of a certain functionality in the XtraRichEdit document. + + + + + + + The value is determined by the current setting. The default value is automatically set if it is not explicitly specified. + + + + + + + + The feature is not allowed and the corresponding commands are shown disabled. + + + + + + + + The feature is available and the corresponding commands are shown enabled. + + + + + + + + The feature is not available and the corresponding commands are hidden. + + + + + + + + + Represents settings which define the appearance of bookmarks in the document. + + + + + + + Initializes a new instance of the BookmarkOptions class with default settings. + + + + + + + + Gets or sets whether duplicate bookmark names are automatically replaced with auto-generated unique names. + + + True, to automatically replace duplicate names; otherwise, false. + + + + + + + + + + + + + + + Gets or sets the color used to indicate a bookmark in the document. + + + A structure representing ARGB color. + + + + + + + Specifies the mode for displaying bookmarks in the Bookmarks pane of PDF viewer when a document is exported to PDF. + + + A enumeration member that specifies what bookmarks should appear in the Bookmarks pane. + + + + + + + Gets or sets whether bookmarks are displayed in the document. + + + A enumeration value specifying whether bookmarks are visible. + + + + + + + + Interface implemented to facilitate creating certain types of RichEdit objects, such as commands. + + + + + + + For internal use. + + + An enumeration value. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Provides a factory for creating platform-dependent mouse handlers. + + + A DevExpress.XtraRichEdit.Mouse.RichEditMouseHandlerStrategyFactory object or its platform-specific descendants. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + Indicates whether the RichEditControl content can be printed or exported. + + + + true if the control can be printed and exported; otherwise, false. + + + + + + + + Indicates whether the control can be printed and the print preview for the control is available. + + + true if the control can be printed and exported, and print preview is available; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + Specifies whether or not the overtype mode is enabled for the RichEdit control. + + + true, to enable the overtype mode; otherwise false. + + + + + + + Indicates whether or not the overtype feature is allowed. + + + true if the overtype is allowed; otherwise, false. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + Scrolls the document to the caret position. + + + + + + + + For internal use. Invokes the bookmark form. + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + Specifies whether or not the caret is displayed if the control is read-only. + + + true to show the caret; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + Invokes the Document Protection form. + + + + + + + + + + + + + + + + Invokes The Unprotect Document form. + + + + + + + + + + + + + + + + For internal use. Invokes a dialog used to edit a specified style. + + + + + + + + + + + + + + + + + + + + For internal use. Invokes a dialog used to edit a specified style. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. Invokes the Bullets and Numbering dialog that enables you to set numbered list options for the specified paragraphs. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + Invokes the Print dialog. + + + + + + + + Invokes the Print Preview window. + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. Invokes the Table Options form that enables you to specify table margins and spacing. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + For internal use. Forces updating visual elements of the RichEdit control to display changes resulting from the background formatting. + + + + A delegate to perform within the UI thread. + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + Indicates whether or not the standard drag-and-drop mode is selected. + + + true if the standard drag-and-drop mode is in effect for the RichEditControl; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + + Defines a layout element which has related . + + + + + + + Obtains location of the layout element that has the related . + + + A object that contains start and length of the document range. + + + + + + + + Platform-independent brush. Its platform-specific implementations are used to fill shapes and draw text on the layout . + + + + + + + + Lists styles of dashed lines drawn with the object and its descendants. + + + + + + + Specifies a dashed line. + + + + + + + + + Specifies a dash-dot line. + + + + + + + + + + Specifies a line with a repeating dash-dot-dot pattern. + + + + + + + + + Specifies a dotted line. + + + + + + + + + Specifies a solid line. + + + + + + + + + + Platform-independent pen. Its platform-specific implementations are used to draw ellipse, line and rectangle on the layout . + + + + + + + Gets or sets a line style of the object. + + + One of the enumeration values. + + + + + + + Gets or sets the line thickness of the object. + + + + An Int32 value that is the line thickness. + + + + + + + + A collection of layout elements. + + + + + + + + Layout element which relates to a single character in the element. + + + + + + + Required for interface implementation. + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns the text displayed in the current element. + + + A string contained in the CharacterBox element. + + + + + + + + Used by the method to specify the initial position of the iterator. + + + + + + + + Initial position at the document's end. + + + + + + + + Initial position at the document's start. + + + + + + + + + Toggles between normal and hidden text mode of the selection. + + + + + + + Initializes a new instance of the ToggleHiddenTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleHiddenTextCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleHiddenTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleHiddenTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a base class for multiple command classes. + + + + + + + Performs a command action regardless of a command state. + + + + An interface defining the command state. + + + + + + + + + Represents a base class for RichEdit commands. + + + + + + + + Toggles the underline style on the selection. + + + + + + + Initializes a new instance of the ToggleFontUnderlineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontUnderlineCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontUnderlineCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontUnderlineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Updates the field's result. + + + + + + + Initializes a new instance of the UpdateFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the UpdateFieldCommand class with the specified owner and the specified field. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A in the document to update. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UpdateFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a new bookmark with the specified name that references the current selection. + + + + + + + Initializes a new instance of the CreateBookmarkCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A string, specifying the name of the bookmark. + + + + + + + + Gets the name of the bookmark created by the command. + + + A string representing the bookmark's name. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateBookmarkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A class which allows you to specify the current value of a DOCVARIABLE field in the event handler. + + + + + + + + Specifies the current value of the DOCVARIABLE field. + + + + + + + + + + Lists options which determine how the property affects field updates. + + + + + + + + Locked fields are updated. + + + + + + + + Only DOCVARIABLE fields are updated. + + + + + + + + Locked fields are not updated. Default value. + + + + + + + + + Represents the base class for options used for saving (exporting) documents in different formats. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the URI of the document being exported. + + + A string representing the document URI. + + + + + + + + Represents the class containing options for the horizontal ruler. + + + + + + + Initializes a new instance of the HorizontalRulerOptions class with default settings. + + + + + + + + Gets or sets whether the left indent marker is visible. + + + true to display left indent marker; otherwise, false. + + + + + + + Gets or sets whether the right indent marker is visible. + + + true to display right indent marker; otherwise, false. + + + + + + + Gets or sets whether tab stops are displayed in the horizontal ruler. + + + true to display tab stops; otherwise, false. + + + + + + + + Represents the class containing options for the vertical ruler. + + + + + + + Initializes a new instance of the VerticalRulerOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format). + + + + + + + Initializes a new instance of the WordMLDocumentImporterOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) documents in RTF format. + + + + + + + Initializes a new instance of the RtfDocumentImporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Specifies whether or not to display the text that has been removed using the "deleted" tag of the Track Changes feature. + + + true to omit the deleted text in a document; otherwise false. + + + + + + + + Contains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx). + + + + + + + Initializes a new instance of the OpenXmlDocumentImporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the OpenXmlDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Specifies whether the text deleted using the MS Word Track Changes feature is ignored when the Rich Text Editor loads a document in OpenXML format. + + + True, to not load the text marked as deleted with the Track Changes feature; otherwise, false. + + + + + + + Specifies whether the text inserted using the MS Word Track Changes feature is ignored when the Rich Text Editor loads a document in OpenXML format. + + + True to not load the text marked as inserted with the Track Changes feature; otherwise, false. + + + + + + + + Contains options used for loading (importing) the document in OpenDocument text (.odt) format. + + + + + + + Initializes a new instance of the OpenDocumentImporterOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) the document in Mht (Web Archive) format. + + + + + + + Initializes a new instance of the MhtDocumentImporterOptions class with default settings. + + + + + + + + Overrides the corresponding property of the base class to hide it. + + + An empty string. + + + + + + + + Contains options used for loading (importing) documents. + + + + + + + Initializes a new instance of the RichEditDocumentImportOptions class with default settings. + + + + + + + + Provides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). + + + A object containing import settings. + + + + + + + Gets or sets the format that is used if no distinct format can be specified or recognized. + + + A enumeration member specifying the import format. + + + + + + + Provides access to options specific for importing documents in HTML format. + + + An object containing import settings. + + + + + + + Provides access to options specific for importing documents in Mht (Web Archive) format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in OpenDocument text (.odt) format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx). + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in plain text format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in RTF format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in WordML format. + + + A object containing import settings. + + + + + + + + Contains options used for saving (exporting) documents in WordprocessingML (aka MS Word 2003 XML format). + + + + + + + Initializes a new instance of the WordMLDocumentExporterOptions class with default settings. + + + + + + + + + Contains options used for saving (exporting) the plain text document. + + + + + + + Initializes a new instance of the PlainTextDocumentExporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the character encoding for exported text. + + + A value. + + + + + + + Gets or sets the format string that specifies how the endnote number is transformed into a plain text string. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets the string used to mark the endnote in the resulting plain text. + + + A string that marks the endnote in the exported plain text. + + + + + + + Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output. + + + true to retain bullet symbols or numbers in the output; otherwise, false. + + + + + + + Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. + + + True, to export final paragraph mark as a new line symbol; otherwise, false. + + + + + + + Gets or sets whether to export hidden text as plain text. + + + true to include text marked as hidden to the exported plain text; otherwise, false. + + + + + + + Gets or sets a character or a string used to mark the end of a field code in the resulting text. + + + + A string that marks the end of the field code. + + + + + + + Gets or sets a character or a string used to mark the start of a field code in the resulting text. + + + + A string that marks the beginning of the field code. + + + + + + + Gets or sets a character or a string used to mark the end of a field result in the exported text. + + + + A string that marks the end of the field result. + + + + + + + Gets or sets the format string that specifies how the footnote number is transformed into a plain text string. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets the string used to mark the footnote in the resulting plain text. + + + A string that marks the footnote in the exported plain text. + + + + + + + + Contains options used for saving (exporting) the document in Open XML format (aka MS Word 2007 default format, .docx). + + + + + + + Initializes a new instance of the OpenXmlDocumentExporterOptions class with default settings. + + + + + + + + Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. + + + True, to allow aliases for built-in style names; otherwise, false. + + + + + + + Specifies the directory in which the RichEdit control should save document images. + + + + true to store document images in the "\word\images" folder; false to use the "\images" folder instead. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the OpenXmlDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. + + + True, to automatically rename bookmarks with name length of 40 characters or more; otherwise, false. + + + + + + + Gets or sets whether font names longer than 31 characters should be truncated in the exported file. + + + True, to truncate font names with more than 31 characters; otherwise, false. + + + + + + + Gets or sets whether style with names longer than 253 characters should be automatically renamed in the exported file. + + + + True, to rename styles with names longer than 253 characters; otherwise, false. + + + + + + + + Contains options used for saving (exporting) the document in OpenDocument text (.odt) format. + + + + + + + Initializes a new instance of the OpenDocumentExporterOptions class with default settings. + + + + + + + + + Contains options used for saving (exporting) the document in Mht (Web Archive) format. + + + + + + + Initializes a new instance of the MhtDocumentExporterOptions class with default settings. + + + + + + + + Overrides the corresponding property of the base class, to hide it. + + + Always false. + + + + + + + + Converts a hyperlink to plain text. + + + + + + + Initializes a new instance of the RemoveHyperlinkFieldCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveHyperlinkFieldCommand. + + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to RemoveHyperlinkFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveHyperlinkFieldCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToSimpleViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToSimpleViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToSimpleViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToSimpleViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToPrintLayoutViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToPrintLayoutViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToPrintLayoutViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToPrintLayoutViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToDraftViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToDraftViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToDraftViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToDraftViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Symbol dialog window. + + + + + + + Initializes a new instance of the ShowSymbolFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowSymbolFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowSymbolFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSymbolFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Invokes the Bullets And Numbering dialog window. + + + + + + + Initializes a new instance of the ShowNumberingListFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowNumberingListFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowNumberingListFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowNumberingListFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Edit Hyperlink dialog window. + + + + + + + Initializes a new instance of the ShowHyperlinkFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowHyperlinkFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowHyperlinkFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowHyperlinkFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Bookmark dialog window. + + + + + + + Initializes a new instance of the ShowBookmarkFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowBookmarkFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowBookmarkFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowBookmarkFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + A command to accomplish actions equivalent to pressing the Enter key. + + + + + + + Initializes a new instance of the EnterKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EnterKeyCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EnterKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents the base class for ruler options. + + + + + + + Gets or sets whether the ruler is shown. + + + A enumeration member specifying the visibility mode. + + + + + + + + Specifies the visibility of a ruler. + + + + + + + The ruler visibility is determined by the current view. + + + + + + + + The ruler is always hidden. + + + + + + + + The ruler is always visible. + + + + + + + + + Lists the values used to specify the drag-and-drop mode of the DragDropMode. + + + + + + + This mode is suitable for mutli-thread applications, when no Drag~ events of the RichEditControl can be raised. + + + + + + + + This mode is suitable for single-thread applications. If this mode is enabled, all Drag~ events of the RichEditControl are correctly raised when objects are dragged and dropped. + + + + + + + + + Lists the output devices to which the document layout is rendered. + + + + + + + The document is rendered for printing. + + + + + + + + The document is rendered for displaying in the Rich Text Editor control. + + + + + + + + + Base class to implement custom drawing for layout elements. + + + + + + + + Initializes a new instance of the PagePainter class with default settings. + + + + + + + + Provides access to an object whose methods are used to draw the layout. + + + A object encapsulating the layout drawing surface. + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw.$ + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element of the type. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Draws the element. Override it in a class descendant to customize the element appearance. + + + + A layout element to draw. + + + + + + + + Provides access to the page containing the layout element currently being drawn. + + + A object that is the current page. + + + + + + + + Encapsulates the layout drawing surface. + + + + + + + + Converts an object's measurement units to the specified ones. + + + + The point whose coordinates will be converted to the specified measurement unit. + + + + + Specifies measurement units for conversion. + + + The point whose coordinates have been converted to the specified measurement units. + + + + + + + + Converts an object's measurement units to the specified ones. + + + + The Int32 value that will be converted to the specified measurement unit. + + + + Specifies measurement units for conversion. + + + + The Int32 value that is original integer value converted to the specified measurement unit. + + + + + + + Converts an object's measurement units to the specified ones. + + + + A Rectangle structure that will be measured in the specified unit. + + + + Specifies measurement units for structure parameters. + + + A Rectangle structure that is the original rectangle, converted to specific document layout units. + + + + + + + Draws a custom ellipse. + + + + The descendant that sets the outline color and thickness. + + + + Sets the shape's location and size. + + + + Specifies measurement units for shape parameters. + + + + + + + + Draws a custom ellipse. + + + + + descendant that sets the outline color and thickness. + + + + Sets the shape's location and size. + + + + + + + + Draws a custom image. + + + + + The object that will be placed at the selected position. + + + + + Sets the location and size of the image. + + + + Specifies the image position within the stated bounds. + + + + + + + + + Draws a custom image. + + + + The descendant that will be placed at the selected position. + + + + + Sets the image's location and size. + + + + Specifies the object position within the stated bounds. + + + + + Specifies the measurement for the image parameters. + + + + + + + + + Draws a custom image. + + + + + The descendnant that will be placed at the selected position. + + + + + Sets the coordinates to locate the object. + + + + + Specifies the measurement for image parameters. + + + + + + + + + Draws a custom image. + + + + The descendant that will be drawn. + + + + + Sets the coordinates to place the object. + + + + + + + + + Draws a custom line. + + + + + The descendant that sets the line's color and thickness. + + + + Sets the line's start point x-coordinate. + + + + Sets the line's start point y-coordinate. + + + + Sets the x-position of the line's end point + + + + Sets the y-position of the line's end point + + + + Specifies measurement units for the line parameters + + + + + + + + Draws a custom line. + + + + + The descendant that sets the line's color and thickness. + + + + Sets the line's start point coordinates. + + + + Sets the line's end point coordinates. + + + + Specifies measurement units for line parameters + + + + + + + + Draws a custom line. + + + + The descendant that sets the line's color and thickness. + + + + Sets the line's start point coordinates. + + + + Sets the line's end point coordinates. + + + + + + + + Draws a custom line. + + + + The descendant that sets the line's color and thickness. + + + + Sets the x-coordinate of the line's start point. + + + + Sets the y-coordinate of the line's start point. + + + + Sets the x-coordinate of the line's end point + + + + Sets the y-coordinate of the line's end point + + + + + + + + Draws a custom set of lines. + + + + The descendant that sets the lines' color and thickness. + + + + The array of points locating the lines. + + + + + Specifies measurement units for line parameters. + + + + + + + + + Draws a custom set of lines. + + + + The descendant that sets the lines' color and thickness. + + + + The array of points locating the lines. + + + + + + + + + Draws a custom rectangle. + + + + The descendant that sets the border color and thickness. + + + + Sets the rectangle's location and size. + + + + Specifies measurement units for shape parameters. + + + + + + + + Draws a custom rectangle. + + + + The descendant that sets the outline color and thickness. + + + + Sets the rectangle's location and size. + + + + + + + + Draws a custom rectangle. + + + + The descendant that sets the outline color and thickness. + + + + Sets the x-coordinate of the shape's upper-left corner. + + + + Sets the y-coordinate of the shape's upper-left corner. + + + + Sets the shape's width. + + + + Sets the shape's height. + + + + + + + + Draws a custom rectangle. + + + + descendant that sets the outline color and thickness. + + + + Sets the x-coordinate of the shape's upper-left corner. + + + + Sets the y-coordinate of the shape's upper-left corner. + + + + Sets the shape's width. + + + + Sets the shape's height. + + + + Specifies measurement units for shape parameters. + + + + + + + + Places a custom string at the selected position. + + + + + A ?ustom string that will be placed at the selected position. + + + + + Sets font parameters for the custom string. + + + + The object that sets the color and thickness of the string characters. + + + + + Sets the string's location and size. + + + + + + + + Places a custom string. + + + + A custom string to be drawn. + + + + + + Sets the custom string's font parameters. + + + + The object that sets the color and thickness of the string characters. + + + + + Sets the string's start point coordinates. + + + + + + + + Draws a custom string. + + + + A custom string to be drawn. + + + + + + Sets the string's font parameters. + + + + The descendant that sets the string characters' color and thickness. + + + + Gets the location and size of the string. + + + + Specifies measurement units for the string parameters. + + + + + + + + Draws a custom string. + + + + A custom string to be drawn. + + + + + Sets the string's font parameters. + + + + The descendant that sets the string characters' color and thickness. + + + + Sets the string's start point coordinates. + + + + Specifies measurement units for string parameters. + + + + + + + + Draws a filled custom ellipse. + + + + The descendant that sets the shape color and thickness. + + + + Sets the location and size of the shape. + + + + + + + + Draws a filled custom ellipse. + + + + + The descendant that sets the ellipse's color and thickness. + + + + Sets the shape's location and size. + + + + Specifies measurement units for shape parameters. + + + + + + + + Draws a filled custom rectangle. + + + + The descendant that sets the shape's color and thickness. + + + + + Sets the shape's location and size. + + + + + + + + Draws a filled custom rectangle. + + + + The descendant that sets the rectangle's fill color. + + + + + Gets the shape's location and size. + + + + Specifies measurement units for the shape parameters. + + + + + + + + + + A method that will handle the BeforePagePain event of RichEditControl or RichEditDocumentServer. + + + + + + + A method that will handle the BeforePagePaint event of the RichEditControl or RichEditDocumentServer. + + + + The event source. This parameter identifies the RichEditControl or RichEditDocumentServer object, which raised the event. + + + + A instance which contains event data. + + + + + + + + + Provides data for the BeforePagePaint event of the RichEditControl and RichEditDocumentServer. + + + + + + + Provides access to layout drawing surface. + + + A object which encapsulates the layout drawing surface. + + + + + + + + Determines the type of device to which the document layout is rendered. + + + A enumeration that specifies the type of device. + + + + + + + + Provides access to the current page being rendered. + + + A element. + + + + + + + Gets or sets the painter object which implements methods for drawing layout elements. + + + A class or its descendant. + + + + + + + + Lists conditions for the line numbering to revert to the start value. + + + + + + + Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any. + + + + + + + + + Specifies that line numbering for the current section shall revert to the start value on a new page. + + + + + + + + + Specifies that line numbering for the current section shall revert to the start value when a new section begins. + + + + + + + + + + Defines line numbers in the left margin or to the left of each column in the document's . + + + + + + + Gets or sets the line number increments to be displayed in the current document. + + + An integer by which the line number increments. + + + + + + + Gets or sets the distance between the line number and the start of the line. + + + A value specifying the line numbering indent, measured in units + + + + + + + Gets or sets when the line numbering should be reset to the line number specified by the value. + + + A enumeration member, specifying the restart type. By default, it is set to . + + + + + + + + Gets or sets the starting value used for the first line. + + + An integer specifying the line number of the first line. + + + + + + + + Defines a hyperlink in the document. + + + + + + + Gets or sets the name of a bookmark in the current document which shall be the target of the hyperlink. + + + A string representing the bookmark's name. + + + + + + + + Gets or sets a URI to navigate to when the hyperlink is activated. + + + A string representing an URI. The default is null. + + + + + + + Gets the document range associated with the hyperlink. + + + A object representing the document range occupied by a hyperlink. + + + + + + + Gets or sets the target window or frame in which to display the web page content when the hyperlink is clicked. + + + A string, representing a predefined name of the target window (frame). By default it is an empty string. + + + + + + + + Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. + + + A string containing the tooltip text. + + + + + + + Gets or sets whether the location referred to by a hyperlink has been recently visited. + + + true if the hyperlink URI has been recently opened in the browser; otherwise, false. + + + + + + + + Defines a bookmark in the document. + + + + + + + Gets the name of a bookmark in the document. + + + A string, that is the unique bookmark's name. + + + + + + + Gets the range that represents the part of a document contained in the bookmark. + + + A object representing the document range contained in the bookmark. + + + + + + + + An interface that defines a collection of objects. + + + + + + + Creates a hyperlink for the document range, starting at the specified position, and extending through the specified length and adds it to the collection. + + + + A object specifying a starting position of a range associated with the hyperlink. + + + + An integer specifying the length of a hyperlink's range. + + + A interface exposing the created hyperlink. + + + + + + + Creates a hyperlink for the specified document range and adds it to the collection. + + + + A object specifying a range associated with the hyperlink. + + + A interface exposing the created hyperlink. + + + + + + + Converts a hyperlink to plain text. + + + + A to convert. + + + + + + + + + An interface that defines a collection of objects. + + + + + + + Creates a bookmark for the specified range with the specified name and adds it to the collection. + + + + A specifying a portion of a document contained within the bookmark. + + + + A string specifying the bookmark name. + + + A object specifying the created bookmark. + + + + + + + Creates a bookmark with the specified name for the range that starts at the specified position and has the specified length and adds it to the collection. + + + + A specifying the starting position for the bookmark. + + + + An integer specifying the length of the range contained in the bookmark. + + + + + A string specifying the bookmark name. + + + A object specifying the created bookmark. + + + + + + + Gets the Bookmark object specified by its name. + + + + A string specifying the bookmark name. + + + A object which represents the bookmark with the specified name. + + + + + + + Removes the specified bookmark from the collection. + + + + A object specifying a bookmark in the document. + + + + + + + + Selects a range associated with the specified bookmark. + + + + A object specifying a bookmark in the document. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender ( a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the HyperlinkClickEventArgs class with the specified hyperlink and key modifiers. + + + + A object representing a hyperlink that is clicked. + + + + A value representing modifier flags. + + + + + + + + + Indicates whether the ALT key was pressed. + + + true if an ALT key was pressed; otherwise, false. + + + + + + + Indicates whether the CTRL key was pressed. + + + true if a CTRL key was pressed; otherwise, false. + + + + + + + Gets or sets whether the default action associated with the hyperlink click is required. + + + true if no default action is necessary; otherwise, false. + + + + + + + Gets a clicked hyperlink. + + + A object representing a clicked link. + + + + + + + Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. + + + + A value representing one or more modifier flags. + + + + + + + Indicates whether the SHIFT key was pressed. + + + true if a SHIFT key was pressed; otherwise, false. + + + + + + + + Represents settings which define the appearance and behavior of hyperlinks in the document. + + + + + + + Initializes a new instance of the HyperlinkOptions class with default settings. + + + + + + + + Gets or sets the modifier flags required to activate a hyperlink. The flags indicate which combination of CTRL, SHIFT, and ALT keys should be pressed before a link is clicked, to activate it. + + + A value representing one or more modifier flags. + + + + + + + Gets or sets whether the hyperlink should display a tooltip. + + + true to display a tooltip; otherwise, false. + + + + + + + + Navigates to the document bookmark or URI (uniform resource identifier) specified for the hyperlink. + + + + + + + Initializes a new instance of the OpenHyperlinkCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the OpenHyperlinkCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to OpenHyperlinkCommand. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the subscript style on the selection. + + + + + + + Initializes a new instance of the ToggleFontSubscriptCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontSubscriptCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontSubscriptCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontSubscriptCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains options used for loading (importing) the plain text document. + + + + + + + Initializes a new instance of the PlainTextDocumentImporterOptions class with default settings. + + + + + + + + Gets or sets whether the XtraRichEdit will try to determine the encoding of the loaded text for correct display. + + + true to switch the encoding autodetection on; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the encoding used to interpret characters in the document. + + + A object providing the conversion between certain encoding and Unicode. + + + + + + + Overrides the corresponding property of the base class to hide it. + + + + + + + + + + + Contains options used for loading (importing) the HTML document. + + + + + + + Initializes a new instance of the HtmlDocumentImporterOptions class with default settings. + + + + + + + + Gets or sets whether images are loaded synchronously or asynchronously when importing an HTML document. + + + + true to load images asynchronously; otherwise, false. + + + + + + + Gets or sets whether the auto-detection of the charset of the html file is enabled. + + + true to enable the auto-detect option; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the encoding used to interpret characters in the document. + + + A object providing the conversion between certain encoding and Unicode. + + + + + + + Specifies whether or not to ignore the "float" setting of HTML elements in the imported document. + + + true to import floating objects as inline elements; otherwise false. + + + + + + + Gets or sets whether the character encoding specified in the META element should be ignored. + + + true to ignore character encoding in the META element; otherwise, false. + + + + + + + Specifies whether or not to replace all white space characters inside the "pre" tag with non-breaking spaces. + + + true to replace all white space characters with non-breaking spaces inside the "pre" tag; otherwise false. + + + + + + + Overrides the corresponding property of the base class to hide it. + + + + + + + + + + + Represents the base class for options used for loading (importing) the document in different formats. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the base URI for the external content of the document. + + + + A string representing a base URI used for constructing an actual URI. + + + + + + + Provides access to options that specify whether a certain document field is updated during import. + + + A object containing update options for various fields. + + + + + + + + Base element for parts of a page which relate to document ranges. + + + + + + + Gets columns of the current page. + + + A collection containing columns of the current page. + + + + + + + + Increases the indent by the size of one tab or inserts the tab. + + + + + + + Initializes a new instance of the TabKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the TabKeyCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to TabKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents an object used to export the document content in HTML format. + + + + + + + Initializes a new instance of the HtmlExporter class with the specified Document Model and HTML export options. + + + + A current Document Model. + + + + A instance containing HTML export options. + + + + + + + + + Increments the indent level of a paragraph in a numbered list. + + + + + + + Initializes a new instance of the IncrementNumerationParagraphIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementNumerationParagraphIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + The border characteristics of a table. + + + + + + + + Gets or sets the color of the border line. + + + A instance specifying the border line color. + + + + + + + Gets or sets the style used to paint a border line. + + + A enumeration member specifying the line style. + + + + + + + Gets or sets the line width. + + + A value that is the line width in points. + + + + + + + + Lists types of paths used in exported documents to specify links to external content. + + + + + + + The exported document contains absolute paths to external content. + + + + + + + + The exported document contains relative paths to external content. + + + + + + + + + Lists conditions for highlighting the fields in the document. + + + + + + + Document fields are always highlighted. + + + + + + + + Default highlight mode. + + + + + + + + Document fields are not visually recognized. + + + + + + + + + Represents settings which define the appearance and behavior of the document fields. + + + + + + + Initializes a new instance of the FieldOptions class with default settings. + + + + + + + + Gets or sets whether the DOCVARIABLE field value is cleared when it cannot be calculated. + + + True, to clear the value of the DOCVARIABLE field when it either cannot be retrieved from the Document.Variables dictionary or the CalculateDocumentVariable event is not handled; otherwise, false. + + + + + + + Gets or sets the color used to highlight the document fields. + + + A value representing the highlight color. + + + + + + + Gets or sets when the document fields should be highlighted. + + + A enumeration member specifying the condition. + + + + + + + Gets or sets whether to throw exception if a field formatting switch is not recognized. + + + True, to throw exception on an invalid field formatting switch; otherwise, false. + + + + + + + + Specifies whether to refresh the values of document variables when they are to be copied to the clipboard. + + + true to ensure that the copied values are up to date; otherwise false. + + + + + + + Specifies whether to refresh the values of document variables when the document is to be printed. + + + true to ensure that the printed values are up to date; otherwise false. + + + + + + + Gets or sets whether the method updates fields contained in text boxes. + + + True, to update fields contained in text boxes; otherwise, false. + + + + + + + + Gets or sets whether document fields contained in the pasted range should be updated. + + + true, to update fields in the pasted range; otherwise, false. + + + + + + + Gets or sets whether locked fields can be updated with the Rich Text Editor. + + + An enumeration member that specifies what fields can be updated. + + + + + + + Gets or sets whether the current culture's short date and time display settings should be used to format DateTime value for display. + + + true, to use the current culture settings; false to use a predefined fixed format. + + + + + + + + + Defines the interface used for text searching. + + + + + + + Gets the search result. + + + A object representing the text range that matches the search string. + + + + + + + Performs a search. + + + true if the search text is found; otherwise, false. + + + + + + + Performs a text replacement. + + + + A replacement string. + + + + + + + + Restarts the search. + + + + + + + + + Lists options used for searching. + + + + + + + Performs a case sensitive search. Only exact matches are found (e.g. "myString" matches "myString" but not "mystring"). + + + + + + + + + Performs a search regardless of the case of the characters. Finds the occurrence of a string in a text. Strings will match even if the case is different (e.g. "mystring" will match "myString"). + + + + + + + + Search strings will only match if neither an alphabetical character nor a decimal digit occurs on either side of the string. + + + + + + + + + + List search directions. + + + + + + + Search is performed backward, from the end to the start of the range. + + + + + + + + Search is performed forward, from the start to the end of the range. + + + + + + + + + Base class for layout elements. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets coordinates of a rectangle which encompasses the layout element. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the parent layout element of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Gets coordinates of the specified layout element relative to its container. + + + + A descendant that is the element whose relative position is obtained. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the element which is one step higher in the layout hierarchy. + + + A descendant which is the parent of the current layout element. + + + + + + + Gets the type of the layout element. + + + A enumeration value. + + + + + + + + Enumerates list representations in the resulting RTF file. + + + + + + + Lists are saved as plain text only, no specific RTF autonumber instructions are included. + + + + + + + + Lists are saved as text with autonumber instructions, as the RTF standard defines. + + + + + + + + + Contains options for exporting the document in RTF format. + + + + + + + Initializes a new instance of the RtfDocumentExporterOptions class with default settings. + + + + + + + + Provides access to options affecting the compatibility of exported files with different RTF editors. + + + A object containing certain options that affect export compatibility. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Enables you to add the '\par' tag to the end of RTF content. + + + An enumeration member. Default is . + + + + + + + Gets or sets the way the lists are represented in the exported RTF document. + + + A enumeration member specifying how the lists are exported. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + true, to enclose the content in RTF file in curly braces; otherwise, false. + + + + + + + + Represents the settings that affect the portability of the exported file. + + + + + + + + Initializes a new instance of the RtfDocumentExporterCompatibilityOptions class with default settings. + + + + + + + + Specifies tags used to represent the BackColor attribute in a resulting RTF document. + + + + A enumeration value. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterCompatibilityOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether inline objects are saved in the RTF file twice - as an object and as metafile content. + + + + true to duplicate objects as metafiles when saving; otherwise, false. Default value is false. + + + + + + + + Enumerates possible ways to represent lists in the resulting HTML document. + + + + + + + Uses HTML tags to mark lists. + + + + + + + + Uses characters to mark lists. + + + + + + + + + Lists possible ways to export style information. + + + + + + + Saves style sheets incorporated in the main document. + + + + + + + + Saves style sheets in a separate CSS file. + + + + + + + + CSS is embedded by placing it as an attribute to an HTML tag. + + + + + + + + CSS is included as a link to an external CSS-file. + + + + + + + + CSS is included in a <STYLE> tag. + + + + + + + + + Represents a collection of fields in the document. + + + + + + + Add a field specified by its code to the field collection. + + + + A representing the position at which the field is inserted. + + + + A string representing the field's code. + + + A object representing the newly created field. + + + + + + + Create a field from the specified range and add it to the field collection. + + + + A representing a range transformed to a field. + + + A object representing the newly created field. + + + + + + + Creates a field from the specified range and adds it to the field collection. + + + + A object specifying a range to be transformed to a field. + + + A object specifying the newly created field. + + + + + + + Adds a field specified by its code to the field collection. + + + + A at which the field is inserted. + + + + A string specifying the field's code. + + + A object specifying the newly created field. + + + + + + + Updates all fields in the collection. + + + + + + + + + Represents a field in the document. + + + + + + + Gets the range containing the field codes. + + + A object representing the range occupied by the field's code. + + + + + + + + Gets or sets whether the field is locked, so that it cannot be updated automatically or by executing UI commands. + + + True, to lock the field; otherwise, false. + + + + + + + Gets the outer field for the nested field. + + + A object. + + + + + + + Gets the document range occupied by the field. + + + A object representing the range containing the field, including the codes and field's result. + + + + + + + + + Gets the range containing the field result. + + + A object representing the range occupied with the field's result. + + + + + + + Gets or sets whether to show the field's codes. + + + true to show the field's codes; otherwise, false. + + + + + + + Updates the result of the field. + + + + + + + + + Defines the provider of the locations for external objects in document export. + + + + + + + + Contains options for exporting the document in HTML format. + + + + + + + Initializes a new instance of the HtmlDocumentExporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets how the style sheets properties are exported. + + + A enumeration value specifying the export type. + + + + + + + Specifies whether or not the formatting is exported in HTML style sheet. + + + true, to export default character properties of the document; otherwise, false. + + + + + + + + Specifies whether images are embedded in an HTML document. + + + + true to embed images in a page; otherwise, false. + + + + + + + Gets or sets the character encoding used in an exported document. + + + + A class representing the character encoding. + + + + + + + Gets or sets the string used to construct the name of the endnote reference in an exported document. + + + + A string used as a footnote name prefix. + + + + + + + Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets how the current image size is preserved in the resulting HTML output. + + + An enumeration value. + + + + + + + Gets or sets the root tag of the HTML document to start the export. + + + An enumeration value specifying the HTML document tag. + + + + + + + Gets or sets the measurement unit to specify font size when exporting to HTML. + + + A enumeration member specifying the unit for the font size. + + + + + + + Gets or sets the string used to construct the name of the footnote reference in an exported document. + + + A string used as a footnote name prefix. + + + + + + + Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in exported document. + + + A format string to specify the text representation of a footnote number. + + + + + + + Gets or sets how the lists are represented in the resulting document. + + + A enumeration value specifying how the lists are exported. + + + + + + + Gets or sets whether paragraphs with different values are exported as text enclosed in the <P> tag. + + + + true, to export paragraphs using <P> tags, disregarding their outline level; otherwise, false. + + + + + + + Fixes incorrect export of images in metafile formats. + + + True, to export an image in its original size; otherwise, false. + + + + + + + + Gets or sets the graphics resolution used to save images when a document is exported in HTML format. + + + An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value. + + + + + + + + Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. + + + A string replacement for the tab symbol. + + + + + + + Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format. + + + + true, to set the underline attribute for the TOC entry font; otherwise, false. + + + + + + + Specifies how the links to external content are saved in the exported document. + + + A enumeration member specifying an absolute or relative path. + + + + + + + Gets or sets whether the exported HTML conforms with HTML5 specification. + + + True, to use HTML5 syntax; otherwise, false. + + + + + + + + Displays or hide actual data in MERGEFIELD fields. + + + + + + + + Initializes a new instance of the ToggleViewMergedDataCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleViewMergedDataCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleViewMergedDataCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleViewMergedDataCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles field code display on/off. + + + + + + + Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner and the specified field. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A object representing a document field for which to show/hide codes. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFieldCodesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFieldCodesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFieldCodesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the dialog window that allows inserting merged fields from the database into the document. + + + + + + + Initializes a new instance of the ShowInsertMergeFieldFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowInsertMergeFieldFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowInsertMergeFieldFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowInsertMergeFieldFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to display merged data in place of field codes. + + + + + + + Initializes a new instance of the ShowAllFieldResultsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowAllFieldResultsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowAllFieldResultsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowAllFieldResultsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to display all field codes in place of the fields in the document. + + + + + + + + Initializes a new instance of the ShowAllFieldCodesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowAllFieldCodesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowAllFieldCodesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowAllFieldCodesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BeforeImportEventArgs class with the specified values. + + + + A enumeration value specifying the export format. + + + + An object exposing the DevExpress.XtraRichEdit.Export.IImporterOptions interface, such as the object and its descendants. + + + + + + + + Gets the format of the document being imported. + + + A enumeration value. + + + + + + + Provides access to the importer options. + + + An interface defining import options. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BeforeExportEventArgs class with the specified values. + + + + A enumeration value specifying the export format. + + + + An object exposing the interface, such as the object and its descendants. + + + + + + + + Gets the format of the document being exported. + + + A enumeration value. + + + + + + + Provides access to the exporter options. + + + An interface defining export options. + + + + + + + + Specifies the default mail merge options. + + + + + + + Initializes a new instance of the RichEditMailMergeOptions class with default settings. + + + + + + + + Specifies the index of a data record displayed by fields in a mail-merge document. + + + + An integer value, specifying the ordinal number of a record in a data source. + + + + + + + Allows you to specify group and decimal separators used in a numeric format switch. + + + + A object. + + + + + + + Specifies the member of a mail-merge document's data source. + + + A value, specifying the data member name. + + + + + + + Specifies the data source of a mail-merge document. + + + A value, specifying the document data source. + + + + + + + Specifies whether or not the last paragraph of the inserted document is kept in the resulting document. + + + true, to retain the last paragraph of the inserted document; otherwise, false. + + + + + + + Specifies whether to display field results or field codes in a mail-merge document. + + + + true, to display actual data; otherwise, false. + + + + + + + + Lists delimiters that start the new merged range. + + + + + + + Enables you to join rows, which result from a mail merge involving a table with merged fields, into a whole table. + + + + + + + + Specifies that the next merged range starts with a new paragraph. + + + + + + + + + Specifies that the next merged range starts with a new section. The section break type is obtained from the previous section break or set to the NextPage by default. For headers and footers, it is the only allowed option. + + + + + + + + + + Defines the mail merge options. + + + + + + + Gets or sets whether all styles contained in the template are copied to the resulting document. + + + true to copy all styles to the merged document; otherwise, false. + + + + + + + Gets or sets a specific data member in a data source that contains several tables or members. + + + A string value representing the data source member. + + + + + + + Gets or sets the data source for the mail merge. + + + An object that represents the data source from which the merged data is retrieved. + + + + + + + Gets or sets the record index from which the merge starts. + + + An integer, specifying the starting record index. + + + + + + + Gets ors sets whether headers (footers) in the merged document have the same content in all sections. + + + + true, to link headers (footers) one to another so that they have the same content; otherwise, false. + + + + + + + Gets or sets the record index at which the merge finishes. + + + An integer, specifying the final record index. + + + + + + + Gets or sets how the merged ranges are delimited in the resulting document. + + + A enumeration value specifying the delimiter. + + + + + + + + Base class for inline layout elements. + + + + + + + Gets the type of the box descendant. + + + A enumeration member indicating the type of the box element. + + + + + + + + A method that will handle the CommentInserted event of the RichEditControl. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (typically a RichEditControl). + + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Provides access to the comment to edit its properties and content. + + + A object that is the comment in the document. + + + + + + + Gets the index of a comment in the collection of comments in a document. + + + An integer that is the index in the collection. + + + + + + + + Changes selected text between title case, upper case, and lower case. + + + + + + + Initializes a new instance of the ChangeCaseCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Combines the page index and position in the page layout. + + + + + + + + Initializes new instance of the PageLayoutPosition class with the specified settings. + + + + An integer that is the index of a page. + + + + A that specifies a position on a page. + + + + + + + + Gets the index of a page. + + + An integer that is the zero-based page index. + + + + + + + Gets the location of the point on a page. + + + A object that is the location of the point on a page. + + + + + + + + Combines the page index and page bounds. + + + + + + + + Gets coordinates of a rectangle which encompasses the page. + + + A structure specifying the coordinates of the layout element. + + + + + + + Gets the index of a page. + + + An integer that is the zero-based page index. + + + + + + + + Deletes all currently visible comments. + + + + + + + Initializes a new instance of the DeleteAllCommentsShownCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteAllCommentsShownCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteAllCommentsShownCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsShownCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a list of visible comments to delete. + + + A object. + + + + + + + + A collection of elements. + + + + + + + + Replaces the current misspelling with an appropriate substitute from a connected dictionary. + + + + + + + Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + A string that is the suggested word to substitute a misspelled word. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ReplaceMisspellingCommand. + + + A member, identifying the command. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReplaceMisspellingCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets a word to substitute for a misspelled word. + + + + A value, specifying the suggested replacement. + + + + + + + + A collection of elements. + + + + + + + + Container for table characteristics used to specify table cell characteristics for table styles. + + + + + + + Gets or sets the property for the specified cells. + + + A value or null if the color is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets whether a text is wrapped in the specified cells. + + + true if text is wrapped in all specified cells; false if text is not wrapped in all specified cells, or null if some cells wrap text and other cells do not. + + + + + + + Resets the table cell properties to the properties specified by the underlying table style or to default properties. + + + + + + + + Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Provides access to an object that allows you to specify characteristics for cell borders. + + + A object. + + + + + + + Gets or sets the vertical justification of content inside a table cell. + + + A enumeration value if all specified cells have the same alignment; otherwise, null. + + + + + + + + A collection of styles for table cells in a Snap application. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance that is a table style. + + + + + + + + Creates a new table cell style. + + + A object that is a table cell style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Returns a table cell style with the specified name. + + + + A value, specifying the item name. + + + A value. + + + + + + + + A single style that can be applied to a cell in a table of a Snap application. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object that is the parent style. + + + + + + + + + A collection of objects. + + + + + + + Creates a new with the specified settings. + + + + A for which a comment is being created. + + + + A value that sets the property. + + + A object. + + + + + + + Creates a nested comment. + + + + A value that sets the property. + + + + A object that is the parent comment. + + + A object that is the nested comment + + + + + + + Creates a new with the specified settings. + + + + A value that specifies the start of the for which a comment is being created. + + + + An integer value that specifies the of the range. + + + + A value that sets the property. + + + A object. + + + + + + + Creates a comment for the specified range and assigns the author's name and creation date. + + + + A that specifies the start of the range being commented. + + + + A string that specifies the comment's author. + + + + A object that specifies the comment creation date. + + + A object successfully created. + + + + + + + Creates a nested comment with the specified author's name and creation date. + + + + A value that sets the property. + + + + A object that is the comment creation date. + + + + A object that is the parent comment. + + + A object that is the nested comment. + + + + + + + Creates a comment for the specified range and assigns the comment's author and creation date. + + + + A that specifies the start of the range being commented. + + + + An integer that specifies the number of positions by which a document range extends. + + + + A value that sets the property. + + + + A value that sets the property. +A object that is the comment creation date. + + + + A object successfully created. + + + + + + + Returns a comment with the specified name. + + + + A value, specifying the item name. + + + A value. + + + + + + + Removes the specified comment from the collection. + + + + A object to remove from the collection. + + + + + + + + Deletes a comment specified by its index. + + + + An integer that is the index of a comment in a collection of comments in a document. + + + + + + + + Selects the specified comment in a document. + + + + A object to select in the collection. + + + + + + + + + + A collection of elements. + + + + + + + + Ignores the current misspelling. + + + + + + + For internal use. Initializes a new instance of the IgnoreMisspellingCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the IgnoreMisspellingCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IgnoreMisspellingCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IgnoreMisspellingCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Ignores any misspellings found in a document. + + + + + + + Initializes a new instance of the IgnoreAllMisspellingsCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IgnoreAllMisspellingsCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IgnoreAllMisspellingsCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes a repeated word from a document. + + + + + + + For internal use. Initializes a new instance of the DeleteRepeatedWordCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the DeleteRepeatedWordCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteRepeatedWordCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteRepeatedWordCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Adds a word to the dictionary. + + + + + + + For internal use. Initializes a new instance of the AddWordToDictionaryCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the AddWordToDictionaryCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddWordToDictionaryCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddWordToDictionaryCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists the value masks available for paragraph properties. + + + + + + + 0x00000001 + + + + + + + + 0x7FFFFFFF + + + + + + + + 0x00020000 + + + + + + + + 0x00000200 + + + + + + + + 0x00000040 + + + + + + + + 0x00004000 + + + + + + + + 0x00000002 + + + + + + + + 0x00000020 + + + + + + + + 0x00000000 + + + + + + + + 0x00010000 + + + + + + + + 0x00000400 + + + + + + + + 0x00000004 + + + + + + + + 0x00000010 + + + + + + + + 0x00000008 + + + + + + + + 0x00000080 + + + + + + + + 0x00000100 + + + + + + + + + Lists the value masks available for character properties. + + + + + + + 0x7FFFFFFF + + + + + + + + 0x00000040 + + + + + + + + 0x00000100 + + + + + + + + 0x00000004 + + + + + + + + 0x00000001 + + + + + + + + 0x00000002 + + + + + + + + 0x00000080 + + + + + + + + 0x00004000 + + + + + + + + 0x00000008 + + + + + + + + 0x00008000 + + + + + + + + 0x00000000 + + + + + + + + 0x00010000 + + + + + + + + 0x00002000 + + + + + + + + 0x00000010 + + + + + + + + 0x00000200 + + + + + + + + 0x00000020 + + + + + + + + + Defines a collection of document images. + + + + + + + Appends the specified image to the end of the document. + + + + A object specifying the image to append. + + + A object specifying the image appended to the document. + + + + + + + Appends the specified image to the end of the document. + + + + A object specifying the image to append. + + + A object specifying the image appended to the document. + + + + + + + Inserts an image at the specified position in the document. + + + + + A object specifying the position to insert an image. + + + + A object containing information about the image to insert. + + + A object specifying the inline image in the document. + + + + + + + Inserts an image at the specified position in the document. + + + + + A object specifying the position to insert an image. + + + + A object specifying the image to insert. + + + A object specifying the inline image in the document. + + + + + + + + Defines an image in the document. + + + + + + + Provides access to the source image displayed as an inline object in the document. + + + An object specifying the image incorporated in the document. + + + + + + + Gets the original size of the image. + + + The object representing the original size of the image, measured in current units. + + + + + + + Gets the range to which the inline image belongs. + + + A object specifying the image location in the document. + + + + + + + Specifies the X-scaling factor of the inline image. + + + A float value, specifying the scaling factor for the X-axis. + + + + + + + Specifies the Y-scaling factor of the inline image. + + + A float value, specifying the scaling factor for the Y-axis. + + + + + + + Specifies the size of the inline image. + + + A object representing the image size in current units of measurement. + + + + + + + Gets or sets the original location from where the image has been inserted. + + + A string specifying the image source URI. + + + + + + + + Represents an object that provides an image for a document. + + + + + + + Creates an image source object from the specified file. + + + + A string that contains the name of the file from which to create the image. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified image. + + + + An object. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified data stream. + + + + A containing image data. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified URI string. + + + + A string of characters identifying the resource in the Internet that can be interpreted as an image. + + + + An object providing the IUriStreamService interface which allows obtaining a data stream for a specified URI. + + + + A object representing the image in the document. + + + + + + + + Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string. + + + + + + + Initializes a new instance of the ReplaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ReplaceCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ReplaceCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReplaceCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverses actions of the previous . + + + + + + + Initializes a new instance of the RedoCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RedoCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to RedoCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RedoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous word. + + + + + + + Initializes a new instance of the PreviousWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor backward by the number of lines in the current control's window, minus one. + + + + + + + Initializes a new instance of the PreviousScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousScreenCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousScreenCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the previous paragraph. + + + + + + + Initializes a new instance of the PreviousParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the previous page. + + + + + + + Initializes a new instance of the PreviousPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous line. + + + + + + + Initializes a new instance of the PreviousLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousLineCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous character. + + + + + + + Initializes a new instance of the PreviousCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousCharacterCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousCharacterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next word. + + + + + + + Initializes a new instance of the NextWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor forward by the number of lines in the current control's window, minus one. + + + + + + + Initializes a new instance of the NextScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextScreenCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextScreenCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the next paragraph. + + + + + + + Initializes a new instance of the NextParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the next page. + + + + + + + Initializes a new instance of the NextPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next line. + + + + + + + Initializes a new instance of the NextLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextLineCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next character. + + + + + + + Initializes a new instance of the NextCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextCharacterCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextCharacterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts the trademark sign () symbol. + + + + + + + Initializes a new instance of the InsertTrademarkSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTrademarkSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts the registered trademark (®) symbol. + + + + + + + Initializes a new instance of the InsertRegisteredTrademarkSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertRegisteredTrademarkSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts a paragraph break. + + + + + + + Initializes a new instance of the InsertParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertParagraphCommand. + + + A member, identifying the command. + + + + + + + + Inserts a page break at the current position in the document. + + + + + + + Initializes a new instance of the InsertPageBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertPageBreakCommand. + + + A member, identifying the command. + + + + + + + + Inserts a non-breaking space. + + + + + + + Initializes a new instance of the InsertNonBreakingSpaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertNonBreakingSpaceCommand. + + + A member, identifying the command. + + + + + + + + Inserts the line break. + + + + + + + Initializes a new instance of the InsertLineBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertLineBreakCommand. + + + A member, identifying the command. + + + + + + + + Inserts the en dash (–) symbol. + + + + + + + Initializes a new instance of the InsertEnDashCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEnDashCommand. + + + A member, identifying the command. + + + + + + + + Inserts the em dash () symbol. + + + + + + + Initializes a new instance of the InsertEmDashCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEmDashCommand. + + + A member, identifying the command. + + + + + + + + Inserts the ellipsis () symbol. + + + + + + + Initializes a new instance of the InsertEllipsisCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEllipsisCommand. + + + A member, identifying the command. + + + + + + + + Inserts the copyright (©) symbol. + + + + + + + Initializes a new instance of the InsertCopyrightSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertCopyrightSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts a column break in the document. + + + + + + + Initializes a new instance of the InsertColumnBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertColumnBreakCommand. + + + A member, identifying the command. + + + + + + + + Increments numeration of a paragraph in a numbering list. + + + + + + + Initializes a new instance of the IncrementNumerationFromParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementNumerationFromParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementNumerationFromParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increments the indent level of the paragraph. + + + + + + + Initializes a new instance of the IncrementIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementIndentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncrementIndentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increases the font size of the selected text by one point. + + + + + + + + Initializes a new instance of the IncrementFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncrementFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increases the font size of the selection to the closest larger predefined value. + + + + + + + Initializes a new instance of the IncreaseFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncreaseFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncreaseFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncreaseFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the File Open dialog and loads the selected file into the control. + + + + + + + Initializes a new instance of the LoadDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the LoadDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to LoadDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to LoadDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Extends the selection to the beginning of the line. + + + + + + + Initializes a new instance of the ExtendStartOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendStartOfLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the start of the document. + + + + + + + Initializes a new instance of the ExtendStartOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendStartOfDocumentCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous word. + + + + + + + Initializes a new instance of the ExtendPreviousWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousWordCommand. + + + A member, identifying the command. + + + + + + + + Extends selection to the previous paragraph. + + + + + + + Initializes a new instance of the ExtendPreviousParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousParagraphCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection up to the previous page. + + + + + + + Initializes a new instance of the ExtendPreviousPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousPageCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous line. + + + + + + + Initializes a new instance of the ExtendPreviousLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous character. + + + + + + + Initializes a new instance of the ExtendPreviousCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousCharacterCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next word. + + + + + + + Initializes a new instance of the ExtendNextWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextWordCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next screen. + + + + + + + Initializes a new instance of the ExtendNextScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextScreenCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next paragraph. + + + + + + + Initializes a new instance of the ExtendNextParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextParagraphCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection one line down. + + + + + + + Initializes a new instance of the ExtendNextLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next character. + + + + + + + Initializes a new instance of the ExtendNextCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextCharacterCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the end of the current line. + + + + + + + Initializes a new instance of the ExtendEndOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendEndOfLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the end of the document. + + + + + + + Initializes a new instance of the ExtendEndOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendEndOfDocumentCommand. + + + A member, identifying the command. + + + + + + + + Deletes the previous word in the text. + + + + + + + + Initializes a new instance of the DeleteWordBackCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteWordBackCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteWordBackCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the next word in the text. + + + + + + + Initializes a new instance of the DeleteWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the selected text. + + + + + + + Initializes a new instance of the DeleteCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements the indent level of a paragraph in a numbered list. + + + + + + + Initializes a new instance of the DecrementNumerationParagraphIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementNumerationParagraphIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements numeration of a paragraph in a numbering list. + + + + + + + Initializes a new instance of the DecrementNumerationFromParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementNumerationFromParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementNumerationFromParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the font size of the selection by one point. + + + + + + + Initializes a new instance of the DecrementFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecrementFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements the indent level of the paragraph. + + + + + + + Initializes a new instance of the DecrementIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementIndentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecrementIndentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of elements. + + + + + + + + Decreases the font size of the selection to the closest smaller predefined value. + + + + + + + Initializes a new instance of the DecreaseFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecreaseFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecreaseFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecreaseFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates an empty field in the document. + + + + + + + Initializes a new instance of the CreateFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CreateFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CreateFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of objects. + + + + + + + + Base collection for collections of layout elements + + + + + + + Gets the number of elements in the collection. + + + An integer that is the number of elements. + + + + + + + Returns the first element in the collection of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Returns an enumerator that iterates through the LayoutElementCollection<T> instance. + + + A for the LayoutElementCollection<T> instance. + + + + + + + Gets the object of the type designated by the specified generic type parameter and specified by its index. + + + + An integer that is the index of the element in a corresponding collection of elements with the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Returns the last element in the collection of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + + Lists command identifiers. + + + + + + + Instantiates the RichEditCommandId structure with the specified value. + + + + An integer specifying the command id value. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + DevExpress.XtraRichEdit.Commands.ChangeCurrentBorderRepositoryItemLineThicknessCommand ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + descendant ID for use in context menu. + + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + Determines whether the specified object is equal to the current RichEditCommandId instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current RichEditCommandId instance; otherwise false. + + + + + + + Determines whether the specified instance is equal to the current RichEditCommandId instance. + + + + The RichEditCommandId object to compare with the current object. + + + true if the specified object is equal to the current RichEditCommandId instance; otherwise false. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current RichEditCommandId object. + + + An integer value representing the hash code for the current object. + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + Gets the ID of the RichEditCommandId. + + + A member, identifying the command. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + descendant ID for use in context menu. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + Empty or invalid command ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + For internal use. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + Reserved for future use. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + and identifiers. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Converts the numeric value of the ID to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Inserts text at the current position, replacing the text to the right of the mouse cursor. + + + + + + + Initializes a new instance of the OvertypeTextCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets the ID of the OvertypeTextCommand. + + + A member, identifying the command. + + + + + + + + Inserts text at the current position in a document. + + + + + + + + Initializes a new instance of the InsertTextCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets or sets the type of the source which has issued the command. + + + A enumeration member that helps identify the command's origin. + + + + + + + Gets the ID of the InsertTextCommand. + + + A member, identifying the command. + + + + + + + Specifies the text to be inserted into a document. + + + A value. + + + + + + + + Toggles the visibility of the reviewing pane that lists the comments available in a document. + + + + + + + Initializes a new instance of the ToggleReviewingPaneCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleReviewingPaneCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleReviewingPaneCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleReviewingPaneCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Overrides the property to hide it. + + + Always true. + + + + + + + + Navigates to the previous comment in a document. + + + + + + + Initializes a new instance of the PreviousCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PreviousCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the next comment in a document. + + + + + + + Initializes a new instance of the NextCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NextCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Prints the current document using the default printer. The command is executed transparently without user intervention. + + + + + + + + Initializes a new instance of the QuickPrintCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the QuickPrintCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to QuickPrintCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to QuickPrintCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the currently selected comment from a document. + + + + + + + Initializes a new instance of the DeleteOneCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteOneCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteOneCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteOneCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Print dialog to print the current document. + + + + + + + + Initializes a new instance of the PrintCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PrintCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PrintCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PrintCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Prompts for the file location, and inserts a picture from a file. + + + + + + + + Initializes a new instance of the InsertPictureCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertPictureCommand. + + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface, defining the state of a command. + + + + + + + + + Moves the caret to the end of line, and scrolls the document to show the caret position. + + + + + + + Initializes a new instance of the EndOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EndOfLineCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EndOfLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the caret to the end of the document, and scrolls the document to show the caret position. + + + + + + + Initializes a new instance of the EndOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EndOfDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EndOfDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the File dialog that prompts for a file name, and saves a document in a file with the specified name and format. + + + + + + + + Initializes a new instance of the SaveDocumentAsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SaveDocumentAsCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SaveDocumentAsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SaveDocumentAsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Saves a document to a file. + + + + + + + Initializes a new instance of the SaveDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SaveDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SaveDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SaveDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with single line spacing. + + + + + + + Initializes a new instance of the SetSingleParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSingleParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSingleParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with one and a half line spacing. + + + + + + + Initializes a new instance of the SetSesquialteralParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSesquialteralParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSesquialteralParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with double line spacing. + + + + + + + Initializes a new instance of the SetDoubleParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetDoubleParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetDoubleParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Tabs dialog that allows you to set the tab stops and their characteristics. + + + + + + + Initializes a new instance of the ShowTabsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ShowTabsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A form that owns the Tabs form. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTabsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the form that owns this form. This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An object exposing the interface representing the form that is the owner of this form. + + + + + + + + Invokes the Paragraph dialog that allows you to set paragraph formatting. + + + + + + + Initializes a new instance of the ShowParagraphFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowParagraphFormCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowParagraphFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowParagraphFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Font dialog that allows you to change the font, size and style of selected text. + + + + + + + Initializes a new instance of the ShowFontFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowFontFormCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowFontFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowFontFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Moves the cursor to the start of the document. + + + + + + + + Initializes a new instance of the StartOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the StartOfDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to StartOfDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the start of the current line. + + + + + + + Initializes a new instance of the StartOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the StartOfLineCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to StartOfLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the indent by the size of one tab or inserts the tab. + + + + + + + Initializes a new instance of the ShiftTabKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShiftTabKeyCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShiftTabKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the numbered paragraph style and normal text. + + + + + + + Initializes a new instance of the ToggleSimpleNumberingListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleSimpleNumberingListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleSimpleNumberingListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleSimpleNumberingListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles whitespace characters display on/off. + + + + + + + Initializes a new instance of the ToggleShowWhitespaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowWhitespaceCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowWhitespaceCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowWhitespaceCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles right paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentRightCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentRightCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentRightCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentRightCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles left paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentLeftCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentLeftCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentLeftCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentLeftCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles justified paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentJustifyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentJustifyCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentJustifyCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentJustifyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the multilevel list style and normal text. + + + + + + + Initializes a new instance of the ToggleMultiLevelListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleMultiLevelListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleMultiLevelListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleMultiLevelListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the superscript style on the selection. + + + + + + + Initializes a new instance of the ToggleFontSuperscriptCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontSuperscriptCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontSuperscriptCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontSuperscriptCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the strikeout style on the selection. + + + + + + + Initializes a new instance of the ToggleFontStrikeoutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontStrikeoutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontStrikeoutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontStrikeoutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the italic style on the selection. + + + + + + + Initializes a new instance of the ToggleFontItalicCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontItalicCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontItalicCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontItalicCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the double underline style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontDoubleUnderlineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontDoubleUnderlineCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontDoubleUnderlineCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleUnderlineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the double strikeout style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontDoubleStrikeoutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontDoubleStrikeoutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontDoubleStrikeoutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleStrikeoutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the bold style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontBoldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontBoldCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontBoldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontBoldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the bulleted paragraph and normal text. + + + + + + + + Initializes a new instance of the ToggleBulletedListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBulletedListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleBulletedListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBulletedListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a new, blank document and loads it in the RichEdit control. + + + + + + + Initializes a new instance of the CreateEmptyDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CreateEmptyDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CreateEmptyDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateEmptyDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Find and Replace form used to search for specific text in the document. + + + + + + + + Initializes a new instance of the FindCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FindCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FindCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FindCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates the layout tree and provides access to individual elements. + + + + + + + Initializes a new instance of the LayoutIterator class for the specified document layout. + + + + A object which provides access to the document layout model. + + + + + + + + Initializes a new instance of the LayoutIterator class to navigate in the specified document range. + + + + A object which provides access to the document layout model. + + + + A that is the document in which the LayoutIterator will navigate. + + + + A object which specifies the starting position and the length of a range in which the LayoutIterator will navigate. + + + + + + + + Initializes a new instance of the LayoutIterator class to navigate in the specified document range. + + + + A object which provides access to the document layout model. + + + + A that is the range in which the LayoutIterator will navigate. + + + + + + + + Obtains a layout element to which the iterator has moved. + + + A object that is the element to which the iterator points. + + + + + + + + Gets whether the iterator has reached the end of the range available for navigation with the current iterator. + + + True, if the end of available range has been reached; otherwise, false. + + + + + + + + Gets whether the document layout tree on which the iterator navigates is valid. + + + True, if the document layout tree used by iterator equals to the document layout tree; otherwise, false. + + + + + + + Gets whether the iterator has reached the start of the range available for navigation with the current iterator. + + + True if the start of available range is reached; otherwise, false. + + + + + + + Navigates to the next layout element in the layout tree. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree. + + + + A enumeration member which specifies the level of the element to which iterator navigates. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. + + + + A enumeration member which specifies the level of the element to which the iterator navigates. + + + + + True, to allow navigation to the next branch; otherwise, false. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the previous layout element of the specified level in the layout tree. + + + + A enumeration member which specifies the level of the element to which iterator navigates. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the previous layout element in the layout tree. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. + + + + A enumeration member which specifies the level of the element to which the iterator navigates. + + + + True, to allow navigation to the previous branch; otherwise, false. + + + True, on a successful navigation; otherwise, false. + + + + + + + Rewinds the iterator to its initial position. + + + + + + + + Sets the iterator to specified initial position. + + + + One of the enumeration values. + + + + + + + + + A command to select the entire document range. + + + + + + + Initializes a new instance of the SelectAllCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SelectAllCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SelectAllCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance in the view, measured in pixels. + + + + + + + Initializes a new instance of the ScrollVerticallyByPixelOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in pixels. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, measured in documents. + + + + + + + Initializes a new instance of the ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, in the document model. + + + + + + + Initializes a new instance of the ScrollVerticallyByPhysicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance of the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, in the document model. + + + + + + + Initializes a new instance of the ScrollVerticallyByLogicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance for the document model. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to scroll the document in horizontal direction by the specified distance, measured in documents. + + + + + + + Initializes a new instance of the ScrollHorizontallyByPhysicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ScrollHorizontallyByPhysicalOffsetCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the scroll distance of the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to cancel changes caused by the previous command. + + + + + + + Initializes a new instance of the UndoCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UndoCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UndoCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UndoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to "zoom out " the document to see more of the page at a reduced size. + + + + + + + Initializes a new instance of the ZoomOutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ZoomOutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ZoomOutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ZoomOutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to get a close-up view of the document. + + + + + + + Initializes a new instance of the ZoomInCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ZoomInCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ZoomInCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ZoomInCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to paste the text from the clipboard over the selection. + + + + + + + + Initializes a new instance of the PasteSelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets or sets the expected format of the clipboard data for the paste operation. + + + A member that specifies the expected data format. + + + + + + + Gets the ID of the PasteSelectionCommand. + + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to cut the selected text and place it to the clipboard. + + + + + + + + Initializes a new instance of the CutSelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CutSelectionCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CutSelectionCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CutSelectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to copy the selected text to the clipboard. + + + + + + + + Initializes a new instance of the CopySelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets the ID of the CopySelectionCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CopySelectionCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CopySelectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to reset the formatting of the selected text to default. + + + + + + + + Initializes a new instance of the ClearFormattingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClearFormattingCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ClearFormattingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClearFormattingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to scale the inline picture, by setting the X and Y axis scaling percentages. + + + + + + + Initializes a new instance of the ChangeInlinePictureScaleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + + Obsolete. Use the class instead. + + + + + + + Initializes a new instance of the ChangeFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the font typeface of the selected text. + + + + + + + Initializes a new instance of the ChangeFontNameCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontNameCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontNameCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the font color of the selected text. + + + + + + + Initializes a new instance of the ChangeFontColorCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFontColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to highlight characters in a selected range. + + + + + + + Initializes a new instance of the ChangeFontBackColorCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontBackColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFontBackColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontBackColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to move the cursor backwards and erase the character in that space. + + + + + + + Initializes a new instance of the BackSpaceKeyCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the BackSpaceKeyCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to BackSpaceKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of paragraphs ( objects) in the document. + + + + + + + Gets all paragraphs located in the specified document range. + + + + A specifying the range in which to search for paragraphs. + + + + A object specifying the read-only collection of paragraphs. + + + + + + + Gets a paragraph which contains the specified position. + + + + A for which an encompassed paragraph is obtained. + + + A object. + + + + + + + + Combines border characteristics. + + + + + + + Gets the border color. + + + A that is the color of the border. + + + + + + + Returns the style of the border line. + + + A enumeration member that indicates the line style. + + + + + + + Returns a parameter that characterizes the thickness of a border line. + + + An integer that characterizes the thickness of a border line. + + + + + + + + Specifies whether or not to display comments in a document. + + + + + + + Initializes a new instance of the ViewCommentsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ViewCommentsCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the resource image corresponding to ViewCommentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ViewCommentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a method that will handle the UnhandledException event of the RichEditControl. + + + + + + + Represents a method that will handle the event. + + + + The event sender ( a ). + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditUnhandledExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the UnhandledException event. + + + An object representing an exception which caused the event. + + + + + + + Gets or sets whether the exception should be propagated upwards. + + + true to stop the exception from being propagated; otherwise, false. + + + + + + + + Represents an interface for creating, applying and retrieving a column layout of a section in a document. + + + + + + + Gets the number of columns in the section. + + + An integer, representing the number of columns in the section. + + + + + + + Creates a uniform column layout using the current page settings. + + + + + A object representing a current page. + + + + A Single value specifying the width of an individual column, measured in . + + + + + An value specifying the number of columns on a page. Must be greater than zero. + + + A object representing a collection of columns. + + + + + + + Creates a uniform column layout using the specified settings. + + + + + A Single value specifying the width of an individual column, measured in . + + + + + A Single value specifying the spacing between adjacent columns, measured in . + + + + An value specifying the number of columns on a page. Must be greater than zero. + + + A object representing a collection of columns. + + + + + + + Gets the column layout of the current section. + + + A object representing columns in the current section. + + + + + + + Applies the columns to the section. + + + + A representing the layout to be applied. + + + + + + + + + Represents a collection of columns in the layout. + + + + + + + Initializes a new instance of the SectionColumnCollection class. + + + + + + + + + Represents an individual column in the layout. + + + + + + + Initializes a new instance of the SectionColumn class with the specified width and spacing. + + + + A Single value representing the column width measured in units. + + + + A Single value representing the distance between columns measured in units. + + + + + + + + + Initializes a new instance of the SectionColumn class with default settings. + + + + + + + + Gets or sets the amount of space between adjacent columns. + + + A Single value measured in units specified via the property. + + + + + + + Gets or sets the width of individual column. + + + A Single value measured in units specified via the property. + + + + + + + + Represents a repository for the views of the Rich Edit control. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Provides access to the Draft View of the RichEditControl. + + + + A object representing the Draft view of the control. + + + + + + + Provides access to the Print Layout View of the RichEditControl. + + + + A object representing the Print layout view of the control. + + + + + + + Provides access to the Simple View of the RichEditControl. + + + A object representing the Simple view of the control. + + + + + + + Overrides the base class method to clear the text representation of an object. + + + An empty string. + + + + + + + + Represents a page layout view of the Rich Edit control. + + + + + + + Initializes a new instance of the PrintLayoutView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets whether line numbers, when enabled, are displayed in the PrintLayoutView. + + + true to show line numbers if they are enabled; otherwise, false. + + + + + + + Zooms the document so that the entire page is visible in the control. + + + + + + + + Gets or sets the maximum number of pages in a row at any zoom level. + + + An integer representing a number of pages. + + + + + + + Gets or sets the alignment for displaying several pages in the . + + + A enumeration member. + + + + + + + Gets the RichEditControl View's type. + + + The value. + + + + + + + Accepts the Visitor passed as the argument, as defined in the Visitor pattern. + + + + A Visitor object that implements the interface. + + + + + + + + + Represents a draft view of the Rich Edit control. + + + + + + + Initializes a new instance of the DraftView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets the distance from the text to the control's border in pixels. + + + A object representing the control's padding. + + + + + + + Gets the RichEditControl View's type. + + + The value. + + + + + + + Accepts the Visitor passed as the argument. + + + + A Visitor object that implements the interface. + + + + + + + + + Represents a base class for the classes containing different options used in the RichEditControl. + + + + + + + Occurs when the RichEditControl options are modified. + + + + + + + + Resets all notification options to their default values. + + + + + + + + + Represents the formatting capabilities required for correct export of the document. + + + + + + + Gets or sets whether the bookmarks support is required for correct export of the document. + + + true if the document contains bookmarks; otherwise, false. + + + + + + + Gets or sets whether the non-default character formatting support is required for correct export of the document. + + + true if the document contains non-default character formatting; otherwise, false. + + + + + + + Determines whether the current capabilities are a superset of the specified capabilities. + + + + A object to test. + + + true if the current capabilities contain the specified capabilities; otherwise, false. + + + + + + + + Determines whether the specified object is equal to the current DocumentExportCapabilities instance. + + + + The object to compare with the current object. + + + + true if the specified object is equal to the current DocumentExportCapabilities instance; otherwise false. + + + + + + + Gets or sets whether footers support is required to export the document correctly. + + + + true if the document contains footers; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentExportCapabilities object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets whether headers support is required to export the document correctly. + + + + true if the document contains headers; otherwise, false. + + + + + + + Gets or sets whether hyperlinks support is required to export the document correctly. + + + + true if the document contains hyperlinks; otherwise, false. + + + + + + + Gets or sets whether the in-line objects support is required for correct export of the document. + + + true if the document contains in-line objects; otherwise, false. + + + + + + + Gets or sets whether the in-line pictures support is required for correct export of the document. + + + true if the document contains in-line images; otherwise, false. + + + + + + + Gets or sets whether the non-default paragraph formatting support is required for correct export of the document. + + + true if the document contains non-default paragraph formatting; otherwise, false. + + + + + + + Gets or sets whether the section partitioning support is required for correct export of the document. + + + true if the formatting contains section partitioning; otherwise, false. + + + + + + + Gets or sets whether the document formatting contains styles. + + + true if the formatting contains styles; otherwise, false. + + + + + + + Converts the numeric value of this instance to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + + Specifies the view used to show the document within the . + + + + + + + + Specifies that the control is in a draft mode. + + + + + + + + Specifies that the control is in a print layout mode. In this mode, the control displays pages with all formattings applied. + + + + + + + + Specifies that the control is in a simple mode. In this mode, the width of displayed pages depends upon the control's width. Page formatting is not in effect. + + + + + + + + + + A document format. + + + + + + + + Initializes a new instance of the DocumentFormat class with the specified value. + + + + + An integer value specifying the initial value for the document format. + + + + + + + + MS Word 97-2003 binary file format. + + + + + + + + + EPUB® - standard format for electronic books and other digital publications. + + + + + + + + + + Determines whether the specified object is equal to the current DocumentFormat instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current DocumentFormat instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object. + + + + An integer value representing the hash code for the current object. + + + + + + + The HTML format. + + + + + + + + + The MHT format - web page archive format used to save HTML code with resources represented by external links (images etc.), in a single file + + + + + + + + + The OpenDocument text format (.odt, implemented by OpenOffice.org office suite). + + + $ + + + + + + + The OpenXML file format (aka default MS Office 2007 format or .docx) + + + + + + + + + The plain text format. + + + + + + + + + The Rich Text Format (RTF). + + + + + + + + + Returns a human-readable string that represents the DocumentFormat object. + + + A value that represents the DocumentFormat object. + + + + + + + The document's format is undefined. + + + + + + + + + The WordprocessingML format (.xml, implemented in MS Office 2003). + + + $ + + + + + + + + Represents the settings which define file name and file format that are used when saving and loading the document. + + + + + + + Initializes a new instance of the DocumentSaveOptions class with default settings. + + + + + + + + + + Gets or sets the file name into which the document is saved or from which it is loaded. + + + + A which represents the current file name (including the path and the file extension). + + + + + + + Gets or sets the file format into which the document is saved or from which it is loaded. + + + A member representing the current file format. + + + + + + + Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved. + + + + + A which represents the default file name (including the path and the file extension). + + + + + + + Gets or sets the default file format used for saving a newly created document. + + + + + + A member, representing the default file format. It equals unless specified explicitly. + + + + + + + + Represents paragraph properties. + + + + + + + Gets or sets the paragraph style applied to the current paragraph. + + + A object representing the style. + + + + + + + + Provides access to the page settings of a section. + + + + + + + Gets or sets the page's height. + + + A value specifying the page's height measured in units. + + + + + + + + Gets or sets a value that specifies whether the page's orientation is landscape. + + + + true, if the page's orientation is landscape; false, if the page has the standard portrait orientation. + + + + + + + Gets or sets a value that specifies the page's paper size. + + + One of enumeration values. + + + + + + + + Gets or sets the page's width. + + + A value that specifies the page's width measured in units. + + + + + + + + + Provides access to character properties. + + + + + + + Gets or sets the character style applied to the document range. + + + A object representing the style. + + + + + + + + Provides access to the properties of margins in a . + + + + + + + Gets or sets a value that specifies the bottom margin. + + + A value that specifies the bottom margin measured in units. + + + + + + + Gets or sets a value that specifies the distance between the footer and the bottom of the page. + + + A value that specifies the margin measured in units. + + + + + + + Gets or sets a value that specifies the distance between the header and the top of the page. + + + A value that specifies the margin measured in units. + + + + + + + Gets or sets a value that specifies the left margin. + + + A value that specifies the left margin measured in units. + + + + + + + Gets or sets a value that specifies the right margin. + + + A value that specifies the right margin measured in units. + + + + + + + Gets or sets a value that specifies the top margin. + + + A value that specifies the top margin measured in units. + + + + + + + + Defines a document range. + + + + + + + Starts modifying the document obtained via the document's range (e.g. via selection). + + + A instance allowing you to safely modify the document. + + + + + + + Gets whether the current document range contains a specified position. + + + + A representing a position to test for inclusion. + + + true if the specified position is contained within the range; otherwise, false. + + + + + + + Gets the end position of the DocumentRange. + + + A object representing the end of the text range. + + + + + + + Finalizes modifications of the document obtained via the document's range (e.g. via selection). + + + + A instance obtained via the previously called method. + + + + + + + + Gets the length of a document range in characters. + + + An integer, representing the number of character positions in a range. + + + + + + + + Gets the start position of the DocumentRange. + + + A object representing the start of the text range. + + + + + + + + An interface that defines a collection of objects. + + + + + + + + An interface that defines a collection of objects. + + + + + + + Apply the numbering list format specified by the object to the paragraphs in the specified range. + + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + + + A object that holds list format attributes. + + + + + An integer that is the list level applied to the paragraphs specified by the document range. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + A in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Appends a new Paragraph to the specified collection of table rows. + + + A object specifying the paragraph being added. + + + + + + + Inserts a new Paragraphparagraph at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + A object representing the newly inserted paragraph. A newly inserted paragraph is a paragraph which follows the position specified in the method. + + + + + + + Inserts a new paragraph into the document at a specified position using the specified options. + + + + + A object that specifies a position to insert a new paragraph. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content. + + + A object representing the newly inserted paragraph. + + + + + + + Removes the numbering or bullet from the specified paragraph. + + + + A paragraph to modify. + + + + + + + + Remove the numbering or bullet from all paragraphs intersecting the specified range. + + + + A object that is the range in the document. + + + + + + + + + A position within a document. + + + + + + + Starts modifying the document obtained via the document's position (e.g. via the caret position). + + + A instance allowing you to safely modify the document. + + + + + + + Finalizes modifications performed for the document obtained via the document's position (e.g. via the caret position). + + + + A instance obtained via the previously called method. + + + + + + + + Determines whether the specified object is equal to the current DocumentPosition instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current DocumentPosition instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentPosition object. + + + + An integer value representing the hash code for the current object. + + + + + + + Returns an integer representation of the DocumentPosition object. + + + An integer value. + + + + + + + Converts the numeric value of this instance to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + + Layout element that relates to the underlined text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a parameter that identifies the relative height of the underline painting. + + + An integer that identified the relative thickness of the underline. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the striked text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the highlighted range which visualizes the value. . + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the Range Permission start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + + Layout element that relates to the highlighted text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the visualization of the hidden text in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the highlighted text of the document . + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + + Layout element that relates to the start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + A enumeration member. + + + + + + + + A structure that combines characteristics of borders for the layout table or cell. + + + + + + + Provides access to an object that specifies the bottom border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the left border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the right border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the bottom border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + + A collection of elements. + + + + + + + + Layout element that relates to a page body - a page without headers, footers, comments and floating objects. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the main document for which layout is calculated. + + + A object that is the main document. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Combines start and length of the document range. Used in Layout API. + + + + + + + Initializes a new instance of the FixedRange class with the specified start and length. + + + + An integer that is the start position of the range. + + + + An integer that is number of positions contained in the range. + + + + + + + + Gets whether the current document range contains a specified range. + + + + A that is a range to test for inclusion. + + + true if the specified range is contained within the range; otherwise, false. + + + + + + + Gets whether the current document range contains a specified position. + + + + An integer that is a position to test for inclusion. + + + true if the specified position is contained within the range; otherwise, false. + + + + + + + Determines whether the specified object is equal to the current FixedRange instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current FixedRange instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current FixedRange object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets whether the current and the specified ranges intersect. + + + + A object that specifies the range to check for intersection. + + + True if ranges intersect; otherwise, false. + + + + + + + Returns the range length. + + + An integer that is the number of positions the range contains. + + + + + + + Returns the start position of the range. + + + An integer that is the start position of the range. + + + + + + + Returns a message containing range start and length. + + + A string containing range start and length delimited with comma. + + + + + + + + A collection of selections in the document. + + + + + + + Adds a range to the collection of selections. + + + + A to add. + + + + + + + + Adds listed ranges to the collection of selections. + + + + A list of document ranges. + + + + + + + + Removes all items from the collection. + + + + + + + + Returns the number of selections in a collection. + + + An integer that is the number of items in a collection. + + + + + + + Returns an enumerator that iterates through the SelectionCollection instance. + + + A for the SelectionCollection instance. + + + + + + + Gets the selection specified by its index. + + + + An integer that is the index in the collection. + + + A object that is the selected range in the collection. + + + + + + + Deletes a selection specified by its index. + + + + An integer that is the zero-based index of a selection to delete. + + + + + + + + Unselects a specified range. + + + + A to unselect. + + + + + + + + + Base class for layout element that relates to the floating object. + + + + + + + Provides access to the layout element which relates to the anchoring range of the shape (floating object). + + + A object. + + + + + + + Gets coordinates of a rectangle which encompasses the floating object's content. + + + A structure specifying the bounds of the floating object's content. + + + + + + + Returns an array of points which are the vertices of a rectangle encompassing the floating object content. + + + A array identifying a rectangle. + + + + + + + Returns an array of points which are the vertices of a rectangle encompassing the floating object. + + + A array identifying a rectangle. + + + + + + + Returns a object that relates to the current element. + + + A object in the logical document model. + + + + + + + Returns the value of a shape which relates to the current layout element. + + + A value that is the number of degrees the shape is rotated around the z-axis. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the object, which raised the event. + + + + A instance which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified page index. + + + + + An integer that is the index of the page that fires the event. + + + + + + + + Gets an index of the page that raised the event. + + + An integer that is the page index. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the object, which raised the event. + + + + A instance which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentLayoutInvalidatedEventArgs class with the specified page index. + + + + An integer that is the page index. + + + + + + + + Returns an index of a page from which the document layout recalculation starts. + + + An integer that is the page index. + + + + + + + + Lists modes for layout calculation. + + + + + + + Calculates layout asynchronously. + + + + + + + + Does not allow asynchronous layout calculation. + + + + + + + + + Layout element that relates to a floating object - Text Box. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the text box content. + + + A object that is the text box content. + + + + + + + Returns a range which the text box content occupies. + + + A object that is the text box content range. + + + + + + + Gets lines of the document contained in the current text box. + + + A containing lines of the text box document. + + + + + + + Gets tables contained within the text box. + + + A containing tables which are in the text box content. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets cells of the current table row. + + + A containing cell of the current row in a table. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the structure which specifies cell borders. + + + A structure that defines cell borders. + + + + + + + Gets nested tables contained in the current table cell. + + + A containing tables nested in the current table cell. + + + + + + + Gets lines within a table cell. + + + A containing lines ( objects) in the current table cell. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the structure which specifies table borders. + + + A structure that defines table borders. + + + + + + + Gets rows of the current table. + + + A containing rows of the current table. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A line on a page. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a collection of layout boxes for the current row. + + + A collection containing descendants. + + + + + + + Gets box elements which are not of the type, contained in the current line. + + + A object that is a container for extended boxes. + + + + + + + Returns a numbered list mark of the current line. + + + A object that is a numbered list mark of the current line. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a mark in the numbered list. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the text box which relates to a separator used in the current numbered list box. + + + A which relates to separator symbols used to display a number in the numbered list. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Base class for a mark in the numbered list. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns the index of a list to which the current numbered list mark relates. + + + A integer that corresponds to the characteristic. + + + + + + + Returns the value that corresponds to the current layout element. + + + An integer that is the value. + + + + + + + Returns the text displayed by the numbered list mark. + + + A string displayed in the layout element. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a line number. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a line to which the current line number element belongs. + + + A element to which the current belongs. + + + + + + + Returns the text displayed by the line number. + + + A string displayed by the line number. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the inline picture. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a object that relates to the current element. + + + A object that is the image in the logical document model. + + + + + + + + Layout element that relates to the floating picture in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns an image contained in the floating picture object. + + + An object that is the image contained in the floating picture. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the anchoring of the floating object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a floating object that is anchored to the current anchor box element. + + + A anchored to the current anchor box element. + + + + + + + + Lists types of layout elements in a document. + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to a single character. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the column break formatting mark. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Relates to the custom run which provides an inherent method for its visualization. + + + + + + + + The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Encapsulates data and information required for data retrieval. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the hyphen. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the line break formatting mark. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the page break formatting mark. + + + + + + + + The type of layout element of the class related to the page number. + + + + + + + + The type of layout element of the class related to the paragraph formatting mark. + + + + + + + + The type of layout element of the class related to the text run. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the section break formatting mark. + + + + + + + + The type of layout element of the class related to the space. + + + + + + + + The type of layout element of the class related to the visual symbols used for special purposes, such as curly braces indicating the Field Codes. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the tab space. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + + Defines the basic functionality that should be implemented by visitors that traverse the document layout tree. + + + + + + + Dispatches the specified layout element to a special method of the Visitor class. + + + + A descendant that is the element for which a specialized method is called. + + + + + + + + + Provides access to the Layout API. + + + + + + + + Starts modifying the document obtained via layout element. + + + + A object that is the layout element which has related . + + + A instance allowing you to safely modify the document. + + + + + + + Disposes of the DocumentLayout object. + + + + + + + + Fires after the document layout is calculated. + + + + + + + + Fires after any document modification which makes the current layout outdated. + + + + + + + + Finalizes modifications of the document obtained via the layout element. + + + + A instance obtained via the previously called method. + + + + + + + + Gets the layout element of the specified type which relates to the specified position in the document model. + + + + A object that specifies the position in the document model. + + + + A enumeration that specifies the type of the requested layout element. + + + A class descendant if the specified layout type can be related to a document position; otherwise, an exception is thrown. + + + + + + + Returns the layout element of the type designated by the specified generic type parameter which relates to the specified position in the document model. + + + + A object that specifies the position in the document model. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Obtains a number of pages for which layout has been already calculated. + + + An integer that is the number of pages in the document layout. + + + + + + + Gets the page of the document layout by the specified index. + + + + An integer that is the index of a requested page. + + + A object that is the page of the document layout. + + + + + + + Calculates page layout asynchronously for the specified page. + + + + An integer that is the index of the page for which to calculate layout. + + + + A that is the action to run when page formatting completes. + + + A that is an asynchronous operation being performed. + + + + + + + Calculates the page layout asynchronously for the specified page and allows task cancellation through the use of a cancellation token. + + + + + An integer that is the index of the page for which to calculate layout. + + + + A that is the action to run when page formatting completes. + + + + A cancellation token that should be used to cancel formatting. + + + A that is an asynchronous operation being performed. + + + + + + + Get a number of pages in the document. + + + The Int32 value that is the page count. + + + + + + + Obtains the index of the page containing the specified layout element. + + + + + A descendant that is the layout element being queried for the parent page. + + + An integer that is the page index. + + + + + + + Gets the plain text contained in the range to which the layout element relates. + + + + + A descendant. + + + A string that is the text contained in the corresponding range. + + + + + + + Indicates whether the document layout is ready and up-to-date. + + + true, if the document layout is calculated completely; otherwise, false. + + + + + + + Fires after a page layout is recalculated. + + + + + + + + Splits the object into elements contained in the object instance. + + + + The element that will be split. + + + A object containing elements extracted from the object. + + + + + + + + + A collection of shapes ( objects) in the document. + + + + + + + Gets all shapes located in the specified document range. + + + + A specifying the range in which to search for shapes. + + + + A object specifying the read-only collection of shapes. + + + + + + + + A read-only collection of document images ( objects). + + + + + + + Gets all images (inline and floating pictures) located in the specified document range. + + + + A specifying the range in which to search for images. + + + + A object specifying the read-only collection of images. + + + + + + + + A collection of elements. + + + + + + + + Lists underline styles. + + + + + + + Specifies a dash-dot-dotted underline. + + + + + + + + Specifies a dash-dotted underline. + + + + + + + + Specifies a dashed underline. + + + + + + + + Specifies a dotted underline. + + + + + + + + Specifies a double underline. + + + + + + + + Specifies a double wave underline. + + + + + + + + Specifies a heavy wave underline. + + + + + + + + Specifies a long-dashed underline. + + + + + + + + Indicates that the text is not underlined. + + + + + + + + Specifies a single underline. + + + + + + + + Specifies a thick dash-dot-dotted underline. + + + + + + + + Specifies a thick dash-dotted underline. + + + + + + + + Specifies a thick dashed underline. + + + + + + + + Specifies a thick dotted underline. + + + + + + + + Specifies a thick long-dashed underline. + + + + + + + + Specifies a thick single underline. + + + + + + + + Specifies a wave underline. + + + + + + + + + Specifies the way to determine the spacing between lines in a paragraph + + + + + + + The line spacing can be greater than or equal to, but never less than, the specified value. + + + + + + + + + This option is twice that of single line spacing. + + + + + + + + This option sets fixed line spacing, specified by the property. + + + + + + + + This option sets line spacing that can be expressed in numbers greater than 1. For example, setting line spacing to 1.15 will increase the space by 15 percent, and setting line spacing to 3 increases the space by 300 percent (triple spacing). The multiplication value is specified by the property. + + + + + + + + + This option is one-and-one-half times that of single line spacing. + + + + + + + + This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used. + + + + + + + + + Lists strikeout styles. + + + + + + + Specifies the double strikeout. + + + + + + + + Indicates that the text strikeout is disabled. + + + + + + + + Specifies the single strikeout. + + + + + + + + + Specifies the indent for the first line in a paragraph. + + + + + + + + The first line of a paragraph is indented to the left, by the value specified by the property. + + + + + + + + + The first line of a paragraph is indented to the right by the value specified by the property. + + + + + + + + + The first line of a paragraph doesn't have any indent. + + + + + + + + + Specifies text alignment within a paragraph. + + + + + + + Text is aligned to the center of the paragraph. + + + + + + + + Text is justified to the entire width of the paragraph. + + + + + + + + Text is aligned to the left of the paragraph. + + + + + + + + + + Text is aligned to the right of the paragraph. + + + + + + + + + An interface that defines a section within a document. + + + + + + + + Starts editing the document's footer of the specified type. + + + + A enumeration value, representing the type of the footer open for editing. + + + A instance representing the footer being edited. + + + + + + + Starts editing the primary footer for the current section. + + + A instance that is the footer being edited. + + + + + + + + Starts editing the document's header of the specified type. + + + + A enumeration value, representing the type of the header open for editing. + + + A instance representing the header being edited. + + + + + + + Starts editing the primary header for the current section. + + + A instance that is the header being edited. + + + + + + + + Provides access to the interface used for operations with columns in the document. + + + + An object providing the interface. + + + + + + + Gets or sets whether the header and footer areas of the first page can be different from other pages in the section. + + + true to enable different settings for the first page; otherwise, false. + + + + + + + Finalizes editing of the section's footer. + + + + A instance, representing the footer opened for editing. + + + + + + + + Finalizes editing of the section's header. + + + + A instance, representing the header open for editing. + + + + + + + + Gets or sets the paper tray to use for the first page of a section. + + + An integer that is the code that identifies a specific printer tray to be used to print the first of this section of the document. + + + + + + + + Gets whether a section has a footer of the specified type. + + + + A enumeration value specifying the footer type. + + + true if the section has a footer of the specified type; otherwise, false. + + + + + + + Gets whether a section has a header of the specified type. + + + + A enumeration value specifying the header type. + + + true, if the section has a header of the specified type; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. + + + + + A enumeration member specifying the type of the footer. + + + true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. + + + + true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. + + + true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. + + + + A enumeration member specifying the type of the footer. + + + true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. + + + + + + + Indicates whether the header of the specified type for the current section is linked to the header of the next section, so they have the same content. + + + + + A enumeration member specifying the type of the header. + + + true, if the header of the specified type is linked to the header of the next section; otherwise, false. + + + + + + + Indicates whether the Odd header of the current section is linked to the header of the next section, so they have the same content. + + + + true, if the Odd header is linked to the header of the next section; otherwise, false. + + + + + + + Indicates whether the Odd header of the current section is linked to the header of the previous section so that they have the same content. + + + true if the Odd header is linked to the header of the previous section; otherwise, false. + + + + + + + Indicates whether the header of the specified type for the current section is linked to the header of the previous section so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + true if the header of the specified type is linked to the header of the previous section; otherwise, false. + + + + + + + Provides access to the object containing line numbering parameters for the current section. + + + A class instance representing parameters specific to line numbering. + + + + + + + Establishes a link to the next section's footer so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the next section's footer so that they have the same content. + + + + + + + + Establishes a link to the previous section's footer so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the previous section's footer so that they have the same content. + + + + + + + + Establishes a link to the next section's header so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the next section's header so that they have the same content. + + + + + + + + Establishes a link to the previous section's header so that they have the same content. + + + + + + + + Establishes a link to the previous section's header of the specified type so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Provides access to an object used to specify or retrieve the section's margin settings. + + + An object exposing the interface used to control the section's margin settings. + + + + + + + Gets or sets the paper tray to use for all pages except the first page of a section. + + + An integer that is the code that identifies a specific printer tray to be used to print all pages except the first page of this section of the document. + + + + + + + + Provides access to an object used to specify or retrieve the section's page settings. + + + + An object exposing the interface used to control the section's page settings. + + + + + + + Provides access to an object specifying page numbering options for the current section. + + + A instance containing page numbering options. + + + + + + + Provides access to a collection of paragraphs for the current section. + + + A object containing all paragraphs in the current section. + + + + + + + Gets or sets the type of a section break. + + + A enumeration value specifying where the next section starts. + + + + + + + Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. + + + + A enumeration member specifying the type of the footer for which the link is being broken. + + + + + + + + Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. + + + + + + + + Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. + + + + + + + + Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. + + + + A enumeration member specifying the type of the footer for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the next section so that it can hold different content. + + + + A enumeration member specifying the type of the header for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the next section so that it can hold different content. + + + + + + + + Breaks the link of the current section's header to the header of the previous section so that it can hold different content. + + + + A enumeration member specifying the type of the header for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the previous section so that it can hold different content. + + + + + + + + + Represents a single paragraph in a document. + + + + + + + + Gets or sets text alignment within a paragraph. + + + + A enumeration value. + + + + + + + Gets or sets the background color of the paragraph. + + + A value representing the background color. + + + + + + + Starts modifying tab stops in a paragraph. + + + + true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. + + + A object containing information about tab stops. + + + + + + + Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. + + + true to remove extra spacing between paragraphs, otherwise, false. + + + + + + + Finalizes modifications of tab stops for the current paragraph. + + + + A collection containing information about tab stops. + + + + + + + + Determines whether the specified object is equal to the current Paragraph instance. + + + + An object to compare with the current object. + + + + true if the specified object is equal to the current Paragraph instance; otherwise false. + + + + + + + Gets or sets a value specifying the indent for the first line in a paragraph. + + + + A value specifying the indent for the first line, measured in units. + + + + + + + + Gets or sets a value specifying whether and how the first line in a paragraph is indented. + + + + A enumeration value, which specifies the first line's indent. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current Paragraph object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets the index number of a paragraph in a document. + + + An integer representing the index number. + + + + + + + Indicates whether the current paragraph is in a bulleted or a numbered list. + + + true if the paragraph is included in a numbering list; otherwise, false. + + + + + + + Gets or sets whether to prevent all page breaks that interrupt a paragraph. + + + true to keep paragraph lines together; otherwise, false. + + + + + + + Gets or sets the left indent for the specified paragraph. + + + + A value representing the left indent, measured in . + + + + + + + Gets or sets a line spacing value. + + + + A value representing line spacing, measured in units. + + + + + + + + + Gets or sets the multiplier which is used to calculate the line spacing value. + + + A value representing the line spacing multiplier. + + + + + + + Gets or sets a value which determines the spacing between lines in a paragraph. + + + A enumeration value representing the line spacing type. + + + + + + + Gets or sets the index of a list applied to the paragraph. + + + An integer that is the index of a list to which the paragraph belongs. + + + + + + + Gets or sets the list level applied to the current paragraph in the numbering list. + + + An integer that is the list level of the current paragraph. + + + + + + + Gets or sets the outline level of a paragraph. + + + An integer specifying the level number, or null to indicate a mix of values. + + + + + + + + Gets or sets whether a page break is inserted automatically before specified paragraph. + + + true if a page break is inserted automatically before paragraph; otherwise, false or null, for a mixture of true and false. + + + + + + + Gets the document range occupied by the current paragraph. + + + A interface. + + + + + + + Resets the paragraph formatting to its base style. + + + + + + + + Gets or sets the right indent for the specified paragraph. + + + A value representing the right indent, measured in . + + + + + + + Gets or sets the spacing after the current paragraph. + + + A value representing the spacing after the paragraph, measured in units. + + + + + + + + Gets or sets the spacing before the current paragraph. + + + A value representing the spacing before the paragraph, measured in units. + + + + + + + + Gets or sets the paragraph style applied to the current paragraph. + + + A object representing the style. + + + + + + + Gets or sets a value indicating whether a paragraph can be hyphenated. + + + + true to suppress hyphenation; false to enable hyphenation. + + + + + + + Gets or sets whether line numbers are displayed for the current paragraph. + + + true if line numbers are hidden; otherwise, false. + + + + + + + + An interface that exposes the specific functionality of the document. + + + + + + + + Provides access to a collection of abstract numbering lists in the document. + + + An collection containing abstract definitions for numbering lists. + + + + + + + Appends a new empty section to the end of the document. + + + A object that is the section in the document to which a new section is appended. + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Gets or sets the position of the caret within the document. + + + A object, representing the current caret position. + + + + + + + Enables you to operate on selections in documents other than the main document, such as headers and footers. + + + + A object that is the document that is different from the currently active document. + + + + + + + + + Provides access to a collection of character styles in the current document. + + + A collection containing character styles. + + + + + + + Occurs when the document content was changed. + + + + + + + + Copies the currently selected text to the clipboard. + + + + + + + + Copies the specified range of text to the clipboard. + + + + A object specifying the and positions of the text to copy. + + + + + + + + Enables customizing the mail merge options. + + + + A instance, specifying the mail merge options. + + + + + + + Removes the currently selected text and copies it to the clipboard. + + + + + + + + Removes the specified range of text and copies it to the clipboard. + + + + + A object specifying the and positions of the text to cut. + + + + + + + + Provides access to default character formatting for the current document. + + + A interface that enables you to specify character properties. + + + + + + + Provides access to default paragraph formatting for the current document. + + + A interface that enables you to specify paragraph properties. + + + + + + + Provides access to default properties for document tables. + + + A interface specifying table properties. + + + + + + + Gets or sets whether the document has different odd and even pages. + + + true if odd and even pages are different; otherwise, false. + + + + + + + Returns the list of the document's authors. + + + A collection of values, specifying the document authors. + + + + + + + Gets the section encompassing the specified position. + + + + + A instance representing the position in the document. + + + A object representing a section containing the position. + + + + + + + Gets or sets the document content as HTML text. + + + A string containing text of the document in HTML format. + + + + + + + Inserts a new section into the document's collection at a specified position. + + + + + A object that specifies a position to insert a new section. + + + + A object that is the section in the document located before the newly inserted section. + + + + + + + Gets whether document protection is enabled. + + + true if document protection is enabled; otherwise, false. + + + + + + + Indicates whether the document is empty, i.e. contains only default content. + + + true if the document contains only default content; otherwise, false. + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a file, specifying the document's format. + + + + A string value specifying the path to a file from which to load a document. + + + + + One of the members. + + + + + + + + + Loads a document from the stream in the specified format. External content is retrieved using the specified source (base) URI. + + + + A object representing the source of the document to import. + + + + A enumeration, specifying the format of the document to import. + + + + A string which serves as the base URI to load the external document content. + + + + + + + + Loads a document from the specified file in the specified format. External content is retrieved using the specified source (base) URI. + + + + A string specifying a path to the file to load. + + + + A enumeration, specifying the format of the file to import. + + + + A string which serves as the base URI to load the external document content. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object representing the output stream. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object representing the output stream. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges all columns with indexes greater than 63 into a single column for all tables in a document. + + + true, if at least one table has been modified; otherwise, false. + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text of the document in MHT format. + + + + + + + Occurs when the document content has been modified since it was last saved. + + + + + + + + + + Provides access to a collection of definitions for numbering lists instantiated in the document. + + + A collection of definitions for lists which are present in the document. + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes representing the OpenDocument Text (.odt) format. + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + Provides access to a collection of paragraph styles in the current document. + + + A collection containing paragraph styles. + + + + + + + Insert a text from the clipboard into the current . + + + + + + + + + Inserts the contents of the clipboard in the specified format at the caret position. + + + + A enumeration member, specifying the format of the inserted text. + + + + + + + + + Enforces document protection and sets the specified password. + + + + A password string. + + + + + + + + Enforces document protection and sets the specified password. + + + + A password string. + + + + One of the DocumentProtectionType enumeration values. + + + + + + + + Gets the protection type for the document. + + + One of the DocumentProtectionType enumeration values. + + + + + + + Obtains information on the formatting capabilities required to export the current document correctly. + + + A object, representing information on the formatting capabilities required to correctly format the current document. + + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + Saves the document to a file, specifying the document's format. + + + + A string value specifying the path to a file into which to save the control's document. + + + + + One of the enumeration values. + + + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream into which to save the document. + + + + One of enumeration values. + + + + + + + + + Provides access to a collection of sections. + + + + A interface defining a list of sections. + + + + + + + Gets or sets the selected range in the document. + + + A object, representing the and positions of the selected text. + + + + + + + + Provides access to a collection of selections in the document. + + + A object containing ranges selected in the document. + + + + + + + Provides access to a collection of styles defined for tables in the document. + + + A object containing table styles. + + + + + + + Gets or sets the document's text (plain text). + + + A string value that specifies the text of the document. + + + + + + + Gets or sets a unit of measure used within the document. + + + One of the enumeration values. + + + + + + + Removes document protection. + + + + + + + + Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed. + + + An enumeration value. + + + + + + + Provides access to the collection of document variables. + + + A object containing document variables. + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + + A collection of tables ( objects) in the document. + + + + + + + Gets all tables located in the specified document range. + + + + A specifying the range in which to search for tables. + + + + A object specifying the read-only collection of tables. + + + + + + + Gets the table cell encompassing the specified position. + + + + A that is the position in the document. + + + A object that is the table cell containing the specified position. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all hyperlinks located in the specified document range. + + + + A specifying the range in which to search for hyperlinks. + + + + A object specifying the read-only collection of hyperlinks. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all fields located in the specified document range. + + + + A specifying the range in which to search for fields. + + + + A object specifying the read-only collection of fields. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all custom marks located in the specified document range. + + + + A specifying the range in which to search for custom marks. + + + + A object specifying the read-only collection of custom marks. + + + + + + + Obtains a custom mark by its visual info available in the event handler. + + + + A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo object. A collection of such objects is accessible using the property. + + + A object. + + + + + + + + A collection of comments ( objects) in the document. + + + + + + + Gets all comments located in the specified document range. + + + + A specifying the range in which to search for comments. + + + + A object specifying the read-only collection of comments. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all bookmarks located in the specified document range. + + + + A specifying the range in which to search for bookmarks. + + + + A object specifying the read-only collection of bookmarks. + + + + + + + + Lists the value masks available for table cell properties. + + + + + + + Specifies all table properties. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0x200 + + + + + + + + 0x400 + + + + + + + + + + + + + + + + + + + + + + + + + Lists the value masks available for table cell properties. + + + + + + + Specifies all table cell properties. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0x40000 + + + + + + + + + + + + + + + + 0x80000 + + + + + + + + + + + + + + + + + Extends selection to the previous screen. + + + + + + + Initializes a new instance of the ExtendPreviousScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousScreenCommand. + + + A member, identifying the command. + + + + + + + + A collection of elements. + + + + + + + + Defines the template used for creating abstract numbering lists in a document. + + + + + + + Creates a new abstract list based on a template. + + + An object that is the abstract list with specified properties. + + + + + + + + Lists values specifying the visibility of comments. + + + + + + + Comment visibility is determined automatically. + + + + + + + + Comments are always hidden. + + + + + + + + Comments are always visible. + + + + + + + + + Contains options for displaying the comments in a document. + + + + + + + + Initializes a new instance of the CommentOptions class with default settings. + + + + + + + + Gets or sets the default comment's author. + + + + A string that specifies the comment's author. + + + + + + + Unlocks the CommentOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets the background color of the text to which a comment is attached. + + + A structure specifying the highlight color. + + + + + + + Unlocks the CommentOptions object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets whether commented document ranges are highlighted. + + + True, to highlight ranges which have comments associated with them; otherwise, false. + + + + + + + Applies default coloring scheme to comment colors. + + + + + + + + Gets or sets whether to show comments by all reviewers. + + + true, to show comments by all reviewers; otherwise, false. + + + + + + + Specifies the visibility mode of a document comment. + + + A enumeration value. + + + + + + + Provides access to a collection of reviewer names whose comments are visible. + + + An collection of names. + + + + + + + + Contains options affecting certain copy-paste scenarios. + + + + + + + Initializes a new instance of the CopyPasteOptions class with default settings. + + + + + + + + Gets or sets options specifying how formatting is applied to the last paragraph of a numbered list when it is inserted into a document. + + + An enumeration member. + + + + + + + Gets or sets whether to retain section settings of a blank document after appending RTF content. + + + true, to keep section settings of a target blank document; otherwise, false. + + + + + + + + Contains options that specify how the spell checker should process text in any range of the document. + + + + + + + Initializes a new instance of the SpellCheckerOptions class with default settings. + + + + + + + + Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. + + + true, to allow spell checker to automatically determine the language of any document range; otherwise, false. + + + + + + + Gets or sets whether the spell checker should ignore "no-proof" settings for text ranges in a document. + + + true, to ignore "no-proof" settings; otherwise, false. + + + + + + + + + Lists values that specify how the shape is surrounded by the text. + + + + + + + The text is displayed over the shape. + + + + + + + + The text is displayed behind the shape. + + + + + + + + The text wraps around the rectangular borders of the shape. + + + + + + + + The text wraps tightly around the shape and can fill in the transparent background space inside the shape. + + + + + + + + The text wraps tightly around the shape. + + + + + + + + The text is displayed above and below the shape and does not wrap around the sides. + + + + + + + + + + Lists values used to specify table style options influencing a table appearance. + + + + + + + Specifies that special formatting is applied to the first column of the table. + + + + + + + + Specifies that special formatting is applied to the first row of the table. + + + + + + + + Specifies that special formatting is applied to the last column of the table. + + + + + + + + Specifies that special formatting is applied to the last row of the table. + + + + + + + + Specifies that column banding formatting is not applied to the table. + + + + + + + + + Specifies that row banding formatting is not applied to the table. + + + + + + + + + Specifies that row and column banding formatting is applied to the table, but special formatting is not applied to the first row, last row, first column and last column. + + + + + + + + + Lists subdocument types. + + + + + + + A comment. + + + + + + + + An endnote. + + + + + + + + A footer. + + + + + + + + A footnote. + + + + + + + + A header. + + + + + + + + The main document body. + + + + + + + + A text box. + + + + + + + + + A collection of elements. + + + + + + + + A collection of elements. + + + + + + + + Adjusts the document zoom factor to fit the entire page width into the application window's dimensions. + + + + + + + Initializes a new instance of the FitWidthCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitWidthCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitWidthCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Lists the values specifying the user interface of the Print Preview form. + + + + + + + + The Print Preview form utilizes the Bars user interface. + + + + + + + + The Print Preview form utilizes the Ribbon user interface. + + + + + + + + + + A collection of elements. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FloatingInlineObjectLayoutOptionsFormShowingEventArgs class with the specified settings. + + + + A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. + + + + + + + + Contains data for the form controller. + + + A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. + + + + + + + + Lists the values specifying the mode for inserting a page break into a document. + + + + + + + + The page break is inserted next to the specified position in the current line. + + + + + + + + A page break is inserted in the new line. + + + + + + + + + Specifies whether or not the current table style is applied to the odd/even banded columns of a selected table. + + + + + + + Initializes a new instance of the ToggleBandedColumnsCommand class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBandedColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBandedColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of elements. + + + + + + + + Deletes all comments from a document. + + + + + + + Initializes a new instance of the DeleteAllCommentsCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteAllCommentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteAllCommentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Enables the overtype feature. + + + + + + + Initializes a new instance of the ToggleOvertypeCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleOvertypeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleOvertypeCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Displays the Reviewing Pane that lists all document comments. + + + + + + + Initializes a new instance of the ShowReviewingPaneCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowReviewingPaneCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowReviewingPaneCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowReviewingPaneCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Starts the next page at the current position. + + + + + + + Initializes a new instance of the InsertPageBreakCommand2 class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets the ID of the InsertPageBreakCommand2. + + + + + A member, identifying the command. + + + + + + + + Doubles the font size of the selected text. + + + + + + + Initializes a new instance of the ChangeDoubleFontSizeCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeDoubleFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeDoubleFontSizeCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to capitalize each word in the selected sentence. + + + + + + + Initializes a new instance of the CapitalizeEachWordCaseCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CapitalizeEachWordCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CapitalizeEachWordCaseCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the CollapseOrExpandFormulaBarCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CollapseOrExpandFormulaBarCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CollapseOrExpandFormulaBarCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Language Form to select the language of spell checking. + + + + + + + Initializes a new instance of the ShowLanguageFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowLanguageFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowLanguageFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLanguageFormCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + Specifies whether or not to check spelling or grammar in a document. + + + + + + + Initializes a new instance of the ChangeNoProofCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeNoProofCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeNoProofCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the language of spell checking. + + + + + + + Initializes a new instance of the ChangeLanguageCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeLanguageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeLanguageCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Table of Contents dialog window. + + + + + + + Initializes a new instance of the ShowTOCFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTOCFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTOCFormCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains custom separators used in numeric format switches of the document fields. + + + + + + + Initializes a new instance of the MailMergeCustomSeparators class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the MailMergeCustomSeparators class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A MailMergeCustomSeparators object whose settings are assigned to the current object. + + + + + + + + Removes all custom separators. + + + + + + + + Gets or sets a symbol displayed in the field result instead of a decimal separator specified in the numeric format switch. + + + A string which will be displayed as a decimal separator. + + + + + + + Gets or sets a symbol displayed in the field result instead of a group separator specified in the numeric format switch. + + + A string which will be displayed as a group separator. + + + + + + + Indicates whether none of the custom separators are specified. + + + true, if custom separators are not specified; otherwise, false. + + + + + + + Gets or sets a symbol used as a decimal separator in the numeric format switch of a document field. + + + A string which will be recognized as a decimal separator. + + + + + + + Gets or sets a symbol used as a group separator in the numeric format switch of a document field. + + + A string which will be recognized as a group separator. + + + + + + + + A collection of elements. + + + + + + + + Contains options that specify whether a certain field should be updated when importing a document containing this field. + + + + + + + Initializes a new instance of the UpdateFieldOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the UpdateFieldOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether the import of a document containing the DATE field updates this field. + + + true, to update the field; otherwise, false. + + + + + + + Gets or sets whether import of a document containing the TIME field updates this field. + + + + true, to update the field; otherwise, false. + + + + + + + + Represents a simple view of the Rich Edit control. + + + + + + + Initializes a new instance of the SimpleView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets the distance from the text to the control's border in pixels. + + + A object representing the control's padding. + + + + + + + Gets the RichEditControl View's type. + + + + The value. + + + + + + + Accepts the Visitor passed as the argument as defined in the Visitor pattern. + + + + A Visitor object that implements the interface. + + + + + + + + Gets or sets whether the text is wrapped when a document is displayed in the simple view. + + + true to enable text wrapping; otherwise false. + + + + + + + + A collection of elements. + + + + + + + + A collection of elements. + + + + + + + + Updates a Table of Figures to reflect the changes made to figure captions. + + + + + + + Initializes a new instance of the UpdateTableOfFiguresCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateTableOfFiguresCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateTableOfFiguresCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the style and text formatting options of the selected table. + + + + + + + Initializes a new instance of the ChangeTableStyleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ChangeTableStyleCommand. + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A collection of elements. + + + + + + + + A default localizer to translate resources for WinForms Rich Text Editor. + + + + + + + Initializes a new instance of the XtraRichEditResLocalizer class with default settings. + + + + + + + + + A base class that provides necessary functionality for custom localizers of the WinForms Rich Text Editor control. + + + + + + + Initializes a new instance of the XtraRichEditLocalizer class with default settings. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + + + + + + + + Specifies whether or not the current table style is applied to the first column of a selected table. + + + + + + + Initializes a new instance of the ToggleFirstColumnCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFirstColumnCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFirstColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Container for collections of objects of the type and various characteristics. elements are not included. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + + A collection of elements. + + + + + + + + Defines the parameters of the Table Style dialog window that are eligible to be changed. + + + + + + + Initializes a new instance of the TableStyleFormControllerParameters class with the specified settings. + + + + An object implementing the interface. + + + + A DevExpress.XtraRichEdit.Model.TableStyle object. + + + + + + + + + Defines the parameters of the Page Setup dialog window that are eligible to be changed. + + + + + + + Initializes a new instance of the PageSetupFormControllerParameters class with the specified settings. + + + + A Rich Edit control. + + + + A DevExpress.XtraRichEdit.Forms.PageSetupInfo object containing information used to fill in editors of the Page Setup dialog. + + + + + + + + Gets or sets the initial tab page of the Page Setup dialog. + + + A DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage enumeration value that specifies the tab page of the Page Setup dialog. + + + + + + + Provides access to the information contained in the dialog editors. + + + A DevExpress.XtraRichEdit.Forms.PageSetupInfo object that is the container for values of the dialog editors. + + + + + + + + Specifies how the is printed via the . + + + + + + + A RichTextBox is printed using the page width specified by the of a link's . + + + + + + + + + A RichTextBox is printed using the width specified via the property. + + + + + + + + A RichTextBox is printed using the Width property value of the RichTextBox control. + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the TableStyleFormShowing event. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Extends the selection up to the next page. + + + + + + + Initializes a new instance of the ExtendNextPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextPageCommand. + + + A member, identifying the command. + + + + + + + + A collection of elements. + + + + + + + + The base for classes that provide functionality for two-state list options. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleListCommandBase. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Allows you to select the reviewers whose comments shall be displayed in a document. + + + + + + + + Initializes a new instance of the ReviewersCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ReviewersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ReviewersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReviewersCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the last row of a selected table. + + + + + + + Initializes a new instance of the ToggleLastRowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleLastRowCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleLastRowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the last column of a selected table. + + + + + + + Initializes a new instance of the ToggleLastColumnCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleLastColumnCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleLastColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the odd/even banded rows of a selected table. + + + + + + + Initializes a new instance of the ToggleBandedRowsCommand class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBandedRowsCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBandedRowsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the first row of a selected table. + + + + + + + + Initializes a new instance of the ToggleFirstRowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFirstRowCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFirstRowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Modify Style dialog window to customize the style and text formatting options of the selected table. + + + + + + + Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner and style. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A interface that provides access to style characteristics. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + Gets the ID of the ShowTableStyleFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowTableStyleFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTableStyleFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + Gets or sets the style whose parameters are displayed in the form. + + + An object that provides the interface to get access to the style parameters. + + + + + + + + Represents a base class for the RichEditControl views. + + + + + + + Specifies whether or not to obtain the font color and background color values from the current skin, if they have not been defined explicitly. + + + true to obtain unspecified font color and background color values from the current skin; otherwise false. + + + + + + + + Gets or sets whether line numbers, when enabled, are displayed in the view. + + + true to show line numbers if they are enabled; otherwise, false. + + + + + + + Gets or sets the background color of the View. + + + A object representing the background color of the View. + + + + + + + Provides access to the IRichEditControl interface of the view owner. + + + An object exposing the interface. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets the cursor coordinates in the current document's view. + + + + A representing the cursor. The units of measurement are documents. + + + + + + + + Obtains the page index and the layout position on the page for the specified point. + + + + A object that is the point in control coordinates. + + + + A object containing the page index and the position on a page. + + + + + + + + Obtains information on the layout of visible pages. + + + + A list of layout information on individual pages. + + + + + + + Gets the range encompassing all pages which are shown in the View. + + + A that is the range containing visible pages. + + + + + + + Gets the position relative to the document and returns the position relative to the control. + + + + + A instance that specifies the layout position on a specific page of the document. + + + + A structure or null. + + + + + + + Overrides the base class method to clear the text representation of an object. + + + An empty string. + + + + + + + Gets the RichEditControl View's type. + + + A enumeration member indicating the type of the View. + + + + + + + A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor. + + + + An object exposing the representing the Visitor of the Visitor pattern. + + + + + + + + Gets or sets the current zoom level used to display the document. + + + The factor by which the contents of the control is zoomed. + + + + + + + + Interface of a rich text engine providing the essential Rich Editor functionality. + + + + + + + Occurs after the document is successfully exported. + + + + + + + + Occurs before the document is saved (exported to a certain format). + + + + + + + + Occurs before a document is loaded (imported from an external source). + + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Occurs when the document content was changed. + + + + + + + + Creates an object for specifying the options used in mail merge operations. + + + A class instance containing options used for mail merge. + + + + + + + Creates a new blank document. + + + + true to raise the event before creating a new document; otherwise false. + + + true to create a new document; otherwise false. + + + + + + + Provides access to a interface, representing the document contained in the server. + + + A interface that provides access to a loaded document. + + + + + + + + Occurs when a document that has not yet been saved is about to be closed. + + + + + + + + Occurs after a document is loaded. + + + + + + + + Gets the current dpi value for the X-coordinate. + + + A Single dpi value. + + + + + + + Gets the current dpi value for the Y-coordinate. + + + + A Single dpi value. + + + + + + + Occurs when a new document is created. + + + + + + + + Gets service of the specified type. + + + A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. + + + + + + + Gets or sets the content as HTML text. + + + A string containing text in HTML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Occurs before a document is loaded. Handle this event to set initial document settings. + + + + + + + + For internal use. Gets a value indicating whether the control has been disposed of. + + + true if the control has been disposed of; otherwise, false. + + + + + + + Gets or sets a unit of measure used for a document model layout. + + + One of the enumeration values. + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream as a template, specifying the document's format. + + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. + + + + A interface exposing options for the current merge. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document and sends the result to the specified RichEditDocumentServer instance. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Fires when mail merge is completed. + + + + + + + + Fires after each data record is merged with the document in the mail merge process. + + + + + + + + Fires before each data record is merged with the document in the mail merge process. + + + + + + + + Fires before mail merge starts. + + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text in MHT format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a value that indicates that the document contents is modified since it was last saved. + + + + true if the control's contents were modified since it was last saved; otherwise, false. + + + + + + + Occurs when the value of the property is changed. + + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes containing data in the OpenDocument Text (.odt) format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to the variety of options which can be specified for the RichEditDocumentServer. + + + A object containing various RichEdit options. + + + + + + + Performs a service substitution. + + + + A service of the specified type that will replace the former service. + + + Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream to output the document to. + + + + One of the enumeration values. + + + + + + + + Fires in response to changing a selection in the document. + + + + + + + + Gets or sets the plain text content of the document. + + + A string, containing the document's unformatted text. + + + + + + + Gets or sets a unit of measure used within the RichEditDocumentServer. + + + One of the enumeration values. + + + + + + + Fires after the Unit property is changed. + + + + + + + + Fires before the Unit property is changed. + + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + A non-visual rich text engine providing all the RichEditControl functionality except user interface features. + + + + + + + Initializes a new instance of the RichEditDocumentServer class with default settings. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Occurs after the document is successfully exported. + + + + + + + + Occurs before the document is saved (exported to a certain format). + + + + + + + + Occurs before a document is loaded (imported from an external source). + + + + + + + + Enables you to specify a custom descendant to alter the way the layout elements are drawn. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Locks the RichEditDocumentServer object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Unlocks the RichEditDocumentServer object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Occurs after a new comment is created in the document. + + + + + + + + Occurs when the document content was changed. + + + + + + + + Creates an object for specifying the options used in mail merge operations. + + + A class instance containing options used for mail merge. + + + + + + + Creates a new blank document. + + + + true to raise the event before creating a new document; otherwise false. + + + true to create a new document; otherwise false. + + + + + + + Releases resources associated with a RichEditDocumentServer instance. + + + + + + + + Provides access to a interface, representing the document contained in the server. + + + A interface that provides access to a loaded document. + + + + + + + + Occurs when a document that has not yet been saved is about to be closed. + + + + + + + + Provides access to the document layout. + + + A object. + + + + + + + Occurs after a document is loaded. + + + + + + + + Gets the current dpi value for the X-coordinate. + + + A Single dpi value. + + + + + + + Gets the current dpi value for the Y-coordinate. + + + + A Single dpi value. + + + + + + + Occurs when a new document is created. + + + + + + + + Unlocks the RichEditDocumentServer object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Exports the document to the specified stream in PDF format. + + + + A object, to which the document is exported. + + + + + A instance containing properties which define how a document is exported to PDF format. + + + + + + + + Exports the document to the specified stream in PDF format. + + + + A object, to which the document is exported. + + + + + + + + + Exports the content of the RichEditControl to the specified stream in PDF format, applying options for creating and saving. + + + + + A object, to which the created document is exported. + + + + A object. + + + + A object. + + + + + + + + Gets the service object of the specified type. + + + + An object that specifies the type of service object to get. + + + A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type. + + + + + + + Gets the specified service. + + + A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. + + + + + + + Gets or sets the content as HTML text. + + + A string containing text in HTML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Occurs before a document is loaded. Handle this event to set initial document settings. + + + + + + + + Fires when the supplied data could not be recognized as data in the assumed format for import. + + + + + + + + Maintained for compatibility with the code written for the RichEditControl. + + + Always true. + + + + + + + Gets whether the object has been locked for updating. + + + true if the object is locked; otherwise, false. + + + + + + + Gets or sets the mode for layout calculation. + + + A enumeration value. Default is . + + + + + + + Gets or sets a unit of measure used for a document model layout. + + + One of the enumeration values. + + + + + + + Loads a document from a file, specifying the document's format. + + + + A string value specifying the path to the file from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a specified file. The file format is identified by the file extension. + + + + A string specifying the path of the file to load. + + + + + + + + Loads a specified file as template. The file format is identified by the file extension. + + + + A string value specifying the path to the file from which to load a document. + + + + + + + + Loads a specified document as a template. + + + + + A string value specifying the path to the file from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream as a template, specifying the document's format. + + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + + Merges the current document and sends the result to the specified RichEditDocumentServer instance. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. + + + + A interface exposing options for the current merge. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Fires when mail merge is completed. + + + + + + + + Fires after each data record is merged with the document in the mail merge process. + + + + + + + + Fires before each data record is merged with the document in the mail merge process. + + + + + + + + Fires before mail merge starts. + + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text in MHT format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Gets or sets a value that indicates that the document contents is modified since it was last saved. + + + + true if the control's contents were modified since it was last saved; otherwise, false. + + + + + + + Occurs when the value of the property is changed. + + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes containing data in the OpenDocument Text (.odt) format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to the variety of options which can be specified for the RichEditDocumentServer. + + + A object containing various RichEdit options. + + + + + + + Removes the service of the specified type from the service container. + + + + The type of service to remove. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Removes the service of the specified type from the service container. + + + + The type of service to remove. + + + + + + + + Performs a service substitution. + + + + A service of the specified type that will be registered. + + + Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Saves the control's document to a file, specifying the document's format. + + + + A string value specifying the path to a file into which to save the control's document. + + + + + One of the enumeration values. + + + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream to output the document to. + + + + One of the enumeration values. + + + + + + + + Fires in response to changing a selection in the document. + + + + + + + + Gets or sets the plain text content of the document. + + + A string, containing the document's unformatted text. + + + + + + + This event is raised when an exception unhandled by the RichEditDocumentServer occurs. + + + + + + + + Gets or sets a unit of measure used within the RichEditDocumentServer. + + + One of the enumeration values. + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Lists how the control is resized to fit its contents. + + + + + + + The control is resized in horizontal and vertical directions. + + + + + + + + The control is resized in horizontal direction. + + + + + + + + The control does not change its dimensions. + + + + + + + + The control is resized in vertical direction. + + + + + + + + + The base for the class. + + + + + + + Releases all resources used by RichTextBrickBase. + + + + + + + + For internal use. + + + An integer value. + + + + + + + For internal use. + + + A value. + + + + + + + + A visual brick containing rich text. + + + + + + + For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner. + + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the RichTextBrick class with default settings. + + + + + + + + For internal use. + + + A object. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A structure. + + + + + + + For internal use. Supports the serialization of the RichTextBrick class. + + + A Boolean value. + + + + + + + Creates a new RichTextBrick instance, which is a copy of the current instance. + + + A new RichTextBrick instance, which is a copy of the current instance. + + + + + + + 100000 + + + + + + + + + For internal use. + + + Always true. + + + + + + + Specifies the RTF content of the RichTextBrick. + + + A value. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + Abstract numbering definition that defines the appearance and behavior of numbered paragraphs in a document. + + + + + + + + Gets the zero-based index of the abstract numbering list in the document. + + + An integer value. + + + + + + + + Layout elements related to text runs in a line. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns the text displayed in the current element. + + + A string that is the text displayed in the layout element. + + + + + + + + Layout element that relates to the column in the section. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns line numbers for lines in a column on a page. + + + A containing elements for all lines in a column on the page. + + + + + + + Returns lines of a current column. + + + A containing elements for the current column on the page. + + + + + + + Returns tables contained within the current column on a page. + + + A containing tables in a current column on the page. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A collection of elements. + + + + + + + + Layout element that relates to the document's footer. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. + + + A object which is the footer content. + + + + + + + Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. + + + + A enumeration value, that is the type of the footer for which a content is obtained. + + + + A object which is the footer content. + + + + + + + Finalizes editing of the footer content in the document. + + + + A object which is the footer content obtained by the method. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A collection of elements. + + + + + + + + Lists variants for substituting the line break. + + + + + + + Line break is not replaced, i.e. it is left intact. + + + + + + + + Line break is treated as a paragraph delimiter. + + + + + + + + Line break is substituted with a space. + + + + + + + + + Invokes the Table Options dialog window. + + + + + + + Initializes a new instance of the ShowTableOptionsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTableOptionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowTableOptionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTableOptionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Layout element that relates to the document's header. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's header which relates to the current layout object. + + + A object which is the header content. + + + + + + + Provides access to a for the Rich Text Editor document's header which relates to the current layout object. + + + + A enumeration value, that is the type of the header for which a content is obtained. + + + + A object which is the header content. + + + + + + + Finalizes editing of the header content in the document. + + + + A object which is the header content obtained by the method. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + For internal use. Inserts a character into a document. + + + + + + + + Initializes a new instance of the InsertSymbolCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Gets the ID of the InsertSymbolCommand. + + + A member, identifying the command. + + + + + + + Specifies the properties of an inserted symbol. + + + A object. + + + + + + + + Contains settings which specify parameters affecting search in a document. + + + + + + + Initializes a new instance of the DocumentSearchOptions class with default settings. + + + + + + + + Gets or sets the maximum length of a string that can be obtained in a regular expression search. + + + An integer specifying the maximum number of characters in a string. Default is 128. + + + + + + + + A collection of shapes in a document. + + + + + + + Inserts a picture as a floating object. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing the specified picture. + + + + + + + Inserts a picture as a floating object. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing the specified picture. + + + + + + + Inserts a floating text box. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + A interface exposing properties and methods of the newly created floating text box. + + + + + + + + Gets the shape with the specified name. + + + + A string specifying the shape's name. + + + A element of the collection or null (Nothing in Visual Basic) if the element is not found. + + + + + + + + Adds a caption (numbered label) to a table. + + + + + + + Initializes a new instance of the InsertTablesCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTablesCaptionCommand. + + + A member, identifying the command. + + + + + + + + Sets the background color of the page. + + + + + + + Initializes a new instance of the ChangePageColorCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangePageColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangePageColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangePageColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Inline and Floating Object Layout Dialog. + + + + + + + Initializes a new instance of the ShowFloatingObjectLayoutOptionsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowFloatingObjectLayoutOptionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowFloatingObjectLayoutOptionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowFloatingObjectLayoutOptionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Text box within a object. Contains the text document and the properties that control the size and alignment of the text box. + + + + + + + Provides access to content of the text box. + + + A interface exposing the text box content. + + + + + + + Gets or sets the rule for determining the height of the text box. + + + A enumeration member specifying how the text box size is determined. + + + + + + + Gets or sets the distance between the bottom of the text and the bottom edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the left edge of the text and the left edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the right edge of the text and the right edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the top of the text and the top edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + + Contains formatting information for the shape's border. + + + + + + + Gets or sets the color of the shape's border. + + + A object specifying the line color. + + + + + + + Gets or sets the thickness of the specified line in points. + + + A value that is the line thickness in points. + + + + + + + + Fill formatting for a shape. + + + + + + + Gets or sets the fill color. + + + + A color object specifying the fill color. + + + + + + + + + An object that can be placed above and below the text layer of the document, as well as within the document, with text surrounding it. + + + + + + + + Gets fill formatting properties for the specified shape. + + + A object that contains fill formatting properties. + + + + + + + Gets or sets how the shape is positioned horizontally. + + + A enumeration member that specifies the shape's horizontal position. + + + + + + + + Gets line formatting properties for the specified shape. + + + A object that contains line formatting properties. + + + + + + + + + Gets or sets whether you can change the height and width of a shape independently when you resize it. + + + true if the specified shape retains its original proportions when you resize it; otherwise, false. + + + + + + + Gets or sets the distance between the document text and the bottom border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the left border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the right border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the top border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the name of a shape. The name can be used to reference a particular shape in code. + + + A string that is the shape's name. + + + + + + + Gets or sets the shape position relative to a certain element of the document layout . + + + + A object specifying the offset of the shape measured in units specified by the property. + + + + + + + Gets the original size of a shape, i.e. the size before scaling. + + + A structure specifying the size of a shape. + + + + + + + Gets a picture residing in the floating object. + + + An object that is the image in a shape object that is the floating picture; if a shape object is a text box, null (Nothing in Visual Basic) is returned. + + + + + + + Gets or sets the URI of a picture represented by a floating object. + + + A string that is the URI of the picture. A floating picture can have no URI or the shape can actually be a text box. In this case, an empty string is returned. + + + + + + + + Gets the anchoring range for the specified shape. + + + A object that is the anchoring range for the specified shape. + + + + + + + Gets or sets an item to what the horizontal position of a shape is relative. + + + A enumeration member. + + + + + + + Gets or sets an item to what the vertical position of a shape is relative. + + + A enumeration member. + + + + + + + Gets or sets the number of degrees the shape is rotated around the z-axis. + + + A value that is the number of degrees. + + + + + + + Gets or sets the x-axis scale factor. + + + A positive value that is the scale factor. Default is 1. + + + + + + + Gets or sets the y-axis scale factor. + + + A positive value that is the scale factor. Default is 1. + + + + + + + Gets or sets the size of a shape. + + + A structure specifying the width and height of a shape. + + + + + + + Provides access to text box content. + + + A interface that exposes the content of a text box. + + + + + + + Gets or sets how the shape is surrounded by the text. + + + A enumeration member. + + + + + + + Gets or sets how the shape is positioned vertically. + + + 'A enumeration member that specifies the shape's vertical position. + + + + + + + + Gets or sets the position of the shape in the z-order. + + + An integer that represents a shape position in the z-order. + + + + + + + + Specifies interpretation of the rule used to determine the height of a text box. + + + + + + + Sets the height to fit entire text. + + + + + + + + Sets the height to an exact value specified by the property. + + + + + + + + + Specifies the type of vertical alignment to apply. + + + + + + + The shape is aligned to the bottom relative to its . + + + + + + + + The shape is centered relative to its . + + + + + + + + Not in use. + + + + + + + + The exact position is specified by the property. + + + + + + + + Not in use. + + + + + + + + The shape is top aligned relative to its . + + + + + + + + + Specifies to what the vertical position of a shape is relative. + + + + + + + Relative to bottom margin. + + + + + + + + Not in use. + + + + + + + + Relative to line. + + + + + + + + Relative to margin. + + + + + + + + Not in use. + + + + + + + + Not in use. + + + + + + + + Not in use. + + + + + + + + Relative to top margin. + + + + + + + + + Specifies to what the horizontal position of a shape is relative. + + + + + + + Relative to character. + + + + + + + + Relative to column. + + + + + + + + Not in use. + + + + + + + + Relative to left margin. + + + + + + + + Relative to margin. + + + + + + + + Not in use. + + + + + + + + Relative to page. + + + + + + + + Relative to right margin. + + + + + + + + + Specifies the horizontal alignment of a shape. + + + + + + + The shape is centered relative to its . + + + + + + + + Not in use. + + + + + + + + The shape is left-aligned relative to its . + + + + + + + + The shape is positioned explicitly via the property relative to its . + + + + + + + + Not in use. + + + + + + + + The shape is right-aligned relative to its . + + + + + + + + + Creates a table of tables on the base of table captions. + + + + + + + Initializes a new instance of the InsertTableOfTablesCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfTablesCommand. + + + A member, identifying the command. + + + + + + + + A collection of elements. + + + + + + + + References a method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditInvalidFormatExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the event. + + + An object representing an exception which caused the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditClipboardSetDataExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the event. + + + An object representing an exception which caused the event. + + + + + + + + Allows setting common parameters for all RichEditControl instances in the application. + + + + + + + Fixes incorrectly displayed rotated images in loaded RTF files. + + + True, to turn the compatibility option on; otherwise, false. + + + + + + + Gets or sets the name of the font which is the default font for Rich Edit controls in the application. + + + A string that is the font name. + + + + + + + Gets or sets the size of the font which is the default font size for Rich Edit controls in the application. + + + A value that specifies the font size in points. + + + + + + + Allows you to use an obsolete PDF export implemented in earlier versions. + + + True, to use PDF export based on the Printing System functionality; otherwise, false. + + + + + + + + References a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + An object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the EditStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Style Editor dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TableOptionsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Table Options dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + Base interface for layout elements. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets coordinates of a rectangle which encompasses the layout element. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the parent layout element of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Gets coordinates of the specified layout element relative to its container. + + + + A descendant that is the element whose relative position is obtained. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the element which is one step higher in the layout hierarchy. + + + A descendant which is the parent of the current layout element. + + + + + + + Override the property in class descendants to get the type of layout element. + + + The enumeration. + + + + + + + + Represents a collection of character styles. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance representing a character style. + + + + + + + + Creates a new character style. + + + A object representing a character style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Character Style object specified by its name. + + + + A string specifying the style name. + + + A object which represents the style with the specified name. + + + + + + + + Contains settings which specify parameters affecting how the document is printed. + + + + + + + Initializes a new instance of the PrintingOptions class. + + + + + + + + Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed. + + + true, to update fields before a document is printed; otherwise, false. + + + + + + + When exporting a rich text document to PDF, makes the resulting document layout identical to the original document as displayed by the . + + + + true, to preserve the original document layout when exporting it to PDF; otherwise false. + + + + + + + Gets or sets whether to print the background of the document's margin containing comment balloons. + + + True, to print the background of the document's margin; otherwise, false. + + + + + + + Gets or sets whether to print the background color of the comment balloons. + + + True, to print the comment balloon background; otherwise, false. + + + + + + + Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. + + + true, to print the page background; otherwise, false. + + + + + + + Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. + + + true to print the page background; otherwise, false. + + + + + + + Specifies the user interface of the Print Preview form. + + + A enumeration value. + + + + + + + Gets or sets whether fields are automatically updated before a document is printed. + + + true, to update fields before a document is printed; otherwise, false. + + + + + + + + Adds a new comment at the current position in a document. + + + + + + + + Initializes a new instance of the NewCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NewCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NewCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NewCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains settings which affect the layout of the Draft view. + + + + + + + Initializes a new instance of the DraftViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how to apply horizontal table indents. + + + true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. + + + + + + + + Contains settings which affect the layout of the Simple view. + + + + + + + Initializes a new instance of the SimpleViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how horizontal table indents are applied. + + + + true, if the table's left border is aligned to the view margin; false, if the edge of the text inside the top left cell is aligned to the view margin. + + + + + + + + + Contains settings which affect the layout of the PrintLayout view. + + + + + + + Initializes a new instance of the PrintLayoutViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how to apply horizontal table indents. + + + true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. + + + + + + + + + Invokes the Page Setup dialog at the Paper tab. + + + + + + + Initializes a new instance of the ShowPagePaperSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPagePaperSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPagePaperSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Page Setup dialog at the Margins tab. + + + + + + + Initializes a new instance of the ShowPageMarginsSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPageMarginsSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPageMarginsSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that places text above and below the image, but does not allow any text to appear beside the picture. + + + + + + + Initializes a new instance of the SetFloatingObjectTopAndBottomTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image. + + + + + + + Initializes a new instance of the SetFloatingObjectTightTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTightTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTightTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTightTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image and fills any blank spaces found within the graphic with text. + + + + + + + Initializes a new instance of the SetFloatingObjectThroughTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectThroughTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectThroughTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectThroughTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that wraps the text around all sides of a square that bounds the floating object. + + + + + + + Initializes a new instance of the SetFloatingObjectSquareTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectSquareTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectSquareTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectSquareTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Places the selected object in its own layer in front of the text. + + + + + + + + Initializes a new instance of the SetFloatingObjectInFrontOfTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Places the selected object in its own layer behind the text. + + + + + + + + Initializes a new instance of the SetFloatingObjectBehindTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBehindTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBehindTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBehindTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text or any other floating object. + + + + + + + Initializes a new instance of the FloatingObjectSendToBackCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendToBackCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendToBackCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendToBackCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text layer. + + + + + + + Initializes a new instance of the FloatingObjectSendBehindTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendBehindTextCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendBehindTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBehindTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text or another object, one layer at a time. + + + + + + + + Initializes a new instance of the FloatingObjectSendBackwardCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendBackwardCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendBackwardCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBackwardCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of the text layer and any other floating objects. + + + + + + + Initializes a new instance of the FloatingObjectBringToFrontCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringToFrontCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringToFrontCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringToFrontCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of the text layer. + + + + + + + Initializes a new instance of the FloatingObjectBringInFrontOfTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringInFrontOfTextCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringInFrontOfTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringInFrontOfTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of text or another object, one layer at a time. + + + + + + + + Initializes a new instance of the FloatingObjectBringForwardCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringForwardCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringForwardCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringForwardCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies the width of the outline of the selected floating object. + + + + + + + + Initializes a new instance of the ChangeFloatingObjectOutlineWidthCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectOutlineWidthCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineWidthCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies the color for the outline of the selected floating object. + + + + + + + Initializes a new instance of the ChangeFloatingObjectOutlineColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectOutlineColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFloatingObjectOutlineColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the fill color of a selected floating object. + + + + + + + Initializes a new instance of the ChangeFloatingObjectFillColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectFillColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFloatingObjectFillColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectFillColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the background color of the current paragraph. + + + + + + + + Initializes a new instance of the ChangeParagraphBackColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangeParagraphBackColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeParagraphBackColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeParagraphBackColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A page of the document layout. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the collection of layouts related to the floating objects located behind the text. + + + A collection of elements. + + + + + + + Provides access to a collection of layout elements related to objects for the current page. + + + A collection of elements. + + + + + + + Returns floating objects located in the current page. + + + A containing floating objects of the current page. + + + + + + + Gets the footer of the current page. + + + A object that is the page footer. + + + + + + + Provides access to the collection of layouts related to the floating objects located in front of the text. + + + A collection of elements. + + + + + + + Gets the header of the current page. + + + A object that is the page header. + + + + + + + Gets the index of the current page in the document layout. + + + An integer that is he page index. + + + + + + + Obtains a range that corresponds to the main page area of the current page. + + + A value that is the range of the main page area. + + + + + + + Gets page areas of the current page. + + + A containing page areas. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Inserts a floating object - text box. + + + + + + + Initializes a new instance of the InsertTextBoxCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTextBoxCommand. + + + A member, identifying the command. + + + + + + + + Inserts a picture from a file. The picture becomes a floating object. + + + + + + + + Initializes a new instance of the InsertFloatingObjectPictureCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertFloatingObjectPictureCommand. + + + A member, identifying the command. + + + + + + + + Adds a caption (numbered label) to a figure. + + + + + + + Initializes a new instance of the InsertFiguresCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertFiguresCaptionCommand. + + + A member, identifying the command. + + + + + + + + Displays the Print Preview window for the current document. + + + + + + + Initializes a new instance of the PrintPreviewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PrintPreviewCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PrintPreviewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PrintPreviewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command used to scale a rectangular object within a document, such as frame or picture, by setting the X and Y axis scaling percentages. + + + + + + + Initializes a new instance of the ChangeRectangularObjectScaleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeRectangularObjectScaleCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the ratio of the projected X-size to the current X-size, as a percent. + + + An integer that is the scaling factor expressed as a percentage. + + + + + + + Gets or sets the ratio of the projected Y-size to the current Y-size, as a percent. + + + An integer that is the scaling factor expressed as a percentage. + + + + + + + + Lists conventions used for exporting the background color to RTF format. + + + + + + + + Exports background color using both \chcbpat and \highlight tags. + + + + + + + + Exports the background color as the \chcbpatN tag, where N is the fill color, specified as an index into the document's color table. + + + + + + + + + Exports the background color as the \highlightN tag where N specifies the color. + + + + + + + + + + + Invokes the Modify Style dialog that allows you to edit the document style. + + + + + + + Initializes a new instance of the ShowEditStyleFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowEditStyleFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowEditStyleFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowEditStyleFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Adds a caption (numbered label) to an equation. + + + + + + + Initializes a new instance of the InsertEquationsCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertEquationsCaptionCommand. + + + A member, identifying the command. + + + + + + + + Layout element that relates to the highlighted range to which a comment is assigned. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + The numbering level of the numbering definition instance. + + + + + + + Gets whether the current level is indicated with bullets instead of numbers. + + + true to use bullets for the current list level; otherwise, false. + + + + + + + Provides access to character formatting specified for the current list level. + + + A object that contains character formatting. + + + + + + + Provides access to paragraph characteristics specified for the current list level. + + + A object that contains paragraph formatting. + + + + + + + Gets or sets the style of paragraph applied to the current level. + + + A interface specifying the paragraph style in the document. + + + + + + + + + Lists options which specify how the image height and width are preserved in an exported HTML file. + + + + + + + + Always specify an image size identical to the size of an image in the document layout. + + + + + + + + + Default behavior. + + + + + + + + + Scrolls the document to the specified page. + + + + + + + Initializes a new instance of the ScrollToPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ScrollToPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the index of a page to which scrolling is performed. + + + + An integer that is the number of a page. + + + + + + + + A collection of numbering definition instances. + + + + + + + Creates and adds a new numbering list to the collection, which is based on an abstract numbering list specified by its index. + + + + + An integer that is the index of the abstract numbering list in the document. + + + + A interface specifying the numbering list in the document. + + + + + + + Adds a numbering list to the collection. + + + + A interface specifying the numbering list in the document. + + + + + + + + Creates a new numbering list which is based on the abstract numbering list specified by its index. + + + + + An integer that is the index of the abstract numbering list in the document. + + + + A interface specifying the numbering list. + + + + + + + + Interface derived from the to include methods for specifying tab stops within a paragraph. + + + + + + + Starts modifying tab stops in a paragraph. + + + + true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. + + + A object containing information about tab stops. + + + + + + + Finalizes modifications of tab stops for the current paragraph. + + + + A collection containing information about tab stops. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TableStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. + + + + + + + + Gets the information required for initializing the Table Style Dialog dialog controls. + + + + A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. + + + + + + + + Specifies the numbering format used for a group of automatically numbered objects, such as pages. + + + + + + + + Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of ascending Abjad numerals. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of characters in the Arabic alphabet. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of bullet characters. + + + + + + + + + Specifies that the sequence shall consist of cardinal text of the current language. +Example: one, two, three. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering. +Example: 1, 2, 3, ... , 9, 10, 11 + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. +Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in parentheses. + + + + + + + + Specifies that the sequence shall consist of double-byte Arabic numbering. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of single-byte Arabic numbering. +Example: 1, 2, 3 + + + + + + + + Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. +Example: 01, 02, 03, ..., 09, 10 + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hebrew numerals. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the Hebrew alphabet. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of hexadecimal numbering. +Example: 1, 2, 3, ... , 9, A, B + + + + + + + + Specifies that the sequence shall consist of Hindi consonants. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hindi numbers. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hindi vowels. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of traditional sequential numerical legal ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of traditional sequential numerical ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of sequential zodiac ideographs. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of traditional sequential zodiac ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of the iroha. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the full-width forms of the iroha. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. +Example: a, b, c + + + + + + + + Specifies that the sequence shall consist of lowercase roman numerals. +Example: i, ii, iii + + + + + + + + Specifies the default numbering sequence (specifies that the sequence consists of decimal numbering). + + + + + + + + + Specifies that the sequence shall consist of Arabic numbering surrounded by dash characters. +Example: - 1 -, - 2 -, - 3 - + + + + + + + + + Specifies that the sequence shall consist of ordinals of the current language. +Example: 1st, 2nd, 3rd. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of ordinal text of the current language. +Example: first, second, third. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. +Example: ?, ?, ? + + + + + + + + Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. +Example: ?, ?, ? + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Thai counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Thai letters. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Thai numerals. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. +Example: A, B, C + + + + + + + + Specifies that the sequence shall consist of uppercase roman numerals. +Example: I, II, III + + + + + + + + Specifies that the sequence shall consist of Vietnamese numerals. + +Currently not supported. + + + + + + + + + Defines the numbering format which shall be used for automatically numbered pages and an initial number that is the number of the first page. + + + + + + + Gets whether the numbering should be continued from the previous section or should start from the beginning. + + + True, to continue numbering; otherwise, false. + + + + + + + Gets or sets an initial number from which the numbering starts. + + + An Int value that is the first page number. + + + + + + + Gets or sets the format used to display page numbers. + + + + A enumeration member specifying how the page number is displayed. + + + + + + + + Gets or sets the initial number from which the numbering starts. + + + An integer that is the number of the first page. + + + + + + + + Lists measurement units allowed to specify font size. + + + + + + + + Font size specified in pixels. + + + + + + + + Font size specified in points. + + + + + + + + + Base interface for numbering lists. + + + + + + + Gets or sets the numbering list identifier. + + + An integer that is the numbering list identifier. + + + + + + + Provides access to a collection of numbering definitions for different levels. + + + A DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection<T> collection of level definitions. + + + + + + + Get or sets the type of a numbering list. + + + A enumeration member specifying the type of a list. + + + + + + + + Container for table characteristics used to specify default table properties and table style characteristics. + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Resets the table properties to the properties specified by the underlying table style or to default properties. + + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Gets or sets the table property. + + + A enumeration value or null, if not set. + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + Provides access to the TableBorders interface exposing table border properties. + + + + A interface providing access to table border properties. + + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + Gets or sets the table property. + + + A enumeration value or null, if not set. + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + + A collection of abstract numbering definitions. + + + + + + + Creates a new abstract numbering list and adds it to the collection. + + + An interface specifying base list format options. + + + + + + + Adds the specified list to the collection. + + + + + An interface specifying base list format options. + + + + + + + + Provides access to a bulleted list template of a document. + + + A object. + + + + + + + Creates a new abstract numbering list. + + + An interface specifying base list format options. + + + + + + + Provides access to a multi level list template of a document. + + + A object. + + + + + + + Provides access to a numbered list template of a document. + + + A object. + + + + + + + + A TableStyle objects collection that contains the table styles in a document. + + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance that is a table style. + + + + + + + + Creates a new table style. + + + A object that is a table style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Table Style object specified by its name. + + + + A string specifying the style name. + + + A object which is the style with the specified name. + + + + + + + + + A single style that can be applied to a table. + + + + + + + + Provides access to the container object that holds conditional styles and enables you to retrieve or create them. + + + An object implementing the interface. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object that is the parent style. + + + + + + + + + Increases the number of the paragraph outline level. + + + + + + + + Initializes a new instance of the IncrementParagraphOutlineLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementParagraphOutlineLevelCommand. + + + A member that specifies the command identifier. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementParagraphOutlineLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the number of the paragraph outline level. + + + + + + + + Initializes a new instance of the DecrementParagraphOutlineLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementParagraphOutlineLevelCommand. + + + A member that specifies the command identifier. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementParagraphOutlineLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A delegate intended to invoke its method for each row in a table. + + + + + + + + Executes the delegate with the specified parameters. + + + + A object that is the row for which the delegate is executed. + + + + An integer that is the index of a row in a table. + + + + + + + + + A delegate intended to invoke its method for each cell in a table. + + + + + + + + Executes the delegate with the specified parameters. + + + + A object that is the cell for which the delegate is executed. + + + + An integer that is the index of a row to which the cell belongs. + + + + An integer that is the index of a column to which the cell belongs. + + + + + + + + + Specifies how RichEditControl interprets the specified width (length). + + + + + + + Automatically determined width. + + + + + + + + Width in fiftieths of a percent. + + + + + + + + + Width in units of measurements that are currently in effect for the document. + + + + + + + + Not set. + + + + + + + + + Lists alignments allowed for the table row. + + + + + + + Justified. + + + + + + + + Align center. + + + + + + + + Distribute all characters equally. + + + + + + + + Align left. + + + + + + + + Align to the list tab. + + + + + + + + + Align right. + + + + + + + + + Lists algorithms which shall be used to lay out the contents of a table within the document. + + + + + + + The table is displayed using the autofit layout algorithm. + + + + + + + + + The table is displayed using a fixed layout algorithm. + + + + + + + + + Lists the meaning of the height specified for the container object. + + + + + + + The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content. + + + + + + + + The height increases automatically to accommodate the content. + + + + + + + + The exact height as specified. If the text cannot fit the height, it will appear truncated. + + + + + + + + + Base class for the . Provides basic level definitions. + + + + + + + Gets or sets whether any list numbers from previous levels should be converted to decimal numbers. + + + true if any list numbers from previous levels should be converted to decimal numbers; false if they should be left in the format specified by their own level's definition. + + + + + + + + Gets or sets the number format string for this level. + + + A string value that specifies how the level number is displayed. + + + + + + + Gets or sets the style of numbering for the current list level. + + + A DevExpress.XtraRichEdit.API.Native.NumberingFormat enumeration member specifying the numbering style. + + + + + + + Gets or sets the list level that must appear before the specified list level restarts numbering. + + + An integer specifying the level index. + + + + + + + Gets or sets the character inserted after the number for a numbered list item. + + + A that is the trailing character for the list level. + + + + + + + Gets or sets the starting number for the specified list level. + + + An integer that starts numbering for this level. + + + + + + + Disables resizing of a picture inserted as a bullet. + + + true to disable bullet picture resizing; otherwise, false. + + + + + + + Disables numbering restart for the specified level. + + + true to disable numbering restart; otherwise, false. + + + + + + + + Creates a table of figures on the base of figure captions. + + + + + + + Initializes a new instance of the InsertTableOfFiguresCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfFiguresCommand. + + + A member, identifying the command. + + + + + + + + Creates a table of equations on the base of equation captions. + + + + + + + Initializes a new instance of the InsertTableOfEquationsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfEquationsCommand. + + + A member, identifying the command. + + + + + + + + A numbering definition instance referenced by paragraphs in a document that comprises a numbering list. + + + + + + + Provides access to the parent abstract numbering list. + + + An interface specifying the abstract numbering list in the document. + + + + + + + Gets the index of the parent abstract numbering list. + + + + An integer that is the index of the in the document. + + + + + + + + Gets the zero-based index of the numbering list in the document. + + + An integer value. + + + + + + + Provides access to the level characteristics for the current numbering list. + + + + A DevExpress.XtraRichEdit.API.Native.ListLevelCollection<T> containing objects. + + + + + + + + Lists AutoFit layout algorithm types. + + + + + + + Table columns are automatically resized to fit the content. + + + + + + + + + Table is resized to fit within the page margins. + + + + + + + + Columns have a fixed width, so the AutoFit feature is not used. + + + + + + + + + + Automatically widens table columns to accommodate cell content. + + + + + + + + Initializes a new instance of the ToggleTableAutoFitContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableAutoFitContentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableAutoFitContentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitContentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Columns dialog. + + + + + + + Initializes a new instance of the ShowColumnsSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowColumnsSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowColumnsSetupFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowColumnsSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Toggles line numbering for the paragraph in which the caret is located. + + + + + + + Initializes a new instance of the ToggleParagraphSuppressLineNumbersCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphSuppressLineNumbersCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphSuppressLineNumbersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists possible types of a numbering list. + + + + + + + Bulleted list. + + + + + + + + Mixed numeric and outlined list. + + + + + + + + Simple numeric list. + + + + + + + + + A collection of TableRow objects that is the table rows in a table. + + + + + + + + Appends a new row to the specified collection of table rows. + + + A interface specifying the appended row. + + + + + + + Gets the first row in a collection. + + + A interface specifying the first row. + + + + + + + Inserts a new row after the row specified by its index. + + + + An integer that is the index of a row after which a new row is inserted. + + + A interface specifying a newly inserted row. + + + + + + + Inserts a new row before the row specified by its index. + + + + An integer that is the zero-based index of a row before which a new row is inserted. + + + A interface specifying a newly inserted row. + + + + + + + Gets the last row in a collection. + + + A interface specifying the last row. + + + + + + + Deletes a row specified by its index. + + + + An integer that is the zero-based index of a row to delete. + + + + + + + + + Represents a row in a table. + + + + + + + Provides access to a collection of cells within the current row. + + + A collection containing cells in a current row. + + + + + + + Deletes the current row. + + + + + + + + Gets the first cell in a row. + + + A interface specifying the first cell in a row. + + + + + + + Gets the number of columns which shall be left after the last cell of this table row. + + + An integer that is the remaining number of columns. + + + + + + + + Gets the number of columns which must be skipped before the first cell. + + + An integer that is the number of columns which must be skipped. + + + + + + + + Gets or sets the height of the current row. + + + A that is the row height in units of measurement that are in effect, or 0 (zero) if the is set to . + + + + + + + Gets or sets the type of a rule used to determine the height of a cell. + + + A enumeration member specifying how the height is determined. + + + + + + + Gets the zero-based index of the row in a table. + + + + An integer that is the successive number of the row in a table. + + + + + + + Indicates whether the current row is the first row in a table. + + + true if the current row is the first row; otherwise, false. + + + + + + + Indicates whether the current row is the last row in a table. + + + true if the current row is the last row; otherwise, false. + + + + + + + Gets a cell at the specified column in the current row. + + + + An integer that is the zero-based index of a column. + + + A that is the cell at the specified column. + + + + + + + Gets the last cell in a row. + + + A interface specifying the last cell in a row. + + + + + + + Gets the nesting level of the table containing a current row. + + + An integer that indicates how deep the table that contains a current row is inserted into others. + + + + + + + Gets the next row in a table. + + + A that is the next row in a table, or null if the current row is the last row in a table. + + + + + + + Gets the previous row in a table. + + + A that is the previous row in a table, or null if the current row is the first row in a table. + + + + + + + Gets the document range occupied by the current row. + + + + A occupied by a row. + + + + + + + Provides access to the parent table. + + + A interface that is the table containing the current cell. + + + + + + + Gets or sets the alignment of a particular row in a table. + + + A enumeration value that specifies how the row is aligned in a document. + + + + + + + + A collection of Table objects in a document. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + + An enumeration member specifying how the table (and cell) width is calculated. + + + + Specifying the column width. + + + A interface specifying a newly created table. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + + An enumeration member specifying how the table (and cell) width is calculated. + + + A interface specifying a newly created table. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + A interface specifying a newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + A interface specifying the newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value specifying how the column widths are calculated. + + + A interface specifying the newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value specifying how the column widths are calculated. + + + + An integer specifying the column width if the autoFitBehavior parameter is set to . + + + A interface specifying the newly created table. + + + + + + + Gets the first table in the document. + + + A interface specifying the document table. + + + + + + + Returns an index of a table in a collection. + + + + A interface specifying the document table. + + + An integer that is the index of an item in a collection. + + + + + + + Gets the last table in the document. + + + A interface specifying the document table. + + + + + + + Removes the table from the collection of tables in a document. + + + + A interface specifying the document table. + + + + + + + + Removes the table with the specified index from the collection of tables in a document. + + + + An integer specifying the table index. + + + + + + + + + A collection of TableCell objects in a table row. + + + + + + + Adds a new column to the right of the last column in a table. + + + A interface specifying the newly added cell. + + + + + + + Gets the first cell in a collection. + + + A interface specifying the first cell in a collection. + + + + + + + Inserts a new cell after the cell specified by its column number. + + + + An integer, that is the column number (index in a row) of a cell after which a new cell is inserted. + + + A interface specifying the newly inserted cell. + + + + + + + Inserts a new cell before the cell specified by its column number. + + + + An integer that is the column number (index in a row) of a cell before which a new cell is inserted. + + + A interface specifying the newly inserted cell. + + + + + + + Gets the last cell in a collection. + + + A interface specifying the last cell in a collection. + + + + + + + Deletes a cell specified by its index. + + + + An integer that is the index of a cell in a row. + + + + + + + + + Contains characteristics for cell borders. + + + + + + + Provides access to an object specifying line properties associated with the bottom border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + Provides access to an object specifying line properties associated with the left border of a cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the right border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + Provides access to an object specifying line properties associated with the top border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + + The border characteristics of a cell. + + + + + + + + Gets or sets the color of the border line. + + + A instance specifying the border line color. + + + + + + + Gets or sets the style used to paint a border line. + + + A enumeration member specifying the line style. + + + + + + + Gets or sets the line width. + + + A value that is the line width in points. + + + + + + + + Represents a single table cell. + + + + + + + Gets or sets the color of the cell background. + + + A that is the color of the background. + + + + + + + Provides access to a TableCellBorders interface that describes all the borders for the specified cell. + + + A interface specifying all the cell borders. + + + + + + + Gets or sets the amount of space below the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the number of columns that the cell spans. + + + An integer that is the number of columns. + + + + + + + Gets the document range that corresponds to the table cell. + + + A that is the range in the document which comprises the current cell. + + + + + + + Deletes a cell and shifts the next cell to the left. + + + + + + + + Gets or sets the height of a table cell. + + + A value that is the height in points. + + + + + + + Gets or sets the type of a rule used to determine the height of a cell. + + + A enumeration member specifying how the height is determined. + + + + + + + Gets the zero-based index of the cell in a row. + + + + An integer that is the number of the table column that contains the specified cell. + + + + + + + Gets or sets the amount of space to the left of the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the nesting level of the table containing a current cell. + + + An integer that indicates how deep the table that contains a current cell is inserted into others. + + + + + + + Gets the next cell in a row. + + + A that is the next cell in a row, or null if the current cell is the last cell in a row. + + + + + + + Gets or sets the numerical value of the preferred width. + + + A value specifying the cell width. + + + + + + + Gets or sets how the width of a cell is determined if Preferred Width is specified. + + + A enumeration value specifying how the is interpreted. + + + + + + + Gets the previous cell in a row. + + + A that is the previous cell in a row, or null if the current cell is the first cell in a row. + + + + + + + Gets a document range occupying by the current cell. + + + A occupied by a cell. + + + + + + + Gets or sets the amount of space to the right of the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the row to which the current cell belongs. + + + A interface that provides access to the table row. + + + + + + + Splits a single table cell into multiple cells. + + + + The number of rows that the cell is to be split into. + + + + The number of columns that the cell is to be split into. + + + + + + + + For internal use. + + + + + + + + + + Provides access to the parent table. + + + A interface that is the table containing the current cell. + + + + + + + Gets or sets the amount of space above the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets or sets the vertical justification of content inside a table cell. + + + A enumeration value. + + + + + + + Obtains vertical merge state of the current cell, i.e. whether the cell is merged vertically and its relative position in a merged object. + + + A enumeration member that specifies the state of the cell regarding the vertical merge. + + + + + + + Gets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same. + + + + true to wrap the text; otherwise, false. + + + + + + + + Contains characteristics for table borders. + + + + + + + Provides access to an object specifying line properties associated with the bottom borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the inner horizontal borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the inner vertical borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the left borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the right borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the top borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + + Represents a single table. + + + + + + + Locks the Table object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Provides access to the TableBorders interface exposing borders assigned to a table. + + + A interface providing access to table borders. + + + + + + + Gets or sets the space between the bottom border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell bottom margin in measurement units that are currently in effect. + + + + + + + Provides access to a cell in a table. + + + + The number of the row in the table. Can be an integer between 1 and the number of rows in the table. + + + + The number of the column in the table. Can be an integer between 1 and the number of columns in the table. + + + A object that is the cell in a table. + + + + + + + Unlocks the Table object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the first (uppermost) row of the table. + + + An object with the interface that is the topmost row. + + + + + + + + Performs the specified action on each cell in the table. + + + + The delegate to perform on each cell in a table. + + + + + + + + Enables you to specify a delegate which will be executed for each row of a table. + + + + A delegate. + + + + + + + + Gets or sets the amount of indentation for a table. + + + A value specifying the amount of space to indent a table in measurement units that are currently in effect. + + + + + + + Indicates whether a document containing this table can be successfully opened in Microsoft Word. + + + true, if Microsoft Word can open a document containing this table correctly; otherwise, false. + + + + + + + Gets a table cell by its row and column index. + + + + An integer specifying the row number. Row numbers are zero-based. + + + + An integer specifying the column number that is the index of a cell within the row. Zero-based. + + + An object with the interface that is the table cell. + + + + + + + Gets the last row in a table. + + + An object with the interface, specifying a row in a table. + + + + + + + + Gets or sets the space between the left border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell left margin in measurement units that are currently in effect. + + + + + + + Merges all columns with indexes greater than 63 into a single column. + + + + true, if the table has been modified (i.e., several columns have been merged); otherwise, false. + + + + + + + Merges the cells in the specified range into a single cell. + + + + A that marks one end of the merged range. + + + + A that marks the opposite end of the merged range. + + + + + + + + + Gets the nesting level of the current table. + + + An integer that indicates how deep the table is inserted into others. + + + + + + + Gets the cell containing the nested table. + + + An object with the interface that is the containing cell. + + + + + + + Gets or sets the numerical value of the preferred width. + + + A value specifying the table width. + + + + + + + Gets or sets how the width of a table is determined if Preferred Width is specified. + + + A enumeration value specifying how the is interpreted. + + + + + + + Gets a document range occupied by a table. + + + A occupied by a table. + + + + + + + Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Resets table properties to values specified by the underlying style or to the default style values. + + + + + + + + Gets or sets the space between the right border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell right margin in measurement units that are currently in effect. + + + + + + + Provides access to a collection of table rows. + + + A interface that enables you to operate with table rows. + + + + + + + Specifies the preferred width for the table in specified units. + + + + + A float value that is the preferred width of a table. + + + + A enumeration value that specifies how the preferred width should be interpreted. + + + + + + + + Gets or sets the style applied to the table. + + + A interface specifying a style specific to tables in a document. + + + + + + + + Gets or sets the alignment of a table as a whole within the document. + + + A enumeration value that specifies how the table is aligned in a document. + + + + + + + + Gets or sets the color of an empty space between cells. + + + A that is the color of the background. + + + + + + + Gets or sets the amount of space in between the cells of a table. + + + A value specifying the amount of space in measurement units that are currently in effect. + + + + + + + Gets or sets the algorithm which shall be used to lay out the contents of the current table within the document. + + + A enumeration value. + + + + + + + Gets or sets the table style options that modify the table appearance. + + + + The enumeration values which specify table style options that change the table appearance. + + + + + + + + Gets or sets the space between the top border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell top margin in measurement units that are currently in effect. + + + + + + + Checks whether the current table instance is valid and usable. + + + + + + + + + Lists possible vertical alignments for cell content. + + + + + + + The content is aligned to the bottom of a cell. + + + + + + + + The content is centered across the height of a cell. + + + + + + + + The content is aligned to the top of a cell. + + + + + + + + + List line styles used for table borders. + + + + + + + A series of alternating thin and thick strokes, resembling a barber pole. + + + + + + + + + Dashes. + + + + + + + + A dash followed by a small gap. + + + + + + + + A dash followed by a dot. + + + + + + + + A dash followed by two dots. + + + + + + + + Dots. + + + + + + + + Double solid lines. + + + + + + + + Double wavy solid lines. + + + + + + + + The border appears to be inset. + + + + + + + + No border. + + + + + + + + No border. + + + + + + + + The border appears to be outset. + + + + + + + + A single solid line. + + + + + + + + Single line. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a large gap between them. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a small gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a large gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a small gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. + + + + + + + + A line border consisting of three staged gradient lines around the cell, getting darker towards the cell. + + + + + + + + + A line border consisting of three staged gradient lines around the cell, getting darker away from the cell. + + + + + + + + + Triple line. + + + + + + + + Wavy line. + + + + + + + + + Lists the types of a section break. + + + + + + + + A new section begins on the next even-numbered page. If the section break falls on an even-numbered page, the next odd-numbered page is left blank. + + + + + + + + A page is broken at the section break. The new section starts on the next page. + + + + + + + + A new section begins on the next odd-numbered page. If the section break falls on an odd-numbered page, the next even-numbered page is left blank. + + + + + + + + + Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. + + + + + + + Initializes a new instance of the ShowFormEventArgs class with default settings. + + + + + + + + Gets or sets the return value of a dialog box. + + + A enumeration value that specifies the value that is returned by the dialog box. + + + + + + + Gets or sets whether an event was handled. If it was handled, the default actions are not required. + + + + true if it was handled and the default dialog doesn't need to be shown; otherwise, false. + + + + + + + Gets or sets a parent of the form being shown. + + + An object. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TabsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Tabs dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TablePropertiesFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Table Properties dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SymbolFormShowingEventArgs class with the specified view model. + + + + A object. This value is assigned to the property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SplitTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Split Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SearchFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Obtains what tab of the Find and Replace dialog (Find or Replace) is active. + + + enumeration value. + + + + + + + Gets the information for initializing the Find and Replace dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RangeEditingPermissionsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Editing Permissions dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PasteSpecialFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Paste Special dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ParagraphFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Paragraph dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PageSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Page Setup dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NumberingListFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Bullets and Numbering dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LineNumberingFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Line Numbers dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertTableFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Table dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertMergeFieldFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Merge Field dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the HyperlinkFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Edit Hyperlink dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A method that will handle the HeaderFooterEditing event. + + + + + + + + A method that will handle the and the events. + + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the StartHeaderFooterEditing and the FinishHeaderFooterEditing events. + + + + + + + Initializes a new instance of the HeaderFooterEditingEventArgs class with default settings. + + + + + + + + + Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FontFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Font dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentProtectionQueryPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Unprotect Document dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentProtectionQueryNewPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Start Enforcing Protection dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DeleteTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Delete Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ColumnsSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Columns dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A method that will handle the CalculateDocumentVariable event. + + + + + + + + A method that will handle the CalculateDocumentVariable event of the RichEditControl. + + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the CalculateDocumentVariable event. + + + + + + + Provides access to a collection of arguments within the DOCVARIABLE field. + + + An instance containing DOCVARIABLE field arguments. + + + + + + + Gets or sets a locked attribute to the field for which the event occurs. + + + True, if the property of the field that triggers an event, is true; otherwise, false. + + + + + + + Gets or sets whether the default action is required. + + + + true if no default action is necessary; otherwise, false. + + + + + + + Gets or sets whether the last paragraph of the inserted document is kept in the resulting document. + + + true to retain the last paragraph of the inserted document; otherwise, false. + + + + + + + Gets or sets whether to insert an additional hidden paragraph so that the inserted content is not formatted with the DOCVARIABLE field's paragraph formatting. + + + True, to insert a hidden paragraph before the DOCVARIABLE field's content; otherwise, false. + + + + + + + Gets or sets the value of the DOCVARIABLE field that fired the event. + + + An object that is inserted into a document in place of the DOCVARIABLE field. + + + + + + + Gets the name of the document variable to which the DOCVARIABLE field refers. + + + A string that is the name of the document variable in the DOCVARIABLE field. + + + + + + + + References a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BookmarkFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Bookmark dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A collection of Argument objects. Results from parsing a document field. + + + + + + + Initializes a new instance of the ArgumentCollection class with default settings. + + + + + + + + + An argument within the document field. + + + + + + + + Gets the length of an argument text range in the DOCVARIABLE field. + + + An integer, specifying the length of a text range representing the argument in the DOCVARIABLE field. + + + + + + + Gets the document position where the argument text range starts. + + + + An integer, specifying the starting document position of a text range, that is the argument in the DOCVARIABLE field. + + + + + + + + Gets the value of an argument in the DOCVARIABLE field. + + + A string, specifying the argument in the DOCVARIABLE field. + + + + + + + + Updates all fields in the selected range. + + + + + + + Initializes a new instance of the UpdateFieldsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateFieldsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to . + + + A string value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateFieldsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A method that will handle the MailMergeStarted event. + + + + + + + + A method that will handle the MailMergeStarted event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeStarted event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Specifies the text displayed by the progress indicator while the document is being rendered. + + + A value. + + + + + + + + A method that will handle the MailMergeRecordStarted event. + + + + + + + + A method that will handle the MailMergeRecordStarted event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeRecordStarted event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Gets a template document before a record is merged. + + + A interface providing access to an interim document. + + + + + + + + Gets an index of a record currently merged. + + + An integer that is the data record index. + + + + + + + + A method that will handle the MailMergeRecordFinished event. + + + + + + + + A method that will handle the MailMergeRecordFinished event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeRecordFinished event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Gets a template document after a record is merged. + + + A interface providing access to an interim document. + + + + + + + + Gets an index of a record currently merged. + + + An integer that is the data record index. + + + + + + + + A method that will handle the MailMergeFinished event. + + + + + + + + A method that will handle the MailMergeFinished event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeFinished event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + + A collection of document variables. + + + + + + + Adds a new document variable to the collection. + + + + A string that is the name of the new document variable. + + + + An object that is the value of the document variable. + + + + + + + + Removes all document variables from the current document. + + + + + + + + Gets the number of variables in the document. + + + An integer that is the number of document variables in the collection. + + + + + + + Calculates the value of the specified document variable. + + + + + A string that is the document variable name. + + + + An object that holds arguments used to calculate the document variable value. + + + + An object associated with the document variable or calculated in the corresponding event. + + + + + + + Calls the method with an empty argument collection. + + + + + A string that is the document variable name. + + + An object associated with the document variable or calculated in the corresponding event. + + + + + + + Removes the variable with the specified name from the document. + + + + A string that is the name of the variable to remove. + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.dll new file mode 100644 index 0000000..91cef04 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.xml new file mode 100644 index 0000000..63a01ef --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Sparkline.v15.2.Core.xml @@ -0,0 +1,746 @@ + + + + DevExpress.Sparkline.v15.2.Core + + + + + + The Line sparkline view. + + + + + + + Initializes a new instance of the LineSparklineView class with default settings. + + + + + + + + Gets the actual color of a sparkline marker. + + + A value that is the actual marker color. + + + + + + + Copies all the settings from the LineSparklineView object passed as the parameter. + + + + + A LineSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets whether anti-aliasing (smoothing) is applied to the line view. + + + True to apply anti-aliasing to the line view; False to disable anti-aliasing. + + + + + + + Gets or sets the size of an end point's marker. + + + An integer value specifying the marker size, in pixels. + + + + + + + Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0). + + + true, to highlight points with negative values; otherwise, false. + + + + + + + Specifies the width of a line in a LineSparklineView. + + + + An integer value specifying the line width (in pixels). + + + + + + + + Gets or sets the color to draw line markers. + + + A that defines the color to draw line markers. + + + + + + + Gets or sets the size of markers for data points in a line sparkline. + + + An integer value specifying the marker size, in pixels. + + + + + + + Gets or sets the marker size of a data point that has the maximum value among all data points. + + + + An integer value specifying the marker size, in pixels. + + + + + + + + Gets or sets the marker size of a data point that has the minimum value among all data points. + + + + An integer value specifying the marker size, in pixels. + + + + + + + + + Gets or sets the marker size of all data points that have negative values (less than 0). + + + An integer value specifying the marker size, in pixels. + + + + + + + Sets size for all markers of a sparkline. + + + + An integer value specifying the new size for sparkline markers (in pixels). + + + + + + + + Gets or sets a value specifying the visibility of point markers on a sparkline. + + + true to show markers for each data point; false to hide them. + + + + + + + Gets or sets the size of a start point's marker. + + + An integer value specifying the marker size, in pixels. + + + + + + + + Gets the type of the sparkline view. + + + Always . + + + + + + + + + + + + + + + + + + Represents a range to be used in DevExpress Sparkline controls. + + + + + + + Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits. + + + + + A value, specifying the minimum limit. This value is assigned to the property. + + + + A value, specifying the maximum limit. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SparklineRange class with default settings. + + + + + + + + Gets or sets a value indicating whether or not range limits should be calculated automatically. + + + true to calculate range limits automatically; false to use the and property values. + + + + + + + + Gets or sets a value specifying the first limit of the range. + + + A value that specifies the first limit. + + + + + + + Gets or sets a value specifying the second limit of the range. + + + A value that specifies the second limit. + + + + + + + This event is hidden, because it is not appropriate for the SparklineRange class. + + + + + + + + + + + + + + + + + The WinLoss sparkline view. + + + + + + + Initializes a new instance of the WinLossSparklineView class with default settings. + + + + + + + + Gets the type of the sparkline view. + + + Always . + + + + + + + + + + + + + + + + + + The base for Bar and WinLoss sparkline views. + + + + + + + Copies all the settings from the BarSparklineViewBase object passed as the parameter. + + + + + A BarSparklineViewBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies the distance between two bars of a bar sparkline. + + + An integer value (in pixels). + + + + + + + + The Bar sparkline view. + + + + + + + Initializes a new instance of the BarSparklineView class with default settings. + + + + + + + + Copies all the settings from the BarSparklineView object passed as the parameter. + + + + + A BarSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0). + + + true, to highlight points with negative values; otherwise, false. + + + + + + + Gets the type of the sparkline view. + + + Always . + + + + + + + + + + + + + + + + + + The Area sparkline view. + + + + + + + Initializes a new instance of the AreaSparklineView class with default settings. + + + + + + + + Specifies the opacity (0-255) of the area sparkline. + + + + A value from 0 (transparent) to 255 (opaque). + + + + + + + Copies all the settings from the AreaSparklineView object passed as the parameter. + + + + + A AreaSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets the type of the sparkline view. + + + Always . + + + + + + + + + + + + + + + + + + Lists the values used to specify the available view types of a sparkline. + + + + + + + + Sparkline data points are represented as area. + + + + + + + + Sparkline data points are represented as bars. + + + + + + + + Sparkline data points are represented as a line. + + + + + + + + Sparkline data points are represented as win and loss squares. + + + + + + + + + The base class for sparkline views. + + + + + + + Gets the actual color of a sparkline. + + + A value that is the actual sparkline color. + + + + + + + Gets the actual color of a sparkline end point. + + + A value that is the actual point color. + + + + + + + Gets the actual color of a sparkline maximum point. + + + A value that is the actual point color. + + + + + + + Gets the actual color of a sparkline minimum point. + + + A value that is the actual point color. + + + + + + + Gets the actual color of sparkline negative points. + + + A value that is the actual point color. + + + + + + + Gets the actual color of a sparkline start point. + + + A value that is the actual point color. + + + + + + + Copies all the settings from the SparklineViewBase object passed as the parameter. + + + + + A SparklineViewBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the color to draw a sparkline. + + + A that defines the color to draw a sparkline. + + + + + + + Creates a sparkline view of the specified type. + + + + A enumeration value specifying the type of view to create. + + + A class descendant. + + + + + + + Gets or sets the color to draw the end point of a sparkline. + + + A that defines the color to draw the end point. + + + + + + + Gets or sets a value specifying whether or not to highlight the end point of a sparkline. + + + true, to highlight the end point; otherwise, false. + + + + + + + Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points. + + + + true, to highlight a point with the maximum value; otherwise, false. + + + + + + + + Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points. + + + + true, to highlight a point with the minimum value; otherwise, false. + + + + + + + + Gets or sets a value specifying whether or not to highlight the start point of a sparkline. + + + true, to highlight the start point; otherwise, false. + + + + + + + Gets or sets the color to draw a sparkline point that has the highest value among all data points. + + + + A that defines the color to draw a data point with the maximum value. + + + + + + + + Gets or sets the color to draw a sparkline point that has the lowest value among all data points. + + + + + A that defines the color to draw a data point with the minimum value. + + + + + + + + Gets or sets the color to draw sparkline points that have negative values (less than 0). + + + A that defines the color to draw data points with negative values. + + + + + + + Occurs when any property of the SparklineViewBase object has changed its value. + + + + + + + + Gets or sets the color to draw the start point of a sparkline. + + + A that defines the color to draw the start point. + + + + + + + Returns a human-readable string that represents the SparklineViewBase object. + + + A value that represents the SparklineViewBase object. + + + + + + + Gets the type of the sparkline view. + + + A enumeration value specifying the view type. + + + + + + + + + + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.dll new file mode 100644 index 0000000..f6cc257 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.xml new file mode 100644 index 0000000..627d82c --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.Utils.v15.2.xml @@ -0,0 +1,19084 @@ + + + + DevExpress.Utils.v15.2 + + + + + + The enumeration specifies the size of images being displayed within an object, when images are obtained from a . + + + + + + + The size of an image being displayed by an object is determined by the ImageSize property of the bound . + + + + + + + + The size of an image being displayed by an object is determined by the size of the corresponding Image item in the bound . + + + + + + + + + Represents the collection of objects. + + + + + + + Initializes a new instance of the ThumbnailButtonCollection class. + + + + + + + + Disposes the current object and releases all the allocated resources. + + + + + + + + + + Provides data for the event. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Gets the window handle that the is bound to. + + + The window handle that the is bound to. + + + + + + + Gets the that raised the event. + + + The that raised the event. + + + + + + + + + This interface supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Represents the separator that separates tasks in the . + + + + + + + Initializes a new instance of the JumpListItemSeparator class. + + + + + + + + Converts an object to its string representation. + + + This method returns "Separator". + + + + + + + + Represents a task in a Jump List. + + + + + + + Initializes a new instance of the JumpListItemTask class. + + + + + + + + Initializes a new instance of the JumpListItemTask class with the specified settings. + + + + A string value that is used to initialize the property. + + + + + + + + Gets or sets the arguments for a command file specified in the property. + + + The arguments for a command file specified in the property. + + + + + + + Binds the specific parameterized command to this JumpListItemTask. + + + + An Object that is the command to be bound to this JumpListItemTask. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this JumpListItemTask. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this JumpListItemTask. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. + + + + + + + Gets or sets a caption of the JumpListItemTask. + + + A caption of the JumpListItemTask. + + + + + + + Fires when a task has been clicked. + + + + + + + + Creates a new object that is a copy of the current JumpListItemTask. + + + A new object that is a copy of the current JumpListItemTask. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the index of an icon contained in the image source specified by the property or in the resources of the assembly. + + + The index of an icon that is contained in the assembly resources. + + + + + + + Gets or sets the path to an assembly or an image that is used to specify the icon for the current task. + + + A string value that specifies the path to an assembly or an image that is used to specify the icon for the current task. + + + + + + + Gets or sets a path to a destination folder or a file that is launched by the JumpListItemTask. + + + A path to a destination folder or a file that is launched by the JumpListItemTask. + + + + + + + Raises the event. + + + + + + + + Gets or sets whether the program starts minimized, maximized, or normally. + + + The WindowShowCommand enumeration value that specifies whether the program starts minimized, maximized, or normally. The default value is WindowShowCommand.Normal. + + + + + + + Gets or sets the current directory for a process launched with a click on the current task. + + + The current directory for a process that is launched with a click on the JumpListItemTask. + + + + + + + + Represents a custom category in a Jump List. + + + + + + + Initializes a new instance of the JumpListCategory class. + + + + + + + + Initializes a new instance of the JumpListCategory class with the specified settings. + + + + A string value that is used to initialize the property. + + + + + + + + Gets or sets a caption of the JumpListCategory. + + + A caption of the JumpListCategory. + + + + + + + Gets or sets a collection of tasks in the JumpListCategory. + + + A collection of tasks in the JumpListCategory. + + + + + + + + Represents the collection of objects. + + + + + + + Initializes a new instance of the JumpListCategoryCollection class. + + + + + + + + Releases all resources used by elements of the JumpListCategoryCollection. + + + + + + + + + Defines the set of values that specify whether the Frequent category or Recent category is displayed in the Jump List, or none of them are displayed. + + + + + + + + The Frequent Category is displayed in the Jump List. This category contains the list of files that are frequently opened with the current application. + + + + + + + + + Neither Frequent nor Recent category is displayed in the Jump List. + + + + + + + + The Recent Category is displayed in the Jump List. This category contains the list of files that are recently opened with the current application. + + + + + + + + + + Defines the set of values that specify the position of the Frequent/Recent category in the Jump List. + + + + + + + The Frequent/Recent category is displayed at the bottom of the Jump List. + + + + + + + + The Frequent/Recent category is displayed at the top of the Jump List. + + + + + + + + + Represents the collection of items in a Jump List category. + + + + + + + Initializes a new instance of the JumpListCategoryItemCollection class. + + + + + + + + Releases all resources used by elements of the JumpListCategoryItemCollection. + + + + + + + + + Contains values that specify the type of progress indicator to be displayed within taskbar buttons. + + + + + + + The same as the Normal mode, but the progress bar turns red to indicate that an error has occurred. + + + + + + + + + + + An indeterminate marquee-style progress indicator, which cycles repeatedly along the length of the taskbar button. + + + + + + + + + + + Stops displaying progress and returns the button to its regular state. + + + + + + + + The determinate progress indicator that grows in size from left to right. Advance the progress value with the property. + + + + + + + + + + + The same as the Normal mode, but the progress turns yellow to indicate that progress is currently stopped. + + + + + + + + + + + + List values that specify how the characters in a string that do not completely fit into a layout shape are trimmed. + + + + + + + + Specifies that the text is trimmed to the nearest character. + + + + + + + + Trimming is determined by a control's current settings. The default value is automatically set for a control if an end-user doesn't specify a value. + + + + + + + + + Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. + + + + + + + + Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + Specifies no trimming. + + + + + + + + + Specifies that text is trimmed to the nearest word. + + + + + + + + + A button within the live thumbnail preview window. + + + + + + + Initializes a new instance of the ThumbnailButton class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + Fires when the button is clicked. + + + + + + + + Gets or sets whether a click on this button automatically closes the live thumbnail preview. + + + true, if the live thumbnail preview is automatically closed on clicking the button; otherwise, false. + + + + + + + Gets or sets whether the button is enabled. + + + true, if the button is enabled; otherwise, false. + + + + + + + Gets or sets the image displayed within the button. + + + The image displayed within the button. + + + + + + + Gets or sets whether the button's pressed state is visually indicated. + + + true, if the button's pressed state is visually indicated; otherwise, false. + + + + + + + Gets or sets the button's tooltip. + + + The button's tooltip. + + + + + + + Gets or sets whether the button is visible. + + + true, if the button is visible; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Contains values that specify the position at which a is displayed relative to its owner. + + + + + + + The panel, when displayed, is stretched along the owner's bottom edge. + + + + + + + + The panel is displayed at the center of the owner. The display size is specified by the panel's Size property. + + + + + + + + The panel, when displayed, is stretched along the owner's left edge. + + + + + + + + The panel is displayed at the position specified by the property. + + + + + + + + The panel, when displayed, is stretched along the owner's right edge. + + + + + + + + The panel, when displayed, is stretched along the owner's top edge. + + + + + + + + The panel is displayed at the owner's top left corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. +Use the and properties to shift the display position inward from the top left corner. + + + + + + + + + The panel is displayed at the owner's top right corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. +Use the and properties to shift the display position inward from the top right corner. + + + + + + + + + + Provides methods to manipulate an application taskbar button, Jump List and thumbnail preview. + + + + + + + Initializes a new instance of the TaskbarAssistant class. + + + + + + + + Assigns the specified parent control to the current TaskbarAssistant component. + + + + A Control to be assigned the current TaskbarAssistant component. + + + + + + + + Locks the TaskbarAssistant object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Gets the default TaskbarAssistant component. + + + The default TaskbarAssistant component. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Unlocks the TaskbarAssistant object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets the name of the assembly that contains icons (in resources) for Jump List tasks. + + + A string value that specifies the the name of the assembly that contains icons (in resources) for Jump List tasks. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Provides access to the collection of custom categories in the Jump List. + + + The collection of custom categories in the Jump List. + + + + + + + Gets or sets the position of the Frequent or Recent category in the Jump List. + + + The position of the Frequent or Recent category in the Jump List. + + + + + + + Gets or sets which category (Recent or Frequent) is enabled in the Jump List. + + + A value that specifies which category (Recent or Frequent) is enabled in the Jump List. + + + + + + + Provides access to the collection of items within the standard Tasks category in the Jump List. + + + The collection of items within the standard Tasks category in the Jump List. + + + + + + + The maximum number of thumbnail buttons in the live thumbnail preview. This field is equal to 7. + + + + + + + + + + Gets or sets a small overlay icon displayed over the application icon. + + + A small overlay icon displayed over the application icon. + + + + + + + Gets or sets the Control to which the current TaskbarAssistant is bound. + + + A System.Windows.Forms.Control object to which the current TaskbarAssistant is bound. + + + + + + + Gets or sets the current value of a progress indicator within an application's taskbar button. + + + The current value of a progress indicator within an application's taskbar button. + + + + + + + + Gets or sets the maximum value of a progress indicator within an application's taskbar button. + + + + The maximum value of a progress indicator within an application's taskbar button. + + + + + + + + + Gets or sets the type of progress indicator within the taskbar button. + + + A value that specifies the type of progress indicator within the taskbar button. + + + + + + + Updates the application taskbar button. + + + + + + + + Provides access to the collection of buttons displayed in the toolbar in the live thumbnail preview. + + + A collection of toolbar buttons in the live thumbnail preview. + + + + + + + Gets or sets the region of the application window that is used as a thumbnail in the live thumbnail preview. + + + The region of the application window that is used as a thumbnail in the live thumbnail preview. + + + + + + + Gets or sets whether a single instance of the Jump List is used for all instances of the current application. + + + true, if a single instance of the Jump List is used for all instances of the current application; false if every application instance uses its own Jump List instance. + + + + + + + + Contains view and behavior options for a . + + + + + + + Initializes a new instance of the FlyoutPanelOptions class. + + + + + + + + Gets or sets the position at which the is displayed relative to its owner (). + + + The position at which the FlyoutPanel is displayed relative to its owner. + + + + + + + Gets or sets the animation effect used to display and hide the . + + + The animation effect used to display and hide the FlyoutPanel. + + + + + + + Gets or sets whether the is automatically closed when the owner control is hidden. + + + true, if the is automatically closed when the owner control is hidden; otherwise, false. + + + + + + + Gets or sets whether the is hidden on clicking outside the panel's bounds. + + + true, if the is hidden on clicking outside the panel's bounds; otherwise, false. + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + The default value for the property. + + + + + + + + + Gets or sets the panel's horizontal indent from the owner's top left or top right corner when the property is set to TopLeft or TopRight. + + + The panel's horizontal indent from a corner, in pixels. + + + + + + + Gets or sets the display position of the when the property is set to Manual. The position is relative to the owner's top left corner. + + + The display position of the FlyoutPanel when the AnchorType property is set to Manual, in pixels. + + + + + + + Gets or sets the panel's vertical indent from the owner's top left or top right corner when the property is set to TopLeft or TopRight. + + + The panel's vertical indent from a corner, in pixels. + + + + + + + + A panel that is displayed and hidden using an animation effect. + + + + + + + Initializes a new instance of the FlyoutPanel class. + + + + + + + + This property is not supported by the FlyoutPanel class. + + + + + + + + + + Occurs when a button in the FlyoutPanel's built-in button panel is clicked. + + + + + + + + This property is not supported by the FlyoutPanel class. +Use the property to specify the position at which the panel is displayed. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns a color for the glyph skinning feature. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A BaseButtonInfo object. + + + A System.Drawing.Color structure. + + + + + + + Fires after the panel has been hidden. + + + + + + + + This method is not supported by the FlyoutPanel class. Use the method instead. + + + + + + + + Hides the current FlyoutPanel displayed as a beak form, using a fade-out effect. + + + + + + + + Hides the current FlyoutPanel displayed as a beak form immediately or using a fade-out animation effect. + + + + true, if the beak form should be hidden immediately, without a fade-out effect; otherwise, false. + + + + + + + + Hides the FlyoutPanel using an animation effect specified by the property. + + + + + + + + Hides the FlyoutPanel immediately or using an animation effect specified by the property. + + + + true, to hide the panel immediately; false to hide the panel using an animation effect. + + + + + + + + Fires when a panel is about to be hidden. + + + + + + + + Gets whether the current FlyoutPanel is displayed. + + + true, if the current FlyoutPanel is displayed; otherwise, false. + + + + + + + Gets or sets the minimum size of the FlyoutPanel. + + + A object that specifies the minimum size of the FlyoutPanel. + + + + + + + Contains the FlyoutPanel's view and behavior options. + + + The FlyoutPanel's view and behavior options. + + + + + + + Provides access to the settings applied to the current FlyoutPanel displayed as a beak form. + + + A BeakPanelOptions object representing the settings applied to the current FlyoutPanel displayed as a beak form. + + + + + + + Provides access to the set of options applied to the built-in button panel. + + + A object representing a set of options applied to the built-in button panel. + + + + + + + Gets or sets the FlyoutPanel's owner, relative to which the panel is displayed. + + + The FlyoutPanel's owner, relative to which the panel is displayed. + + + + + + + Gets or sets the form that owns this FlyoutPanel. + + + A Form that owns this FlyoutPanel. + + + + + + + This method is not supported by the FlyoutPanel class. Use the method instead. + + + + + + + + Displays the current FlyoutPanel as a beak form using a fade-in effect. + + + + + + + + Displays the current FlyoutPanel as a beak form at the specified position using a fade-in effect. + + + + A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. + + + + + + + + Displays the current FlyoutPanel as a beak form at the specified position using a fade-in effect or immediately. + + + + A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. + + + + true, if the beak form should be displayed immediately; otherwise, false. + + + + + + + + Displays the current FlyoutPanel as a beak form at the specified position using a fade-in effect or immediately. + + + + A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. + + + + true, if the beak form should be displayed immediately; otherwise, false. + + + + A Control that owns the current FlyoutPanel. + + + + + + + + Displays the current FlyoutPanel as a beak form immediately or using a fade-in effect. + + + + true, if the beak form should be displayed immediately; otherwise, false. + + + + + + + + Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using a fade-in effect or immediately. + + + + A System.Drawing.Point structure that specifies the location on the screen where the beak form should be displayed. + + + + true, if the beak form should be displayed immediately; otherwise, false. + + + + A Control that owns the current FlyoutPanel. + + + + A System.Drawing.Point structure by which the location specified with the loc parameter should be translated. + + + + + + + + Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using a fade-in effect or immediately. + + + + A System.Drawing.Point structure that specifies the location on the screen where the beak form should be displayed. + + + + true, if the beak form should be displayed immediately; otherwise, false. + + + + A Control that owns the current FlyoutPanel. + + + + A System.Drawing.Point structure by which the location specified with the loc parameter should be translated. + + + + An IFlyoutPanelPopupController object. + + + + + + + + Fires when the panel is about to be displayed. + + + + + + + + Fires after the panel has been displayed. + + + + + + + + Displays the panel at the position specified by the property using an animation effect specified by the property. + + + + + + + + Displays the panel at the position specified by the property immediately or using an animation effect specified by the property. + + + + true, if the panel is displayed immediately (without an animation); otherwise, false. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by buttons in the button panel. + + + A object which controls the appearance and behavior of tooltips displayed by buttons in the button panel. + + + + + + + This property is not supported by the FlyoutPanel class. Use the and methods to control the panel visibility. + + + + + + + + + + + Defines an interface a control that can be implemented to provide layout information to a Layout Control. + + + + + + + + The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result. + + + + + + + + + When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control. + + + true if a text label should be visible by default when the control is added to a Layout Control; otherwise, false. + + + + + + + When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control. + + + A structure that specifies the control's default maximum size. + + + + + + + When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control. + + + A structure that specifies the control's default minimum size. + + + + + + + + Contains values that specify the direction of an expand button's arrow. + + + + + + + Indicates the normal direction of an expand/collapse button's arrow. + + + + + + + + Indicates the inverted direction of an expand/collapse button's arrow. + + + + + + + + + Represents the base class for controls which support the DevExpress look and feel mechanism. + + + + + + + + Initializes a new instance of the SimpleControl class with default settings. + + + + + + + + Gets or sets the style used to draw the control's border. + + + A enumeration member specifying the border style of the control. + + + + + + + Gets an object containing the control's look and feel settings. + + + A object containing the control's look and feel settings. + + + + + + + + A regular tooltip item in a that displays text and/or an image. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Initializes a new instance of the ToolTipItem class. + + + + + + + + Gets or sets whether HTML formatting is allowed for the item's text (). + + + A value that specifies whether HTML formatting is allowed in the tooltip. + + + + + + + Specifies the default value for the property. + + + + + + + + + Gets or sets the font used to paint the item's text. + + + The font used to display the 's text (specified in the property). + + + + + + + Gets or sets the icon displayed in the ToolTipItem object. + + + An System.Drawing.Icon that is displayed in the ToolTipItem object. + + + + + + + Gets or sets the image displayed in the ToolTipItem object. + + + A System.Drawing.Image that is displayed in the tool tip. + + + + + + + Gets or sets the image or icon alignment. + + + The image or icon alignment. + + + + + + + Gets or sets the zero-based index of an image in a collection to be displayed in a ToolTipItem object. + + + + The zero-based index of an image in an collection to be displayed in a ToolTipItem object. + + + + + + + Gets or sets the source of images that can be displayed in a ToolTipItem object. + + + The source of images that can be displayed in a ToolTipItem object. + + + + + + + Gets or sets a space that visually detaches an image and text displayed in a ToolTipItem. + + + The distance between an image and text displayed in a ToolTipItem, in pixels + + + + + + + Gets whether the ToolTipItem is empty. + + + true, if ToolTipItem content (text, image and icon) is empty; otherwise, false + + + + + + + Gets or sets the indent from the left edge of a ToolTipItem. + + + + The indent from the left edge of a ToolTipItem, in pixels. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets whether the object (the ToolTipItem owner) allows using HTML tags. + + + + true, if the object (the ToolTipItem owner) allows using HTML tags.; otherwise, false. + + + + + + + + Gets or sets the tooltip item text. + + + + Specifies the text in a ToolTipItem. + + + + + + + + Enumerates border effects for forms and dialogs. + + + + + + + The default border adorning effect, applied as follows: + +For the , a shadow is displayed in the "McSkin" skin. No adorning effect is applied in other skins. + + +For the , a shadow is displayed in the following skins: "Office 2013", "Office 2013 Dark Gray", "Office 2013 Light Gray", and "McSkin". No adorning effect is applied in other skins. + + + + + + + + + A glow effect. The default colors can be changed via the and properties. + + + + + + + + No adorning effect. + + + + + + + + Displays a shadow around the form. + + + + + + + + + Represents a context button displaying a check box that can be checked by an end-user. + + + + + + + + Initializes a new instance of the CheckContextButton class. + + + + + + + + Binds the specific parameterized command to this CheckContextButton. + + + + An Object that is the command to be bound to this CheckContextButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this CheckContextButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this CheckContextButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. + + + + + + + Gets or sets whether the current button is in the checked state. + + + + true, if the current button is in the checked state; otherwise, false. + + + + + + + + Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer. + + + An Image object that specifies the glyph displayed by the current button. + + + + + + + Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor. + + + + An Image object that specifies the glyph displayed by the current button. + + + + + + + + Contains miscellaneous settings applied to a 's built-in button panel. + + + + + + + Initializes a new instance of the FlyoutPanelButtonOptions class with the specified settings. + + + + A that owns the current FlyoutPanelButtonOptions. + + + + + + + + Gets or sets whether button glyphs are painted based on the 's foreground color. + + + + true, if button glyphs are painted based on the 's foreground color; otherwise, false. + + + + + + + + Provides access to appearance settings used to paint the 's buttons in different visual states. + + + A DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance object that stores appearance settings. + + + + + + + Gets or sets the alignment of buttons within the button panel. + + + A System.Drawing.ContentAlignment enumeration value that specifies the alignment of buttons within the button panel. + + + + + + + Gets or sets the built-in button panel's height. + + + A value specifying the button panel's height, in pixels. + + + + + + + Gets or sets the location of the built-in button panel in the . + + + A FlyoutPanelButtonPanelLocation enumeration value specifying the location of the built-in button panel in the . + + + + + + + Provides access to the collection of buttons displayed in the 's built-in button panel. + + + A BaseButtonCollection object representing a button collection. + + + + + + + Gets or sets the source of images that can be displayed within buttons. + + + A that is an image collection providing images for buttons. + + + + + + + Gets or sets the amount of space around the button panel. + + + A System.Windows.Forms.Padding structure that specifies the amount of space around the button panel. + + + + + + + + Resets settings applied to the built-in button panel to the default values. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Tests whether the FlyoutPanelButtonOptions object should be persisted. + + + true, if the object should be persisted; otherwise, false. + + + + + + + Gets or sets whether the built-in button panel is displayed in the . + + + true, if the built-in button panel is displayed; otherwise, false. + + + + + + + + Manages skins for DevExpress controls. + + + + + + + Initializes a new instance of the SkinManager class. + + + + + + + + Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. + + + + true if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false. + + + + + + + + Gets whether the form title bar skinning feature is enabled. + + + true if the form title bar skinning feature is enabled; otherwise, false. + + + + + + + Gets whether the form title bar skinning feature is enabled for MDI child windows. + + + true if the form title bar skinning feature for MDI child windows is enabled; otherwise, false. + + + + + + + Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. + + + A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to the default skin manager. + + + A SkinManager object that represents the default skin manager. + + + + + + + Gets the name of the default skin, which is used by controls by default. + + + A string that specifies the name of the default skin. + + + + + + + Disables the title bar skinning feature for DevExpress forms. + + + + + + + + + Disables the title bar skinning feature for MDI child DevExpress forms. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Enables the title bar skinning feature for DevExpress forms. + + + + + + + + Enables the title bar skinning feature for DevExpress forms, if the application is not running under Microsoft Vista. + + + + + + + + Enables the title bar skinning feature for MDI child DevExpress forms. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Returns a list of the currently available skins. + + + A list of the currently available skins. + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + Returns a skin element with the specified name of a control in the specified product displayed using the specified skin provider. + + + + A DevExpress.Skins.SkinProductId enumeration value that specifies the product in which the required element is contained. + + + + + An object implementing the DevExpress.Skins.ISkinProvider interface that is used for painting controls. + + + + A String value that specifies the name of the required element. + + + A DevExpress.Skins.SkinElement object that represents a skin element of a control. + + + + + + + This method returns the specified skin name, if it's valid. If the skin name is invalid, the default skin's name is returned. + + + + A string that specifies the skin name to test. + + + A string that specifies the valid skin name. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Registers the specified skin for runtime use. This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Sets the current process as dots per inch (dpi) aware. + + + + + + + + Gets the collection of skins that are currently available for use in DevExpress controls. + + + A collection that stores available skins. + + + + + + + + Lists the values used to specify the visibility of page borders. + + + + + + + Both standard borders and selection borders are painted around pages. + + + + + + + + Only standard page borders are painted. + + + + + + + + Borders are not painted around pages at all. + + + + + + + + + The base for classes that provide the Print Preview functionality in Windows Forms applications. + + + + + + + Initializes a new instance of the DocumentViewerBase class with default settings. + + + + + + + + Specifies whether or not the auto-zoom mode is enabled for the print preview. + + + true, if the auto-zoom mode is enabled; otherwise, false. + + + + + + + Specifies the background color of a . + + + A structure, specifying the background color of the Document Viewer. + + + + + + + This property is overridden and never used. To customize the 's background image, use custom skins. + + + + + + + + + + Hides the event of the base class. + + + + + + + + This property is overridden and never used. To customize the 's background image and its layout, use custom skins. + + + + + + + + + + Hides the event of the base class. + + + + + + + + Specifies the border style of the . + + + One of the enumeration values, representing the border style. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + Specifies the document assigned to the . + + + An object implementing the interface. (Typically, this is a object.) + + + + + + + Occurs when a receives a document change notification. + + + + + + + + For internal use. + + + + + + + + + + Specifies whether or not the current document is empty. + + + true if the document is empty; otherwise false. + + + + + + + Specifies the foreground color of the . + + + A structure, specifying the foreground color of the Document Viewer. + + + + + + + For internal use. + + + + + + + + + + Gets or sets a value indicating whether or not to use the metric system for measurements in the print preview. + + + true, to use the metric system for measurements made in the document's preview; otherwise, false. The default value is set to the System.Globalization.RegionInfo.CurrentRegion.IsMetric property value. + + + + + + + Provides access to the settings that control the 's look and feel. + + + A object that specifies the Document Viewer's look and feel. + + + + + + + For internal use. + + + + + + + + + + Gets the maximum number of columns for multi-page reports displayed within the . + + + An integer value, specifying the maximum number of columns in a multi-page report. + + + + + + + + Gets the maximum number of rows for a multi-page report displayed within the . + + + An integer value, specifying the maximum number of rows in a multi-page report. + + + + + + + + Gets the maximum zoom factor of a report page within the . + + + A value, specifying the maximum zoom factor of a report page within the Document Viewer. + + + + + + + Gets the minimum zoom factor of a report page within the . + + + A value, specifying the minimum zoom factor of a report page within the Document Viewer. + + + + + + + Specifies the color used to draw borders around all pages in the . + + + A structure that specifies the color of page borders. + + + + + + + Specifies whether or not borders should be painted around all and selected document pages in the . + + + A enumeration value, that specifies the visibility of page borders. + + + + + + + Specifies the width of the borders around all pages in the . + + + An integer value, specifying the width of the page borders. + + + + + + + For internal use. + + + + + + + + + + Sets the property to . + + + + + + + + Sets the property to . + + + + + + + + Scrolls one page down. + + + + + + + + Scrolls one page up. + + + + + + + + Obtains the currently selected report page. + + + An object implementing the interface, corresponding to the currently selected report page. (Typically, this is a object.) + + + + + + + Specifies the color of borders around the currently selected page in the . + + + A structure, specifying the border color of the selected page. + + + + + + + Specifies the width of the borders around the currently selected page in the . + + + An integer value, specifying the width of the selected page's borders. + + + + + + + Occurs when the selected page within the print preview is changed. + + + + + + + + Specifies the index of a currently selected page in the . + + + An integer value, specifying the index of the currently selected page. + + + + + + + Moves selection to the first page of a document in the . + + + + + + + + Moves selection to the last page of a document in the . + + + + + + + + Moves selection to the next page of a document in the . + + + + + + + + Moves selection to the previous page of a document in the . + + + + + + + + Sets the cursor kind to be used within the . + + + + A object, specifying the cursor kind. + + + + + + + + Sets the input focus to the current instance of . + + + + + + + + Determines the number of columns and rows used to display pages of a multipage report within a Print Preview. + + + + A enumeration value. + + + + + + + + Determines the number of columns and rows used to display pages of a multipage report within a Print Preview. + + + + The number of columns. It will not exceed the property value. + + + + The number of rows. It will not exceed the property value. + + + + + + + + Shows the specified page in the Document Viewer. + + + + An object implementing the interface. (Typically, this is a object.) + + + + + + + + Specifies whether or not the shows page margin lines. + + + true to show page margin lines; otherwise false. + + + + + + + Specifies whether or not to display hints in the . + + + true to display hints; otherwise false. + + + + + + + Specifies whether or not the current document is empty or null. + + + A value. + + + + + + + Specifies the background color of all tooltips in the . + + + A structure, specifying the background color of the tooltips. + + + + + + + Specifies the font of all tooltips in the . + + + A structure, specifying the text settings that include the font face, size, and style attributes. + + + + + + + Specifies the foreground color of all tooltips in the . + + + A structure, specifying the foreground color of the tooltips. + + + + + + + For internal use. Redraws the current page view in the . + + + + + + + + Redraws the control's scroll bars. + + + + + + + + For internal use. + + + An integer value. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + An integer value. + + + + + + + Allows you to show the currently displayed page in full. + + + + + + + + Specifies the current zoom factor of a document page in the . + + + A value, specifying the current zoom factor of a document page. + + + + + + + Occurs after the document current zoom factor has changed. + + + + + + + + Zooms in on the page currently displayed in the . + + + + + + + + Zooms out the page currently displayed in the . + + + + + + + + + Specifies how an image can be aligned within another object. + + + + + + + An image is vertically aligned at the bottom, and horizontally aligned at the center. + + + + + + + + An image is vertically aligned at the bottom, and horizontally aligned on the left. + + + + + + + + An image is vertically aligned at the bottom, and horizontally aligned on the right. + + + + + + + + The default layout. + + + + + + + + An image is horizontally and vertically aligned at the center. + + + + + + + + An image is vertically aligned at the center, and horizontally aligned on the left. + + + + + + + + + An image is vertically aligned at the center, and horizontally aligned on the right. + + + + + + + + An image is displayed as is, if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. + + + + + + + + + An image is stretched to fill the available client area. + + + + + + + + An image is stretched horizontally. + + + + + + + + An image is stretched vertically. + + + + + + + + An image is vertically aligned at the top, and horizontally aligned at the center. + + + + + + + + An image is vertically aligned at the top, and horizontally aligned on the left. + + + + + + + + An image is vertically aligned at the top, and horizontally aligned on the right. + + + + + + + + Zooms an image proportionally so that it's displayed within the client area in its entirety. + + + + + + + + Zooms an image proportionally, making its smaller side (width or height) to be displayed entirely. The image is centered, so the larger side (height or width) will not be displayed in its entirety. + + + + + + + + + Represents the base class for most controls and editors available in the DevExpress Editors Library, along with their descendants. + + + + + + + + Initializes a new instance of the ControlBase class with default settings. + + + + + + + + Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. + + + + A Control whose size should be removed from the cache. + + + + + + + + + Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. + + + + + A object. + + + + + + + + Returns the value of the control's CanProcessMnemonic property, if this property exists. + + + + The control whose CanProcessMnemonic property value is returned. + + + The value of the control's CanProcessMnemonic property. true if the property doesn't exist. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Returns the ValidationCancelled property value of a control, if this property exists. + + + + A that represents the control whose ValidationCancelled property value is returned. + + + + true if the validation is cancelled; otherwise, false. + + + + + + + + Returns the parent container of the specified control that canceled validation. + + + + The control whose ancestor canceled validation. + + + The parent container control that canceled validation. + + + + + + + Gets whether the ControlBase's visual elements are actually aligned to support locales using right-to-left fonts. + + + true, if ControlBase's visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Resets the control's ValidationCancelled property. This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + A control. + + + + + + + + + A skinnable panel with built-in auto-scroll functionality. + + + + + + + Initializes a new instance of the class. + + + + + + + + + Gets or sets if end-users can scroll the XtraScrollableControl by dragging its content. + + + true, if end-users can scroll the XtraScrollableControl by dragging its content; otherwise, false. + + + + + + + Gets or sets whether the XtraScrollableControl's view is automatically scrolled to completely display the active control if it is invisible, or partly visible. + + + + + true to automatically scroll the view to completely display the active control if it is invisible, or partly visible; otherwise, false. + + + + + + + + + Gets the control's appearance settings. + + + An object that contains appearance settings used to paint the control. + + + + + + + Gets or sets whether the XtraScrollableControl enables the user to scroll to any controls placed outside its visible boundaries. + + + + true to enable auto-scrolling; otherwise, false. + + + + + + + + Gets or sets the size of the auto-scroll margin. + + + + A object that represents the height and width of the auto-scroll margin, in pixels. + + + + + + + + Gets or sets the minimum size of the auto-scroll. + + + + A object that represents the minimum height and width of the area through which a user can scroll, in pixels. + + + + + + + + Gets or sets the location of the auto-scroll position. + + + A structure that represents the auto-scroll position, in pixels. + + + + + + + Gets or sets the control's background color. + + + A value that specifies the control's background color. + + + + + + + Gets the rectangle that represents the XtraScrollableControl's view area. + + + A object that represents the control's view area. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the event fires when using the mouse wheel. + + + true if the event fires when using the mouse wheel; otherwise, false. + + + + + + + Gets or sets the control's foreground color. + + + A value that specifies the control's foreground color. + + + + + + + Gets the horizontal scrollbar's settings. + + + A object that represents the horizontal scrollbar. + + + + + + + Gets or sets whether the scroll direction is inverted when scrolling on touch devices via the pan gesture. + + + true, if the scroll direction is inverted; otherwise, false. + + + + + + + Gets the control's look and feel settings. + + + A object that contains look and feel settings. + + + + + + + Resets the property back to its default value. + + + + + + + + Fires when the control's view is scrolled. + + + + + + + + Gets or sets the distance the XtraScrollableControl's view is scrolled when the user clicks one of the scroll buttons. + + + + + An integer value that specifies the distance, in pixels, the control's view is scrolled when the user clicks one of the scroll buttons. + + + + + + + + + Scrolls the XtraScrollableControl's view to display the specified control. + + + + A descendant that represents the control which is invisible, or partly visible, within the XtraScrollableControl. + + + + + + + + + Specifies the size of the auto-scroll margin. + + + + An integer value that specifies the width of the auto-scroll margin, in pixels. + + + + An integer value that specifies the height of the auto-scroll margin, in pixels. + + + + + + + + Gets or sets the text associated with the control. + + + A string value that specifies the text associated with the control. + + + + + + + Gets the vertical scrollbar's settings. + + + A object that represents the vertical scrollbar. + + + + + + + + Enumerates tooltip types that are supported by controls. + + + + + + + The default tooltip type. The actual tooltip type is determined by a control. + + + + + + + + A regular tooltip that consists of the title and contents regions. + + + + + + + + A that supports multiple text and image regions. + + + + + + + + + Represents a tooltip that supports multiple text and image regions. + + + + + + + Initializes a new instance of the SuperToolTip class with the default settings. + + + + + + + + Initializes a new instance of the SuperToolTip class with the specified settings. + + + + A SerializationInfo object. + + + + A StreamingContext object. + + + + + + + + Gets or sets whether HTML formatting is allowed in the current SuperToolTip object. + + + A value that specifies whether HTML formatting is allowed in the tooltip. + + + + + + + This property is not supported by the SuperToolTip class. + + + + + + + + + + Copies the settings and contents of the specified tooltip to the current object. + + + + A source object. + + + + + + + + Returns a copy of the current object. + + + A SuperToolTip object which is a copy of the current tooltip. + + + + + + + The default distance between items. This constant specifies the default value for the property. + + + + + + + + + Specifies the distance between tooltip items. + + + An integer which specifies the distance between tooltip items. + + + + + + + Gets or sets whether the tooltip's width is fixed or automatically adjusted to fit the tooltip's contents entirely. + + + true if the tooltip's width is fixed; false if the tooltip is automatically resized to fit its contents entirely. + + + + + + + Gets whether the SuperToolTip is empty. + + + true if the SuperToolTip doesn't contain any information to display; otherwise, false. + + + + + + + Gets the collection of items which constitute the SuperToolTip object. + + + A which contains items displayed by the SuperToolTip object. + + + + + + + This property is not supported by this class. + + + A object. + + + + + + + Specifies the tooltip window's maximum width, in pixels. + + + An integer value that specifies the tooltip window's maximum width. + + + + + + + Gets whether HTML formatting in a SuperToolTip is allowed by the ToolTipController object that displays the current SuperToolTip object. + + + true if HTML formatting is allowed by the ToolTipController object that displays the current SuperToolTip object; otherwise, false. + + + + + + + Gets or sets padding within the SuperToolTip. + + + + A object that specifies the tooltip's internal spacing characteristics. + + + + + + + Gets or sets whether tooltip's visual elements are aligned to support locales using right-to-left fonts. + + + true, if tooltip's visual elements are aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Creates tooltip items based on the specified setup information. + + + + A object which contains initialization information. + + + + + + + + Gets the textual representation of the current SuperToolTip. + + + A string which specifies the tooltip's textual representation. + + + + + + + + A separating line. + + + + + + + Initializes a new instance of the SeparatorControl class. + + + + + + + + Gets or sets whether the control client area size is automatically calculated based on the separating line thickness and paddings. + + + true, if the control client area size is automatically calculated based on the separating line thickness and paddings; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Invalidates the entire surface of the control and causes the control to be redrawn. + + + + + + + + Gets or sets the alignment of the separating line within the control client area. + + + A enumeration value that specifies the alignment of the separating line within the control client area. + + + + + + + Gets or sets the color of the separating line. + + + A structure that specifies the color of the separating line. + + + + + + + Gets or sets the orientation of the separating line. + + + A enumeration value that specifies the orientation of the separating line. + + + + + + + Gets or sets the dash style of the separating line. This property is in effect when the control is painted using any paint theme, except skins. + + + + A enumeration value that specifies the dash style of the separating line. + + + + + + + Gets or sets the width, in pixels, of the separating line. This property is in effect when the control is painted using any paint theme, except skins. + + + An integer value that specifies the width, in pixels, of the separating line. + + + + + + + Provides access to settings controlling the look and feel of the control. + + + A object whose properties specify the look and feel of the control. + + + + + + + Gets or sets the amount of space around the separating line. + + + A structure that specifies the amount of space around the separating line. + + + + + + + Sets the property to Color.Empty. + + + + + + + + Sets the property to the default value. + + + + + + + + Sets the property to the default value. + + + + + + + + Returns whether the property should be serialized. + + + true, if the property should be serialized; otherwise, false. + + + + + + + Returns whether the property should be serialized. + + + true, if the property should be serialized; otherwise, false. + + + + + + + Returns whether the property should be serialized. + + + true, if the property should be serialized; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + + Contains values that specify how progress is indicated on progress bar controls. + + + + + + + A control repeatedly scrolls the block from one edge to another. + + + + + + + + + The same, as the option. + + + + + + + + A control scrolls the block from one edge to another, by moving the block back when it reaches any control's edge. + + + + + + + + + + Represents the base class for panels. + + + + + + + Initializes a new instance of the XtraPanel class. + + + + + + + + Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries. + + + + true if the auto-scrolling feature is enabled; otherwise, false. + + + + + + + Gets or sets whether the panel is automatically resized according to the value of the property. + + + true if the panel's auto-resizing feature is enabled; otherwise, false. + + + + + + + Fires when the value of the property is changed. + + + + + + + + Indicates the automatic sizing behavior of the panel. + + + A value. + + + + + + + Gets or sets the panel's border style. + + + A value that specifies the panel's border style. + + + + + + + Retrieves the size of a rectangular area into which the panel can be fitted. + + + + A custom-sized area for the panel. + + + + A Size value that specifies a rectangle into which the panel can be fit. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + Resets the property to its default value. + + + + + + + + Gets whether the property should be serialized. + + + true if the property should be serialized; otherwise, false. + + + + + + + Gets or sets a value indicating whether the user can focus this control using the TAB key. + + + + + true if the user can focus this control using the TAB key; otherwise, false. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + + A base class for popup menus in DevExpress .NET controls. + + + + + + + + Initializes a new instance of the DXPopupMenu class with default settings. + + + + + + + + Initializes a new instance of the DXPopupMenu class with the specified handler for the event. + + + + An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. + + + + + + + + Gets or sets the menu's alignment relative to the mouse cursor. + + + The ContentAlignment value that is the alignment of the menu relative to the mouse cursor. + + + + + + + + Fires after the menu has been closed. + + + + + + + + Fires a specific event that typically occurs after the menu has disappeared. + + + + + + + + Returns whether the menu items are actually aligned to support locales using right-to-left fonts. + + + true, if menu items are actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Hides the current popup menu. + + + + + + + + Gets or sets whether the menu is aligned to support locales using right-to-left fonts. + + + true, if the menu is aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Gets or sets how the current menu is displayed (as a menu, floating bar or ). + + + A MenuViewType value + + + + + + + Gets or sets whether items in this DXPopupMenu can be displayed in multiple columns. + + + + A enumerator value that specifies whether or not items in this DXPopupMenu can be displayed in multiple columns. + + + + + + + + Provides access to the set of properties that manage multi-column item layout in this DXPopupMenu. + + + + A object that stores properties which manage multi-column item layout in this DXPopupMenu. + + + + + + + + Gets or sets the object that created the current popup menu. For internal use. + + + An object that created the current popup menu. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Specifies a submenu. + + + + + + + + Initializes a new instance of the DXSubMenuItem class with the specified caption. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXSubMenuItem class with default settings. + + + + + + + + Initializes a new instance of the DXSubMenuItem class with the specified caption and the handler for the event. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + A handler for the event. + + + + + + + + Allows you to dynamically provide sub-items for the current DXSubMenuItem object. + + + + + + + + Invokes the event handler assigned to the event. + + + + + + + + Gets a collection of items displayed when the current submenu is expanded. + + + A object which contains menu items displayed when the submenu is expanded. + + + + + + + + Represents a menu item that can be checked and unchecked. + + + + + + + Initializes a new instance of the DXMenuCheckItem class with the specified caption. + + + + A string that specifies the menu item's caption. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuCheckItem class with the specified caption, image, check state and event handler. + + + + A string that specifies the menu item's caption. This value is assigned to the property. + + + + A Boolean value that specifies the menu item's check state. This value is assigned to the property. + + + + An image that is displayed within the menu item. This value is assigned to the property. + + + + An event handler that will be invoked when the check state is toggled. This value is assigned to the event. + + + + + + + + Initializes a new instance of the DXMenuCheckItem class with the specified caption and check state. + + + + A string that specifies the menu item's caption. This value is assigned to the property. + + + + A Boolean value that specifies the menu item's check state. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuCheckItem class with default settings. + + + + + + + + Gets or sets a value indicating whether the menu item is checked. + + + true if the menu item is checked; otherwise, false. + + + + + + + Occurs when the menu item's check state is toggled. + + + + + + + + + Releases all the resources used by the current object. + + + + + + + + + Represents a regular menu item. + + + + + + + Initializes a new instance of the DXMenuItem class with default settings. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified caption, image and Click event handler + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + + + + An image that is displayed within the menu item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified caption and Click event handler + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified caption. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified settings. + + + + A string used to initialize the item's property. + + + + A handler for the event. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified settings. + + + + A string used to initialize the item's property. + + + + A handler for the event. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified settings. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + + + + An image that is displayed within the menu item. This value is assigned to the property. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + An Image used to initialize the property. + + + + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified caption, display priority and Click event handler. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + + + + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + + + + + + + + Initializes a new instance of the DXMenuItem class with the specified caption and display priority. + + + + A string that specifies the text displayed by the menu item. This value is assigned to the property. + + + + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + + + + + + + + Gets or sets whether the current DXMenuItem icon should be painted in the DXMenuItem's foreground color. + + + + true, if the current DXMenuItem icon should be painted in the DXMenuItem's foreground color; otherwise, false. + + + + + + + + Provides access to the appearance settings used to paint the DXMenuItem in the normal state. + + + An object that contains the appearance settings. + + + + + + + Provides access to the appearance settings used to paint the DXMenuItem in the disbled state. + + + An object that contains the appearance settings. + + + + + + + Provides access to the appearance settings used to paint the DXMenuItem in the hovered state. + + + An object that contains the appearance settings. + + + + + + + Gets or sets whether the current menu item starts a group. + + + true if the menu item starts a group; otherwise, false. + + + + + + + Binds the specific parameterized command to this DXMenuItem. + + + + An Object that is the command to be bound to this DXMenuItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this DXMenuItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this DXMenuItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. + + + + + + + Specifies the text displayed within the menu item. + + + A string that specifies the text displayed within the menu item. + + + + + + + Occurs when the menu item's functionality needs to be invoked. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets the menu item collection which owns the current menu item. + + + A collection which owns the current menu item. + + + + + + + Releases all the resources used by the current object. + + + + + + + + Gets or sets whether the menu item is enabled. + + + true if the menu item is enabled; otherwise, false. + + + + + + + Invokes the event handler assigned to the event. + + + + + + + + Gets the image that currently represents the menu item. + + + + An Image object that specifies the image currently representing the menu item. + + + + + + + Returns whether the current menu item is actually aligned to support locales using right-to-left fonts. + + + true, if the current item is actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Gets or sets an image displayed within the menu item, + + + A object that specifies the image displayed within the menu item. + + + + + + + Gets or sets an image representing the menu item in the disabled state. + + + An Image object representing the menu item in the disabled state. + + + + + + + Gets or sets whether the menu item is aligned to support locales using right-to-left fonts. + + + true, if the menu item is aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Gets or sets a large image for the current menu item. + + + An Image object that is a large image for the current menu item. + + + + + + + Gets or sets a large image displayed in the current menu item when it is in the disabled state. + + + An Image object that is a large image displayed in the current menu item when it is in the disabled state. + + + + + + + Gets or sets the display priority for the current item in a . + + + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . + + + + + + + Gets or sets a shortcut displayed within the menu item + + + A value that specifies a shortcut. + + + + + + + Gets or sets whether the ampersand ('&') character, when it is found in the item's , acts as a shortcut prefix, or it is displayed as is. + + + true if the ampersand ('&') character, when it is found in the item's , acts as a shortcut prefix; false if the ampersand ('&') is displayed as is. + + + + + + + Gets or sets a super tip for this DXMenuItem. + + + A object assigned to this DXMenuItem. + + + + + + + Gets or sets the data associated with the menu item. + + + An object that contains the information which is associated with the menu item. + + + + + + + Gets or sets whether the menu item is visible. + + + true if the menu item is visible; otherwise, false. + + + + + + + + Manages tooltips for all DevExpress controls. + + + + + + + Initializes a new instance of the DefaultToolTipController class. + + + + + + + + Initializes a new instance of the DefaultToolTipController class with the specified container. + + + + An object that implements the interface. + + + + + + + + Returns the object which represents the Default ToolTipController. + + + A object which represents the Default ToolTipController. + + + + + + + Returns whether HTML formatting is enabled in tooltips for the specified control. + + + + A control for which this tooltip setting is to be obtained. + + + A value that specifies whether HTML formatting is supported in tooltips for the specified control. + + + + + + + Gets a object associated with the specified control. + + + + A control whose SuperToolTip object is to be obtained. + + + + A object associated with the control. + + + + + + + Gets a regular tooltip's title displayed within the specified control. + + + + + A control whose tooltip's title is to be obtained. + + + + A string representing a regular tooltip's title for the control. + + + + + + + + Gets a regular tooltip for the specified control. + + + + A control whose tooltip should be obtained. + + + + A string representing a regular tooltip for the control. + + + + + + + + Gets the type of the icon displayed within the specified control's regular tooltip. + + + + + A control whose tooltip's icon type is to be obtained. + + + + + A value representing the icon type displayed within the specified control's regular tooltip. + + + + + + + + + + Sets whether HTML formatting is enabled in tooltips for the specified control. + + + + A control for which the tooltip information is to be changed. + + + + + A value that specifies whether HTML formatting is enabled in tooltips for the specified control. + + + + + + + + Associates a object with the specified control. + + + + A control for which to set the tooltip. + + + + + A object to associate with the control. + + + + + + + + Sets a regular tooltip's title for the specified control. + + + + A control for which to set a regular tooltip's title. + + + + + A string representing a regular tooltip's title. + + + + + + + + + Sets a regular tooltip for the specified control. + + + + A control for which to set the tooltip. + + + + + A string representing a regular tooltip. + + + + + + + + + Sets the type of the icon displayed within the specified control's regular tooltip. + + + + + A control for which the icon type is set. + + + + + + A value representing the type of the icon that should be displayed within the specified control's regular tooltip. + + + + + + + + + Contains tooltip information. + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A string that specifies a tooltip's title. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. + + + + A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A string that specifies a tooltip's title. This value is assigned to the property. + + + + A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. + + + + A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A string that specifies a tooltip's title. This value is assigned to the property. + + + + A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with default settings. + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ToolTipControlInfo class with the specified settings. + + + + An object used as an identifier of the currently processed visual element. This value is assigned to the property. + + + + A string that specifies a tooltip's text. This value is assigned to the property. + + + + A string that specifies a tooltip's title. This value is assigned to the property. + + + + A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. + + + + A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the + + + + A value that specifies whether HTML formatting is supported in tooltips. This value is assigned to the property + + + + + + + + Gets or sets whether HTML formatting is supported in tooltips. + + + A value that specifies whether HTML formatting is supported in tooltips. + + + + + + + Gets or sets whether the tooptip should be forcibly shown for the same visual element via the method. + + + A enumeration value that specifies whether the tooptip should be forcibly shown for the same visual element. + + + + + + + Gets or sets whether the shown tooltip hides when an end-user moves the mouse. + + + A Boolean value specifying whether the shown tooltip hides when an end-user moves the mouse. + + + + + + + Gets or sets the kind of predefined icon to display in a tooltip. + + + A value specifying the kind of predefined icon to display. + + + + + + + Gets or sets whether a tooltip will be displayed immediately or after a delay. + + + A Boolean value that specifies whether a tooltip will be displayed immediately after an event handler call. + + + + + + + Gets or sets the interval that must pass before a tooltip is displayed. + + + An integer value that specifies the delay, in milliseconds. + + + + + + + Removes the '0x0' character from the and strings. + + + + + + + + Gets or sets an object which uniquely identifies the currently processed element. + + + An object which uniquely identifies the currently processed element. + + + + + + + Gets or sets the bounds of the object for which a tooltip is displayed. + + + The bounds of the object for which a tooltip is displayed. + + + + + + + Gets or sets a that will be displayed if the property is set to SuperTip + + + A object that has been assigned to this property. The default value is null. + + + + + + + + Gets or sets the tooltip's text. + + + A string that specifies the tooltip's text. + + + + + + + Gets or sets the tooltip's title. + + + A string that specifies the tooltip's title. + + + + + + + Gets or sets the image to display within the current tooltip. + + + An object that specifies the image to display within the current tooltip. + + + + + + + Gets or sets the tooltip location. + + + A enumeration value. + + + + + + + Gets or sets the tooltip's position in screen coordinates. + + + A structure that specifies the tooltip's position, in pixels, relative to the top left corner of the screen. + + + + + + + Gets or sets the type of tooltip to be displayed. + + + + A value that specifies the type of tooltip to be displayed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the ToolTip Controller which fires this event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ToolTipControllerGetActiveObjectInfoEventArgs class with the specified settings. + + + + The control for which a tooltip controller's event is fired. This value is assigned to the property. + + + + The element of the control (or the type of the element) for which the tooltip is displayed. This value is assigned to the property. + + + + An object which uniquely identifies the current element for which the tooltip is displayed. This value is assigned to the property. + + + + A structure that specifies the position of the mouse cursor relative to the control's upper left corner. This value is assigned to the property. + + + + + + + + Gets the position of the mouse cursor relative to the control's upper left corner. + + + + A structure that specifies the position of the mouse cursor relative to the control's upper left corner. + + + + + + + Gets or sets an object which uniquely identifies the visual element at the current position. + + + A object which identifies the visual element at the current position. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the Images class with the specified owner. + + + + An object that represents the image collection which owns this object. + + + + + + + + Initializes a new instance of the Images class with the specified settings. + + + + An object representing the Images object's owner. + + + + true to permit image modification; otherwise, false. + + + + + + + + + Appends the specified image to the current collection of images. + + + + + A object to append to the collection. + + + + An integer value indicating the position at which the new element was inserted. -1 if the specified image is null (Nothing in Visual Basic) or empty. + + + + + + + Adds an image with the specified name to the collection. + + + + An image to add to the collection. + + + + A string that specifies the name of the image, + + + An integer value that specifies the position at which the image has been added. + + + + + + + Adds images from the specified horizontal image strip to the collection. + + + + + The image(s) to add to the collection. + + + + + + + + Adds images from the specified vertical image strip to the collection. + + + + + The image(s) to add to the collection. + + + + + + + + Adds an array of images to the current collection. + + + + An array of images to be added to the collection. + + + + + + + + Adds images from the specified list to the current collection. + + + + A IList object that contains images to be added to the collection. + + + + + + + + Clears the current collection. + + + + + + + + Gets whether the collection contains the specified element. + + + + An object to locate in the collection. + + + A Boolean value that specifies whether the collection contains the specified element. + + + + + + + Copies the collection to a compatible one-dimensional Array, starting at the specified index of the target array. + + + + The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing. + + + + + The zero-based index in the array in which copying begins. + + + + + + + + + Gets the number of items in the collection. + + + An integer value that specifies the number of items in the collection. + + + + + + + Returns an enumerator for the collection. + + + An IEnumerator for the collection. + + + + + + + Returns an image from the image collection at the specified position within the specified height and width. + + + + + A object which resolution settings will be applied to the resulting image. + + + + + An integer value that specifies the width of the resulting image. + + + + An integer value that specifies the height of the resulting image. + + + + An integer value that specifies the vertical position of the resulting image in the images collection. + + + + + An integer value that specifies the horizontal position of the resulting image in the images collection. + + + + A object which represents an image at the specified position of the specified size. + + + + + + + + Searches for the specified Object and returns the zero-based index of the first occurrence within the collection. + + + + The zero-based index of the first occurrence of value within the collection, if found; otherwise, -1. + + + The Object to locate in the collection. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An InnerImagesList object. + + + + + + + Inserts an image into the collection at the specified position. + + + + An integer value specifying the zero-based position at which the specified image is inserted. + + + + An image to insert into the collection. + + + + + + + + Inserts an image with the assigned name into the collection at the specified position. + + + + An integer value specifying the zero-based position at which the specified image is inserted. + + + + An image to insert into the collection. + + + + A string that specifies the name to be associated with the image. + + + + + + + + Inserts an image from project resources. + + + + An image to be inserted. + + + + The name of the image to be inserted. + + + + The type of the class where the image to be inserted is defined. + + + + An integer value that specifies the position at which the image needs to be inserted in the image collection. + + + An integer value that specifies the index of the inserted image in the image collection. + + + + + + + Inserts an image from project resources. + + + + An image to be inserted. + + + + The name of the image to be inserted. + + + + The type of the class where the image to be inserted is defined. + + + + An integer value that specifies the position at which the image needs to be inserted in the image collection. + + + + The name of the class where the image to be inserted is defined. + + + An integer value that specifies the index of the inserted image in the image collection. + + + + + + + Inserts an image from the target assembly. + + + + A String value that is the name of the source assembly that stores the required image. + + + + A String value that is the image name. + + + + A String value that is the path to the source assembly. + + + + An Int32 value that is the position within the Images collection at which the target image should be placed. + + + An Int32 value that is the index of the successfully inserted image. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + Gets a value indicating whether the collection has a fixed size. + + + false. + + + + + + + Gets a value indicating whether the collection is read-only. + + + false. + + + + + + + Gets a value indicating whether access to the collection is synchronized (thread safe). + + + true. + + + + + + + Provides indexed access to individual items in the collection. + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + A object which represents the image at the specified position. + + + + + + + + Provides access to the images in the collection by their names. + + + + A string that specifies the name of the image to locate in the collection. + + + An image with the specified name. + + + + + + + Gets the collection of names assigned to the images in the current collection. + + + A StringCollection of names assigned to the images in the current collection. + + + + + + + Removes the specified image from the collection. + + + + An image to remove from the collection. + + + + + + + + Removes an image at the specified position from the collection. + + + + A zero-based index of the required image. + + + + + + + + Removes an image with the specified name from the collection. + + + + A string that specifies the name of the required image. + + + + + + + + Assigns a name to the image located at the specified position within the collection. + + + + An integer value that specifies the zero-based index of the required image. + + + + A string that specifies the name to be assigned to the image. + + + + + + + + Gets an object that can be used to synchronize access to the collection. + + + The current object. + + + + + + + Copies the elements of the Images to a new array of objects. + + + An array of objects containing the copies of the elements of the Images. + + + + + + + + Contains values that specify how a specific element is positioned relative to another element. + + + + + + + + An element is located at the bottom edge of another element. + + + + + + + + The same as the option. + + + + + + + + An element is located at the left edge of another element. + + + + + + + + An element is located at the right edge of another element. + + + + + + + + An element is located at the top edge of another element. + + + + + + + + + A simple element within the . + + + + + + + Initializes a new instance of the Badge class with the default settings. + + + + + + + + Provides access to advanced Badge settings. + + + A object that stores advanced badge settings. + + + + + + + + Base class for the popup (context) menu of Office-inspired controls. + + + + + + + Initializes a new instance of the CommandPopupMenu<T> class with default settings. + + + + + + + + Initializes a new instance of the CommandPopupMenu<T> class with the specified caption and the handler for the event. + + + + An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. + + + + + + + + Find a menu item specified by its Id and disable it. + + + + + An object serving as a menu identifier. + + + + + + + + + Find a menu item specified by its Id and disable it. + + + + + An object serving as a menu identifier. + + + + + true to search nested menus recursively; otherwise, false. + + + + + + + + Find a menu item specified by its Id and enable it. + + + + An object serving as a menu identifier. + + + + + + + + + Find a menu item specified by its Id and enable it. + + + + An object serving as a menu identifier. + + + + + true to search nested menus recursively; otherwise, false. + + + + + + + + Searches for a menu item specified by its ID within a specified menu object. + + + + A object that is the menu from which a search starts. + + + + An integer that is the position of the menu item within the menu object. + + + + + true, to search nested menus recursively; otherwise, false. + + + A object if the menu with a specified identifier is found; otherwise null (or Nothing in Visual Basic) + + + + + + + Gets or sets menu identifier. + + + An object serving as a menu identifier. + + + + + + + Moves a menu item with a check mark to a specified position. + + + + An object serving as a menu identifier. + + + + An integer that is the position of a menu item within the menu object. + + + + + + + + Moves a menu item to a specified position. + + + + An object serving as a menu identifier. + + + + + An integer that is the position of a menu item within the menu object. + + + + + + + + Moves a menu item to a specified position. + + + + A object that is the menu item. + + + + An integer that is the position of a menu item within the menu object. + + + + + + + + Moves a submenu item to a specified position. + + + + An object serving as a menu identifier. + + + + An integer that is the position of a menu item within the menu object. + + + + + + + + Find a menu item specified by its Id and remove it. + + + + + An object serving as a menu identifier. + + + + + true, to search nested menus recursively; otherwise, false. + + + + + + + + Find a menu item specified by its Id and remove it. + + + + + An object serving as a menu identifier. + + + + + + + + + + Contains options that specify how text is rendered. + + + + + + + Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. + + + + + A value that specifies the horizontal alignment of text. This value is assigned to the property. + + + + + A value that specifies the vertical alignment of text. This value is assigned to the property. + + + + + A value that specifies word wrapping mode. This value is assigned to the property. + + + + + A value that specifies text trimming mode. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values. + + + + + An object which becomes the owner of the current object. + + + + + + + + Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. + + + + + A value that specifies the horizontal alignment of text. This value is assigned to the property. + + + + A value that specifies the vertical alignment of text. This value is assigned to the property. + + + + + A value that specifies word wrapping mode. This value is assigned to the property. + + + + A value that specifies text trimming mode. This value is assigned to the property. + + + + A enumeration value that specifies the hotkey prefix for the text. This value is assigned to the property. + + + + + + + + Copies settings from the specified object to the current TextOptions object. + + + + A TextOptions object whose settings are copied to the current object. + + + + + + + + Gets an object that specifies the default text options. + + + + A object that specifies the default text options. + + + + + + + + Gets an object whose settings force text to be centered. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings allow text to wrap. + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings prevent text from wrapping. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings force text to be centered and prevent it from wrapping. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object that contains the default formatting settings. + + + A object containing the default formatting settings. + + + + + + + Specifies how the default string format referred to by the property is constructed. + + + + + + + + Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the object. + + + + A object whose properties are set to match the appropriate values. + + + + + + + + Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the specified TextOptions object. + + + + + A TextOptions object whose settings are used to initialize the corresponding settings of the object that is to be returned. + + + A object whose properties are set to match the appropriate values. + + + + + + + + Gets or sets the horizontal alignment of text. + + + A value that specifies the text horizontal alignment. + + + + + + + Converts the specified value to a corresponding value. + + + + + A value that is to be converted. + + + A value that corresponds to the specified value. + + + + + + + Gets or sets the hotkey prefix for the text. + + + A enumeration value which represents the hotkey prefix for the text. + + + + + + + Tests whether two objects have the same property values. + + + + The TextOptions object to which the current object is compared. + + + true if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Resets all the text settings to their default values. + + + + + + + + + Gets or sets whether the text is directed from right to left. + + + true, if the text is directed from right to left; otherwise, false. + + + + + + + Returns the text representation of the current object. + + + The text representation of the current object. + + + + + + + Gets or sets text trimming mode. + + + A value that specifies text trimming mode. + + + + + + + For internal use. Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets the vertical alignment of text. + + + A value that specifies the text vertical alignment. + + + + + + + Converts the specified value to a corresponding value. + + + + A value that is to be converted. + + + A value that corresponds to the specified value. + + + + + + + Gets or sets text wrapping mode. + + + A value that specifies text wrapping mode. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the tooltip controller which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ToolTipControllerCustomDrawEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A object which provides the information required to paint a tooltip. This value is assigned to the property. + + + + A structure which specifies the tooltip's boundaries. This value is assigned to the property. + + + + + + + + Gets the bounding rectangle of the painted tooltip. + + + A structure which specifies the tooltip's boundaries. + + + + + + + Gets an object which specifies the storage for the most used pens, fonts and brushes + + + A object which specifies the storage for the most used pens, fonts and brushes. + + + + + + + Gets or sets whether an event was handled, if it was handled the default actions are not required. + + + true if default painting isn't required; otherwise, false. + + + + + + + Gets an object which provides the information required to paint a tooltip. + + + A object which provides the information required to paint a tooltip. + + + + + + + + A collection of objects to be used within DevExpress controls. +The ImageCollection is also used as a part of the component. + + + + + + + + Initializes a new instance of the ImageCollection class. + + + + + + + + Initializes a new instance of the ImageCollection class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the ImageCollection class with the specified settings. + + + + true to permit image modification; otherwise, false. + + + + + + + + + Appends the specified image to the collection. + + + + The image to add to the collection. + + + + + + + + Appends the specified image to the specified list. + + + + An object that represents the collection of images. + + + + The image to add to the specified collection. + + + + + + + + Adds an image with the specified name to the collection. + + + + An Image to be added to the collection. + + + + A string that specifies the image's name. You can then retrieve images by name via the property. + + + + + + + + + Adds the images from the specified horizontal image strip to the collection. + + + + The image(s) to add to the collection. + + + + + + + + Adds the images from the specified vertical image strip to the collection. + + + + The image(s) to add to the collection. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Notifies the image collection that initialization is starting. + + + + + + + + Fires after the image collection has been changed. + + + + + + + + Removes all images from the collection. + + + + + + + + Draws the specified image in the specified state and at the specified location. + + + + A object. + + + + An object that represents the source of the images. + + + + A zero-based integer that specifies the index of the image within the images. + + + + A structure that specifies the drawing area. + + + + true to draw the image in the enabled state; otherwise, false. + + + + + + + + Draws the specified image at the specified location. + + + + A object that specifies the storage for the most used pens, fonts and brushes. + + + + An object that represents the source of the images. + + + + + A zero-based integer that specifies the index of the image within the images. + + + + A structure that specifies the drawing area. + + + + + + + + + Draws the image. + + + + A object that provides storage for pens, fonts and brushes used when painting. + + + + + An object that represents the image source. + + + + An integer value that identifies the image within the collection. + + + + A structure that specifies the bounding rectangle of the image. + + + + true to draw an image in enabled state; otherwise, false. + + + + + + + + Draws the image. + + + + A object that provides storage for pens, fonts and brushes used when painting. + + + + + The to draw. + + + + An object that represents the image source. This parameter is in effect if the image parameter is null. + + + + An integer value that identifies the image within the collection. This parameter is in effect if the image parameter is null. + + + + A structure that specifies the bounding rectangle of the image. + + + + true, to draw an image in enabled state; otherwise, false. + + + + + + + + Draws the specified image using the specified paint settings. + + + + Provides the paint surface and storage of the recently used pens, fonts and brushes. + + + + The to draw. + + + + An object that represents the source of images. This parameter is in effect if the image parameter is null. + + + + + An integer value that identifies the image within the collection. This parameter is in effect if the image parameter is null. + + + + A structure that specifies the drawing area. + + + + + Contains information about how image colors are manipulated during rendering. + + + + + + + + Draws the specified image using the specified paint settings. + + + + Provides the paint surface and storage of the recently used pens, fonts and brushes. + + + + An object that represents the source of images. + + + + + An integer value that identifies the image within the collection. + + + + A structure that specifies the drawing area. + + + + + Contains information about how image colors are manipulated during rendering. + + + + + + + + Notifies the image collection that initialization is complete. + + + + + + + + + Saves the contents of the current collection to a file. + + + + A string that specifies the name of the file to which the contents of the image collection is saved. + + + + + + + + Returns the image at the specified position within the specified image list. + + + + An object that represents the source of images. + + + + A zero-based integer that specifies the index of the image within the images. + + + An descendant that represents the image at the specified position within the specified image list. null (Nothing in Visual Basic) if the image isn't found. + + + + + + + Returns an image from the specified ImageList or ImageCollection. + + + + An ImageList or ImageCollection that stores an image to be returned. + + + + A string value that is the key/name of the image to be returned. + + + An image with the specified key/name stored in an ImageList/ImageCollection. + + + + + + + Returns the number of images within the specified source of images. + + + + An object that represents the source of images. + + + An integer value that specifies the number of images within the specified image source. + + + + + + + Returns the size of the images in the specified image list. + + + + An object that represents the source of the images. + + + + A structure that specifies the height and width of the images in the specified list. if images is null (Nothing in Visual Basic) or isn't a source of images. + + + + + + + + Gets the size of the specified image or of an image in the image list addressed by a specific index. + + + + + An image whose size is returned. + + + + + An object that represents the source of images. This parameter is in effect if the image parameter is set to null. + + + + + The index of the required image in the images list. + + + A value that specifies the size of a specific image. + + + + + + + + When the option is enabled, the GetImageSize event allows you to customize the size of images returned by the . This event is fired on finishing an object initialization. + + + + + + + + Returns the image stored in the specified file. + + + + A string that specifies the full path to the file. + + + A object that represents the image stored in the specified file; null if the image cannot be loaded. + + + + + + + Provides access to the collection of images. + + + A object that represents the collection of images. + + + + + + + Gets or sets the size of images in the image collection. +For the , this property specifies the size of images fetched from an image strip (at design time or via the and methods). + + + A structure which specifies the height and width of the images in the list. + + + + + + + Gets or sets the handle to the associated with the current image collection. + + + + A handle to the for the current image collection. null (Nothing in Visual Basic) if the current image collection is empty. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + Inserts an image from project resources. + + + + An image to be inserted. + + + + The name of the image to be inserted. + + + + The type of the class where the image to be inserted is defined. + + + + An integer value that specifies the position at which the image needs to be inserted in the image collection. + + + + + + + + Inserts an image from project resources. + + + + An image to be inserted. + + + + The name of the image to be inserted. + + + + The type of the class where the image to be inserted is defined. + + + + An integer value that specifies the position at which the image needs to be inserted in the image collection. + + + + The name of the class where the image to be inserted is defined. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the value that specifies that when requesting an image from the ImageCollection, another DPI-specific image corresponding to the requested image is returned instead. +This feature is in effect if the requested image was loaded into the ImageCollection from the project resources. + + + The DefaultBoolean.True value if a requested image (that was loaded from the project resources) is replaced with a DPI-specific image; DefaultBoolean.False or DefaultBoolean.Default if this feature is disabled. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + The . + + + + An object that represents the image source. + + + + An integer value that specifies the position of the image within the collection. + + + The Boolean value. + + + + + + + Determines whether the image exists at the specified position within the specified source of images. + + + + An object that represents the source of images. + + + + A zero-based integer that specifies the index of the image within the images. + + + true if the image exists at the specified position within the specified source of images; otherwise, false. + + + + + + + + + + + + + + + + + + + + + Registers specific external image-containing assemblies within your application. + + + + A String array that contains names of the assemblies that should be registered. + + + + + + + + Provides access to external image-containing assemblies, registered by this ImageCollection. + + + A object that stores registered assemblies. + + + + + + + When requesting an image from the ImageCollection, the ResolveImage event fires when the project resources do not contain a DPI-specific image that matches the requested image and allows you to provide this DPI-specific image manually. This event is in effect when the option is enabled and the requested image was loaded into the ImageCollection from the project resources. + + + + + + + + Gets or sets the color to treat as transparent. + + + The which represents the color that is not rendered when the image is drawn. + + + + + + + + Contains values that specify how an in-place editor is activated for a cell in a container control. + + + + + + + If a cell is focused and not being edited, an in-place editor is opened on a click (the mouse button is pressed and then released). Clicking a non-focused cell focuses the cell first, and a subsequent click activates the in-place editor (if not prohibited). + + + + + + + + Specifies the default behavior. + +For the Grid Control, this option acts as the option if multiple cell selection is enabled (see the topic). Otherwise, this option acts as the option. + + +For the XtraPivotGrid control, this option acts as the option. + + + + + + + + + A cell's in-place editor is activated when the left mouse button is pressed. + + + + + + + + If a cell is focused and not being edited, an in-place editor is opened on pressing the mouse button. Clicking a non-focused cell focuses the cell first, and a subsequent mouse-down event activates the in-place editor (if not prohibited). + + + + + + + + A cell's in-place editor is activated when a mouse button is released from a click within the cell. + + + + + + + + + Provides members that specify the appearance and behavior of all s within this adorner manager. + + + + + + + Initializes a new instance of the BadgeProperties class with the default settings. + + + + + + + + Gets or sets whether or not all badges within this should colorize their images using background colors. + + + true, if all badges within this should colorize their images using background colors; otherwise, false. + + + + + + + Gets or sets whether or not badges within this should display their icons. + + + true, if badges within this should display their icons; otherwise, false. + + + + + + + Gets or sets the default image, displayed by all badges within this . + + + An Image object that is the default image, displayed by all badges within this . + + + + + + + Gets or sets the image region that can be stretched. + + + A Padding structure that is the image region that can be stretched. + + + + + + + Gets or sets the relative position, based on which all s within this are aligned. + + + + A ConenteAlignment enumerator value that specifies the relative position shared by all badges. + + + + + + + Gets or sets the offset, common to all s within this . + + + A Point structure that is the offset, common to all s within this . + + + + + + + Gets or sets whether all badges should stretch their images according to the displayed text. + + + true, if all badges should stretch their images according to the displayed text; otherwise, false. + + + + + + + Gets or sets the default text, displayed by all s within this . + + + A String value that is the default text, displayed by all s within this . + + + + + + + Gets or sets the global text margin, common to all s within this . + + + A Padding structure that is the global text margin, common to all s within this . + + + + + + + + + + + + + + + + Represents a regular context button that can be clicked. + + + + + + + Initializes a new instance of the ContextButton class. + + + + + + + + Gets or sets whether the current button's caption is formatted using HTML tags. + + + + A enumeration value that specifies whether the current button's caption is formatted using HTML tags. + + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this ContextButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this ContextButton. + + + + + + + Binds the specific parameterized command to this ContextButton. + + + + An Object that is the command to be bound to this ContextButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this ContextButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this ContextButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this ContextButton. + + + + + + + Gets or sets the current button's caption. + + + A string value that specifies the current button's caption. + + + + + + + Gets or sets the button height. + + + An integer value that specifies the button height. + + + + + + + Fires when a hyperlink in the button caption is clicked. + + + + + + + + Gets or sets the color of the hyperlink text in the current button's caption. + + + A Color object that specifies the color of the hyperlink text in the current button's caption. + + + + + + + Gets or sets the maximum height of the current button. + + + An integer value that specifies the maximum height of the current button. + + + + + + + + Gets or sets the maximum width of the current button. + + + An integer value that specifies the maximum width of the current button. + + + + + + + Gets or sets the amount of space around the current button. + + + A Padding structure that specifies the amount of space around the current button. + + + + + + + Gets or sets the button width. + + + An integer value that specifies the button width. + + + + + + + + Represents a context button that allows an end-user to rate the content using the grading scale. + + + + + + + Initializes a new instance of the RatingContextButton class. + + + + + + + + Gets or sets the glyph displaying the checked points of the current button's rating. + + + An Image that specifies the glyph displaying the checked points of the current button's rating. + + + + + + + Gets or sets whether the rating can be specified with precision up to integers, integers and half-integers, or decimals. + + + + A enumeration value that specifies the rating precision. + + + + + + + Gets or sets the number of points in the grading scale. + + + An integer value that specifies the number of points in the grading scale. + + + + + + + Gets or sets the content rating specified by the current button. + + + A decimal value that specifies the content rating. + + + + + + + + Represents a base class for the context buttons. + + + + + + + Initializes a new instance of the ContextItem class. + + + + + + + + Gets or sets the current item's alignment relative to the owner control. + + + + A ContextItemAlignment enumeration value that specifies the current item's alignment relative to the owner control. + + + + + + + Gets or sets whether the current item's glyph is painted using the foreground color. + + + A enumeration value that specifies whether the current item's glyph is painted using the foreground color. + + + + + + + Gets or sets the alignment of the current item relative to the anchor element. + + + An AnchorAlignment enumeration value that specifies the alignment of the current item relative to the anchor element. + + + + + + + Gets or sets an item (anchor element) relative to which the current item is aligned. + + + A relative to which the current item is aligned. + + + + + + + Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. + + + A object which represents a globally unique identifier (GUID) of the item, relative to which the current item is aligned. + + + + + + + Gets or sets the indent between the current item and the anchor element. + + + An integer value that specifies the indent, in pixels, between the current item and the anchor element. + + + + + + + Gets or sets the translation of the current item from the anchor element. + + + A Point structure by which the current item is translated. + + + + + + + Gets or sets the type of the animation used to show and hide the current item. + + + A ContextAnimationType enumeration value that specifies the type of the animation used to show and hide the current item. + + + + + + + Provides access to the settings used to paint the current item in the hovered state. + + + An object that provides the settings used to paint the current item. + + + + + + + Provides access to the appearance settings used to paint the current item in the normal (not hovered) state. + + + An object that provides the appearance settings used to paint the current item. + + + + + + + Locks the ContextItem object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Unlocks the ContextItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when the current item is clicked. + + + + + + + + Creates a new ContextItem object that is a copy of the current instance. + + + A new ContextItem object that is a copy of the current instance. + + + + + + + Gets the collection to which the current item belongs. + + + A ContextItemCollection object that represents the collection to which the current item belongs. + + + + + + + Allows the hint for the current item to be customized. This event is only raised for objects. + + + + + + + + + Gets or sets whether the current item can respond to end-user interaction. + + + true, if the current item can respond to end-user interaction; otherwise, false. + + + + + + + Unlocks the ContextItem object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets the glyph displayed in the current item in the normal (not hovered) state. + + + An Image object that specifies the glyph displayed in the current item in the normal state. + + + + + + + Gets or sets the glyph displayed in the current item in the hovered state. + + + An Image object that specifies the glyph displayed in the current item in the hovered state. + + + + + + + Gets or sets the current item's unique identifier. + + + A object which represents a globally unique identifier (GUID). + + + + + + + Gets or sets the current item's name. + + + A string value that specifies the current item's name. + + + + + + + Raises the event. + + + + A MouseEventArgs object. + + + + A ContextItemViewInfo object. + + + + + + + + Removes the object assigned to the current context item. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets whether hints can be displayed for the current item. + + + true, if hints can be displayed for the current item; otherwise, false. + + + + + + + Gets or sets the current item's size. + + + A structure that specifies the current item's height and width. + + + + + + + Gets or sets a for the current context item. + + + A object associated with the current context item. + + + + + + + Gets or sets custom data associated with the current item. + + + Custom data associated with the current item. + + + + + + + Gets or sets the text of the hint for the current item. + + + A String value that specifies the text of the hint for the current item. + + + + + + + Gets or sets the type of icon displayed in the hint for the current item. + + + A enumeration value that specifies the type of icon displayed in the hint for the current item. + + + + + + + Gets or sets the title of the hint for the current item. + + + A String value that specifies the title of the hint for the current item. + + + + + + + Gets or sets the item visibility. + + + A ContextItemVisibility enumeration value that specifies the item visibility. + + + + + + + + Contains properties for objects. + + + + + + + Provides access to the current object's appearance settings. + + + An AppearanceObject that stores the current IButton object's appearance settings. + + + + + + + Locks the by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Unlocks the object and its elements without immediate visual update. + + + + + + + + Gets or sets the current object's caption. + + + A String value that is the current IButton object's caption. + + + + + + + Gets or sets if the current is checked. + + + A Boolean value specifying whether the current IButton is checked. + + + + + + + Gets or sets whether the current object is enabled. + + + true if the current object is enabled; otherwise, false. + + + + + + + Unlocks an causing immediate visual update of the object and all its elements. + + + + + + + + Gets or sets a collection of glyphs for the current object. + + + An Object that is glyphs collection for the current IButton object. + + + + + + + Gets or sets a group index for the current object. + + + An Int32 value that is the group index for the current IButton object. The default value is -1. + + + + + + + Gets or sets the current object's icon. + + + An Image object that is the current IButton object's icon. + + + + + + + Gets or sets an collection member used as the current object's glyph. + + + An Int32 value that points to an collection member used as the current object's glyph. + + + + + + + Gets or sets the current object's icon location relative to its . + + + An ImageLocation enumerator value specifying the current IButton object's icon location relative to its . + + + + + + + Gets a collection of images that can be used as the current object's icon. + + + The Object that is the source of images assigned to the parent dock panel's property. + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the button. +A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). + + + A string value that specifies the uniform resource identifier of the image to be displayed in the button. + + + + + + + Gets whether the current is locked for any visual update. + + + true if the current is locked for any visual update; otherwise, false. + + + + + + + Gets or sets the current object's type. + + + A ButtonStyle enumerator value that specifies the current IButton object's type. + + + + + + + Gets or sets a super tool-tip for the current . + + + A object associated with the current . + + + + + + + Gets or sets the current object's tag. + + + An Object that is the current IButton object's tag. + + + + + + + Gets or sets a tool-tip for the current . + + + A String value that is the current 's tool-tip. + + + + + + + Gets or sets whether the current object's is visible. + + + true if the current object's is visible; otherwise, false. + + + + + + + Gets or sets whether the current object's icon is visible. + + + true if the current object's icon is visible; otherwise, false. + + + + + + + Gets or sets whether the current object is visible. + + + true if the current object is visible; otherwise, false. + + + + + + + Gets or sets the current object's relative position. + + + An Int32 value specifying the current IButton object's relative position. + + + + + + + + A user control that supports look and feel and skinning technology. Provides centralized control over the look and feel settings of the DevExpress controls placed on it. + + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the appearance settings used to paint the user control. + + + An object which contains the user control's appearance settings. + + + + + + + Gets or sets the user control's background color. + + + A structure which specifies the user control's background color. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets font settings applied to the control. + + + A object that contains font settings. + + + + + + + Gets or sets the control's foreground color. + + + A Color structure that specifies the control's foreground color. + + + + + + + Contains settings that specify the look and feel of the current XtraUserControl and all DevExpress controls placed on it. + + + An object that provides look-and-feel settings. + + + + + + + Resets the property back to its default value. + + + + + + + + Sets the property to Color.Empty. + + + + + + + + Gets or sets the site of the XtraUserControl. + + + The ISite associated with the XtraUserControl, if any. + + + + + + + + A form that supports title bar skinning. Provides centralized control over the look and feel settings of the DevExpress controls placed on it. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active. + + + The color of the glow adorning effect applied to the form's borders when the form is active. + + + + + + + Gets or sets whether the form's title bar and borders are painted using the current skin. This member supports the internal infrastructure and is not intended to be used directly from your code. + + + true if the form's title bar and borders are painted using the current skin; otherwise, false. + + + + + + + Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled. + + + true if the MDI bar is allowed; otherwise, false. + + + + + + + Gets the appearance settings used to paint the form. + + + An object which contains the form's appearance settings. + + + + + + + Gets or sets the background color of the form's client region. + + + A structure which specifies the background color of the form's client region. + + + + + + + Specifies the background image for the form. + + + A object that represents the background image. + + + + + + + Gets or sets the background image layout as defined in the enumeration. + + + A value that specifies the background image layout. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An ImageLayout value. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An Image object. + + + + + + + Returns whether or not the target XtraForm exists but is not yet displayed. + + + + + An to be checked. + + + true, if the target form exists but is not yet shown; otherwise, false. + + + + + + + + Gets or sets whether the form's Close button (x) is visible. This property is in effect when the Form Title Bar Skinning feature is enabled. + + + true if the form's Close button (x) is visible; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the form's font. + + + A object which specifies the form's font. + + + + + + + Gets or sets the foreground color of the form's client region. + + + A structure which specifies the foreground color of the form's client region. + + + + + + + Gets or sets the form's border adornment effect. + + + The form's border adornment effect. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled. + + + A object that stores a collection of images. + + + + + + + Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied. + + + A string that specifies the form's caption, formatted using HTML tags. + + + + + + + Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active. + + + The color of the glow adorning effect applied to the form's borders when the form is not active. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Contains settings that specify the look and feel of the current form and all DevExpress controls placed on the form. + + + A object that stores look&feel settings for this XtraForm. + + + + + + + Gets or sets the maximum allowed client size for a form. + + + + A value. + + + + + + + Gets or sets the form's maximum size. + + + A Size structure that specifies the form's maximum size. + + + + + + + Gets or sets the composite format string used to format the merged MDI parent and child captions. + + + A string value that represents the composite format string used to format the merged MDI parent and child captions. + + + + + + + Gets or sets the minimum allowed client size for a form. + + + A value. + + + + + + + Gets or sets the form's minimum size. + + + A Size structure that specifies the form's minimum size. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Resets the property back to its default value. + + + + + + + + Resets the property back to its default value. + + + + + + + + Resumes the usual layout logic, optionally forcing an immediate layout of pending layout requests. + + + + + true to execute pending layout requests; otherwise, false. + + + + + + + + Resumes the usual layout logic. + + + + + + + + Resumes painting the form whose painting had been suspended. + + + + + + + + + Gets or sets whether the caption of the currently active multiple-document interface (MDI) child is merged with the MDI parent caption, and shown in the form's title bar. + + + true, if the MDI child caption is merged with the MDI parent caption; otherwise, false. + + + + + + + Gets or sets the site of the XtraForm. + + + The ISite associated with the XtraForm, if any. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Temporarily suspends the layout logic for the control. + + + + + + + + + Suspends painting the form. + + + + + + + + + Gets or sets the form's caption. + + + + A string that specifies the form's caption. + + + + + + + Gets or sets the text displayed within a tab corresponding to the current form. This property is in effect when the current form represents an MDI child within an container. + + + A string value. + + + + + + + + A splitter that allows end-users to resize controls that are docked to the splitter's edges. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the appearance settings used to paint the splitter. + + + An object which contains the splitter's appearance settings. + + + + + + + Gets or sets the splitter's background color. + + + A structure which specifies the splitter's background color. + + + + + + + Provides access to the settings which control the splitter's look and feel. + + + A object whose properties specify the splitter's look and feel. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + A control consisting of two panels separated by a splitter. + + + + + + + Initializes a new instance of the class. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A Boolean value. + + + + + + + Gets or sets if end-users can scroll the SplitContainerControl by dragging its content. + + + true, if end-users can scroll the SplitContainerControl by dragging its content; otherwise, false. + + + + + + + This member is not supported by the SplitContainerControl class. + + + + + + + + + + This member is not supported by the SplitContainerControl class. + + + + + + + + + + Starts the split container's initialization. Initialization occurs at runtime. + + + + + + + + Occurs after an end-user clicks the SplitContainerControl's splitter. + + + + + + + + Gets or sets a value indicating whether the panel referred to by the property is collapsed. + + + true if the panel is collapsed; otherwise, false. + + + + + + + Gets or sets the panel that is automatically collapsed when clicking on a splitter. + + + A SplitCollapsePanel enumeration value that specifies the panel automatically collapsed when clicking on a splitter. + + + + + + + Gets the collection of controls contained within the split container control. + + + A object which represents the collection of controls contained within the split container control. + + + + + + + Gets or sets the cursor that is displayed when the mouse pointer is over the current SplitContainerControl. + + + A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. + + + + + + + Ends the split container's initialization. + + + + + + + + Gets or sets the fixed panel. + + + A enumeration value which specifies the fixed panel. + + + + + + + Gets or sets whether the panels are located one after another or one above another. + + + true if the panels are located one after another; false if the panels are located one above another. + + + + + + + Gets whether the panel specified by the property is collapsed. + + + true if this panel is collapsed; otherwise, false. + + + + + + + Gets or sets whether the SplitContainerControl's splitter is locked at the current position. + + + true, if the SplitContainerControl's splitter is locked at the current position; otherwise, false. + + + + + + + Gets the left (or top) panel. + + + A object which represents the left (or top) panel. + + + + + + + Gets the right (or bottom) panel. + + + A object which represents the right (or bottom) panel. + + + + + + + Gets or sets the visibility of the panels. + + + A enumeration value which specifies the visibility of panels. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Specifies the border style of the panels. + + + + A enumeration value specifying the border style of the panels. + + + + + + + + Collapses or restores the panel referred to by the property. + + + + true to collapse the panel; false to restore the panel. + + + + + + + + Gets or sets whether the split container's caption is displayed. + + + true to display the split container's caption; otherwise, false. + + + + + + + Allows you to respond to collapsing/restoring a panel. + + + + + + + + Allows you to prevent a panel from being collapsed/restored. + + + + + + + + Gets the splitter's size and location. + + + A structure which represents the size and location of the splitter. + + + + + + + Occurs after the splitter's position has been changed. + + + + + + + + Occurs when the splitter's position is being changed. + + + + + + + + Gets or sets the splitter's location. + + + An integer value specifying the splitter's current location in pixels, from the side of the fixed panel. + + + + + + + Occurs after the splitter's position has been changed. + + + + + + + + Swaps the contents of the first and second panels. + + + + + + + + + + A panel with or without a border. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets the appearance settings used to paint the panel. + + + An object which contains the panel's appearance settings. + + + + + + + Not supported. + + + A Boolean value. + + + + + + + Not supported. + + + A object that represents the height and width of the auto-scroll margin, in pixels. + + + + + + + + Not supported. + + + A object that represents the minimum height and width of the control's scrollbars, in pixels. + + + + + + + + Gets or sets the panel's background color. + + + A structure which specifies the panel's background color. + + + + + + + Gets or sets the control's background image. This member is not supported by the PanelControl class. Use the Appearance.Image property instead. + + + A object. + + + + + + + This member is not supported by the PanelControl class. + + + + An value that specifies the position of an image on the control. + + + + + + + Starts the panel's initialization. Initialization occurs at runtime. + + + + + + + + Gets or sets the panel's border style. + + + A enumeration value specifying the panel's border style. + + + + + + + Returns the panel's bounding rectangle, calculated from the bounds of its client region. + + + + A object. + + + + A structure which represents the bounding rectangle of the panel's client region. + + + A structure which represents the panel's bounding rectangle, calculated from the bounds of its client region. + + + + + + + Gets or sets the group's background image that is displayed "as is", and can be aligned to any panel's edge. + + + An object. + + + + + + + Gets or sets the content image's alignment within the panel. + + + A value that specifies the content image's alignment. + + + + + + + Gets or sets the content image's alignment within the panel. + + + A value that specifies the content image's alignment. + + + + + + + Gets the bounds of the panel's client region. + + + A structure which represents the bounding rectangle of the panel's client region. + + + + + + + Ends the PanelControl's initialization. + + + + + + + + + Gets or sets the panel's font. + + + A object which specifies the panel's font. + + + + + + + Gets or sets the panel's foreground color. + + + A structure which specifies the panel's foreground color. + + + + + + + Resets the property back to its default value. + + + + + + + + Resets the property back to its default value. + + + + + + + + Gets or sets the text associated with the panel control. + + + A string value specifying the text associated with the panel. + + + + + + + Gets or sets whether the PanelControl should use the non-default painting mode. + + + + true if the PanelControl control uses the non-default painting mode; otherwise, false. + + + + + + + + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + + + true if the control is painted grayed out, when it's in the disabled state; otherwise, false + + + + + + + + A panel with a title which can be aligned along the top, bottom, left or right edge. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether to colorize the group caption and border according to the BorderColor setting in skinning paint schemes. + + + + true, if the group caption and border should be colorized according to its BorderColor settings in skinning paint schemes; otherwise, false. + + + + + + + Gets or sets whether an image within the GroupControl's caption should be painted using the control's foreground color. + + + true, if an image within the GroupControl's caption should be painted using the control's foreground color; otherwise, false. + + + + + + + Gets or sets whether HTML tags can be used to format the control's . + + + true if HTML tags can be used to format the control's ; otherwise, false. + + + + + + + Gets the appearance settings used to paint the group's caption. + + + An object which contains the caption's appearance settings. + + + + + + + Gets or sets the image to display within the group's caption area. + + + A object that specifies the group's caption image. + + + + + + + Gets or sets the relative position of an image within the group caption. + + + A value that specifies the image's position. + + + + + + + Gets or sets the outer indents for the image within the group caption, in pixels. + + + A System.Windows.Forms.Padding object that specifies padding information for the image. + + + + + + + Gets or sets the uniform resource identifier (URI) that specifies the image assigned for this GroupControl. + + + A object that is the uniform resource identifier (URI) for this GroupControl. + + + + + + + Gets or sets the location of the group control's caption. + + + A enumeration member which specifies the group caption's location. + + + + + + + Occurs whenever a check button from the collection is checked. + + + + + + + + Occurs whenever a push button from the collection is clicked. + + + + + + + + Occurs whenever a check button from the collection is unchecked. + + + + + + + + Enables group caption to be custom painted. + + + + + + + + Provides access to the custom header buttons' collection. + + + A object that stores custom header buttons for this GroupControl. + + + + + + + Gets or sets the position of within this GroupControl. + + + A enumerator value that specifies the position of within this GroupControl. + + + + + + + Gets the bounds of the control's client region. + + + A structure which represents the bounding rectangle of the control's client region. + + + + + + + Retrieves detailed information about a tool-tip located at the specific position. + + + + A Point structure to check whether it belongs to a tool-tip. Coordinates are referenced from the GroupControl's top left corner. + + + + A ToolTipControlInfo object that stores the tool-tip's information. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a collection of images to be inserted into the control's caption () using HTML tags. + + + A object that stores a collection of images. + + + + + + + Invalidates the entire surface of the control and causes the control to be redrawn. + + + + + + + + Gets or sets whether the group's caption is displayed. + + + true to display the group's caption; otherwise, false. + + + + + + + Gets or sets the GroupControl's text. + + + A string that specifies the control's text. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by custom header buttons. + + + A object which controls the appearance and behavior of tooltips displayed by custom header buttons. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the group control which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the Cache property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the Painter property. + + + + A object that contains information about the element being painted. This value is assigned to the property. + + + + + + + + Gets the painted caption's bounding rectangle. + + + A structure which represents the painted caption's bounding rectangle. + + + + + + + Gets information on the painted group. + + + A object which provides information about the painted group. + + + + + + + + Lists values that specify the visibility of the panels within a split container. + + + + + + + Both Panel1 and Panel2 are visible. + + + + + + + + Panel2 is hidden. + + + + + + + + Panel1 is hidden. + + + + + + + + + Lists values that specify which panel within the split container is fixed. + + + + + + + The panels' widths (or heights) are proportionally changed when a split container is being resized. + + + + + + + + The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. + + + + + + + + The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. + + + + + + + + + The Adorner UI Manager. + + + + + + + Initializes a new instance of the AdornerUIManager class with the default settings. + + + + + + + + Initializes a new instance of the AdornerUIManager class with the specified settings. + + + + An IContainer object that owns this newly created AdornerUIManager. + + + + + + + + Provides access to appearance settings common to all elements within this AdornerUIManager. + + + An AppearanceObject that stores appearance settings common to all elements within this AdornerUIManager. + + + + + + + Provides access to properties that affect all elements within this AdornerUIManager. + + + A object that stores properties common to all elements within this AdornerUIManager. + + + + + + + Locks the current AdornerUIManager and allows you to modify the control without immediately reflecting their changes. + + + + + + + + Unlocks the AdornerUIManager object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Provides zero-based indexed access to s of any type owned by this AdornerUIManager. + + + An object that stores all child objects for this AdornerUIManager. + + + + + + + Unlocks the AdornerUIManager and forces it to repaint itself. + + + + + + + + Hides all s owned by this AdornerUIManager. + + + + + + + + + + + + + + + Gets whether or not this AdornerUIManager has been locked for updating. + + + true, if this AdornerUIManager has been locked for updating; otherwise, false. + + + + + + + Gets or sets the control that owns this AdornerUIManager. + + + A ContainerControl that owns this AdornerUIManager. + + + + + + + Forces the AdornerUIManager to display all its child s whose visibility is currently set to true. + + + + + + + + + + + + + + + + Provides data for mouse events. + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + A enumeration value that defines which mouse button was pressed. This value is assigned to the property. + + + + An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. + + + + An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + + An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + + An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class. + + + + A enumeration value that defines which mouse button was pressed. This value is assigned to the property. + + + + An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. + + + + An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + + An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + + An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. + + + + true if the event hasn't been handled by a control; otherwise, false. This value is assigned to the property. + + + + + + + + Converts the object passed as a parameter to a object. + + + + A object which contains data for the MouseUp, MouseDown, and MouseMove events. + + + A object which provides data for the mouse events. + + + + + + + Converts the object passed as a parameter to a object. + + + + A descendant. + + + + A object which contains data for the mouse events. + + + A object which provides data for the mouse events. + + + + + + + Gets or sets a value specifying whether an event has been handled. + + + true if the event hasn't been handled by a control; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + For internal use. + + + + + + + + + Serves as a base for the classes that provide the appearance settings used to paint DevExpress .NET controls. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies the settings from the object passed as the parameter. + + + + A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. + + + + + + + + Copies the settings from the object passed as the parameter without raising the event. + + + + A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. + + + + + + + + Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when the collection is changed. + + + + + + + + + Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren't activated are set to the value in the default appearance object. + + + + A descendant representing the source of the operation. + + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. + + + + + + + + Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. + + + + A descendant representing the source of the operation. + + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. + + + + true to enable options which correspond to the activated appearance settings; otherwise, false. + + + + + + + + Releases all the resources used by the current object. + + + + + + + + Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets an appearance object contained within the collection by its name. + + + + A value specifying the name of the required appearance object. + + + The object within the collection which has the specified name. + + + + + + + Returns an that can iterate through the hashtable. + + + An for the hashtable. + + + + + + + Gets whether the current object has been disposed of. + + + true if the current object has been disposed of; otherwise, false. + + + + + + + Indicates whether the collection's owner is currently being initialized. + + + false always. + + + + + + + Occurs when specific settings that control the text appearance are changed. + + + + + + + + Resets the properties of all the appearance objects within the collection to their default values. + + + + + + + + Restores the appearance settings stored at the specified system registry path. + + + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. + + + + + + + + Restores the appearance settings from the specified stream. + + + + A descendant from which the appearance settings are read. + + + + + + + + Loads the appearance settings stored in the specified XML file. + + + + A string value specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file doesn't exist, an exception is raised. + + + + + + + + Saves the appearance settings to a system registry path. + + + + A string value specifying the system registry path to which the appearance settings are saved. + + + + + + + + Saves the appearance settings to a specific stream. + + + + A descendant to which the appearance settings are written. + + + + + + + + Saves the appearance settings to a specific XML file. + + + + A string value specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Tests whether the should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + Occurs when specific settings that control text size are changed. + + + + + + + + + Updates the right-to-left text direction option. + + + + true, if the text is directed from right to left; otherwise, false. + + + + + + + + + Provides appearance options. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Copies all the settings from the options object passed as the parameter and assigns them to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the settings specified by the current appearance object have the highest priority. + + + true to set the current appearance settings to the highest priority; otherwise, false. + + + + + + + + Represents an appearance object with extended settings. + + + + + + + Initializes a new instance of the class with the specified owner. + + + + An object implementing the IAppearanceOwner interface. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + An object implementing the IAppearanceOwner interface. + + + + An object which represents the parent appearance object. This value is assigned to the property. + + + + A value specifying the name of the created object. This value is assigned to the property. + + + + + + + + Sets the appearance object's settings to default values. + + + + An AppearanceDefault object containing default appearance settings. + + + + + + + + Creates a copy of the current instance. + + + An object which represents an exact copy of the current object. + + + + + + + Provides access to the appearance object's options. + + + An object containing the appearance options. + + + + + + + + Stores elements of the type. + + + + + + + Initializes a new instance of the AdornerElementCollection class with the default settings. + + + + + + + + Adds a specific to the current AdornerElementCollection. + + + + An AdornerElement to be added to this AdornerElementCollection. + + + + + + + + Adds multiple s to this AdornerElementCollection. + + + + An IEnumerable structure containing s to be added. + + + + + + + + Fires when the AdornerElementCollection is modified. + + + + + + + + Checks whether or not this AdornerElementCollection contains the target . + + + + The to be checked. + + + true, if this AdornerElementCollection contains the target ; otherwise, false. + + + + + + + Copies all s from this AdornerElementCollection to a target one-dimensional array, starting from the specific index of the target array. + + + + An AdornerElement[] array to which all AdornerElementCollection items should be copied. + + + + An Int32 value that is the index of the host array, starting from which copied elements should be arranged. + + + + + + + + Gets all s related to the target UI element. + + + + An Object that is the source UI element, whose related adorner elements should be returned. + + + + An AdornerElements array. + + + + + + + Gets s of the specific type that are related to the target UI element. + + + + An Object that is the source UI element, whose related adorner elements should be returned. + + + A one-dimensional array containing elements of the specific type. + + + + + + + Returns the object that iterates through the current AdornerElementCollection. + + + An IEnumerator object that iterates through this AdornerElementCollection. + + + + + + + Gets the current position of the target element within this AdornerElementCollection. + + + + An whose index is to be obtained. + + + An Int32 value that is the current position of the target element within this AdornerElementCollection. + + + + + + + Gets or sets whether or not this AdornerElementCollection can be modified. + + + true, if this AdornerElementCollection is in read-only mode; otherwise, false. + + + + + + + Gets the located at the target position within this AdornerElementCollection. + + + + An Int32 value that is the element position within the AdornerElementCollection. + + + An located at the target position within this AdornerElementCollection. + + + + + + + Removes the target from this AdornerElementCollection. + + + + An AdornerElement to be removed. + + + true, if the element was successfully removed; otherwise, false. + + + + + + + + Provides members that specify the appearance and behavior of the current . + + + + + + + + Initializes a new instance of the BadgeDefaultProperties class and inherits its property values from the parent object. + + + + A BadgeProperties object whose property values are copied to the newly created BadgeDefaultProperties object. + + + + + + + + Gets the current image displayed by this badge. + + + An Image, currently displayed by this badge. + + + + + + + Returns the current stretch margins applied to this 's image. + + + A Padding structure that is the current image stretch margins of this badge. + + + + + + + + Returns the current alignment relative to its target element. + + + A enumerator value that specifies the current alignment relative to its target element. + + + + + + + Returns the current offset. + + + A Point structure that is the current offset. + + + + + + + Returns the text currently displayed in this badge. + + + A String value that is the currently displayed badge text. + + + + + + + Returns margins currently applied to this 's text. + + + A Padding structure that specifies margins currently applied to this 's text. + + + + + + + + + + + + + + + Gets or sets whether or not the glyph skinning feature is applied to this badge. + + + A DefaultBoolean enumerator value that specifies whether or not the glyph skinning feature is applied to this badge. + + + + + + + Gets or sets whether or not this badge should display its image. + + + A enumerator value that specifies whether or not this badge should display its image. + + + + + + + Gets whether or not this image can be stretched. + + + + true, if this 's image can be stretched; otherwise, false. + + + + + + + Gets whether or not an image, assigned to this will be displayed. + + + true, if an image, assigned to this will be displayed; otherwise, false. + + + + + + + Gets or sets an image, used by this . + + + An Image displayed within this badge. + + + + + + + Gets or sets the image region that can be stretched. + + + A Padding structure that is the image stretch region. + + + + + + + Gets whether or not this badge should colorize its glyph. + + + true, if this badge should colorize its glyph; otherwise, false. + + + + + + + Gets or sets the relative position for this . + + + A ContentAlignment enumerator value that specifies the relative position for this . + + + + + + + Gets or sets this badge's offset from its relative position. + + + A Point structure that specifies this badge's offset from its relative position. + + + + + + + Gets or sets whether or not this should stretch its image to fit the text block. + + + A DefaultBoolean enumerator value that specifies whether or not this should stretch its image to fit the text block. + + + + + + + Gets or sets the text string, displayed by this . + + + A String value that is the text. + + + + + + + Gets or sets margins for this 's text. + + + A Padding structure that specifies margins for this 's text. + + + + + + + + + + + + + + + + The base class for all adorner elements (e.g., s). + + + + + + + Initializes a new instance of the AdornerElement class with the default settings. + + + + + + + + Provides access to the appearance settings that affect this AdornerElement. + + + A object that stores AdornerElement appearance settings. + + + + + + + Copies all settings from the target AdornerElement to this AdornerElement. + + + + An AdornerElement object whose settings are to be copied to this AdornerElement. + + + + + + + + Duplicates this AdornerElement. + + + An Object that is this AdornerElement object's copy. + + + + + + + Gets whether the AdornerElement is being disposed of. + + + true, if the AdornerElement is being disposed of; otherwise, false. + + + + + + + Gets or sets the UI element to which this AdornerElement is bound. + + + An Object related to this AdornerElement. + + + + + + + Gets or sets whether or not this AdornerElement is visible. + + + true, if this AdornerElement is visible; otherwise, false. + + + + + + + + A Workspace Manager. + + + + + + + Initializes a new instance of the WorkspaceManager class with the default settings. + + + + + + + + Occurs after a workspace was applied. + + + + + + + + Gets or sets whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. + + + A DefaultBoolean enumerator value that specifies whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. + + + + + + + Locates a workspace with the target name within the collection and applies it to the application. + + + + A String value that is the workspace name within the collection. + + + + + + + + Occurs immediately after the method is called. + + + + + + + + Captures the current form layout and places it to the collection under the specific name. + + + + A String value that is the name of the captured workspaces. + + + + true, if the workspace should include the layout of child controls hosted within controls on the current form (user control); otherwise, false. + + + + + + + + Gets or sets whether this WorkspaceManager should automatically close streams opened when loading workspaces. + + + A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when loading workspaces. + + + + + + + Gets or sets whether this WorkspaceManager should automatically close streams opened when saving workspaces. + + + A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when saving workspaces. + + + + + + + Gets a WorkspaceManager stored within the target control. + + + + A Control from which a WorkspaceManager is extracted. + + + A WorkspaceManager stored within the target control. + + + + + + + Returns a workspace with a specific name from the collection. + + + + A String value that is the name of a workspace to be obtained. + + + An IWorkspace object that is the workspace with the target name. + + + + + + + Returns a workspace with a specific index from the collection. + + + + An Int32 value that is the index of a workspace to be obtained. + + + An IWorkspace object that is the workspace with the target index. + + + + + + + Loads a workspace from the target local file and places it in the collection under the specific name. + + + + + A String value that is the name under which the loaded workspace is kept in the collection. + + + + An Object that is the location of the file that stores a workspace. + + + true, if the workspace was successfully loaded; otherwise, false. + + + + + + + Loads a workspace from the target stream and places it in the collection under the specific name. + + + + A String value that is the name of the loaded workspace within the collection. + + + + A Stream that contains the required workspace. + + + true, if the workspace was successfully loaded; otherwise, false. + + + + + + + Provides access to the recently used workspaces collection. + + + A List object containing the recently used workspaces collection. + + + + + + + + Removes a workspace with the target name from the collection. + + + + A String value that is the name under which the workspace is stored within the collection. + + + + + + + + Renames the target workspace. + + + + A String value that is the name under which the workspace is currently stored in the collection. + + + + A String value that is the new name for the workspace. + + + + + + + + Saves the target workspace from the collection to a local file. + + + + A String value that is the workspace name in the collection. + + + + An Object that is the path to which the target workspace should be saved. + + + + If no workspace with this name is currently present at the target location, the true value specifies that a new file should be created. Otherwise, the existing workspace will be overwritten. + +The false value restricts the SaveWorkspace method to create new workspace-containing files. + + + + + true, if saving was successful; otherwise, false. + + + + + + + + Saves the required workspace from the collection to a target stream. + + + + A String value that is the workspace name in the collection. + + + + A Stream object to which the target workspace should be saved. + + + + true if a new stream should be created if no currently existing stream with such name was found; otherwise, false. + + + true, if the workspace was successfully saved; otherwise, false. + + + + + + + Allows you to exclude a specific control from the global application workspace. + + + + A Component that is the target control. + + + + false to force the WorkspaceManager to ignore the target control; otherwise, true. + + + + + + + + Gets or sets a control whose layout is managed by this WorkspaceManager. + + + A Control whose layout is managed by this WorkspaceManager. + + + + + + + Gets or sets the transition animation that follows applying workspaces. + + + An ITransitionAnimator object that is the transition animation with its parameters. + + + + + + + Occurs whenever a new workspace was added to the collection. + + + + + + + + Fires when a workspace was removed from the collection. + + + + + + + + Provides access to all currently active workspaces. + + + A List structure that stores all currently active workspaces. + + + + + + + Occurs after the method was called. + + + + + + + + + Enumerates animation modes. + + + + + + + A fade animation effect. + + + + + + + + A slide-in animation effect. + + + + + + + + + Provides members that enumerate scroll bar UI modes. + + + + + + + Specifies the same UI mode as the Desktop value. + + + + + + + + Scroll bars that are optimized for desktop applications. In this mode, scroll bars contain scroll buttons. The auto-hide functionality is not supported. + + + + + + + + + + + + Scroll bars that are optimized for touch-aware applications. + +In this mode, the scroll bar thumb supports the auto-hide functionality. It automatically appears when an end-user flicks the scrollable content (or the mouse cursor moves over the control), and disappears if the control is not scrolled (or the mouse cursor does not move) for some time. The scroll bar buttons are never displayed. + + + + + + + + + + + + Provides data for events that maintain the Asynchronous Image Load feature. + + + + + + + + Initializes a new instance of the ThumbnailImageEventArgs class with the specified settings. + + + + An Int32 value that specifies the number of the current item among all items that load images asynchronously. + + + + An AsyncImageLoader object that performs image load. + + + + An ImageLoadInfo object that stores detailed information about the item. + + + + + + + + Creates a thumbnail image that will be assigned to an item that supports the asynchronous image load feature. + + + + + An Image that will be transformed to the thumbnail image. + + + An Image created by this method. + + + + + + + Creates a thumbnail image of the specific size. This image will be later assigned to an item that supports the asynchronous image load feature. + + + + + An Image that will be transformed to the thumbnail image. + + + + A Size structure that is the size of the thumbnail image. + + + + An Image created by this method. + + + + + + + Gets the index of the item that fired this event among other items that support the asynchronous image load feature. + + + An Int32 value that specifies the index of the item that fired this event among other items that support the asynchronous image load feature. + + + + + + + Stores the desired size of thumbnail images, generated using the method. + + + + A Size structure that is the desired size of thumbnail images, generated using the method. + + + + + + + + Resets the image cache and causes all items that are not currently visible to reload their images when displayed again. + + + + + + + + Gets or sets the image that will be assigned to an item that fired this event. + + + An Image that will be assigned to an item that fired this event. + + + + + + + + Provides appearance and behavior settings common to all DevExpress controls. + + + + + + + Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. This is a static property. + + + true, if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false. + + + + + + + Gets or sets whether a control is scaled according to its scale factor (which is dependent on the monitor DPI setting). This is a static property. + + + Default or True if control auto-scaling is enabled; False if this mode is disabled. + + + + + + + Gets or sets whether or not DevExpress Skins can be scaled on high-DPI devices. + + + true, if DevExpress Skins can be scaled on high-DPI devices; otherwise, false. + + + + + + + Gets whether the form title bar skinning feature is enabled. This is a static property. + + + true, if the form title bar skinning feature is enabled; otherwise, false. + + + + + + + Gets or sets whether animation on hovering objects is enabled. This is a static property. + + + + + A value that specifies whether animation on hovering objects is enabled. + + + + + + + + Gets or sets whether the window bounce (panning feedback) is enabled when an end-user tries to pan (scroll with the finger) beyond a control's pannable area. This is a static property. + + + Default or True if the window panning feedback is enabled; False if this visual effect is disabled. + + + + + + + Gets or sets whether smooth pixel-based scrolling is enabled for controls. This is a static property. + + + + A DefaultBoolean value that specifies whether smooth pixel-based scrolling is enabled for controls. + + + + + + + + Gets or sets whether or not all s used within this app should use the Windows 7 Aero effect. + + + A enumerator value that specifies whether or not all s used within this app should use the Windows 7 Aero effect. + + + + + + + Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. This is a static property. + + + A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. + + + + + + + This method is called by DevExpress demos to apply specific settings. This is a static method. + + + + + + + + Indicates whether HTML text formatting is enabled for controls by default. This is a static property. + + + true, if HTML text formatting is enabled for controls by default; otherwise, false. + + + + + + + Gets or sets the default font for controls. This is a static property. + + + A object which is the default font for controls. The default value is the Tahoma font. + + + + + + + Gets the default object which is used for painting controls. This is a static property. + + + A object. + + + + + + + Gets and sets the font used to display text on menus. This is a static property. + + + A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. + + + + + + + Gets or sets the default text font for printing. This is a static property. + + + A System.Drawing.Font object that defines the default text font for printing. + + + + + + + Disables the title bar skinning feature for DevExpress forms. + + + + + + + + Disables the title bar skinning feature for MDI child DevExpress forms. + + + + + + + + Gets or sets whether the scroll bar thumb restores its previous position or keeps the terminal position when it is dragged beyond a control. This is a static property. + + + A DragScrollThumbBeyondControlMode enumeration value that specifies whether the scroll bar thumb restores its previous position or keeps the terminal position when dragged beyond a control. + + + + + + + Gets or sets the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. This property is in effect in the RestoreThumbPosition mode. This is a static property. + + + An integer value that specifies the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. The default value is 50 pixels. + + + + + + + Enables the title bar skinning feature for DevExpress forms. + + + + + + + + Enables the title bar skinning feature for DevExpress forms, if the application is running under Microsoft Windows XP. + + + + + + + + Enables the title bar skinning feature for MDI child DevExpress forms. + + + + + + + + Gets or sets the style of dashed lines to paint focus rectangles. This is a static property. + + + A DXDashStyle enumeration value that specifies the style of dashed lines to paint focus rectangles. + + + + + + + Gets or sets the behavior specifying fonts used by DevExpress and standard .Net controls. This is a static property. + + + A enumeration value that specifies the behavior specifying fonts used by DevExpress and standard .Net controls. + + + + + + + Enables the mixed use of the DevExpress text rendering library and System.Windows.Forms.TextRenderer class functionality. + + + + + + + + Enables the use of the System.Drawing.Graphics class for text rendering. + + + + + + + + Enables the use of the System.Windows.Forms.TextRenderer class for rendering text. + + + + + + + + Gets the actual value of the auto-scaling setting for controls. This is a static property. + + + The actual value of the auto-scaling setting for controls. + + + + + + + Returns whether animation on hovering objects is enabled. This is a static property. + + + + + An object that provides information on the current skin. + + + true, if animation on hovering objects is enabled; otherwise, false. + + + + + + + + Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. + + + + A RightToLeft enumeration value that specifies the default behavior that is used if the property equals Default. + + + true, if DevExpress controls are aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Returns a Boolean value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. + + + + A Control object. + + + true, if the specified control is actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Returns a Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. This is a static method. + + + + A Control object. + + + A Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. + + + + + + + Returns a Boolean value that indicates whether right-to-left mirror placement is turned on. The method parameter allows the default behavior to be specified. This is a static method. + + + + A default Boolean value that is returned if the property equals Default. + + + A Boolean value that indicates whether right-to-left mirror placement is turned on. + + + + + + + Returns a RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. + + + + A default System.Windows.Forms.RightToLeft enumeration value that is returned if the property equals Default. + + + A System.Windows.Forms.RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. + + + + + + + Returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. + + + + A Control object. + + + A System.Windows.Forms.RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. + + + + + + + Gets or sets the edit value update mode for inplace editors within Bar Manager and Ribbon controls. + + + An enumerator value that specifies the edit value update mode for inplace editors. + + + + + + + Gets whether smooth pixel-based scrolling is enabled for controls. +This is a static property. + + + true, if smooth pixel-based scrolling is enabled for controls; otherwise, false. + + + + + + + + Loads appearance settings from the configuration file and updates the corresponding properties accordingly. + + + + + + + + Gets or sets whether the DevExpess controls' built-in context menus are displayed in the classic rectangular or radial style. This is a static property. + + + A PopupMenuStyle enumeration value that specifies the style in which built-in context menus are displayed. + + + + + + + Gets or sets whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. This is a static property. + + + A enumeration value that specifies whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. + + + + + + + Gets or sets whether right-to-left mirror placement is turned on. + + + A value that specifies whether right-to-left mirror placement is turned on. + + + + + + + Gets or sets the UI mode in which scroll bars are displayed. This is a static property. + + + A enumeration value that specifies the UI mode in which scroll bars are displayed. + + + + + + + Sets the current process as dots per inch (dpi) aware. + + + + + + + + Gets or sets whether a control's scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content. This is a static property. + + + true, if scoll bars appear; otherwise, false. + + + + + + + + Gets or sets whether the mouse wheel scrolls the control that is currently hovered over with the mouse pointer or the control that is currently focused. This property is in effect for controls that reside within an or . This is a static property. + + + true, if the mouse wheel scrolls the control that is currently hovered with the mouse pointer; false, if the focused control is scrolled with the mouse wheel, regardless of the mouse cursor position. +The default is true. + + + + + + + Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. This is a static property. + + + + The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. + + + + + + + Gets or sets whether touch UI mode is enabled, in which controls automatically increase their size and the distance between some of their elements. This is a static property. + + + + A value that specifies if touch UI mode is enabled. + + + + + + + + Provides members that specify whether a button is a regular (push button) or check-button. + + + + + + + + Specifies whether a custom header button is a check or a group radio button. + + + + + + + + + Specifies a custom header button is a regular (push) button. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + An object for which the event is fired. This value is assigned to the property. + + + + An object which identifies the element which the tooltip is displayed for. This value is assigned to the property. + + + + A value which specifies the tooltip's contents. This value is assigned to the property. + + + + A value which specifies the tooltip's title. This value is assigned to the property. + + + + A structure which specifies the tooltip's bounds. This value is assigned to the property. + + + + A structure which specifies the screen coordinates of the top left tooltip corner. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. + + + + An object for which the event is fired. This value is assigned to the property. + + + + An object which identifies the element that the tooltip is displayed for. This value is assigned to the property. + + + + A object that provides additional event data. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. + + + + An object for which the event is fired. This value is assigned to the property. + + + + An object which identifies the element for which the tooltip is displayed. This value is assigned to the property. + + + + + A value which specifies the tooltip's contents. This value is assigned to the property. + + + + A value which specifies the tooltip's title. This value is assigned to the property. + + + + + + + + Gets or sets the coordinates of the top left tooltip corner. + + + The object specifying the coordinates of the top left tooltip corner relative to the desktop. + + + + + + + Gets the additional event data. + + + A object that provides additional event data. + + + + + + + Gets or sets the tooltip dimensions. + + + The object specifying the width and height of a tooltip rectangle. + + + + + + + Gets the tooltip's title. + + + A value which specifies the tooltip's title. + + + + + + + Gets the text to be displayed within the tooltip. + + + The object specifying the text to be displayed within the tooltip. + + + + + + + + Provides appearance options. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all settings from the options object passed as the parameter and assigns them to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Returns an AppearanceOptions object whose settings are not initialized. + + + An AppearanceOptions object whose settings are not initialized. + + + + + + + Tests whether two objects have the same property values. + + + + The AppearanceOptions object to which the current object is compared. + + + true if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the background color specified by the parent appearance object. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the border color specified by the parent appearance object. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the font settings specified by the parent appearance object. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the foreground color specified by the parent appearance object. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the background image specified by the parent appearance object. + + + + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the text options specified by the parent appearance object. + + + + + + + + Represents an appearance object. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified parent. + + + + An object representing the parent appearance object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + An representing the appearance object whose settings are used to initialize the created object's properties. + + + + A DefaultAppearance object representing default appearance settings. + + + + + + + + Initializes a new instance of the class with default settings. + + + + A object containing the default appearance settings. + + + + + + + + + Initializes a new instance of the class with the specified owner and parent appearance object. + + + + An object implementing the IAppearanceOwner interface. + + + + An object which represents the parent appearance object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + An object whose settings are used to initialize the created object's properties. + + + + A object. + + + + + + + + Initializes a new instance of the class with the specified name. + + + + A value specifying the name of the created object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AppearanceObject class with the specified owner, parent and name. + + + + An object implementing the IAppearanceOwner interface. + + + + An object which represents the parent of the created object. This value is assigned to the property. + + + + A value specifying the name of the created object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified name and parent. + + + + An object which represents the parent of the created object. This value is assigned to the property. + + + + A value specifying the name of the created object. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Copies all settings from the appearance object passed as a parameter. + + + + An object representing the source of the operation. + + + + + + + + Sets the appearance object's settings to default values. + + + + An AppearanceDefault object containing default appearance settings. + + + + + + + + Copies all the settings in the appearance object passed as the parameter to the current object without raising the event. + + + + An object representing the source of the operation. + + + + + + + + Gets or sets the background color. + + + A object specifying the background color. + + + + + + + Gets or sets the end color of the background's gradient brush. + + + + A object specifying the end color of the linear gradient brush used to fill the background. + + + + + + + + Locks the AppearanceObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Gets or sets the border color. + + + A object specifying the border color. + + + + + + + Calculates the size of a string painted with the font specified by the current object. + + + + A object which provides painting facilities. + + + A structure which represents the size (in pixels) of a string. + + + + + + + Calculates the size of a string painted with the default font. + + + A structure which represents the size (in pixels) of a string. + + + + + + + Calculates the size of the specified string drawn with the specified object. + + + + A object which provides storage for pens, fonts and brushes. + + + + A object which represents formatting information, such as line spacing and alignment, for the string. + + + + A value which represents a string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size, in pixels, of the string. + + + + + + + Calculates the size of the specified string drawn with the specified object. + + + + A object which provides painting facilities. + + + + A object which represents formatting information, such as the line spacing for the string. + + + + A value which represents the string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size (in pixels) of the string. + + + + + + + Calculates the size of the specified string. + + + + A object which provides painting facilities. + + + + A value which represents a string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size (in pixels) of the string. + + + + + + + Calculates the size of the specified string. + + + + A object which provides storage for pens, fonts and brushes. + + + + The string to be measured. + + + + An integer value specifying the maximum width of the string (in pixels). + + + The measured size of the string, in pixels. + + + + + + + Calculates the size of the specified string when it's drawn with the specified font, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. + + + + A object which provides painting facilities. + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The string to be measured. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + + Returns whether the text is trimmed (its size is larger than the clipping rectangle). + + + The measured size of the string, in pixels. + + + + + + + Calculates the size of the specified string drawn with the specified format, fitting the string into a clipping rectangle. + + + + + A object which provides painting facilities. + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The string to be measured. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + The measured size of the string, in pixels. + + + + + + + Calculates the length of the specified string drawn with the specified object. + + + + A object that provides painting facilities. + + + + A object that contains formatting information, such as the line spacing and alignment of the string. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string. + + + + A object that provides storage for pens, fonts and brushes. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string. + + + + A object that provides painting facilities. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string drawn with the specified object. + + + + A object that provides storage for pens, fonts and brushes. + + + + A object that contains formatting information, such as the line spacing and alignment of the string. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Unlocks the AppearanceObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when the appearance object's properties are changed. + + + + + + + + Creates a copy of the current instance. + + + An object which represents an exact copy of the current appearance object. + + + + + + + Copies the activated settings from the appearance object passed as the parameter. + + + + An object whose settings are going to be copied. + + + + + + + + Gets the default appearance settings which are used to paint 3-D elements in Windows. + + + An object which represents the default appearance settings used to paint 3-D elements in Windows. + + + + + + + Gets or sets the default font for controls. + + + A object which is the default font for controls. The default value is the Tahoma font. + + + + + + + + Gets and sets the font used to display text on menus. + + + A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. + + + + + + + + Releases all resources used by the current appearance object. + + + + + + + + Draws the background. + + + + A object that provides a means for painting. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object that provides a means for painting. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + A Boolean value. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + A Boolean value. + + + + + + + + Draws a text string at the specified position. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + + + + + Draws a text string at the specified position using the specified color. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which determines the color and texture of the drawn text. + + + + + + + + Draws a text string at the specified position using the specified color and format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which determines the color and texture of the drawn text. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified font and format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified font, color and format. + + + + A object which provides the storage for the pens, fonts and brushes used during painting. + + + + A value which represents the text to be drawn. + + + + A structure which represents the drawing area. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + + + + + Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. + + + + A object which provides the storage for the pens, fonts and brushes used during painting. + + + + A value which represents the text to be drawn. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A structure which represents the drawing area. + + + + A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + An integer value specifying the angle in degrees at which the text should be drawn. + + + + + + + + Returns an empty appearance object. + + + An AppearanceObject object whose settings are not initialized. + + + + + + + Unlocks the AppearanceObject object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the drawing area. + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the drawing area. + + + + A Boolean value. + + + + + + + + Gets or sets the font used to paint the text. + + + A object specifying the font used to display the contents of elements. + + + + + + + Gets the height of the font used by the apperance object. + + + An integer value which specifies the font's height. + + + + + + + Gets or sets an integer value by which the font size is adjusted. + + + An integer value by which the font size is adjusted. + + + + + + + Gets or sets a style by which the font is modified. + + + A System.Drawing.FontStyle enumeration value that specifies a style by which to modify the font. + + + + + + + Gets or sets the foreground color. + + + A structure specifying the foreground color. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Gets the solid brush used to draw the element's background. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing the brush specified by the appearance object's settings. + + + + + + + Gets the brush used to draw an element's background. + + + + A object that provides access to the pens and brushes used for painting. + + + + A structure specifying the rectangle for which a brush is created. + + + A descendant representing the brush specified by the appearance object's settings. + + + + + + + Gets the background color specified by the appearance object's settings. + + + A object representing the background color specified by the appearance object's settings. + + + + + + + Gets the ending color of the linear gradient brush, specified by the appearance object's settings. + + + A object representing the end color of the linear gradient brush as specified by the appearance object's settings. + + + + + + + + Gets the pen used to draw the element's background lines and curves. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the brush used to draw the element's border. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing a brush specified by the appearance object's settings. + + + + + + + Gets the element's border color specified by the appearance object's settings. + + + A object representing the element's border color specified by the appearance object's settings. + + + + + + + Gets the pen used to draw the border's lines and curves. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the font settings specified by the appearance object's settings. + + + A object specifying the font used to display the contents of elements. + + + + + + + Gets the solid brush whose color is specified by the property. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing a brush specified by the appearance object's settings. + + + + + + + Gets the foreground color specified by the appearance object's settings. + + + A structure specifying the element content's foreground color. + + + + + + + Gets the pen whose color is specified by the property. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the background gradient's direction specified by the appearance object's settings. + + + A enumeration value giving the gradient's direction as specified by the appearance object's settings. + + + + + + + Gets the background image specified by the appearance object's settings. + + + A object representing the element's background image as specified by the appearance object's settings. + + + + + + + Gets the formatting attributes specified by the appearance object's settings. + + + A object which specifies formatting attributes, such as the line spacing and alignment. + + + + + + + Gets the formatting attributes specified by the object passed as the parameter. + + + + A object which provides the text settings. + + + A object which specifies formatting attributes (such as the line spacing and alignment) based on the text settings specified. + + + + + + + Gets the text options specified by the appearance object's settings. + + + A TextOptions object containing the text options. + + + + + + + Returns a TextureBrush object which uses the image specified by the property to fill the interior of a shape. + + + A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image specified by the property. + + + + + + + Gets or sets the background gradient's direction. + + + A enumeration value specifying the gradient's direction. + + + + + + + Gets the horizontal alignment of the appearance object's text. + + + A enumeration value specifying the horizontal alignment of the text. + + + + + + + Gets or sets the background image. + + + A object specifying the background image. + + + + + + + Gets whether the current object has been disposed of. + + + true if the current object has been disposed of; otherwise, false. + + + + + + + Tests whether two objects have the same property values. + + + + The AppearanceObject object to which the current object is compared. + + + true if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Gets or sets the name of the current appearance object. + + + A value which specifies the name of the current appearance object. + + + + + + + Provides access to the appearance object's options. + + + An object containing the appearance options. + + + + + + + Occurs when specific settings that control the text appearance are changed. + + + + + + + + Gets the parent appearance object. + + + An object representing the parent appearance object. null (Nothing in Visual Basic) if no parent appearance object is assigned. + + + + + + + Reverts the appearance object's properties to their default values. + + + + + + + + Tests whether the should be persisted. + + + true, if the object should be persisted; otherwise, false. + + + + + + + Occurs when specific settings that control the size of text are changed. + + + + + + + + Provides access to the appearance object's text options. + + + A object containing text options. + + + + + + + Returns a string representing the current appearance object. + + + A value which represents an appearance object. + + + + + + + + Contains values that specify how an element is displayed relative to a text label within a group control. + + + + + + + Displays an element after a text label. + + + + + + + + Displays an element before a text label. + + + + + + + + Specifies the default position of an element relative to a text label. +Currently, the Default option is equivalent to the BeforeText option. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This identifies the component which fires the event. + + + + A object containing data related to the event. + + + + + + + + + Represents a scrollable context item. + + + + + + + Initializes a new instance of the TrackBarContextButton class. + + + + + + + + Gets or sets whether the tick is displayed in the middle of the track and enables using a custom middle tick value. + + + true, if the tick is displayed in the middle of the track; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Gets the maximum track value. + + + An integer value that specifies the maximum track value. + + + + + + + Gets or sets the value located in the middle of the track. + + + An integer value located in the middle of the track. + + + + + + + Gets the minimum track value. + + + An integer value that specifies the minimum track value. + + + + + + + Gets or sets whether the zoom buttons are displayed. + + + true, if the zoom buttons are displayed; otherwise, false. + + + + + + + Gets or sets the value to be added to or subtracted from the property when one of the zoom buttons is clicked. + + + An integer value to be added to or subtracted from the property when a zoom button is clicked. + + + + + + + Gets or sets the length, in pixels, of the track. + + + An integer value that specifies the length, in pixels, of the track. + + + + + + + Gets or sets the track value. + + + An integer value that specifies the track value. + + + + + + + + Enumerates paint styles for tooltips. + + + + + + + The style of regular tooltips is automatically determined by the Windows OS and currently selected Windows theme. +In Windows Vista and Windows 7, if no classic Windows theme is applied, tooltips are painted using the style. +In other cases, tooltips are painted using the style. + + + + + + + + Regular tooltips are painted as those in Windows 7 (this style is in effect when a program runs under Windows Vista or Windows 7, provided that no classic Windows theme is applied). + + + + + + + + + + + + Regular tooltips are painted as those in Windows XP. + + + + + + + + + + + + Serves as the base for , , and classes. + + + + + + + Creates a new object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Applies the specified UI mode to the specified scroll bar. + + + + A control to which the specified UI mode should be applied. + + + + A enumeration value specifying the UI mode to be applied. + + + A control whose UI mode has been set. + + + + + + + Applies the default scroll mode to the specified scroll bar. + + + + A control to which the default UI mode should be applied. + + + A control whose UI mode has been set. + + + + + + + Gets or sets a value specifying whether the scroll bar is autosized. + + + true if auto size is applied; otherwise false. + + + + + + + Overrides the base class BackColor property. + + + A object representing the control's background color. + + + + + + + Overrides the base class BackgroundImage property. + + + A object representing the image to display in the control's background. + + + + + + + Locks the ScrollBarBase object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + +Prevents the control from being updated until the or method is called. + + + + + + + + Unlocks the control after a method call without causing immediate repainting. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Unlocks the control after a method call and causes its immediate repainting. + + + + + + + + Overrides the base class Font property. + + + A object to apply to the text displayed by the control. + + + + + + + Overrides the base class ForeColor property. + + + A object representing the control's foreground color. + + + + + + + Returns an object which implements the accessibility information. + + + A BaseAccessibility object. + + + + + + + Returns the default height, in pixels, of horizontal scroll bars displayed in the current scroll UI mode. + + + A value that indicates the default height, in pixels, of a horizontal scroll bar. + + + + + + + Returns the default width, in pixels, of vertical scroll bars displayed in the current scroll UI mode. + + + A value that indicates the default width, in pixels, of a vertical scroll bar. + + + + + + + Returns the value of the control's Enabled property. + + + The value of the Enabled property. + + + + + + + Returns the value of the control's Height property. + + + The value of the Height property. + + + + + + + Returns the default height, in pixels, of horizontal scroll bars displayed in the specified UI mode. + + + + A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. + + + A value that indicates the default height, in pixels, of a horizontal scroll bar. + + + + + + + Returns the default height, in pixels, of horizontal scroll bars. + + + A value that indicates the default height, in pixels, of horizontal scroll bars. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Returns the UI mode in which the specified scroll bar is displayed. + + + + A object whose UI mode should be returned. + + + The scroll bar's UI mode. + + + + + + + Returns the default width, in pixels, of vertical scroll bars displayed in the specified UI mode. + + + + A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. + + + A value that indicates the default width, in pixels, of a vertical scroll bar. + + + + + + + Returns the default width, in pixels, of vertical scroll bars. + + + A value that indicates the default width, in pixels, of vertical scroll bars. + + + + + + + Returns the value of the control's Width property. + + + The value of the Width property. + + + + + + + Gets or sets the Input Method Editor(IME) mode supported by this control. + + + A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the increment applied to the property when the scroll box is moved by a 'page'. + + + An integer value representing the increment applied when the scroll box is moved by a 'page'. + + + + + + + Gets a value providing access to settings controlling the control's look and feel. + + + A object whose properties specify the control's look and feel. + + + + + + + Gets or sets the upper limit of values of the scrollable range. + + + An integer value representing the value's upper limit. + + + + + + + Gets or sets the lower limit of the scrollable range. + + + An integer value representing a lower limit. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A ScrollNotifyAction enumeration value. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Fires when the scroll thumb has been moved either by a mouse or keyboard action. + + + + + + + + Gets or sets a value specifying whether the scroll bar is automatically sized. + + + true if the auto sizing feature is enabled; otherwise false. + + + + + + + Fires after the property's value has been changed. + + + + + + + + + Gets the value indicating whether the scroll bar is horizontal or vertical. + + + A enumeration member specifying the scroll bar type. + + + + + + + Sets the visibility of the current ScrollBarBase control. This method is not in effect if the scroll bar is displayed in the touch UI mode. + + + + true to display the control; false to hide the control. + + + + + + + + Gets or sets the value by which the property changes when the user presses one of the arrow keys or clicks one of the scroll-bar buttons. + + + An integer value by which the property changes. + + + + + + + Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key. + + + true if a user can focus the scroll bar using the TAB key; otherwise, false. + + + + + + + Overrides the base class Text property. + + + A string value representing the text associated with this control. + + + + + + + Gets or sets the UI mode in which scroll bars are displayed. + + + A enumeration value that specifies the UI mode in which scroll bars are displayed. + + + + + + + Gets or sets a value specifying the scroll box's current position. + + + An integer value representing the scroll box's current position. + + + + + + + Fires immediately after the property has been changed. + + + + + + + + + Prevents default actions when handling specific events. + + + + + + + Initializes a new class instance. + + + + + + + + + An image collection that allows you to share images between controls within multiple forms. + + + + + + + Initializes a new instance of the SharedImageCollection class. + + + + + + + + Initializes a new instance of the SharedImageCollection class with the specified container. + + + + An object that implements the interface. + + + + + + + + Gets or sets whether or not SharedImageCollections are allowed to modify the project resource file. + + + true, if SharedImageCollections are allowed to modify the project resource file; otherwise, false. + + + + + + + Notifies the image collection that initialization has started + + + + + + + + Notifies the image collection that initialization is complete. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + Gets or sets the inner collection of images for the SharedImageCollection. + + + A object that is the inner collection of images. + + + + + + + Gets the number of existing SharedImageCollection instances. + + + An integer value that is the number of existing SharedImageCollection instances. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Specifies the location where a tooltip is displayed in relation to the mouse cursor position. + + + + + + + A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position. + + + + + + + + + A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position. + + + + + + + + + A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position. + + + + + + + + + The default tooltip location. + + + + + + + + For internal use. + + + + + + + + A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position. + + + + + + + + + A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position. + + + + + + + + + A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position. + + + + + + + + + A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position. + + + + + + + + + A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position. + + + + + + + + + A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position. + + + + + + + + + A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position. + + + + + + + + + A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position. + + + + + + + + + A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position. + + + + + + + + + + Lists values specifying icon types to be displayed within tooltips. + + + + + + + A tooltip contains the default application icon. + + + + + + + + A tooltip contains the system asterisk icon. + + + + + + + + A tooltip contains the system error icon. + + + + + + + + A tooltip contains the system exclamation icon. + + + + + + + + A tooltip contains the system hand icon. + + + + + + + + A tooltip contains the system information icon. + + + + + + + + A tooltip contains no predefined icon. + + + + + + + + A tooltip contains the system question icon. + + + + + + + + A tooltip contains the system warning icon. + + + + + + + + A tooltip contains the Windows logo icon. + + + + + + + + + Specifies the size of a predefined icon displayed within a tooltip. + + + + + + + An icon displayed within a tooltip is large. The icon type can be selected via the property or can be specified in a handler of the event via property. + + + + + + + + An icon displayed within a tooltip is small. The icon type can be selected via the property or can be specified in a handler of the event via property. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class and initializes the and properties. + + + + The object to initialize the property. + + + + The object to initialize the property. + + + + + + + + Creates an instance of the class and initializes properties with default values + + + + + + + + Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. + + + + The object to initialize the property. + + + + The object to initialize the property. + + + + A value that specifies the tooltip's text. This value is assigned to the property. + + + + A value that specifies the tooltip's title. This value is assigned to the property. + + + + A value that specifies the relative position of the tooltip window. This value is assigned to the property. + + + + true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + + true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. + + + + The radius of the rounded corners. This value is assigned to the property. + + + + A value that specifies the kind of the predefined icon. This value is assigned to the property. + + + + A value that specifies the icon's size. This value is assigned to the property. + + + + An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the property. + + + + The index of the image to display in the tooltip. This value is assigned to the property. + + + + An object that provides the tooltip's appearance settings. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. + + + + The object to initialize the property. + + + + The object to initialize the property. + + + + A value that specifies the tooltip's text. This value is assigned to the property. + + + + A value that specifies the tooltip's title. This value is assigned to the property. + + + + A value that specifies the relative position of the tooltip window. This value is assigned to the property. + + + + true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + + true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. + + + + The radius of the rounded corners. This value is assigned to the property. + + + + The regular tooltip's style, which controls the look-and-feel settings. This value is assigned to the property. + + + + A value that specifies the kind of the predefined icon. This value is assigned to the property. + + + + A value that specifies the icon's size. This value is assigned to the property. + + + + An object that is the source of the images that can be displayed within tooltips. This value is assigned to the property. + + + + + The index of the image to display in the tooltip. This value is assigned to the property. + + + + An object that provides the tooltip's appearance settings. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. + + + + + + + + Gets or sets whether HTML formatting tags can be used to format the tooltip's text. + + + A value that specifies whether HTML formatting tags can be used to format the tooltip's text. + + + + + + + Gets the tooltip's appearance settings. This property is not in effect for objects. + + + An object which provides the tooltip's appearance settings. + + + + + + + Gets the appearance settings used to paint the tooltip's title. This property is not in effect for objects. + + + An object which provides the appearance settings used to paint the tooltip's title. + + + + + + + Gets or sets whether the tooltip is hidden after a specific time ellapses. + + + true if the tooltip is hidden after a specific time period ellapses; otherwise, false. + + + + + + + Determines whether two objects are equal. + + + + The object specifying a instance to compare with the current object. + + + true if the specified object is equal to the current instance. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current object. + + + The hash code for the current object. + + + + + + + Gets the actual location of the tooltip window relative to the position where the tooltip should appear. + + + + A value specifying the relative position of the tooltip window. + + + + + + + Gets the size of the predefined icon to display in the tooltip. + + + A value specifying the icon size. + + + + + + + Gets or sets the kind of predefined icons to display in the tooltip. + + + A value specifying the kind of predefined icon to display. + + + + + + + Gets or sets the index of an image from the to display in the tooltip. + + + The index of a custom image to display in the tooltip. + + + + + + + Gets or sets the source of images that can be displayed within tooltips. + + + An object that represents the source of images that can be displayed within tooltips. + + + + + + + Gets or sets the bounds of the current object for which a tooltip is displayed. + + + The bounds of the object for which a tooltip is displayed. + + + + + + + Gets or sets whether a tooltip's visual elements are aligned to support locales using right-to-left fonts. + + + + true, if tooltip's visual elements are aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Gets or sets whether the tooltip window has rounded corners. + + + true if tooltip window's corners are rounded; otherwise, false. + + + + + + + Gets or sets the radius of the rounded corners of the tooltip window. + + + The radius of the rounded corners. + + + + + + + Gets or sets whether the tooltip should be displayed. + + + true if the tooltip should be displayed; otherwise, false. + + + + + + + Tests whether callout beaks are displayed for hints. + + + true if the callout beak is displayed when a hint appears; otherwise, false + + + + + + + Gets or sets a . + + + A object. + + + + + + + Gets or sets the regular tooltip's title. + + + A value which specifies the regular tooltip's title. + + + + + + + Gets or sets the text for the regular tooltip. + + + The string that is the text to display in the regular tooltip. + + + + + + + + Gets or sets the image to display within the current tooltip. + + + An object that specifies the image to display within the current tooltip. + + + + + + + Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. + + + A value specifying the relative position of the tooltip window. + + + + + + + Gets or sets the look-and-feel settings of the regular tooltip displayed. + + + + A value that specifies the look-and-feel of regular tooltips. + + + + + + + Gets or sets the type of tooltip to be displayed. + + + + A value that specifies the type of tooltip to be displayed. + + + + + + + + + The base class for classes providing data for 's events. + + + + + + + Creates an instance of the class. + + + + The object to initialize the property. + + + + The object to initialize the property. + + + + + + + + Creates an instance of the class. + + + + + + + + Gets or sets the control for which a tooltip controller's event is fired. + + + A object for which the event is fired. + + + + + + + Gets or sets the element of the control for which the tooltip should be displayed. + + + An object defining the element for which to display the tooltip. + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This identifies the component which fires the event. + + + + A object containing data related to the event. + + + + + + + + + Provides tooltip appearance and behavior options for individual controls. + + + + + + + Creates a new instance of the class. + + + + + + + + Initializes a new instance of the ToolTipController class with the specified container. + + + + A that represents the container for the tooltip controller. + + + + + + + + Gets or sets whether the component's functionality is enabled. + + + true if displaying tooltips is allowed; otherwise, false. + + + + + + + Gets the active control, if it implements the IToolTipControlClient interface. + + + A object. + + + + + + + Returns the object that identifies which of the bound control's elements the tooltip is displayed for. + + + A object representing the bound control's element that the tooltip is displayed for. + + + + + + + An object containing tooltip information for the current element of a bound control. + + + A object containing tooltip information for the current element of a bound control. + + + + + + + Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + + + + The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which tooltips should be enabled. + + + + + + + + Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + + + + + + + + + + + + + + + + Gets or sets whether HTML formatting tags can be used to format text in tooltips. + + + A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips. + + + + + + + Gets or sets the settings that control the appearance of a tooltip's window and text. + + + + An object that contains the appearance settings. + + + + + + + + Provide the settings that control the appearance of a tooltip's title. + + + An object that contains the appearance settings. + + + + + + + + Gets or sets the tooltip delay in milliseconds. + + + Integer value specifying tooltip delay. + + + + + + + Enables you to customize the text and settings of the tooltip before displaying it onscreen. + + + + + + + + Enables you to specify the position and size of the tooltip window. + + + + + + + + Gets or sets whether a tooltip is closed when it's clicked. + + + A value that specifies whether a tooltip is closed when it's clicked. + + + + + + + Returns a object containing settings of the current tooltip controller. + + + A object with settings of the current tooltip controller. + + + + + + + Enables a tooltip's window to be custom painted. + + + + + + + + Gets the default used for displaying tooltips. + + + A default object. + + + + + + + Allows you to provide custom tooltips for any element of a control that implements the interface. + + + + + + + + Returns whether HTML formatting is enabled in tooltips for the specified control. + + + + A control for which this tooltip setting is to be obtained. + + + A value that specifies whether HTML formatting is supported in tooltips for the specified control. + + + + + + + Gets a object associated with the specified control. + + + + The control whose SuperToolTip object is to be obtained. + + + A object associated with the control. + + + + + + + Gets a regular tooltip's title displayed within the specified control. + + + + + A control whose regular tooltip's title is to be obtained. + + + + A string representing a regular tooltip's title for the control. + + + + + + + + Gets a regular tooltip for the specified control. + + + + A control whose tooltip should be obtained. + + + + A string representing a regular tooltip for the control. + + + + + + + + Gets the type of the icon displayed within the specified control's regular tooltip. + + + + A control whose tooltip's icon type is to be obtained. + + + + + A value representing the type of the icon displayed within the specified control's regular tooltip. + + + + + + + + + Hides the hint if it is being displayed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Occurs when an end-user clicks a hyperlink within a control's tool-tip or super tool-tip. + + + + + + + + Gets or sets tooltip icon size. + + + The enumerator. + + + + + + + Gets or sets tooltip icon type. + + + The enumerator. + + + + + + + Gets or sets the index of an image to be displayed within tooltips. + + + The integer value specifying the index of an image to be displayed within tooltips. + + + + + + + Gets or sets the source of the images that can be displayed within tooltips. + + + An object that is the source of images that can be displayed within tooltips. + + + + + + + Gets or sets the initial tooltip delay in milliseconds. + + + Integer value, specifying initial tooltip delay. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Disables displaying tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + + + + The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which the 's functionality should be disabled. + + + + + + + + Resets the timer which controls when a tooltip's window is hidden. + + + + + + + + + Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible. + + + An integer value specifying the time interval in milliseconds. + + + + + + + Gets or sets whether the tooltip's corners are rounded. + + + true to display hints with rounded corners; otherwise, false. + + + + + + + Gets or sets the radius of the rounded corners of the tooltip window. + + + The radius of the rounded corners. + + + + + + + Sets whether HTML formatting is enabled in tooltips for the specified control. + + + + A control for which the tooltip information is to be changed. + + + + A value that specifies whether HTML formatting is enabled in tooltips for the specified control. + + + + + + + + Associates a object with the specified control. + + + + A control for which to set the tooltip. + + + + + A object to associate with the control. + + + + + + + + Sets a regular tooltip's title for the specified control. + + + + A control for which to set a regular tooltip's title. + + + + + A string representing a regular tooltip's title. + + + + + + + + + Sets a regular tooltip for the specified control. + + + + A control for which to set the tooltip. + + + + + A string representing a regular tooltip's text. + + + + + + + + + Sets the type of the icon displayed within the specified control's regular tooltip. + + + + + A control for which the icon type is set. + + + + + + A value representing the type of the icon that should be displayed within the specified control's regular tooltip. + + + + + + + + Tests whether callout beaks are displayed for hints. + + + true if the callout beak is displayed when a hint appears; otherwise, false. + + + + + + + Displays a hint for a control using specified settings. + + + + A object specifying the settings used to display tooltips. + + + + The control for which to display the tooltip. + + + + + + + + Displays a hint relative to a specific control. + + + + The text to display as a tooltip. + + + + The control for which to display the tooltip. + + + + The position relative to the specified control at which the tooltip should be displayed. + + + + + + + + Displays a hint relative to the mouse cursor using current settings. + + + + The text to display as a tooltip. + + + + + + + + Displays a hint at the specified position relative to the mouse cursor. + + + + The text to display as a tooltip. + + + + The position relative to the mouse cursor at which the hint should be displayed. + + + + + + + + Displays a hint relative to the specified point using current settings + + + + + The text to display as a tooltip. + + + + The point relative to which the tooltip should be displayed. + + + + + + + + Displays a hint at a specified position relative to a specific point. + + + + The text to display as a tooltip. + + + + The position relative to the specified point at which the hint should be displayed. + + + + The point relative to which the hint should be displayed. + + + + + + + + Displays a hint relative to a specific point using specified settings. + + + + A object specifying settings for displaying tooltips. + + + + + A point relative to which the hint should be displayed. + + + + + + + + Displays a hint relative to the mouse cursor using specified settings. + + + + A object specifying settings for displaying tooltips. + + + + + + + + Displays a hint using the specified tooltip information. + + + + A object containing information for displaying a hint. + + + + + + + + Displays a hint with the specified text and title relative to the specified control. + + + + A string which represents the tooltip's text. + + + + A string which represents the tooltip's title. + + + + The control to display the tooltip for. + + + + + The position relative to the specified control at which the tooltip should be displayed. + + + + + + + + Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings. + + + + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + + + + + Displays a hint with the specified text and title relative to the specified point. + + + + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + The position relative to the specified control at which the tooltip should be displayed. + + + + A point relative to which the hint should be displayed. + + + + + + + + Displays a hint with the specified text and title at the specified point using the current ToolTipController settings + + + + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + A point relative to which the hint should be displayed. + + + + + + + + Displays a hint with the specified text and title relative to the mouse cursor's position. + + + + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + The position relative to the specified control at which the tooltip should be displayed. + + + + + + + + Gets or sets whether the tooltips are shown shadowed. + + + true if the tooltips are shown shadowed; otherwise, false. + + + + + + + Gets the appearance settings used to paint the hints of bound controls. + + + An object which provides the appearance settings used to paint the hints of bound controls. + + + + + + + Gets or sets the tooltip location. + + + The enumerator. + + + + + + + Gets or sets the look-and-feel of regular tooltips. + + + A value that specifies the look-and-feel of regular tooltips. + + + + + + + Gets or sets the type of tooltips displayed by the controller. + + + A value that specifies the type of tooltips to be displayed. + + + + + + + + Obsolete. Gets or sets whether the default style should be used for the hint. + + + true if the default style is applied to the hint; false if the is used + + + + + + + + Contains default look and feel settings used by all DevExpress controls in the application. + + + + + + + Creates an instance of the object. + + + + + + + + Initializes a new instance of the DefaultLookAndFeel class with the specified container. + + + + A that represents the container for the Default LookAndFeel object. + + + + + + + + Registers the Bonus Skins for runtime use. + + + true to register the Bonus Skins. + + + + + + + Gets the object defining Default LookAndFeel settings. + + + A object defining Default LookAndFeel settings. + + + + + + + + Contains methods to operate on objects. + + + + + + + Hides the current popup control. + + + + + + + + Displays the current popup control using a menu manager. + + + + An IDXMenuManager object that displays a popup control in a specific manner. + + + + A parent control for the current popup control. + + + + A position where a popup control will be displayed. + + + + + + + + Gets whether the current popup control is visible. + + + true if the current popup control is visible; otherwise, false. + + + + + + + + Serves as the base for class. + + + + + + + Gets the value indicating whether the scroll bar is horizontal or vertical. + + + A enumeration member specifying scroll bar orientation. + + + + + + + + A vertical scrollbar. + + + + + + + Creates a new object. + + + + + + + + This member overrides Control.RightToLeft. + + + One of the System.Windows.Forms.RightToLeft values. + + + + + + + + Serves as the base for class. + + + + + + + Gets the value indicating whether the scroll bar is horizontal or vertical. + + + A enumeration member specifying the scroll bar's orientation. + + + + + + + + A horizontal scrollbar. + + + + + + + Creates a new object. + + + + + + + + + Contains values specifying the type of ScrollBar control. + + + + + + + Corresponds to the horizontal orientation of the scroll bar. + + + + + + + + + Corresponds to the vertical orientation of the scroll bar. + + + + + + + + + + A class used by various controls to provide shortcut keys. + + + + + + + Creates an instance of the class with the specified shortcut. + + + + The key combination to initialize the property. + + + + + + + + Creates an instance of the class with the specified shortcut. + + + + The key combination to initialize the property. Values of the type can be combined using the OR operator. + + + + + + + + Creates an instance of the class and sets the shortcut to the value. + + + + + + + + Gets the name of the ALT key which is dependent upon the end-user's regional settings. + + + + A string which specifies the name of the ALT key. + + + + + + + Gets the name of the CONTROL key which is dependent upon the end-user's regional settings. + + + + A string which specifies the name of the CONTROL key. + + + + + + + Gets the static object whose property is set to . + + + + The static object with no valid shortcut assigned. + + + + + + + Tests whether the shortcuts of the current and specified objects are identical. + + + + The object representing the object. + + + true if the function parameter represents a object and its shortcut is equal to the shortcut of the current object; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current object. + + + The hash code for the current object. + + + + + + + Returns the text representation of the specified System.Windows.Forms.Keys object. + + + + The object whose text representation is to be obtained. + + + The text representation of the specified Keys object. + + + + + + + Tests whether the current shortcut specifies a valid key combination. + + + true if the current shortcut specifies a valid key combination; otherwise, false. + + + + + + + Gets the shortcut used to activate particular functionality. + + + The value representing the shortcut. + + + + + + + Gets the name of the SHIFT key which is dependent upon the end-user's regional settings. + + + + A string which specifies the name of the SHIFT key. + + + + + + + Gets the text representation of the current shortcut. + + + The text representation of the current shortcut. + + + + + + + + Represents look and feel settings for controls provided by DevExpress. + + + + + + + Initializes a new instance of the class. + + + + An object which represents the control that will own the created object. This value is assigned to the property. + + + + + + + + Gets the actual object currently applied. + + + A object currently applied. + + + + + + + Gets the name of the currently applied skin. + + + A string which specifies the name of the currently applied skin. + + + + + + + Gets the style currently applied. + + + A value specifying the currently applied style. + + + + + + + Copies properties of the specified object to the current object. + + + + The source object. + + + + + + + + Gets the Default LookAndFeel object which should be used for painting controls when the property is set to true. + + + A object referring to the Default LookAndFeel object. + + + + + + + Gets the name of the default skin style. + + + + + + + + + Explicitly disposes of the object currently utilized. + + + + + + + + + Releases all resources used by the current object. + + + + + + + + Gets the actual value of the setting for the current UserLookAndFeel object. + + + + The actual value of the setting for the current UserLookAndFeel object. + + + + + + + Gets the actual value of the setting for the current UserLookAndFeel object. + + + + The actual value of the setting for the current UserLookAndFeel object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. + + + + + + + + + + Gets whether the or property is specified for the current UserLookAndFeel object. + + + true, if the or setting is specified; otherwise, false. + + + + + + + Tests whether two objects have the same property values. + + + + The object to which the current object is compared. + + + true if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Gets the control that owns the current object. + + + An object which represents the control that owns the current object. + + + + + + + Gets the painter based on the style currently applied for drawing control's elements. + + + A BaseLookAndFeelPainters class descendant specifying the painter corresponding to the current style which is defined by . + + + + + + + Gets or sets the parent LookAndFeel. + + + A object specifying the parent LookAndFeel; null if the parent LookAndFeel is not assigned. + + + + + + + Reverts the look and feel settings to their default values. + + + + + + + + Sets the property to its default value. + + + + + + + + Sets the and properties to an empty color (System.Drawing.Color.Empty). + + + + + + + + Applies the default look and feel settings to a control. + + + + + + + + Applies the Flat style to a control. + + + + + + + + Applies the Office2003 style to a control. + + + + + + + + Sets the and properties to the specified values. + + + + A new value for the property. + + + + A new value for the property. + + + + + + + + Applies the specified skin. + + + + A string value specifying the skin name to apply. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A enumeration value which specifies the style of the current object. + + + + true if a control should be painted using the WindowsXP theme; otherwise, false. + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. + + + + A string value specifying the skin name. + + + + + + + + Sets the look and feel settings of the current object. + + + + A enumeration value which specifies the style of the current object. + + + + true if a control should be painted using the WindowsXP theme; otherwise, false. + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A enumeration value which specifies the style of the current object. This value is assigned to the property. + + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. + + + + + A string value specifying the skin name. This value is assigned to the property. + + + + + true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. + + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A enumeration value which specifies the style of the current object. This value is assigned to the property. + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. + + + + A string value specifying the skin name. This value is assigned to the property. + + + + true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. + + + + The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A value which specifies the style of the current object. This value is assigned to the property. + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. + + + + A string value specifying the skin name. This value is assigned to the property. + + + + A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A value which specifies the style of the current object. This value is assigned to the property. + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. + + + + A string value specifying the skin name. This value is assigned to the property. + + + + A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. + + + + The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. + + + + + + + + Applies the Style3D style to a control. + + + + + + + + Applies the UltraFlat style to a control. + + + + + + + + Applies the WindowsXP style to a control. + + + + + + + + Tests whether the object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + Gets or sets a custom hue applied to some skin elements. + + + A custom hue applied to skin elements. + + + + + + + Gets or sets the second custom hue, typically applied to some skin elements when they are highlighted/hovered. + + + The second custom hue applied to some skin elements. + + + + + + + Gets or sets the name of a skin style. + + + A string value specifying the skin style's name. + + + + + + + Gets or sets the style of the current object. + + + The style of the current object. + + + + + + + Occurs on changing properties of the current object or the parent LookAndFeel specified by the member. + + + + + + + + Returns the text representation of the current object. + + + The text representation of the current object. + + + + + + + Notifies controls that look-and-feel settings have been changed and the controls need to be refreshed. + + + + + + + + + Gets or sets whether the current object's settings are in effect. + + + true to use look and feel settings provided by the parent object or default look and feel object; false to enable this object's settings. + + + + + + + Gets or sets whether borders of controls are painted in the same manner as borders of standard text editors built into Microsoft Windows 7. This property is in effect if the current OS is Windows 7 and the property is set to true. + + + true if borders of controls are painted in the same manner as borders of standard text editors; otherwise, false. + + + + + + + Gets or sets whether controls should be painted using the native Windows theme. + + + true if controls should be painted using the native Windows theme; otherwise, false. + + + + + + + + Enumerates values for the + property. + + + + + + + Control borders are flat. The following screenshot shows the Flat style applied to a button edit control. + + + + + + + + + + + Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. +The following screenshot shows the Office2003 style applied to a button edit control. + + + + + + + + + + + + + + Control elements are painted using the skin specified by the property. The following screenshot shows a button editor painted using the default Caramel skin. + + + + + + + + + + Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control. + + + + + + + + + + + Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. +The following screenshot shows the UltraFlat style applied to a button edit control. + + + + + + + + + + + + + + + Enumerates values for the property. + + + + + + + Control borders are flat. The following screenshot shows the Flat style applied to a button edit control. + + + + + + + + + + + Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. +The following screenshot shows the Office2003 style applied to a button edit control. + + + + + + + + + + + + + + + Control elements are painted using the skin determined by the property. The following screenshot shows a button editor painted using the default Caramel skin. + + + + + + + + + + Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control. + + + + + + + + + + + Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. +The following screenshot shows the UltraFlat style applied to a button edit control. + + + + + + + + + + + + + + Control elements are painted using the XP theme. The following screenshot shows the WindowsXP style applied to a button edit control. + + + + + + + + + + + + Contains values that specify how a is displayed. + + + + + + + A menu is displayed as a regular popup menu. + + + + + + + + A menu is displayed as a . + + + + + + + + A menu is displayed as a popup bar. + + + + + + + + + Contains values specifying border sides. + + + + + + + All border sides are painted. Enabling this flag results in enabling the Left, Top, Right and Bottom flags and disabling the None flag. + + + + + + + + Bottom border side is painted. + + + + + + + + Left border side is painted. + + + + + + + + None of border sides is painted. Enabling this option results in disabling all other options. + + + + + + + + Right border side is painted. + + + + + + + + Top border side is painted. + + + + + + + + + Provides storage for pens, fonts and brushes used during painting. + + + + + + + Creates an instance of the class. + + + + A object that contains data used for painting. This value is assigned to the property. + + + + A DevExpress.Utils.Paint.XPaint object providing painting methods used in the control. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A object that contains data used to paint. + + + + + + + + Creates an instance of the class. + + + + The object to initialize the property. + + + + + + + + Initializes a new instance of the class. + + + + A object that contains data used to perform painting. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class + + + + A object that contains data used to perform painting. This value is assigned to the property. + + + + A DevExpress.Utils.Paint.XPaint object that provides methods used for drawing objects. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + A structure. + + + A structure. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + A structure. + + + A structure. + + + + + + + Calculates the size of the specified string when it's drawn with the specified font and using the specified formatting. + + + + A value which represents a string to measure. + + + + A object which defines the font and the associated settings of the text. + + + + A object which represents formatting information, such as the line spacing and alignment of the string. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size (in pixels) of the string. + + + + + + + Calculates the size of the specified string when it's drawn with the specified font and using the specified formatting, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. + + + + + The string to be measured. + + + + The font in which to paint the string. + + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + + Returns whether the text is trimmed (its size is larger than the clipping rectangle). + + + The measured size of the string, in pixels. + + + + + + + Calculates the size of the specified string when it's drawn with the specified font and formatting, fitting the string into a clipping rectangle. + + + + + The string to be measured. + + + + The font in which to paint the string. + + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + The measured size of the string, in pixels. + + + + + + + Clears the internal hash tables that store the pens, fonts and, solid and linear gradient brushes that have recently been used. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + Releases all resources used by this object. + + + + + + + + Draws a rectangle specified by a structure. + + + + A object which specifies the color, width and style of the rectangle. + + + + A structure which represents the rectangle to draw. + + + + + + + + Draws a text string at the specified position using the specified font, color and format. + + + + A value representing the text to be drawn. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A structure which represents the drawing area. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. + + + + A value which represents the text to be drawn. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A structure which represents the drawing area. + + + + A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + An integer value specifying the angle in degrees at which the text should be drawn. + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object which represents the brush used to fill the rectangle. + + + + A value which represents the rectangle to fill. + + + + + + + + Fills the specified rectangular area with the specified color. + + + + A value that specifies the filling color. + + + + A value which represents the rectangle to be filled. + + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object which represents the brush used to fill the rectangle. + + + + A value which represents the rectangle to fill. + + + + + + + + Gets a font object with the specified settings. + + + + A object whose settings specify the desired font's typeface and size. + + + + A bitwise combination of enumeration values specifying the desired font style. + + + A object representing a font with the specified settings. + + + + + + + Returns a linear gradient brush with specified settings. + + + + A System.Drawing.Rectangle structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle. + + + + A System.Drawing.Color object that represents the starting color for the gradient. + + + + A System.Drawing.Color object that represents the ending color for the gradient. + + + + A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the gradient orientation. + + + A System.Drawing.Brush descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object). + + + + + + + Returns a linear gradient brush with the specified settings. + + + + A structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle. + + + + A object that represents the starting color for the gradient. + + + + A object that represents the ending color for the gradient. + + + + A enumeration value specifying the gradient's orientation. + + + + An integer value specifying the number of blend patterns for the brush. + + + A descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object). + + + + + + + Returns a pen with specified settings. + + + + A System.Drawing.Color object specifying the pen color. + + + + An integer value specifying the pen width. + + + A System.Drawing.Pen object representing the requested pen. + + + + + + + Returns the pixel-wide pen with a specified color. + + + + A System.Drawing.Color object specifying the pen color. + + + A System.Drawing.Pen object representing the requested pen. + + + + + + + Gets a solid brush with specified parameters. + + + + A System.Drawing.Color object specifying the brush color. + + + A System.Drawing.Brush descendant representing the requested brush (typically a System.Drawing.SolidBrush object). + + + + + + + Gets an object that serves as the painting surface and provides painting facilities. + + + A object providing painting facilities. + + + + + + + Returns whether the region which is bounded by the specified rectangle needs to be redrawn. + + + + + A structure that specifies the rectangle to test. + + + true if the specified rectangle needs to be redrawn; otherwise, false. + + + + + + + Returns whether the region which is bounded by the specified rectangle needs to be redrawn, taking into account clip regions, if any. + + + + A structure that specifies the rectangle to test. + + + true, if the specified rectangle needs to be redrawn; otherwise, false. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A structure. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A structure. + + + + + + + Gets or sets a DevExpress.Utils.Paint.XPaint object. + + + A DevExpress.Utils.Paint.XPaint object. + + + + + + + Gets an object providing information for painting. + + + A object that contains data used to perform painting. + + + + + + + Retrieves clip regions from a display device context. + + + + + + + + Resets a Matrix object used to perform geometric transformations. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + + Contains values specifying whether bound controls is drawn using XP style. + + + + + + + If bound control can display or edit data using inplace editors, latter are painted in the same style as its container. Otherwise it is drawn in XP style, if it is supported by a user's system. + + + + + + + + An editor is drawn in Windows Classic style. + + + + + + + + An editor is drawn in XP style if it is supported by user's system. + + + + + + + + + A group of buttons that can be displayed within a object. + + + + + + + Initializes a new DXButtonGroupItem instance with the default settings. + + + + + + + + + Allows you to implement animated transitions between control states. + + + + + + + Initializes a new instance of the TransitionManager class with the default settings. + + + + + + + + Serves as a notification event that an animated transition between a control's states is complete. + + + + + + + + + Allows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition. + + + + + + + + Allows you to customize an animated state transition. + + + + + + + + Finalizes the current animated state transition. + + + + + + + + Gets or sets the number of animation frames. + + + The number of animation frames. + + + + + + + Gets or sets the time between animation frames, in special units. + + + The time between animation frames. + + + + + + + Gets whether the TransitionManager is being disposed of. + + + true, if the TransitionManager is being disposed of; otherwise, false. + + + + + + + Gets whether an animated transition between the start and end control states is in progress. + + + true, if the animated transition between the states is in progress; otherwise, false. + + + + + + + Gets or sets whether the wait/load indicator is displayed during animation. + + + + true, if the wait/load indicator is displayed during the animation; otherwise, false. + + + + + + + Starts an animated state transition for the specified control. + + + + The control for which to start the animated state transition. + + + + + + + + Shows the wait indicator of the specified type over the specified control. + + + + A Control over which to show the wait indicator. + + + + A WaitingAnimatorType enumeration value that specifies the type of indicator to show. + + + + + + + + + Shows the wait indicator over the specified control using the specified properties. + + + + A Control over which to show the wait indicator. + + + + A IWaitingIndicatorProperties object that comprises the wait indicator properties. + + + + + + + + Hides the wait indicator. + + + + + + + + Provides access to the collection of control state transitions. + + + The collection of control state transitions. + + + + + + + + Contains values used to set the property. + + + + + + + The same as False. + + + + + + + + Touch UI mode is disabled. + + + + + + + + Touch UI mode is enabled. + + + + + + + + + Contains values specifying the display style for the check box when an editor is in an indeterminate state. + + + + + + + A check box is drawn inactive (grayed). + + + + + + + + A check box is drawn grayed and checked (partially checked). + + + + + + + + A check box is drawn unchecked. + + + + + + + + + Contains values specifying the look of the check box within a control. + + + + + + + A radio button (the appearance depends on the control's look-and-feel): + +In the Skin, Office 2003 and WindowsXP paint schemes, the Indeterminate and Unchecked check styles look the same. + + + + + + + + + The default mode (the appearance depends on the control's look-and-feel) : + + + + + + + + Predefined custom style. + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Predefined custom style. + + + + + + + + + Allows a user to embed custom check mark pictures into a check editor via +1) the , and properties or +2) the , and properties. + + + + + + + + + Specifies the state of an . + + + + + + + A button is highlighted when mouse crosses the entire button boundaries. + + + + + + + + A button is disabled and does not respond to end-user actions. + + + + + + + + A button is highlighted when the mouse enters its boundaries. + + + + + + + + A button is drawn using its default look and feel. + + + + + + + + A button is drawn to reflect a pressed state. + + + + + + + + + Specifies the surface image of a button. + + + + + + + A Clear symbol is drawn on the button's surface. + + + + + + + + + + + A Close symbol is displayed on the button's surface. + + + + + + + + + + + A Down-arrow for a combo box is drawn on the button's surface. + + + + + + + + + + + A Delete symbol is drawn on the button's surface. + + + + + + + + + + + + A Down-arrow is drawn on the button's surface. + + + + + + + + + + + + A Down-arrow is drawn on the button's surface. Unlike, the Down button, this kind of button allows text to be displayed next to the down-arrow. + + + + + + + + + + + + An Ellipsis symbol is drawn on the button's surface. + + + + + + + + + + + + A custom bitmap is drawn on the button's surface. + + + + + + + + + + A Left-arrow symbol is drawn on the button's surface. + + + + + + + + + + + + A Minus sign is drawn on the button's surface. + + + + + + + + + + + + An OK sign is drawn on the button's surface. + + + + + + + + + + + + A Plus sign is drawn on the button's surface. + + + + + + + + + + + + A Redo symbol is drawn on the button's surface. + + + + + + + + + + + + A Right-arrow is drawn the button's surface. + + + + + + + + + + + + A Search symbol is drawn on the button's surface. + + + + + + + + + + + A down-arrow for a spin editor is displayed on the button's surface. + + + + + + + + + + + + A left-arrow for a spin editor is displayed on the button's surface. + + + + + + + + + + + A right-arrow for a spin editor is displayed on the button's surface. + + + + + + + + + + + An up-arrow for a spin editor is displayed on the button's surface. + + + + + + + + + + + An Undo symbol is drawn on the button's surface. + + + + + + + + + + + + An Up-arrow is drawn on the button's surface. + + + + + + + + + + + + + Specifies the style for borders to draw on a Graphics surface. + + + + + + + The border style is determined by the current Look-and-Feel settings. +For example, text editors' borders are painted according to the object's settings. + + + + + + + + + Borders are flat. +The image below demonstrates the Flat style applied to the control. + + + + + + + + + + Borders are flat. Borders and the client area are highlighted when the mouse pointer is positioned over them. +The image below demonstrates the HotFlat style applied to the control. + + + + + + + + + + There are no borders. +The image below demonstrates the NoBorder style applied to the control. + + + + + + + + + + Borders have an Office 2003 style. +The image below demonstrates the Office2003 style applied to a control. + + + + + + + + + Borders are flat. +The image below demonstrates the Simple style applied to the control. + + + + + + + + + + Borders are three-dimensional. +The image below demonstrates the Style3D style applied to the control. + + + + + + + + + + Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. Otherwise, there are no borders. +The image below demonstrates the UltraFlat style applied to the control. + + + + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.dll new file mode 100644 index 0000000..21c1480 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.xml new file mode 100644 index 0000000..7de8d78 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraBars.v15.2.xml @@ -0,0 +1,56349 @@ + + + + DevExpress.XtraBars.v15.2 + + + + + + Contains values that specify the anchor point relative to which tooltips are displayed for BarItems within a . + + + + + + + A tooltip is aligned with the left or right edge of a and never overlaps the . The cursor position is not taken into account. The property is ignored. + + + + + + + + + + + + A tooltip is displayed relative to the mouse cursor at the position specified by the property. The tooltip might overlap the in some circumstances. + + + + + + + + + + + + + A default localizer to translate resources for WinForms Ribbon, Menu and Docking. + + + + + + + + + Initializes a new instance of the BarResLocalizer class with default settings. + + + + + + + + Gets the string, localized by the current BarResLocalizer, for the specified user interface element. + + + + A enumeration value specifying the UI element whose caption (text) is to be localized. + + + A representing the text to be displayed within the specified UI element. + + + + + + + Returns the name of the language currently used by this localizer object. + + + + + A specifying the language used to localize the user interface. + + + + + + + + Contains values that specify how the 's background is painted. + + + + + + + The background of the is not affected and painted as specified by the dropdown control's Appearance property. + + + + + + + + The background of the is painted using the . + + + + + + + + The background of the is painted using the tile's background color. You can customize the tile's background color using the TileBarItem.AppearanceItem.Normal.BackColor property. + + + + + + + + + Represents a group of items. + + + + + + + Initializes a new instance of the ToolboxGroup class. + + + + + + + + Initializes a new instance of the ToolboxGroup class with the specified settings. + + + + A string value that specifies the toolbox group caption. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + Creates a new ToolboxGroup object that is a copy of the current instance. + + + A new ToolboxGroup object that is a copy of the current instance. + + + + + + + Fires when a property value has changed. + + + + + + + + Provides access to the collection of the items that belong to the current ToolboxGroup. + + + A object that represents the collection of items. + + + + + + + + + Provides access to properties common to all s within this . + + + + + + + Gets or sets the style of Document headers for all s within this . + + + A HeaderStyle enumerator value that specifies the style of Document headers for all s within this . + + + + + + + Gets or sets the width of tabbed Document headers for all containers within this . + + + An Int32 value that is the width of tabbed Document headers for all containers within this . + + + + + + + Gets or sets the number of tile columns available for all containers within this . + + + + An Int32 value that is the number of tile columns. + + + + + + + + Gets or sets the content margin for all tile-styled Document headers within this . + + + A Padding structure that specifies the content margin for all tile-styled Document headers within this . + + + + + + + Gets or sets the image alignment for all Document headers within this . This property is in effect only for Document headers displayed as tiles. + + + + A TileHeaderContentAlignment that specifies the image alignment for all tile-styled Document headers within this . + + + + + + + Gets or sets the size of tiles that represent Document headers for all s within this . + + + An Int32 value that is the size of tiles that represent Document headers for all s within this . + + + + + + + Gets or sets the text alignment for all Document headers within this . This property is in effect only for Document headers, displayed as tiles. + + + A TileHeaderContentAlignment enumerator value that specifies the text alignment for all tile-styled Document headers within this . + + + + + + + + Provides access to this object's settings. + + + + + + + Gets the current value of the property. + + + A HeaderStyle enumerator value currently assigned to the property. + + + + + + + Gets the current property value. + + + An Int32 value currently assigned to the property. + + + + + + + Returns the current tile column number, displayed by this container. + + + + An value that is the current tile column number. + + + + + + + + Gets the current property value. + + + A Padding structure currently assigned to the property. + + + + + + + Gets the current value of the property. + + + A TileHeaderContentAlignment enumerator value currently assigned to the property. + + + + + + + Gets the current property value. + + + An Int32 value currently assigned to the property. + + + + + + + Gets the current property value. + + + A enumerator value currently assigned to the property. + + + + + + + Gets whether this group's property has a custom value. + + + true, if this group's property has a custom value; otherwise, false. + + + + + + + Gets whether this group's property has a custom value. + + + true, if this group's property has a custom value; otherwise, false. + + + + + + + Gets whether this group's property has a custom value. + + + true, if this group's property has a custom value; otherwise, false. + + + + + + + Gets or sets the style of Document headers within this . + + + A HeaderStyle enumerator value that specifies the style of Document headers. + + + + + + + + Gets or sets the area of the tabbed Document header's width. + + + + An Int32 value that is the area of the tabbed Document header's width. + + + + + + + + Gets or sets the number of tile columns available for this . + + + + An Int32 value that is the number of tile columns available for this . + + + + + + + + Gets or sets the margin for a group of tiles which serve as Document headers within this . + + + + A Padding structure that is the tile content margin. + + + + + + + Gets or sets the image location within tiles that serve as Document headers for Documents within this . + + + A object that specifies the image location within tiles that serve as Document headers for Documents within this . + + + + + + + Gets or sets the size of Document headers that are presented as tiles within this . + + + + An Int32 value that is the size of Document headers that are presented as tiles within this . + + + + + + + + Gets or sets the text location within tiles that serve as Document headers for Documents within this . + + + A TileHeaderContentAlignment enumerator value that specifies the text location within tiles that serve as Document headers for Documents within this . + + + + + + + + A Tabbed Group container within a Windows UI View + + + + + + + Initializes a new instance of the TabbedGroup class with the specified settings. + + + + An IContainer object that owns this TabbedGroup. + + + + + + + + Initializes a new instance of the TabbedGroup class with the default settings. + + + + + + + + Initializes a new instance of the TabbedGroup class with the specified settings. + + + + An ITabbedGroupProperties object that stores this TabbedGroup object's settings. + + + + + + + + Gets specific information about this TabbedGroup. + + + An ITabbedGroupInfo object that stores specific information about this TabbedGroup. + + + + + + + Provides access to this TabbedGroup object's advanced settings. + + + An object that stores settings for this TabbedGroup. + + + + + + + + Provides members that specify Bar and Ribbon Controls merging within a component. + + + + + + + Bar and Ribbon controls in child Documents will merge to Bar and Ribbon controls in a parent application form whenever it's possible. + + + + + + + + + Ribbon/Bar merging is managed by the s/s themselves, rather than the Document Manager. + + + + + + + + + Bar and Ribbon controls in child Documents will always be merged, unless these Documents are floating. + + + + + + + + + A navigation pane. + + + + + + + Initializes a new instance of the NavigationPane class with the default settings. + + + + + + + + Gets or sets whether or not page icons should be colorized with these pages' fore colors. + + + true, if page icons should be colorized with these pages' fore colors; otherwise, false. + + + + + + + Gets or sets whether every page within this NavigationPane can format its content using HTML tags. + + + true, if every page within this NavigationPane can format its content using HTML tags; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to resize the NavigationPane's content area by dragging its border. + + + true, if end-users are allowed to resize the NavigationPane's content area by dragging its border; otherwise, false. + + + + + + + Provides access to appearance settings applied to tab headers of s that belong to this NavigationPane. + + + A object that stores appearance settings applied to tab headers of s that belong to this NavigationPane. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns the hit info for the page owned by this NavigationPane and located at the target coordinates. + + + + + A Point structure that is the NavigationPane coordinates for which page hit info should be returned. + + + + A object that is the hit info for the NavigationPane page located at the target coordinates. + + + + + + + Gets or sets whether or not this NavigationPane should disable its live preview upon resizing at runtime. + + + true, if this NavigationPane should disable its live preview upon resizing at runtime; otherwise, false. + + + + + + + Gets or sets the dock style for this NavigationPane. + + + A enumerator value that specifies the dock style for this NavigationPane. + + + + + + + Returns the color that paints the specific button's glyph. + + + + A BaseButtonInfo for which the glyph skinning color should be returned. + + + A Color object that paints the specific button's glyph. + + + + + + + Gets the object that paints this NavigationPane. + + + An object that paints this NavigationPane. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets page header orientation for all s that belong to this NavigationPane. + + + + A enumerator value that specifies the page header orientation. + + + + + + + + Forces the NavigationPane to redraw itself. + + + + + + + + Provides access to global settings that affect every hosted within this NavigationPane. + + + A object that stores global settings that affect every hosted within this NavigationPane. + + + + + + + Gets or sets the size of this NavigationPane's content area when the pane is in its regular state. + + + A Size structure that is the size of this NavigationPane's content area when the pane is in its regular state. + + + + + + + Gets or sets this NavigationPane's current state. + + + A enumerator value that is this NavigationPane's current state. + + + + + + + Occurs whenever this NavigationPane changes its . + + + + + + + + Specifies the NavigationPane content area's width, below which the pane is automatically collapsed. Equals 80 by default. + + + + + + + + + + Gets or sets the tooltip controller associated with this NavigationPane. + + + A object that manages tooltip appearance and behavior for this NavigationPane. + + + + + + + + Displays multiple sets of items and automatically initiates drag-and-drop operations when an end-user starts dragging these items. + + + + + + + Initializes a new instance of the ToolboxControl class. + + + + + + + + Provides access to the appearance settings used to paint the elements (groups and items) in different states. + + + A object that contains the appearance settings used to paint the elements (groups and items) in different states. + + + + + + + Locks the ToolboxControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the caption displayed at the top of the control. This property is in effect if the ToolboxControl.OptionsView.ShowToolboxCaption option is enabled. + + + A string value that specifies the toolbox caption. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires after an item has been dropped. Allows you to perform custom actions on item dropping. + + + + + + + + Fires during item dragging. Allows you to specify the drop effect in the current position. + + + + + + + + Fires when an item's drag operation starts. Allows you to replace the cursor icon and cancel the drag operation. + + + + + + + + Unlocks the ToolboxControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + + + + + + + + Fires when a is about to displayed for the first time and allows you to provide a custom item icon. + + + + + + + + Returns the screen coordinates of the menu button. + + + A structure that specifies the screen coordinates of the menu button. + + + + + + + Provides access to the collection of the groups into which the items are arranged. + + + A object that represents the collection of the groups. + + + + + + + Fires when the popup menu is about to be shown, and allows you to customize the menu. + + + + + + + + Inverts the toolbox state; expanded to collapsed, and vice versa. + + + + + + + + Fires when a toolbox item is clicked. + + + + + + + + Fires when an item is double clicked. + + + + + + + + Gets or sets an object that controls the look and feel of the popup menus. + + + An object that controls the look and feel of the popup menus. + + + + + + + Provides access to the options that specify the control behavior, such as selection and scrolling modes. + + + A object that comprises the toolbox behavior options. + + + + + + + Provides access to the options that affect the toolbox behavior in the minimized state. + + + A object that comprises the toolbox minimize options. + + + + + + + Provides access to the toolbox display options, such as number of item columns, search box and menu button visibility, etc. + + + A object that comprises the toolbox display options. + + + + + + + Forces the control to invalidate its client area and immediately redraw itself and any child controls. + + + + + + + + + + + + + + + + + + Fires when the text in the search box is changed. + + + + + + + + Gets or sets the group currently selected in the toolbox. + + + A object that represents the group currently selected in the toolbox. + + + + + + + Fires when the group currently selected in the toolbox is changed. + + + + + + + + Gets or sets the zero-based index of the group currently selected in the toolbox. + + + An integer value that specifies the zero-based index of the group currently selected in the toolbox. + + + + + + + Fires when the toolbox state is changed from normal to minimized, and vice versa. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + + A element that visually delimits other elements. + + + + + + + Initializes a new instance of the RecentSeparatorItem class with the default settings. + + + + + + + + Initializes a new instance of the RecentSeparatorItem class with the specified settings. + + + + A RecentPanelBase object that is the panel that owns this RecentSeparatorItem. + + + + + + + + + Provides functionality for Windows 8-styled pop-ups and flyout messages. + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that owns this FlyoutDialog. + + + + A Control that will be displayed by this FlyoutDialog. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that will own this FlyoutDialog. + + + + A object that will be displayed within this FlyoutDialog. + + + + A FlyoutProperties object that specifies advanced FlyoutDialog settings. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that will own the newly created FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that will own the newly created FlyoutDialog. + + + + A Control displayed within the FlyoutDialog. + + + + A FlyoutProperties object that contains advanced FlyoutDialog settings. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that will own the newly created FlyoutDialog. + + + + A Control that is this FlyoutDialog's content. + + + + An IDXMenuManager object that controls this FlyoutDialog. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that will own this FlyoutDialog. + + + + A object that will be displayed in this FlyoutDialog. + + + + A Control displayed in the FlyoutDialog. + + + + + A FlyoutProperties object that specifies advanced FlyoutDialog settings. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that owns this FlyoutDialog. + + + + A object that will be displayed in this FlyoutDialog. + + + + + A Control that will be displayed by this FlyoutDialog. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that owns this newly created FlyoutDialog. + + + + A FlyoutAction object assigned to this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A FlyoutProperties object that contains advanced FlyoutDialog settings. + + + + true, if the FlyoutDialog should use the backcolor of the assigned flyoutControl; otherwise, false. + + + + + + + + Initializes a new instance of the FlyoutDialog class with the specified settings. + + + + A Form that owns this newly created FlyoutDialog. + + + + A FlyoutAction object assigned to this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + true, if the FlyoutDialog should use the backcolor of the assigned flyoutControl; otherwise, false. + + + + + + + + Gets a control assigned to this FlyoutDialog. + + + A Control assigned to this FlyoutDialog. + + + + + + + Provides access to an object that stores advanced FlyoutDialog settings. + + + A object that stores advanced FlyoutDialog settings. + + + + + + + Displays a FlyoutDialog with specific parameters and assigned flyout action. + + + + A Form that owns this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A FlyoutProperties object assigned to this FlyoutDialog. + + + A DialogResult enumerator value that is the value returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog object with a specific action assigned to it. + + + + A Form that owns this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. + + + + + + + + Displays a FlyoutDialog with a specific control within and related to a predicate function. + + + + + A Form that owns this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. + + + + + + + + Displays a FlyoutDialog that has an assigned flyout action and predicate function. + + + + A Form that owns this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. + + + + + + + Shows a FlyoutDialog with specific properties and displayed content. + + + + A Form that owns the FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A FlyoutProperties object that stores advanced FlyoutDialog settings. + + + A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog object that displays a specific control and has the related predicate function. + + + + A Form that owns this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A FlyoutProperties object that stores advanced FlyoutDialog settings. + + + + A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumerator value that is the value returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog object with a flyout action, flyout properies and predicate function assigned. + + + + A Form that owns this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A FlyoutProperties object that stores this FlyoutDialog's properties. + + + + A Predicate that checks whether the FlyoutDialog can be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog object with the target control within. + + + + A Form that owns this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. + + + + + + + + Displays a FlyoutDialog with a flyout action and a specific control within. + + + + A Form that owns this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + A DialogResult enumeration value returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog with a flyout action and a specific control within, using a related predicate function. + + + + A Form that owns the FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumeration value returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties. + + + + A Form that owns the FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A FlyoutProperties object that stores advanced FlyoutDialog settings. + + + A DialogResult enumeration value returned from the FlyoutDialog after it was closed. + + + + + + + Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties and a related predicate function. + + + + A Form that owns the FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A object assigned to this FlyoutDialog. + + + + A FlyoutProperties object that stores advanced FlyoutDialog settings. + + + + A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + A DialogResult enumeration value returned from the FlyoutDialog after it was closed. + + + + + + + Shows this FlyoutDialog with the specific parameters set. + + + + A Form that owns this FlyoutDialog. + + + + A Control displayed within this FlyoutDialog. + + + + A assigned to this FlyoutDialog. + + + + A FlyoutProperties object that stores advanced FlyoutDialog settings. + + + + A Predicate function that checks the DialogResult value, returned by this FlyoutDialog and depending on this, determines whether or not this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. + + + + + true, if the FlyoutDialog should use the same background color as the flyoutControl assigned; otherwise, false. + + + A DialogResult enumerator value that specifies the way this FlyoutDialog is closed. + + + + + + + Gets or sets whether or not this FlyoutDialog should use the same background color as the control displayed in it. + + + + true, if this FlyoutDialog should use the same background color as the control displayed within it; otherwise, false. + + + + + + + + Displays static text using a heading style which is determined by the current skin. The text is typically painted bold against a background that is different from the background of regular buttons. Use BarHeaderItem to add headers to a or (sub-menu) to separate sets of items. + + + + + + + Initializes a new instance of the BarHeaderItem class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Provides access to the appearance settings for the current header. + + + A BarItemAppearance object that contains the appearance settings for the current header. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Gets or sets whether the items below the current BarHeaderItem are displayed in columns. + + + A enumeration value that specifies whether the items are displayed in columns. + + + + + + + Provides access to the settings of the multicolumn mode of displaying items below the current header. + + + An OptionsMultiColumn object that encapsulates the settings of the multicolumn mode. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Gets or sets the BarHeaderItem's size. + + + A Size structure that is this BarHeaderItem's size. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + + A large (wide) Tile template for WinRTLiveTileManager Live Tiles. + + + + + + + Creates a WideTile with 4 text lines on its left, and text block on its right. Text block contains a short string of large bold text above a short string of regular text. + + + + A String value that is the 1st text line within the WideTile's left column. + + + + A String value that is the 2nd text line within the WideTile's left column. + + + + A String value that is the 3rd text line within the WideTile's left column. + + + + A String value that is the 4th text line within the WideTile's left column. + + + + A String value that is the large bold text within the WideTile's right text block. + + + + A String value that is the small regular text within the WideTile's right text block. + + + A WideTile with 4 text lines on its left and text block on its right. + + + + + + + Creates a WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on the right. The text block contains a short string of large bold text above a short string of regular text. + + + + + A String value that is a text line wrapped over a maximum of 4 lines on the WideTile's left. + + + + + A String value that is the large bold text within the WideTile's right text block. + + + + A String value that is the small regular text within the WideTile's right text block. + + + A WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on its right. + + + + + + + + Creates a WideTile with a single image that fills the entire Tile. + + + + An Image that fills the WideTile. + + + A WideTile with a single image that fills the entire Tile. + + + + + + + Creates a WideTile with a wide image on top, and a regular text string wrapped over a maximum of 2 lines at the bottom. The for this Live Tile template is not displayed. + + + + + An Image that occupies the WideTile's top. + + + + A String that is the regular text wrapped over a maximum of 2 lines at the WideTile's bottom. + + + + A WideTile with a wide image on top, and a regular text wrapped over a maximum of 2 lines at the bottom. + + + + + + + + Creates a WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap. The for this Live Tile template is not displayed. + + + + An Image that occupies the WideTile's top. + + + + A String value that is the upper text line at the WideTile's bottom. + + + + A String value that is the lower text line at the WideTile's bottom. + + + A WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap. + + + + + + + Creates a WideTile with a square image on the WideTile's left and 4 small square images on its right. + + + + An Image that fills the WideTile's left half. + + + + An Image that occupies the top left corner within the WideTile's right half. + + + + An Image that occupies the top right corner within the WideTile's right half. + + + + An Image that occupies the bottom left corner within the WideTile's right half. + + + + An Image that occupies the bottom right corner within the WideTile's right half. + + + A WideTile with a square image on the WideTile's left and 4 small square images on its right. + + + + + + + Creates a two-sided WideTile with an image on one side and text on the other. The first side contains a wide image. The second side contains a header string in larger text and a regular text string, wrapped over a maximum of 4 lines. + + + + + An Image that occupies the entire WideTile side. + + + + A String value that is the larger header on the WideTile's other side. + + + + A String value that is the regular text on the WideTile's other side. + + + A WideTile with an image on one side and text on the other. + + + + + + + + Creates a two-sided WideTile with an image on one side and text on the other. The first side contains a wide image. The second side contains a header string in larger text and four regular text strings, arranged in separate lines. + + + + + An Image that occupies the entire WideTile's side. + + + + A String value that is the large text header on the WideTile's back side. + + + + + A String value that is the 1st line of regular text on the WideTile's back side. + + + + + A String value that is the 2nd line of regular text on the WideTile's back side. + + + + + A String value that is the 3rd line of regular text on the WideTile's back side. + + + + + A String value that is the 4th line of regular text on the WideTile's back side. + + + + A WideTile with an image on one side and text on the other. + + + + + + + + Creates a two-sided WideTile with an image on the front side and larger text wrapped over a maximum of 3 lines on the back side. + + + + + An Image that occupies the entire WideTile's front side. + + + + A String value that is the large wrapped over a maximum of 3 lines of text that occupies the WideTile's back side. + + + + A WideTile with an image on the front side and larger text wrapped over a a maximum of 3 lines on the back side. + + + + + + + + Creates a two-sided WideTile with a wide image over the entire front side and one string of regular text, wrapped over a maximum of 5 lines on the back side. + + + + + An Image that occupies the entire WideTile's front side. + + + + A String value that is the WideTile back side's regular text. + + + A WideTile with a wide image over the entire front side and one string of regular text, wrapped over a maximum of 5 lines at the back side. + + + + + + + Creates a two-sided WideTile. The front side contains one wide image. The back side contains a small square image, bold header and a string of regular text, wrapped over a maximum of 4 lines. + + + + + An Image stretched over the entire WideTile's front side. + + + + A square Image on the WideTile back side's left. + + + + + A String value that is the bold header on the right of the WideTile back side right. + + + + + A String value that is the regular text below the header. Wrapped over a maximum of 4 lines. + + + A WideTile with a wide image on the front side and square image, bold header and regular text on the other side. + + + + + + + Creates a two-sided WideTile with a wide image over the entire front side and square image with large header, wrapped over a maximum of 3 lines of text on the back side. + + + + + An Image stretched over the entire WideTile's front side. + + + + An Image at the WideTile back side's left. + + + + A String that is the large, wrapped over a maximum of 3 lines text at the WideTile back side's right. + + + A WideTile with a wide image over the entire front side and square image with large, wrapped over maximum of 3 lines text on the back side. + + + + + + + + + Creates a two-sided WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side. The is not displayed within this template. + + + + + An Image stretched over the entire WideTile's front side. + + + + A Sting value that is the regular text, wrapped over a maximum of 5 lines on the WideTile's back side. + + + A WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side. + + + + + + + Creates a two-sided WideTile with a wide image stretched over the front side and 5 regular text strings on the back side. Text does not wrap. The is not displayed within this template. + + + + + An Image stretched over the WideTile's front side. + + + + A String value that is the 1st text line on the WideTile's back side. + + + + A String value that is the 2nd text line on the WideTile's back side. + + + + A String value that is the 3rd text line on the WideTile's back side. + + + + A String value that is the 4th text line on the WideTile's back side. + + + + A String value that is the 5th text line on the WideTile's back side. + + + A WideTile with a wide image stretched over the front side and 5 regular text strings on the back side. + + + + + + + + Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images on the left. The back side contains one string of large text above one string of regular text wrapped over a maximum of 4 lines. + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner within the WideTile's right half. + + + + An Image that occupies the top right corner within the WideTile's right half. + + + + An Image that occupies the bottom left corner within the WideTile's right half. + + + + An Image that occupies the bottom right corner within the WideTile's right half. + + + + A String value that is the large text on the WideTile's back side. + + + + A String value that is the regular text, wrapped over a maximum of 4 lines text below the header. + + + A WideTile with 5 images on its front side, and large header above regular text on its back side. + + + + + + + Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images at the left. The back side contains one string of large text above 4 strings of regular text arranged into 4 lines, one above the other. Text does not wrap. + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner of the WideTile's right half. + + + + + An Image displayed in the top right corner of the WideTile's right half. + + + + + An Image displayed in the bottom left corner of the WideTile's right half. + + + + + An Image displayed in the bottom right corner of the WideTile's right half. + + + + + A String value that is the large header on the WideTile's back side. + + + + A String value that is the regular text below the header. + + + + A String value that is the regular text below the text2. + + + + A String value that is the regular text below the text3. + + + + A String value that is the regular text below the text4. + + + A WideTile with 5 images on its front side, and large header above 4 lines of regular text on its back side. + + + + + + + Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one string of larger text wrapped over a maximum of 3 lines. + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner of the WideTile's right half. + + + + + An Image displayed in the top right corner of the WideTile's right half. + + + + + An Image displayed in the bottom left corner of the WideTile's right half. + + + + + An Image displayed in the bottom right corner of the WideTile's right half. + + + + + A String value that is the larger text wrapped over a maximum of 5 lines on the WideTile's back side. + + + A WideTile with 5 images on its front side and a string of larger text wrapped over a maximum of 3 lines on the back side. + + + + + + + Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one string of regular text wrapped over a maximum of 5 lines. + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner of the WideTile's right half. + + + + + An Image displayed in the top right corner of the WideTile's right half. + + + + + An Image displayed in the bottom left corner of the WideTile's right half. + + + + + An Image displayed in the bottom right corner of the WideTile's right half. + + + + + A String value that is the regular text wrapped over a maximum of 5 lines on the WideTile's back side. + + + A WideTile with 5 images on its front side and a string of regular text wrapped over a maximum of 5 lines on the back side. + + + + + + + Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one small square image on its left and a larger header over regular text, wrapped over a maximum of 4 lines text at the right. + + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner of the WideTile's right half. + + + + + An Image displayed in the top right corner of the WideTile's right half. + + + + + An Image displayed in the bottom left corner of the WideTile's right half. + + + + + An Image displayed in the bottom right corner of the WideTile's right half. + + + + + An Image that is the small square icon on the left of the WideTile back side. + + + + + A String value that is the large header on the right of the WideTile back side. + + + + + A String value that is regular text, wrapped over maximum of 4 lines text below the header. + + + + A WideTile with 5 images on its front side and a square image, larger header and regular text on its back side. + + + + + + + Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one small square image on its left and a larger header, wrapped over a maximum of 3 lines text on the right. + + + + + An Image that occupies the left half of the WideTile's front side. + + + + An Image displayed in the top left corner of the WideTile's right half. + + + + + An Image displayed in the top right corner of the WideTile's right half. + + + + + An Image displayed in the bottom left corner of the WideTile's right half. + + + + + An Image displayed in the bottom right corner of the WideTile's right half. + + + + + An Image that is the small square icon on the left of the WideTile back side. + + + + + A String value that is large text, wrapped over the header, consisting of a maximum of 3 lines on the right of image6. + + + + A WideTile with 5 images on its front side and a square image with a arger header on its back side. + + + + + + + + Creates a WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines. + + + + + An Image that is displayed on the left of the WideTile. + + + + + A String value that is the large, wrapped over a maximum of 3 lines header at the WideTile's right. + + + A WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines. + + + + + + + + Creates a WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right. + + + + + An Image displayed on the WideTile's left. + + + + + A String value that is the large header displayed on the right of the WideTile. + + + + + A String value that is regular unwrapped text displayed below the header. + + + + + A String value that is regular unwrapped text displayed below the text2. + + + + + A String value that is regular unwrapped text displayed below the text3. + + + + + A String value that is regular unwrapped text displayed below the text4. + + + + A WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right. + + + + + + + + Creates a WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines. + + + + An Image displayed the left of the WideTile. + + + + + A String value that is regular text, wrapped over a maximum of 5 lines text displayed on the right of the WideTile. + + + + A WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines. + + + + + + + Creates a WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right. + + + + + An Image displayed on the left of the WideTile. + + + + + A String value that is the large header displayed on the right of the WideTile. + + + + + A String value that is regular text, wrapped over a maximum of 4 lines of text below the header. + + + + A WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right. + + + + + + + + Creates a WideTile with a large header above regular text, wrapped over a maximum of 4 lines of text on its left, and a small image with a dimension 3:4 on its right. + + + + + An Image displayed on the right of the WideTile. + + + + + A String that is the large header on the left of the WideTile's left. + + + + + A String that is regular text, wrapped over 4 lines of text displayed below the header. + + + + A WideTile with a large header above regular text, wrapped over a maximum of 4 lines text on its left, and a small image with a dimension of 3:4 on its right. + + + + + + + + Creates a WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below. Text does not wrap. + + + + + A String value that is the WideTile's header. + + + + A String value that is the WideTile's 2nd text line. + + + + A String value that is the WideTile's 3rd text line. + + + + A String value that is the WideTile's 4th text line. + + + + A String value that is the WideTile's 5th text line. + + + A WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below. + + + + + + + + Creates a WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each. Columns have the same width. + + + + A String value that is the WideTile's header. + + + + A String value that is the first text line of the left column. + + + + A String value that is the first text line of the right column. + + + + A String value that is the second text line of the left column. + + + + A String value that is the second text line of the right column. + + + + A String value that is the third text line of the left column. + + + + A String value that is the third text line of the right column. + + + + A String value that is the fourth text line of the left column. + + + + A String value that is the fourth text line of the right column. + + + A WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each. + + + + + + + Creates a WideTile with one string of large text wrapped over a maximum of three lines. + + + + A String value that is the large text block wrapped over a maximum of three lines. + + + A WideTile with one string of large text wrapped over a maximum of three lines. + + + + + + + Creates a WideTile with one single string of regular text, wrapped over a maximum of 5 lines. + + + + + A String value that is the WideTile's text. + + + A WideTile with one single string of regular text, wrapped over a maximum of 5 lines. + + + + + + + + Creates a WideTile with 5 strings of regular text, arranged in 5 lines. Text does not wrap. + + + + A String value that is the WideTile's text, displayed on the 1st line. + + + + + A String value that is the WideTile's text, displayed on the 2nd line. + + + + + A String value that is the WideTile's text, displayed on the 3rd line. + + + + + A String value that is the WideTile's text, displayed on the 4th line. + + + + + A String value that is the WideTile's text, displayed on the 5th line. + + + + A WideTile with 5 strings of regular text, arranged in 5 lines. + + + + + + + Creates a WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each. + + + + A String value that is the WideTile's 1st line of the left column. + + + + A String value that is the WideTile's 1st line of the right column. + + + + A String value that is the WideTile's 2nd line of the left column. + + + + A String value that is the WideTile's 2nd line of the right column. + + + + A String value that is the WideTile's 3rd line of the left column. + + + + A String value that is the WideTile's 3rd line of the right column. + + + + A String value that is the WideTile's 4th line of the left column. + + + + A String value that is the WideTile's 4th line of the right column. + + + + A String value that is the WideTile's 5th line of the left column. + + + + A String value that is the WideTile's 5th line of the right column. + + + A WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each. + + + + + + + Creates a WideTile with one header string in larger text over eight short strings of regular text arranged in 2 columns of 4 lines each. Left column is fairly narrow, right column is wider. + + + + A String value that is the WideTile's header. + + + + A String value that is the WideTile left column's 1st text line. + + + + A String value that is the WideTile right column's 1st text line. + + + + A String value that is the WideTile left column's 2nd text line. + + + + A String value that is the WideTile right column's 2nd text line. + + + + A String value that is the WideTile left column's 3rd text line. + + + + A String value that is the WideTile right column's 3rd text line. + + + + A String value that is the WideTile left column's 4th text line. + + + + A String value that is the WideTile right column's 4th text line. + + + A WideTile with a header string and two unequal text columns of 4 lines in each. + + + + + + + Creates a WideTile with two unequal columns, each containing 5 text lines. Left column is fairly narrow, right column is wider. + + + + A String value that is the WideTile left column's 1st text line. + + + + A String value that is the WideTile right column's 1st text line. + + + + A String value that is the WideTile left column's 2nd text line. + + + + A String value that is the WideTile right column's 2nd text line. + + + + A String value that is the WideTile left column's 3rd text line. + + + + A String value that is the WideTile right column's 3rd text line. + + + + A String value that is the WideTile left column's 4th text line. + + + + A String value that is the WideTile right column's 4th text line. + + + + A String value that is the WideTile left column's 5th text line. + + + + + A String value that is the WideTile right column's 5th text line. + + + A WideTile with two unequal columns, each containing 5 text lines. + + + + + + + Creates a WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines. + + + + + A String value that is the WideTile's header. + + + + A String value that is the WideTile's regular text, wrapped over a maximum of 4 lines. + + + + A WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines. + + + + + + + + A WideTile with a header string in larger text and 2 unequal columns, each containing 4 text lines. The left column is narrower than the right column. + + + + + A String value that is the WideTile's header. + + + + A String value that is the WideTile left column's 1st text line. + + + + A String value that is the WideTile right column's 1st text line. + + + + A String value that is the WideTile left column's 2nd text line. + + + + A String value that is the WideTile right column's 2nd text line. + + + + A String value that is the WideTile left column's 3rd text line. + + + + A String value that is the WideTile right column's 3rd text line. + + + + A String value that is the WideTile left column's 4th text line. + + + + A String value that is the WideTile right column's 4th text line. + + + A WideTile with a header string in larger text and 2 unequal columns, each containing 4 text lines. + + + + + + + A WideTile with 10 short text lines, arranged into 2 unequal columns. The left column is much narrower than the right column. + + + + + A String value that is the WideTile left column's 1st text line. + + + + A String value that is the WideTile right column's 1st text line. + + + + A String value that is the WideTile left column's 2nd text line. + + + + A String value that is the WideTile right column's 2nd text line. + + + + A String value that is the WideTile left column's 3rd text line. + + + + A String value that is the WideTile right column's 3rd text line. + + + + A String value that is the WideTile left column's 4th text line. + + + + A String value that is the WideTile right column's 4th text line. + + + + A String value that is the WideTile left column's 5th text line. + + + + A String value that is the WideTile right column's 5th text line. + + + A WideTile with 10 short text lines, arranged into 2 unequal columns. + + + + + + + + Provides methods that allow you to manage s within a in code. + + + + + + + Docks the to the specific . + + + + A Document to be docked. + + + + A StackGroup to which the document has to be docked. + + + true, if the Document was successfully docked; otherwise, false. + + + + + + + Maximizes the target . + + + + A Document to be maximized. + + + + + + + + Restores a maximized Document to its normal state. + + + + A Document to be restored. + + + + + + + + + Provides members that specify how a 's length should be counted. + + + + + + + The property value is the number of pixels that a occupies. + + + + + + + + + The property value is the relative length multiplier. + + + + + + + + + Provides members that specify settings common to all s within a . + + + + + + + Gets or sets whether any within this can be dragged at runtime. + + + true, if any s within this can be dragged at runtime; otherwise, false. + + + + + + + + Gets or sets the maximum number of s that s within the current can contain. + + + + An Int32 value that specifies the maximum number of s that s within the current can contain. + + + + + + + + + Provides members that specify settings for individual s. + + + + + + + Gets the maximum number of s this can currently contain. + + + An Int32 value that specifies the maximum number of s this can currently contain. + + + + + + + Gets or sets whether an end-user can drag this at runtime. + + + A enumerator value that specifies whether an end-user can drag this at runtime. + + + + + + + Gets whether this can be dragged at runtime. + + + true, if this can be dragged at runtime; otherwise, false. + + + + + + + Gets or sets the maximum number of s that the current can contain. + + + + An Int32 value that is the maximum number of s that the current can contain. + + + + + + + + + A Document within a . + + + + + + + Initializes a new instance of the Document class with the specified settings. + + + + An object that implements . + + + + + + + + Initializes a new instance of the Document class with the specified settings. + + + + An IDocumentProperties object that stores settings for the newly created Document. + + + + + + + + Initializes a new instance of the Document class with the default settings. + + + + + + + + Gets or sets whether this individual document should blend its caption fore color. + + + true, if this individual document should blend its caption fore color; otherwise, false. + + + + + + + Provides access to appearance settings used to paint this Document's caption when the document is active (selected). + + + An object that stores appearance settings used to paint this Document's caption when the document is active (selected). + + + + + + + Provides access to appearance settings used to paint this Document's caption when the document is not selected. + + + An object that stores appearance settings used to paint this Document's caption when the document is not selected. + + + + + + + Clones all document properties from the target Document to this Document object. + + + + A Document whose settings should be copied to this Document. + + + + + + + + Gets or sets an integer value that is the index of a column within a table layout WidgetView, in which this Document is nested. + + + An Int32 value that is the index of a column within a table layout WidgetView, in which this Document is nested. + + + + + + + Gets or sets the total number of columns that the current Document occupies. + + + An Int32 value that is the total number of columns that the current Document occupies. + + + + + + + Occurs when a check Custom Header Button within this Document is checked. + + + + + + + + Occurs when an end-user clicks a regular Custom Header Button within this Document. + + + + + + + + Occurs when a check Custom Header Button within this Document is unchecked. + + + + + + + + Gets the set of Custom Header Buttons assigned to the current Document. + + + A ButtonCollection that stores Custom Header Buttons assigned to the current Document. + + + + + + + Gets an object that paints the current Document. + + + An ObjectPainter object that paints the current Document. + + + + + + + Gets or sets this Document's height. + + + An Int32 value that is this Document's height. + + + + + + + Gets a collection of images that this Document can use as its icons. + + + + An Object that stores images that this Document can use as its icons. + + + + + + + + Gets the detailed info about this Document. + + + An IDocumentInfo object related to this Document. + + + + + + + Invalidates the region occupied by this Document. + + + + + + + + Invalidates a specific region within this Document. + + + + A Rectangle structure that specifies the bounds for the region to invalidate. + + + + + + + + + Gets whether this Document is currently maximized. + + + true, if this Document is currently maximized; otherwise, false. + + + + + + + Gets or sets whether this Document is currently selected. + + + true, if this Document is currently selected; otherwise, false. + + + + + + + Occurs when this Document is maximized at runtime. + + + + + + + + Gets or sets the control displayed within this Document in its maximized state. + + + A Control that is the Document's content in its maximized state. + + + + + + + Gets a that owns this Document. + + + A that owns this Document. + + + + + + + Provides access to this Document's properties. + + + An IDocumentDefaultProperties object that stores properties for this Document. + + + + + + + Occurs when this maximized Widget Document is restored to its normal state. + + + + + + + + Gets or sets an integer value that is the index of a row within a table layout WidgetView, in which this Document is nested. + + + An Int32 value that is the index of a row within a table layout WidgetView, in which this Document is nested. + + + + + + + Gets or sets the total number of columns that the current Document occupies. + + + An Int32 value that is the total number of columns that the current Document occupies. + + + + + + + Gets or sets a super tool-tip for this Document. + + + A object assigned to this Document. + + + + + + + Gets or sets the simple hint for this Document. + + + A String value that is this Document's tool-tip. + + + + + + + Gets or sets one of nine standard icons to be displayed within this Document's tool-tip. + + + A enumerator value that specifies the icon to be displayed within this Document's tool-tip. + + + + + + + Gets or sets the title string displayed by this Document's hint. + + + A String value that is the caption of this Document's tool-tip. + + + + + + + Gets or sets this Document's width. + + + An Int32 value that is this Document's width. + + + + + + + + A Group within a that stores Documents. + + + + + + + Initializes a new instance of the StackGroup class with the specified settings. + + + + An IStackGroupProperties object that stores settings common to all StackGroups within the Widget View. + + + + + + + + Initializes a new instance of the StackGroup class with the specified settings. + + + + An object that implements the . + + + + + + + + + Initializes a new instance of the StackGroup class with the default settings. + + + + + + + + Provides access to an that paints this StackGroup's caption. + + + An that paints this StackGroup's caption. + + + + + + + Gets or sets this StackGroup's title. + + + A String value that specifies this StackGroup's title. + + + + + + + Gets whether this StackGroup stores the maximum allowed number of s. + + + true, if this StackGroup stores the maximum allowed number of s; otherwise, false. + + + + + + + Gets whether this StackGroup is horizontally oriented. + + + true, if this StackGroup is horizontally oriented; otherwise, false. + + + + + + + Gets the collection of s contained within this StackGroup. + + + A DocumentCollection object that stores s contained within this StackGroup. + + + + + + + Gets the Document Manager that owns this StackGroup. + + + A DocumentManager that owns this StackGroup. + + + + + + + Gets the View that owns this StackGroup. + + + A WidgetView that owns this StackGroup. + + + + + + + Provides access to this StackGroup's properties. + + + An IStackGroupDefaultProperties object that stores properties for this StackGroup. + + + + + + + Returns the text representation of the StackGroup object. + + + A String value that is the StackGroup's text representation. + + + + + + + + A structure that specifies the width (or the height) of s, s and s. + + + + + + + Initializes a new instance of the Length class with the specified settings. + + + + A Double value that specifies the length in pixels. + + + + + + + + Initializes a new instance of the Length class with the specified settings. + + + + A Double value that specifies the absolute length in pixels or the relative length. + + + + A LengthUnitType that specifies whether the unitValue parameter value is the number of pixels or the relative length multiplier. + + + + + + + + + Initializes a new instance of the Length class with the default settings. + + + + + + + + Occurs whenever this Length's properties change. + + + + + + + + Returns the text representation of the Length object. + + + A String value that is the Length's text representation. + + + + + + + Gets or sets the way a 's, 's or 's length is measured. + + + A LengthUnitType enumerator value that specifies the way a 's, 's or 's length is measured. + + + + + + + Gets or sets the numeric representation for the length of a Stack Group, or . + + + + A Double value that specifies the Stack Group (, ) length. + + + + + + + + A Widget View. + + + + + + + Initializes a new instance of the WidgetView class with the specified settings. + + + + An object that implements the . + + + + + + + + + Initializes a new instance of the WidgetView class with the default settings. + + + + + + + + Gets or sets whether or not the document header text should be colorized according to the caption area fore color. + + + + true, if the document header text should be colorized according to the caption area fore color; otherwise, false. + + + + + + + + Gets or sets whether changing the s' state within this WidgetView should be followed with animation effects. + + + + A DefaultBoolean enumerator value that specifies whether changing the s' state within this WidgetView should be followed with animation effects. + + + + + + + + Gets or sets whether wobble animation for Table Layout mode is enabled. + + + A DefaultBoolean enumerator value that specifies whether the wobble animation effect is enabled. + + + + + + + + Gets or sets whether Documents within this WidgetView are resized using a smooth animation effect. + + + A DefaultBoolean enumerator value that specifies whether Documents within this WidgetView are resized using a smooth animation effect. + + + + + + + Gets or sets whether or not this WidgetView's content should be displayed with a light animation when displayed. + + + + A enumerator value that specifies whether or not this WidgetView's content should be displayed with a light animation when displayed. + + + + + + + + Stores appearance settings used to paint the header of the currently active . + + + An AppearanceObject used to paint the header of the currently active . + + + + + + + Stores appearance settings for headers. + + + An AppearanceObject that stores appearance settings for headers. + + + + + + + Occurs whenever an end-user tries to drag a . + + + + + + + + Occurs immediately after an end-user moves a within this WidgetView. + + + + + + + + Locks the current layout and prevents it from playing document animation. + + + + + + + + Provides access to the column collection for this WidgetView. + + + A ColumnDefinitionCollection object that stores columns for this WidgetView. + + + + + + + Provides access to the WidgetView controller. + + + An IWidgetViewController object, related to the current WidgetView. + + + + + + + Provides access to properties that manage document animation for this WidgetView. + + + + A object that stores properties that manage document animation for this WidgetView. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to properties, common to all s within this WidgetView. + + + An object that stores properties, common to all s within this WidgetView. + + + + + + + Gets or sets the margins within this WidgetView. + + + An Int32 value that is the margins within this WidgetView. + + + + + + + Occurs when a within this WidgetView is dragged. + + + + + + + + Occurs whenever an end-user drops a after dragging. + + + + + + + + Occurs when an end-user drops a dragged . + + + + + + + + Unlocks this WidgetView and animates all changes executed to its layout. + + + + + + + + + Provides access to the FlowLayoutProperties settings when this View is in Flow Layout mode. + + + A object that stores Flow Layout mode settings for this View. + + + + + + + Gets or sets the current layout mode for this WidgetView. + + + A enumerator value that specifies the current layout mode for this WidgetView. + + + + + + + Fires after a WidgetView document receives its maximized control on the event. + + + + + + + + + Fires after the WidgetView document was destroyed. + + + + + + + + Occurs when a WidgetView document is minimized back to its regular state and allows you to destroy its maximized content. + + + + + + + + Gets or sets this WidgetView's orientation. + + + An Orientation enumerator value that specifies this WidgetView's orientation. + + + + + + + Allows you to dynamically assign a maximized control for each widget document. + + + + + + + + Raises the event for the target document and specifies whether its maximized control should be retained. + + + + + A Document for which the event should be raised. + + + + true, if the unbound maximized control should be preserved; otherwise, false. + + + + + + + + Raises the event with default parameters for the target document. + + + + A Document for which the event should be raised. + + + + + + + + Raises the event for the target document and sets its initial and parameters. + + + + A Document for which the event should be raised. + + + + A Boolean value that is the initial parameter value for the raised event. + + + + A Boolean value that is the initial parameter value for the raised event. + + + + + + + + Raises the event for all deferred WidgetView documents. + + + + + + + + Raises the event for all deferred WidgetView documents and sets the initial parameter for this event. + + + + A Boolean value that is the initial parameter value for the raised event. + + + + + + + + Raises the event for all deferred WidgetView documents and sets the initial and parameter values for this event. + + + + + A Boolean value that is the initial parameter value for the raised event. + + + + A Boolean value that is the initial parameter value for the raised event. + + + + + + + + Resets all properties stored within the section to their default values. + + + + + + + + Resets all properties stored within the section to their default values. + + + + + + + + Unlocks the WidgetView layout and makes it reflect all previously applied changes. + + + + + + + + + Provides access to the row collection for this WidgetView. + + + A ColumnDefinitionCollection object that stores rows for this WidgetView. + + + + + + + Scrolls this WidgetView up or down to the target document. + + + + A Document to which the View should be scrolled. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to the set of properties common to all s within this WidgetView. + + + + An IStackGroupProperties object that stores properties common to all s within this WidgetView. + + + + + + + + Gets the collection of s used within this WidgetView. + + + A StackGroupCollection object that stores s used within this WidgetView. + + + + + + + Freezes the current WidgetView layout. + + + + + + + + Gets the type of the current WidgetView. + + + A ViewType.Widget value. + + + + + + + + Represents a navigation element on the last level of the navigation hierarchy. + + + + + + + Initializes a new instance of the TileNavSubItem class with the default settings. + + + + + + + + Returns a that owns the current TileNavSubItem. + + + A that owns the current TileNavSubItem. + + + + + + + Gets the that contains the current TileNavSubItem. + + + The object representing the collection of objects. + + + + + + + + + The method that handles the event. + + + + + + + The method that handles the event. + + + + The event source. Identifies the descendant that raised the event. + + + + A object that contains the event data. + + + + + + + + + Contains values that specify how pages are dragged outside the 's tab region. + + + + + + + The same as the option. + + + + + + + + The window is dragged in its original size. + + + + + + + + When dragging, the window's preview version is dragged. + + + + + + + + + The base class for the . + + + + + + + Initializes a new instance of the TabFormControlBase class. + + + + + + + + Creates a new and adds it to the . + + + + + + + + + + + + + + + + Gets or sets whether the tab icons are painted based on the foreground color. + + + True, if the tab icons are painted based on the foreground color; otherwise, Default or False. + + + + + + + Gets or sets whether pages can be moved in and out of the form using drag-and-drop operations. + + + + + true, if pages can be moved in and out of the form using drag-and-drop operations; otherwise, false. + + + + + + + + + Gets or sets whether it is possible to drag a page tab outside the current form and thus create a separate form. + + + true, if it is possible to drag a page tab outside the current form and thus create a separate form; otherwise, false. + + + + + + + Gets or sets whether page tabs are moved using animation. + + + true, if page tabs are moved using animation; otherwise, false. + + + + + + + Provides access to the appearance settings used to paint the TabFormControl's elements. + + + A object that comprises the appearance settings used to paint the TabFormControl's elements. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Starts the runtime component initialization. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Ends the runtime component initialization. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Gets the object that handles the control events. + + + A object that handles the control events. + + + + + + + Gets or sets the source of images that can be displayed in headers. + + + The image collection containing images to be displayed in headers. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the control is actually aligned to support locales using right-to-left fonts. + + + true, if the control is actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to collection of items of the associated with the control. + + + A object representing the collection of items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the amount of space, in pixels, between headers and custom buttons displayed to the left of the headers. + + + An integer value that specifies the amount of space, in pixels, between headers and custom buttons displayed to the left of the headers. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the responsible for managing custom buttons displayed in the current TabFormControlBase. + + + A responsible for managing custom buttons displayed in the current TabFormControlBase. + + + + + + + Gets or sets the maximum width, in pixels, of headers. + + + An integer value that specifies the maximum width, in pixels, of headers. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires after an outer form has been created (as a result of dragging a tab outside the main form). + + + + + + + + Fires before displaying a created outer form (as a result of dragging a tab outside the main form). + + + + + + + + + + + + + + + Fires when a page is about to be closed at run time using the built-in close button, and allows you to cancel the action. + + + + + + + + Fires when the collection has changed. + + + + + + + + Fires when a new tab is created. + + + + + + + + Provides access to the collection of tabs. + + + A object that represents the collection of objects. + + + + + + + Gets the responsible for managing custom buttons displayed in the current TabFormControlBase. + + + A responsible for managing custom buttons displayed in the current TabFormControlBase. + + + + + + + Gets or sets the amount of space, in pixels, between headers and custom buttons displayed to the right of the headers. + + + An integer value that specifies the amount of space, in pixels, between headers and custom buttons displayed to the right of the headers. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Gets or sets the currently selected . + + + The that is currently selected. + + + + + + + Fires when the currently selected in the has changed. + + + + + + + + Fires when the currently selected in the is about to be changed, and allows you to cancel the action. + + + + + + + + Gets or sets the visibility of the Add ("+") tab, which allows an end-user to add new tabs at runtime. + + + true, if the built-in Add button is visible; otherwise, false. + + + + + + + Gets or sets the visibility of close buttons in tabs. + + + true, if the close buttons are visible in tabs; otherwise, false. + + + + + + + Gets or sets whether the page tabs are displayed immediately below the top edge, in place of the regular title bar. + + + A enumeration value that specifies whether page tabs are displayed in place of the regular title bar. + + + + + + + Provides access to the collection of item links displayed to the left of tab headers. + + + A object that represents the collection of item links displayed to the left of tab headers. + + + + + + + Provides access to the collection of item links displayed to the right of tab headers. + + + A object that represents the collection of item links displayed to the right of tab headers. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to the collection of item links displayed in the title bar. These item links are hidden if the option is enabled. + + + A object that represents the collection of item links displayed in the title bar. + + + + + + + Gets or sets the vertical offset from the form top edge of the tab headers displayed in place of the title bar. + + + An integer value that specifies the vertical offset, in pixels, from the form top edge of the tab headers displayed in place of the title bar. + + + + + + + Returns the object which contains internal information used to render the control. + + + A object which contains internal information used to render the control. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Provides base functionality for custom Navigation Bar Actions. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new DocumentCancelEventArgs class instance with the specified document. + + + + The to be closed. The value is assigned to the property. + + + + + + + + Initializes a new DocumentCancelEventArgs instance with the specified document and the cancel parameter. + + + + The . The value is assigned to the property. + + + + true if the selected document will not be closed; otherwise, false. + + + + + + + + The Document related to the current event. + + + A related to the current event. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the TileNavButtonCollection class with the default settings. + + + + + + + + Initializes a new instance of the TileNavButtonCollection class with the specified settings. + + + + The control which owns the created TileNavButtonCollection. + + + + + + + + Adds an to the TileNavButtonCollection. + + + + The to add to the TileNavButtonCollection. + + + The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. + + + + + + + Determines whether the TileNavButtonCollection contains a specific . + + + + The to locate in the TileNavButtonCollection. + + + true, if the is found in the TileNavButtonCollection; otherwise, false. + + + + + + + Returns the index of a specific in the TileNavButtonCollection. + + + + The to locate in the collection. + + + The index of button if found in the collection; otherwise, -1; + + + + + + + Inserts an in the TileNavButtonCollection at the specified index. + + + + + The zero-based index at which button should be inserted. + + + + The to insert into the TileNavButtonCollection. + + + + + + + + Provides indexed access to elements of the collection. + + + + An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. + + + The object that is the element located at the specified position within the collection. + + + + + + + + The that owns the current TileNavButtonCollection. + + + + + + + + + Removes the first occurrence of a specific from the TileNavButtonCollection. + + + + The to remove from the TileNavButtonCollection. + + + + + + + + + A regular (square) Tile template for WinRTLiveTileManager Live Tiles. + + + + + + + Creates a SquareTile with two text blocks - one short string of large block text over a single, short line of bold text. + + + + A String value that specifies the short string of large block text above. + + + + A String value that specifies a single, short line of bold text below. + + + A SquareTile with two text blocks. + + + + + + + Creates a SquareTile with no text and a single image that fills the entire SquareTile. + + + + An Image that fills the entire SquareTile. + + + A SquareTile filled with a single image. + + + + + + + Creates a SquareTile containing two sides - square image with no text on top, a header and 3 strings of regular text at the bottom. Text does not wrap. + + + + An Image that fills the entire SquareTile's top. + + + + A String value that is the SquareTile bottom's header. + + + + A String value that is the SquareTile bottom's 2nd text line. + + + + A String value that is the SquareTile bottom's 3rd text line. + + + + A String value that is the SquareTile bottom's 4th text line. + + + A SquareTile with an square image on the first side and 4 text lines on the second side. + + + + + + + Creates a SquareTile with two sides - a square image on top and one string of header over one string of regular text wrapped over a maximum of 3 lines at the bottom. + + + + + An Image that fills the entire SquareTile's top side. + + + + A String value that is the SquareTile bottom side's header. + + + + A String value that is the SquareTile bottom side's regular text, wrapped over a maximum of 3 lines. + + + + A SquareTile with a square image on top and one string of regular text wrapped over a maximum of lines at the bottom. + + + + + + + + Creates a SquareTile with two sides - a square image on top and 4 strings of regular text arranged in 4 lines. Text does not wrap. + + + + An Image that fills the entire SquareTile's top. + + + + A String value that is the SquareTile bottom's 1st text line. + + + + A String value that is the SquareTile bottom's 2nd text line. + + + + A String value that is the SquareTile bottom's 3rd text line. + + + + A String value that is the SquareTile bottom's 4th text line. + + + A SquareTile with a square image on top and 4 strings of regular text arranged in 4 lines. + + + + + + + Creates a SquareTile with 2 sides - a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom. + + + + + An Image that fills the entire SquareTile's top. + + + + A String value that is the SquareTile bottom's regular text, wrapped over a maximum of 4 lines at the bottom. + + + + A SquareTile with a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom. + + + + + + + + Creates a SquareTile with 4 text blocks - one header string in larger text on the first line; three strings of regular text on each of the next three lines. Text does not wrap. + + + + A String value that is the SquareTile's header. + + + + A String value that is the SquareTile's 2nd text line. + + + + A String value that is the SquareTile's 3rd text line. + + + + A String value that is the SquareTile's 4th text line. + + + A SquareTile with 4 text blocks. + + + + + + + Creates a SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below. + + + + A String value that is the SquareTile's header. + + + + A String value that is the SquareTile's regular text. + + + A SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below. + + + + + + + Creates a SquareTile with 4 strings of regular text, one above the other. Text does not wrap. + + + + + A String value that is the SquareTile's 1st text line. + + + + A String value that is the SquareTile's 2nd text line. + + + + A String value that is the SquareTile's 3rd text line. + + + + A String value that is the SquareTile's 4th text line. + + + A SquareTile with 4 regular text lines. + + + + + + + Creates a SquareTile with a single string of regular text, wrapped over a maximum of 4 lines. + + + + + A String value that is the SquareTile's regular text. + + + A SquareTile with a single string of regular text, wrapped over a maximum of 4 lines. + + + + + + + + + The method that handles the event. + + + + + + + The method that handles the event. + + + + The event source. Identifies the object that raised the event. + + + + A object that contains the event data. + + + + + + + + + Enumerates values that specify how custom page categories are aligned. + + + + + + + The same as the option. + + + + + + + + Headers of contextual page categories are aligned to a RibbonControl's left edge. + + + + + + + + Headers of contextual page categories are aligned to a RibbonControl's right edge. + + + + + + + + + Contains values specifying when the merge mechanism is invoked in MDI applications when using Ribbon Controls within a parent and child MDI forms. + + + + + + + Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive. + + + + + + + + The same as the option. + + + + + + + + Specifies that the merge mechanism is never invoked. + + + + + + + + Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view. + + + + + + + + + The control that can accommodate bars and display them at any position within the form. + + + + + + + Initializes a new instance of the StandaloneBarDockControl class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the control adjusts its size automatically to display its bars in their entirety. This property is not supported when a StandaloneBarDockControl control is placed within a . Use the property instead. + + + true if the automatic sizing feature is enabled; otherwise, false. + + + + + + + Gets or sets whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a . + + + A Boolean value that specifies whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a . + + + + + + + Gets or sets which control borders are docked to its parent control and determines how the control is resized with its parent. + + + A enumeration member which specifies the position and manner in which the control is docked. + + + + + + + Gets a value which specifies how the bar dock control is aligned within its parent control. + + + Always the value. + + + + + + + Retrieves the size of a rectangular area that will fit the control. + + + + + + The custom-sized area for a control. + + + The size that will fit the control. + + + + + + + + Gets whether the current control contains any bar. + + + true if the current control contains any bar; otherwise, false. + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Gets or sets whether bars are oriented vetically within the StandaloneBarDockControl object. + + + true if bars are oriented vetically within the StandaloneBarDockControl object; false if bars are oriented horizontally. + + + + + + + Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. + + + The structure that represents the upper-left corner of the control relative to the upper-left corner of its container. + + + + + + + Gets or sets a counter that controls the StandaloneBarDockControl's updates. + + + An integer that specifies the value of the counter used to control the StandaloneBarDockControl's updates. + + + + + + + Gets or sets the name of the control. + + + The name of the control. + + + + + + + Gets or sets the width and height of the StandaloneBarDockControl. + + + The that represents the height and width of the control in pixels. + + + + + + + + A content container for the Tab Pane control. + + + + + + + Initializes a new instance of the TabNavigationPage class with the default settings. + + + + + + + + Gets or sets what content should be displayed for the current TabNavigationPage header within the control. + + + A enumerator value that specifies what content should be displayed for the current TabNavigationPage header. + + + + + + + + A column within a Widget View. + + + + + + + Initializes a new instance of the ColumnDefinition class with the default settings. + + + + + + + + + A container that displays the contents of a within a . + + + + + + + Initializes a new instance of the BackstageViewClientControl class. + + + + + + + + Gets the object that provides accessibility information. + + + + The object that provides accessibility information. + + + + + + + + This property is overridden to support the 's internal infrastructure. + + + + + + + + + + This property is overridden to support the 's internal infrastructure. + + + + + + + + + + Returns the control's background color. + + + The control's background color. + + + + + + + This property is overridden to support the 's internal infrastructure. + + + + + + + + + + This property is overridden to support the 's internal infrastructure. + + + + + + + + + + This property is overridden to support the 's internal infrastructure. + + + + + + + + + + + Provides base Tiles' functionality. + + + + + + + Provides access to appearance settings used to paint the current in different visual states. + + + A TileItemAppearances object that stores appearance settings used to paint the current in different visual states. + + + + + + + Gets or sets a background image for the current . + + + An Image object that is the background image for the current . + + + + + + + Gets or sets whether the current is checked. + + + true if the current is checked; otherwise, false. + + + + + + + Occurs when the current 's check state has been changed. + + + + + + + + Occurs when an end-user clicks the current . + + + + + + + + Gets the currently displayed within the . + + + A TileItemFrame object that is currently displayed within the . + + + + + + + + Provides access to the s collection used to build the current 's content. + + + A TileItemElementCollection that contains s used to build the current 's content. + + + + + + + Gets or sets whether the current Tile is enabled. + + + true, if the Tile is enabled; otherwise, false. + + + + + + + Gets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text. + + + true, if this tile should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. + + + + + + + Provides access to the s collection used to build the current 's animation. + + + A TileItemFrameCollection that contains s used to build the current 's animation. + + + + + + + Gets or sets a group where the current belongs. + + + + A String value specifying a group where the current belongs. + + + + + + + + Gets whether the current is active. + + + true if the current is active; otherwise, false. + + + + + + + Returns a to which the current belongs. + + + + A to which the current belongs. + + + + + + + + Gets or sets the current 's name. + + + A String value that is the current 's name. + + + + + + + Gets or sets the amount of space between the content of the current and its border. + + + A Padding structure that specifies the amount of space between the content of the current and its border. + + + + + + + Occurs immediately after the BaseTile was pressed. + + + + + + + + Provides access to the current 's settings. + + + An IBaseTileDefaultProperties object that contains settings for the current BaseTile. + + + + + + + Gets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text. + + + + A String collection that stores search tags for this BaseTile. + + + + + + + Forces the current to display a specific . + + + + A to be displayed. + + + + A Boolean value indicating whether the frame should be displayed using the frame animation. + + + + + + + + Gets or sets the current 's tag. + + + An Object that is the current 's tag. + + + + + + + Gets or sets whether the current Tile is visible. + + + true, if the Tile is visible; otherwise, false. + + + + + + + + A check button displayed within a Content Container header and related to a specific . + + + + + + + Initializes a new instance of the DocumentCheckAction class with different actions performed when checking and unchecking the DocumentCheckAction. + + + + + A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. + + + + An Action delegate that encapsulates a method performed when the DocumentCheckAction is checked. + + + + An Action delegate that encapsulates a method performed when the DocumentCheckAction is unchecked. + + + + + + + + Initializes a new instance of the DocumentCheckAction class with the specified settings. + + + + A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. + + + + A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. + + + + An Action delegate that encapsulates a method performed when the DocumentCheckAction is checked. + + + + An Action delegate that encapsulates a method, performed when the DocumentCheckAction is unchecked. + + + + + + + + Initializes a new instance of the DocumentCheckAction class with the specified settings. + + + + A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. + + + + An Action delegate that encapsulates a method executed whenever the DocumentCheckAction's checked state changes. + + + + + + + + Initializes a new instance of the DocumentCheckAction class with the specified settings. + + + + A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. + + + + A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. + + + + An Action delegate that encapsulates a method executed whenever the DocumentCheckAction's checked state changes. + + + + + + + + Gets a Command, executed when the current DocumentCheckAction is checked. + + + An ICommand executed when the current DocumentCheckAction is checked. + + + + + + + Gets a Command, executed when the current DocumentCheckAction is unchecked. + + + An ICommand executed when the current DocumentCheckAction is unchecked. + + + + + + + + A push button displayed within a Content Container header and related to a specific . + + + + + + + Initializes a new instance of the DocumentAction class with the specified functionality. + + + + An Action that implements the DocumentAction's functionality. + + + + + + + + Initializes a new instance of the DocumentAction class with the specified functionality and availability check. + + + + A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. + + + + An Action delegate that implements the DocumentAction's functionality. + + + + + + + + + Base class for How To: Create Custom Document Actions, Content Container Actions and Flyout Actions. + + + + + + + Gets or sets the Action's caption. + + + A String value that is the Action's caption. + + + + + + + Gets or sets the Action's description. + + + A String value that is the Action's description. + + + + + + + Gets or sets the Action's icon. + + + An Image that is the Action's icon. + + + + + + + + Provides members that store base data for WindowsUI Navigation Events. + + + + + + + Initializes a new instance of the BaseNavigationEventArgs class with the specified settings. + + + + A in which the related navigation event occurs. + + + + A Content Container from which the end-user is currently navigating. + + + + + + + + + Gets a Content Container from which an end-user navigates. + + + An IContentContainer from which an end-user navigates. + + + + + + + Gets the current zoom level of a source Content Container. + + + A ContextualZoomLevel enumerator value that is the current zoom level of a source container. + + + + + + + Gets a in which the current navigation event occurs. + + + A in which the current navigation event occurs. + + + + + + + + Contains values that specify the visibility states for a gallery's vertical scroll bar. + + + + + + + + A gallery's vertical scroll bar is only visible when all gallery items do not fit into the gallery's visible area entirely. + + + + + + + + A gallery's vertical scroll bar is always hidden. + + + + + + + + A gallery's vertical scroll bar is always visible. The scroll bar is only enabled when scrolling is required. Otherwise, it's disabled. + + + + + + + + + Identifies paint styles for gallery items when they are in the checked state. + + + + + + + The same as the option. + + + + + + + + A gallery item's text and image are painted checked. + + + + + + + + A gallery item's image is only painted checked. + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the RibbonPageCategoryCollection class. + + + + A control that will own this collection. This value is assigned to the property. + + + + + + + + Adds the specified category to the current collection. + + + + A object to add to the collection. + + + An integer value that specifies the position of the category within the collection. + + + + + + + Adds an array of categories to the end of the collection. + + + + An array of objects to add to the collection. + + + + + + + + Indicates whether the collection contains the specified category. + + + + A object to locate in the collection + + + true if the collection contains the specified category; otherwise, false + + + + + + + Gets the RibbonControl's default page category. + + + A object that represents the default page category. + + + + + + + Returns a category by its name (). + + + + The name of the required category matching the property's value. + + + A object that has the specified name. + + + + + + + Returns a category by its caption (). + + + + The caption of the required category matching the property's value. + + + A object that has the specified caption. + + + + + + + Returns the specified category's position within the collection. + + + + A object representing the category to be located. + + + An integer value representing the specified category's zero-based index. -1 if the collection doesn't contain the specified category. + + + + + + + Adds the specified category to the specified position within the collection. + + + + An integer value representing the zero-based index at which the specified category should be inserted. If negative or exceeds the number of elements, an exception is raised. + + + + A object representing the category to be inserted. + + + + + + + + Provides indexed access to categories in the collection. + + + + An integer value specifying the zero-based index of the required category. If negative or exceeds the maximum available index, an exception is raised. + + + A object representing a category at the specified position within the collection. + + + + + + + Returns a page category by its caption. + + + + A string that represents the caption of the page category to be located. The category's caption is specified by the property. + + + A object with the specified caption; null if there is no category with the specified caption. + + + + + + + Removes the specified category from the collection. + + + + A object to remove from the collection. + + + + + + + + Gets the which owns the current collection. + + + The which owns the current collection. + + + + + + + Allows you to return all pages and visible pages owned by the RibbonControl. + + + A object that allows you to return all pages and visible pages owned by the RibbonControl. + + + + + + + + Represents a Ribbon page category. + + + + + + + Initializes a new instance of the RibbonPageCategory class with default settings. + + + + + + + + Initializes a new instance of the RibbonPageCategory class with the specified settings. + + + + A string that specifies the category's text. This value is assigned to the property. + + + + A string that specifies the category's color. This value is assigned to the property. + + + + A string that specifies the category's visibility. This value is assigned to the property. + + + + + + + + Initializes a new instance of the RibbonPageCategory class with the specified text and color. + + + + A string that specifies the category's text. This value is assigned to the property. + + + + A string that specifies the category's color. This value is assigned to the property. + + + + + + + + Gets or sets whether the page headers are stretched to occupy the entire width of a custom category caption. + + + + true, if page headers are stretched to fit the current custom category's caption; otherwise, false. + + + + + + + Gets an object containing view information on the RibbonPageCategory object. + + + A object. + + + + + + + Creates a new RibbonPageCategory object with the settings matching those of the current object. + + + A copy of the current RibbonPageCategory object. + + + + + + + Gets the category collection that owns the current RibbonPageCategory object. + + + A object that owns the current object. + + + + + + + Gets or sets the color that is used to paint the category's caption and its pages. + + + A value that specifies the category's color. + + + + + + + Gets or sets whether the category is expanded. + + + true if the category is expanded; otherwise, false. + + + + + + + Returns a Ribbon Page by its caption. + + + + A string that represents the caption of the page to be located. The page's caption is specified by the property. + + + A object with the specified caption; null if there is no page with the specified caption. + + + + + + + Provides access to pages that have been merged into the current category. + + + A object that contains pages that have been merged into the current category. + + + + + + + Defines the visual position of the current RibbonPageCategory object after merging this Ribbon Control into an MDI parent Ribbon. + + + An ordinal number determining the position of the RibbonPageCategory after merging this Ribbon Control into an MDI parent Ribbon. + + + + + + + Gets or sets the component's name. + + + A string that specifies the component's name. + + + + + + + Gets or sets the collection of Ribbon pages that belong to the current category. + + + A collection containing Ribbon pages that belong to the current category. + + + + + + + Gets the which owns the current category. + + + The which owns the current category. + + + + + + + Gets or sets an object that contains data on the current RibbonPageCategory object. + + + An object that contains data on the current object. + + + + + + + Gets or sets the text displayed within the category's caption. + + + A string that specifies the text displayed within the category's caption. + + + + + + + Gets or sets whether the current category is visible. + + + true if the category is visible; otherwise, false. + + + + + + + + Contains values that specify how items are resized within a . + + + + + + + Auto size mode. The size of gallery items is calculated to fit their contents while taking into account the and properties. +You can limit the width of gallery items in this mode via the property. + + + + + + + + + Auto sizing is disabled. The size of gallery items is fixed and specified by the property. + + + + + + + + Auto height mode. +The height of gallery items is automatically calculated to vertically fit an item's contents while taking into account the and properties. +The width of items is specified by the Width attribute of the property. + + + + + + + + + Contains options that specify how a layout of dock panels is stored to and restored from a data store (a stream, xml file or system registry). + + + + + + + Initializes a new instance of the LayoutSerializationOptions class. + + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether captions of dock panels are restored from the data store when a layout is restored from the store. + + + + true to restore the captions of dock panels when a layout is restored; otherwise, false. + + + + + + + + Presents MDI child windows as a tabbed UI. + + + + + + + Initializes a new instance of the TabbedView class with the specified container. + + + + An object that implements . + + + + + + + + Initializes a new instance of the TabbedView class. + + + + + + + + Provides access to appearance settings for all s within the current TabbedView. + + + A TabbedViewPageAppearance object that contains appearance setting for the current TabbedView. + + + + + + + Provides methods to work with documents in the current View. + + + An object that provides methods to work with the current View's documents. + + + + + + + Fires when a custom header button is clicked. + + + + + + + + Provides access to properties common to all document groups within the current View. + + + An object that contains settings common to all document groups within the current View. + + + + + + + Provides access to a collection of document groups. + + + A DocumentGroupCollection object. + + + + + + + Occurs when a in the TabbedView is pinned. + + + + + + + + Provides access to properties common to all documents within the current View. + + + An object that contains settings common to all documents within the current View. + + + + + + + Occurs when a in the TabbedView is unpinned. + + + + + + + + Gets or sets whether or not documents within this TabbedView can be grouped into s without limitations. + + + A enumerator value that specifies whether or not documents within this TabbedView can be grouped into s without limitations. + + + + + + + Returns true if the property is set to Horizontal. + + + true if the property is set to Horizontal; otherwise, false. + + + + + + + Gets or sets whether groups in the TabbedView are oriented horizontally or vertically. + + + An Orientation value that specifies whether groups in the TabbedView are oriented horizontally or vertically. + + + + + + + Fires when the property's value is changed. + + + + + + + + Retrieves the underlying DockingContainer owned by this TabbedView. + + + A object that is the root container owned by this TabbedView. + + + + + + + Sets visibility options common for multiple s. + + + + An IEnumerable<DocumentGroup> object that contains s whose visibility is to be set. + + + + A Boolean value specifying whether target s should be made visible. + + + + + + + + Gets or sets whether an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a within the current TabbedView. + + + true if an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a within the current TabbedView; otherwise, false. + + + + + + + Gets or sets whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut. + + + A DefaultBoolean enumerator value that specifies whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut. + + + + + + + Starts icon animation within all documents. + + + + + + + + + Stops animation of icons within all documents. + + + + + + + + Occurs when an end-user clicks a tab page header within the current TabbedView to activate a corresponding . + + + + + + + + Gets the type of the current View. + + + The value. + + + + + + + + A Windows UI-style check button, which can have the checked and unchecked states. + + + + + + + Initializes a new instance of the BarToggleSwitchItem class. + + + + + + + + An equivalent of the property, used exclusively for data bindings. + + + true, if the BarToggleSwitchItem is checked; otherwise, false. + + + + + + + Occurs whenever the property changes its value. + + + + + + + + Gets or sets whether the item is checked. + + + true, if the item is checked; otherwise, false. + + + + + + + Fires after the check state of the current item is changed. + + + + + + + + + Represents a filter menu for a . + + + + + + + Initializes a new instance of the ImageGalleryFilterMenu class with the specified gallery. + + + + A object that represents the current gallery. + + + + + + + + Gets the current gallery. + + + A object that represents the current gallery. + + + + + + + + Provides data for events that fire when items are clicked within a gallery's Filter Menu. + + + + + + + Initializes a new instance of the GalleryFilterMenuClickEventArgs class with the specified settings. + + + + A object that represents the current menu. + + + + A object that represents the menu item that has been checked. + + + + + + + + Gets the displayed menu. + + + An object that represents the displayed menu. + + + + + + + Gets the current gallery. + + + A object that represents the current gallery. + + + + + + + Gets the item that has been checked. + + + A object that represents the currently checked item. + + + + + + + + Provides data for the events that fire when a Filter Menu is about to be displayed for a gallery. + + + + + + + Initializes a new instance of the GalleryFilterMenuEventArgs class with the specified settings. + + + + A object that represents the current menu. + + + + + + + + Gets the displayed menu. + + + An object that represents the displayed menu. + + + + + + + Gets the current gallery. + + + A object that represents the current gallery. + + + + + + + + Gets or sets a gallery's scroll mode. + + + + + + + Smooth scrolling is enabled. + + + + + + + + The default scrolling mode. + + + + + + + + + Represents the base class for the , and classes. + + + + + + + Initializes a new instance of the StandaloneGallery class. + + + + + + + + Gets or sets whether the group filtering feature is enabled. + + + true if the group filtering feature is enabled; otherwise, false. + + + + + + + Gets or sets a gallery's auto-size mode, which determines the gallery's initial size. + + + A value. + + + + + + + Returns information on the StandaloneGallery's elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the StandaloneGallery's top-left corner. + + + An object which contains information about the visual elements located at the test point. + + + + + + + Fires when a context button is clicked. + + + + + + + + Allows you to customize the context buttons for individual gallery items. + + + + + + + + Provides access to the settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons. + + + A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons. + + + + + + + Provides access to the collection of context buttons displayed in the gallery images. + + + A ContextItemCollection object that represents the collection of context buttons displayed in the gallery images. + + + + + + + + Allows hints for the objects displayed in the current StandaloneGallery to be customized. + + + + + + + + Gets or sets the text displayed within the Group Filter panel + + + A string displayed within the Group Filter panel. + + + + + + + Gets the StandaloneGallery's view information. + + + A DevExpress.XtraEditors.ViewInfo.StandaloneGalleryViewInfo object that provides view information on all StandaloneGallery elements. + + + + + + + + Invalidates the specified region (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. + + + + A System.Drawing.Rectangle structure representing the region to invalidate. + + + + + + + + Invalidates the region occupied by the StandaloneGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. + + + + + + + + Occurs whenever an end-user right-clicks an item within the current StandaloneGallery. + + + + + + + + Makes the specified item visible, if it's hidden due to scrolling. + + + + A object to be made visible. + + + + + + + + Gets whether the Group Filter menu is opened. + + + true if the Group Filter menu is opened; otherwise, false. + + + + + + + Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. + + + + + + + + Scrolls the gallery, making the specified gallery group visible (with or without an animation effect). + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + A value that specifies the position at which the gallery group will be displayed within the view region after scrolling. + + + + + + + + Scrolls the gallery, making the specified gallery item visible (with or without an animation effect). + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + A value that specifies the position at which the gallery item will be displayed within the view region after scrolling. + + + + + + + + Gets or sets the top coordinate of the gallery's display area. + + + An integer which specifies the top coordinate of the gallery's display area. + + + + + + + Gets or sets whether the gallery's vertical scroll bar is visible. + + + A value that specifies the visibility of the gallery's vertical scroll bar. + + + + + + + Gets or sets whether items are stretched to the gallery's width. + + + true if gallery items are stretched to the gallery's width; otherwise, false. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the StandaloneGallery class. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the StandaloneGallery. + + + + + + + + Gets or sets whether an optimized fast scroll mechanism is enabled. + + + true if an optimized fast scroll mechanism is enabled; false if the old scroll mechanism is in effect. + + + + + + + + Represents a gallery within a . + + + + + + + Initializes a new instance of the GalleryControlGallery class with the specified object. + + + + A object that will own the created gallery. + + + + + + + + Initializes a new instance of the GalleryControlGallery class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets whether changing the gallery's width automatically adds/removes columns. + + + true if changing the gallery's width automatically adds/removes columns; otherwise, false. + + + + + + + Gets or sets the gallery's background color. + + + The gallery's background color. + + + + + + + Gets or sets the gallery's background image. + + + The gallery's background image. + + + + + + + Gets or sets the layout of the . + + + An value that specifies how the background image is arranged. + + + + + + + Gets or sets the horizontal alignment of gallery items relative to the right edge (for vertically oriented galleries). +For horizontally oriented galleries, this property specifies the vertical alignment of gallery items relative to the top edge. + + + A value that specifies the horizontal or vertical alignment of gallery items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets the that owns the current gallery. + + + A object that owns the current gallery. + + + + + + + Invalidates the region occupied by the GalleryControlGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. + + + + + + + + Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. + + + + + + + + Gets or sets the gallery's orientation. + + + + An Orientation value that specifies the gallery's orientation. + + + + + + + Gets the control that displays the current gallery. + + + The control that displays the current gallery. + + + + + + + Gets or sets a associated with the current GalleryControlGallery. + + + A associated with the current GalleryControlGallery. + + + + + + + Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the GalleryControlGallery class. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the GalleryControlGallery. + + + + + + + + + Contains values that specify how gallery items can be selected. + + + + + + + Multiple items can be checked , by clicking them while holding the CTRL/SHIFT key. + + + + + + + + + Multiple items can be checked, but only within a single group. Checking any item within another group, unchecks items in the previous group. + +To select multiple items, click them while holding the CTRL/SHIFT key. + + + + + + + + + + An item is not automatically checked on clicking. + + + + + + + + Only a single item can be checked throughout the gallery. When checking another item, the previously checked item is unchecked. + + +A checked item can be unchecked when clicking on it again. + + + + + + + + + An end-user can check a single item within each group. When checking another item, the previously checked item in the same group is unchecked. + + +A checked item can be unchecked when clicking on it again. + + + + + + + + + The same as the option, except the following: + + +A checked item is NOT unchecked when clicking on it again. + + + + + + + + + The same as the option, except the following: + + +A checked item is NOT unchecked when clicking on it again. + + + + + + + + + + Contains values that specify alignment of gallery items. + + + + + + + A gallery item is centered. + + + + + + + + A gallery item is custom aligned. + + + + + + + + A gallery item is aligned to the far edge of the parent control. + + + + + + + + A gallery item is aligned to the near edge of the parent control. + + + + + + + + + Contains values that specify how an image is displayed next to a text region. + + + + + + + An image is displayed below the text. + + + + + + + + + The same as the Left option. + + + + + + + + An image is displayed to the left of the text. + + + + + + + + + An image is displayed to the right of the text. + + + + + + + + + An image is displayed above the text. + + + + + + + + + + Contains values that specify the horizontal alignment of a group caption content.. + + + + + + + + A gallery group caption's content is centered. + + + + + + + + A gallery group caption's content is aligned to the left. + + + + + + + + A gallery group caption's content is aligned to the right. + + + + + + + + A gallery group caption's content is stretched to the caption width. +This option is in effect when a custom control is embedded into the gallery group caption via the property. + + + + + + + + + The control displaying an image gallery, with the capability to categorize items into groups. + + + + + + + + Initializes a new instance of the GalleryControl class. + + + + + + + + Activates the GalleryControl's About dialog box. + + + + + + + + This property is not supported by the GalleryControl class. + + + + + + + + + + This property is not supported by the GalleryControl class. Use the Gallery.BackColor () property instead. + + + + + + + + + + This property is not supported by the GalleryControl class. Use the Gallery.BackgroundImage () property instead. + + + + + + + + + + This property is not supported by the GalleryControl class. Use the Gallery.BackgroundImageLayout () property instead. + + + + + + + + + + Starts the runtime initialization of the GalleryControl component. + + + + + + + + Returns information on the GalleryControl's elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the GalleryControl's top-left corner. + + + A object which contains information about the visual elements located at the test point. + + + + + + + Gets or sets the Bar and Docking Controller that provides default look and feel options for the GalleryControl. + + + A object that provides default look and feel options for the GalleryControl. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Ends component initialization. + + + + + + + + This property is not supported by the GalleryControl class. + + + + + + + + + + This property is not supported by the GalleryControl class. + + + + + + + + + + Provides access to the Gallery displayed by the GalleryControl. + + + A displayed by the GalleryControl. + + + + + + + Returns the Bar and Docking Controller that provides look and feel options for the GalleryControl. + + + A object that provides look and feel options for the GalleryControl + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Retrieves the size of a rectangular area that will fit the control. + + + + The custom-sized area for a control. + + + The size that will fit the control. + + + + + + + Gets or sets whether the GalleryControl is being loaded. + + + true if the GalleryControl is being loaded; otherwise false. + + + + + + + Gets or sets an object that controls the look and feel of the control's popup menus. + + + An object that controls the look and feel of the control's popup menus. + + + + + + + + + Presents MDI child windows as a native MDI. + + + + + + + Initializes a new instance of the NativeMdiView class with the specified container. + + + + An object that implements . + + + + + + + + Initializes a new instance of the NativeMdiView class. + + + + + + + + Gets whether all documents are minimized to icons. + + + true if all documents are minimized to icons; otherwise, false. + + + + + + + Gets or sets whether or not the document caption text's fore color should be mixed with its backcolor. + + + + true, if the document caption text's fore color should be mixed with its backcolor; otherwise, false. + + + + + + + + Provides access to the appearance settings used to paint document captions when these documents are active. Affects all documents within this NativeMdiView. + + + An AppearanceObject that stores appearance settings used to paint document captions when these documents are active. + + + + + + + Provides access to settings that customize the regular document caption's appearance. These settings affect all documents in this NativeMdiView. + + + + An AppearanceObject that stores appearance settings used to paint the regular document caption's appearance. + + + + + + + Provides methods to work with documents in the current View. + + + An object that provides methods to work with the current View's documents. + + + + + + + Provides access to properties common to all documents within the current View. + + + An IDocumentProperties object that contains settings common to all documents within the current View. + + + + + + + Gets whether a minimized document exists. + + + + true if a minimized document exists; otherwise, false. + + + + + + + + Gets whether any document is maximized. + + + true if any document is maximized; otherwise, false. + + + + + + + Gets the type of the current View. + + + The value. + + + + + + + + Lists values that specify when Ribbon page headers are displayed. + + + + + + + + Currently, this option is the same as the option. + + + + + + + + Ribbon page headers are hidden. + + + + + + + + Ribbon page headers are always visible. + + + + + + + + Ribbon page headers are visible when the control contains two or more pages. + + + + + + + + + + Enumerates menu display modes. + + + + + + + A menu is painted according to its type. + + +For objects, the default draw mode is affected by the property. If the option is set to false, menu items are painted as in the mode. If the option is set to true, menu items are painted as in the draw mode. + + + + + + + + + Allows menu item captions and large images to be displayed. + + + + + + + + + + + + Allows menu item captions, descriptions and large images to be displayed. + + + + + + + + + + + + Allows menu item captions and small images to be displayed. + + + + + + + + + + + + + The popup menu that implements the MS Office 2007 Application Menu. + + + + + + + Initializes a new instance of the ApplicationMenu class with the specified container. + + + + + An object which implements . + + + + + + + + Initializes a new instance of the ApplicationMenu class with default settings. + + + + + + + + Gets or sets the control to be displayed along the bottom edge of the ApplicationMenu. + + + A control that is displayed along the bottom edge of the ApplicationMenu. + + + + + + + Indicates whether the ApplicationMenu can be displayed. + + + true, if the ApplicationMenu can be displayed; otherwise, false. + + + + + + + Specifies the responsible for displaying the current ApplicationMenu. + + + A responsible for displaying the current ApplicationMenu object. + + + + + + + Gets or sets the menu's caption. This property is not supported by the ApplicationMenu class. + + + A string value. + + + + + + + Gets or sets the control to be displayed within the ApplicationMenu's right pane. + + + A control that is displayed within the ApplicationMenu's right pane. + + + + + + + Gets or sets the right pane's width. + + + An integer value which specifies the right pane's width, in pixels. + + + + + + + Gets or sets whether the menu is aligned to support locales using right-to-left fonts. + + + A enumeration value that specifies whether the menu is aligned to support locales using right-to-left fonts. + + + + + + + Gets or sets whether the menu's header is visible. This property is not supported by the ApplicationMenu class. + + + + A Boolean value. + + + + + + + Gets or sets whether the menu's right pane is visible. + + + true if the right pane is visible; otherwise, false. + + + + + + + + Provides the method that can be used to add How To: Create Custom Document Actions to specific Documents. + + + + + + + Called each time a Document that implements the ISupportDocumentActions interface is activated. + + + + An IDocumentActionArgs object that contains data for the current method. + + + + + + + + + Provides appearance settings that are used to paint Ribbon gallery elements. + + + + + + + Initializes a new instance of the RibbonGalleryAppearances class. + + + + An object which owns the appearance collection. + + + + + + + + Releases all the resources used by the current object. + + + + + + + + Gets the appearance settings used to paint the filter panel's caption. + + + A object which provides the appearance settings used to paint the filter panel's caption. + + + + + + + Gets the appearance settings used to paint group captions. + + + A object which provides the appearance settings used to paint group captions. + + + + + + + Gets the appearance settings used to paint Gallery item captions. + + + A object which provides the appearance settings used to paint Gallery item captions. + + + + + + + Provides appearance settings used to paint gallery item captions () within a in different visual states. + + + A object which provides settings used to paint gallery item captions within a . + + + + + + + Gets the appearance settings used to paint Gallery item descriptions. + + + A object which provides the appearance settings used to paint Gallery item descriptions. + + + + + + + Provides appearance settings used to paint gallery item descriptions () in different visual states. + + + A object that contains corresponding appearance options. + + + + + + + + Provides data for gallery item handling events. + + + + + + + Initializes a new instance of the GalleryItemEventArgs class. + + + + A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. + + + + A object which represents the processed Gallery item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GalleryItemEventArgs class with the specified settings. + + + + A object that represents a link to a object. This value is assigned to the property. + + + + A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. + + + + A object which represents the processed Gallery item. This value is assigned to the property. + + + + + + + + Gets the Gallery that contains the processed Gallery item. + + + A descendant which represents the Gallery whose item is currently being processed. + + + + + + + For In-Ribbon galleries, gets the bar item link that displays the current gallery. + + + A object that displays the current gallery. null if the current gallery is not an In-Ribbon gallery. + + + + + + + Gets the Gallery item currently being processed. + + + A object which represents the processed Gallery item. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GalleryItemClickEventArgs class. + + + + A object which contains the clicked Gallery item. This value is assigned to the property. + + + + A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. + + + + A object which represents the processed Gallery item. This value is assigned to the property. + + + + + + + + + Represents a method that will handle events used to custom paint gallery items. + + + + + + + Represents a method that will handle the and events. + + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for events used to custom paint gallery items. + + + + + + + Initializes a new instance of the GalleryItemCustomDrawEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. + + + + An object which provides information required to paint a Gallery item. This value is assigned to the property. + + + + + A structure which represents the Gallery item's boundaries. This value is assigned to the property. + + + + + + + + Gets the bounding rectangle of the Gallery item currently being painted. + + + A structure which represents the Gallery item's boundaries. + + + + + + + Gets an object which specifies the storage for the most used pens, fonts and brushes. + + + A object which specifies the storage for the most used pens, fonts and brushes. + + + + + + + Gets or sets whether an event was handled. If it was handled default painting isn't required. + + + + true if default painting isn't required; otherwise, false. + + + + + + + Gets the information which is required to paint a Gallery item. + + + An object which provides information required to paint a Gallery item. + + + + + + + + + Represents a collection of gallery items. + + + + + + + Initializes a new instance of the GalleryItemCollection class with the default settings. + + + + + + + + Initializes a new instance of the GalleryItemCollection class with the specified owner. + + + + A object which represents the owner of the created collection. This value is used to initialize the property. + + + + + + + + + Adds the specified item to the collection. + + + + A to be added to the collection. + + + A zero-based integer which specifies the position of the element within the collection. + + + + + + + Adds an array of gallery items to the end of the collection. + + + + An array of objects which need to be added to the collection. + + + + + + + + Indicates whether the collection contains the specified item. + + + + A object to locate in the collection. + + + true if the collection contains the specified item; otherwise, false. + + + + + + + Gets the actual number of items in the collection. + + + An value that specifies the number of items in the collection. + + + + + + + Gets or sets the group which owns the current collection. + + + A object which owns the current collection. + + + + + + + Returns the specified item's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the item's position within the collection. -1 if the collection does not contain the specified item. + + + + + + + Inserts the specified item into the collection at the specified location. + + + + The zero-based index at which an item is inserted. + + + + A to insert into the collection. + + + + + + + + Provides indexed access to items in the collection. + + + + The zero-based index of the object to return from the collection. + + + A object located at the specified position within the collection. null (Nothing in Visual Basic) if the specified item has not been found. + + + + + + + + Removes the specified item from the collection. + + + + A object to remove from the collection. + + + + + + + + + A form that supports incorporation of a . + + + + + + + Initializes a new instance of the RibbonForm class with the default settings. + + + + + + + + + Gets or sets whether the form's embedded Ribbon Control is visible. + + + true if the embedded Ribbon Control is visible; otherwise, false. + + + + + + + Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption. + + + The value that specifies whether window dragging by a page category caption is allowed. + + + + + + + + Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin. + + + + + A value that specifies whether the form's title and border are painted according to the native Windows theme or with a skin. + + + + + + + + + Gets or sets whether the RibbonForm's title bar and borders are painted using the current skin. + + + The property always returns true. + + + + + + + Gets or sets whether the Ribbon Control is automatically hidden when the form's size is reduced so that the control's commands cannot be displayed in their entirety. + + + + true if the RibbonControl's auto-hide feature is enabled; otherwise, false. + + + + + + + Gets the bounds of the form's client region. + + + A structure which represents the bounding rectangle of the from's client region. + + + + + + + This property is not supported by this class. + + + A object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member is not supported by the RibbonForm. + + + + + + + + + + Gets or sets a displayed within the form. + + + A displayed within the form. + + + + + + + Gets or sets whether a within this RibbonForm always lays underneath all other components. + + + true, if a within this RibbonForm always lays underneath all other components; otherwise, false. + + + + + + + Gets or set the visibility mode of the displayed on the RibbonForm. + + + A RibbonVisibility value specifying the visibility mode of the displayed on the RibbonForm. + + + + + + + Gets or sets whether right-to-left mirror placement is turned on. + + + true if right-to-left mirror placement is turned on; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a displayed within the form. + + + A object displayed within the form. + + + + + + + Gets or sets the current RibbonForm's caption. + + + A String value that is the current RibbonForm's caption. + + + + + + + For internal use. + + + + + + + + + + Represents a group of gallery items within a gallery. + + + + + + + Initializes a new instance of the GalleryItemGroup class with the default settings. + + + + + + + + + Initializes a new instance of the GalleryItemGroup class with settings of the specified GalleryItemGroup object. + + + + A GalleryItemGroup object which will be a prototype for the object being created. + + + + + + + + Copies settings from the specified object to the current object. + + + + A GalleryItemGroup object whose settings are copied to the current object. + + + + + + + + Specifies the caption of the GalleryItemGroup object. + + + A string which specifies the caption of the GalleryItemGroup object. + + + + + + + Gets or sets the horizontal alignment of the group caption content. + + + A value that specifies the alignment of the group caption content. + + + + + + + Gets or sets a custom control to be displayed within a group caption. This property is only supported for the . + + + A custom control to be displayed within a group caption. + + + + + + + Gets or sets the size of the control assigned to the property. + + + A Size value that specifies the size of the . + + + + + + + Creates a new GalleryItemGroup object with the settings matching those of the current object. + + + A copy of the current GalleryItemGroup object. + + + + + + + Releases all resources used by the GalleryItemGroup object. + + + + + + + + Gets the gallery which owns the current GalleryItemGroup object. + + + A descendant which owns the current object. + + + + + + + Gets a list of checked items within the current group. + + + A list of checked gallery items. + + + + + + + Gets a that matches the specific value. + + + + An Object that is the value. + + + A that matches the specific value and belongs to the current GalleryItemGroup. + + + + + + + Gets whether the current GalleryItemGroup contains any s currently visible to an end-user. + + + true, if the current GalleryItemGroup contains any s currently visible to an end-user; otherwise, false. + + + + + + + Provides access to the collection of items of the current GalleryItemGroup object. + + + A object which specifies the collection of items displayed within the current group. + + + + + + + Gets or sets an object that contains data on the current GalleryItemGroup object. + + + An object that contains data on the current object. + + + + + + + Gets or sets whether the current GalleryItemGroup object is visible. + + + true if the group is visible; otherwise, false. + + + + + + + + Represents a collection of gallery groups. + + + + + + + Initializes a new instance of the GalleryItemGroupCollection class with the specified owner. + + + + A descendant that will own the new collection. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GalleryItemGroupCollection class + + + + + + + + Adds a new Gallery Item Group to the collection. + + + + A object to add to the collection. + + + A object that has been added to the collection. + + + + + + + Adds an array of fields to the end of the collection. + + + + An array of objects to add to the collection. + + + + + + + + Indicates whether the collection contains the specified Gallery Item Group. + + + + A object to locate in the collection. + + + true if the collection contains the specified group; otherwise, false. + + + + + + + Gets or sets the collection's owner. + + + A descendant which owns the collection. + + + + + + + + Returns the specified element's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer which specifies the Gallery Item Group's position within the collection. -1 if the Gallery Item Group doesn't belong to the collection. + + + + + + + Adds the specified Gallery Item Group at the specified position. + + + + A zero-based integer which specifies the position at which the Gallery Item Group should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. + + + + A object to insert. + + + + + + + + Provides indexed access to individual Gallery Item Groups in the collection. + + + + A zero-based integer which specifies the group's position within the collection. If negative or exceeds the last available index, an exception is raised. + + + A object which is located at the specified position. + + + + + + + Removes the specified element from the collection. + + + + A object to remove. + + + + + + + + Returns visible groups as an object. + + + An object that contains visible groups. + + + + + + + Gets the number of visible groups within the collection. + + + An integer which specifies the number of visible groups. + + + + + + + + Represents an item within a gallery. + + + + + + + Initializes a new instance of the GalleryItem class with the specified image, caption and description. + + + + A object which specifies the item's image. This value is assigned to the property. + + + + A string which specifies the item's caption. This value is assigned to the property. + + + + A string which specifies the item's description. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GalleryItem class with the default settings. + + + + + + + + + Initializes a new instance of the GalleryItem class with the values of the specified source gallery item. + + + + + A GalleryItem object whose values are used to initialize the item being created. + + + + + + + + Initializes a new instance of the GalleryItem class with the specified settings. + + + + A object which specifies the item's image. This value is assigned to the property. + + + + A object which specifies the item's hover image. This value is assigned to the property. + + + + A string which specifies the item's caption. This value is assigned to the property. + + + + A string which specifies the item's description. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An object to be bound to the item. This value is assigned to the property. + + + + A string which specifies the item's hint. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GalleryItem class with the specified settings. + + + + A object which specifies the item's image. This value is assigned to the property. + + + + A object which specifies the item's hover image. This value is assigned to the property. + + + + A string which specifies the item's caption. This value is assigned to the property. + + + + A string which specifies the item's description. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An object to be bound to the item. This value is assigned to the property. + + + + A string which specifies the item's hint. This value is assigned to the property. + + + + A Boolean value that indicates whether the item is checked. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GalleryItem class with the specified settings. + + + + A object which specifies the item's image. This value is assigned to the property. + + + + A object which specifies the item's hover image. This value is assigned to the property. + + + + A string which specifies the item's caption. This value is assigned to the property. + + + + A string which specifies the item's description. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An integer which specifies the index of the item's image in the collection. This value is assigned to the property. + + + + An object to bind to the item. This value is assigned to the property. + + + + + A string which specifies the item's hint. This value is assigned to the property. + + + + A Boolean value that specifies the gallery item's visibility. This value is assigned to the property. + + + + A Boolean value that indicates whether the item is checked. This value is assigned to the property. + + + + + + + + Provides access to the appearance settings used to paint this GalleryItem's caption. + + + A object that stores appearance settings for this GalleryItem's caption. + + + + + + + Provides access to the appearance settings used to paint this GalleryItem's descritpion. + + + A object that stores appearance settings for this GalleryItem's description. + + + + + + + Copies settings from the specified object to the current object. + + + + A GalleryItem object whose settings are copied to the current object. + + + + + + + + Binds the specific parameterized command to this GalleryItem. + + + + An Object that is the command to be bound to this GalleryItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this GalleryItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this GalleryItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. + + + + + + + Gets or sets the item's caption. + + + A string that specifies the item's caption. + + + + + + + Gets or sets whether the item is checked. + + + + true if the item is checked; otherwise, false. + + + + + + + Creates a new GalleryItem object with the settings matching those of the current object. + + + A copy of the current GalleryItem object. + + + + + + + Gets or sets the item's description. + + + A string that specifies the item's description. + + + + + + + Gets or sets whether the current GalleryItem is enabled. + + + true, if the current GalleryItem is enabled; otherwise, false. + + + + + + + Focuses this GalleryItem. + + + true, if the item was successfully focused; otherwise, false. + + + + + + + Gets the gallery which owns the current item. + + + A descendant which owns the current item. + + + + + + + Gets a gallery group which is the owner of the current item. + + + A object which is the owner of the current item. + + + + + + + Gets a hint associated with the gallery item. + + + A string that specifies the gallery item's hint. + + + + + + + Gets or sets the item's hover image. + + + An object which represents the item's hover image. + + + + + + + Gets or sets the index of the hover image assigned to the gallery item. + + + An integer which specifies the index of the item's hover image in the collection of hover images. + + + + + + + Gets the collection of hover images that can be used by the current item. + + + A which provides hover images for the gallery item. + + + + + + + Gets or sets the item's image. + + + An object which represents the item's image. + + + + + + + Gets or sets the index of the image assigned to the gallery item. + + + An integer which specifies the index of the item's image in the collection of images. + + + + + + + Gets the collection of images that can be displayed within the current item. + + + A which provides images for the gallery item. + + + + + + + Occurs each time an end-user clicks the GalleryItem. + + + + + + + + Makes the current gallery item visible onscreen, if it's hidden due to scrolling. + + + + + + + + Gets the item that was used as a source when the current item was created. + + + A object that was used as a source for the current object. + + + + + + + Removes the object that has been assigned to the current gallery item. + + + + + + + + + Gets or sets a for the current bar item. + + + A object associated with the item. + + + + + + + Gets or sets an object that contains data on the current GalleryItem object. + + + An object that contains data on the current object. + + + + + + + Gets or sets the GalleryItem's value. + + + An Object that is the GalleryItem's value. + + + + + + + Gets or sets whether the gallery item is visible. + + + A Boolean value that specifies whether the gallery item is visible. + + + + + + + + Contains values that specify how child MDI windows are represented within a . + + + + + + + Child MDI windows are displayed as floating windows within a container. + + + + + + + + + The DocumentManager is in the Non-Document Mode. + + + + + + + + Child MDI windows are displayed as tabs. + + + + + + + + + The DocumentManager is in the Widget View mode. + + + + + + + + The Document Manager is in the Windows UI View mode. + + + + + + + + + Contains values that specify how a dropdown gallery can be resized. + + + + + + + Allows a dropdown gallery to be resized horizontally and vertically. + + + + + + + + + The same as the option. + + + + + + + + A dropdown gallery cannot be resized. + + + + + + + + A dropdown gallery can only be resized vertically. + + + + + + + + + Represents a base class for galleries. + + + + + + + Initializes a new instance of the BaseGallery class with the default settings. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets whether items within this gallery should colorize their icons using foreground colors. + + + true, if items within this gallery should colorize their icons using foreground colors; otherwise, false. + + + + + + + Gets or sets whether the hover images feature is enabled. + + + true to enable the hover images feature; otherwise, false. + + + + + + + Gets or sets whether captions for items and groups in this gallery can be formatted using HTML tags. + + + true, if captions for items and groups in this gallery can be formatted using HTML tags; otherwise, false. + + + + + + + Gets or sets whether the marquee selection feature is enabled, which allows gallery items to be selected by dragging over items with the mouse. + + + true if the marquee selection feature is enabled; otherwise, false. + + + + + + + Gets the appearances that are used to paint gallery elements. + + + + + A object which provides the appearance settings for gallery elements. + + + + + + + + + Assigns all s, displayed within the specific BaseGallery to the current BaseGallery. + + + + A BaseGallery whose items should be copied to the current BaseGallery. + + + + + + + + Locks the BaseGallery, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Unlocks the BaseGallery object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets how gallery items are painted when in the checked state. + + + A value that specifies how checked gallery items are painted. + + + + + + + Gets or sets whether the gallery item currently selected via the keyboard should be immediately checked. + + + + true, if the gallery item currently selected via the keyboard should be immediately checked; otherwise, false. + + + + + + + + Gets or sets whether the current selection is cleared when clicking the empty space. + + + A Boolean value that specifies whether the current selection is cleared when clicking the empty space. + + + + + + + Gets or sets the (maximum) number of columns in the gallery. + + + An integer value that specifies the (maximum) number of columns in the gallery. + + + + + + + + Copies contents and settings from the specified gallery to the current gallery. + + + + The gallery whose contents and settings are copied to the current gallery. + + + + + + + + Enables the Gallery item's image to be painted manually. + + + + + + + + Enables the Gallery item's text to be painted manually. + + + + + + + + Destroys gallery items and clears gallery group collection. + + + + + + + + Destroys gallery items that belong to the current gallery. + + + + + + + + Gets or sets the distance between Gallery items. + + + An integer value that specifies the distance between Gallery items, in pixels. + + + + + + + Gets or sets the distance between an item's caption and its description. + + + An integer value that specifies the distance between an item's caption and its description, in pixels. + + + + + + + Gets or sets the distance between an item's image and its text. + + + An integer value that specifies the distance between an item's image and its text, in pixels. + + + + + + + Gets or sets whether the background of the Gallery item's image is displayed. + + + true to draw the background of the Gallery item's image; otherwise, false. + + + + + + + Fires after gallery scrolling stops. + + + + + + + + Unlocks the BaseGallery object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Fires when a standard item of a gallery's Group Filter menu is clicked. + + + + + + + + Fires when an end-user invokes the Group Filter menu. + + + + + + + + Gets or sets the first gallery item's vertical position beyond which this item cannot be moved when scrolling backwards. +(When the gallery is horizontally oriented (see ), the FirstItemVertAlignment property defines the fist item's horizontal position. + + + A value that specifies the item's vertical or horizontal position. + + + + + + + Gets or sets a custom indent of the first gallery item from the gallery's top or left edge (depending on the gallery's orientation). The property is in effect when is set to Custom. + + + A custom indent of the first gallery item from the gallery's top or left edge, in pixels. + + + + + + + Gets or sets whether hover images are displayed with the same size. + + + true to display hover images with the same size; false to display hover images with their original size. + + + + + + + Gets or sets whether gallery item images have the same display size, as specified by the property. + + + + + true to display gallery item images in the same size; false to display gallery item images in their original size. + + + + + + + + + + Gets a currently focused in this gallery. + + + A object currently focused in this gallery. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Fires when the mouse pointer hovers over a Gallery item. + + + + + + + + Fires when the mouse pointer leaves a Gallery item. + + + + + + + + Returns a list containing all gallery items that belong to the current gallery. + + + A list of gallery items that belong to the current gallery. + + + + + + + Returns the checked (selected) gallery item (if only one item is selected). + + + + The checked (selected) gallery item; otherwise, null (Nothing in VB). + + + + + + + Returns a list containing the currently checked (selected) gallery items. + + + A list that contains checked (selected) gallery items. + + + + + + + Returns an item that has the specified caption. + + + + A string that specifies the caption of the item to be located. + + + A object that has the specified caption. null if no item matching the specified criteria is found. + + + + + + + Gets a that matches the specific value. + + + + An Object that is the value. + + + A that matches the specific value. + + + + + + + Allows you to set the custom loading indicator. + + + + + + + + Occurs each time the gallery needs to display an item whose image is loaded asynchronously. + + + + + + + + Returns a list containing visible gallery items. + + + A list that contains visible gallery items. + + + + + + + Gets or sets margins of a gallery group's content. + + + The Padding object that specifies margin information. + + + + + + + Gets a collection of groups owned by the gallery. + + + A object that represents the collection of groups owned by the gallery. + + + + + + + Gets or sets the source of hover images. + + + + A that is an image collection providing hover images for gallery items. + + + + + + + Gets or sets the size of hover images. + + + A structure which specifies the size of hover images. + + + + + + + Gets or sets the source of images that can be displayed within gallery items. + + + + A that is an image collection providing images for gallery items. + + + + + + + Gets or sets the display size of gallery item images. + + + A structure which specifies the display size of gallery item images. + + + + + + + Invalidates the region which is occupied by the gallery. + + + + + + + + Invalidates the region which is occupied by the specified Gallery item. + + + + A object which represents the Gallery item. + + + + + + + + Invaldates the specified region of the current BaseGallery object. + + + + A structure which represents the region to invalidate. + + + + + + + + Gets or sets the auto-size mode of gallery items. + + + + The auto-size mode of gallery items. + + + + + + + Fires whenever an item's check (selected) state is changed. + + + + + + + + Gets or sets whether item checking (selection) is enabled, and how the items can be checked (selected). + + + A value. + + + + + + + Fires when a Gallery item is clicked. + + + + + + + + Fires after a gallery item has been double-clicked. + + + + + + + + Gets or sets how a gallery item's image is displayed within the item's image area. + + + An value that specifies how a gallery item's image is arranged. + + + + + + + Gets or sets the location of images within gallery items, relative to the items' text. + + + A enumeration value which specifies how the item's image is positioned relative to the item's text. + + + + + + + Gets or sets the amount of space, in pixels, between the Gallery item's image and its borders. + + + + A object that contains inner indents between the Gallery item's image and its borders. + + + + + + + Gets or sets the size of gallery items when item auto-sizing is disabled. The Width attribute is also in effect when the auto-height feature is enabled. + + + The size of gallery items. + + + + + + + Gets or sets the amount of space, in pixels, between the Gallery item's text and its borders. + + + + A object that contains inner indents between the Gallery item's text and its borders. + + + + + + + Gets or sets the last gallery item's vertical position, beyond which this item cannot be moved when scrolling forwards. +(When the gallery is horizontally oriented (see ), the LastItemVertAlignment property defines the last item's horizontal position. + + + A value that specifies the item's vertical or horizontal position. + + + + + + + Gets or sets a custom indent of the last gallery item from the gallery's bottom or right edge (depending on the gallery's orientation). The property is in effect when is set to Custom. + + + A custom indent of the last gallery item from the gallery's bottom or right edge, in pixels. + + + + + + + Recalculates all the graphical information of the gallery. + + + + + + + + Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. + + + + A object to make visible. + + + + + + + + Fires when a user has finished selecting gallery items using marquee selection. + + + + + + + + Gets or sets an item's maximum width in auto-size mode. + + + The maximum width of gallery items in auto-size mode. + + + + + + + Provides access to the set of properties that manage image loading options for items in this gallery. + + + + A object that stores properties that manage image loading options for items in this gallery. + + + + + + + + Gets a control that owns this BaseGallery. + + + A Control that is this BaseGallery's parent. + + + + + + + Raises the event with specific arguments. + + + + A GetLoadingImageEventArgs object that stores event data. + + + An Image assigned on the raised event. + + + + + + + Raises the event with specific arguments. + + + + A ThumbnailImageEventArgs object passed to the event. + + + A object that provides data for the raised event. + + + + + + + Recalculates all the graphical information of the gallery. + + + + + + + + Gets or sets the number of rows in a gallery when the gallery is displayed within a dropdown window. + + + An integer which specifies the number of rows when the gallery is displayed within a dropdown window. + + + + + + + Gets or sets how the gallery is scrolled when the method is called. + + + A value that specifies the current scroll mode. + + + + + + + Gets or sets how fast the gallery is scrolled when calling the method. + + + A Single value that specifies the speed multiplier. + + + + + + + Scrolls the gallery (with or without an animation effect) making the specified gallery group visible. + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + + + + + Scrolls the gallery (with or without an animation effect) making the specified gallery item visible at a specific position. + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + A value that specifies the position at which the gallery item will be displayed within the display region after scrolling. + + + + + + + + Scrolls the gallery (with or without an animation effect) making the specified item visible. + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + + + + + Scrolls the gallery (with or without an animation effect) making the specified gallery group visible at a specific position. + + + + A object to be made visible. + + + + true to use an animation effect when scrolling; otherwise, false. + + + + A value that specifies the position at which the gallery group will be displayed within the display region after scrolling. + + + + + + + + Checks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked. + + + + A object to be checked/unchecked. + + + + A Boolean value that specifies the new value for the item's property. + + + + true to uncheck the previously checked items; false to retain the items' check states (this option is in effect only when multiple item checking is enabled). + + + + + + + + Checks or unchecks the specified item. If multiple item checking is enabled and the CTRL or SHIFT key is currently pressed, the SetItemCheck method doesn't uncheck the previously checked items. Otherwise, these items are unchecked. + + + + A to be checked/unchecked. + + + + A Boolean value that specifies the new value for the item's property. + + + + + + + + Gets or sets whether group captions are displayed. + + + true to display group captions; otherwise, false. + + + + + + + Gets or sets whether Gallery items display their images. + + + true, to display the images of Gallery items; otherwise, false. + + + + + + + Gets or sets whether Gallery items display their caption and description. + + + true, to display the caption and description of Gallery items; otherwise, false. + + + + + + + Gets or sets an object that contains data on the current BaseGallery object. + + + An object that contains data on the current object. + + + + + + + Gets or sets whether gallery item images have the same display size as the biggest image. + + + + true if gallery item images have the same display size as the biggest image; otherwise, false. + + + + + + + + + An In-Ribbon gallery. + + + + + + + + Initializes a new instance of the InRibbonGallery class. + + + + A object which owns the In-Ribbon Gallery. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This property is not supported by this class. + + + Always true + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets the control associated with the bar item that owns the current In-Ribbon gallery. + + + A object which is associated with the bar item. + + + + + + + Gets a BaseDesignTimeManager object associated with the current InRibbonGallery. + + + A BaseDesignTimeManager object associated with the current InRibbonGallery. + + + + + + + Gets a that owns the current InRibbonGallery. + + + A that owns the current InRibbonGallery. + + + + + + + Enables the gallery, when it's displayed as a dropdown window, to be customized. + + + + + + + + Invalidates the region occupied by the specified gallery item. + + + + A whose region needs to be invalidated. + + + + + + + + Invalidates the region occupied by the gallery. + + + + + + + + Invaldates the specified region of the current InRibbonGallery object. + + + + A structure which represents the region to invalidate. + + + + + + + + Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. + + + + A object to make visible. + + + + + + + + Gets or sets the minimum number of columns allowed in the InRibbonGallery. + + + + An integer which specifies the minimum number of columns allowed in a gallery. + + + + + + + + Gets or sets the bar item which owns the In-Ribbon Gallery. + + + A object which owns the In-Ribbon Gallery. + + + + + + + Fires when a popup window which contains the current gallery is closed. + + + + + + + + Recalculates all the graphical information of the In-Ribbon Gallery. + + + + + + + + + Represents an In-Dropdown gallery. + + + + + + + Initializes a new instance of the InDropDownGallery class with the default settings. + + + + + + + + Initializes a new instance of the InDropDownGallery class with the specified owner. + + + + A control which will become the owner of the created object. This value is used to initialize the property. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets whether the InDropDownGallery is automatically closed on clicking its gallery item. + + + true if the gallery is closed on clicking its gallery item; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets the Dropdown control which owns the current gallery. + + + A control which owns the current gallery. + + + + + + + Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. + + + + A object to make visible. + + + + + + + + Gets the control that displays the current gallery. + + + The control that displays the current gallery. + + + + + + + Recalculates all the graphical information used to render the gallery and then updates the gallery onscreen. + + + + + + + + Gets or sets how the Dropdown control that owns the current gallery can be resized. + + + A value that specifies the current size mode. + + + + + + + + Gets or sets whether changes to item check states within the current automatically generated dropdown gallery are reflected by corresponding items in the . + + + true, if changes to item check states within the current automatically generated dropdown gallery are reflected by corresponding items in the ; otherwise, false. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the InDropDownGallery class. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the InDropDownGallery. + + + + + + + + + A popup control that displays a gallery. + + + + + + + + Initializes a new instance of the GalleryDropDown class with the default settings. + + + + + + + + + Initializes a new instance of the GalleryDropDown class with the specified container. + + + + A object. + + + + + + + + Locks the GalleryDropDown object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Indicates whether the current GalleryDropDown can be displayed onscreen. + + + true, if the GalleryDropDown can be displayed; otherwise, false. + + + + + + + Unlocks the GalleryDropDown object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the gallery displayed by the GalleryDropDown. + + + An object which specifies the control's gallery. + + + + + + + Enables images of items in the GalleryDropDown control's gallery to be painted manually. + + + + + + + + Enables the text of gallery items in the GalleryDropDown control's gallery to be painted manually. + + + + + + + + Fires when a filter menu item is clicked. + + + + + + + + Fires when an end-user invokes the filter menu. + + + + + + + + Fires whenever an item's check state is changed. + + + + + + + + Fires when a Gallery item in the GalleryDropDown control's gallery is clicked. + + + + + + + + Fires after a gallery item has been double-clicked. + + + + + + + + Fires when the mouse pointer hovers over a Gallery item. + + + + + + + + Fires when the mouse pointer leaves a Gallery item. + + + + + + + + Hides the current GalleryDropDown object. + + + + + + + + Gets or sets the that owns the current GalleryDropDown. + + + A that owns the current GalleryDropDown. + + + + + + + Fires when a user has finished selecting gallery items using marquee selection. + + + + + + + + Displays the GalleryDropDown control at the specified position. + + + + A object which represents the Bar Manager responsible for managing the Dropdown control. + + + + A value which specifies the screen point at which the Dropdown control is shown. + + + + + + + + + Represents a link to a object. + + + + + + + + This property is not supported by the RibbonGalleryBarItemLink class. + + + false + + + + + + + Gets whether the RibbonGalleryBarItemLink's Dropdown button can be pressed. + + + true if the Dropdown button can be pressed; otherwise, false. + + + + + + + Releases all resources used by the RibbonGalleryBarItemLink. + + + + + + + + Gets a to which the current link refers. + + + A to which the current link refers. + + + + + + + Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. + + + + A object to make visible. + + + + + + + + Gets or sets the top visible row of items within the current gallery. + + + A zero-based integer value representing the top visible row. + + + + + + + Gets the top coordinate of the gallery's display area. + + + An integer which specifies the top coordinate of the gallery's display area. + + + + + + + + A bar item that represents an In-Ribbon gallery. + + + + + + + + Initializes a new instance of the RibbonGalleryBarItem class with the specified owner. + + + + A object which will own the created bar item. + + + + + + + + Initializes a new instance of the RibbonGalleryBarItem class with the default settings. + + + + + + + + + Gets or sets whether clicking a bar item link should invoke an associated Dropdown control. This member is not supported by the RibbonGalleryBarItem class. + + + + A Boolean value. + + + + + + + Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. This member is not supported by the RibbonGalleryBarItem class. + + + + A Boolean value. + + + + + + + Get or sets the button item's style. This member is not supported by the RibbonGalleryBarItem class. + + + + A value. + + + + + + + Gets or sets a value indicating whether a submenu which contains the item's link is closed on a click. This member is not supported by the RibbonGalleryBarItem class. + + + + A Boolean value. + + + + + + + Gets or sets a value indicating whether the button item is pressed down. This member is not supported by the RibbonGalleryBarItem class. + + + + A Boolean value. + + + + + + + Gets or sets the item's Dropdown control. This member is not supported by the RibbonGalleryBarItem class. + + + + A control. + + + + + + + Gets or sets whether the item's Dropdown control is enabled. This member is not supported by the RibbonGalleryBarItem class. + + + + A Boolean value. + + + + + + + Gets the gallery associated with the item. + + + A object associated with the bar item. + + + + + + + Enables images of gallery items to be painted manually. + + + + + + + + Enables the text of gallery items to be painted manually. + + + + + + + + Gets or sets the object, which is a control displaying a dropdown gallery. + + + A control. + + + + + + + Fires when a filter menu item is clicked. + + + + + + + + Fires when an end-user invokes the filter menu. + + + + + + + + Enables a gallery, when displayed as a dropdown window, to be customized. + + + + + + + + + Fires whenever a gallery item's check (selected) state is changed. + + + + + + + + Fires when a gallery item is clicked. + + + + + + + + Fires after a gallery item has been double-clicked. + + + + + + + + Fires when the mouse pointer hovers over a Gallery item. + + + + + + + + Fires when the mouse pointer leaves a Gallery item. + + + + + + + + Fires when a popup window containing a gallery is closed. + + + + + + + + + . Gets or sets the item's image. This member is not supported by the RibbonGalleryBarItem class + + + + An object. + + + + + + + Gets or sets the image corresponding to the item's disabled state. This member is not supported by the RibbonGalleryBarItem class. + + + + An object. + + + + + + + Gets or sets the item's group index. This member is not supported by the RibbonGalleryBarItem class. + + + + An integer value. + + + + + + + Gets or sets the index of the item's small image. This member is not supported by the RibbonGalleryBarItem class. + + + + An integer value. + + + + + + + Gets or sets the index of the image displayed within the corresponding links when they are disabled. This member is not supported by the RibbonGalleryBarItem class. + + + + An integer value. + + + + + + + Gets or sets the shortcut used to access associated links using the keyboard. This property is not supported by the RibbonGalleryBarItem class. + + + + A value. + + + + + + + Gets or sets the item's large image. This member is not supported by the RibbonGalleryBarItem class. + + + + An object. + + + + + + + Gets or sets the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. + + + + An object. + + + + + + + Gets or sets the index of the item's large image. This member is not supported by the RibbonGalleryBarItem class. + + + + An integer value. + + + + + + + Gets or sets the index of the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. + + + + An integer value. + + + + + + + This member is not supported by the RibbonGalleryBarItem object. + + + An integer value. + + + + + + + Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. + + + + A object to make visible. + + + + + + + + Fires when a user has finished selecting gallery items using marquee selection. + + + + + + + + Gets or sets the item's paint style. This member is not supported by the RibbonGalleryBarItem class. + + + + A value. + + + + + + + Gets or sets the options that specify the item's possible states within a . This member is not supported by the RibbonGalleryBarItem class. + + + + A value. + + + + + + + This member is not supported by the RibbonGalleryBarItem object. + + + An integer value. + + + + + + + This member is not supported by the RibbonGalleryBarItem object. + + + An integer value. + + + + + + + + A hierarchical tile menu, providing navigation in a touch-friendly manner. + + + + + + + Initializes a new instance of the TileNavPane class with the default settings. + + + + + + + + Gets or sets whether glyphs of the 's elements are painted using the elements' foreground colors. + + + true, if glyphs utilize the hue specified by elements' foreground colors; otherwise, false. + + + + + + + + Provides access to the appearance settings used to paint the TileNavPane and all buttons in the nav bar, when they are in the normal state. + + + The object that contains the appearance settings. + + + + + + + Provides access to the appearance settings common to all buttons in the nav bar when they are in the hovered state. + + + + The object that contains the appearance settings common to all buttons in the nav bar when they are in the hovered state. + + + + + + + + Provides access to the appearance settings common to all buttons in the nav bar when they are in the selected state. + + + + The object that contains the appearance settings common to all buttons in the nav bar when they are in the selected state. + + + + + + + + Copies settings from the specified object to this object. + + + + A object whose settings are copied to this object. + + + + + + + + Locks the TileNavPane object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the amount of space around NavElements rendered as buttons in the nav bar. + + + The object specifying the amount of space around NavElements rendered as buttons in the nav bar. + + + + + + + Provides access to the collection of buttons in the nav bar. + + + The representing the collection of buttons. + + + + + + + Returns information on the TileNavPane element located at the specified point. + + + + A structure specifying the test point coordinates relative to the top-left corner of the TileNavPane control. + + + A TileNavPaneHitInfo object containing information about the TileNavPane element located at the test point. + + + + + + + Provides access to the collection of navigation categories. + + + The object representing the collection of navigation categories. + + + + + + + + Gets or sets whether selecting an element automatically shows the primary drop-down tile bar with the children of this element. + + + true, if the TileNavPane automatically shows the primary drop-down tile bar on selecting a navigation element; otherwise, false. + + + + + + + Returns the default amount of space around NavElements rendered as buttons in the nav bar. + + + A Padding object that specifies the amount of space around buttons in the nav bar. The default value is Padding(12). + + + + + + + Provides access to the default category of the TileNavPane. + + + The object which is the default category of the TileNavPane. + + + + + + + Fires after the primary or secondary drop-down tile bar is hidden. + + + + + + + + Gets or sets the direction in which the TileNavPane's drop-down is displayed. + + + The direction in which the TileNavPane's drop-down is displayed. + + + + + + + Fires after the primary or secondary drop-down tile bar is shown. + + + + + + + + Occurs when any of the TileNavPane is clicked. + + + + + + + + Unlocks the TileNavPane object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets the characteristics of the text displayed by the TileNavPane control. This member is not supported by the TileNavPane class. + + + The object specifying the font characteristics. + + + + + + + Gets or sets the foreground color of the TileNavPane control. This member is not supported by the TileNavPane class. + + + The structure specifying the foreground color. + + + + + + + Hides the currently displayed drop-down tile bar. + + + + + + + + Provides access to settings controlling the look and feel of the TileNavPane. + + + A object whose properties specify the look and feel of the TileNavPane. + + + + + + + Gets or sets whether or the 's items are displayed as tiles on the Main Button click. + + + The enumeration value specifying whether categories or items of the default category are displayed on the Main Button click. + + + + + + + Provides access to the settings applied to the primary drop-down tile bar of the current TileNavPane. + + + The object specifying the settings applied to the primary drop-down tile bar of the current TileNavPane. + + + + + + + Provides access to the settings applied to the secondary drop-down tile bar of the current TileNavPane. + + + The object specifying the settings applied to the secondary drop-down tile bar of the current TileNavPane. + + + + + + + Forces the TileNavPane to invalidate its surface and redraw itself and any child controls. + + + + + + + + Gets or sets whether control elements are aligned to support locales using right-to-left fonts. This member is not supported by the TileNavPane class. + + + + A enumeration value indicating whether the text appears from right to left. + + + + + + + Gets or sets the currently selected in the TileNavPane. + + + The object which is currently selected in the TileNavPane. + + + + + + + Occurs after the is changed. + + + + + + + + Occurs when the is about to be changed. + + + + + + + + Shows the drop-down tile bar for the specified navigation element. + + + + A object representing a navigation element whose drop-down should be shown. + + + + + + + + This property is obsolete, use the property instead. + + + + + + + + + + Gets or sets the associated with the current TileNavPane. + + + A associated with the current TileNavPane. + + + + + + + Occurs when any tile in a drop-down tile bar is clicked. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the TileNavPane. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the TileNavPane. + + + + + + + Gets or sets the mode that specifies for which navigation elements tooltips are shown. + + + A ToolTipShowMode enumeration value that specifies for which elements tooltips are shown. + + + + + + + Returns the object which contains internal information used to render the control. + + + A object which contains internal information used to render the control. + + + + + + + + An editor that displays a dropdown gallery of items categorized into groups. + + + + + + + + + Initializes a new instance of the PopupGalleryEdit class. + + + + + + + + Gets the collection of checked editor items. + + + + The collection of checked editor items. + + + + + + + + Gets the collection of values of the checked editor items. + + + + The collection of values of the checked editor items. + + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets an object which contains properties, methods and events specific to the control. + + + An object that contains settings for the control. + + + + + + + + Represents a Bar Dock Control. + + + + + + + Initializes a new instance of the BarDockControl class. + + + + + + + + Gets or sets whether the control can be disposed of. + + + true if the control can be disposed of; otherwise, false. + + + + + + + This property is not supported by the BarDockControl class. + + + + + + + + + + Gets the appearance settings used to paint the dock control. + + + A object that contains the dock control's appearance settings. + + + + + + + + Gets the background color for the bar dock control. + + + + A object that specifies the background color. + + + + + + + Locks the BarDockControl, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BarDockControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets the collection of controls contained within the bar dock control. + + + + A object which represents the collection of controls contained within the bar dock control. + + + + + + + + Gets or sets a value which specifies how the bar dock control is aligned within its parent control. + + + A enumeration value which specifies the manner in which a bar dock control is docked. + + + + + + + Gets a value which specifies how the bar dock control is aligned within its parent control. + + + A enumeration value which specifies the manner in which a bar dock control is docked. + + + + + + + Unlocks the BarDockControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + An ordered pair of type System.Drawing.Size representing the width and height of a rectangle. + + + + + + + Gets whether the bar dock control is oriented vertically. + + + true if the bar dock control is oriented vertically; otherwise, false. + + + + + + + Gets or sets the location of the BarDockControl. + + + A structure that specifies the control's location relative to the owner's top left corner. + + + + + + + Gets or sets a counter that controls updates of the BarDockControl. + + + + An integer that specifies the value of the counter used to control updates of the BarDockControl. + + + + + + + + Gets or sets the control's name. + + + A value that specifies the name of the bar dock control. + + + + + + + Gets or sets a for a control. + + + A for a control. + + + + + + + Gets or sets the width and height of the bar dock control. + + + A structure which specifies the width and height of the bar dock control, in pixels. + + + + + + + Gets or sets the control's index within the set of controls included in the tab order. + + + A zero-based integer value that specifies the control's index within the set of controls included in the tab order. + + + + + + + Gets or sets a value that specifies whether an end-user can focus the control using the TAB key. + + + true if an end-user can focus the control using the TAB key; otherwise, false. + + + + + + + Updates the bar dock control. + + + + + + + + Gets the bar dock control's view information. + + + A object that provides view information on all the control's elements. + + + + + + + + Provides the appearance settings used to paint a Ribbon Control. + + + + + + + Initializes a new instance of the RibbonAppearances class. + + + + An object that implements the interface and will own the created collection. + + + + + + + + Locks the RibbonAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Releases all the resources used by the current object. + + + + + + + + Provides access to the settings controlling the font of the text displayed within the RibbonControl's in-place editors. + + + An object providing corresponding settings. + + + + + + + Unlocks the RibbonAppearances object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the appearance settings used to paint a RibbonForm's caption. + + + An object which provides corresponding appearance settings. + + + + + + + Gets or sets the color used to paint the portion of the RibbonForm's caption which is specified by the property. + + + A color used to paint the string within a RibbonForm's caption. + + + + + + + Gets or sets the color used to paint the caption of an inactive RibbonForm. + + + A color used to paint the caption of an inactive RibbonForm. + + + + + + + Provides the default appearance settings used to paint galleries in a RibbonControl. + + + A object that contains corresponding settings. + + + + + + + Gets the appearance settings used to paint bar items. + + + A object that provides the appearance settings used to paint bar items. + + + + + + + Provides appearance settings used to paint the descriptions () of bar items. + + + An that contains corresponding appearance options. + + + + + + + Provides appearance settings used to paint the descriptions () of disabled bar items. + + + An that contains corresponding appearance options. + + + + + + + + Provides appearance settings used to paint bar item descriptions () when a bar item is hovered. + + + An that contains corresponding appearance options. + + + + + + + Provides appearance settings used to paint the descriptions () of bar items in the pressed state. + + + An that contains corresponding appearance options. + + + + + + + Gets the appearance settings used to paint bar items when they are disabled. + + + A object that provides the appearance settings used to paint bar items when they are disabled. + + + + + + + Gets appearance settings used to paint commands when they are hovered. + + + An that contains corresponding appearance options. + + + + + + + Gets appearance settings used to paint commands when they are pressed. + + + An that contains corresponding appearance options. + + + + + + + Gets the appearance settings (the foreground color and font settings) used to paint captions of Page Categories. + + + An object that specifies the corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint group captions. + + + A object that provides the appearance settings used to paint group captions. + + + + + + + Gets the appearance settings used to paint page headers. + + + A object that provides the appearance settings used to paint page headers. + + + + + + + + Represents a link to the . + + + + + + + + Represents a link to the item. + + + + + + + Gets the default value for the property. + + + true + + + + + + + + Represents a group of links that correspond to the bar button items. + + + + + + + + Initializes a new instance of the BarButtonGroup class with the specified BarManager. + + + + A object that represents the Bar Manager that will manage the created bar button group. + + + + + + + + Initializes a new instance of the BarButtonGroup class. + + + + + + + + Initializes a new instance of the BarButtonGroup class with the specified settings. + + + + A object that represents the Bar Manager that will control the created bar button group. + + + + + An array of descendants that represent items to which links are created and added to the collection. + + + + + + + + Gets or sets the number of rows that all BarButtonGroups that follow this BarButtonGroup will occupy. + + + A enumerator value that specifies the number of rows that all BarButtonGroups that follow this BarButtonGroup will occupy. + + + + + + + + Provides access to links that are owned by the current group. + + + A object that contains links owned by the container item. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + Always null (Nothing in Visual Basic). + + + + + + + + Represents a collection of bar items within the RibbonControl. + + + + + + + Initializes a new instance of the RibbonBarItems class. + + + + A object that represents Ribbon BarManager. + + + + + + + + Creates a bar button group that contains links to the specified items. + + + + An array of objects that represent bar button items. + + + A object that represents the bar button group. + + + + + + + + Represents the Quick Access Toolbar. + + + + + + + Initializes a new instance of the RibbonQuickAccessToolbar class. + + + + A object that represents the Ribbon Control which owns the Quick Access Toolbar. + + + + + + + + Releases all resources used by the current object. + + + + + + + + Gets whether the specified link represents the RibbonQuickAccessToolbar's customize button. + + + + A object which represents the link to be tested. + + + true if the specified link represents the RibbonQuickAccessToolbar's customize button; otherwise, false. + + + + + + + Gets a collection of item links. + + + A object which contains item links that are owned by the Quick Access Toolbar. + + + + + + + + Occurs whenever this RibbonQuickAccessToolbar's collection is modified. + + + + + + + + Restores the layout of the RibbonQuickAccessToolbar's items from the system registry. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the layout of the RibbonQuickAccessToolbar's items from a stream. + + + + A descendant from which the layout of items is loaded. + + + + + + + + Restores the layout of the RibbonQuickAccessToolbar's items from an XML file. + + + + A string value which specifies the path to the XML file from which the layout of items is read. If the specified file doesn't exist, an exception is raised. + + + + + + + + Gets the Ribbon Control that owns the current RibbonQuickAccessToolbar instance. + + + + A object that owns the current RibbonQuickAccessToolbar instance. + + + + + + + Saves the layout of the RibbonQuickAccessToolbar's items to the system registry. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + true if the layout has been saved to the system registry; otherwise, false. + + + + + + + Saves the layout of the RibbonQuickAccessToolbar's items to a stream. + + + + A descendant to which the layout of items is written. + + + + + + + + Saves the layout of the RibbonQuickAccessToolbar's items to an XML file. + + + + A string value which specifies the path to the XML file to which the layout of items is stored. + + + + + + + + Gets or sets whether the customize item is displayed within the Quick Access Toolbar. + + + true if the customize item is displayed within the Quick Access Toolbar; otherwise, false. + + + + + + + Gets or sets an object that contains data on the current RibbonQuickAccessToolbar object. + + + An object that contains data on the current object. + + + + + + + + Lists the options that specify the bar item's possible states within a Ribbon Control. + + + + + + + If active, enables all other options. + + + + + + + + If active, an item's possible states with a Ribbon Control are determined based on the item's settings. For example, if the item is associated with a small image and isn't associated with a large image, its possible states within the Ribbon Control are and . + + + + + + + + If active, a bar item can be displayed as a large bar item. + + + + + + + + + If active, an item can be displayed like a smal bar item without its caption. + + + + + + + + + If active, an item can be displayed like a smal bar item with its caption. + + + + + + + + + + Lists the values that specify the location of a Quick Access Toolbar. + + + + + + + A Quick Access Toolbar is displayed above the Ribbon Control. + + + + + + + + A Quick Access Toolbar is displayed below the Ribbon Control. + + + + + + + + A Quick Access Toolbar is displayed above the Ribbon Control. + + + + + + + + A Quick Access Toolbar is hidden. + + + + + + + + + Contains information about a specific point within a Ribbon Control. + + + + + + + Initializes a new instance of the RibbonHitInfo class. + + + + + + + + Determines whether the specified is equal to the current Object. + + + + The to compare with the current Object. + + + true if the specified is equal to the current Object; otherwise, false. + + + + + + + Gets the Gallery located at the test point. + + + A descendant which represents the Gallery located at the test point. null (Nothing in Visual Basic) if there isn't any Gallery located at the test point. + + + + + + + Gets the Gallery item located at the test point. + + + A object which represents the Gallery item located at the test point. null (Nothing in Visual Basic) if there isn't any Gallery item located at the test point. + + + + + + + Gets the Gallery item group located at the test point. + + + A object that represents the group of gallery items within a gallery located at the test point. null (Nothing in Visual Basic) if there is no Gallery item group located at the test point. + + + + + + + + Returns the hash code for this instance. + + + A 32-bit signed integer hash code. + + + + + + + Gets or set the test point. + + + A structure that specifies test point coordinates relative to the Ribbon Control's top-left corner. + + + + + + + Gets a value which identifies the type of the visual element located under the test point. + + + A enumeration value that identifies the type of the visual element that contains the test point. + + + + + + + Gets whether the test point is within any of the form's buttons (Minimize, Maximize or Close). + + + true if the test point is within a form's button; otherwise, false. + + + + + + + Gets whether the test point is within a Gallery. + + + true if the test point is within a Gallery; otherwise, false. + + + + + + + Gets whether the test point is within the Dropdown Gallery's Filter panel. + + + true if the test point is within the Dropdown Gallery's Filter panel; otherwise, false. + + + + + + + Gets whether the test point is within a Gallery group. + + + true if the test point is within a Gallery group; otherwise, false. + + + + + + + Gets whether the test point is within a Gallery item. + + + true if the test point is within a Gallery item; otherwise, false. + + + + + + + Gets whether the test point is over a gallery's scroll bar. + + + true if the test point is over a gallery's scroll bar; otherwise, false. + + + + + + + Gets whether the test point is within a size grip region. + + + true if the test point belongs to a size grip region; otherwise, false. + + + + + + + Gets whether the test point is within the Dropdown Gallery's Sizing panel. + + + true if the test point is within the Dropdown Gallery's Sizing panel; otherwise, false. + + + + + + + Gets whether the test point is within a bar item link. + + + true if the test point is within a bar item link; otherwise, false. + + + + + + + Gets whether the test point is within a Ribbon page's caption. + + + true if the test point belongs to a Ribbon page's caption; otherwise, false. + + + + + + + Gets whether the test point is within a Ribbon page category's caption. + + + true if the test point belongs to a Ribbon page category's caption; otherwise, false. + + + + + + + Gets whether the test point is within a page group. + + + true if the test point is within a page group; otherwise, false. + + + + + + + + Gets whether the test point belongs to a scroll button used to scroll through pages. + + + true if the test point belongs to a scroll button used to scroll through pages; otherwise, false. + + + + + + + + Gets whether the test point is within a bar item link that is displayed within a page group. + + + true if the test point is within a bar item link that is displayed within a page group; otherwise, false. + + + + + + + Gets whether the test point is within the Group Panel. + + + true if the test point is within the Group Panel; otherwise, false. + + + + + + + + Gets whether the test point belongs to a scroll button used to scroll through a page's contents. + + + true if the test point belongs to a scroll button used to scroll through a page's contents; otherwise, false. + + + + + + + Gets whether the test point is within a Quick Access Toolbar. + + + true if the test point is within a Quick Access Toolbar; otherwise, false. + + + + + + + Gets whether the test point belongs to any visual element or is outside the Ribbon Control. + + + + true if the test point does not belong to any visual element or is outside the Ribbon Control; otherwise, false. + + + + + + + + Returns true, if the current and the specified RibbonHitInfo objects contain matching bar item links. + + + + A object to which the current object is compared. + + + + true if the current and the specified RibbonHitInfo objects contain matching bar item links; otherwise, false. + + + + + + + Gets the bar item link which is located at the test point. + + + A object that represents the link which is located at the test point. + + + + + + + Gets or sets the Ribbon page which is located at the test point. + + + A object that represents the Ribbon page which is located at the test point. null (Nothing in Visual Basic) if there isn't any Ribbon page located at the test point. + + + + + + + Gets or sets the Ribbon page category which is located at the test point. + + + A object that refers to the Ribbon page category at the test point. + + + + + + + Gets an object that contains view information on the category at the test point. + + + A object. + + + + + + + Gets or sets the Ribbon page group which is located at the test point. + + + A object that represents the Ribbon page group located at the test point. + + + + + + + Gets the control located at the test point. + + + A control located at the test point; null (Nothing in Visual Basic) if the test point doesn't belong to a Ribbon Status Bar. + + + + + + + Gets or sets the Ribbon Quick Access Toolbar which is located at the test point. + + + A object that represents the Ribbon Quick Access Toolbar located at the test point. + + + + + + + + Lists values that identify a Ribbon Control's elements. + + + + + + + The test point belongs to the Application Button. + + + + + + + + The test point belongs to a Ribbon form's caption. + + + + + + + + The test point belongs to the Close button in the top-right corner of a Ribbon form. + + + + + + + + The test point belongs to the Full-Screen Mode button (see ) in the top-right corner of a Ribbon form. + + + + + + + + The test point belongs to the Help button in the top-right corner of a Ribbon form. + + + + + + + + The test point belongs to the Maximize button in the top-right corner of a Ribbon form. + + + + + + + + The test point belongs to the Minimize button in the top-right corner of a Ribbon form. + + + + + + + + The test point belongs to the bar at the top window edge to which a Ribbon Control with an Office 2013 style applied (see the property) is minimized in Full-Screen Mode. + + + + + + + + + The test point belongs to a Gallery. + + + + + + + + The test point belongs to the Down button which is used to scroll down a Gallery's content. + + + + + + + + The test point belongs to the Dropdown button which is used to invoke an In-Ribbon Gallery's Dropdown Gallery. + + + + + + + + The test point belongs to the Filter panel within a Dropdown Gallery. + + + + + + + + The test point belongs to the image within a Gallery item. + + + + + + + + The test point belongs to a Gallery item. + + + + + + + + The test point belongs to a Gallery group. + + + + + + + + The test point belongs to the left scroll button which is used to scroll a Gallery's content to the left. + + + + + + + + The test point belongs to the right scroll button which is used to scroll a Gallery's content to the right. + + + + + + + + The test point belongs to the size grip. + + + + + + + + The test point belongs to a Dropdown Gallery's Sizing panel. + + + + + + + + The test point belongs to the Up button which is used to scroll up a Gallery's content. + + + + + + + + The test point belongs to a header panel. + + + + + + + + The test point belongs to a Bar Items and Links. + + + + + + + + The test point belongs to a bar item's drop down button. + + + + + + + + The test point belongs to a bar item separator. + + + + + + + + The test point does not belong to any visual element or is outside a Ribbon Control. + + + + + + + + The test point belongs to a page group. + + + + + + + + The test point belongs to the caption of a page group. + + + + + + + + The test point belongs to the caption button of a page group. + + + + + + + + The test point belongs to a page header. + + + + + + + + The test point belongs to a page category's header. + + + + + + + + The test point belongs to the left page scroll button. + + + + + + + + The test point belongs to the right page scroll button. + + + + + + + + The test point belongs to a group panel. + + + + + + + + The test point belongs to the left scroll button used to scroll through a page's contents. + + + + + + + + The test point belongs to the right scroll button used to scroll through a page's contents. + + + + + + + + The test point belongs to a Ribbon Status Bar. + + + + + + + + The test point belongs to a Quick Access Toolbar. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object which contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the RibbonPageGroupEventArgs class. + + + + A object that represent the processed page group. This value is assigned to the property. + + + + + + + + Gets the processed page group. + + + A object that represent the processed page group. + + + + + + + + Represents a page group collection for Ribbon pages. + + + + + + + Initializes a new instance of the RibbonPageGroupCollection class. + + + + A object that represents the Ribbon page which will own the collection being created. + + + + + + + + Adds the specified group to the end of the collection. + + + + A object to add to the collection. + + + A zero-based integer which represents the group's position within the collection. + + + + + + + Adds an array of groups to the end of the collection. + + + + An array of objects to add to the collection. + + + + + + + + Occurs whenever the RibbonPageGroupCollection is modified and allows you to respond to these changes in a specific manner. + + + + + + + + + Indicates whether the collection contains the specified group. + + + + A object to locate in the collection. + + + true if the collection contains the specified group; otherwise, false. + + + + + + + Locates a page group with the specified name within the current collection. + + + + A string value that identifies the name of the group to be found. The group's name is specified by the property. + + + A object with the specified name. null if no page with the specified name has been found. + + + + + + + Retrieves a group by its caption. + + + + A string that represents the caption of the group to be located. A group's caption is specified by the property. + + + A object with the specified caption. + + + + + + + Returns the position of the group within the collection. + + + + A object to locate in the collection. + + + A zero-based index of the specified group in the collection. -1 if the collection doesn't contain the specified group. + + + + + + + Adds the specified group to the collection at the specified position + + + + A zero-based index at which the specified group is inserted. If negative or exceeds the number of elements in the collection an exception is thrown. + + + + A object that represents the inserted group. + + + + + + + + Gets a page group at the specified index. + + + + An integer value that specifies the zero-based index of the required page group. If negative or exceeds the maximum available index, an exception is raised. + + + A object that represents a page group at the specified position within the collection. + + + + + + + Gets a page group by its name. + + + + A string that represents the name of the group to be located. The group's name is specified by the property. + + + A object with the specified name; null if there is no group with the specified name. + + + + + + + Removes the specified page group from the collection. + + + + A object to remove from the collection. + + + + + + + + + Represents a group within a Ribbon Page. + + + + + + + Initializes a new instance of the RibbonPageGroup class with the specified caption. + + + + A string which specifies the created group's caption. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the RibbonPageGroup class with default settings. + + + + + + + + Creates a link to the current group and adds it to the Quick Access Toolbar. + + + + + + + + Gets or sets whether the page group can be collapsed. + + + true if the page group automatically collapses when its size is reduced so it can no longer display all its links at a time; otherwise, false. + + + + + + + Gets or sets whether to clip the group's text when there's not enough space to display it entirely, or to expand the group to accommodate the entire text. + + + true if the group's text is clipped when there's not enough space to display it entirely; false if the group's width is increased to accommodate the group's entire text. + + + + + + + Copies settings of the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Occurs when the group's Caption Button is clicked. + + + + + + + + Creates a new RibbonPageGroup object with the settings matching those of the current object. + + + A copy of the current RibbonPageGroup object. + + + + + + + Gets or sets whether the current RibbonPageGroup is enabled. + + + true if the current RibbonPageGroup is enabled; otherwise, false. + + + + + + + Gets or sets the image that is displayed within the group when it's collapsed. + + + A object which represents the image displayed when the group is collapsed. + + + + + + + Gets or sets the index of the image within the image collection that is displayed within the group when it's in a collapsed state. + + + An integer that specifies the index of the image in the image collection. + + + + + + + Gets the collection of images that can be displayed within the group when it's in a collapsed state. + + + An object which represents the collection of images. + + + + + + + Gets the collection of bar item links displayed within the group. + + + A object which stores links that are displayed within the current group. + + + + + + + Gets or sets the layout mode for items displayed within this RibbonPageGroup. + + + A enumerator value that specifies the layout mode for items displayed within this RibbonPageGroup. + + + + + + + Gets or sets the Key Tip used to emulate clicking on the group's Caption Button. + + + A value that specifies the Key Tip associated with the Ribbon Page Group. + + + + + + + Defines the visual position of the current RibbonPageGroup object after merging this Ribbon Control into an MDI parent Ribbon. + + + An ordinal number determining the position of the RibbonPageGroup after merging this Ribbon Control into an MDI parent Ribbon. + + + + + + + Gets the name of the current component. + + + A string which specifies the name of the component. + + + + + + + Gets the group that was used to create the current RibbonPageGroup instance. + + + A object that represents the original group. + + + + + + + Gets the page which owns the current group. + + + A object which owns the current group. + + + + + + + Removes a link to the current group from the Quick Access Toolbar. + + + + + + + + Gets the which owns the current group. + + + A object which is the owner of the current group. + + + + + + + Gets or sets whether the Caption Button is visible. + + + true if the Caption Button is visible; otherwise, false. + + + + + + + Gets or sets a associated with the Ribbon page group. + + + A object. + + + + + + + Gets or sets an object that contains data on the current RibbonPageGroup object. + + + An object that contains data on the current object. + + + + + + + Gets or sets the text displayed within the group. + + + A string which specifies the text displayed within the group. + + + + + + + Gets a link to the current group within the Quick Access Toolbar. + + + A link to the current group within the Quick Access Toolbar. + + + + + + + Returns the RibbonPageGroup's caption. + + + A String value that is the RibbonPageGroup's caption. + + + + + + + + Gets or sets whether the group is visible. + + + true if the group is visible; otherwise, false. + + + + + + + + Represents a collection of pages within the RibbonControl. + + + + + + + Initializes a new instance of the RibbonPageCollection class. + + + + A which will own the created collection. + + + + + + + + Initializes a new instance of the RibbonPageCollection class with the specified and objects. + + + + A which will own the created collection. + + + + A object that specifies the category to which the page collection is associated. This value is assigned to the property. + + + + + + + + Adds the specified page to the current collection. + + + + A object to add to the collection. + + + An integer value that specifies the position of the page within the collection. + + + + + + + Adds an array of pages to the end of the collection. + + + + An array of objects to add to the collection. + + + + + + + + Gets the page category with which the current collection's pages are associated. + + + A object with which the current collection's pages are associated. + + + + + + + Indicates whether the collection contains the specified page. + + + + A object to locate in the collection + + + true if the collection contains the specified page; otherwise, false. + + + + + + + Returns a page by its name (). + + + + The name of the required page matching the property's value. + + + A object that has the specified name. + + + + + + + Returns a page by its caption (). + + + + The caption of the required page matching the property's value. + + + A object that has the specified caption. + + + + + + + Returns the specified page's position within the collection. + + + + A object representing the page to be located. + + + An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. + + + + + + + Adds the specified page to the specified position within the collection. + + + + An integer value representing the zero-based index at which the specified page should be inserted. If negative or exceeds the number of elements, an exception is raised. + + + + A object representing the page to be inserted. + + + + + + + + Gets a page at the specified index. + + + + An integer value specifying the zero-based index of the required page. If negative or exceeds the maximum available index, an exception is raised. + + + A object representing a page at the specified position within the collection. + + + + + + + Returns a page by its caption. + + + + A string that represents the caption of the page to be located. The page's caption is specified by the property. + + + A object with the specified caption; null if there is no page with the specified caption. + + + + + + + Removes the specified page from the collection. + + + + A object to remove from the collection. + + + + + + + + + Represents a Ribbon Page within a RibbonControl. + + + + + + + Initializes a new instance of the RibbonPage class. + + + + + + + + Initializes a new instance of the RibbonPage class with the specified caption. + + + + A string that specifies the text to be displayed within the page's header. This value is assigned to the property. + + + + + + + + Provides access to the RibbonPage's appearance settings. + + + An Appearance object that stores the current RibbonPage's appearance settings. + + + + + + + Gets or sets the page category with which the current RibbonPage object is associated. + + + A object with which the current page is associated. + + + + + + + Creates a new RibbonPage object with the settings matching those of the current object. + + + A copy of the current RibbonPage object. + + + + + + + Gets the collection of pages that contains the current RibbonPage object. + + + A object that contains the current RibbonPage object. + + + + + + + Locates a page group with the specified name within the current page. + + + + A string value that identifies the name of the group to be found. The group's name is specified by the property. + + + A object with the specified name. null if no page with the specified name has been found. + + + + + + + Returns an image displayed within the pager's header. + + + A object that represents the image displayed within the page's header. + + + + + + + Gets the collection of Ribbon page groups owned by the current page. + + + A which contains Ribbon page groups of the current page. + + + + + + + Gets or sets an image displayed within the Ribbon page's header. + + + A object that represents the image displayed within the page's header. + + + + + + + Gets or sets the alignment of the image displayed within the page's header. + + + A enumeration value that specifies the image's horizontal alignment. + + + + + + + Gets or sets an image displayed within the Ribbon page's header. + + + A zero-based index that specifies the image displayed within the Ribbon page's header. + + + + + + + Gets a collection of images. + + + An object that contains images. + + + + + + + Gets or sets the distance between the page header's image and text. + + + An integer value that specifies the distance between the page header's image and text, in pixels. + + + + + + + Gets or sets whether the current page belongs to the default page category. + + + true if the current page belongs to the default page category; otherwise, false. + + + + + + + Gets or sets the Key Tip for a Ribbon Page. + + + A value that specifies the Key Tip associated with the Ribbon Page. + + + + + + + Provides access to groups that have been merged into the current page. + + + A collection containing groups that have been merged into the current page. + + + + + + + Defines the visual position of the current RibbonPage object after merging this Ribbon Control into an MDI parent Ribbon. + + + An ordinal number determining the position of the RibbonPage after merging this Ribbon Control into an MDI parent Ribbon. + + + + + + + Gets the name of the current component. + + + A string which specifies the name of the component. + + + + + + + Gets the page's index within the page collection of the category to which this page belongs. + + + An integer value that specifies the zero-based index of the current page within the page collection of the category to which this page belongs. -1 if the page doesn't belong to any category. + + + + + + + Gets the information used to render the Ribbon page. + + + A object which contains information used to render the Ribbon page. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns the which owns the current page. + + + A which owns the current page. + + + + + + + Gets or sets an object that contains data on the current RibbonPage object. + + + An object that contains data on the current object. + + + + + + + Gets or sets the text displayed within the page's header. + + + A string that is displayed within the page's header. + + + + + + + Returns the RibbonPage's caption. + + + A String value that is the RibbonPage's caption. + + + + + + + + Gets or sets whether the page is visible. + + + true if the page is visible; otherwise, false. + + + + + + + + The Ribbon Control. + + + + + + + Initializes a new instance of the RibbonControl class. + + + + + + + + Activates the Ribbon Control's About dialog box. + + + + + + + + Notifies the accessibility client applications of the specified event for the specified child control. + + + + + An event being fired. + + + + The identifier of the AccessibleObject. + + + + A child which fires the event. + + + + + + + + Gets the object that provides the accessibility information. + + + A DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon object that provides the accessibility information. + + + + + + + Fires after the dropdown control associated with the Application Button is hidden. + + + + + + + + Gets or sets whether an end-user can customize the current RibbonControl at runtime. + + + A Boolean value specifying whether an end-user can customize the current RibbonControl at runtime. + + + + + + + Gets or sets whether glyphs for all s within the RibbonControl should be painted using the text foreground color. + + + true, if glyphs for all s within the RibbonControl should be painted using the text foreground color; otherwise, false. + + + + + + + Gets or sets whether a s' text within the current RibbonControl can be formatted using HTML tags. + + + + true if s' text within the current RibbonControl can be formatted using HTML tags; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + Gets or sets whether Key Tips are enabled. + + + true if Key Tips are enabled; otherwise, false. + + + + + + + Gets or sets whether MDI buttons for the current RibbonControl's child Ribbons are enabled. + + + true if MDI buttons for the current RibbonControl's child Ribbons are enabled; otherwise, false. + + + + + + + Gets or sets whether invisible items within a parent RibbonControl should be merged with child RibbonControl's items with same captions. + + + true, if invisible items within a parent RibbonControl should be merged with a child RibbonControl's items with same captions; otherwise, false. + + + + + + + Gets or sets whether the RibbonControl's context menu displays the Minimize the Ribbon command, allowing an end-user to collapse the Ribbon Control. + + + true if the RibbonControl's context menu displays the Minimize the Ribbon command; otherwise, false. + + + + + + + Gets or sets whether pressing the ALT key displays shortcuts for controls that belong to the same form as the RibbonControl. + + + true if shortcuts for external controls are displayed when ALT is pressed; otherwise, false. + + + + + + + Gets or sets whether text in Ribbon page tabs () is trimmed when reducing the Ribbon Control's width. + + + true if text in Ribbon page tabs is trimmed when reducing the Ribbon Control's width; otherwise, false. + + + + + + + Gets or sets the description for the Application Button used by client accessibility applications. + + + + A string that specifies the description for the Application Button. + + + + + + + Gets or sets the name for the Application Button which is used by client accessibility applications. + + + + A string which specifies the name for the Application Button used by client accessibility applications. + + + + + + + + Gets or sets the length of the fading animation effect for the Application Button. + + + An integer value that specifies the length of the fading animation effect for the Application button, in system timer ticks. + + + + + + + Occurs when the Application Button is clicked. + + + + + + + + Fires when the Application Button is double-clicked. + + + + + + + + Gets or sets the dropdown control which is invoked when the Application Button is clicked. + + + An object (any control or specific DevExpress component) which is invoked when the Ribbon Form's Application Button is clicked. + + + + + + + Gets or sets the Key Tip for the Application Button. + + + A value that specifies the Key Tip associated with the Application Button. + + + + + + + Gets or sets a for the Application Button. + + + A assigned to the application button. + + + + + + + Gets or sets the text displayed within the Application Button in the Office2010 style, when no icon is assigned to the button. + + + A string value that species the text to be displayed in the Application Button. + + + + + + + Gets or sets the second portion of the RibbonForm's caption which generally specifies the name of the current application. + + + A string which specifies the second portion of the RibbonForm's caption. + + + + + + + Gets or sets the first portion of the RibbonForm's caption which generally specifies the name of the active document. + + + A string which specifies the first portion of the RibbonForm's caption. + + + + + + + Gets or sets an image displayed within the Application Button + + + A object which specifies the image displayed within the Application Button. + + + + + + + For internal use. + + + + + + + + + + Gets or sets whether all empty items within this RibbonControl should be automatically hidden. + + + true, if all empty items within this RibbonControl should be automatically hidden; otherwise, false. + + + + + + + Gets or sets whether the current RibbonControl's auto-save layout feature is enabled. + + + A Boolean value indicating whether the current RibbonControl's auto-save layout feature is enabled. + + + + + + + Gets or sets the path for an XML file, to which the auto-saved layout is written. + + + + A String value that is the path for an XML file, to which the auto-saved layout is written. + + + + + + + + This property is not supported by the RibbonControl class. + + + + + + + + + + Gets or sets whether bar item links are displayed with the same width within a group. + + + + true, to display bar item links with the same width within a group; otherwise, false. + + + + + + + + Fires when the Application Button's associated control () is about to be displayed. + + + + + + + + Raises before this RibbonControl is unmerged and allows you to react to this upcoming change. + + + + + + + + Starts the runtime initialization of the RibbonControl component. + + + + + + + + Gets or sets the button group layout for all objects within this RibbonControl. + + + A enumerator value that specifies the button group layout for all objects within this RibbonControl. + + + + + + + Gets or sets the vertical alignment of button groups within Ribbon page groups. + + + A value that specifies the vertical alignment of button groups within Ribbon page groups. + + + + + + + Returns information on the Ribbon Control elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the Ribbon Control's top-left corner. + + + A object which contains information about the visual elements located at the test point. + + + + + + + Gets a collection of categories used to logically organize bar items. + + + A object that represents the collection of categories. + + + + + + + Gets or sets the color scheme used to paint specific Ribbon elements. + + + A value that specifies the selected color scheme. + + + + + + + Fires when the property's value is changed. + + + + + + + + Overrides the property. + + + A object. + + + + + + + + Overrides the property. + + + A object. + + + + + + + Gets or sets the Bar and Docking Controller that provides default appearance options for the Ribbon Control. + + + A object that provides default appearance options for the Ribbon Control. + + + + + + + Allows you to manually paint any within this RibbonControl. + + + + + + + + Fires when the Quick Access Toolbar customization menu is about to be displayed, allowing commands in the menu to be customized. + + + + + + + + Hides key tips displayed if the 'Alt' key is pressed. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Provides access to pages associated with the default page category. + + + A object that provides access to pages which are associated with the default page category. + + + + + + + This member overrides the property. + + + A enumeration member which specifies the position and manner in which a control is docked. + + + + + + + Gets or sets whether to draw captions for Ribbon Page Groups. + + + A value that specifies whether to draw captions for Ribbon Page Groups. + + + + + + + Gets or sets whether to draw borders for Ribbon Page Groups. + + + true, to draw borders for Ribbon Page Groups; otherwise, false. + + + + + + + Finishes the runtime initialization of the component. + + + + + + + + Gets the bar item that encapsulates the Ribbon expand/collapse functionality. + + + A object that encapsulates the Ribbon expand/collapse functionality. + + + + + + + Gets or sets the external editors repository. + + + A component that holds a collection of the repository items that can be used to create editors. + + + + + + + Calls the painting methods used to draw the current RibbonControl. + + + + + + + + Forces the Ribbon Control to finish its initialization. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets the length of the fading animation effect for gallery items. + + + An integer value that specifies the length of the fading animation effect for gallery items, in system timer ticks. + + + + + + + Returns the Bar and Docking Controller that provides default appearance options for the Ribbon Control. + + + A object that provides default appearance options for the Ribbon Control. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Locates a page group with the specified name within all pages. + + + + A string value that identifies the name of the group to be found. The group's name is specified by the property. + + + A object with the specified name. null if no page with the specified name has been found. + + + + + + + Returns the minimum allowed height of the Ribbon Control. + + + An integer value that specifies the minimum allowed height of the Ribbon Control. + + + + + + + Gets the popup menu which is assigned to a control. + + + + The control whose popup menu is to be returned. + + + The popup menu which is assigned to the control. + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + The size that will fit the control. + + + + + + + Gets or sets the length of the fading animation effect for Ribbon page groups. + + + An integer value that specifies the length of the fading animation effect for Ribbon page groups, in system timer ticks. + + + + + + + Hides the control assigned to the property. + + + + + + + + Occurs when a hyperlink within the current RibbonControl is clicked. + + + + + + + + Gets or sets the source of images that can be displayed within item links. + + + A that is an image collection providing images for Ribbon items. + + + + + + + Fires whenever saving or loading a RibbonControl's layout fails. + + + + + + + + Gets a value which indicates whether the Ribbon Control is currently in design mode. + + + true if the control is in design mode; otherwise, false. + + + + + + + Gets or sets the length of the fading animation effect for the RibbonControl's bar item links. + + + An integer value that specifies the length of the fading animation effect for bar item links, in system timer ticks. + + + + + + + Fires when a link within the Ribbon Control is clicked. + + + + + + + + Fires after a links has been pressed. + + + + + + + + Provides access to a Ribbon Control's item collection. + + + A object that represents the collection of bar items. + + + + + + + Gets or sets the vertical alignment of bar items within Ribbon page groups. + + + A value that specifies the vertical alignment of bar items within Ribbon page groups. + + + + + + + Gets the key tip manager. + + + A object that represents the key tip manager. + + + + + + + Gets or sets the source of large images that can be displayed within item links. + + + A that is an image collection providing large images for bar button items. + + + + + + + Updates a Ribbon Control. + + + + + + + + Gets the Ribbon BarManager. + + + A object that represents the Ribbon BarManager. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + The integer value. + + + + + + + Gets or sets if and when a merge mechanism is invoked in an MDI application. + + + A value that specifies when merge operations must be performed. + + + + + + + Allows you to perform additional customizations after another Ribbon Control has been merged into the current RibbonControl. + + + + + + + + Provides access to categories that have been merged into the Ribbon Control. + + + A object containing page categories that have been merged into the Ribbon Control. + + + + + + + Provides access to pages that have been merged into the default category of the Ribbon Control. + + + A object that contains pages that have been merged into the default category. + + + + + + + Gets the RibbonControl that has been merged into the current RibbonControl object. + + + A object that has been merged with the current RibbonControl object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Merges the specified Ribbon Control into the current RibbonControl. + + + + A to be merged into the current RibbonControl. + + + + + + + + Gets or sets whether the Ribbon Control is minimized. + + + true if the Ribbon Control is minimized; otherwise, false. + + + + + + + Allows you to respond to minimizing/restoring the RibbonControl's pages. + + + + + + + + Provides access to the collapsed ribbon that has been displayed in a pop-up and is about to be hidden. + + + + + + + + + Provides access to the collapsed ribbon that is about to be displayed in a pop-up. + + + + + + + + Provides access to the collection of objects. + + + A object that is the collection of objects. + + + + + + + Gets or sets an object containing settings related to the current RibbonControl's Customization Form. + + + An RibbonCustomizationFormOptions object that contains settings related to the current RibbonControl's Customization Form. + + + + + + + Provides access to properties that specify this RibbonControl's behavior on touch-input devices. + + + A RibbonOptionsTouch object that stores properties which specify this RibbonControl's behavior on touch-input devices. + + + + + + + This member is not supported by the RibbonControl. + + + + + + + + + + Gets or sets the length of the fading animation effect for the RibbonControl's page headers. + + + An integer value that specifies the length of the fading animation effect for Ribbon pages' headers, in system timer ticks. + + + + + + + Gets the collection of custom page categories, which allows contextual tab pages to be added and manipulated. + + + A object containing the collection of custom page categories. + + + + + + + Gets or sets the alignment of custom page categories, which display contextual tab pages. + + + A value that specifies the alignment of custom page categories. + + + + + + + Enables you to perform actions when end-users click group caption buttons. + + + + + + + + Gets a collection of bar item links displayed at the right edge of the control in the same row with tab headers. + + + A object representing the collection of bar item links. + + + + + + + Gets or sets the minimum allowed width of page headers. + + + An integer value that specifies the minimum allowed width of page headers. + + + + + + + Provides access to the Ribbon Control's main pages. + + + A object that represents the collection of main pages. + + + + + + + Gets or sets how popup menus associated with this RibbonControl should be aligned. + + + A enumerator value that specifies how popup menus associated with this RibbonControl should be aligned. + + + + + + + Gets or sets whether nested popup sub-menus are displayed in cascaded or inplace mode. + + + A PopupShowMode enumeration value that specifies how nested popup sub-menus are displayed. + + + + + + + + Gets the collection of item links displayed in the Quick Access Toolbar. + + + A object that contains item links owned by the Quick Access Toolbar. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Updates a Ribbon Control. + + + + + + + + Gets the registration info for this RibbonControl. + + + A List structure that contains registration info for this RibbonControl. + + + + + + + Provides access to the control's internal repository. + + + A object that contains repository items whose settings can be used to create in-place editors. + + + + + + + Removes the object that has been assigned to the Application Button via the property. + + + + + + + + + + Occurs when the current RibbonControl's control is being reset to defaults. + + + + + + + + + Loads the current RibbonControl's layout from the specific XML file. + + + + A String value that is the path to an XML file where the current RibbonControl's layout should be restored from. + + + + + + + + Gets or sets the alignment of the ribbon caption in a Ribbon Form. + + + A enumerator value that specifies the alignment of the ribbon caption in a Ribbon Form. + + + + + + + Gets or sets the style of the RibbonControl. + + + A Ribbon Controlstyle enumeration value that specifies the paint style. + + + + + + + Occurs each time the current RibbonControl's property value is changed. + + + + + + + + Saves the current RibbonControl's layout to the specific XML file. + + + + A String value that is the path to an XML file where the current RibbonControl's layout should be saved. + + + + + + + + + Occurs when the current RibbonControl's screen mode is changed. + + + + + + + + Gets or sets the currently selected page. + + + A object that represents the page currently selected. null (Nothing in Visual Basic) if the collection is empty. + + + + + + + Fires after the selected page has been changed. + + + + + + + + Fires before a specific Ribbon Page is activated. + + + + + + + + Sets the current RibbonControl layout as the default layout. + + + + + + + + Sets a specific object as the target control's pop-up. + + + + A Control to be associated with a pop-up. + + + + A PopupMenuBase object to be made the control's pop-up menu. + + + + + + + + Gets or sets whether the Application Button is visible. + + + A value that specifies the Application Button's visibility. + + + + + + + Opens the control associated with the Application Button via the property. + + + + + + + + Gets or sets whether category names are displayed in the RibbonForm's title bar. + + + true if category names are displayed in the RibbonForm's title bar; otherwise, false. + + + + + + + + Occurs before the RibbonControl's Customization Menu is displayed. + + + + + + + + Gets or sets whether the Ribbon Control displays a button that allows an end-user to hide/restore the RibbonControl's pages. + + + A value that specifies the visibility of the button that allows an end-user to hide/restore the RibbonControl's pages. + + + + + + + Gets or sets whether the RibbonControl's Full-Screen Mode button is visible. + + + true, if the RibbonControl's Full-Screen Mode button is visible; otherwise, false. + + + + + + + Gets or sets whether item links within page header area should display their captions. + + + + true, if item links within page header area should display their captions; otherwise, false. + + + + + + + + Gets or sets whether bar item links within the Quick Access Toolbar should display their captions. + + + true, if bar item links within the Quick Access Toolbar should display their captions; otherwise, false. + + + + + + + Gets or sets whether page headers are displayed. + + + true to display page headers; otherwise, false. + + + + + + + Gets or sets page headers display mode. + + + + A value that specifies page headers display mode. + + + + + + + + Gets or sets whether the option that allows an end-user to change the Quick Access Toolbar location is displayed in the customization menus. + + + true, to display the option that allows an end-user to change the location of the QAT in the customization menus; otherwise, false. + + + + + + + Gets or sets whether the customize item is displayed within the Quick Access Toolbar. + + + true to display the customize item within the Quick Access Toolbar; otherwise, false. + + + + + + + Gets or sets the object linked with the current Ribbon Control. + + + A object linked with the Ribbon Control. + + + + + + + This member overrides the property. + + + A zero-based integer value that specifies the control's index within the set of controls included in the tab order. + + + + + + + This member overrides the property. + + + true if an end-user can focus the control using the TAB key; otherwise, false. + + + + + + + This member overrides the property. + + + Always the value. + + + + + + + Provides access to the Quick Access Toolbar. + + + A object that represents the Ribbon Control's Quick Access Toolbar. + + + + + + + Gets or sets the position of the Quick Access Toolbar. + + + A enumeration value that specifies the Quick Access Toolbar's position. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the RibbonControl. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the RibbonControl. + + + + + + + + Allows you to return all pages and visible pages owned by the RibbonControl. + + + A object that allows you to return all pages and visible pages owned by the RibbonControl. + + + + + + + Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color. + + + true if specific in-place editors are painted using a transparent background color when focused; otherwise, false. + + + + + + + Allows you to perform additional customizations after another Ribbon Control has been unmerged from the current RibbonControl. + + + + + + + + Restores the original layout of Ribbon Controls after they have been manually merged via the method. + + + + + + + + Recalculates the control's view information. + + + + + + + + Gets the Ribbon Control's view information. + + + A object that provides view information on all the Ribbon's elements. + + + + + + + + Provides members that label different navigation modes. + + + + + + + Indicates that an end-user navigates from the current container to its parent container. The opposite of the value. + + + + + + + + + Indicates that an end-user navigates from a parent container to its child container (e.g., from a to its ). + + + + + + + + + Indicates that an end-user navigates to the newly created container. + + + + + + + + Indicates that the current navigation occurs within the single container (e.g., navigating through Documents within a ). + + + + + + + + + + The component that allows you to implement tabbed, native MDI, Windows 8-inspired or Widget application UIs. + + + + + + + Initializes a new instance of the DocumentManager class. + + + + + + + + Initializes a new instance of the DocumentManager class with the specified container. + + + + An object that implements . + + + + + + + + Activates the DocumentManager's About dialog box. + + + + + + + + Gets or sets the BarAndDockingController that will provide default appearance options for the DocumentManager's elements. + + + A object providing appearance options. + + + + + + + Gets the bounding rectangle of the area occupied by the DocumentManager. + + + A structure which is the bounding rectangle of the DocumentManager. + + + + + + + + Returns information on an object located at the specified position. + + + + A test point where a target element is located. + + + A BaseViewHitInfo descendant that contains information on an object located at the specified position. + + + + + + + Gets or sets a client control to the current DocumentManager, switching it to the Non-Document Mode. + + + A Control assigned to the current DocumentManager as a client control. + + + + + + + Converts client coordinates to screen coordinates. + + + + + A point whose screen coordinates are to be calculated. + + + Screen coordinates of the specified point. + + + + + + + Gets or sets a control capable of containing the current DocumentManager within. + + + A System.Windows.Forms.ContainerControl that contains the current DocumentManager within. + + + + + + + Creates a object for the current DocumentManager. + + + + The enumerator value specifying the type of view created. + + + + The object created. + + + + + + + + Gets a that belongs to the same container as the current DocumentManager. + + + A object. + + + + + + + Occurs whenever a Document within this DocumentManager is activated. + + + + + + + + + Gets or sets which Documents a Document Selector will display. + + + A DocumentActivationScope enumerator value that specifies which Documents a Document Selector will display. + + + + + + + Forces the control to finish its initialization. + + + + + + + + Gets a hosted within the specific container and control. + + + + An IContainer object from which a DocumentManager has to be obtained. + + + + A Control that stores a DocumentManager to be obtained. + + + A hosted within the specific container and control. + + + + + + + Gets a DocumentManager hosted within the specific control. + + + + A Control from which a DocumentManager object is to be obtained. + + + A DocumentManager object hosted within the specific control. + + + + + + + Retrieves the component contained within the target control. + + + + A Control from which the component should be retrieved. + + + + true, if the method should try to retrieve the Document Manager from the control's owner or mdi parent; otherwise, false. + + + A component retrieved from the target control. + + + + + + + Returns a document that displays the specified control/dock panel/form. + + + + A control displayed by the required object. + + + A object that is a document displaying the specified control. + + + + + + + Provides access to the collection of images that can be associated with documents. + + + An object that specifies an image collection. + + + + + + + Invalidates the region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager. + + + + + + + + + Invalidates the specified region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager. + + + + A System.Drawing.Rectangle structure that is the region to be invalidated. + + + + + + + + Gets if a document selector for this DocumentManager is currently visible. + + + true if a document selector is currently visible; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager. + + + An Int32 value that is the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager. + + + + + + + Gets or sets the parent MDI form. + + + The parent MDI form. + + + + + + + Gets or sets an object that controls the look and feel of the DocumentManager's popup menus. + + + An object that controls the look and feel of the DocumentManager's popup menus. + + + + + + + + Gets or sets whether Bar Managers and Ribbon Controls from this DocumentManager's child Documents should be automatically merged to Bars and Ribbons in the main application form. + + + + A RibbonAndBarsMergeStyle enumerator value that specifies whether child Bar Managers and Ribbon Controls should be automatically merged to Bars and Ribbons in the main application form. + + + + + + + + Gets or sets whether right-to-left mirror placement is turned on. + + + A enumeration value that specifies whether right-to-left mirror placement is turned on. + + + + + + + Converts the screen coordinates of a specified point on the screen to client-area coordinates. + + + + A Point structure that is the screen coordinates to be converted to the screen to client-area coordinates. + + + + A Point structure that specifies coordinates of a specified point on the screen to client-area coordinates. + + + + + + + Gets or sets whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar. + + + A DefaultBoolean enumerator value that specifies whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar. + + + + + + + Gets or sets whether a tooltip should be displayed when the mouse pointer is over headers. + + + true to display tooltips; otherwise, false. The default is true. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for the current DocumentManager. + + + The component controlling the appearance and behavior of hints displayed for the current DocumentManager. + + + + + + + Invalidates the region occupied by the current DocumentManager. + + + + + + + + Gets or sets a View object that displays child forms(or controls) in a specific manner. + + + + A descendant that displays child forms(or controls) in a specific manner. + + + + + + + + Occurs after the DocumentManager has switched to another view. + + + + + + + + Occurs when the current DocumentManager changes its active view and allows you to respond to these changes before they are applied. + + + + + + + + Provides access to a collection of descendants that can be used within the DocumentManager. + + + A collection of descendants that can be used within the DocumentManager. + + + + + + + + The header control in the . + + + + + + + Initializes a new instance of the TabFormControl class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the responsible for managing custom buttons displayed in the current TabFormControl. + + + A responsible for managing custom buttons displayed in the current TabFormControl. + + + + + + + Gets or sets the to which the current TabFormControl belongs. + + + The to which the current TabFormControl belongs. + + + + + + + + Represents a link to the . + + + + + + + Indicates whether the current menu can be opened. + + + true, if the current menu can be opened; otherwise, false. + + + + + + + + Provides methods that allow you to pass specific data when navigating through Content Containers within a Windows UI View. + + + + + + + + Allows you to pass the required information to the method when navigating from the one Content Container to another. + + + + + An INavigationArgs object that stores data related to the current navigation process. + + + + + + + + Allows you to get the specific data passed via the method. + + + + An INavigationArgs object that stores data related to the current navigation process. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new NavigationEventArgs class instance with specific settings. + + + + A that owns the newly created NavigationEventArgs. + + + + A Document related to navigation events. + + + + An IContentContainer object to which an end-user navigates. + + + + An IContentContainer object from which an end-user navigates. + + + + An Object that is the tag of a involved in navigation. + + + + + + + + Gets a Document involved in the current navigation event. + + + A Document involved in the current navigation event. + + + + + + + Gets the current navigation's direction. + + + A NavigationMode enumerator value that specifies the current navigation's direction. + + + + + + + Gets or sets the parameter passed to the current navigation event. + + + An Object that is the parameter passed to the current navigation event. + + + + + + + Gets the tag of a Tile which fired the current navigation event when clicked. + + + + An object that is the tag of a Tile related to the current event. + + + + + + + + Gets the Content Container to which an end-user navigates. + + + + An IContentContainer object to which an end-user navigates. + + + + + + + Gets the current zoom level of a target Content Container. + + + A ContextualZoomLevel enumerator value that is the current zoom level of a target container. + + + + + + + + A method that will handle Custom WindowsUI and Custom Header button events, such as the or events. + + + + + + + + The method for handling events which take a object as a parameter. + + + + The event source. This identifies the custom header button which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Represents a button in the 's nav bar. + + + + + + + Initializes a new instance of the NavButton class with the default settings. + + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets whether the current NavButton is the Main Button from which navigation starts. + + + true, if the current NavButton is the Main Button; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + A that raises the event. + + + + A object that comprises data related to the event. + + + + + + + + + + A simple button for the Recent Item Control. + + + + + + + Initializes a new instance of the RecentButtonItem class with the default settings. + + + + + + + + Gets or sets whether or not this RecentButtonItem should be sized automatically. + + + true, if this RecentButtonItem should be sized automatically; otherwise, false. + + + + + + + Gets or sets the current RecentButtonItem orientation. + + + An enumerator value that specifies the current RecentButtonItem orientation. + + + + + + + Gets or sets the custom RecentButtonItem size. + + + A Size structure that is the custom size for this RecentButtonItem. + + + + + + + + A tab element within the Recent Item Control. + + + + + + + Initializes a new instance of the RecentTabItem class with the default settings. + + + + + + + + Provides access to a panel that stores the contents of this tab. + + + A object that stores the contents of this tab. + + + + + + + + A simple panel that arranges elements in a single column. + + + + + + + Initializes a new instance of the RecentStackPanel class with the default settings. + + + + + + + + + A base class for the 's panels (e.g., the objects). + + + + + + + Initializes a new instance of the RecentPanelBase class with the default settings. + + + + + + + + Provides access to this RecentPanelBase object's appearance settings. + + + A object that stores this RecentPanelBase object's appearance settings. + + + + + + + Gets or sets this RecentPanelBase object's title. + + + A String value that is this RecentPanelBase object's title. + + + + + + + Gets or sets the distance between this panel's caption and icon. + + + An Int32 value that is the distance in pixels between this panel's caption and icon. + + + + + + + Retrieves visual information about the current RecentPanelBase object. + + + A object that contains visual information about this RecentPanelBase. + + + + + + + Gets or sets the icon displayed by this panel. + + + An Image object that is the icon displayed by this panel. + + + + + + + Gets or sets the distance in pixels between this panel's text and icon. + + + An Int32 value that is the distance in pixels between this panel's text and icon. + + + + + + + Gets or sets the distance between items hosted within this panel. + + + An Int32 value that is the distance between items hosted within this panel. + + + + + + + Provides zero-based indexed access to all Recent Item Control elements hosted within this panel. + + + A object that stores all Recent Item Control elements hosted within this panel. + + + + + + + Gets or sets whether or not pinned s within this panel should automatically move up. + + + true, if pinned s within this panel should automatically move up; otherwise, false. + + + + + + + Gets or sets the distance between the panel content and this panel's border. + + + A Padding structure that is the distance between the panel content and this panel's border. + + + + + + + Gets the parent that owns this RecentPanelBase. + + + A object that owns this RecentPanelBase. + + + + + + + + + + + + + + + Explicitly sets the that will own this RecentPanelBase. + + + + The that will own this RecentPanelBase. + + + + + + + + Gets or sets whether or not the panel caption should be visible. + + + true, if the panel caption should be visible; otherwise, false. + + + + + + + + A label item within the . + + + + + + + Initializes a new instance of the RecentLabelItem class with the default settings. + + + + + + + + Gets or sets whether or not end-users will be able to select this RecentLabelItem object by clicking it. + + + A DefaultBoolean enumerator value that specifies whether or not end-users will be able to select this RecentLabelItem object by clicking it. + + + + + + + Gets or sets this RecentLabelItem object's size and appearance by selecting one of the embedded styles. + + + A enumerator value that specifies this RecentLabelItem's style. + + + + + + + + The control designed to build a complex content for objects. + + + + + + + Initializes a new instance of the RecentItemControl class with the default settings. + + + + + + + + Provides access to this RecentItemControl object's appearance settings. + + + A object that stores this RecentItemControl object's appearance settings. + + + + + + + Provides access to appearance settings common to all elements owned by this RecentItemControl. Each element type has a separate group within the Appearances section. + + + A object that stores appearance settings common to all elements owned by this RecentItemControl + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns the object that contains hit info for the target position within the control. + + + + A Point structure that specifies the RecentItemControl's coordinates for which the hit info should be obtained. + + + A object that contains hit info for the target position within the control. + + + + + + + Returns the panel currently displayed within this RecentItemControl's right region. + + + A object that is the panel currently displayed within this RecentItemControl's right region. + + + + + + + Gets or sets the minimal width of the control's right region. + + + An Int32 value that is the minimal width of the control's right region. + + + + + + + Returns the panel, displayed within the control's right region when the left (main) region has no currently selected tabs. + + + A object that is the panel displayed within the control's right region when the left (main) region has no currently selected tabs. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns the object that contains information about this RecentItemControl. + + + A object that stores view info about this RecentItemControl. + + + + + + + Occurs whenever an end-user clicks any item in this RecentItemControl. + + + + + + + + + Provides access to the panel assigned to the RecentItemControl's main region. + + + A object that is the panel assigned to the RecentItemControl's main region. + + + + + + + Gets or sets the minimum width of the control's content region. + + + An Int32 value that is the minimum width of the control's content region. + + + + + + + Gets or sets the padding common to all objects within this RecentItemControl. + + + A Padding structure that is the padding common to all objects within this RecentItemControl. + + + + + + + Gets or sets the padding common to all objects within this RecentItemControl. + + + A Padding structure that is the padding common to all objects within this RecentItemControl. + + + + + + + + Gets or sets the padding common to all objects within this RecentItemControl. + + + A Padding structure that is the padding common to all objects within this RecentItemControl. + + + + + + + + Gets or sets the padding common to all objects within this RecentItemControl. + + + A Padding structure that is the padding common to all objects within this RecentItemControl. + + + + + + + Gets or sets the currently selected tab within this RecentItemControl. + + + A object that is the currently selected tab. + + + + + + + Occurs whenever the currently selected tab is changed. + + + + + + + + Gets or sets whether this RecentItemControl should display a splitter between its main and content regions. + + + true, if this RecentItemControl should display a splitter between its main and content regions; otherwise, false. + + + + + + + Gets or sets whether or not this RecentItemControl's title should be visible. + + + true, if the control title should be visible; otherwise, false. + + + + + + + Gets or sets the inital position of the splitter element. + + + An Int32 value that is the initial position of the splitter element. + + + + + + + Occurs whenever this RecentItemControl's splitter was moved. + + + + + + + + Gets or sets the title for this RecentItemControl. + + + A String value that is the title for this RecentItemControl. + + + + + + + Gets or sets the padding for this RecentItemControl object's title. + + + A Padding structure that specifies paddings for this RecentItemControl object's title. + + + + + + + + A base class for all UI elements in the . + + + + + + + + Initializes a new instance of the RecentItemBase class with the specified settings. + + + + A RecentPanelBase object whose settings should be copied to the newly created RecentItemBase object. + + + + + + + + Initializes a new instance of the RecentItemBase class with the default settings. + + + + + + + + Occurs whenever an end-user clicks this item at runtime. + + + + + + + + Occurs when an end-user presses this item at runtime. + + + + + + + + Gets or sets margins for this panel. + + + A Padding structure that stores margins for this panel. + + + + + + + Gets or sets this item's name. + + + A String value that is the name of this item. + + + + + + + Returns the panel that owns this RecentItemBase. + + + A object that owns this RecentItemBase. + + + + + + + Gets or sets the distance between the item content and this item's borders. + + + + A Padding structure that is the distance between item content and this item's borders. + + + + + + + Gets the parent that owns this RecentItemBase. + + + A object that owns this RecentItemBase. + + + + + + + Explicitly sets the object that will own this RecentItemBase. + + + + The object that will own this RecentItemBase. + + + + + + + + Gets or sets a super tip displayed by this item on hover. + + + A object assigned to this item. + + + + + + + Gets or sets whether or not this item is visible. + + + true, if this item is visible; otherwise, false. + + + + + + + + Contains options that affect the behavior. + + + + + + + + Initializes a new instance of the ToolboxOptionsBehavior class. + + + + + + + + Gets or sets whether groups and items are smoothly scrolled when using the mouse wheel. + + + true, if groups and items are smoothly scrolled when using the mouse wheel; otherwise, false. + + + + + + + Gets or sets whether the toolbox items can be selected, and if so, whether the selection can comprise single or multiple items. + + + + A enumeration value that specifies whether, and if so how, the toolbox items can be selected. The default is None. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new FlyoutResultEventArgs class instance with custom settings. + + + + A DialogResult object. + + + + + + + + Gets or sets the returned result after a Flyout is closed. + + + + A DialogResult value that specifies the returned result after a Flyout is closed. + + + + + + + + + Enumerates members that specify the Flyout style. + + + + + + + The Flyout acts as a message box. + + + + + + + + The Flyout acts as a pop-up menu. + + + + + + + + + Provides buttons for objects. + + + + + + + Initializes a new FlyoutCommand class instance with specific settings. + + + + A Boolean function that performs required checks when the FlyoutCommand is clicked. Triggers the execute function upon completion. + + + + A Function that performs required actions if the canExecute function returned true. + + + + + + + + Initializes a new FlyoutCommand class instance with default settings. + + + + + + + + Initializes a new instance of the FlyoutCommand class with the specified settings. + + + + A method that defines the set of criteria and checks whether the current FlyoutCommand meets these criteria. + + + + A method that implements the FlyoutCommand's functionality. + + + + + + + + The 'Abort' button. + + + + + + + + + + The 'Cancel' button. + + + + + + + + + + Defines a set of criteria and checks whether the current meets these criteria. + + + + + A related to the current FlyoutCommand. + + + true, if the current meets the specific criteria; otherwise, false. + + + + + + + Occurs upon changing the criteria that controls whether or not this FlyoutCommand is currently available. + + + + + + + + A method that implements the FlyoutCommand's functionality. + + + + A Flyout related to the current FlyoutCommand. + + + + + + + + The 'Ignore' button. + + + + + + + + + + Gets or sets the current FlyoutCommand icon. + + + An Image that is the current FlyoutCommand icon. + + + + + + + The 'No' button. + + + + + + + + + + The 'OK' button. + + + + + + + + + + Raises the event for this FlyoutCommand. + + + + + + + + Gets or sets the current FlyoutCommand's result. + + + A DialogResult value that specifies the result the FlyoutCommand will return when an end-user clicks this button. + + + + + + + The 'Retry' button. + + + + + + + + + + Gets or sets the current FlyoutCommand caption. + + + A String value that is the current FlyoutCommand caption. + + + + + + + The 'Yes' button. + + + + + + + + + + + An object that contains buttons and text displayed within a . + + + + + + + Initializes a new instance of the FlyoutAction class with default settings. + + + + + + + + Initializes a new instance of the FlyoutAction class with the specific set of buttons. + + + + A DialogResult objects array, which is the set of flyout buttons + + + + + + + + Gets a collection of the FlyoutAction's buttons. + + + A List object that stores s. + + + + + + + + A WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows. + + + + + + + Initializes a new instance of the Flyout class with default settings. + + + + + + + + Initializes a new instance of the Flyout class with specific settings. + + + + An IFlyoutProperties object that stores specific settings for the newly created Flyout. + + + + + + + + Initializes a new instance of the Flyout object with specific owner. + + + + An IContainer object that owns the newly created Flyout. + + + + + + + + Gets or sets a used by the current Flyout. + + + A FlyoutAction object used by the current Flyout. + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + + + Custom Container Buttons are not supported within Flyout containers. + + + + + + + + Gets or sets a displayed within the current Flyout. + + + A displayed within the current Flyout. + + + + + + + Gets or sets buttons displayed within the current Flyout. + + + A MessageBoxButtons enumerator value that specifies the buttons displayed within the current Flyout. + + + + + + + Gets the last result returned by this Flyout. + + + A DialogResult value that specifies the last result returned by this Flyout. + + + + + + + Provides access to the object that stores the current Flyout settings. + + + An IFlyoutDefaultProperties object that stores the current Flyout settings. + + + + + + + Refreshes document actions displayed within this Flyout. + + + + + + + + + Contains settings for a specific within a . + + + + + + + Gets the current alignment settings for the pop-up . + + + ContentAlignment enumerator values that are the current alignment settings for the pop-up . + + + + + + + + Gets the common appearance settings used to paint the current . + + + An AppearanceObject that stores common appearance settings used to paint the current . + + + + + + + Gets the appearance settings currently applied to Flyout buttons. + + + An AppearanceObject that stores appearance settings currently applied to Flyout buttons. + + + + + + + + Gets the appearance settings currently applied to the Flyout caption. + + + An AppearanceObject that stores appearance settings currently applied to the Flyout caption. + + + + + + + Gets the appearance settings currently applied to this Flyout's description. + + + An ApperanceObject that stores appearance settings currently applied to this Flyout's description. + + + + + + + Gets the current button size for this . + + + A Size structure that specifies the current button size for this . + + + + + + + Gets the current style. + + + A FlyoutStyle enumerator value that specifies the current style. + + + + + + + Gets or sets the current pop-up 's alignment. + + + A ContentAlignment enumerator value that specifies the current pop-up 's alignment. + + + + + + + Gets or sets whether the Flyout caption and description can be formatted via HTML tags. + + + true, if the Flyout caption and description can be formatted via HTML tags; otherwise, false. + + + + + + + Provides access to base Flyout appearance settings. + + + An AppearanceObject that stores base Flyout appearance settings. + + + + + + + Provides access to appearance settings used to paint the current 's buttons. + + + An AppearanceObject that stores appearance settings used to paint the current 's buttons. + + + + + + + Provides access to the appearance settings used to paint the current caption. + + + An AppearanceObject that stores appearance settings used to paint the current caption. + + + + + + + Provides access to appearance settings used to paint the current Flyout's description. + + + An AppearanceObject that stores appearance settings used to paint the current Flyout's description. + + + + + + + Gets or sets the size of the buttons within this . + + + A Size structure that specifies the size of the buttons within this . + + + + + + + Gets whether the current can format its caption and description via HTML tags. + + + true, if the current can format its caption and description via HTML tags; otherwise, false. + + + + + + + Gets or sets the current style. + + + A FlyoutStyle value that specifies the current style. + + + + + + + + Contains settings common to all Flyouts within a . + + + + + + + Gets or sets the alignment for all pop-up Flyouts within the current View. + + + A ContentAlignment enumerator value that specifies the alignment for all pop-up Flyouts within the current View. + + + + + + + Gets or sets whether captions and descriptions for all Flyouts within the can be formatted via HTML tags. + + + true, if captions and descriptions for all Flyouts within the can be formatted via HTML tags; otherwise, false. + + + + + + + Provides access to base appearance settings common to all s within the current . + + + An AppearanceObject that stores base Flyout appearance settings. + + + + + + + Provides access to the appearance settings used to paint buttons for all s within the View. + + + An AppearanceObject that stores appearance settings used to paint buttons for all s within the View. + + + + + + + Provides access to common appearance settings used to paint all Flyout captions within the current View. + + + An AppearanceObject that stores common appearance settings used to paint all Flyout captions within the current View. + + + + + + + Provides access to appearance settings used to paint all Flyout descriptions within the current View. + + + An AppearanceObject that stores appearance settings used to paint all Flyout descriptions within the current View. + + + + + + + Specifies the button size for all s within the current . + + + A Size structure that specifies the button size for all s within the current . + + + + + + + Gets or sets the style for all Flyouts within the View. + + + A FlyoutStyle enumerator value that specifies the style common to all Flyouts within the current View. + + + + + + + + This item acts as a button within a . + + + + + + + Initializes a new instance of the BackstageViewButtonItem class. + + + + + + + + Provides access to appearance settings applied to the item's caption when the item is pressed. + + + An that contains corresponding appearance settings. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current item. + + + + + + + + Binds the specific parameterized command to this BackstageViewButtonItem. + + + + An Object that is the command to be bound to this BackstageViewButtonItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this BackstageViewButtonItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BackstageViewButtonItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. + + + + + + + Gets or sets whether the current is closed when the current item is clicked. + + + true if the current is closed when the current item is clicked; otherwise, false. + + + + + + + Fires when the current item is clicked. + + + + + + + + + The tabbed form that allows tabs and custom buttons (Bar Items) to be incorporated into the title bar. + + + + + + + Initializes a new instance of the TabForm class with the default settings. + + + + + + + + Gets or sets the integrated with the form. + + + A integrated with the form. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ToolboxDragItemDropEventArgs class with the specified settings. + + + + The collection of toolbox items being dropped. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ToolboxDragItemMoveEventArgs class with the specified settings. + + + + The collection of toolbox items being moved. + + + + The location of the mouse pointer. + + + + + + + + Gets or sets the target drop effect in a drag-and-drop operation. + + + One of the values. + + + + + + + Gets the location of the mouse during the mouse generating event. + + + + A structure that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the screen. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ToolboxDragItemStartEventArgs class with the specified settings. + + + + The collection of toolbox items being dragged. + + + + + + + + Gets or sets whether a drag-and-drop operation should be canceled. + + + true, if a drag-and-drop operation should be canceled; otherwise, false. + + + + + + + Gets or sets whether an event was handled; if handled, the default actions are not required. + + + true, if the default actions are not required; otherwise, false. + + + + + + + Gets or sets the image displayed near the mouse cursor during drag-and-drop operations. + + + + + An object that specifies the image displayed near the mouse cursor during drag-and-drop operations. + + + + + + + + + + A method that will handle events related to a Document. + + + + + + + A method that will handle events that take a object as a parameter. + + + + The event source. The that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides base data for all Deferred Load Document events. + + + + + + + + Initializes a new instance of the DocumentEventArgs object with specific settings. + + + + A Document that owns the created DocumentEventArgs. + + + + + + + + Points to the document related to the current event. + + + + A BaseDocument related to the current event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the QueryControlEventArgs class associated with a specific document. + + + + A object. + + + + + + + + Gets or sets the content of the document that raised the current event. + + + + A Control that is the current document's content. + + + + + + + + A method that will handle the event. + + + + + + + The method that will handle the event. + + + + The event source. A that raised the related event. + + + + A object that contains event data. + + + + + + + + + Provides data for Deferred Load events. + + + + + + + Initializes a new instance of the DeferredControlLoadEventArgs object with specific settings. + + + + A Document that owns the created DeferredControlLoadEventArgs object. + + + + A Control that is the document's content. + + + + + + + + Gets the current Document's content. + + + A Control that is the current Document's content. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. The that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ControlReleasingEventArgs class with specific settings. + + + + A object related to the newly created ControlReleasingEventArgs. + + + + true, if the document's content should be kept after this document is deselected; otherwise, false. + + + + true if the detached document's content should be destroyed; otherwise, false. Takes effect only if the keepControl parameter equals false. + + + + + + + + Gets or sets whether a content object should be disposed of after it has been unbound from a document. + + + true if a content object should be destroyed after it has been unbound from a document; otherwise, false. The default is true. + + + + + + + Gets or sets whether a deselected Document's content should be kept. + + + true if the Document's content should be kept; false to unbind a content. + + + + + + + + + The base class for elements in the control. + + + + + + + Initializes a new instance of the NavElement class. + + + + + + + + Gets or sets the alignment of the NavElement rendered as a button in the nav bar. + + + The enumeration value specifying the alignment of the NavElement rendered as a button in the nav bar. + + + + + + + Gets or sets whether the element's images gain a color hue, specified via the element's foreground color. + + + The enumeration value specifying whether the element's images are painted using the element's foreground color. + + + + + + + Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar. + + + + The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar. + + + + + + + + Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the hovered state. + + + The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the hovered state. + + + + + + + + Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the selected state. + + + The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the selected state. + + + + + + + Gets or sets the caption of the current NavElement when it is rendered as a button in the 's nav bar. + + + The String value specifying the caption of the current NavElement when it is rendered as a button in the 's nav bar. + + + + + + + + Occurs when the current NavElement is clicked. + + + + + + + + Gets or sets whether the current NavElement object is enabled. This property is in effect for elements of the collection. + + + true, if the current NavElement is enabled; otherwise, false. + + + + + + + Gets or sets the NavElement's glyph when the NavElement is rendered as a button in the 's nav bar. + + + The element's glyph displayed within the nav bar. + + + + + + + Gets or sets the alignment of the , which is displayed when the NavElement is rendered as a button in the 's nav bar. + + + The value specifying the glyph alignment. + + + + + + + Gets or sets the object's name. + + + The object's name. + + + + + + + Gets or sets the amount of space around the NavElement when it is rendered as a button in the nav bar. + + + The object specifying the amount of space around the NavElement when it is rendered as a button in the nav bar. + + + + + + + + Removes the object that has been assigned to the current navigation element. + + + + + + + + Gets or sets a for the current navigation element. + + + A object associated with the current navigation element. + + + + + + + Gets or sets an object that contains custom data for the current NavElement object. + + + An Object that contains custom data for the current NavElement. + + + + + + + Gets or sets whether the current NavElement object is visible. This property is in effect for elements of the collection. + + + + true, if the current NavElement is visible; otherwise, false. + + + + + + + + A NavBar control allowing you to create an advanced hierarchical navigation menu. The control's items can act as buttons or display any custom contents. + + + + + + + Initializes a new instance of the AccordionControl class with the default settings. + + + + + + + + Adds a new group to this AccordionControl. + + + A object added to this AccordionControl. + + + + + + + Gets or sets whether or not end-users should be able to drag this AccordionControl's elements at runtime. + + + true, if end-users should be able to drag this AccordionControl's elements at runtime; otherwise, false. + + + + + + + Gets or sets whether or not the Glyph Skinning feature is enabled for this AccordionControl. + + + A DefaultBoolean enumerator value that specifies whether or not the Glyph Skinning feature is enabled for this AccordionControl. + + + + + + + Gets or sets whether HTML tags can be used to format element header text (). + + + true, if this AccordionControl supports HTML tags, used within the captions of its items.; otherwise, false. + + + + + + + Gets or sets whether or not this AccordionControl supports the selected state for its Items. + + + + true, if this AccordionControl supports the selected state for its Items; otherwise, false. + + + + + + + + Gets or sets whether or not multiple s can be expanded simultaneously. + + + + true, if multiple s can be expanded simultaneously; otherwise, false. + + + + + + + + Gets or sets the animation effect that follows expanding\collapsing elements within this AccordionControl. + + + An enumerator value that specifies the animation effect. + + + + + + + Provides access to multiple appearance groups that store appearance settings for all accordion elements in every visual state. + + + An object that contains multiple appearance groups that store appearance settings for all accordion elements in every visual state. + + + + + + + Starts this AccordionControl's initialization. + + + + + + + + Locks the AccordionControl. + + + + + + + + This member is not supported by the AccordionControl class. + + + + + + + + + + Returns the hit info related to the target point within the AccordionControl. + + + + A Point that is the target location for which the hit info should be returned. + + + An object that allows you to get what accordion element is located at the target position. + + + + + + + Collapses all group elements that belong to this AccordionControl. + + + + + + + + Collapses the target accordion element. + + + + An that should be collapsed. + + + + + + + + Collapses the target element with optional animation effects. + + + + An AccordionControlElement that has to be collapsed. + + + + true, if collapsing this element should be visualized with animation effects; otherwise, false. + + + + + + + + Occurs whenever an item from either the or collections is clicked. + + + + + + + + + Fires before any context button is shown and allows you to dynamically customize it. + + + + + + + + Provides access to properties that affect all context buttons within this AccordionControl's elements. + + + A object that stores global context button settings. + + + + + + + Allows you to dynamically customize item tooltips. + + + + + + + + Allows you to draw your own elements upon AccordionControl items and groups using the standard e.Cache and e.Graphics methods. + + + + + + + + Provides the capability to dynamically rename specific AccordionControl elements. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the distance between top-level elements. + + + An Int32 value that is the distance between top-level elements. + + + + + + + + Occurs after any hosted in this AccordionControl is clicked. + + + + + + + + + Occurs whenever an end-user hovers an element within this AccordionControl while dragging another element. + + + + + + + + Provides access to s that serve as root elements for this AccordionControl. + + + A object that stores all s that serve as root elements for this AccordionControl. + + + + + + + Occurs when an end-user releases the currently dragged AccordionControl element. + + + + + + + + Ends the initialization process, launched by the method. + + + + + + + + Called after all required modifications are applied to the AccordionControl and forces the control to unlock its UI and reflect these changes. + + + + + + + + Expands all group elements within this AccordionControl. + + + true, if AccordionControl groups have been successfully expanded; otherwise, false. + + + + + + + Expands the target . + + + + An to be expanded. + + + + + + + + Expands the target element with optional animation effects. + + + + An AccordionControlElement object that is the element to be expanded. + + + + true, if expanding this element should be followed by animation effects; otherwise, false. + + + + + + + + Gets or sets whether a single element or multiple elements can be expanded simultaneously. + + + A value that defines element expansion mode. + + + + + + + Gets or sets whether or not this AccordionControl's groups can be expanded/collapsed by clicking their captions at runtime. + + + true, if this AccordionControl's groups can be expanded/collapsed by clicking their captions at runtime; otherwise, false. + + + + + + + Fires after an element has been expanded/collapsed. + + + + + + + + Fires when an element is about to be expanded/collapsed. Allows you to implement a custom element expansion behavior. + + + + + + + + Allows you to control an element's visibility during a filtration performed using the built-in filter control. + + + + + + + + Gets or sets a built-in control that provides the filter functionality. + + + A built-in filter control. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Performs a certain action for each element. + + + + An action to perform against each element. + + + + + + + + Performs a certain action for each visible element. + + + + An action to perform against each visible element. + + + + + + + + Gets the color, currently assigned to the control's Appearance.ControlAppearance.BackColor property. + + + A Color object that is the current backcolor of this AccordionControl. + + + + + + + Allows you to dynamically specify a content container for empty items. This event must be handled along with the event. + + + + + + + + Returns a linear list of all elements in the . + + + A linear list of all elements in the . + + + + + + + Returns a linear list that comprises visible top-level elements and visible elements that reside within expanded groups. + + + A linear list of visible elements. + + + + + + + Stores context buttons, shared among all AccordionControl groups. + + + A object that stores context buttons, displayed by any group element within this AccordionControl. + + + + + + + Gets or sets the header height common to all groups (elements whose is set to ). + + + An Int32 value that is the header height common to all group elements within this AccordionControl. + + + + + + + Allows you to specify whether an item, when expanded, will display a custom control container. The custom control container should be provided by handling the event. + + + + + + + + Gets or sets the source of images that can be displayed within element headers. + + + The image collection containing images to be displayed in element headers. + + + + + + + Occurs whenever an item element hides its content container (if any). + + + + + + + + Stores context buttons, shared among all AccordionControl items. + + + A object that stores context buttons, shown by all items within this AccordionControl. + + + + + + + Gets or sets the header height common to all items (elements whose is set to ). + + + The header height, common to all items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Scrolls the AccordionControl up or down until the target element is visible. + + + + A object which is the element that should be visible. + + + + + + + + Occurs whenever the collection is modified. + + + + + + + + Provides access to options related to minimizing this AccordionControl. + + + A object that stores options related to minimizing this AccordionControl. + + + + + + + Loads the AccordionControl layout, stored in registry. + + + + A String value that is the registry path where the AccordionControl layout is stored. + + + + + + + + Loads the AccordionControl layout, stored in a stream. + + + + + A String value that is the name of the stream that keeps the AccordionControl layout. + + + + + + + + Loads the AccordionControl layout, stored in a local XML file. + + + + A String value that is the path to the XML file that keeps the AccordionControl layout. + + + + + + + + Saves the current AccordionControl layout to the registry. + + + + + A String value that is the registry path to which the current layout should be saved. + + + true, if the layout was successfully saved; otherwise, false. + + + + + + + Saves the current AccordionControl layout to a stream. + + + + + A String value that is the name of the stream that should keep the current AccordionControl layout. + + + + + + + + Saves the current AccordionControl layout to a local XML file. + + + + A String value that is the name of the XML file that should keep the current AccordionControl layout. + + + + + + + + Gets or sets the vertical scroll bar's visibility and style. + + + The vertical scroll bar's visibility and style. + + + + + + + Gets or sets the currently selected item. This property is in effect if item selection is enabled with the property. + + + The currently selected element. + + + + + + + Fires when the property's value is changed. This event is in effect if item selection is enabled with the property. + + + + + + + + + Selects the specified element. +This method is in effect if item selection is enabled with the property. + + + + An item to select. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the built-in filter control's visibility. + + + A value that specifies the built-in filter control's visibility. + + + + + + + Gets or sets whether AccordionControl groups should display their expand/collapse buttons. + + + true, if AccordionControl groups should display their expand/collapse buttons; otherwise, false. + + + + + + + Occurs whenever an end-user presses an element owned by this AccordionControl and starts dragging this element away from its original location. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + Stores default properties. + + + + + + + Gets or sets whether any within this can be collapsed. + + + true, if any within this can be collapsed; otherwise, false. + + + + + + + Gets or sets whether any widget document within this View can be dragged at runtime. + + + true, if any widget document within this View can be dragged at runtime; otherwise, false. + + + + + + + Gets or sets + + + + + + + + + Gets or sets whether all s within this can be resized at runtime. + + + true, if all s within this can be resized at runtime; otherwise, false. + + + + + + + Gets or sets whether or not any widget within this can display its borders. + + + true, if any widget within this can display its borders; otherwise, false. + + + + + + + Gets or sets whether all s within this should display their maximize buttons. + + + true, if all s within this should display their maximize buttons; otherwise, false. + + + + + + + + An element within . + + + + + + + Initializes a new instance of the AccordionControlElement class. + + + + + + + + Initializes a new instance of the AccordionControlElement class with the specified style. + + + + A value used to initialize the property. + + + + + + + + Gets the parent . + + + The parent . + + + + + + + Provides access to groups of appearance settings, applied to this AccordionControlElement in different visual states. + + + A object that stores element appearance settings. + + + + + + + Binds the specific parameterized command to this AccordionControlElement. + + + + An Object that is the command to be bound to this AccordionControlElement. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this AccordionControlElement. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this AccordionControlElement. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. + + + + + + + Provides access to the collection of nested elements. + + + The collection of nested elements. + + + + + + + Gets whether the current element is displayed. + + + true, if the element is displayed; otherwise, false. + + + + + + + Gets or sets the element's hierarchy level. + + + The element's hierarchy level. + + + + + + + Fires when the current element's collection is modified. + + + + + + + + Returns the AccordionControlElement that owns this AccordionControlElement. + + + A object that owns this AccordionControlElement. + + + + + + + Gets or sets whether the element is considered a group or an item. + + + The element's style. + + + + + + + Occurs when the AccordionControlElement changes its property value. + + + + + + + + + The base class for classes storing bar options. + + + + + + + + Initializes a new instance of the class. + + + + + + + + + Represents a method that will handle the event. + + + + + + + The method for handling events which take a object as a parameter. + + + + The event source. This identifies the bar item link which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. + + + + A GraphicsCache object associated with this BarItemCustomDrawEventArgs. + + + + + + + + Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. + + + + A GraphicsCache object associated with this BarItemCustomDrawEventArgs. + + + + A BarLinkViewInfo object that stores info about the bar item link, related to this BarItemCustomDrawEventArgs. + + + + + + + + Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. + + + + A GraphicsCache object associated with this BarItemCustomDrawEventArgs. + + + + A RibbonItemViewInfo object that stores info about the ribbon item, related to this BarItemCustomDrawEventArgs. + + + + + + + + Returns this bar item link's bounds. + + + A Rectangle structure that specifies the area occupied by this bar item link. + + + + + + + Provides access to this bar item link's graphics cache. + + + A object associated with this bar item link. + + + + + + + Draws the related item link entirely with its default appearance. + + + + + + + + Draws a drop-down arrow with its default appearance. + + + + + + + + Draws the default background for the current bar item link. + + + + + + + + + + + + + + + Draws a checkbox with its default appearance for this bar item link. + + + + + + + + Draws the default background for this bar item link's drop-down menu. + + + + + + + + Draws a required editor with default appearance settings within this bar item link. + + + + + + + + Draws the default icon for this bar item link. + + + + + + + + Gets whether or not this bar item link should display only its caption. + + + true, if this bar item link should display only its caption; otherwise, false. + + + + + + + Draws the default text for this bar item link. + + + + + + + + Draws the default text with custom appearance settings for this bar item link. + + + + An AppearanceObject that stores appearance settings that should be applied to the drawn text. + + + + + + + + Gets the area occupied by the drop-down menu for this bar item link. + + + A Rectangle structure that specifies the area occupied by this bar item link's drop-down menu. + + + + + + + Gets the icon that should be displayed for this bar item link by default. + + + An Image object that is the default icon for this bar item link. + + + + + + + Gets the area occupied by this bar item link's default icon. + + + A Rectangle structure that is the area occupied by this bar item link's default icon. + + + + + + + Provides access to the Graphics object associated with this bar item link. + + + A Graphics object associated with this bar item link. + + + + + + + Gets or sets whether or not this item link is painted manually. + + + true if this item link is painted manually; otherwise, false. + + + + + + + Specifies the info for the bar item link related to this event. + + + A object that stores the info for the bar item link related to this event. + + + + + + + Specifies the info for the ribbon item related to this event. + + + A object that stores info for the ribbon item related to this event. + + + + + + + Gets whether or not this bar item link should display a check box. + + + true, if this bar item link should display a check box; otherwise, false. + + + + + + + Gets whether or not this bar item link should display its drop-down menu by default. + + + true, if this bar item link should display its drop-down menu; otherwise, false. + + + + + + + Gets whether or not this bar item link should display an editor. + + + true, if this bar item link should display an editor; otherwise, false. + + + + + + + Gets the current bar item link state (normal, selected, pressed, checked, disabled etc.). + + + A BarLinkState enumerator value that is the current state for this bar item link. + + + + + + + Gets the default text that should be displayed by this bar item link. + + + A String value that is the default text that should be displayed by this link. + + + + + + + Gets the area occupied by this bar item link's default text. + + + A Rectangle structure that is the area occupied by this bar item link's default text. + + + + + + + + Represents a item. + + + + + + + Initializes a new instance of the ToolboxItem class. + + + + + + + + Initializes a new instance of the ToolboxItem class with the specified settings. + + + + A string value that specifies the toolbox item caption. This value is assigned to the property. + + + + + + + + Creates a new ToolboxItem object that is a copy of the current instance. + + + A new ToolboxItem object that is a copy of the current instance. + + + + + + + Fires when a property value has changed. + + + + + + + + Gets the to which the current item belongs. + + + A object to which the current item belongs. + + + + + + + + Represents a base class for elements (groups and items). + + + + + + + Initializes a new instance of the ToolboxElementBase class. + + + + + + + + Initializes a new instance of the ToolboxElementBase class with the specified settings. + + + + A string value that specifies the toolbox element caption. This value is assigned to the property. + + + + + + + + Provides access to the appearance settings used to paint the current element. + + + A object that contains the appearance settings applied to the current element. + + + + + + + + + + + + + + + + + + + + + + + Gets or sets caption of the current element. + + + A string value that specifies the element (group or item) caption. + + + + + + + Creates a new ToolboxElementBase object that is a copy of the current instance. + + + A new ToolboxElementBase object that is a copy of the current instance. + + + + + + + Gets or sets the icon of the current element. + + + An object that specifies the element (group or item) icon. + + + + + + + Gets or sets the name of the current component. + + + A value that specifies the name of the component. + + + + + + + Gets the to which the current element belongs. + + + An object to which the current element belongs. + + + + + + + Gets or sets custom data associated with the current toolbox element. + + + Custom data associated with the current toolbox element. + + + + + + + + + + + + + + + + Provides members that label specific layout modes. + + + + + + + + The is in Flow Layout mode. + + + + + + + + The is in the Stack Layout mode. + + + + + + + + The is in the Table Layout mode. + + + + + + + + + Contains properties for individual s within a . + + + + + + + Gets whether s within the current can be dragged at runtime. + + + true, if s within the current can be dragged at runtime; otherwise, false. + + + + + + + Gets the current appearance settings used to highlight Tile Groups within this . + + + A GroupHighlightingProperties object that contains appearance settings used to highlight Tile Groups within this . + + + + + + + s do not currently support background images. + + + + + + + + + + Gets the current property value. + + + An Int32 value that is the current property value. + + + + + + + Gets the current horizontal alignment common to all Tile Groups within this . + + + A HorzAlignment enumerator value that specifies the current horizontal alignment common to all Tile Groups within this . + + + + + + + Gets the current distance between neighboring Tile Groups within this . + + + An Int32 value that is the current distance between neighboring Tile Groups within this . + + + + + + + Gets the current distance between neighboring s within this . + + + An Int32 value that is the current distance between neighboring s within this . + + + + + + + Gets the current background image alignment settings for this . + + + A TileItemContentAlignment enumerator value that specifies the current background image alignment settings for the current . + + + + + + + Gets the current background image stretch mode common to all Tiles within this . + + + A TileItemImageScaleMode enumerator value that specifies the current background image stretch mode common to all Tiles within this . + + + + + + + Returns the tile border visibility mode currently applied to this . + + + A enumerator value that specifies the tile border visibility mode currently applied to this . + + + + + + + Gets how many s within the current an end-user can check at runtime. + + + A TileItemCheckMode enumerator value specifying how many s within the current an end-user can check at runtime. + + + + + + + Gets the animation effect common to all s within the current . + + + A TileItemContentAnimantionType enumerator value that specifies the animation effect common to all s within the current . + + + + + + + Gets the current image alignment settings common to all s within this . + + + A TileItemContentAlignment enumerator value specifying the current image alignment settings common to all s within this . + + + + + + + Gets the current image stretch mode common to all s within this . + + + A TileItemImageScaleMode enumerator value specifying the current image stretch mode common to all s within this . + + + + + + + Gets the actual margins common to all s within the current . + + + A Padding structure that is the actual margins common to all s within the current . + + + + + + + Gets the actual rectangular side dimension common to all Tiles within the current . + + + An Int32 value that is the actual rectangular side dimension common to all Tiles within the current . + + + + + + + Gets whether s within the current should always display their text content or display it on hover only. + + + + A TileItemContentShowMode enumerator value that specifies whether s within the current should always display their text content or display it on hover only. + + + + + + + + Gets the current large s size within the . + + + An Int32 value that is the current large s size within the . + + + + + + + Gets the current amount of space between the 's outer border and content. + + + A Padding structure that specifies the current amount of space between the 's outer border and content. + + + + + + + Gets the object that stores settings currently applied to this . + + + An ITileControlProperties object that stores settings currently applied to this . + + + + + + + Gets the current maximum rows number within this . + + + An Int32 value that is the current maximum rows number within this . + + + + + + + Gets the current vertical alignment common to all Tile Groups within this . + + + A VertAlignment enumerator value that specifies the current vertical alignment common to all Tile Groups within this . + + + + + + + Gets or sets if a s runtime dragging is enabled. + + + A DefaultBoolean value indicating whether a s runtime dragging is enabled. + + + + + + + Gets or sets whether tiles within this can be dragged only within their parent . + + + A DefaultEnumerator value that specifies whether tiles within this can be dragged only within their parent . + + + + + + + Gets or sets whether Tile Groups within the current are highlighted during a 's drag-and-drop. + + + + true, if Tile Groups within the current are highlighted during a 's drag-and-drop. +; otherwise, false. + + + + + + + + Gets or sets if HTML text formatting is enabled for all s within the current . + + + A DefaultBoolean enumerator value specifying whether HTML text formatting is enabled for all s within the current . + + + + + + + Gets or sets whether s within the current can be hovered at runtime. + + + A DefaultBoolean enumerator value specifying whether s within the current can be hovered at runtime. + + + + + + + Gets or sets if s within the current can be selected. + + + true, if s within the current can be selected; otherwise, false. + + + + + + + Gets or sets whether or not a selection border should be drawn around the currently selected tile. + + + A enumerator value that specifies whether or not a selection border should be drawn around the currently selected tile. + + + + + + + Gets or sets an object that specifies appearance settings used to highlight Tile Groups within the current . + + + A GroupHighlightingProperties object that contains appearance settings used to highlight Tile Groups within the current . + + + + + + + Gets or sets the layout mode for this 's background image. + + + An ImageLayout enumeration value that specifies the layout mode for this 's background image. + + + + + + + + Gets whether an end-user can drag-and-drop s within the current at runtime. + + + true, if an end-user can drag-and-drop s within the current at runtime; otherwise, false. + + + + + + + Gets whether an end-user can drag tiles to anywhere within this container, or within its parent group only. + + + true, if an end-user can drag tiles to anywhere within this container; otherwise, false. + + + + + + + Gets whether or not selected tiles within this should display an external selection border. + + + true, if selected tiles within this should display an external selection border; otherwise, false. + + + + + + + Gets whether the current 's Tile Groups are highlighted during Tile dragging at runtime. + + + + true, if the current 's Tile Groups are highlighted during Tiles dragging at runtime; otherwise, false. + + + + + + + Gets or sets whether HTML-tags formatting is currently allowed for s within this . + + + true, if HTML-tags formatting is currently allowed for s within this ; otherwise, false. + + + + + + + Gets whether s within the can currently be hovered at runtime. + + + true, if s within the can currently be hovered at runtime; otherwise, false. + + + + + + + Gets whether Tile Group captions are currently displayed within this . + + + true, if Tile Group captions are currently displayed within this ; otherwise, false. + + + + + + + Gets whether the current 's caption is displayed. + + + true, if the current 's caption is displayed; otherwise, false. + + + + + + + Gets or sets the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented . + + + + An Int32 value that is the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented . + + + + + + + + Gets or sets the horizontal alignment for all the current 's Tile Groups. + + + A HorzAlignment enumerator value that specifies the horizontal alignment for all the current 's Tile Groups. + + + + + + + Gets or sets the distance between neighboring Tile Groups for the current . + + + An Int32 value that is the distance between neighboring Tile Groups for the current . + + + + + + + Gets or sets the distance between neighboring s within the current . + + + An Int32 value that is the distance between neighboring s within the current . + + + + + + + Gets or sets the background image position for all s within the current . + + + A enumerator value that specifies the background image position for all s within the current . + + + + + + + Gets or sets the background image stretch mode common to s within the current . + + + A TileItemImageScaleMode enumerator value that specifies the background image stretch mode common to s within the current . + + + + + + + Gets or sets the tile border visibility mode applied to all tiles within this . + + + A enumerator value that specifies the tile border visibility mode applied to all tiles within this . + + + + + + + Gets or sets how many s within the current can be checked. + + + An enumerator value specifying how many s within the current can be checked. + + + + + + + Gets or sets the frame animation effect applied to all s within the current . + + + A TileItemContentAnimationType enumerator value specifying the frame animation effect applied to all s within the current . + + + + + + + Gets or sets the way s' glyphs are aligned within the current . + + + A TileItemContentAlignment enumerator value that specifies the way s' glyphs are aligned within the current . + + + + + + + Gets or sets the common stretch mode for all s' glyphs within the current . + + + A TileItemImageScaleMode enumerator value that specifies the common stretch mode for all s' glyphs within the current . + + + + + + + + Gets or sets for the current , the common amount of space between a 's borders and its content. + + + + A Padding structure that specifies the amount of space between a 's borders and its content. + + + + + + + + Gets or sets a medium 's side dimension for all Tiles within the current . + + + An Int32 value that specifies a medium 's side dimension for all Tiles within the current . + + + + + + + Gets or sets when s within the current should display their text content. + + + A TileItemContentShowMode enumerator value that indicates how Tiles' text content is displayed. + + + + + + + Gets or sets the width of all large and wide s within the current . + + + An Int32 value that is the width of all large and wide s within the current . + + + + + + + Gets or sets the amount of space between the current 's border and its content. + + + A Padding structure that is the amount of space between the current 's border and its content. + + + + + + + Gets or sets the maximum number of Tile rows within the current . + + + An Int32 value specifying the maximum number of Tile rows within the current . + + + + + + + Gets or sets whether Tile Group captions are displayed for the current . + + + A DefaultBoolean enumerator value specifying whether Tile Group captions are displayed for the current . + + + + + + + Gets or sets whether the current 's text is visible. + + + The DefaultBoolean enumerator value that specifies whether the current 's text is visible. + + + + + + + Gets or sets the vertical alignment for all the current 's Tile Groups. + + + A VertAlignment enumerator value that specifies the vertical alignment for all the current 's Tile Groups. + + + + + + + + Provides settings for all s within a . + + + + + + + Gets or sets whether tiles within of this View can be dragged only within their parent . + + + true if tiles within this View's tile containers can be dragged to any existing tile group; otherwise, false. + + + + + + + Gets or sets the orientation for all s within the View. + + + An Orientation enumerator value specifying the orientation for all s within the View. + + + + + + + + A base class that provides necessary functionality for custom localizers of the Ribbon, Menu and Docking library. + + + + + + + Initializes a new instance of the BarLocalizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + A class descendant, used to localize the user interface at runtime. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + A 's item that holds any custom content. + + + + + + + Initializes a new instance of the RecentControlContainerItem class with the default settings. + + + + + + + + Gets or sets this container's height. + + + An Int32 value that is this container's height. + + + + + + + Gets or sets the item control container hosted within this RecentControlContainerItem. + + + A object hosted within this RecentControlContainerItem. + + + + + + + Gets or sets whether or not this RecentControlContainerItem object should occupy all available space within its parent panel. + + + true, if this RecentControlContainerItem object should occupy all available space within its parent panel; otherwise, false. + + + + + + + + Provides properties that customize the overall Search Panel behavior. + + + + + + + + Gets or sets the Search Panel location. + + + A enumerator value that specifies the Search Panel location. + + + + + + + Gets or sets whether the Search Panel for this is enabled. + + + true, if the Search Panel for this is enabled; otherwise, false. + + + + + + + Gets or sets the keyboard shortcut that invokes the Search Panel. + + + A KeyShortcut object that is the keyboard shortcut that invokes the Search Panel. + + + + + + + Gets or sets the Search Panel width in pixels. + + + An Int32 value that is the Search Panel width in pixels. + + + + + + + + A Tab Pane control. + + + + + + + Initializes a new instance of the TabPane class with the default settings. + + + + + + + + Adds a new blank page to this TabPane control. + + + A object that is the new page added to this TabPane control. + + + + + + + Retrieves an object that paints this TabPane control. + + + A object that paints this TabPane control. + + + + + + + + Occurs when this TabPane control's layout has changed and allows you to respond to these changes. + + + + + + + + Provides access to properties that manage settings shared among all navigation pages owned by this TabPane control. + + + A object that stores settings shared among all navigation pages owned by this TabPane control. + + + + + + + Gets or sets the page currently selected within this TabPane control. + + + A object that is the currently selected page within this TabPane control. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. The TabPane control does not support control states. + + + + + + + + + + + Stores the individual properties of s. + + + + + + + + Gets or sets whether the current can be collapsed. + + + true, if the current can be collapsed; otherwise, false. + + + + + + + Gets or sets whether or not this can be dragged at runtime. + + + A enumerator value that specifies whether or not this can be dragged at runtime. + + + + + + + Gets or sets whether the current can be maximized at runtime. + + + true, if the current can be maximized at runtime and its Maximize button should be displayed; otherwise, false. + + + + + + + Gets or sets whether this can be resized at runtime. + + + true, if this can be resized at runtime; otherwise, false. + + + + + + + Gets whether the current can be collapsed. + + + true, if the current can be collapsed; otherwise, false. + + + + + + + Determines whether or not end-users are currently allowed to drag this document at runtime. + + + true, if end-users are currently allowed to drag this document at runtime; otherwise, false. + + + + + + + Gets whether this can currently be maximized at runtime. + + + true, if this can currently be maximized at runtime; otherwise, false. + + + + + + + Gets whether an end-user can resize the current at runtime. + + + true, if an end-user can resize the current at runtime; otherwise, false. + + + + + + + Gets whether this widget can show its borders. + + + true, if this widget can show its borders; otherwise, false. + + + + + + + Gets whether this can currently display its maximize button. + + + true, if this can currently display its maximize button; otherwise, false. + + + + + + + Gets or sets whether this widget should display its borders. + + + A DefaultBoolean enumerator value that specifies whether or not this widget should display its borders. + + + + + + + Gets or sets whether this should display its maximize button. + + + A DefaultBoolean enumerator value that specifies whether this should display its maximize button. + + + + + + + + A bar with tiles that support the dropdown functionality. + + + + + + + Initializes a new instance of the TileBar class. + + + + + + + + This member is not supported by the TileBar class. + + + + + + + + + + Gets or sets if the item hover feature is enabled. + + + + true, if the item hover feature is enabled; otherwise, false. + + + + + + + + Gets or sets whether a dropdown window is hidden on clicking any item in the TileBar. + + + A value that specifies whether a dropdown window is hidden on clicking any item in the TileBar. + + + + + + + This property is not supported by the TileBar class. + + + + + + + + + + Gets the default amount of space in pixels between an item's borders and its contents. + + + A Padding object that contains indents between an item's borders and its contents. + + + + + + + This property is not supported by the TileBar class. + + + + + + + + + + Gets or sets the width of the dropdown button displayed within items, when they are associated with dropdown controls via the property. + + + The width of dropdown buttons, in pixels. + + + + + + + + + + + + + + Provides options that specify view and behavior settings of dropdown controls associated with s. + + + An object that contains view and behavior settings of dropdown controls associated with items. + + + + + + + Gets or sets the direction in which dropdown controls associated with tiles are opened. + + + The direction in which tiles' dropdown controls are opened. + + + + + + + Fires when a tile's dropdown button is clicked. + + + + + + + + + + + + + + + + Returns the currently displayed dropdown container. + + + The currently displayed dropdown container. Returns null if no dropdown is displayed. + + + + + + + Gets or sets the vertical distance between group captions and items. + + + The vertical distance between group captions and items, in pixels. + + + + + + + Hides the currently displayed dropdown window. + + + + + + + + This member is not supported by the TileBar class. + + + + + + + + + + Gets or sets the distance between neighboring s. + + + The distance between neighboring items, in pixels. + + + + + + + This property is not supported by the TileBar class. + + + + + + + + + + Gets or sets the amount of space in pixels between an item's borders and its contents. + + + A Padding object that contains indents between an item's borders and its contents. + + + + + + + Gets or sets the tile height. + + + + The tile height. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The number of rows within the control. + + + + + + + This property is not supported by the TileBar class. + + + + + + + + + + Gets or sets the border width of the rectangle painted around the selected tile. + + + The border width of the rectangle painted around the selected tile. + + + + + + + Gets or sets whether selected tiles within this TileBar should paint their selection borders with their own background colors, or with an external color specified by the property. + + + A enumerator value that specifies which color should be used to paint tile selection borders. + + + + + + + Shows a dropdown window for the item passed through the parameter. + + + + An item whose dropdown window should be displayed + + + + + + + + Gets or sets whether captions are visible. + + + true, if captions are visible; otherwise, false. + + + + + + + Gets or sets whether each item displays a shadow. + + + true, if items display a shadow; otherwise, false. + + + + + + + Gets or sets the width of wide tiles. + + + The width of wide tiles. + + + + + + + + Enumerates types of elements in the . + + + + + + + An expandable element that can display child elements (items and groups). + + + + + + + + An element that can act as a button or display custom content in an expandable area below the element's header. + + + + + + + + + + Contains options that specify the view and behavior settings of dropdown controls associated with s. + + + + + + + + Initializes a new instance of the TileBarDropDownOptions class. + + + + The owner of the created TileBarDropDownOptions object. + + + + + + + + Gets or sets whether automatic height/width calculation is enabled for dropdown windows. + + + A value that specifies if automatic height/width calculation is enabled for dropdown windows. + + + + + + + Gets or sets how the 's background color is specified. + + + A value that defines how the 's background color is specified. + + + + + + + Gets or sets the color of a dropdown window's beak. + + + The color of a dropdown window's beak. + + + + + + + Gets or sets whether a dropdown window is hidden on clicking outside the dropdown's bounds. + + + + A value that specifies if a dropdown window is hidden on clicking outside the dropdown's bounds. + + + + + + + Gets or sets the size of a dropdown window (the height in the horizontal orientation; the width in the vertical orientation). + + + The size of a dropdown window, in pixels. + + + + + + + + A link to the object. + + + + + + + Returns a to which the current item link corresponds. + + + A to which the current item link corresponds. + + + + + + + + Contains options that affect the view. + + + + + + + + Initializes a new instance of the ToolboxOptionsView class. + + + + + + + + Gets or sets the number of columns into which the items are arranged. + + + An integer value that specifies the number of columns into which the items are arranged. + + + + + + + Gets or sets whether the height of the panel that contains the groups is automatically calculated to fit their entire content. + + + true, if the panel height is automatically calculated; otherwise, false. + + + + + + + Gets or sets the amount of space, in pixels, between the image and caption of the toolbox elements (groups and items). + + + An integer value that specifies the amount of space, in pixels, between the image and caption of the toolbox elements. + + + + + + + Gets or sets the dimensions of the rectangle for the item icons. + + + A structure that specifies the dimensions of the rectangle for the item icons. + + + + + + + Gets or sets whether the toolbox elements (groups and items) display their icons, captions, or both. + + + A enumeration value that specifies whether the toolbox elements (groups and items) display their icons, captions, or both. + + + + + + + Gets or sets the caption for the menu button displayed in the . + + + A string value that specifies the caption for the menu button. + + + + + + + Gets or sets the image for the menu button displayed in the . + + + An object that specifies the image for the menu button. + + + + + + + Gets or sets an icon for the button that invokes a popup panel containing currently active group items hidden in the minimized state. + + + An object that specifies an icon for the More items button. + + + + + + + Gets or sets whether the button that invokes a popup menu providing access to the groups is displayed. + + + true, if the displays the menu button; otherwise, false. + + + + + + + Gets or sets whether the displays the search box that allows an end-user to filter the items according to a custom criterion. + + + true, if the displays the search box; otherwise, false. + + + + + + + Gets or sets whether the toolbox caption, specified using the property, is visible. + + + true, if the toolbox caption is visible; otherwise, false. + + + + + + + + Presents a 's content in the Microsoft Windows 8-like style. + + + + + + + Initializes a new instance of the WindowsUIView class with the default settings. + + + + + + + + Initializes a new instance of the WindowsUIView class with the specified container. + + + + An object that implements the interface. + + + + + + + + Gets or sets the object that stores images used as custom background images for Navigation Bar actions. + + + + An Object that stores images used as custom background images for Navigation Bar actions. + + + + + + + + Activates a specific Content Container within the WindowsUIView. + + + + An IContentContainer object to be activated. + + + + + + + + Activates a specific within the WindowsUIView. + + + + A to activate. + + + + + + + + Activates the specific and navigates to its Activation Target. + + + + A BaseTile to be activated. + + + + + + + + Gets the content container currently displayed within the current WindowsUIView. + + + An IContentContainer object that is currently displayed within the current WindowsUIView. + + + + + + + Gets the currently displayed Flyout. + + + An IContentContainer that is the currently displayed Flyout. + + + + + + + Gets or sets whether a corresponding Tile should be automatically generated each time a new is added to the current WindowsUIView. + + + A DefaultBoolean enumerator value that specifies whether a Tile should be generated when a new is added. + + + + + + + + Gets or sets whether end-users can drag the WindowsUIView's caption area to move the parent form. + + + A DefaultBoolean enumerator value that specifies whether end-users can drag the WindowsUIView's caption area to move the parent form. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Provides access to appearance settings used to paint the current WindowsUIView's navigation bars. + + + An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's navigation bars. + + + + + + + Provides access to appearance settings used to paint the current WindowsUIView's navigation bar actions. + + + An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's navigation bar actions. + + + + + + + Provides access to appearance settings used to paint the current WindowsUIView's caption. + + + An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's caption. + + + + + + + Provides access to the Search Panel appearance settings. + + + An AppearanceObject that stores settings used to paint the Search Panel for this WindowsUIView. + + + + + + + Provides access to appearance settings of the current WindowsUIView's splash screen. + + + An AppearanceObject that contains the appearance settings of the current WindowsUIView's splash screen. + + + + + + + Fires when an end-user clicks a 'Back' button within a Navigation Bar. + + + + + + + + Gets or sets the current WindowsUIView's caption. + + + A String value that is the current WindowsUIView's caption. + + + + + + + Allows you to customize default Navigation Bar Actions. + + + + + + + + Provides access to Custom Navigation Bar Actions common to all Content Containers within the current WindowsUIView. + + + A ContentContainerActionCollection that stores Custom Navigation Bar Actions for all Content Containers within the current WindowsUIView. + + + + + + + Fires when a Content Container gets activated. + + + + + + + + Fires when a Content Container is being added to the collection. + + + + + + + + Fires when a Content Container gets deactivated. + + + + + + + + Occurs when an end-user clicks a Document header within any Content Container in this WindowsUIView. + + + + + + + + Fires when a Content Container is being removed from the collection. + + + + + + + + Provides access to the Content Containers collection used within the current WindowsUIView. + + + A ContentContainerCollection populated with Content Containers used within the current WindowsUIView. + + + + + + + Provides access to the current WindowsUIView's Controller. + + + An IWindowsUIViewController object for the current WindowsUIView. + + + + + + + Fires whenever the Back button needs to be displayed and allows you to manually draw this button. + + + + + + + + Occurs when the search panel is invoked. Allows you to customize search results and manually specify the content within which the search panel should look for the entered text. + + + + + + + + Provides access to properties of content containers that display individual documents, hosted within all and content containers that belong to this WindowsUIView. + + + A object that provides properties that customize all detail containers for all and content containers within this View. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + A FloatingDocumentContainer enumerator value. + + + + + + + Occurs when a Flyout within the WindowsUIView is completely closed. + + + + + + + + Occurs when a Flyout within the WindowsUIView is to be closed. + + + + + + + + Provides access to general settings common to all Flyouts within the WindowsUIView. + + + An IFlyoutProperties object that stores general settings common to all Flyouts within the WindowsUIView. + + + + + + + Occurs when a Flyout is to be displayed. + + + + + + + + Occurs after a Flyout within the WindowsUIView is completely displayed. + + + + + + + + Hides the currently displayed Flyout. + + + + + + + + Closes the currently displayed flyout with the specific outcome. + + + + A DialogResult enumerator value that is the output result of the closed flyout. + + + + + + + + Closes the Search Panel. + + + + + + + + Occurs when the application's hierarchy (navigation tree) has been changed. + + + + + + + + Gets whether transition animation is currently running within this WindowsUIView. + + + true, if transition animation is currently running within this WindowsUIView; otherwise, false. + + + + + + + Occurs when an end-user navigates to a parent Content Container. + + + + + + + + Occurs when the end-user navigates to a child Content Container or to another within the current Container. + + + + + + + + Occurs when an end-user clicks an action within a Navigation Bar. + + + + + + + + Fires when navigation bars are hidden. + + + + + + + + Occurs when Navigation Bars are to be displayed. + + + + + + + + Fires when navigation bars are shown. + + + + + + + + Provides access to settings common for all Overview Screens within the current WindowsUIView. + + + An IOverviewContainerProperties object that contains settings used for all Overview Screens within the current WindowsUIView. + + + + + + + Provides access to settings used for all s within the current WindowsUIView. + + + An IPageGroupProperties object that contains settings used for all s within the current WindowsUIView. + + + + + + + Provides access to properties common to all s within the current WindowsUIView. + + + + An IPageProperties object that stores settings common to all s within the current WindowsUIView. + + + + + + + + Allows you to add How To: Create Custom Document Actions to Content Containers within the current WindowsUIView. + + + + + + + + Allows you to assign content for popup container actions. + + + + + + + + Fires at the WindowsUIView application start-up. + + + + + + + + Occurs when end-users click any item displayed by the WindowsUIView's Search Panel. + + + + + + + + Occurs after the Search Panel is completely closed. + + + + + + + + Provides access to the Search Panel properties. + + + An object that stores the Search Panel properties. + + + + + + + Occurs when the Search Panel is about to be displayed. + + + + + + + + Occurs after the Search Panel is displayed. + + + + + + + + Displays the specific Flyout as a modal window. + + + + A Flyout to be displayed. + + + A DialogResult value that specifies the Flyout button that an end-user clicked. + + + + + + + + Displays the Search Panel. + + + + + + + + Provides access to settings common for all s within the current WindowsUIView. + + + An ISlideGroupProperties object that contains settings common for all s within the current WindowsUIView. + + + + + + + Provides access to detailed settings of the current WindowsUIView's splash screen. + + + An ISplashScreenProperties object that contains detailed settings of the current WindowsUIView's splash screen. + + + + + + + Provides access to settings common for all s within the current WindowsUIView. + + + An ISplitGroupProperties object that contains settings common for all s within the current WindowsUIView. + + + + + + + Provides access to properties common to all containers within this WindowsUIView. + + + An object that stores properties common to all containers within this WindowsUIView. + + + + + + + Occurs when a is added to the current WindowsUIView. + + + + + + + + Occurs when the checked state for any within the current WindowsUIView was changed. + + + + + + + + + Occurs when any within the current WindowsUIView is clicked. + + + + + + + + + Provides access to settings common for all s within the current WindowsUIView. + + + An ITileContainerProperties object that contains settings common to all s within the current WindowsUIView. + + + + + + + + Occurs when any within the WindowsUIView is pressed. + + + + + + + + Provides access to settings common for all s within the current WindowsUIView. + + + An IBaseTileProperties object that contains settings common for all s within the current WindowsUIView. + + + + + + + Occurs when a is removed from the current WindowsUIView. + + + + + + + + Provides zero-based indexed access to a collection of s contained within the current WindowsUIView. + + + + A BaseTileCollection object that contains all WindowsUIView's s. + + + + + + + Gets the current WindowsUIView's type. + + + The value. + + + + + + + Refreshes document actions displayed within this WindowsUIView's child Content Containers. + + + + + + + + Updates all currently visible Navigation Bars. + + + + + + + + The Document Selector is not supported for WindowsUIView. + + + + + + + + + + Gets or sets if a splash screen on the application start-up is used. + + + true if a splash screen on the application start-up is used; otherwise, false. + + + + + + + Gets or sets whether animation is enabled when navigating through s. + + + + A DefaultBoolean enumerator value that specifies whether animation is enabled when navigating through s. + + + + + + + + Gets the type of the currently displayed WindowsUIView's screen. + + + + A ContextualZoomLevel enumerator value that specifies the currently displayed WindowsUIView's screen. + + + + + + + + A panel that displays Windows 8 UI buttons. + + + + + + + Initializes a new instance of the WindowsUIButtonPanel class with the default settings. + + + + + + + + Glyph Skinning is always enabled for the WindowsUIButtonPanel. + + + + + + + + + + Gets or sets whether s' captions for the current WindowsUIButtonPanel can be formatted via HTML tags. + + + true if s' captions for the current WindowsUIButtonPanel can be formatted via HTML tags; otherwise, false. + + + + + + + Gets the object that contains appearance settings applied to s within the WindowsUIButtonPanel. + + + An ButtonsPanelControlAppearance object that contains appearance settings applied to s within the WindowsUIButtonPanel. + + + + + + + Gets or sets whether this WindowsUIButtonPanel should be auto-sized, when hosted in a . + + + + true, if this WindowsUIButtonPanel should be auto-sized, when hosted in a ; otherwise, false. + + + + + + + + Gets or sets a collection of background images for all s within the current WindowsUIButtonPanel. + + + An Object that stores a collection of background images for all s within the current WindowsUIButtonPanel. + + + + + + + Occurs when an end-user checks a within the current WindowsUIButtonPanel. + + + + + + + + Occurs when a regular (push) is clicked within the current WindowsUIButtonPanel. + + + + + + + + Gets or sets the interval between neighboring s within the current WindowsUIButtonPanel. + + + An Int32 value that is the interval between neighboring s within the current WindowsUIButtonPanel. + + + + + + + Provides access to the collection of s used within the current WindowsUIButtonPanel. + + + A BaseButtonCollection that stores the current WindowsUIButtonPanel's buttons. + + + + + + + Occurs when an end-user unchecks a within the current WindowsUIButtonPanel. + + + + + + + + Returns the hit info for the specific point within this WindowsUIButtonPanel. + + + + A Point structure that is the point within the WindowsUIButtonPanel for which the hit info should be obtained. + + + An IBaseButton object that stores the hit info for the specific point within this WindowsUIButtonPanel. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets how the current WindowsUIButtonPanel's buttons are aligned. + + + A ContentAlignment enumerator value that specifies how s within the current WindowsUIButtonPanel are aligned. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether specific colors in images of all s within the current WindowsUIButtonPanel are transparent. + + + true, if specific colors in images of all s within the current WindowsUIButtonPanel are transparent; otherwise, false. + + + + + + + Gets the color used to paint button icons when the Glyph Skinning feature is enabled. + + + + A BaseButtonInfo object that stores the button glyph skinning color. + + + A Color used to paint button icons when the Glyph Skinning feature is enabled. + + + + + + + Retrieves detailed information about a tool-tip located at the specific position. + + + + A Point structure to check whether it belongs to a tool-tip. Coordinates are counted from the WindowsUIButtonPanel's top left corner. + + + A ToolTipControlInfo object that stores the tool-tip's information. + + + + + + + Hides the opened Peek Form. + + + + + + + + Gets or sets an image collection that contains icons for the current WindowsUIButtonPanel's s. + + + An object that stores icons for the current WindowsUIButtonPanel's s. + + + + + + + Merges this WindowsUIButtonPanel to the target WindowsUIButtonPanel. + + + + A WindowsUIButtonPanel to which this WindowsUIButtonPanel should be merged. + + + + + + + + Gets or sets the current WindowsUIButtonPanel's orientation. + + + A System.Windows.Forms.Orientation enumerator value that specifies the current WindowsUIButtonPanel's orientation. + + + + + + + Gets or sets the amount of time, in milliseconds, after which a Peek Form is automatically shown when a button is hovered with the mouse pointer. + + + An integer value that specifies the amount of time, in milliseconds, after which a Peek Form is automatically shown when a button is hovered with the mouse pointer. + + + + + + + Gets or sets a Peek Form's size. + + + A System.Drawing.Size structure that specifies a Peek Form's size. + + + + + + + Enables you to provide content for a Peek Form. + + + + + + + + + Shows the Peek Form for the specified button. + + + + A DevExpress.XtraEditors.ButtonPanel.IBaseButton object for which the Peek Form should be shown. + + + + + + + + Gets or sets whether a Peek Form is automatically shown when a button is hovered with the mouse pointer. + + + true if a Peek Form is automatically shown when a button is hovered with the mouse pointer; otherwise, false. + + + + + + + Gets or sets an object that controls the tool-tips for the current WindowsUIButtonPanel's buttons. + + + A ToolTipController object that controls the tool-tips for the current WindowsUIButtonPanel's buttons. + + + + + + + Removes all merged to this WindowsUIButtonPanel. + + + + + + + + Gets or sets whether buttons within this WindowsUIButtonPanel should display their background images. + + + true, if buttons within this WindowsUIButtonPanel should display their background images; otherwise, false. + + + + + + + Gets or sets whether button wrapping is enabled for the current WindowsUIButtonPanel. + + + true, if button wrapping is enabled for the current WindowsUIButtonPanel; otherwise, false. + + + + + + + + The menu where items are arranged along the circumference. + + + + + + + Initializes a new instance of the RadialMenu class. + + + + + + + + Initializes a new instance of the RadialMenu class. + + + + An object that owns the created RadialMenu. + + + + + + + + Initializes a new instance of the RadialMenu class with the specified settings. + + + + A object to which the current RadialMenu should be bound. + + + + + + + + Adds a specific item link to the current RadialMenu. + + + + + A BarItem whose link is added to the RadialMenu. + + + A corresponding to the new item. + + + + + + + Gets or sets whether the menu item glyphs are painted using the item foreground colors. + + + true, if the menu item glyphs are painted using the item foreground colors; otherwise, false. + + + + + + + Gets or sets whether the current menu is automatically expanded when opened. + + + true, if the current menu is automatically expanded when opened; otherwise, false. + + + + + + + Gets or sets the Radial Menu's background color. + + + The Radial Menu's background color. + + + + + + + Gets or sets the background color of the menu's outer border (the outer circle segment). + + + The background color of the menu's outer border. + + + + + + + Returns information on the RadialMenu's elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the RadialMenu's top-left corner. + + + An object which contains information about the visual elements located at the test point. + + + + + + + Occurs when the center button is clicked. + + + + + + + + Removes all links from the RadialMenu object. + + + + + + + + Gets or sets whether the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu's area. + + + true if the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu's area; otherwise, false. + + + + + + + Collapses the RadialMenu and optionally closes it. + + + + true if the RadialMenu should be collapsed using animation effects; otherwise, false. + + + + true if the RadialMenu should be closed after collapsing; otherwise, false. + + + + + + + + Collapses the RadialMenu. The menu's central button remains visible and active. + + + + true if the RadialMenu should be collapsed using animation effects; otherwise, false. + + + + + + + + Gets or sets whether the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu. + + + + true if the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu; otherwise, false. + + + + + + + + Gets whether the container for items currently displayed in the menu is the , or object. + + + A object that determines whether the container for items currently displayed in the menu is the , or object. + + + + + + + Gets or sets the glyph displayed by default in the RadialMenu's central circle button. + + + An Image object that specifies the glyph displayed by default in the RadialMenu's central circle button. + + + + + + + Expands the collapsed RadialMenu. + + + + + + + + Gets whether the specified is auto-sized when it belongs to a . + + + + + A object which indicates whether it is auto-sized. + + + + A RadialMenuContainerItemAutoSize enumeration value indicating whether the auto-size feature is enabled or disabled. + + + + + + + Gets whether items contained in the specified are auto-sized. + + + + A object which indicates whether its items are auto-sized. + + + + A RadialMenuContainerItemAutoSize enumeration value indicating whether items of the specified object are auto-sized. + + + + + + + Gets or sets an image displayed within the Radial Menu's central circle button. + + + An Image object displayed within the Radial Menu's central circle button. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Hides the current . + + + + + + + + Gets or sets the starting radius of the inner circle segment that is filled with the color specified by an item's BackColor (BarItem.ItemInMenuAppearance.Normal.BackColor) property. + + + An Int32 value that is the distance between the RadialMenu's center and its sectors' color fill. + + + + + + + Gets or sets whether items are auto-sized to fit the entire area of the RadialMenu. + + + A RadialMenuItemAutoSize enumeration value specifying whether items are auto-sized. + + + + + + + Gets or sets the secondary RadialMenu's color. + + + A Color used to paint the current RadialMenu's inner elements. + + + + + + + This property is not supported by the RadialMenu class. + + + + + + + + + + Gets or sets the radius of the Radial Menu, in pixels. + + + An integer value that is the radius of the Radial Menu, in pixels. + + + + + + + Gets or sets the style used to paint the current RadialMenu. + + + A PaintStyle enumeration value specifying the style used to paint the current RadialMenu. + + + + + + + Removes a specific item link from the collection. + + + + The item link to remove from the collection. + + + + + + + + Sets whether the specified is auto-sized when it belongs to a . + + + + + A object for which the auto-size feature should be specified. + + + + A RadialMenuContainerItemAutoSize enumeration value specifying whether the specified is auto-sized. + + + + + + + + Sets whether items contained in the specified object are auto-sized. This method is in effect when the belongs to a . + + + + A object with which to set whether its items are auto-sized. + + + + + A RadialMenuContainerItemAutoSize enumeration value specifying whether the auto-size feature is enabled or disabled. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Displays the menu at the specified position. + + + + A Point where the menu is displayed. + + + + + + + + Displays the RadialMenu at the specified position in either the expanded or collapsed state. + + + + + A Point where the menu is displayed. + + + + true, to show an expanded RadialMenu; otherwise, false. + + + + + + + + + Displays the menu at the specified position. + + + + + + + + A structure that specifies the location to display the . + + + + + + + + + + + + Displays the menu at the specified position. + + + + A structure that specifies the location to display the . + + + + + + + + + + + + Gets or sets the color used to paint the menu's border segment corresponding to a sub-menu when it is hovered over. + + + The color used to paint the menu's border segment corresponding to a sub-menu when it is hovered over. + + + + + + + Gets or sets custom data associated with the current RadialMenu. + + + Custom data associated with the current RadialMenu. + + + + + + + Gets or sets the RadialMenu's text rendering quality. + + + A System.Drawing.Text.TextRenderingHint enumerator value specifying the RadialMenu's text rendering quality. + + + + + + + Gets whether the menu is visible. + + + true if the menu is visible; otherwise, false. + + + + + + + + The base class for popup menus. + + + + + + + Initializes a new instance of the PopupMenuBase class with the specified BarManager. + + + + A object representing the Bar Manager that will manage the created popup menu. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PopupMenuBase class. + + + + + + + + Initializes a new instance of the PopupMenuBase class with the specified container. + + + + An object which implements the System.ComponentModel.IContainer interface. + + + + + + + + Adds a specific item link to the current PopupMenuBase. + + + + A whose link is added to the PopupMenuBase. + + + A corresponding to the new item. + + + + + + + Adds an array of item links to the current PopupMenuBase. + + + + An array of descendants whose links are added to the PopupMenuBase object. + + + + + + + + Allows you to customize the popup menu before it is displayed onscreen. + + + + + + + + Starts the runtime initialization of the PopupMenuBase object. + + + + + + + + Locks the PopupMenuBase object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Indicates whether the current PopupMenuBase object can be displayed. + + + + true, if the PopupMenuBase object can be displayed; otherwise, false. + + + + + + + Removes all links from the PopupMenuBase object. + + + + + + + + Occurs when the PopupMenuBase object is hidden. + + + + + + + + + Displays the customization dialog for the current PopupMenuBase object. + + + + + + + + + Ends the runtime initialization of the PopupMenuBase object. + + + + + + + + + Unlocks the PopupMenuBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Hides the current PopupMenuBase object. + + + + + + + + Inserts a new item link in the item link collection of the current PopupMenuBase object before a specific collection element. + + + + The member of the item link collection before which a new item link is inserted. + + + + The whose link is inserted. + + + The inserted in the collection. + + + + + + + Provides access to links owned and displayed by the popup menu. + + + A object containing links owned by the popup menu. + + + + + + + Fires immediately after a link has been added to the popup menu. + + + + + + + + Fires immediately after a link has been removed from the popup menu. + + + + + + + + Gets or sets a value that stores information on the links added to the current PopupMenuBase object at design time. + + + A LinksInfo value that stores information about item links in the current PopupMenuBase object. + + + + + + + Specifies the responsible for managing the PopupMenuBase object. + + + A responsible for managing the PopupMenuBase object. + + + + + + + Gets or sets the menu's display mode. + + + A value that specifies the menu's display mode. + + + + + + + + Merges the specified menu's items with the current menu's items. + + + + A object whose items need to be merged with the current menu's items. + + + + + + + + Gets or sets the name of the popup menu component. + + + A string value representing the name of the popup menu. + + + + + + + Occurs when the PopupMenuBase object appears onscreen. + + + + + + + + Removes a specific item link from the collection. + + + + The item link to remove from the collection. + + + + + + + + Specifies the responsible for managing the PopupMenuBase object. + + + A responsible for managing the PopupMenuBase object. + + + + + + + Displays the current pop-up menu at a specific point. + + + + + A Point structure that specifies coordinates where the pop-up should be displayed. + + + + + + + + + Displays the current pop-up associated with a at a specific point. + + + + + A Bar Manager associated with the PopupMenuBase. + + + + A Point structure that specifies the pop-up's location. + + + + + + + + Displays a child object at the specific point. + + + + + A associated with the object. + + + + A Point structure that specifies the location to display the object. + + + + A PopupControl object that owns the object. + + + + + + + + Displays the current pop-up menu at a specific point. + + + + A screen point at which to display the . + + + + An object that activates the . + + + + + + + + Restores the original layout of the menu after a previous merge operation. + + + + + + + + Indicates whether the current PopupMenuBase object is visible. + + + true, if the current PopupMenuBase object is visible; otherwise, false. + + + + + + + + Lists the values that specify the order in which pages are cycled. + + + + + + + + The input focus is set to the next visible page. + + + + + + + + The input focus is set to the next visible page. + + + + + + + + The input focus is set to the next page in the tab order. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender. + + + + A object which contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + An object which represents the processed page. This value is assigned to the property. + + + + + + + + + Gets the processed tab page. + + + An object which represents the processed page. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which implements a Windows message. + + + + + + + + Gets a value which identifies the direction in which the pages are cycled. + + + true if the pages are cycled forward; otherwise, false. + + + + + + + Gets or sets whether an event was handled, if it was handled the default actions are not required. + + + true if the default cycling mechanism isn't required; otherwise, false. + + + + + + + + Represents a tabbed MDI manager's page collection. + + + + + + + Initializes a new instance of the class. + + + + + + + + Adds the specified tab page to the collection. + + + + An object which represents the tab page to add. + + + + An integer value which specifies the position into which the tab page was inserted. + + + + + + + Disposes of all pages owned by the current collection. + + + + + + + + Returns the specified page's position within the collection. + + + + An object which implements the interface. + + + An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. + + + + + + + Adds the specified page to the collection at the specified position. + + + + A zero-based integer which specifies the position at which the page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. + + + + An object which implements the interface. + + + + + + + + Gets whether the specified index points to an existing page within the current collection. + + + + An integer that specifies the index to be tested. + + + true if the specified index falls in the range [0;Count-1]; otherwise, false. + + + + + + + Gets the tab page which corresponds to the specified MDI child form. + + + + A object which represents the MDI child form. + + + An object representing the tab page which corresponds to the specified MDI child form. null (Nothing in Visual Basic) if no tab page is found. + + + + + + + Gets the tab page at the specified position within the collection. + + + + An integer value representing the zero-based index of the page. If it's negative or exceeds the number of elements, an exception is raised. + + + An object which represents the tab page at the specified position. + + + + + + + Removes the specified tab page from the collection. + + + + An object which implements the interface to remove from the collection. + + + + + + + + + Represents a single tab page. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + + An object which implements the interface and owns the created tab page. This value is assigned to the property. + + + + A object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + + An object which implements the interface and owns the created tab page. This value is assigned to the property. + + + + A object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the property. + + + + A Boolean value that specifies whether to display a child form's icon (Form.Icon) in the corresponding page header. This value is assigned to the property. + + + + + + + + Gets or sets whether the XtraMdiTabPage's icon should be painted using the page foreground color. + + + + A enumerator value specifying whether the XtraMdiTabPage's icon should be painted using the page foreground color. + + + + + + + + + Gets or sets whether the current XtraMdiTabPage can be pinned. + + + true if the current XtraMdiTabPage can be pinned; otherwise, false. + + + + + + + Provides access to the properties that control the tab page's appearance. + + + A PageAppearance object which provides the appearance settings for the tab page's elements. + + + + + + + Gets the specified form's icon (Form.Icon) in Image format. + + + + A Form whose icon needs to be converted. + + + A object to which the form's icon is converted. null if no icon is assigned to the form. + + + + + + + Gets or sets the image displayed within the tab page's header. + + + A object which represents the image displayed within the tab page's header. + + + + + + + Gets or sets the index of the image displayed within the tab page's header. + + + A zero-based integer value specifying the index of an image within the list. + + + + + + + Gets or sets the maximum width of the current page's tab header. + + + An integer value that is the maximum width of the current page's tab header. + + + + + + + Gets the multiple document interface (MDI) child form to which the current page corresponds. + + + A object which represents the MDI child form to which the created tab page corresponds. + + + + + + + Gets whether the tab page can be selected. + + + true if the tab page is enabled and can be selected by an end-user or via code; otherwise, false. + + + + + + + Gets whether the tab page is visible. + + + true if the tab page is visible; otherwise, false. + + + + + + + Gets or sets whether this XtraMdiTabPage is currently pinned. + + + true if this XtraMdiTabPage is currently pinned; otherwise, false. + + + + + + + Gets or sets whether the page contains a Close button. + + + A value that specifies whether a Close button is displayed in the tab. + + + + + + + Gets or sets whether the current XtraMdiTabPage should display its pin button. + + + true if the current XtraMdiTabPage should display its pin button; otherwise, false. + + + + + + + Starts the animation of an animated GIF file displayed in the page's header. + + + + + + + + + Stops animation of an animated GIF file displayed in the tab page's header. + + + + + + + + + Gets or sets a for the current XtraMdiTabPage object. + + + A object associated with the current XtraMdiTabPage object. + + + + + + + Gets the tabbed MDI manager to which the current tab page belongs. + + + An object which implements the interface. + + + + + + + Gets or sets the tab page's caption. + + + A value which specifies the text displayed within the page header. + + + + + + + Gets or sets a regular tooltip for the tab page. + + + + A value which specifies a regular tooltip for the tab page. + + + + + + + Gets or sets the type of the tooltip icon to display in a regular tooltip. + + + A enumeration value. + + + + + + + Gets or sets a regular tooltip's title. + + + A string that specifies a regular tooltip's title. + + + + + + + + The component providing centralized control over MDI child forms. + + + + + + + Initializes a new instance of the class which is associated with the specified container. + + + + + An object which implements . + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets the currently active floating page. + + + The currently active floating page + + + + + + + Gets or sets whether end-users can reorder pages by dragging their headers. + + + A enumeration value which specifies whether end-users can reorder pages by dragging their headers. + + + + + + + Gets or sets whether icons for all s within the XtraTabbedMdiManager should be painted with the same color as the page header text. + + + + A enumerator value specifying whether or not icons for all s within the XtraTabbedMdiManager should be painted with the same color as the page header text. + + + + + + + Gets the appearance settings used to paint the MDI client. + + + A object which provides the appearance settings used to paint the MDI client. + + + + + + + Provides access to the properties that control the appearance of all the pages. + + + A object which provides appearance settings for all the pages. + + + + + + + Allows you to cancel docking a floating page onto the XtraTabbedMdiManager. + + + + + + + + + Allows you to prevent a page from becoming floating. + + + + + + + + + Locks the XtraTabbedMdiManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the border style of the multiple document interface (MDI) client. + + + A enumeration value which specifies the border style of the MDI client. + + + + + + + Gets or sets the border style of all the tab pages. + + + A enumeration value which specifies the border style for all the tab pages. + + + + + + + Gets the bounding rectangle of the multiple document interface (MDI) client. + + + A structure which represents the bounding rectangle of the MDI client. + + + + + + + Returns information on the visual elements located at the specified point. + + + + + A structure which specifies test point coordinates relative to the tabbed MDI's top-left corner. + + + A object that contains information about the visual elements located at the test point. + + + + + + + Gets or sets whether Close buttons are displayed in individual tab pages and the tab control's header. + + + A value that specifies the display mode for Close buttons. + + + + + + + Gets or sets the value that determines if tabs will be closed on a mouse middle click. + + + + A value that determines if tabs will be closed on a mouse middle click. + + + + + + + Gets or sets the BarAndDockingController that controls the appearance settings of the XtraTabbedMdiManager component. + + + + A object which controls the appearance settings of the XtraTabbedMdiManager component. + + + + + + + + + Allows you to customize display settings of the Document Selector's items. + + + + + + + + Allows you to customize the Document Selector's settings, before it's displayed on-screen. + + + + + + + + Moves a floating page from the specified XtraTabbedMdiManager to the current XtraTabbedMdiManager and docks the page. + + + + A floating page (form) that belongs to the specified XtraTabbedMdiManager, and must be docked to the current XtraTabbedMdiManager. + + + + + A XtraTabbedMdiManager object that represents the old owner of the floating page. + + + A Boolean value indicating that the floating page has been successfully moved and docked in the current XtraTabbedMdiManager. + + + + + + + + Fires after a floating page has been docked to the XtraTabbedMdiManager. + + + + + + + + Fires when dropping a page that is becoming floating. + + + + + + + + Unlocks the XtraTabbedMdiManager object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Makes the specified page floating. + + + + + An object to be made floating. + + + + A Point at which the page will float. + + + true if the page was successfully made floating; otherwise, false. + + + + + + + Provides access to the collection of floating pages. + + + A FloatFormCollection object that represents the collection of floating pages. + + + + + + + Fires when a docked page becomes floating. + + + + + + + + Fires when a floating page is activated. + + + + + + + + Fires when a floating page is deactivated. + + + + + + + + Gets or sets the time interval between moving a floating page onto the tab header region and docking the page. + + + An integer value that specifies the delay before docking a floating page, in milliseconds. + + + + + + + Fires when dragging a floating page. Allows you to implement the drag-and-drop of child floating pages to another XtraTabbedMdiManager. + + + + + + + + + Gets or sets whether a page is made floating on double-clicking its tab. + + + A value that specifies if a page is made floating on double-clicking its tab. + + + + + + + Gets or sets whether a page can be dragged away from the XtraTabbedMdiManager and then restored. + + + + A value that specifies if a page is made floating on dragging its tab outside the tab header region. + + + + + + + Gets or sets how a page is dragged away from the XtraTabbedMdiManager's header region. + + + A value. + + + + + + + Gets the tabbed MDI manager which is associated with the specified Form. + + + + A object which represents the container for multiple document interface (MDI) child forms. + + + + An object representing the tabbed MDI manager which is associated with the Form specified. null (Nothing in Visual Basic) if the manager isn't associated with the form. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row. + + + A enumeration value which specifies whether the page headers should be automatically stretched to fill the empty space in a tab row. + + + + + + + Gets the options that specify which tab buttons can be displayed within the header panel. + + + A set of flags that specify the visibility of tab buttons. + + + + + + + Gets or sets a value which specifies the display mode for the header buttons. + + + A enumeration member which specifies the manner in which buttons are displayed. + + + + + + + Gets or sets the position of the page headers. + + + A enumeration member which specifies the position of the page headers. + + + + + + + Gets or sets the orientation of the page headers. + + + A enumeration member which specifies the orientation of the page headers. + + + + + + + Gets or sets the source of images that can be displayed within page headers. + + + A that is an image collection providing images for page headers. + + + + + + + Invalidates the specified region occupied by the multiple document interface (MDI) client. + + + + A structure which represents the region to invalidate. + + + + + + + + Invalidates the region occupied by the multiple document interface (MDI) client. + + + + + + + + Updates a tabbed MDI. + + + + + + + + Gets or sets the default maximum width of tab headers for all pages. + + + + An integer value that is the default maximum width of tab headers for all pages. + + + + + + + Gets or sets a container for multiple document interface (MDI) child forms. + + + A object which represents a container for multiple document interface (MDI) child forms. + + + + + + + Occurs when the mouse pointer is over a tabbed MDI and a mouse button is pressed. + + + + + + + + Occurs when the mouse pointer enters the tabbed MDI. + + + + + + + + Occurs when the mouse pointer leaves the tabbed MDI. + + + + + + + + Occurs when the mouse pointer moves over a tabbed MDI. + + + + + + + + Occurs when the mouse button is released if it was pressed within a tabbed MDI. + + + + + + + + Gets or sets whether more than one row of page headers can be displayed. + + + A value which specifies whether more than one row of page headers can be displayed. + + + + + + + Fires after a new page has been added to the collection. + + + + + + + + Gets or sets the alignment of the image displayed within the page header. + + + A enumeration member which specifies the image's alignment. + + + + + + + Fires after a page has been removed from the collection. + + + + + + + + Provides access to the tabbed MDI manager's page collection. + + + An object which represents a collection of pages that represent multiple document interface (MDI) child forms that are parented to the form. + + + + + + + + Gets or sets which s should display a Pin Button on their tab headers. + + + + A PinPageButtonShowMode enumerator value that specifies which s should display a Pin Button on their tab headers. + + + + + + + + Gets or sets the zoom ratio to calculate the size of a floating page's preview version. + + + A Single value that specifies the zoom ratio to calculate the size of a floating page's preview version. + + + + + + + Gets or sets whether right-to-left mirror placement is turned on. + + + A enumeration value that specifies whether right-to-left mirror placement is turned on. + + + + + + + Gets or sets the currently selected page. + + + An object which represents the page currently selected. null (Nothing in Visual Basic) if the collection is empty or all pages are hidden. + + + + + + + + Fires after the selected page has been changed. + + + + + + + + Provides the ability to cycle through the pages using custom rules. + + + + + + + + Gets or sets a value which specifies the order in which pages are cycled through. + + + A enumeration value that specifies the order in which pages are cycled through. + + + + + + + Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the XtraTabbedMdiManager's header region. + + + true if the hints are enabled; otherwise, false. + + + + + + + Gets or sets whether a focus frame is displayed around the selected page header. + + + A enumeration member which specifies whether a focus frame is displayed around the selected page header. + + + + + + + Gets or sets whether hints can be displayed for page headers. + + + A enumeration member which specifies whether hints can be displayed for page headers. + + + + + + + Gets or sets the width for all tab page headers within the XtraTabbedMdiManager. + + + An Int32 value that is the width for all tab headers within the XtraTabbedMdiManager. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for tab pages. + + + The component which controls the appearance and behavior of the hints displayed for tab pages. + + + + + + + Gets or sets whether the Document Selector feature is enabled, which allows an end-user to switch between tab pages. + + + A value that specifies whether a Document Selector feature is enabled. + + + + + + + Gets or sets whether to display a child form's icon (Form.Icon) in the corresponding page header. + + + true to display a child form's icon (Form.Icon) in the corresponding page header; otherwise, false. + + + + + + + + Contains properties common to all s within a . + + + + + + + Gets or sets the length of every individual for all s within the view. + + + + An Int32 value that specifies the length of every individual for all s within the view. + + + + + + + + Gets or sets the length of a within a relative to this SlideGroup's visible part. This setting affect all s within a View. + + + + A Double value that specifies the length of a within a relative to this SlideGroup's visible part. + + + + + + + + Contains properties for individual s within a . + + + + + + + Gets the actual length for s within the current . + + + An Int32 value that is the actual length for s within the current . + + + + + + + Gets the length of the s within the current relative to this SlideGroup's available space. + + + A Double value that is the length of the s within the current relative to this SlideGroup's available space. + + + + + + + Gets whether any of ItemLengthRatio properties was used to set the Documents' length within the current . + + + true if any of ItemLengthRatio properties was used to set the Documents' length; otherwise, false. + + + + + + + Gets or sets the length of every individual within the current . + + + + An Int32 value that specifies the length of every individual within the current . + + + + + + + + Gets or sets the length of the current 's Documents relative to this SlideGroup's visible space. + + + A Double value that is the length of the current 's Documents relative to this SlideGroup's visible space. + + + + + + + + Contains properties common to all s within a . + + + + + + + Gets or sets whether all 's Page Headers within the current View are visible. + + + true if all 's Page Headers within the current View are visible; otherwise, false. + + + + + + + + Contains properties for individual s within a . + + + + + + + Gets whether the current can display its Page Headers. + + + true if the current can display its Page Headers; otherwise, false. + + + + + + + Gets or sets whether the current 's Page Headers are visible. + + + true if the current 's Page Headers are visible; otherwise, false. + + + + + + + + Contains properties for s within a . + + + + + + + Gets or sets if tile checking is enabled. + + + true if tile checking is enabled; otherwise, false. Default is true. + + + + + + + + The base class for all Content Containers that display multiple Documents. + + + + + + + Gets a specific 's length within the current DocumentGroup. + + + + A Document whose length is to be obtained. + + + An Int32 value that is a specific 's length. + + + + + + + Gets an Int32 array whose every item specifies the length of a corresponding within a or a . + + + An Int32 array that contains Document lengths within a or a . + + + + + + + + Occurs whenever an end-user clicks a header of a Document that belongs to this DocumentGroup container. + + + + + + + + Gets the object providing general information about the current DocumentGroup. + + + An IDocumentGroupInfo object that contains general information about the current DocumentGroup. + + + + + + + Provides zero-based indexed access to the collection of s contained within the current DocumentGroup. + + + + A DocumentCollection object that contains all s for the current DocumentGroup. + + + + + + + Sets a specific 's length within the current DocumentGroup. + + + + A Document whose length is set. + + + + An Int32 value that is the document's length. + + + + + + + + + A Document within a . + + + + + + + Initializes a new instance of the Document class with the default settings. + + + + + + + + Initializes a new instance of the Document class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the Document class with custom settings. + + + + An IDocumentProperties object that contains custom settings for the newly created Document. + + + + + + + + Gets or sets the caption for the navigation action related to the current Document. + + + A String value specifying the caption for the navigation action related to the current Document. + + + + + + + Gets or sets the icon for the navigation action related to the current Document. + + + An Image object specifying the icon for the navigation action related to the current Document. + + + + + + + Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this Document as its action image. + + + A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. + + + + + + + Provides access to the current Document's custom actions. + + + A ContentContainerActionCollection object that stores custom actions for the current Document. + + + + + + + Gets or sets whether this should be removed from the list of places where the Search Panel looks for the entered text. + + + true, if this should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. + + + + + + + Gets or sets the collection of string tags for this Document. The Search Panel will check these tags for the desired text. + + + + A String collection that stores search tags for this Document. + + + + + + + + A base class for all Content Containers types used within a . + + + + + + + Occurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container's Navigation Bar Actions. + + + + + + + + Provides access to the collection of Custom Navigation Bar Actions used within the current Content Container. + + + A ContentContainerActionCollection object that stores Custom Navigation Bar Actions for the current Content Container. + + + + + + + Fires when the current Content Container's actions collection changes. + + + + + + + + + Provides access to the appearance settings used to paint Custom Container Buttons within the current Content Container. + + + A ButtonsPanelControlAppearance object that stores appearance settings used to paint Custom Buttons. + + + + + + + Provides access to appearance settings used to paint the current Content Container's . + + + An AppearanceObject that contains appearance settings for the current Content Container's . + + + + + + + Gets or sets the collection of background images for the current Content Container's Custom Buttons. + + + An Object that stores background images for all Custom Buttons within the current BaseContentContainer. + + + + + + + Occurs when a Custom Button within the current Content Container is checked. + + + + + + + + Occurs when a regular Custom Button within the current Content Container is clicked. + + + + + + + + Gets or sets the distance between neighboring Custom Container Buttons in the current Content Container. + + + An Int32 value that specifies the distance between neighboring Custom Buttons in the current Content Container. + + + + + + + Provides access to the Content Container's Custom Container Buttons collection. + + + A ContentContainerButtonCollection object that stores the Content Container's Custom Container Buttons. + + + + + + + Occurs when a Custom Button within the current Content Container is checked. + + + + + + + + Gets or sets the current Content Container's caption. + + + A String value that specifies the current Content Container's caption. + + + + + + + Gets or sets whether this Content Container should be removed from the list of places where the Search Panel looks for the entered text. + + + true, if this Content Container should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. + + + + + + + Gets an enumerator that goes down the BaseContentContainer's hierarchy and iterates the children that meet a specific set of criteria. + + + + A BaseContentContainer to be iterated through. + + + + A Predicate object that is the method that defines a set of criteria and determines whether a BaseContentContainer's child meets those criteria. + + + + An Int32 value that specifies how far down the BaseContentContainer's hierarchy an enumerator should go to reach the required container's children. + + + + An IEnumerator that goes down the BaseContentContainer's hierarchy and iterates the children that meet a specific set of criteria. + + + + + + + Gets an Enumerator that can iterate through the BaseContentContainer's content. + + + An IEnumerator for the entire BaseContentContainer. + + + + + + + Gets an enumerator that goes down the BaseContentContainer's hierarchy and iterates its children. + + + + An Int32 value that specifies how far down the BaseContentContainer's hierarchy an enumerator should go to reach the required container's children. + + + + An IEnumerator that goes down the BaseContentContainer's hierarchy and iterates its children. + + + + + + + Gets an enumerator that iterates through the current BaseContentContainer with a specific criteria. + + + + A System.Predicate object that defines a set of criteria and determines whether a BaseContentContainer's child meets those criteria. + + + An IEnumerator object that iterates through the current BaseContentContainer with a specific criteria. + + + + + + + Gets the root parent for the specific Content Container. + + + + An IContentContainer whose root parent is to be obtained. + + + An IContentContainer object that is the target Content Container's root parent. + + + + + + + Gets or sets an icon for the current Content Container. + + + An Image that is the current Content Container's icon. + + + + + + + Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseContentContainer. + + + A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. + + + + + + + Gets specific information about the current Content Container. + + + An IContentContainerInfo object that contains specific information about the current Content Container. + + + + + + + Gets whether the Content Container is currently active. + + + true if the Content Container is currently active; otherwise, false. + + + + + + + Gets whether the current Content Container is created automatically. + + + true if the current Content Container is created automatically; otherwise, false. + + + + + + + Gets whether the 'container' Content Container is the 'parent' container's child. + + + + An IContentContainer to be checked. + + + + An IContentContainer that is a potential container's parent. + + + + true if the container Content Container is the parent container's child; otherwise, false. + + + + + + + Gets whether the number of current Content Container items has reached its limit. + + + + true if the number of current Content Container items has reached its limit; otherwise, false. + + + + + + + + Gets whether the current Content Container is orientated horizontally. + + + true if the current Content Container is orientated horizontally; otherwise, false. + + + + + + + Gets if the current Content Container is loaded. + + + true if the current Content Container is loaded; otherwise, false. + + + + + + + Gets a that owns the current Content Container. + + + A DocumentManager object that owns the current BaseContentContainer. + + + + + + + Gets or sets the current Content Container's name. + + + A String value that specifies the current Content Container's name. + + + + + + + Gets or sets the current Content Container's parent Container. + + + An IContentContainer object that is the current BaseContentContainer's parent. + + + + + + + Provides access to the current Content Container's general settings. + + + An IContentContainerDefaultProperties object that stores base Content Container properties. + + + + + + + Gets or sets the collection of string tags for this BaseContentContainer. The Search Panel will check these tags for the desired text. + + + + A String collection that stores search tags for this BaseContentContainer. + + + + + + + Gets or sets the current Content Container's subtitle. + + + A String value that is the current Content Container's subtitle. + + + + + + + Gets or sets a tag that labels this BaseContentContainer. + + + An Object that labels this BaseContentContainer. + + + + + + + Refreshes document actions displayed within this BaseContentContainer's child documents. + + + + + + + + + Provides access to a set of properties that manage this 's touch behavior. + + + + + + + + Initializes a new instance of the RibbonOptionsTouch class with the specified settings. + + + + A that owns the newly created RibbonOptionsTouch object. + + + + + + + + Gets or sets whether the setting only affects the Ribbon UI. + + + true if the setting only affects the Ribbon UI; false if this setting affects all touch-aware DevExpress controls in the application, including the Ribbon Control. + + + + + + + Copies all settings to the current RibbonOptionsTouch object from the target BaseOptions object. + + + + A BaseOptions object whose properties are copied to this RibbonOptionsTouch. + + + + + + + + + Gets or sets the glyph displayed for the Mouse option in the drop-down of the Touch/Mouse UI Mode selector. + + + An object that specifies the glyph displayed for the Mouse option in the drop-down of the Touch/Mouse UI Mode selector. + + + + + + + Gets or sets whether this displays a touch/mouse mode selector in its Quick Access Toolbar. + + + true, if this displays a touch/mouse mode selector in its Quick Access Toolbar; otherwise, false. + + + + + + + Gets or sets whether end-users can switch the touch/mouse mode selector's visibility via the Quick Access Toolbar menu. + + + true, if end-users can switch the touch/mouse mode selector's visibility via the Quick Access Toolbar menu; otherwise, false. + + + + + + + Gets or sets the glyph displayed for the Touch option in the drop-down of the Touch/Mouse UI Mode selector. + + + An object that specifies the glyph displayed for the Touch option in the drop-down of the Touch/Mouse UI Mode selector. + + + + + + + Gets or sets the glyph displayed in the Quick Access Toolbar's selector that allows an end-user to choose between the Mouse and Touch UI Modes. + + + An object that specifies the glyph displayed in the QAT's selector that allows an end-user to choose between the Mouse and Touch UI Modes. + + + + + + + Gets or sets whether the touch UI is enabled for the Ribbon Control and optionally for other DevExpress controls in the project. + + + True, if the touch UI is enabled; False, if this mode is disabled; The Default value is equivalent to False. + + + + + + + + A repository item which stores settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemPopupGalleryEdit class. + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Gets of sets whether the editor's edit value is represented by the string of character-separated values (the default behavior) or by the System.Collections.Generic.List<object> object. + + + An EditValueTypeCollection enumeration value that specifies the type in which the edit value is represented. + + + + + + + Gets the gallery used in the control. + + + The gallery used in the control. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies the format settings. + + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Enables you to provide custom display text for the editor. + + + + + + + + Gets or sets the delimiter used to separate items selected in the editor. This delimiter separates item values in the editor's value and item captions in the editor's edit box. + + + The delimiter used to separate items selected in the editor. + + + + + + + + Gets or sets whether the OK and Cancel buttons are displayed in the popup window. + + + true, if the OK and Cancel buttons are displayed; otherwise, false. + + + + + + + Gets or sets whether the Cancel button is displayed in the control. + + + true, if the Cancel button is displayed; otherwise, false. + + + + + + + Gets or sets whether the size grip is displayed in the control. + + + true, if the size grip is displayed; otherwise, false. + + + + + + + + A Windows UI View container that displays s and unites them in multiple groups. + + + + + + + Initializes a new instance of the TileContainer class with the default settings. + + + + + + + + Initializes a new instance of the TileContainer class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the TileContainer class with custom settings. + + + + An ITileContainerProperties object that contains custom settings for the newly created TileContainer. + + + + + + + + Gets or sets the content container activated when any tile within the current TileContainer is clicked. + + + An IContentContainer descendant activated when any tile within the current TileContainer is clicked. + + + + + + + Gets or sets whether or not Tile Animation is enabled for the target tile. + + + + A Tile whose animation is controlled. + + + + true, to allow animating the target tile; otherwise, false. + + + + + + + + Provides access to appearance settings used to paint the current TileContainer groups' captions. + + + An AppearanceObject that contains appearance settings used to paint the current TileContainer groups' captions. + + + + + + + Provides access to appearance settings used to paint the current TileContainer's Tiles in different visual states. + + + A TileItemAppearances object that stores appearance settings used to paint the current TileContainer's Tiles in different visual states. + + + + + + + Provides access to appearance settings used to paint the current TileContainer's caption. + + + An AppearanceObject that stores appearance settings used to paint the current TileContainer's caption. + + + + + + + Gets or sets the TileContainer's background image. + + + An Image that is the background image for this TileContainer. + + + + + + + Specifies whether this TileContainer can provide its extender properties to the specified object. + + + + The Object to receive the extender properties. + + + true if this TileContainer can provide its extender properties to the specified object; otherwise, false. + + + + + + + Occurs when any 's checked state within the current TileContainer was changed. + + + + + + + + Gets all checked tiles within the current TileContainer. + + + An IEnumerable object containing all checked tiles within the current TileContainer. + + + + + + + Occurs after any within the current TileContainer was clicked. + + + + + + + + Occurs when an end-user drops a after dragging. + + + + + + + + + Gets a specific 's ID. + + + + A Tile whose ID is to be obtained. + + + An Int32 value that is the ID for a target . + + + + + + + Gets a list of all groups used within the current TileContainer. + + + An IList object that stores all groups used within the current TileContainer. + + + + + + + Gets the object providing information about the current TileContainer. + + + An ITileContainerInfo object that contains information about the current TileContainer. + + + + + + + Gets a collection of Tiles contained within the current TileContainer. + + + A TileCollection object that contains Tiles within the current TileContainer. + + + + + + + Forces the target tile to display its next animation frame. + + + + A Tile that should display the next frame. + + + + + + + + Gets or sets the TileContainer's offset. + + + An Int32 value that is the TileContainer's offset. + + + + + + + Occurs immediately after a within the current TileContainer is pressed. + + + + + + + + + Provides access to the current TileContainer's settings. + + + An ITileContainerDefaultProperties object that contains settings for the current TileContainer. + + + + + + + Restores the TileContainer's layout from a registry. + + + + A String value specifying a registry key which contains the layout to be loaded. If the specified key doesn't exist, an exception is raised. + + + + + + + + Restores the TileContainer's layout from a stream. + + + + A Stream object from which a layout for the TileContainer should be loaded. If the specified stream does not exist, an exception is raised. + + + + + + + + Restores the TileContainer's layout from an XML file. + + + + A String value specifying the path to the XML file which contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. + + + + + + + + Saves the current TileContainer's layout to a registry. + + + + A String value specifying the registry key in which the layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Saves the current TileContainer's layout to a stream. + + + + A Stream object to which the layout should be saved. + + + + + + + + Saves the current TileContainer's layout to an XML file. + + + + A String value that is the path to an XML file where the current TileContainer's layout should be saved. + + + + + + + + Sets an ID for a specific within the current TileContainer. + + + + A within the current TileContainer whose ID is to be set. + + + + An Int32 value that is the tile's ID. + + + + + + + + Starts the Tile Animation for the target tile. + + + + A Tile whose animation is launched. + + + + + + + + Occurs whenever an end-user starts dragging a TileContainer's tile. + + + + + + + + Stops the running frame animation for the target tile. + + + + A Tile whose animation is stopped. + + + + + + + + + A separator between items within a . + + + + + + + Initializes a new instance of the BackstageViewItemSeparator class. + + + + + + + + Disabled appearance settings are not supported for the BackstageViewItemSeparator objects. + + + + + + + + + + Hover appearance settings are not supported for the BackstageViewItemSeparator objects. + + + + + + + + + + + A row within a Widget View. + + + + + + + Initializes a new instance of the RowDefinition class with the default settings. + + + + + + + + + Provides properties that affect all Content Containers within the Windows UI View. + + + + + + + Gets or sets the maximum number of Documents Content Containers that this View can contain. + + + + An Int32 value that is the maximum number of Documents Content Containers that this View can contain. + + + + + + + + Gets or sets whether Content Containers within this View should be automatically destroyed after all their child Documents have been removed. + + + true, if Content Containers within this View should be automatically destroyed after all their child Documents have been removed; otherwise, false. + + + + + + + Gets or sets the distance between the Content Container's top edge and header. This value is common to all containers within this View. + + + + An Int32 value that is the distance between the Content Container's top edge and the header. + + + + + + + + Gets or sets the margin common to all Content Containers. + + + + A Padding structure that is the margin common to all containers within this View. + + + + + + + + Gets or sets the orientation of all Content Containers within this View. + + + An Orientation enumerator value that specifies the orientation common to all Content Containers within this View. + + + + + + + Gets or sets whether or not any container that displays individual documents, hosted within this View's or containers, should display its caption. + + + A object enumerator that specifies whether or not any detail container should display its caption. + + + + + + + Gets or sets whether any Content Container within this View should display its context navigation bar upon activation. + + + + true, if any Content Container within this View should display its context navigation bar upon activation; otherwise, false. + + + + + + + + + An object that implements operations common to all types of documents. + + + + + + + Activates the specified document. + + + + A to be activated. + + + true if the document has been activated; otherwise, false. + + + + + + + Adds the specified document to a View. + + + + A to be added to the View. + + + true if the document has been added to the View; otherwise, false. + + + + + + + Closes and destroys the specified document and its contents. + + + + A object to be closed. + + + true if the document has been closed and destroyed; otherwise, false. + + + + + + + Closes all currently opened documents within the IBaseViewController. + + + + true if the close operation was successful; otherwise, false. + + + + + + + Closes all documents except the specified document. + + + + A that must not be destroyed. + + + true if the method was successfully completed; otherwise, false. + + + + + + + Closes all documents hosted in both the current View itself and all floating document containers. + + + + true, if documents were successfully closed; otherwise, false. + + + + + + + Docks the specified document to a View. + + + + A object to be docked to a View. + + + true if the operation was a success; otherwise, false. + + + + + + + Docks the specified to a View, displaying the panel as a tab. + + + + A object to be docked to a View. + + + true if the operation was a success; otherwise, false. + + + + + + + Performs a simple operation within the current View. + + + + A BaseViewControllerCommand object that is the command to be performed. + + + + An object that is the command's target. + + + true, if the command was successfully performed; otherwise, false. + + + + + + + Makes the specified document floating. + + + + A to be made floating. + + + true if the specified document was made floating; otherwise, false. + + + + + + + Makes the specified document floating at the specified location. + + + + A to be made floating. + + + + A Point where the document will be displayed floating. + + + true if the specified document was made floating; otherwise, false. + + + + + + + Makes the specified document floating at the specified location, with the specified size. + + + + A to be made floating. + + + + A Point where the document will be displayed floating. + + + + A Size value that specifies the floating document's size. + + + true if the specified document was made floating; otherwise, false. + + + + + + + Makes a docked float. + + + + A that is to be undocked. + + + true, if the target DockPanel was successfully undocked; otherwise, false. + + + + + + + Undocks all tabbed s contained within the current View. + + + true, if Documents were successfully undocked; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Gets the commands collection owned by the target View. + + + + + A BaseView object whose commands are to be obtained. + + + An IEnumerable structure that stores the View's commands. + + + + + + + Gets a View that owns this Document. + + + + A BaseDocument object whose parent View is to be obtained. + + + A BaseView that owns the target Document. + + + + + + + Gets a that the current controller operates on. + + + A object. + + + + + + + Removes the specified document from the collection. + + + + A object to be removed. + + + true if the operation was successful; otherwise, false. + + + + + + + Resets the current 's layout to default. + + + + + + + + Displays a View's context menu at the specified position. + + + + A point where a context menu will be displayed. + + + true if the operation was successful; otherwise, false. + + + + + + + Displays a context menu for the specified document at the specified position. + + + + A document for which a menu will be displayed. + + + + A point where a context menu will be displayed. + + + true if the operation was successful; otherwise, false. + + + + + + + Shows a dialog with all documents currently opened within a view. + + + + + + + + Provides access to the View that owns the current . + + + A BaseView object that owns the current . + + + + + + + + A Tile within a . + + + + + + + Initializes a new instance of the Tile class with the default settings. + + + + + + + + Initializes a new instance of the Tile class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the Tile class with custom settings and links it to the specific . + + + + An IBaseTileProperties object that contains custom settings for the newly created Tile. + + + + A which the Tile created is linked to. + + + + + + + + Initializes a new instance of the Tile class with custom settings. + + + + An IBaseTileProperties object that contains custom settings for the newly created Tile. + + + + + + + + Gets or sets a content container displayed on the current Tile activation. + + + An IContentContainer object that will be shown on the current Tile activation. + + + + + + + Gets or sets a related to the current Tile. + + + A related to the current Tile. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the AlertButtonClickEventArgs class with the specified settings. + + + + An object used to initialize the property. + + + + A object used to initialize the property. + + + + An AlertFormCore object used to initialize the property. + + + + + + + + Provides access to the settings of the button that has been clicked. + + + An object containing settings of the button that has been clicked. + + + + + + + Gets the name of the button that has been clicked. + + + A string that specifies the clicked button's name. + + + + + + + + A control that allows pinning Live Tiles to the Windows 8 Start Screen for traditional Windows Forms applications. + + + + + + + + Initializes a new instance of the WinRTLiveTileManager class with default parameters. + + + + + + + + Initializes a new instance of the WinRTLiveTileManager class associated with the specific Container Control. + + + + An IContainer associated with the newly created WinRTLiveTileManager. + + + + + + + + Gets the actual size of square Tiles within this WinRTLiveTileManager. + + + A Size structure that is the actual size of square Tiles within this WinRTLiveTileManager. + + + + + + + Gets the actual size of wide Tiles within this WinRTLiveTileManager. + + + + A Size structure that is the actual size of wide Tiles within this WinRTLiveTileManager. + + + + + + + Gets or sets the application name that a Live Tile for this application will display. + + + + A string value that is the application name that, a Live Tile for this application will display. + + + + + + + + Begins the runtime initialization of the WinRTLiveTileManager control that is used on a form, or by another component. + + + + + + + + Gets whether the Live Tile Manager application is installed. + + + true, if the Live Tile Manager application is installed; otherwise, false. + + + + + + + Removes all the previous Live Tile content. + + + An UpdateTileResult enumerator value specifying if a Live Tile was successfully cleared. + + + + + + + Gets or sets the Container Control that owns the current WinRTLiveTileManager. + + + A ContainerControl associated with the current WinRTLiveTileManager. + + + + + + + An image, displayed within a Live Tile by default. + + + An Image that is the default Live Tile image. + + + + + + + Finishes the runtime initialization of the WinRTLiveTileManager control that is used on a form or by another component. + + + + + + + + Checks whether the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen. + + + + true, if the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen; otherwise, false. + + + + + + + + Gets or sets the ID for the current WinRTLiveTileManager. + + + A String value that is the current WinRTLiveTileManager's ID. + + + + + + + Allows you to control end-user navigation. + + + + + + + + Gets whether the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager. + + + true, if the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager; otherwise, false. + + + + + + + Occurs each time an end-user clicks a Live Tile on a Start Screen. + + + + + + + + Unpins a Live Tile from the Windows 8 Start Screen. + + + + + + + + Opens the Live Tile Manager. + + + + + + + + Gets or sets a site associated with the current WinRTLiveTileManager. + + + A System.ComponentModel.ISite object. + + + + + + + Displays an integer value from 0 to 99 as a Live Tile badge. + + + + An Int32 to be shown as a Live Tile badge. + + + An UpdateTileResult enumerator value specifying whether the operation was successfully completed. + + + + + + + Displays a sign as a Live Tile badge. + + + + A BadgeGlyphTypes enumerator value that is the sign to be displayed as a Live Tile badge. + + + An UpdateTileResult enumerator value specifying whether the operation was successfully completed. + + + + + + + Adds the specific Live Tile content to a queue. + + + + A template to be added in the queue. + + + + + A template to be added in the queue. + + + + + true to add this content to the current queue; false to replace the current queue with this content. + + + An UpdateTileResult enumerator value specifying whether the operation was successfully completed. + + + + + + + Replaces the current Live Tile content with the new one. + + + + A template. + + + + A template. + + + An UpdateTileResult enumerator value specifying whether the operation was successfully completed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The that raises the event. + + + + Data for the event. + + + + + + + + + Enumerates element expansion modes in the . + + + + + + + Multiple elements (items and/or groups) can be expanded simultaneously. In this mode, you can implement custom element expansion logic by handling the event. + + + + + + + + A single element (item or group) can be expanded simultaneously. + + + + + + + + A single item and multiple groups can be expanded simultaneously. + + + + + + + + + An object that implements operations on a 's documents. + + + + + + + Closes all s except for pinned ones. + + + true if the method was successfully completed; otherwise, false. + + + + + + + Appends a new group to the View and displays the specified document in this group. + + + + A to be displayed in the newly created group. + + + true if the operation was successful; otherwise, false. + + + + + + + Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a . + + + + A to be displayed in the newly created group. + + + + An Orientation value that is assigned to the View's property. + + + + A zero-based index at which the new document group is added among other document groups. + + + true, if the operation was successful; otherwise, false. + + + + + + + Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a . + + + + A to be displayed in the newly created group. + + + + An Orientation value that is assigned to the View's property. + + + true if the operation was successful; otherwise, false. + + + + + + + Docks the specified document to the specified group at a specific position. + + + + A object to be docked. + + + + A object where the document should be docked. + + + + An integer value that specifies the index at which the document will be docked. The visual order of documents within a group is specified by the property. + + + true if the operation was a success; otherwise, false. + + + + + + + Docks the specified document to the specified group. + + + + A object to be docked. + + + + A object where the document should be docked. + + + true if the operation was a success; otherwise, false. + + + + + + + Docks the specified to the specified group at a specific position, displaying the panel as a tab. + + + + + A object to be docked. + + + + A object where the panel should be docked. + + + + An integer value that specifies the index at which the panel will be docked. The visual order of documents and panels within a group is specified by the property. + + + true if the operation was a success; otherwise, false. + + + + + + + Docks the specified to the specified group, displaying the panel as a tab. + + + + A object to be docked. + + + + A object where the dock panel should be docked. + + + true if the operation was a success; otherwise, false. + + + + + + + Docks all currently floating documents as tabs. + + + + + + + + Floats all tabs that belong to the target . + + + + A whose child tabs are to be undocked. + + + true, if documents were undocked successfully; otherwise, false. + + + + + + + Floats all tabs that belong to the same as the target document. + + + + A Document whose neighboring tabs should be undocked. + + + true, if tabs were successfully undocked; otherwise, false. + + + + + + + Moves the specified document to the specified visual position among other documents. + + + + A to be moved. + + + + A zero-based integer value that specifies the document's new position among other documents. + + + true if the operation was a success; otherwise, false. + + + + + + + Moves the current document to the previous or next document group. + + + + A object to be moved to the next/previous group. + + + + true to move a document to the next group; false to move a document to the previous group. + + + true if the operation was successful; otherwise, false. + + + + + + + Docks the specific to the main . + + + + A Document to be docked to the Document Group. + + + true, if docking was successfully performed; otherwise, false. + + + + + + + Selects the specified document (without moving focus to it). + + + + A to be selected. + + + true if the operation was a success; otherwise, false. + + + + + + + Selects a neighboring the currently selected one. + + + + + A boolean value specifying the selection direction. + + + true if the document selection was successful; otherwise, false. + + + + + + + Displays a context menu for the specified document group at the specified position. + + + + A document group for which a menu will be displayed. + + + + A point where a context menu will be displayed. + + + true if the operation was successful; otherwise, false. + + + + + + + Displays a Document Selector Menu for a specific . + + + + A for which a Document Selector Menu is to be shown. + + + true, if a Document Selector Menu was successfully displayed; otherwise, false. + + + + + + + + Serves as the base class for classes which contain options for controlling the docking functionality. + + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether an end-user can double-click a panel's caption to float it. + + + true if an end-user can double-click a panel's caption to float it; otherwise false. + + + + + + + Gets or sets whether the auto hide button is displayed within a dock panel's caption. + + + + true to show the auto hide button within the caption of a dock panel; otherwise false. + + + + + + + + Gets or sets whether the close button is displayed within a dock panel's caption. + + + + true to show the close button within the caption of a dock panel; otherwise false. + + + + + + + + Gets or sets whether the maximize button can be displayed within a dock panel's caption. + + + true to allow the maximize button to be displayed within the caption of a dock panel; otherwise false. + + + + + + + + Provides options for controlling the docking functionality of a panel. + + + + + + + + Initializes a new instance of the DockPanelOptions class with default settings. + + + + A panel that will own the newly created DockPanelOptions object. + + + + + + + + Gets or sets whether the current can be docked as a tab within a Tabbed View, created using the component. + + + + + true, if the current can be docked as a tab in a Tabbed View; otherwise, false. + + + + + + + Gets or sets whether the dock panel can be docked to the bottom edge of a form (or user control). + + + true if the current panel can be docked to the bottom edge of a form; otherwise, false. + + + + + + + Gets or sets whether the dock panel can be docked to another dock panel. + + + true if the panel can be docked to another dock panel; otherwise, false. + + + + + + + Gets or sets whether the dock panel can be docked to the left edge of a form (or user control). + + + true if the panel can be docked to the left edge of a form; otherwise, false + + + + + + + Gets or sets whether the dock panel can be docked to the right edge of a form (or user control). + + + true if the panel can be docked to the right edge of a form; otherwise, false + + + + + + + Gets or sets whether the dock panel can be docked to the top edge of a form (or user control). + + + true if the current panel can be docked to the top edge of a form; otherwise, false + + + + + + + Gets or sets whether the dock panel can be floated. + + + true if the panel can be floated; otherwise, false + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the borders at which the current dock panel can be resized using the mouse. + + + A ResizeDirection enumeration value that specifies the borders at which the current dock panel can be resized using the mouse. + + + + + + + + Acts as a tab page within a . + + + + + + + Initializes a new instance of the BackstageViewTabItem class. + + + + + + + + Provides access to appearance settings applied to the item's caption when the item is selected. + + + An that contains corresponding appearance settings. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current item. + + + + + + + + Gets or sets a user control where you can arrange custom controls. + + + A where you can arrange custom controls. + + + + + + + Gets or sets whether the current item is selected (when it is displayed within a ). + + + true if the current item is selected; otherwise, false. + + + + + + + Fires when the item's selection is changed. + + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + A object which represents the processed dock panel. This value is assigned to the property. + + + + true if the sizing operation has been canceled; otherwise, false. + + + + A enumeration member which represents the dock panel's dragging edge. This value is assigned to the property. + + + + + + + + Gets a value which indicates whether the operation has been canceled. + + + true if the operation has been canceled; otherwise, false. + + + + + + + Gets the dock panel's dragged edge. + + + A enumeration member which represents the dock panel's dragged edge. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the dock panel being resized. This value is assigned to the property. + + + + A enumeration member which represents the dock panel's dragging edge. This value is assigned to the property. + + + + + + + + Gets the edge of the dock panel which is being dragged. + + + A enumeration member which represents the edge of the dock panel being dragged. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the processed dock panel. This value is assigned to the property. + + + + A enumeration member which represents the edge of the dock panel being dragged. This value is assigned to the property. + + + + A structure which specifies the current coordinates of the mouse pointer, in client coordinates. This value is assigned to the property. + + + + A structure which specifies the dock panel's new size. This value is assigned to the property. + + + + + + + + Gets the dock panel's new size. + + + A structure which specifies the dock panel's new size. + + + + + + + Gets the mouse pointer's coordinates relative to the top-left corner of the control. + + + A structure which specifies the current coordinates of the mouse pointer, in client coordinates. + + + + + + + + The base class for elements in the . + + + + + + + Initializes a new instance of the AccordionControlElementBase class. + + + + + + + + Gets the that owns the current element. + + + The current element's owner. + + + + + + + Gets or sets whether or not this supports glyph skinning. + + + A DefaultBoolean enumerator value that specifies whether or not this element supports glyph skinning. + + + + + + + + Fires when the element is clicked. + + + + + + + + Allows you to assign a custom control container to the element which will be displayed in an expandable area below the element's header. This property is in effect for elements of the Item style (see ). + + + An object that specifies a container for custom controls. + + + + + + + Provides access to the collection of context buttons displayed by this element. + + + + A object that stores context buttons displayed by this element. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether the element is enabled. + + + true, if the element is enabled; otherwise, false. + + + + + + + Fires after the element's property value has been changed. + + + + + + + + Gets or sets whether the element is expanded. + + + true, if the element is expanded; otherwise, false. + + + + + + + Gets or sets a custom control displayed in the element header. + + + A custom control displayed in the element header. + + + + + + + Gets or sets the distance between the and context buttons. + + + The distance between the and context buttons. + + + + + + + Gets or sets whether the element's header is visible. + + + true, if the element's header is visible; otherwise, false. + + + + + + + Gets or sets the element header height. + + + The element header height. + + + + + + + Gets or sets a regular tooltip for the current element. + + + A regular tooltip for the current element. + + + + + + + Gets or sets the image displayed in the element header. + + + The image displayed in the element header. + + + + + + + Gets or sets the index of the image (in the collection) displayed in the element header. + + + The index of the image displayed in the element header. + + + + + + + Gets or sets whether the header image ( or ) is resized and how this is performed. + + + The image stretching mode. + + + + + + + Returns the image collection assigned to the property. + + + The image collection assigned to the property. + + + + + + + Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current . + + + A object that specifies the uniform resource identifier of the image to be displayed in the current item. + + + + + + + Gets or sets the name of this element. + + + A String value that is the element name. + + + + + + + Removes the object that has been assigned to the current element. + + + + + + + + Gets or sets a for the current element. + + + A object associated with the element. + + + + + + + Gets or sets an object that contains custom data for the current element. + + + + Custom data assigned to the element. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the text displayed in the element header. + + + The text displayed in the element header. + + + + + + + Gets or sets the position of the relative to the image ( or ). + + + + The text position relative to the image. + + + + + + + Gets or sets the distance between the text and image in the element's header. + + + The distance between the text and image, in pixels. + + + + + + + Gets or sets whether the current element is visible. + + + true, if the current element is visible; otherwise, false. + + + + + + + Fires when the property value is changed. + + + + + + + + + A Windows UI View container that arranges multiple s side-by-side in a single scrollable row or column. + + + + + + + Initializes a new instance of the SlideGroup class with custom settings. + + + + An ISlideGroupProperties object that specifies custom settings for the newly created SlideGroup. + + + + + + + + Initializes a new instance of the SlideGroup class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the SlideGroup class with the default settings. + + + + + + + + Provides access to properties of the content container that displays individual documents hosted within this SlideGroup. + + + A object that stores properties of the content container that displays individual documents hosted within this SlideGroup. + + + + + + + Gets the object providing information about the current SlideGroup. + + + An ISlideGroupInfo object that contains information about the current SlideGroup. + + + + + + + Provides access to properties that customize the current SlideGroup Overview Screen. + + + An IOverviewContainerDefaultProperties object that contains settings used to customize a SlideGroup's Overview Screen. + + + + + + + Provides access to the current SlideGroup's settings. + + + An ISlideGroupDefaultProperties object that contains the current SlideGroup's settings. + + + + + + + Gets or sets whether scroll bars are visible for the current SlideGroup. + + + A ScrollBarVisibility enumerator value specifying whether scroll bars are visible for the current SlideGroup. + + + + + + + + A collection of items in a . + + + + + + + Initializes a new instance of the BackstageViewControlItemCollecton class with the specified control. + + + + A object that is the owner of the created item collection. + + + + + + + + Adds the specified item to the current collection. + + + + A object that is the item to be added to the collection. + + + An integer value that is the position of the added item in the collection. + + + + + + + Indicates whether the collection contains the specified item. + + + + A object to locate in the collection. + + + true if the collection contains the specified item; otherwise, false. + + + + + + + Gets a that owns the current collection. + + + A that owns the current collection. + + + + + + + Gets the index of the first object in the collection. + + + A zero-based index of the first object in the collection. + + + + + + + Returns the specified item's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer, that is the item's position within the collection. -1, if the collection does not contain the specified item. + + + + + + + + Inserts the specified item into the collection at the specified location. + + + + The zero-based index at which an item is inserted. + + + + A to insert into the collection. + + + + + + + + Provides indexed access to collection elements. + + + + An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. + + + A object that is the item located at the specified position within the collection. + + + + + + + Gets the index of the last object in the collection. + + + A zero-based index of the last object in the collection. + + + + + + + Removes the specified element from the collection. + + + + A object to be removed from the collection. + + + + + + + + Gets the number of objects in the collection. + + + The number of objects in the collection. + + + + + + + + Represents a collection of all the dock panels owned by the dock manager. + + + + + + + Initializes a new instance of the class. + + + + + + + + Indicates whether the collection contains the specified dock panel. + + + + A object to locate in the collection. + + + true if the collection contains the specified dock panel; otherwise, false. + + + + + + + Returns the specified dock panel's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the dock panel's position within the collection. -1 if the collection doesn't contain the specified dock panel. + + + + + + + Gets the dock panel which has the specified name. + + + + A value specifying the name of the dock panel to find. + + + A object representing the dock panel with the specified name. null (Nothing in Visual Basic) if no dock panel is found. + + + + + + + Provides indexed access to the dock panels contained within the collection. + + + + An integer value specifying the dock panel's zero-based index within the collection. + + + A object representing the dock panel at the specified position. + + + + + + + Gets the dock panel with the specified unique identifier. + + + + A object which represents a globally unique identifier (GUID). + + + A object which represents the dock panel with the specified unique identifier. null (Nothing in Visual Basic) if no dock panel is found. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender. Identifies the dock manager or panel that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + A object representing the dock panel whose visible state has been changed. This value is assigned to the property. + + + + A enumeration value specifying the panel's previous visible state. This value is assigned to the property. + + + + + + + + Gets the previous visible state of the panel. + + + A enumeration value specifying the previous visible state of the panel. + + + + + + + Gets the current visible state of the panel. + + + A enumeration value specifying the panel's current visible state. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender. Identifies the dock manager or panel that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + A object representing the dock panel whose property has been changed. This value is assigned to the property. + + + + A enumeration value specifying the previous position of the tabs in a tab container. This value is assigned to the property. + + + + + + + + Gets the previous position of the tabs in a tab container. + + + A enumeration value specifying the previous position of the tabs in a tab container. + + + + + + + Gets the current position of the tabs in a tab container. + + + A enumeration value specifying the current position of the tabs in a tab container. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the docked panel. This value is assigned to the property. + + + + true if the docking operation was canceled by an end-user; otherwise, false. This value is assigned to the property. + + + + + + + + Indicates whether the docking operation was canceled by an end-user. + + + true if the docking operation was canceled by an end-user; otherwise, false. + + + + + + + Gets the panel(s) docked to the target control. + + + A object representing the collection of panels docked to the target control. An empty collection if the docking operation has been canceled by an end-user. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the processed dock panel. This value is assigned to the property. + + + + A descendant which represents the target control the panel is being docked to. This value is assigned to the or properties. + + + + A structure which specifies the current position of the mouse pointer, in screen coordinates. This value is assigned to the property. + + + + A enumeration value which specifies how the dock panel would be docked to the target control. This value is assigned to the property. + + + + true if the dock panel will represent a tab within a tab container if dropped; otherwise, false. This value is assigned to the property. + + + + A zero-based integer specifying the position of the current panel within the owning collection. This value is assigned to the property. + + + + + + + + Gets a value indicating how the dock panel would be docked to the targeted control. + + + A enumeration value specifying how the dock panel would be docked to the target control. + + + + + + + Gets the mouse pointer's coordinates relative to the top left corner of the screen. + + + A structure specifying the current position of the mouse pointer, in screen coordinates. + + + + + + + Gets the position of the dock panel within the owning collection. + + + A zero-based integer specifying the position of the current panel within the owning collection. + + + + + + + Gets the form (or user control) the panel is being docked to. + + + A object representing the form (or user control) the panel is being docked to. null (Nothing in Visual Basic) if the panel is being docked to a panel. + + + + + + + Gets the target panel, which the processed panel is being docked to. + + + A object representing the target dock panel. null (Nothing in Visual Basic) if the panel is being docked to the form (or user control). + + + + + + + Identifies whether the dock panel will be turned into a tab within a tab container if it's dropped at its current position. + + + true if the dock panel will represent a tab within a tab container if dropped; otherwise, false. + + + + + + + + Represents a link to the item. + + + + + + + Gets the bar item which the current link corresponds to. + + + A object representing the item which the current link corresponds to. + + + + + + + + Serves as a base class for classes that implement functionality for button items. + + + + + + + + Initializes a new instance of the BarBaseButtonItem class with default settings. + + + + + + + + Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. + + + + true if all the button items in a group can be in the normal (elevated) state at a time; otherwise, false. + + + + + + + + Gets or sets the button item's style which determines how it functions. + + + + A value that determines how this item functions. + + + + + + + + Gets a value indicating whether the button item has two states (normal and pressed). + + + true if the button item has two states (normal and pressed); otherwise, false. + + + + + + + Gets or sets a value indicating whether a submenu which contains the button item's link is closed on a click. + + + + true, if a submenu containing the button item's link is closed on a click; otherwise, false. + + + + + + + Gets or sets a value indicating whether the button item is pressed down. + + + true if the button item is pressed down; otherwise, false. + + + + + + + Occurs after the item's pressed state has been changed. + + + + + + + + Gets or sets the group index of the button item. + + + The group index of the button item. + + + + + + + Toggles the button item's state. + + + + + + + + Toggles the button item's (link's) state. + + + + A object that will be passed to the event. + + + + + + + + + Contains values that specify the visible state for dock panels. + + + + + + + The panel's auto-hide functionality is enabled. + + + + + + + + The panel is hidden. + + + + + + + + The panel is visible. + + + + + + + + + Contains appearance settings for dock panels. + + + + + + + Initializes a new instance of the class with the specified BarAndDockingController. + + + + A object representing the controller that will own the created collection. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the appearance settings used to paint the active tab within a tab container. + + + An object providing appearance settings for painting the active tab within a tab container. + + + + + + + Locks the DockManagerAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets the BarAndDockingController which the current collection belongs to. + + + A object representing the BarAndDockingController that owns the current collection. + + + + + + + Releases all the resources used by the current object. + + + + + + + + Unlocks the DockManagerAppearances object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the appearance settings used to paint the float forms' captions. + + + An object providing appearance settings for painting the captions of float forms. + + + + + + + Gets the appearance settings used to paint the caption of an active float form. + + + An object providing appearance settings for painting the caption of an active float form. + + + + + + + Gets the appearance settings used to paint the auto hide containers. + + + An object providing appearance settings for painting the auto hide containers. + + + + + + + Gets the appearance settings used to paint the panel's button in the auto hide container. + + + An object providing appearance settings for painting the panel's button in the auto hide container. + + + + + + + Gets the appearance settings used to paint a panel's button in the auto hide container when it's hot-tracked or the panel it corresponds to is displayed. + + + An object providing appearance settings for painting the active button in the auto hide container. + + + + + + + Gets the appearance settings used to paint dock panels. + + + An object providing appearance settings for painting dock panels. + + + + + + + Gets the appearance settings used to paint dock panels' captions. + + + An object providing appearance settings for painting the captions of all dock panels. + + + + + + + Gets the appearance settings used to paint the active panel's caption. + + + An object providing appearance settings for painting the active panel's caption. + + + + + + + Restores all the appearance settings and usage options to their default values and thus stops dock controls from using these appearance settings. + + + + + + + + Gets the appearance settings used to paint a tab panel and its inactive tabs. + + + An object which provides the appearance settings used to paint a tab panel and its inactive tab panels. + + + + + + + + Represents a method that will handle the dock panel events. + + + + + + + Represents a method that will handle the dock panel events. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the dock panel events. + + + + + + + Represents a method that will handle the dock panel events. + + + + The event sender. Identifies the dock manager that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the dock panel which is being closed. This value is assigned to the property. + + + + + + + + Gets or sets whether the operation performed on the processed panel should be cancelled. + + + true to cancel the operation performed on the panel; otherwise, false. + + + + + + + + Represents a bar item with toggle button functionality. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified BarManager. + + + + A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified Bar Manager and state. + + + + A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. + + + + true if the item is checked; otherwise, false. This value is assigned to the property. + + + + + + + + An equivalent of the property, used exclusively for data bindings. + + + + true, if this BarCheckItem is checked; otherwise, false. + + + + + + + Occurs when the property changes its value. + + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this BarCheckItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. + + + + + + + Binds the specific parameterized command to this BarCheckItem. + + + + An Object that is the command to be bound to this BarCheckItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BarCheckItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. + + + + + + + Get or sets the bar item's style. + + + A enumeration value specifying the bar item's style. + + + + + + + Gets or sets the visibility of the item's check box. + + + A CheckBoxVisibility enumerator value that specifies the visibility of the current BarCheckItem's check box. + + + + + + + Gets or sets a value indicating whether the item is in the pushed state. + + + + true, if the item is currently in the pushed state; otherwise, false. + + + + + + + Fires after the check state of a link associated with the check item has been changed. + + + + + + + + Gets or sets the check box style. + + + A BarCheckStyles enumerator value that specifies the check box style. + + + + + + + Gets or set a value indicating whether the item is in the pushed state. + + + true if the item is currently in the pushed state; otherwise, false. + + + + + + + + Serves as the base class for classes which provide data to dock panel events. + + + + + + + + Initializes a new instance of the class. + + + + A object representing the processed dock panel. This value is assigned to the property. + + + + + + + + Gets the processed dock panel. + + + A object representing the processed dock panel. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the dock manager that raised the event. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the recently activated dock panel. This value is assigned to the property. + + + + A object representing the previously active dock panel. This value is assigned to the property. + + + + + + + + Gets the previously active dock panel. + + + A object representing the previously active dock panel. null (Nothing in Visual Basic) if none of the panels have been active before. + + + + + + + + A Windows UI View container that stores multiple s but can display only one of them at a time. + + + + + + + + Initializes a new instance of the PageGroup class with the default settings. + + + + + + + + Initializes a new instance of the PageGroup class with custom settings. + + + + An IPageGroupProperties object that specifies the newly created PageGroup's settings. + + + + + + + + Initializes a new instance of the PageGroup class with the specified container. + + + + An object that implements the interface. + + + + + + + + Gets the object providing information about the current PageGroup. + + + An IPageGroupInfo object that contains information about the current PageGroup. + + + + + + + Provides access to the current PageGroup's settings. + + + An IPageGroupDefaultProperties that contains settings for the current PageGroup. + + + + + + + + Provides options that control how the bars' layout is stored to/restored from a stream, xml file or system registry. + + + + + + + Initializes a new instance of a BarManagerOptionsLayout class with the default settings. + + + + + + + + Gets or sets whether items that exist in the current layout, but not in the layout being loaded, should be retained. + + + true, if the items that exist in the current layout, but not in the layout being loaded, should be retained; false, if these items should be destroyed. + + + + + + + Gets or sets whether items that exist in the layout being loaded, but not in the current layout, should be added to the current layout. + + + true, if items that exist in the layout being loaded, but not in the current layout, should be discarded; false, if these items should be added to the current layout. + + + + + + + + Handles events that occur for a 's items. + + + + + + + A method that will handle events that take object as a parameter. + + + + + A object that is the event sender. + + + + A object that provides data for the event. + + + + + + + + + A base class for items within a . + + + + + + + Initializes a new instance of the BackstageViewItem class. + + + + + + + + Gets or sets whether the current BackstageViewItem's icon should be painted with the BackstageViewItem foreground color. + + + A enumerator value that specifies whether the current BackstageViewItem's icon should be painted with the BackstageViewItem foreground color. + + + + + + + + Gets or sets whether HTML formatting is allowed when setting the property. + + + true if HTML formatting is allowed; otherwise, false. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current item. + + + + + + + + Gets or sets the item's display caption. + + + A string that specifies the item's display caption. + + + + + + + Gets or sets the horizontal alignment of the item's caption region. + + + An value that specifies the caption horizontal alignment. + + + + + + + Gets or sets the vertical alignment of the item's caption region. + + + An value that specifies the caption vertical alignment. + + + + + + + Gets or sets whether the current item is enabled or disabled. + + + true if the current item is enabled; otherwise, false. + + + + + + + Gets or sets an image for the current item. + + + An Image object that is an image to be displayed within the current item. + + + + + + + Gets or sets an image for the current item that will be displayed when the current item is disabled. + + + An Image object that is an image to be displayed within the current item, when the item is disabled. + + + + + + + Gets or sets the horizontal alignment of the item's glyph region. + + + An value that specifies the glyph horizontal alignment. + + + + + + + Gets or sets an image for the current item that will be displayed when the current item is hovered over. + + + An Image object that is an image to be displayed within the current item, when the item is hovered over. + + + + + + + Gets or sets the location of the item's glyph region relative to its caption region. + + + An ItemLocation value that specifies the location of the item's glyph region relative to the caption region. + + + + + + + Gets or sets an image for the current item that will be displayed when the current item is pressed with a mouse button. + + + An Image object that is an image to be displayed within the current item, when the item is pressed with a mouse button. + + + + + + + Gets or sets the vertical alignment of the item's glyph region. + + + An value that specifies the glyph vertical alignment. + + + + + + + Gets or sets the index of an image within the collection. + + + A zero-based index of an image in the collection. + + + + + + + Gets or sets the index of an image within the collection. This image will be displayed when the current item is disabled. + + + A zero-based index of an image in the collection. + + + + + + + Gets or sets the index of an image within the collection. This image will be displayed when the current item is hovered over. + + + A zero-based index of an image in the collection. + + + + + + + Gets or sets the index of an image within the collection. This image will be displayed when the current item is pressed using a mouse button. + + + A zero-based index of an image in the collection. + + + + + + + Gets the image collection assigned to the owner's property. + + + An object that is an owner's image collection. + + + + + + + + Fires when the item is hovered over with the mouse. + + + + + + + + Fires when the current item is pressed with the mouse (when the mouse button is pressed against the item and not yet released). + + + + + + + + Gets or sets the Key Tip for this BackstageViewItem. + + + A String value that is the Key Tip for this BackstageViewItem. + + + + + + + Removes the object that has been assigned to the current item. + + + + + + + + + Allows you to assign a Super Tip to the item. + + + A object that is a tool tip assigned to the item. + + + + + + + Gets or sets an object that contains custom data for the current BackstageViewItem object. + + + An object that contains custom data for the current object. + + + + + + + + Serves as the base class for the class. + + + + + + + Returns information about the element located at the specified point. + + + + A structure which specifies the test point coordinates relative to the container's top-left corner. + + + A object which contains information on the element at the test point. + + + + + + + Gets or sets the tab order of the control within its container. + + + The index value (tab index) of the control within the set of controls that share the same container and are included in the tab order. + + + + + + + + Gets or sets the index of the control within its parent control's collection. + + + + An integer specifying the control's position within its parent control's collection. + + + + + + + + + Contains information about a specific point within a dock panel. + + + + + + + Initializes a new instance of the HitInfo class with the specified control and test point. + + + + A control that contains the test point. + + + + A structure specifying the test point's coordinates relative to the control's top-left corner. This value is assigned to the property. + + + + + + + + Gets the panel which has its auto hide functionality enabled and whose corresponding label is located under the test point. + + + A object which represents the auto hidden dock panel to which the label located under the test point corresponds. null (Nothing in Visual Basic) if there is no label under the test point. + + + + + + + Gets or sets the limits for the dock panel's element that contains the test point. + + + A structure representing the element's bounding rectangle. + + + + + + + Gets the caption button located under the test point. + + + A object representing the caption button located under the test point. null (Nothing in Visual Basic) if there is no caption button under the test point. + + + + + + + Initializes a new instance of the class. This field is read-only. + + + + + + + + + Gets the test point. + + + A structure representing the test point. The point coordinates are set relative to the dock panel's top-left corner. + + + + + + + Gets or sets a value identifying the type of the visual element located under the test point. + + + A enumeration value identifying the type of the visual element under the test point. + + + + + + + Determines whether the specified object is equal to the current object. + + + + An object containing information about a specific point within a dock panel. + + + true if the specified object is equal to the current object; otherwise, false. + + + + + + + Gets or sets the resize zone located under the test point. + + + A object representing the resize zone located under the test point. null (Nothing in Visual Basic) if there is no resize zone under the test point. + + + + + + + Gets or sets the tab located under the test point. + + + A object representing the tab located under the test point. null (Nothing in Visual Basic) if there is no tab under the test point. + + + + + + + + Represents a floating form where a floating panel resides. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the dock manager which displays the current form. + + + A object which represents the dock manager that displays the current form. + + + + + + + Gets whether the form is currently being disposed of. + + + true if the form is currently being disposed of; otherwise, false. + + + + + + + + Represents a dock panel collection. + + + + + + + Adds an array of objects to the end of the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Indicates whether the collection contains the specified dock panel. + + + + A object to locate in the collection. + + + true if the collection contains the specified dock panel; otherwise, false. + + + + + + + Returns the specified dock panel's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the dock panel's position within the collection. -1 if the collection doesn't contain the specified dock panel. + + + + + + + Provides indexed access to the dock panels contained within the collection. + + + + An integer value specifying the dock panel's zero-based index within the collection. + + + A object representing the dock panel at the specified position. + + + + + + + Provides access to the dock panels with the specified name, contained within the collection. + + + + A value that specified the dock panel's name. + + + A object that represents the dock panel with the specified name. + + + + + + + + Represents a dock panel. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether this auto-hide DockPanel should be activated when an end-user focuses its content. + + + true, if this auto-hide DockPanel should be activated when an end-user focuses its content; otherwise, false. + + + + + + + Gets or sets the currently active child dock panel. + + + A object representing the currently active child dock panel. null (Nothing in Visual Basic) if no child panel is currently active. + + + + + + + Fires after the panel's active child has been changed. + + + + + + + + Gets or sets the index of the currently active child dock panel. + + + An integer value specifying the zero-based index of the currently active child dock panel. + + + + + + + Creates a new dock panel and docks it to the current dock panel. + + + + A object representing the dock panel created by this method. + + + + + + + Gets or sets whether to colorize the dock panel's caption and border according to the BorderColor setting in skinning paint schemes. + + + true, if the dock panel's caption and border should be colorized according to its BorderColor setting in skinning paint schemes; otherwise, false. + + + + + + + Gets or sets whether Custom Header Button icons should be painted according to the currently applied skin. + + + true, if Custom Header Button icons should be painted according to the currently applied skin; otherwise, false. + + + + + + + Gets or sets whether the current DockPanel icon should be painted in this panel's foreground color. + + + + A DefaultBoolean enumerator value that specifies whether the current DockPanel icon should be painted in this panel's foreground color. + + + + + + + + Specifies the appearance settings for the dock panel's client region. + + + An object representing the appearance settings for the dock panel's client region. + + + + + + + Gets or sets the panel's background color. + + + A Color value that specifies the panel's background color. + + + + + + + Gets the object for the current panel. + + + A object. + + + + + + + Gets or sets the dock panel's size and location. + + + A structure that specifies the dock panel's bounding rectangle. + + + + + + + + Indicates whether a dock panel can be activated. + + + true if a dock panel can be activated; otherwise, false. + + + + + + + Imitates a click on the panel's close button. + + + + + + + + Occurs after the current panel has been closed. + + + + + + + + Occurs before the current panel is closed. + + + + + + + + + Occurs when the current auto-hidden DockPanel is hidden. + + + + + + + + Occurs when the current auto-hidden DockPanel is about to hide. + + + + + + + + Gets the control container representing the dock panel's client area when this panel does not contain other dock panels. + + + A object representing the panel's client area when this panel does not contain other dock panels; null if the current panel represents a split container or tab container. + + + + + + + Gets the number of dock panels the current dock panel owns. + + + An integer value specifying the number of dock panels contained within the current dock panel. + + + + + + + Allows you to prevent the current dock panel form being resized using the mouse at specific borders and corners. + + + + + + + + Fires when a custom header button is checked. + + + + + + + + + Fires on a regular (push) custom header button click. + + + + + + + + Fires when a custom header button is unchecked. + + + + + + + + + Gets all custom header buttons used within the current DockPanel. + + + A DevExpress.XtraBars.Docking2010.ButtonCollection object that stores all custom header buttons used within the current DockPanel. + + + + + + + Gets or sets a value specifying how the dock panel is aligned within its parent control. + + + A enumeration value specifying the manner in which a panel is docked. + + + + + + + Docks the panel to a located in the same form as the current . + + + true, if the operation is a success; otherwise, false. + + + + + + + Docks the panel to a located in the same form as the current and optionally activates this panel. + + + + true, to activate the docked panel; otherwise, false. + + + true, if the operation has completed successfully; otherwise, false. + + + + + + + Creates a tab which contains the current panel at the specified position within the target tab container. The target tab container is created if required. + + + + + A object representing the target tab container, the target tab container's tab or the panel that points to the location at which the target tab container will be created. + + + + + A zero-based integer specifying the position at which the created tab is placed. + + + + + + + + + Appends a tab containing the current panel to the target tab container. The target tab container is created if necessary. + + + + A object representing the target tab container or target tab container's tab, or a panel that points to the location at which to create the target tab container. + + + + + + + + + Gets or sets whether the DockPanel is displayed as a tab within a Tabbed UI, created using the component. + + + true, if the DockPanel is displayed as a tab in a Tabbed UI; otherwise, false. + + + + + + + Gets a value indicating the nesting level of the dock panel. + + + An integer value specifying the nesting level of the panel + + + + + + + Gets the dock manager which coordinates any docking operations performed on the current panel. + + + A object representing the dock manager for the panel. + + + + + + + Docks the current panel to the form (or user control) using the specified style. + + + + A value specifying how the panel is docked to the form (user control). + + + + + + + + Docks the current panel to the form (user control) at the specified position using the specified style. + + + + + A value specifying how the panel is docked to the form (user control). + + + + A zero-based integer specifying the position at which to dock the current panel. + + + + + + + + + Docks the current panel to the specified panel. + + + + A object representing the target dock panel. + + + + + + + + Docks the current panel to the specified panel in the specified position. + + + + + A object representing the target dock panel. + + + + A zero-based integer specifying the position at which to dock the current panel. + + + + + + + + + This method is not supported. + + + + A object. + + + + A value. + + + + + + + + This method is not supported. + + + + A object. + + + + A value. + + + + An integer value. + + + + + + + + + Docks the current panel on the form (user control) to the specified panel at the specified position using the specified style. + + + + + A object that is the target dock panel. + + + + A enumerator value specifying how the current panel is docked to the target panel. + + + + A zero-based integer specifying the position at which to dock the current panel. + + + + + + + + Docks the current panel to the specified panel using the specified style. + + + + The DockPanel to which the current DockPanel will dock. + + + + + The value that specifies docking style. + + + + + + + + Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is docked to a form/user control. + + + A value that specifies the orientation of dock panels in a split container. + + + + + + + Occurs when the current auto-hide DockPanel is completely displayed. + + + + + + + + Occurs when the current auto-hide DockPanel is about to be displayed. + + + + + + + + Gets the floating form which the panel resides on. + + + + + A object referring to the form which the floating panel resides on. + + + + + + + + + Gets or sets the floating panel's location. + + + A structure specifying the screen coordinates of the floating dock panel in pixels. Point.Empty if the panel isn't floating. + + + + + + + Gets or sets the size of the panel when it is floating. + + + A structure representing the panel's size, in pixels. + + + + + + + Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is floated. + + + true if the panel's children are arranged vertically in floating mode; otherwise, false. + + + + + + + Gets or sets the current DockPanel's footer. + + + A String value that is the current DockPanel's footer. + + + + + + + Returns information about the panel's element located at the specified point. + + + + + A structure specifying the test point coordinates relative to the panel's top-left corner. + + + A object containing information on the panel's element at the test point. + + + + + + + + Indicates whether the dock panel contains the specified child panel. + + + + A object representing the dock panel to test. + + + true if the dock panel is the parent of the specified panel; otherwise false. + + + + + + + Indicates whether the current panel has the specified panel as its parent. + + + + A object representing the panel to test. + + + true if the current panel has the specified panel as its parent; otherwise false. + + + + + + + Gets or sets the current DockPanel's header. + + + A String value that is the current DockPanel's header. + + + + + + + Hides the panel. + + + + + + + + Hides the current auto-hidden panel immediately without a sliding animation effect. + + + + + + + + Hides the current auto-hidden dock panel using a sliding animation effect. + + + + + + + + Gets or sets the dock panel's hint text. + + + A value which specifies the dock panel's hint. + + + + + + + Gets or sets the dock panel's unique identifier. + + + A object which represents a globally unique identifier (GUID). + + + + + + + Gets or sets the current DockPanel's icon. + + + An Image object that is the current DockPanel's icon. + + + + + + + Gets or sets the index of an image associated with the dock panel. + + + An integer value specifying the index of an image within the list. + + + + + + + Gets the image source which provides images for dock panels. + + + An which provides images for dock panels. + + + + + + + Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this DockPanel. + + + A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. + + + + + + + Gets or sets the position of the dock panel within the owning collection. + + + + + A zero-based integer specifying the position of the current panel within the owning collection. + + + + + + + + + + Gets whether the panel is docked to a 's . + + + true if the panel is docked to a 's TabbedView; otherwise, false. + + + + + + + Gets whether the current panel belongs to a tab container. + + + true if the panel is displayed as a tab page in a tab container; otherwise, false. + + + + + + + Provides indexed access to the child panels of the current panel. + + + + + A zero-based integer addressing the child panel. + + + + A object representing the desired child panel of the current panel. + + + + + + + Gets or sets the dock panel's location. + + + A structure that specifies the coordinates of the panel's upper-left corner, relative to the upper-left corner of its container. + + + + + + + + Floats the current dock panel. + + + + + + + + + Floats the current dock panel at the specified position. + + + + + A structure specifying the position of the top-left corner of the floating window (in screen coordinates). + + + + + + + + Gets the control's maximum size. This property is not supported. + + + Always an empty structure. + + + + + + + Gets the control's minimum size. This property is not supported. + + + Always an empty structure. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A Boolean value. + + + + + + + Provides access to the dock panel's options. + + + A object which contains the dock panel's options. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code.. + + + A Size structure. + + + + + + + Gets the auto-hide container which displays the panel's label when its automatic hiding functionality is enabled. + + + + An object representing the auto-hide container that owns the panel when its automatic hiding functionality is enabled. + + + + + + + + Gets the immediate parent panel of the current panel. + + + A object representing the immediate parent panel of the current panel. null if the panel does not belong to any dock panel. + + + + + + + Registers the dock panel. + + + + A object that owns the dock panel. + + + + + + + + Destroys the specified child panel. + + + + A object representing the child of the current panel which must be destroyed. + + + + + + + + Restores the panel to its previous docking position. + + + + + + + + Gets the root panel of the current panel. + + + A object representing the root panel of the current panel. + + + + + + + Gets or sets the docking style applied to a panel before it's made to float or is hidden. + + + + A enumeration value. + + + + + + + Gets or sets the panel's index before it's made to float or is hidden. + + + An integer value specifying the panel's index. + + + + + + + Gets or sets whether the panel was docked in a , before it was made floating or hidden. + + + true if the panel was docked in a , before it was made floating or hidden; otherwise, false. + + + + + + + Gets or sets the panel's parent before it's made to float or is hidden. + + + A object representing the panel's parent panel. + + + + + + + Gets or sets a value indicating whether the panel was a tab container, before it was made to float or was hidden. + + + A Boolean value specifying whether the current panel represents a tab container. + + + + + + + Displays and activates the panel. + + + + + + + + Shows the auto-hidden dock panel using a sliding animation effect. + + + + + + + + Gets or sets the dock panel's size. + + + A structure that specifies the dock panel's height and width. + + + + + + + Gets the dock panel's current state. + + + A enumeration value indicating the dock panel's current state. + + + + + + + Gets or sets whether the current panel represents a tab container. + + + true if the current panel represents a tab container; otherwise, false. + + + + + + + Occurs when the panel's property is changed. + + + + + + + + Gets or sets the position of tabs. + + + A value representing the position of tabs. + + + + + + + Fires after the dock panel's property has been changed. + + + + + + + + Specifies whether tab navigation buttons are displayed when tabs don't fit into the tab container's width/height. + + + true if tab navigation buttons are enabled; otherwise, false. + + + + + + + + Occurs when the panel's property is changed. + + + + + + + + Gets or sets the panel's short caption. + + + + A string representing the panel's short caption. + + + + + + + + Gets or sets the dock panel's caption. + + + A representing the panel's caption. + + + + + + + Gets or sets the panel's visible state. + + + A value representing the panel's visible state. + + + + + + + Fires after the dock panel's visible state has been changed. + + + + + + + + Gets or sets whether the dock panel is visible. + + + true if the panel is visible; otherwise, false. + + + + + + + Fires after the visible state of any dock panel owned by the dock manager has been changed. + + + + + + + + Gets the index of the currently active child dock panel. + + + An integer value specifying the zero-based index of the currently active child dock panel. + + + + + + + Gets a value specifying how the auto hide container is aligned within its parent control. + + + A enumeration value specifying the manner in which an auto hide container is docked. + + + + + + + Gets or sets the dock panel's bounds. + + + A structure representing the dock panel's bounds. + + + + + + + Gets the dock panel's index. + + + A zero-based integer specifying the dock panel's index. + + + + + + + Gets the index of the dock panel's parent panel. + + + A zero-based integer specifying the index of the dock panel's parent panel. + + + + + + + Gets the index of the panel's parent before it's made to float or is hidden. + + + A zero-based integer specifying the index of the panel's parent. + + + + + + + + The component used to provide centralized control over the dock panels residing on a control container (form or user control). + + + + + + + Initializes a new instance of the class with the specified container control. + + + + A object representing the container control that will display the dock panels owned by the created dock manager. + + + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the DockManager class with the specified container control. + + + + The container control that will display the dock panels owned by the newly created dock manager. + + + + + + + + + Activates the dock manager's About dialog box. + + + + + + + + Fires after the panel's active child has been changed. + + + + + + + + Gets or sets the active dock panel. + + + A object representing the currently active dock panel. null (Nothing in Visual Basic) if there is no active dock panel. + + + + + + + Fires after the active dock panel has been changed. + + + + + + + + Gets or sets the index of the active dock panel. + + + A zero-based integer specifying the index of the active dock panel. -1 if there isn't any currently active panel. + + + + + + + Creates a new dock panel and docks it to the form (user control) using the specified style. + + + + The value specifying how the created panel is docked to the container control. + + + + A object created by this method. + + + + + + + + Creates a new dock panel and floats it at the specified point. + + + + + A structure specifying the point at which the panel will be floated. + + + + The object created by this method. + + + + + + + + + Docks the specified panel to the DockManager container using the specified style. + + + + The value that specifies the docking style. + + + + The to be docked. + + + + + + + + Gets or sets whether all s within the DockManager should paint their icons in the panel's foreground colors. + + + + + true, if all s within the DockManager should paint their icons in the panel's foreground colors; otherwise, false. + + + + + + + + + Gets or sets the way auto-hidden panel captions are displayed. + + + The AutoHiddenPanelCaptionShowMode enumeration value that specifies the way auto-hidden panel captions are displayed. + + + + + + + Gets or sets whether auto-hidden panels within the current DockManager are shown during mouse hover, or only during a mouse click. + + + + An AutoHiddenPanelShowMode enumerator value that indicates whether a mouse hover or mouse click should display auto-hidden panels. + + + + + + + + Provides access to the auto hide containers and thus to the panels whose auto hide functionality is enabled. + + + The object which stores auto hide containers for the dock manager's . + + + + + + + + Gets or sets a value that specifies the auto-hide speed of dock panels. + + + An integer value that specifies the auto-hide speed of dock panels. The greater the value, the faster the auto-hide speed. + + + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + + Notifies the component that the initialization has started. + + + + + + + + + Locks the DockManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Destroys all panels. + + + + + + + + Occurs after a panel has been closed. + + + + + + + + Occurs when a panel is closing. + + + + + + + + + Occurs when any auto-hide within the current DockManager is completely hidden. + + + + + + + + Occurs when any auto-hide within the current DockManager is about to hide. + + + + + + + + Gets or sets the BarAndDockingController that will provide the default appearance options for the dock panels belonging to the current dock manager. + + + A object providing appearance options. + + + + + + + Gets the total number of panels that belong to the dock manager. + + + An integer value specifying the number of panels that belong to the dock manager. + + + + + + + Fires after an auto hide container has been created. + + + + + + + + Allows you to prevent dock panels from being resized using the mouse at specific borders and corners. + + + + + + + + + Creates a helper object that manages dock visualizers for the VS2005 dock style. + + + + + + + + Fires before an auto hide container has been destroyed. + + + + + + + + Gets an IDockController that performs docking operations on panels within the current DockManager. + + + A DockController object that performs docking operations on panels within the current DockManager. + + + + + + + Fires repeatedly while the dock panel is being dragged. + + + + + + + + Provides access to the settings that affect the behavior of dock panels. + + + + A object specifying the customization settings of dock panels. + + + + + + + Gets or sets the dock style. + + + A enumeration value that specifies the dock style. + + + + + + + Gets or sets the number of frames in the fading animation effect that are applied when displaying dock visualizers (markers) in VS2005 dock style. + + + + An integer value that specifies the number of frames in the fading animation effect. + + + + + + + Gets or sets a value that specifies the speed of fade effects. + + + An integer value that specifies the speed of fade effects. + + + + + + + Gets a associated with this DockManager. + + + A associated with this DockManager. + + + + + + + Fires immediately after a docking operation on a dock panel has finished. + + + + + + + + Notifies the control that the initialization has been completed. + + + + + + + + + Fires after a resize operation on a dock panel has finished. + + + + + + + + Unlocks the DockManager object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Occurs when any auto-hide within the current DockManager is completely shown. + + + + + + + + Occurs when any auto-hide within the current DockManager is about to be displayed. + + + + + + + + Forces the dock manager to finish its initialization. + + + + + + + + Gets or sets the container control (form or user control) which displays the dock panels owned by the current dock manager. + + + + A object that is the container which displays the dock panels created by the current dock manager. + + + + + + + + + Returns the panel located under the specified point. + + + + A structure representing the test point's coordinates relative to the top-left corner of the screen. + + + A object representing the dock panel located under the specified point. null (Nothing in Visual Basic) if no dock panel is located under the test point. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to a collection of hidden dock panels. + + + A object representing the collection of hidden panels. + + + + + + + Gets or sets the image source whose images are used by dock panels. + + + An that is an image collection providing images for dock panels. + + + + + + + Indicates whether the docking layout is being loaded. + + + true if the docking layout is being loaded; otherwise, false. + + + + + + + Indicates whether the dock manager has been initialized. + + + true if the dock manager has been initialized; otherwise, false. + + + + + + + Provides indexed access to the panels which belong to the dock manager. + + + + A zero-based index specifying the panel to be returned. + + + A object representing the panel at the specified position. + + + + + + + Provides indexed access to the panels which belong to the dock manager by their names. + + + + A value specifying the panel's name. + + + A object representing the panel with the specified name. null (Nothing in Visual Basic) if no panel is found. + + + + + + + Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage (a stream, xml file or system registry). + + + + + + + + Gets or sets the version of the layout of dock windows. + + + + A string representing the version of the layout of dock windows. + + + + + + + Fires after the docking layout has been loaded. + + + + + + + + Gets or sets an object that controls the look and feel of the DockManager's popup menus. + + + An object that controls the look and feel of the DockManager's popup menus. + + + + + + + Provides access to all the dock panels owned by the dock manager. + + + A object representing the collection of dock panels. + + + + + + + Occurs when a context menu is about to be displayed. + + + + + + + + Occurs when a new panel is registered within the dock manager. + + + + + + + + Destroys the specified panel. + + + + A object that specifies the panel to destroy. + + + + + + + + Restores the layout stored at the specified system registry path to the dock panels. + + + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. + + + + + + + + Restores the layout in the specified stream to the dock panels. + + + + A descendant from which the dock panels' settings are read. If the specified stream is empty or null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Restores the layout of dock controls from the specified XML file. + + + + A string value specifying the path to the XML file containing the settings for the dock panels. If the specified file doesn't exist, an exception is raised. + + + + + + + + Restores the layout of dock panels from the specified system registry path. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the layout of dock panels from the specified stream. + + + + A descendant from which the dock panels' settings are read. If null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Restores the layout of dock panels from the specified XML file. + + + + A string value which specifies the path to the XML file from which the layout is read. If the specified file doesn't exist, an exception is raised. + + + + + + + + Provides access to the collection of visible panels which are not owned by other panels. + + + + A object. + + + + + + + Saves the layout of dock panels to the specified system registry path. + + + + The system registry path to save the dock panels' layout to. + + + true if the layout of dock panels has been saved to the specified system registry path; otherwise, false. + + + + + + + Saves the layout of dock panels to a stream. + + + + A descendant to which the layout of dock panels is written. + + + + + + + + Saves the layout of dock panels to an XML file. + + + + A string value which specifies the path to the file where the layout of dock panels should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Saves the layout of the dock panels to the registry. + + + + A string value specifying the registry path at which to save the layout. + + + true if the operation is successfully completed; otherwise, false. + + + + + + + Saves the layout of dock panels to a stream. + + + + A descendant to which the layout of the dock panels is written. + + + + + + + + Saves the layout of dock panels to an XML file. + + + + + A string value specifying the path to the file in which the docking layout will be stored. If an empty string is specified, an exception is raised. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides options which control how a layout of dock panels is stored to/restored from a data store (a stream, xml file or system registry). + + + A object providing options which control how a layout of dock panels is stored and restored. + + + + + + + Occurs each time an end-user drags a into another panel and allows you to hide specific dock hints and guides. + + + + + + + + Fires when the dock panel is being resized. + + + + + + + + Fires when a docking operation starts. + + + + + + + + Enables specifying whether end-users can resize the dock panels. + + + + + + + + Occurs when a panel's property is changed. + + + + + + + + Fires after a dock panel's property has been changed. + + + + + + + + Occurs when a panel's property is changed. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed by the dock panels. + + + + A object which controls the appearance and behavior of the hints displayed by the dock panels. + + + + + + + Gets the string collection that stores the full names of the controls which have the top (high) indexes in the z-order and thus are positioned closest to the form's edges. + + + + + A StringUniqueCollection collection that stores the full names of the controls which have top (high) z-indexes. + + + + + + + Occurs when a panel is removed from the dock manager. + + + + + + + + Gets or sets whether the Validate method is forcibly called on a dock panel when switching from this dock panel to another one. + + + true, if the Validate method is forcibly called on a dock panel when switching from this dock panel to another panel; otherwise, false. + + + + + + + Gets or sets whether a float dock panel's controls are validated when the panel is deactivated. + + + true if a float dock panel's controls are validated when the panel is deactivated; otherwise, false. + + + + + + + Gets or sets whether the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another. + + + + true, if the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another; otherwise, false. + + + + + + + + Fires after the visible state of any dock panel owned by the dock manager has been changed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Provides docking options that are common to all dock panels. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Specifies the vertical direction of auto-hidden panel captions. + + + + The vertical text direction of auto-hidden panel captions. + + + + + + + + + Gets or sets whether only a dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button. + + + + true if only dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button; otherwise, false. + + + + + + + Gets or sets whether only the dock panel corresponding to the currently active tab in a tab container is closed when the close button within the tab container's caption is clicked. The option is not in effect when the tab container is in the floating state. + + + true to close only the dock panel corresponding to the currently active tab when a tab container's close button is clicked; false to close the tab container. + + + + + + + Gets or sets the cursor that indicates that a dock panel cannot be floating during a dock operation. + + + + A object that represents the corresponding cursor. + + + + + + + Gets or sets whether a panel can be docked as a tab to another panel while dragging over its header. + + + + A enumeration value that specifies whether a panel can be docked while dragging this panel over the header of another panel. + + + + + + + Gets or sets whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped. + + + The DockPanelInTabContainerTabRegion value that specifies whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped. + + + + + + + Gets or sets whether dock panels are immediately hidden when their auto hide functionality is enabled. + + + true to hide dock panels immediately when their auto hide functionality is enabled; false to hide dock panels using the sliding animation effect, and only when the mouse pointer leaves their area. + + + + + + + + Gets or sets whether an image associated with a dock panel is displayed within the panel's caption. + + + true if a dock panel's image is displayed in the panel's caption; otherwise false. + + + + + + + Gets or sets whether the dock panel's caption is shown only when the mouse pointer hovers over the panel's top or all the time. + + + true to show the panel's caption when the mouse pointer hovers over the panel's top; false the panel captions are always shown. + + + + + + + + Represents the client area of a dock panel. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the dock panel which owns the current control container. + + + The that owns the current control container. + + + + + + + + Represents an auto hide container collection. + + + + + + + Appends an array of objects to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Indicates whether the collection contains the specified auto hide container. + + + + An object to locate in the collection. + + + true if the collection contains the specified auto hide container; otherwise, false. + + + + + + + Gets the auto hide container which has the specified docking style. + + + + A enumeration value specifying the manner in which an auto hide container is docked. + + + An object representing the auto hide container which has the specified docking style. null (Nothing in Visual Basic) if no auto hide container is found. + + + + + + + Provides indexed access to the auto hide containers contained within the collection. + + + + An integer value specifying the auto hide container's zero-based index within the collection. + + + An object representing the auto hide container at the specified position. + + + + + + + + Represents an auto hide container. + + + + + + + Initializes a new instance of the class. + + + + + + + + Indicates whether the auto hide container holds the specified dock panel. + + + + A object to locate. + + + true if the auto hide container holds the specified dock panel; otherwise, false. + + + + + + + Gets the number of dock panels contained within the auto hide container. + + + An integer value specifying the number of dock panels contained within the auto hide container. + + + + + + + Gets or sets a value specifying how the auto hide container is aligned within its parent control. + + + A enumeration value specifying the manner in which an auto hide container is docked. + + + + + + + Returns information about the container's element located at the specified point. + + + + A structure which specifies the test point coordinates relative to the container's top-left corner. + + + A object which contains information about the auto hide container's element at the test point. + + + + + + + Returns the specified dock panel's position within the auto hide container. + + + + A object to locate. + + + A zero-based integer representing the dock panel's position within the auto hide container. -1 if the auto hide container doesn't contain the specified dock panel. + + + + + + + Provides indexed access to the dock panels contained within the auto hide container. + + + + An integer value specifying the dock panel's zero-based index within the collection. + + + A object representing the dock panel located at the specified position. + + + + + + + Gets the position of the auto hide container within its parent control. + + + A enumeration value specifying the position of the auto hide container within its parent control. + + + + + + + + Lists values which identify the elements in a dock panel. + + + + + + + The test point belongs to the label within the auto hide container which corresponds to a dock panel with its auto hiding functionality enabled. + + + + + + + + The test point belongs to the dock panel's border. + + + + + + + + The test point belongs to a dock panel's caption. + + + + + + + + The test point belongs to the dock panel's client area. + + + + + + + + The test point belongs to the header buttons panel, which contains both default and custom header buttons. + + + + + + + + + The test point belongs to a scroll button used to traverse forwards through the tabs in a tab container. + + + + + + + + The test point is not within a dock panel. + + + + + + + + The test point belongs to a scroll button used to traverse backwards through the tabs in a tab container. + + + + + + + + The test point belongs to a tab button in a tab container. + + + + + + + + The test point belongs to a tab panel in a tab container. + + + + + + + + + Lists values specifying the position and manner in which a dock panel is docked. + + + + + + + The dock panel's bottom edge is docked to the bottom of its containing control. + + + + + + + + The dock panel is contained within another panel (split or tab container). + + +It's not possible to make a dock panel fill the form (user control). + + + + + + + + + + The dock panel is floated. + + + + + + + + The dock panel's left edge is docked to the left side of its containing control. + + + + + + + + The dock panel's right edge is docked to the right side of its containing control. + + + + + + + + The dock panel's top edge is docked to the top of its containing control. + + + + + + + + + Contains values that specify how floating documents are hosted. + + + + + + + A Default value. Acts identically to the SingleDocument value. + + + + + + + + + Floating documents are hosted within a float document container capable of containing multiple documents. You can drag documents to dock them into a floating container. + + + + + + + + Floating documents are hosted within independent containers and cannot be docked to each other. + + + + + + + + + Contains common document group properties. + + + + + + + Gets or sets the value that determines the way the Close buttons are displayed in document groups. + + + A value that determines the way the Close buttons are displayed in document groups. + + + + + + + Gets or sets the value that determines if tabs in document groups will be closed on a mouse middle click. + + + A value that determines if tabs in document groups will be closed on a mouse middle click. + + + + + + + Provides access to a custom header button collection displayed in document groups. + + + A displayed in document groups. + + + + + + + + Gets or sets the value that determines if document groups will be destroyed after removing all of their children. + + + true if document groups will be destroyed; otherwise, false. + + + + + + + Gets or sets which tab buttons can be displayed within all s' tab header panels. + + + A TabButton enumerator value that specifies which tab buttons can be displayed within all s' tab header panels. + + + + + + + Gets or sets when tab buttons are displayed within all s' tab header panels. + + + A TabButtonShowMode enumerator value that specifies when tab buttons are displayed within all s' tab header panels. The Default value acts in the same way as the WhenNeeded value. + + + + + + + Gets or sets the value that specifies the document group's header position. + + + A value that specifies the document group's header position. + + + + + + + + Gets or sets the value that specifies the header orientation for document groups. + + + A value that specifies the header orientation for document groups. + + + + + + + Gets or sets the maximum number of documents in document groups. + + + The integer value that is the maximum number of documents in document groups. + + + + + + + Gets or sets the default alignment of images displayed in document tabs. + + + + The value that is the default alignment of images displayed in document tabs. + + + + + + + + + Gets or sets which tab headers within the current should display their Pin Buttons. + + + A PinPageButtonShowMode enumerator value that specifies which tab headers within the current should display their Pin Buttons. + + + + + + + Gets or sets if a document selector button should be displayed within all s. + + + true if a document selector button should be displayed within all document groups; otherwise, false. + + + + + + + Gets or sets the value that determines if tab headers are shown in document groups. + + + true if tab headers are shown in document groups; otherwise, false. + + + + + + + + A Windows UI View container that displays a single . + + + + + + + Initializes a new instance of the Page class with custom settings. + + + + An IPageProperties object that contains custom settings for the newly created Page. + + + + + + + + Initializes a new instance of the Page class with the default settings. + + + + + + + + Initializes a new instance of the Page class with the specified container. + + + + An object that implements the interface. + + + + + + + + Gets or sets a document contained within the current Page. + + + A contained within the current Page. + + + + + + + Provides access to the current Page's settings. + + + An IPageDefaultProperties object that stores settings for the current Page. + + + + + + + Refreshes document actions displayed within this Page. + + + + + + + + + Displays a within a bar or a menu. + + + + + + + + Gets or sets whether the current menu can be opened. + + + + true if the current menu can be opened; otherwise, false. + + + + + + + + Displays commands to manipulate documents that are created by the . + + + + + + + Initializes a new instance of the BarDockingMenuItem class. + + + + + + + + This property is synchronized with the property. + + + The value of the property. + + + + + + + Gets or sets the index of the currently active document. + + + An integer value that is the index of the currently active document. + + + + + + + Provides access to the collection of links displayed by the BarDockingMenuItem. + + + The collection of links displayed by the BarDockingMenuItem. + + + + + + + Gets or sets the maximum number of documents displayed by the BarDockingMenuItem. + + + An integer value that is the maximum number of documents displayed by the BarDockingMenuItem. + + + + + + + Gets or sets whether the check sign is displayed for the link corresponding to the active document. + + + + true if the check sign is displayed for the link corresponding to the active document; otherwise, false. + + + + + + + Gets or sets whether links corresponding to documents are numerated. + + + true if links corresponding to documents are numerated; otherwise, false. + + + + + + + Gets or sets the collection containing captions of existing documents. + + + + The collection containing captions of existing documents. + + + + + + + + Represents a navigation element on the root level of the navigation hierarchy. + + + + + + + Initializes a new instance of the TileNavCategory class with the default settings. + + + + + + + + Copies settings and contents from the specified object to the current TileNavCategory. + + + + A object whose settings and contents are copied to the current TileNavCategory. + + + + + + + + Gets whether the current TileNavCategory is the default category of the . + + + true, if the current TileNavCategory is the default category of the ; otherwise, false. + + + + + + + Provides access to the collection of the objects that belong to the current TileNavCategory. + + + + The object representing the collection of child objects. + + + + + + + Gets the that owns this TileNavCategory. + + + The that owns this TileNavCategory. + + + + + + + Gets the that contains the current TileNavCategory. + + + The object representing the collection of objects. + + + + + + + + + Contains data for events that occur for a 's items. + + + + + + + Initializes a new instance of the BackstageViewItemEventArgs class with the specified item. + + + + A object used to initialize the property. + + + + + + + + Gets the currently processed item. + + + A object that is the currently processed item. + + + + + + + + A document within a . + + + + + + + Initializes a new instance of the Document class. + + + + + + + + Initializes a new instance of the Document class with the specified container. + + + + An object that implements . + + + + + + + + Initializes a new instance of the Document class with the specified properties. + + + + A object that contains settings used to initialize the newly created document. + + + + + + + + Gets or sets whether this individual document should blend its caption fore color. + + + true, if this individual document should blend its caption fore color; otherwise, false. + + + + + + + Specifies the appearance settings, applied to this document's caption when the document is active. + + + An object that stores appearance settings applied to this document's caption when the document is active. + + + + + + + Provides access to the appearance settings applied to this Document's caption while this document remains inactive. + + + An object that stores appearance settings applied to this Document's caption while this document remains inactive. + + + + + + + Gets the bounding rectangle of the area occupied by the current Document. + + + A Rectangle structure that is the bounding rectangle of the area occupied by the current Document. + + + + + + + Gets whether the current Document is maximized. + + + true, if the current Document is maximized; otherwise, false. + + + + + + + Provides access to the current document's properties. + + + An IDocumentDefaultProperties object that contains the current document's properties. + + + + + + + + Lists values indicating all the available dock panel states. + + + + + + + The dock panel is being docked. + + + + + + + + The dock panel is in its normal state. No specific action is being performed by an end-user. + + + + + + + + The dock panel's edge is being dragged to change its height or width. In this case a bar indicating the edge's potential position is painted. + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the TileNavSubItemCollection class with the default settings. + + + + + + + + Initializes a new instance of the TileNavSubItemCollection class with the specified settings. + + + + The that owns the current TileNavSubItemCollection. + + + + + + + + Gets the that owns the current TileNavSubItemCollection. + + + The that owns the current TileNavSubItemCollection. + + + + + + + + A pin item within the Recent Item Control. + + + + + + + Initializes a new instance of the RecentPinItem class with the default settings. + + + + + + + + Provides access to this RecentPinItem object's appearance settings. + + + A object that stores appearance settings for this RecentPinItem in all its visual states. + + + + + + + Gets or sets the secondary text string displayed by this RecentPinItem. + + + A String value that is the secondary text string displayed by this RecentPinItem. + + + + + + + Gets or sets how the glyph in this RecentPinItem is aligned. + + + + A enumerator value that specifies how the glyph in this RecentPinItem is aligned. + + + + + + + + Gets or sets whether or not this RecentPinItem is currently pinned. + + + true, if this RecentPinItem is currently pinned; otherwise, false. + + + + + + + Fires whenever an end-user clicks pins this RecentPinItem. + + + + + + + + Gets or sets whether or not this RecentPinItem's pin button is visible. + + + A enumerator value that specifies whether or not this RecentPinItem's pin button is visible. + + + + + + + Gets or sets whether or not this RecentPinItem should display its description string. + + + true, if this RecentPinItem should display its description string; otherwise, false. + + + + + + + + Contains properties for documents within a . + + + + + + + Gets the current tab header's width for the current . + + + An Int32 value specifying the current tab header's width for the current s. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether image animation is allowed for the current Document's tab. + + + + A value that specifies whether image animation is allowed for the current Document's tab. Default value means a document will act according to its parent view's property value. + + + + + + + + Gets or sets whether the current floating document can be docked as a tab. + + + A Boolean value that specifies whether the current floating document can be docked as a tab + + + + + + + Gets or sets whether the current document can be made floating with a double click on the document header. + + + + The DefaultBoolean value that specifies whether the current document can be made floating with a double click on the document header. + + + + + + + + Gets or sets whether the current can be pinned. + + + A DefaultBoolean enumerator value specifying whether the current can be pinned. The DefaultBoolean.Default value acts identically to the DefaultBoolean.False value. + + + + + + + Gets or sets whether or not this current document can be reordered within its parent when docked to this group as a tab. + + + A DefaultBoolean enumerator value that specifies whether or not this current document can be reordered within its parent when docked to this group as a tab. + + + + + + + Gets if a 's tab icon can be animated. + + + true if a 's tab icon can be animated; otherwise, false. + + + + + + + Gets whether the current floating document can be docked as a tab. + + + A Boolean value that specifies whether the current floating document can be docked as a tab. + + + + + + + Gets whether the current document can be made floating with a double click on the document header. + + + + A Boolean value that specifies whether the document can be made floating with a double click on the document header. + + + + + + + + Gets whether the current can be pinned. + + + true if the current can be pinned; otherwise, false. + + + + + + + Gets or sets whether or not this document can be reordered within its parent . + + + true, if this document can be reordered within its parent ; otherwise, false. + + + + + + + Gets whether the current can be displayed within a Document Selector. + + + true, if the current can be displayed within a Document Selector; otherwise, false. + + + + + + + Gets whether the current can display its Pin Button. + + + true if the current can display its Pin Button; otherwise, false. + + + + + + + Gets or sets the tab header's width for individual s. + + + An Int32 value specifying the tab header's width for individual s. + + + + + + + Gets or sets whether the current should be displayed within a Document Selector. + + + true, if the current should be displayed within a Document Selector; otherwise, false. + + + + + + + Gets or sets whether the Pin Button should be displayed in the current 's tab header. + + + + A DefaultBoolean enumerator value that specifies whether the Pin Button should be displayed in the current 's tab header. + + + + + + + + Gets or sets the width of the current 's tab. + + + A value specifying the width of the current 's tab. + + + + + + + Gets or sets the format of a text, displayed within this document's thumbnail in a Windows task bar. + + + + A String value that is the format of a text, displayed within this document's thumbnail in a Windows task bar. + + + + + + + + + An object that implements operations on a 's documents and Content Containers. + + + + + + + Activates the specific . + + + + A to be activated. + + + true if the target can be activated; otherwise, false. + + + + + + + Activates the specific content container. + + + + An IContentContainer object to be activated. + + + true if the target content container can be activated; otherwise, false. + + + + + + + Adds a tile for the specific to the current . + + + + A related to the newly added Tile. + + + true if a tile for the specific was successfully added to the current ; otherwise, false. + + + + + + + Navigates back from the currently viewed screen to the upper level. + + + true if navigation to the upper level was successful; otherwise, false. + + + + + + + Sets the current 's form visual state. + + + + true if the form should be maximized; false for the normal state. + + + true if the method was successfully performed; otherwise, false. + + + + + + + Closes the current application. + + + true if the application can be successfully closed; otherwise, false. + + + + + + + Flips the specific 's layout. + + + + + A to be flipped. + + + true if a was flipped successfully; otherwise, false. + + + + + + + Navigates from the currently viewed screen to the top-most level. + + + true if navigation to the top-most level was successfully performed; otherwise, false. + + + + + + + Displays a specific or overview screen. + + + + + An IContentContainer descendant whose overview screen is to be shown. + + + true if a container can be switched to an overview screen; otherwise, false. + + + + + + + Removes a related to the specific from the current . + + + + A whose is to be removed. + + + true if a related to the specific was successfully removed from the current ; otherwise, false. + + + + + + + Rotates the specific changing its orientation. + + + + A to be rotated. + + + true if the specific was successfully rotated; otherwise, false. + + + + + + + + An object that stores settings for individual s. + + + + + + + Initializes a new instance of the StackGroupDefaultProperties class with the specified settings. + + + + An IStackGroupProperties object that stores settings common to all StackGroups within the parent Widget View. + + + + + + + + Gets the maximum number of s this can currently contain. + + + An Int32 value that specifies the maximum number of s this can currently contain. + + + + + + + Gets or sets whether an end-user can drag this at runtime. + + + + + + + + + + Gets whether this can be dragged at runtime. + + + + + + + + + + Gets or sets the maximum number of s that the current can contain. + + + + An Int32 value that is the maximum number of s that the current can contain. + + + + + + + + + Lists values specifying the manner in which the item's menu appears onscreen. + + + + + + + The menu is faded in. + + + + + + + + The menu is shown immediately without any visual effects. + + + + + + + + The animation effects are randomized. + + + + + + + + The menu is slid in vertically, from top to bottom. + + + + + + + + The animation type is determined by the system settings. + + + + + + + + The menu is unfolded from the top left corner to the bottom right corner. + + + + + + + + + Provides access to the default object which is used for default painting XtraBars controls (bars, dock panels, Ribbon Controls and tabbed windows of the XtraTabbedMdiManager). + + + + + + + Initializes a new instance of the class. + + + + + + + + + Initializes a new instance of the class. + + + + A object that provides functionality for containers. + + + + + + + + Gets the DefaultBarAndDockingController. + + + A object representing the DefaultBarAndDockingController. + + + + + + + + The control that can act as a main menu in a , allowing you to display custom controls. + + + + + + + + Initializes a new instance of the BackstageViewControl class. + + + + + + + + Gets the object that provides accessibility information. + + + + The object that provides accessibility information. + + + + + + + + Gets or sets whether all s within the current BackstageViewControl should have their icons painted with these items' foreground color. + + + true, if all s within the current BackstageViewControl should have their icons painted with these items' foreground color; otherwise, false. + + + + + + + Provides access to appearance properties that paint this BackstageViewControl. + + + An object, which stores properties that paint this BackstageViewControl. + + + + + + + Occurs when the 'Back' button is clicked. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets which 's parts are visible when the current BackstageViewControl is displayed. + + + A BackstageViewShowRibbonItems enumerator value that specifies which 's parts are visible when the current BackstageViewControl is displayed. + + + + + + + Locks the BackstageViewControl, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BackstageViewControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets the horizontal alignment of items' caption regions. + + + An value that specifies the horizontal alignment of items' caption regions. + + + + + + + Gets or sets the vertical alignment of items' caption regions. + + + An value that specifies the vertical alignment of items' caption regions. + + + + + + + + Gets or sets the color scheme applied when painting the control's items. + + + A value that specifies the control's color scheme. + + + + + + + Allows you to assign a to the control, to manipulate the control's appearance settings. + + + A object that provides default look and feel options for the BackstageViewControl. + + + + + + + Allows you to manually re-draw this BackstageViewControl's items. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Unlocks the BackstageViewControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Returns the Bar and Docking Controller that provides look and feel options for the BackstageViewControl. + + + A object that provides look and feel options for the BackstageViewControl + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the object that controls drag-and-drop and mouse operations on the BackstageViewControl. + + + A BackstageViewControlHandler object. + + + + + + + Gets the object that contains the information needed to draw the BackstageViewControl. + + + A BackstageViewInfo object. + + + + + + + Gets or sets the horizontal alignment of items' glyph regions. + + + An value that specifies the horizontal alignment of items' glyph regions. + + + + + + + Gets or sets the location of items' glyph regions relative to caption regions. + + + An ItemLocation value that specifies the location of items' glyph regions relative to caption regions. + + + + + + + Gets or sets the distance between items' glyph and caption regions. + + + An integer value that specifies the distance between items' glyph and caption regions. + + + + + + + Gets or sets the vertical alignment of items' glyph regions. + + + An value that specifies the vertical alignment of items' glyph regions. + + + + + + + + Occurs after this BackstageViewControl is completely closed. + + + + + + + + Occurs whenever this BackstageViewControl is hiding. + + + + + + + + Fires when an item is highlighted and when item highlighting is cleared. + + + + + + + + Gets or sets the image displayed in the BackstageViewControl's right bottom corner. + + + An image to be displayed in the BackstageViewControl's right bottom corner. + + + + + + + Gets or sets a collection of images to be displayed within the control's items. + + + An object that specifies an image collection. + + + + + + + + Gets whether the control's visual updates are postponed. + + + true if the control's visual updates are postponed; otherwise, false. + + + + + + + Fires after any of the BackstageViewControl's items has been clicked with the mouse (the mouse button has been pressed and then released). + + + + + + + + Fires after any of the BackstageViewControl's items has been pressed with the mouse. + + + + + + + + Provides access to the control's item collection. + + + A object that contains the control's items. + + + + + + + Gets or sets the padding for all s and s within this BackstageViewControl. + + + A Padding structure that is the padding common to all s and s within this BackstageViewControl. + + + + + + + Gets a Key Tip manager for this BackstageViewControl. + + + A BackstageViewBaseKeyTipManager object that controls Key Tips for this BackstageViewControl. + + + + + + + Gets or sets the maximum width of the BackstageViewControl's left panel, where the control's items are displayed. + + + An integer value that specifies the maximum width of the BackstageViewControl's left panel. + + + + + + + Gets or sets the minimum width of the BackstageViewControl's left panel, where the control's items are displayed. + + + An integer value that specifies the minimum width of the BackstageViewControl's left panel. + + + + + + + Gets or sets the BackstageViewControl content offset, applied in Office 2013 style. + + + A BackstageViewOffice2013StyleOptions object that contains offset settings applied in Office 2013 style. + + + + + + + + Gets or sets whether this BackstageViewControl should be painted according to the current application skin or your own custom colors. + + + A enumerator value that specifies whether this BackstageViewControl should be painted according to the current application skin or your own custom colors. + + + + + + + Gets the parent appearance settings obtained from the BackstageViewControl that owns this BackstageViewControl. + + + An that owns the appearance settings of the BackstageViewControl that is this BackstageViewControl's parent. + + + + + + + + Updates the control reflecting the changes made to its settings. + + + + + + + + Gets or sets a that provides appearance settings for the current BackstageViewControl. + + + A that provides appearance settings for the current BackstageViewControl. + + + + + + + Gets or sets the currently selected tab item. + + + A object that is the currently selected tab item. + + + + + + + Allows you to respond to selecting tab items in a BackstageViewControl. + + + + + + + + Gets or sets the index of the selected tab item in the collection. + + + An integer value that is the zero-based index of the currently selected tab item in the collection. + + + + + + + Gets or sets whether a background image, specified by the property, is displayed in the control's right bottom corner. + + + true if a background image is displayed in the right bottom corner; otherwise, false. + + + + + + + Fires when the current BackstageViewControl is about to be shown. + + + + + + + + Fires when the current BackstageViewControl is shown. + + + + + + + + Gets or sets the current BackstageViewControl's style. + + + A BackstageViewStyle enumerator value that specifies the current BackstageViewControl's style. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the BackstageViewControl class. + + + A object which controls the appearance and behavior of tooltips displayed by elements of the BackstageViewControl. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new CustomHeaderButtonEventArgs class instance. + + + + The object that is the currently processed button. The value is assigned to the property. + + + + The object. The value is assigned to the property. + + + + + + + + Gets the clicked button. + + + The currently processed . + + + + + + + Gets the selected document. + + + The selected . + + + + + + + + Provides access to properties that manage the asynchronous image loading feature for this gallery. + + + + + + + + Initializes a new instance of the GalleryOptionsImageLoad class with the default settings. + + + + + + + + Gets or sets the animation that follows image loading for items within this gallery. + + + + An enumerator value that specifies the animation that follows image loading for items within this gallery. + + + + + + + + Copies all available property settings from the target BaseOptions object to this GalleryOptionsImageLoad object. + + + + A BaseOptions object whose settings are to be cloned to this GalleryOptionsImageLoad object. + + + + + + + + Gets or sets whether items in this gallery should load their images asynchronously. + + + true if items in this gallery should load their images asynchronously; otherwise, false. + + + + + + + Gets or sets the desired size of thumbnails created by the event. + + + + A Size structure that is the size of thumbnails created by the event. + + + + + + + + Gets or sets whether items within this gallery should load their images in random order. + + + true, if items within this gallery should load their images in random order; otherwise, false. + + + + + + + + A method that will handle Deferred Load events. + + + + + + + A method that will handle events that take a object as a parameter. + + + + The event source. The that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides members that store specific data for the method and the event. + + + + + + + Gets the collection of How To: Create Custom Document Actions associated with the current Document. + + + An IList object that stores the collection of How To: Create Custom Document Actions associated with the current Document. + + + + + + + Gets or sets a related to the current event. + + + A related to the current event. + + + + + + + + A Windows UI View container that displays all its Documents simultaneously, arranging them in a single row or column without a scroll bar. End-users can resize Documents at runtime by dragging split bars. + + + + + + + Initializes a new instance of the SplitGroup class with the default settings. + + + + + + + + Initializes a new instance of the SplitGroup class with the specified container. + + + + An object that implements the interface. + + + + + + + + Initializes a new instance of the SplitGroup class with custom settings. + + + + An ISplitGroupProperties object that specifies custom settings for the newly created SplitGroup. + + + + + + + + Provides access to properties of the content container that displays individual documents hosted within this SplitGroup. + + + A object that stores properties of the content container that displays individual documents hosted within this SplitGroup. + + + + + + + Provides access to the current SplitGroup's settings. + + + An ISplitGroupDefaultProperties object that contains settings for the current SplitGroup. + + + + + + + + Contains properties for this specific . + + + + + + + Initializes a new instance of the NavigationPageDefaultProperties class with the specified settings. + + + + An IBaseNavigationPageProperties object whose settings are to be copied to this NavigationPageDefaultProperties. + + + + + + + + Gets the caption appearance currently applied to this . + + + An object that is currently applied to this 's caption. + + + + + + + Gets or sets whether or not this page's border color should be used to paint the entire area outside this page's content. + + + A DefaultBoolean enumerator value that specifies whether or not this page border color should be used to paint the entire area outside this page's content. + + + + + + + + + + + + + + + + Gets or sets whether or not this 's caption can be formatted using HTML tags. + + + A DefaultBoolean enumerator value that specifies whether or not this 's caption can be formatted using HTML tags. + + + + + + + + Provides access to appearance settings, used to paint this navigation page's caption. + + + An object that stores appearance settings, affecting this navigation page's caption. + + + + + + + Gets whether or not this page's border color is used to paint the content's outer bounds. + + + + true, if this page's border color is used to paint the content's outer bounds; otherwise, false. + + + + + + + + + + + + + + + + Gets whether this page's caption can currently be formatted using HTML tags. + + + true, if this page's caption can currently be formatted using HTML tags; otherwise, false. + + + + + + + Gets whether or not this page should display its collapse button. + + + true, if this page should display its collapse button; otherwise, false. + + + + + + + Gets whether or not this page can display its expand button. + + + true, if this page can display its expand button; otherwise, false. + + + + + + + Gets or sets whether or not this page should display its collapse button. + + + A enumerator value that specifies whether or not this page should display its collapse button. + + + + + + + Gets or sets whether or not this should display its expand button. + + + A DefaultBoolean enumerator value that specifies whether or not this should display its expand button. + + + + + + + + A child element within the and controls. + + + + + + + Initializes a new instance of the NavigationPage class with the default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs when the custom header button of the check type was checked. + + + + + + + + + Occurs whenever a custom header button was clicked. + + + + + + + + Occurs when the custom header button of check type was unchecked. + + + + + + + + Provides access to the custom header buttons collection. + + + A object that stores custom header buttons for this NavigationPage. + + + + + + + Provides access to this NavigationPage's advanced settings. + + + A object that stores advanced page settings. + + + + + + + + A navigation frame. + + + + + + + Initializes a new instance of the NavigationFrame class with the default settings. + + + + + + + + Adds a new page containing the specific control in the current NavigationFrame. + + + + + A Control object hosted in a newly created page. + + + + A object that is the page added to this NavigationFrame. + + + + + + + Adds a new page containing the specific control in the current NavigationFrame. + + + + + A String value that is the caption of the created page. + + + + A Control object hosted within a newly created page. + + + A object that is the page added to this NavigationFrame. + + + + + + + Gets or sets whether or not changing the frame's selected page is followed with animation effects. + + + A DefaultBoolean enumerator value that specifies whether or not changing the frame's selected page is followed with animation effects. + + + + + + + + + + + + + + + + + + + + + + + Fires when a dynamically populated is deselected. + + + + + + + + Adds a new blank page to this NavigationFrame. + + + A object that is the page added to this NavigationFrame. + + + + + + + + + + + + + + + Gets whether or not this NavigationFrame is initialized. + + + true, if this NavigationFrame is initialized; otherwise, false. + + + + + + + Gets whether or not this NavigationFrame is being initialized. + + + true, if this NavigationFrame is being initialized; otherwise, false. + + + + + + + Forces the NavigationFrame to redraw itself. + + + + + + + + Provides access to look and feel properties for this NavigationFrame. + + + A object that stores look and feel properties for this NavigationFrame. + + + + + + + Occurs whenever a new page was added to this NavigationFrame. + + + + + + + + Occurs whenever a page is removed from this NavigationFrame. + + + + + + + + + Provides indexed zero-based access to all pages owned by this NavigationFrame. + + + A object that stores pages owned by this NavigationFrame. + + + + + + + Allows you to dynamically assign content to each in this NavigationFrame or . + + + + + + + + + + + + + + + + Gets or sets whether or not Bar Managers and Ribbon Controls from this NavigationFrame's child pages should be automatically merged to Bars and Ribbons in the main application form. + + + + A enumerator value that specifies whether or not Bar Managers and Ribbon Controls from this NavigationFrame's child pages should be automatically merged to Bars and Ribbons in the main application form. + + + + + + + Gets or sets the currently selected page within this NavigationFrame. + + + A , currently selected within this NavigationFrame. + + + + + + + Occurs when the selected page is changed. + + + + + + + + Fires when the NavigationFrame is about to change its currently selected page and allows you to cancel this upcoming modification. + + + + + + + + Gets or sets which from the collection should be selected. + + + An Int32 value that is the index of the newly selected page within the collection. + + + + + + + Occurs whenever the property changes its value. + + + + + + + + Selects the page that follows the currently selected page in the collection. + + + + + + + + Selects the page that precedes the currently selected page in the collection. + + + + + + + + Provides access to settings that affect the quality and performance of animation effects, played when this NavigationFrame navigates through its pages. + + + A object that stores animation properties. + + + + + + + Gets or sets the type of transition animation that follows navigation from one within this frame to another. + + + A enumerator value that is the transition animation type. + + + + + + + + Provides members that affect all s within the parent control ( or ). + + + + + + + Initializes a new instance of the NavigationPageProperties class with the default settings. + + + + + + + + Gets or sets whether or not page border colors should be used to paint the page's outer borders. + + + + true, if page border colors should be used to paint the page's outer borders; otherwise, false. + + + + + + + + + + + + + + + + Gets or sets whether any navigation page within this parent container can use HTML tags to format its caption. + + + true, if any navigation page within this parent container can use HTML tags to format its caption; otherwise, false. + + + + + + + Provides access to appearance settings that affect captions of every navigation page within this parent container. + + + An object that stores global page caption appearance settings. + + + + + + + Gets or sets whether or not all pages within the current control should display their collapse buttons. + + + true, if all pages within the current control should display their collapse buttons; otherwise, false. + + + + + + + Gets or sets whether or not all s should display their expand buttons. + + + true, if all s should display their expand buttons; otherwise, false. + + + + + + + + Provides data for Custom WindowsUI and Custom Header Button events, such as the or events. + + + + + + + + Initializes a new instance of the ButtonEventArgs object. + + + + An object that owns the created ButtonEventArgs object. + + + + + + + + Gets a custom header button or a custom Win8 button associated with the current event. + + + An IButton object that is a custom header button associated with the current event. + + + + + + + + Exposes base button properties. + + + + + + + + A base class for items within a . + + + + + + + Initializes a new instance of the BackstageViewItemBase class. + + + + + + + + Provides access to appearance settings applied to this BackstageViewItemBase descendant in the normal state. + + + + An that stores appearance settings applied to this BackstageViewItemBase descendant in the normal state. + + + + + + + + Provides access to appearance settings applied to this BackstageViewItemBase descendant in its disabled state. + + + An that stores appearance settings applied to this BackstageViewItemBase descendant in its disabled state. + + + + + + + Provides access to appearance settings applied to this BackstageViewItemBase descendant in its hovered state. + + + An that stores appearance settings applied to this BackstageViewItemBase descendant in its hovered state. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current item. + + + + + + + + Creates and returns a copy of the current item. + + + A descendant that is a copy of the current item. + + + + + + + Gets a that owns the current item. + + + A that owns the current item. + + + + + + + Gets or sets the item's name. + + + A string that specifies the item's name. + + + + + + + Gets or sets the item's visibility. + + + true if the item is visible; otherwise, false. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the Bar Manager that raised the event. + + + + A object containing event data. + + + + + + + + + Provides data for the event. + + + + + + + + Initializes a new instance of the class. + + + + A object containing links to display in the customization menu. This object is assigned to the property. + + + + + + + + Provides access to the links that are going to be displayed within the customization menu. + + + A object containing the links due to be displayed within the customization menu. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the Bar Manager that raised the event. + + + + A object containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the item whose functionality is about to be invoked. This value is assigned to the property. + + + + A object, the item's shortcut. This value is assigned to the property. + + + + + + + + Gets or sets whether to stop processing a pressed shortcut and so stop the bar item's functionality from being invoked. + + + true, if processing of the shortcut should be canceled; otherwise, false. + + + + + + + Gets the whose functionality is about to be invoked. + + + A object representing the bar item whose shortcut has been pressed and therefore whose functionality is about to be invoked. + + + + + + + Gets the keystroke shortcut for the bar item. + + + A object representing the item's shortcut. + + + + + + + + Contains style settings used to customize items within popup menus and container items. + + + + + + + Initializes a new instance of the class and sets its style settings to their default values. + + + + + + + + Gets appearance settings used to paint s within sub-menus and popup menus in different visual states. + + + A object that provides appearance settings used to paint s within sub-menus and popup menus in different visual states. + + + + + + + + Releases all the resources used by the current object. + + + + + + + + + Provides access the appearance settings used to paint header items () within this sub-menu or pop-up menu. + + + An AppearanceObject that stores appearance settings used to paint header items within this sub-menu or pop-up menu. + + + + + + + Contains style settings used to paint submenu items. + + + A object providing styles for submenu items. + + + + + + + Contains style settings to paint menu bars. + + + A object providing styles for painting menu bars. + + + + + + + Provides appearance settings used to paint menu headers. + + + An that provides corresponding appearance settings. + + + + + + + Contains style settings for painting side strips (boxes displaying bar item icons). + + + + A object providing styles for painting side strips. + + + + + + + + Contains style settings to paint side strips (boxes displaying bar item icons) for items not recently used. + + + A object providing styles for painting side strips for items not recently used. + + + + + + + Updates the right-to-left text direction option. + + + + true, if the text is directed from right to left; otherwise, false. + + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the bar item that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the bar item whose list item was clicked. This value is assigned to the property. + + + + A zero-based integer representing the index of the clicked list item. This value is assigned to the property. + + + + + + + + Gets the index of the clicked list item. + + + A zero-based integer value representing the index of the clicked list item. + + + + + + + Gets the bar item whose list item was clicked. + + + A descendant whose list item was clicked. + + + + + + + + Provides customization options for a bar. + + + + + + + Initializes a new instance of the class and sets its properties to default values. + + + + + + + + Gets or sets whether a bar can be collapsed by double-clicking on the bar's drag widget. + + + true if a bar can be collapsed by double-clicking on the bar's drag widget; otherwise, false. + + + + + + + Gets whether the bar can be deleted via the Customization Window at runtime. + + + true, if the bar can be deleted from the Customization Window at runtime; otherwise, false. + + + + + + + Gets or sets whether the bar provides the quick customization menu. + + + true if the bar allows customization via a special menu. + + + + + + + Gets whether the bar can be renamed via the Customization Window at runtime. + + + true, if the bar can be renamed in the Customization Window at runtime; otherwise, false. + + + + + + + Copies all settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets which bar items are automatically popped-up when hovered over. + + + + A BarAutoPopupMode enumerator value that specifies which bar items are automatically popped-up when hovered over. + + + + + + + + Gets or sets whether the bar is collapsed or in its normal state. + + + A BarState enumerator value that specifies the bar's expansion state. + + + + + + + Gets or sets whether the bar can be closed/hidden by the end-user. + + + true, if the bar can be hidden; otherwise, false. + + + + + + + Gets or sets whether the bar can be customized using drag-and-drop operations. + + + true, if customization of bar links is disabled; otherwise, false. + + + + + + + Gets or sets whether the current should display its borders. + + + true if the current should display its borders; otherwise, false. + + + + + + + Gets or sets whether the bar can be dragged using the mouse. + + + true if the bar can be dragged; otherwise, false. + + + + + + + Gets or sets whether to display the size grip within the current status bar. + + + true, if the size grip is displayed for the bar; otherwise false. + + + + + + + Gets or sets whether the bar is hidden in the Customization Window, customization menu and 's list. + + + true, if the bar is hidden in the Customization Window, customization menu and 's list; otherwise, false. + + + + + + + Gets or sets the minimum height this occupies. + + + An Int32 value that is the minimum height this occupies. + + + + + + + Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar. + + + true, if bar links are arranged into several lines when the bar's width is too small to accommodate them all; otherwise, false. + + + + + + + Gets or sets whether a bar links' captions are rotated when the bar is vertically docked. + + + true, if the links' captions are rotated along with the bar; otherwise, false. + + + + + + + Gets or sets whether the bar is stretched to match the container's width. + + + true, if the bar occupies the entire container's width; otherwise, false. + + + + + + + + Contains default customization settings for bars. + + + + + + + Initializes a new instance of the class and sets its properties to default values. + + + + The object which will be notified about property changes. + + + + + + + + Gets or sets whether images are highlighted when links are hot-tracked. + + + true if images are highlighted when links are hot-tracked; otherwise false. + + + + + + + Gets the default horizontal indent between the content and the borders of bar links. + + + An integer value specifying the number of pixels between the content and the borders of bar links, -1 to calculate the indent automatically. + + + + + + + Gets the default vertical indent between the contents and borders of bar links. + + + An integer value specifying the number of pixels between the content and borders of bar links. -1 to calculate the indent automatically. + + + + + + + + Gets or sets the default size for all regular item icons within the . + + + A Size structure that is the default size for all regular item icons within the . + + + + + + + Gets or sets the default size for all large item icons within the . + + + A Size structure that is the default size for all large item icons within the . + + + + + + + Returns the horizontal indent between the content and the borders of bar links. + + + + The horizontal indent between the content and the borders of bar links, in pixels. + + + + + + + + Returns the vertical indent between the content and the borders of bar links. + + + + The vertical indent between the content and the borders of bar links, in pixels. + + + + + + + + Gets or sets whether bar items are painted using large or small icons. + + + true, if large bar item icons are used; otherwise, small icons are used. + + + + + + + + Gets or sets whether bar items in menus are painted using large or small icons. + + + true, if bar items in menus are painted using large icons; otherwise, false. + + + + + + + + Gets or sets the type of animation used for the menu. + + + An enumeration member specifying the menu's animation type. + + + + + + + Gets or sets the value (in percent) that determines which of the menu items that haven't recently been used should be hidden. + + + The value, in percent, for calculating the most frequently used items. + + + + + + + Provides access to the settings of the multicolumn mode of displaying items in all pop-up menus and sub-menus controlled by the component. + + + An OptionsMultiColumn object that comprises the settings of the multicolumn mode. + + + + + + + Updates the style settings with respect to the painting style applied. + + + + + + + + Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user's monitor. + + + true if in-place editors are scaled to match the current DPI settings; otherwise, false + + + + + + + Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor. + + + true, if bar item icons are scaled to match the current DPI settings; otherwise, false. + + + + + + + Gets or sets a value indicating whether a submenu casts a shadow. + + + + true if a submenu casts a shadow; otherwise false. + + + + + + + + + A method that will handle the and events. + + + + + + + + Represents a method that will handle the and events. + + + + The event source. Identifies the Bar Manager that raised the event. + + + + A object containing event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + A object representing the Bar Manager of the child MDI form. This value is assigned to the property. + + + + + + + + Gets the Bar Manager of a child MDI form for which the merge mechanism is invoked. + + + A instance representing the Bar Manager of the child MDI form. + + + + + + + + A category collection in the BarManager. + + + + + + + + Initializes a new instance of the class. + + + + A object which will own the new column collection. + + + + + + + + Creates a new category with the specified name and adds it to the end of the collection. + + + + A string value specifying the category's name. + + + A object representing the new category. + + + + + + + Adds the specified category to the end of the collection. + + + + A object representing the category to be added. + + + An integer value representing the added category's zero-based index within the collection. + + + + + + + Adds an array of categories to the end of the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Fires when changes are made to the category collection. + + + + + + + + Returns the position of a category with the specified name in the collection. + + + + A string value specifying the name of the category to locate in the collection. + + + A zero-based integer specifying the category's position within the collection. -1 if the collection does not contain the specified category. + + + + + + + Returns the specified category's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the category's position within the collection. -1 if the collection does not contain the specified category. + + + + + + + Adds the given category to the specified position within the collection. + + + + A zero-based integer specifying the category's position within the collection. + + + + The object to insert. + + + + + + + + Gets a category by its name. + + + + A string value specifying the category's name. + + + A object representing the category with the name specified. null (Nothing in Visual Basic) if the collection does not contain a category with the specified name. + + + + + + + Provides indexed access to individual categories. + + + + A zero-based integer specifying the desired category's position within the collection. + + + A object representing the category at the specified position. null (Nothing in Visual Basic) if the collection does not contain a category at the specified position. + + + + + + + Gets a category specified by its unique identifier. + + + + A object representing a category's unique identifier (GUID). + + + A object representing the category with the specified unique identifier. null (Nothing in Visual Basic) if the collection does not contain a category with the specified identifier. + + + + + + + Gets the Bar Manager that owns the collection. + + + A object representing the Bar Manager that owns the category collection. + + + + + + + Removes the specified category from the collection. + + + + A object representing a category to remove. + + + + + + + + + An individual category. + + + + + + + + Initializes a new instance of the class with custom settings. + + + + A string value specifying the name of the created category. This value is assigned to the property. + + + + A object representing a globally unique identifier (GUID) that identifies the category. This value is assigned to the property. + + + + true to make a category visible at runtime; false to make a category hidden at runtime. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified name and global unique identifier (GUID). + + + + A string value specifying the created category's name. This value is assigned to the property. + + + + A object representing a globally unique identifier (GUID) that will identify the category. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the name specified. + + + + A string value specifying the created category's name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets the BarManager's default category. + + + A object representing the BarManager's default category. + + + + + + + Gets an item displayed in the category at the specified position. + + + + A zero-based integer specifying the item's position within the category. + + + A descendant representing an item displayed in the category at the specified position. null (Nothing in Visual Basic) if no item is found. + + + + + + + Gets the number of items displayed in the category. + + + An integer value equal to the number of items displayed in the category. + + + + + + + Gets or sets a globally unique identifier (GUID) that identifies the category. + + + A System.Guid object representing a globally unique identifier (GUID). + + + + + + + Gets the category's position within a collection. + + + A zero-based integer value specifying the category's position within a collection. -1 if the category has no owning collection. + + + + + + + Gets or sets the category's name. + + + A string value specifying the category's name. + + + + + + + Gets the text representation of the BarManagerCategory object. + + + A string representation of the BarManagerCategory object. + + + + + + + Represents the Total category. This member supports the internal infrastructure. + + + A object. + + + + + + + Gets or sets whether the category is visible in the customization dialog at runtime. + + + true if the category is visible in the customization dialog at runtime; otherwise, false. + + + + + + + + Contains default style settings for bars and their elements. + + + + + + + Initializes a new instance of the class. + + + + A object which will be notified when settings are changed. + + + + + + + + Contains default style settings to paint bars. + + + An object providing style settings to paint bars. + + + + + + + Provides appearance settings used to paint bar item links within s in different visual states. + + + A object that contains corresponding appearance options. + + + + + + + Locks the BarManagerAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets the controller which owns the current instance of the class. + + + A object which owns the instance. + + + + + + + Releases all resources used by the current object. + + + + + + + + Contains default style settings to paint bar dock controls. + + + A object providing style settings to paint dock controls. + + + + + + + Unlocks the BarManagerAppearances object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Contains default font settings to paint bar items. + + + A object providing default style settings for bar items. + + + + + + + Contains default style settings to paint main menus. + + + A object providing style settings to paint main menus. + + + + + + + Provides appearance settings used to paint s within main menu bars in different visual states. + + + A StateAppearances object which provides appearance settings used to paint s within main menu bars in different visual states. + + + + + + + Restores all the style settings and usage options to default values and thus stops elements from using these appearance settings. + + + + + + + + Contains default style settings to paint status bars. + + + A object providing style settings to paint status bars. + + + + + + + Provides appearance settings used to paint s within status bars in different visual states. + + + A object which provides appearance settings used to paint s within status bars in different visual states. + + + + + + + Contains default style settings to paint sub items within container items and popup menus. + + + A object providing style settings to paint submenu items. + + + + + + + + A read-only bar item link collection. + + + + + + + + Creates a new object. + + + + + + + + Indicates whether the collection contains the specified link. + + + + A object or descendant to locate in the collection. + + + true, if the collection contains the specified link; otherwise, false. + + + + + + + Returns a recently used item link by its index. + + + + A zero-based integer representing the index of the recently used item link. + + + A descendant representing the recently used item link at the specified position within the collection. + + + + + + + Returns the specified link's position within the collection. + + + + A object or descendant to locate in the collection. + + + A zero-based integer representing the link's position within the collection. -1 if the collection does not contain the specified link. + + + + + + + Provides indexed access to individual links. + + + + A zero-based integer specifying the desired link's position within the collection. + + + A object or descendant representing the item link at the specified position. null (Nothing in Visual Basic) if the collection does not contain the link at the specified position. + + + + + + + Gets the total number of items that have recently been used. + + + An integer value representing the number of items recently used. + + + + + + + + Represents a collection of links. + + + + + + + Creates a new object with the specified owner. + + + + An object which will own the new collection. + + + + + + + + Creates a new object. + + + + + + + + Creates a link to the specified bar item and adds it to the end of the collection. + + + + A descendant, for which a link is added to the collection. + + + A object representing the link added. + + + + + + + Adds a new item link to the collection. + + + + A descendant for which a link is added to the collection. This value is assigned to the property. + + + + true to begin a group; otherwise, false. This value is assigned to the property. + + + A object that represents the added link. + + + + + + + + Adds a link to the specified bar item and key tip, and adds it to the end of the collection. + + + + + A descendant, for which the link is created and added to the collection. + + + + + A value that specifies the Key Tips for the new link. + + + A object that represents the added link. + + + + + + + + Adds a new item link to the collection. + + + + A descendant, for which the link is created and added to the collection. + + + + + true to begin a group; otherwise, false. + + + + A value that specifies the Key Tips for the new link. + + + A object that represents the added link. + + + + + + + + Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. + + + + + A descendant, for which a link is created. + + + + A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. + + + + A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. + + + A object representing the added link. + + + + + + + Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group. + + + + + A descendant for which a link is added to the collection. This value is assigned to the property. + + + + true to begin a group; otherwise, false. This value is used to initialize the created link's property. + + + + A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. + + + + A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. + + + A object representing the added link. + + + + + + + Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group, and whether it must be arranged in the same manner as a . + + + + + A descendant for which a link is added to the collection. This value is assigned to the property. + + + + true to begin a group; otherwise, false. This value is used to initialize the created link's property. + + + + A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. + + + + A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. + + + + A Boolean value that specifies whether the bar item link is arranged in the same manner as a object . This value is used to initialize the created link's property. This parameter is in effect in a . + + + A object representing the added link. + + + + + + + Creates an array of links to the specified bar items and adds them to the end of the collection. + + + + An array of descendants, for which links are created and added to the collection. + + + + + + + + Adds s for each of the target objects. + + + + An IEnumerable object containing s, for which s should be added to this BarItemLinkCollection. + + + + + + + + Copies item links from the source collection to the current collection. + + + + A object representing the source collection whose elements are copied to the current collection. + + + + + + + + Removes all item links from the collection. + + + + + + + + Fires when changes are made to the collection. + + + + + + + + Creates a new link to the specified bar item and adds it to the specified position within the collection. + + + + A zero-based integer specifying the new bar item link's position within the collection. + + + + A descendant for which the link is created and added the collection. + + + + A object representing the link inserted. + + + + + + + Creates a new link to the specified bar item and adds it before the specified link in the collection. + + + + A object representing an item link before which the new link is inserted. + + + + A descendant for which the link is created and added to the collection. + + + A object representing the link inserted. + + + + + + + Removes a link from the collection. + + + + A object representing the link to remove. + + + + + + + + Removes the link at the specified position from the collection. + + + + A zero-based integer specifying the index of the link to remove. If negative or exceeds the number of elements, an exception is raised. + + + + + + + + + The component that provides default settings for controls included in the DevExpress Ribbon, Menu and Docking Library (dock windows, bars, Ribbon Controls and tabbed windows of the component). + + + + + + + + Initializes a new instance of the class and sets its properties to their default values. + + + + + + + + Initializes a new instance of the class with the specified container. + + + + A object that provides functionality for containers. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + An object that implements the IBarAndDockingControllerClient interface. + + + + + + + + Provides access to the appearance settings applied to controls. + + + A BackstageViewAppearances object that provides corresponding appearance settings. + + + + + + + Provides access to the properties that control the bars' default style. + + + A object providing default style settings for bars. + + + + + + + Provides access to the properties which control the appearance of all the dock panels. + + + A object providing appearance settings for dock panels. + + + + + + + Contains appearance settings that specify the appearance of a 's elements. + + + A DocumentManagerAppearances object that specifies the appearance of a 's elements. + + + + + + + Provides access to the properties which control the appearance of the Ribbon Control's elements. + + + A object that provides the appearance settings for the Ribbon Control's elements. + + + + + + + Starts the runtime component initialization. + + + + + + + + + Locks the BarAndDockingController object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Occurs when a BarAndDockingController's settings are modified. + + + + + + + + Provides access to the DefaultBarAndDockingController. + + + A object specifying the DefaultBarAndDockingController. + + + + + + + Gets an array of cursors that can be used for drag operations on links. + + + An ArrayList of objects. + + + + + + + Ends the runtime component initialization. + + + + + + + + + Unlocks the BarAndDockingController object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Provides access to Look And Feel settings common to all components related to this BarAndDockingController. + + + A object that stores Look And Feel settings common to all components related to this BarAndDockingController. + + + + + + + Gets the object that provides paint information for bars according to the current paint scheme. + + + A descendant that provides paint information according to the current paint scheme. + + + + + + + Gets or sets the paint scheme applied to bars created with the component, by its name. + + + + A string specifying the paint style's name. + + + + + + + Contains paint information for the available paint schemes. + + + A collection of paint styles. + + + + + + + Provides access to the default customization settings of bars. + + + A object, containing bar settings. + + + + + + + + Provides properties that control the display of bar items in a RibbonControl. + + + A object that contains the corresponding properties. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + An object that implements the IBarAndDockingControllerClient interface. + + + + + + + + Updates the style settings with respect to the painting style applied. + + + + + + + + + Contains values specifying how bar items of a child MDI form are added to bars/Ribbon Controls of the parent MDI form during merge operations. + + + + + + + Specifies that the child form's bar item should be added to a bar/Ribbon Control or container item (e.g. menu) of a parent form. + +When merging bars and container items, the position to insert the item is determined by the properties of this item and of the items within the target bar/container item. + + + + + + + + + This setting is applied to container items ( descendants). + +It specifies that subitems of the child form's container item should be merged with subitems of a parent form's container item. Merging occurs for the parent form's container item, whose type and match the source item's ones and only if its property is also set to MergeItems. Otherwise, the child form's container item will simply be added to the parent form's bar/Ribbon Control (similar to the setting). + + + + + + + + + For a child form's bar item, indicates that the item must not be added to the parent form's bar/Ribbon Control during merging. + + +For a parent form's bar item, indicates that the item must be removed from the bar/Ribbon Control during merging. + + + + + + + + + Indicates that the child form's bar item should replace the parent form's item that has the same , but only if the parent item's property is also set to Replace. + + +If such an item is not found in the parent form's bar/RibbonControl, the child form's item will simply be added to the bar/Ribbon Control (similar to the setting). + + + + + + + + + + Contains values specifying when the merge mechanism should be invoked. + + + + + + + Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive. + + + + + + + + Specifies that the merge mechanism is never invoked. + + + + + + + + Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view. + + + + + + + + Specifies that the merge mechanism is invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form is deactivated. + + + + + + + + + Lists values specifying which link settings are determined by a user. + + + + + + + If active, the link's alignment is specified by the property. Otherwise, the caption is specified by the item's property. + + + + + + + + If active, the link's caption is specified by the property. Otherwise, the caption is specified by the item's property. + + + + + + + + If active, a key tip has been assigned to a link via the property. Otherwise, no key tip has been assigned to this property. + + + + + + + + If active, the width of an editor within the is specified by the property. Otherwise, the caption is specified by the item's property. + + + + + + + + If active, the link's image is specified by the property. Otherwise, the image is specified by the item's property. + + + + + + + + If active, a key tip has been assigned to a link via the property. Otherwise, no key tip has been assigned to the link. + + + + + + + + If active, disables all other options. + + + + + + + + If active, the link's painting style is specified by the property. Otherwise, the painting style is specified by the item's property. + + + + + + + + If active, the link's style is specified by the property. Otherwise, the caption is specified by the item's property. + + + + + + + + If active, the link's width is specified by the property. Otherwise, the width is specified by the item's property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + A object that raises the event. + + + + A object that comprises data related to the event. + + + + + + + + + + A objects collection. + + + + + + + Initializes a new instance of the ToastNotificationCollection class with the default settings. + + + + + + + + Tests whether an element with a target ID and properties currently exists. + + + + + An Object that is the element ID. + + + + An IToastNotificationProperties object that is the element's set of properties. + + + true, if an element with target ID and properties currently exists; otherwise, false. + + + + + + + + A label, imitating an item in the Recent Documents pane in MS Office 2007 UI. + + + + + + + + Initializes a new instance of the AppMenuFileLabel class. + + + + + + + + Contains appearance settings used to customize a label's description (). + + + An that contains corresponding appearance settings. + + + + + + + Gets or sets whether the control's height is adjusted to fit its contents. + + + true if the control's height is adjusted to fit its contents; otherwise, false. + + + + + + + Gets or sets the label's caption. + + + A string that specifies the label's caption. + + + + + + + Gets or sets the label's check state. + + + true if the label is checked; otherwise, false. + + + + + + + Fires after the property has been changed. + + + + + + + + Gets or sets a label's description which is displayed below the label's . + + + A label's description. + + + + + + + Retrieves the size of a rectangular area that will fit the control. + + + + + + The custom-sized area for a control. + + + The size that will fit the control. + + + + + + + Gets or sets the image displayed before the label's . + + + An image displayed before the label's . + + + + + + + Gets or sets the image displayed within the check button when the button is in the unchecked state. + + + An image displayed within the check button, representing the unchecked state. + + + + + + + Gets or sets a for a check button, displayed when the button is in the unchecked state. + + + A object. + + + + + + + Gets or sets a regular tooltip for a check button, displayed when the button is in the unchecked state. + + + A string that specifies a regular tooltip for a check button. + + + + + + + Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button when the button is in the unchecked state. + + + + A enumeration value. + + + + + + + Gets or sets the title of a regular tooltip displayed for a check button when the button is in the unchecked state. + + + + A string that specifies a regular tooltip's title. + + + + + + + Fires when the label's image () is clicked. + + + + + + + + Fires when the label's image/selected image is clicked. + + + + + + + + Sets the property to null. + + + + + + + + Sets the property to null. + + + + + + + + Gets or sets the image displayed within the check button when the label is in the checked state. + + + An image displayed within the check button, representing the checked state. + + + + + + + Gets or sets a for a check button, displayed when the button is in the checked state. + + + A object. + + + + + + + Gets or sets a regular tooltip for a check button, displayed when the button is in the checked state. + + + A string that specifies a regular tooltip for a check button. + + + + + + + Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button, when the button in the checked state. + + + A enumeration value. + + + + + + + Gets or sets the title of a regular tooltip displayed for a check button, when the button in the checked state. + + + + A string that specifies a regular tooltip's title. + + + + + + + Gets or sets whether the label's check button is visible. + + + true if the check button is visible; otherwise, false. + + + + + + + Gets or sets the label's text, that when displayed, follows the label's . + + + + A string that specifies the label's text. + + + + + + + + Provides members that specify the notification lifetime. + + + + + + + Default notification duration. + + + + + + + + Prolonged notification duration. + + + + + + + + + Represents a navigation element on the second level of the navigation hierarchy. + + + + + + + Initializes a new instance of the TileNavItem class with default settings. + + + + + + + + Copies the settings and contents from the specified to the current TileNavItem. + + + + + A object whose settings and contents are copied to the current TileNavItem. + + + + + + + + Returns a that owns the current TileNavItem. + + + A that owns the current TileNavItem. + + + + + + + Gets the that contains the current TileNavItem. + + + The object representing the collection of objects. + + + + + + + + Provides access to the collection of objects owned by the current TileNavItem. + + + The collection of objects owned by the current TileNavItem + + + + + + + + Provides properties that manage the behavior and appearance of a search bar within the Search Panel. + + + + + + + Gets or sets the way the clear button within this Search Panel is shown. + + + A enumerator value that specifies the way the clear button within this Search Panel is shown. + + + + + + + Gets or sets the time span after which the search starts automatically. + + + + An Int32 value that is the number of milliseconds to wait before the search starts automatically. + + + + + + + + Gets or sets the text displayed within the Search Panel's search bar when this bar is empty. + + + A String value that is the text displayed within the Search Panel's search bar when this bar is empty. + + + + + + + Gets or sets whether the text should be displayed within the Search Panel's empty search bar. + + + true, if the text should be displayed within the Search Panel's empty search bar; otherwise, false. + + + + + + + Gets or sets whether the search bar within the Search Panel should display its text when this bar is focused. + + + true, if the search bar within the Search Panel should display its text when this bar is focused; otherwise, false. + + + + + + + Gets or sets whether the search bar within this Search Panel should display its 'Find' button. + + + true, if the search bar within this Search Panel should display its 'Find' button; otherwise, false. + + + + + + + + Provides members that specify the behavior in Flow Layout Mode. + + + + + + + Initializes a new instance of the FlowLayoutProperties class with the specified settings. + + + + A FlowLayoutGroup that owns this FlowLayoutProperties object. + + + + + + + + Gets or sets the direction based on which this arranges its documents. + + + + A FlowDirection enumerator value that specifies the direction based on which this arranges its documents. + + + + + + + + Provides access to s used within this Flow Layout . + + + A FlowDocumentCollection that stores s used within this Flow Layout . + + + + + + + Gets or sets the widget drag mode for this . + + + A enumerator value that specifies the widget drag mode for this . + + + + + + + Resets all FlowLayoutProperties settings to their default values. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets this FlowLayoutProperties's textual representation. + + + + + + + + + + Gets or sets whether this should wrap its content when in Flow Layout Mode. + + + A enumerator value that specifies whether this should wrap its content when in Flow Layout Mode. + + + + + + + + Contains values that specify when the Click events for a bar item fire. + + + + + + + This option is equivalent to the option. + + + + + + + + The Click events for a specific bar item fire immediately. + + + + + + + + The Click events for a specific bar item are postponed. They fire after all events in the event queue have been processed. + + + + + + + + + + + Contains settings that control the display of bar items in a . + + + + + + + Initializes a new instance of the RibbonProperties class. + + + + A object that will receive notifications when properties of the created RibbonProperties object are changed. + + + + + + + + Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user's monitor. + + + true if in-place editors are scaled to match the current DPI settings; otherwise, false + + + + + + + Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor. + + + true if bar item icons are scaled to match the current DPI settings; otherwise, false + + + + + + + + A dropdown control containing other controls and associated with a object + + + + + + + Initializes a new instance of the TileBarDropDownContainer class. + + + + + + + + This property is not supported by the TileBarDropDownContainer class. + + + + + + + + + + This property is not supported by the TileBarDropDownContainer class. + + + + + + + + + + This property is not supported by the TileBarDropDownContainer class. + + + + + + + + + + + Provides base data for elements' events. + + + + + + + Initializes a new instance of the RecentItemEventArgs class with the specified settings. + + + + A RecentItemBase object related to the newly created RecentItemEventArgs object. + + + + + + + + Returns the Recent Item Control's item related to this event. + + + A object that is the item related to this event. + + + + + + + + Represents a base class for elements of the 's navigation hierarchy that are represented as tiles in drop-down tile bars. + + + + + + + Initializes a new instance of the TileNavElement class. + + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets the caption of the current TileNavElement when it is rendered as a button in the 's nav bar. + + + The String value specifying the caption of the current TileNavElement when it is rendered as a button in the 's nav bar. + + + + + + + Gets or sets the name of the tile group to which the TileNavElement belongs. + + + A value specifying the name of the tile group to which the TileNavElement belongs. + + + + + + + Provides access to the view and behavior settings applied to the current TileNavElement's drop-down tile bar. + + + A TileNavPaneDropDownOptions object that contains the view and behavior settings applied to a drop-down tile bar. + + + + + + + Provides access to the tile used to render the current TileNavElement in the 's drop-down tile bars. + + + The object used to render the current TileNavElement in the 's drop-down tile bars. + + + + + + + Gets or sets the glyph displayed in the tile corresponding to the current TileNavElement object. + + + + The image displayed in a tile. + + + + + + + Gets the that owns the current TileNavElement. + + + The that owns the current TileNavElement. + + + + + + + Gets or sets the text displayed in the tile corresponding to the current TileNavElement object. + + + A string value specifying the tile text. + + + + + + + + Provides a set of properties that regulate appearance settings used to paint bar and Ribbon objects in different visual states. + + + + + + + Initializes a new instance of the StateAppearances class with default settings. + + + + A object containing default appearance settings. + + + + + + + + + Initializes a new instance of the StateAppearances class. + + + + An object that implements the interface and will own the created collection. + + + + + + + + Initializes a new instance of the StateAppearances class with the specified appearance settings. + + + + An whose settings will be copied to the created object. + + + + + + + + Initializes a new instance of the StateAppearances class. + + + + + + + + Sets the appearance object's settings to default values. + + + + An AppearanceDefault object containing default appearance settings. + + + + + + + + Copies settings of the specified StateAppearances object to the current object. + + + + A StateAppearances object whose settings are to be copied. + + + + + + + + Copies the specified appearance settings to the , , and objects. + + + + An whose settings are to be copied. + + + + + + + + Specifies appearance settings used to paint an object in a disabled state. + + + An object containing appearance settings used to paint an object in a disabled state. + + + + + + + Releases all resources used by the current StateAppearances object. + + + + + + + + Returns either the , , or object depending on the specified state. + + + + An ObjectState value that specifies a state. + + + The , , or object. + + + + + + + Returns either the , , or object depending on the specified bar link state. + + + + A BarLinkState value. + + + The , , or object. + + + + + + + Specifies appearance settings used to paint an object when it's hovered. + + + An object containing appearance settings used to paint an object when it's hovered. + + + + + + + Specifies appearance settings used to paint an object in its regular state. + + + An object containing appearance settings used to paint an object in its regular state. + + + + + + + Specifies appearance settings used to paint an object when it's clicked. + + + An object containing appearance settings used to paint an object when it's clicked. + + + + + + + Sets the specified font for the , , and appearance objects that belong to the current StateAppearances object. + + + + A System.Drawing.Font object applied to the current StateAppearances object. + + + A System.Drawing.Font object passed as the method's parameter. + + + + + + + Sets the specified text vertical alignment for the , , and appearance objects that belong to the current StateAppearances object. + + + + A value specifying the vertical alignment to be applied to the StateAppearances object. + + + + + + + + Specifies if the word wrap should be used. + + + + A enumerator value indicating whether the word wrap should be used. + + + + + + + + Updates the right-to-left text direction option. + + + + true, if the text is directed from right to left; otherwise, false. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. + + + + A DockControllerMenu object that is the menu to be displayed. This object is used to initialize the property. + + + + A Point where the menu is about to be displayed. This value is used to initialize the property. + + + + + + + + Gets the dock control for which the event has been fired. + + + The dock control for which the popup menu is about to be displayed. + + + + + + + Gets the popup menu that is to be displayed. + + + A DockControllerMenu object that is about to be displayed. + + + + + + + Gets the popup menu's location. + + + A Point structure that is the popup menu's location. + + + + + + + + A method that will handle a DockManager's event. + + + + + + + + A method that will handle a DockManager's event. + + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides members that specify the content of auto-hidden panels' captions. + + + + + + + Indicates that only the active auto-hidden panel has both the icon and text displayed within its caption. For inactive panels, only icons are displayed within captions. + + + + + + + + + Indicates that all auto-hidden panels have both the icon and text displayed within their captions. + + + + + + + + + + Provides members that specify how popup sub-menus are shown. + + + + + + + Nested popup sub-menus are displayed in the traditional cascaded style. + + + + + + + + + + + Specifies the same mode as the Inplace option if popup menus are managed by the displayed in the TabletOffice style (see ). In other cases, specifies the same mode as the Classic option. + + + + + + + + Child sub-menus, when invoked, are displayed in place of their parent popup menus. + + + + + + + + + + + + + + + A link to the object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + Always false. + + + + + + + Returns a to which the current item link corresponds. + + + A to which the current item link corresponds. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the AlertClickEventArgs class with the specified settings. + + + + A object used to initialize the property. + + + + An AlertFormCore object used to initialize the property. + + + + + + + + Gets or sets whether the owner (a form) of the current alert window is activated after executing your event handler. + + + true if the owner (a form) of the current alert window is activated; otherwise, false. + + + + + + + Gets the currently processed alert window. + + + + An AlertFormCore object that represents the currently processed alert window. + + + + + + + Gets an object that contains information displayed in the currently processed alert window. + + + A object that contains information displayed in an alert window. + + + + + + + + The base class for documents within a . + + + + + + + Gets or sets the document's caption. + + + A string that specifies the document's caption. + + + + + + + Gets the control displayed within the current document. + + + The control displayed within the current document. + + + + + + + Gets or sets the name of a control that will be passed to the current Document as content. + + + + A String value specifying the name of a control that will be passed to the current Document as content. + + + + + + + + Gets or sets the type of a control that will be passed to the current Document as content. + + + + A String value specifying the type of a control that will be passed to the current Document as content. + + + + + + + + Gets or sets the current BaseDocument's top left corner coordinates according to which the document will be arranged when made floating. + + + A Point structure that specifies a floating document's position. + + + + + + + Gets or sets the size that the current BaseDocument will gain when made floating. + + + + A Size value that specifies the floating document's size. + + + + + + + Gets or sets the current document's footer. + + + A String value that is the current document's footer. + + + + + + + Gets the form that displays the document's contents when the document is floating. + + + A Form descendant that displays the document's contents when the document is floating. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the current document's header. + + + A String value that is the current document's header. + + + + + + + Gets or sets the image associated with the current document. + + + The image associated with the current document. + + + + + + + Gets or sets the index of an image within the collection. + + + A zero-based index of an image in the collection. + + + + + + + Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseDocument. + + + A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. + + + + + + + Gets whether the document is active. + + + true if the document is active; otherwise, false. + + + + + + + Gets if the current BaseDocument is loaded in the Deferred Load mode. + + + true if the current BaseDocument is loaded in the Deferred Load mode; otherwise, false. + + + + + + + Gets if the current document displays a . + + + true if the current document displays a ; otherwise, false. + + + + + + + Gets whether the document is enabled. + + + true if the document is enabled; otherwise, false. + + + + + + + Gets whether the document is floating. + + + true if the document is floating; otherwise, false. + + + + + + + Gets whether the BaseDocument is currently maximized. + + + true, if the BaseDocument is currently maximized; otherwise, false. + + + + + + + Gets whether the document is visible. + + + true if the document is visible; otherwise, false. + + + + + + + Gets a that owns the current document. + + + A object that owns the current document. + + + + + + + Provides access to the current document's properties. + + + An object that contains the current document's properties. + + + + + + + Resets settings of the object to their default values. + + + + + + + + Returns whether settings of the object should be serialized. + + + true if settings of the object should be serialized.; otherwise, false. + + + + + + + Gets or sets an object that contains data on the current BaseDocument object. + + + An object that contains data on the current object. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object containing event data. + + + + + + + + + The component that supports displaying alert windows. + + + + + + + Initializes a new instance of the AlertControl class with the specified container. + + + + A object. + + + + + + + + Initializes a new instance of the AlertControl class with the specified settings. + + + + + + + + Fires when the text of alert windows is clicked. + + + + + + + + + Provides access to the list of active alert windows. + + + A list of active alert windows. + + + + + + + Gets or sets whether text in alert windows is hot-tracked when hovering over it with the mouse. + + + true if text in alert windows is hot-tracked when hovering with the mouse; otherwise, false. + + + + + + + Gets or sets whether HTML tags can be used to format an alert window's caption and text. + + + A Boolean value that specifies whether HTML formatting is supported for an alert window's caption and text. + + + + + + + Provides appearance settings that are used to paint the captions of alert windows. + + + An AppearanceCaptionObject object containing corresponding appearance settings. + + + + + + + Provides appearance settings that are used to paint the text in alert windows when the text is hovered over. + + + An object containing corresponding appearance settings. + + + + + + + Provides appearance settings that are used to paint the text in alert windows when the text is not hovered over. + + + An object containing corresponding appearance settings. + + + + + + + Gets or sets an alert window's delay, in milliseconds. + + + An integer value that specifies an alert window's delay, in milliseconds. + + + + + + + Gets or sets whether the height of alert windows are automatically calculated, according to their content. + + + + true if the height of alert windows are automatically calculated, according to their content; otherwise, false. + + + + + + + + Fires before displaying an alert window and allows it to be customized. + + + + + + + + Fires when a custom button within an alert window has been clicked. + + + + + + + + Fires when the pressed state of a custom check button within an alert window has been changed. + + + + + + + + Provides access to the collection of custom buttons that can be displayed in alert windows. + + + An object that contains custom buttons. + + + + + + + Gets or sets the position of an alert window's control box. + + + An value that specifies the position of an alert window's control box. + + + + + + + Fires when an alert window is about to be closed. + + + + + + + + Gets or sets the speed of the appearance of an alert window. + + + + A value that specifies the speed of appearance of an alert window. + + + + + + + + Fires after an alert window has been created, and allows you to customize the window and window's buttons. + + + + + + + + Gets or sets the screen position where alert windows appear. + + + An value that specifies the screen position where alert windows appear. + + + + + + + Gets or sets the maximum number of simultaneously displayed alert windows. + + + An integer value that specifies the maximum number of simultaneously displayed alert windows. 0 if this number is not limited. + + + + + + + Gets or sets an animation effect applied when displaying an alert window. + + + An value that specifies the type of animation effect applied when displaying alert windows. + + + + + + + Allows you to set an alert window's width. + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + false + + + + + + + Gets or sets the source of images for buttons that can be displayed in alert windows. + + + An object that specifes the source of images for buttons in alert windows. + + + + + + + Provides access to settings controlling the look and feel of alert windows. + + + A object whose properties specify the look and feel of alert windows. + + + + + + + Fires when the mouse pointer enters an alert window. + + + + + + + + Fires when the mouse pointer leaves an alert window. + + + + + + + + Gets or sets a popup menu associated with alert windows. + + + A object associated with popup menus. + + + + + + + Provides access to alert windows whose display is postponed. + + + A list of alert windows whose display is postponed. + + + + + + + Raises the event. + + + + An object that contains information displayed in the currently processed alert window. + + + + An AlertFormCore object that specifies the currently processed alert window. + + + + The value of the parameter returned from your event handler. + + + + + + + Raises the event. + + + + An object passed to the event. + + + + A object passed to the event. + + + + An AlertFormCore object passed to the event. + + + + + + + + Raises the event. + + + + An object passed to the event. + + + + An object passed to the event. + + + + An AlertFormCore object passed to the event. + + + + + + + + Raises the event. + + + + An AlertFormClosingEventArgs object. + + + + + + + + Raises the event. + + + + An AlertFormCore object passed to the event. + + + + + + + + Raises the event. + + + + An AlertFormWidthEventArgs object passed to the event. + + + The value of the Width event parameter. + + + + + + + Raises the event. + + + + An AlertEventArgs object passed to the event. + + + The value of the Cancel event parameter. + + + + + + + Raises the event. + + + + An AlertEventArgs object passed to the event. + + + The value of the Cancel event parameter. + + + + + + + Displays an alert window with the specified caption, text and image. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + A string that specifies the window's caption. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + An image to be displayed within the alert window. + + + + + + + + Displays an alert window with the specified text, caption, image and the text displayed when the window's text region is hot-tracked. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + A string that specifies the window's caption. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + An image to be displayed within the alert window. + + + + + + + + Displays an alert window with the specified settings. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + A string that specifies the window's caption. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + A string that specifies the text which is displayed when the text region is hovered over. + + + + An image to be displayed within the alert window. + + + + Any custom data associated with the window. + + + + + + + + Displays an alert window with the specified text, caption and the text displayed when the window's text region is hot-tracked. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + A string that specifies the window's caption. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + + + + + Displays an alert window displaying information from the specified structure. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + An object that contains settings used to initialize the newly created alert window. + + + + + + + + Displays an empty alert form. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + + + + + Displays an alert window with the specified text and caption. + + + + An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. + + + + A string that specifies the window's caption. + + + + A string that specifies the window's text, displayed when the text region is not hovered over. + + + + + + + + Gets or sets whether the Close button must be displayed in newly created alert windows. + + + true if the Close button must be displayed in newly created alert windows; otherwise, false. + + + + + + + Gets or sets whether the Pin button must be displayed in newly created alert windows. + + + true if the Pin button must be displayed in newly created alert windows; otherwise, false. + + + + + + + Gets or sets whether tooltips are enabled for custom buttons in alert windows. + + + true if tooltips in alert windows are supported; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + A that raises the event. + + + + A object that comprises data related to the event. + + + + + + + + + + An hyperlink element within the . + + + + + + + Initializes a new instance of the RecentHyperlinkItem class with the default settings. + + + + + + + + Gets or sets the style of the window for the process executed by this RecentHyperlinkItem. + + + A enumerator value that is the style of the window for the process executed by this RecentHyperlinkItem. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. + + + + + + + + + + Stores the path associated with this RecentHyperlinkItem. + + + A String value that is the path associated with this RecentHyperlinkItem. + + + + + + + Gets or sets the regular link color applied to this RecentHyperlinkItem before the link is activated. + + + A Color object that is the regular RecentHyperlinkItem color. + + + + + + + Gets or sets whether this hyperlink should be displayed as visited. + + + true, if this hyperlink should be displayed as visited; otherwise, false. + + + + + + + Occurs whenever the link, stored within the property, is activated. + + + + + + + + Executes the command specified by this hyperlink as a new process. + + + + + + + + Executes a custom command as a new process. + + + + + + + + + + + This property is not supported by the RecentHyperlinkItem class objects. + + + + + + + + + + Gets or sets the color applied to this hyperlink after it is activated. + + + + A object, applied to this hyperlink after it was activated. + + + + + + + + Provides members that specify which 's parts will be visible within an Office 2013-styled . + + + + + + + + A displays all available elements. + + + + + + + + Acts in the same way as the All value. + + + + + + + + A displays Form Buttons (Close, Maximize, Minimize and Full-Screen Mode if the property is set to true). + + + + + + + + A does not display any elements. + + + + + + + + A displays its parent 's . + + + + + + + + A displays a form caption. + + + + + + + + + A group of s within a . + + + + + + + Initializes a new instance of the DocumentGroup class with the specified settings. + + + + A object that contains settings used to initialize the newly created document. + + + + + + + + Initializes a new instance of the DocumentGroup class. + + + + + + + + Initializes a new instance of the DocumentGroup class with the specified container. + + + + An object that implements a . + + + + + + + + + Returns whether any within the current DocumentGroup contains the specified Control. + + + + A System.Windows.Forms.Control object to test. + + + true if any within the current DocumentGroup contains the specified Control; otherwise, false. + + + + + + + Docks this DocumentGroup to the target DocumentGroup using the required orientation and order. + + + + A DocumentGroup to which this DocumentGroup has to be docked. + + + + An Orientation enumerator value that specifies whether the affected groups should be arranged vertically or horizontally. + + + + true, if this DocumentGroup should be placed after (below for the vertical orientation) the target group; otherwise, false. + + + + + + + + Docks this DocumentGroup after or below the target DocumentGroup. + + + + A DocumentGroup to which this DocumentGroup has to be docked. + + + + An Orientation enumerator value that specifies whether this DocumentGroup should be docked after the target DocumentGroup or below it. + + + + + + + + Docks this DocumentGroup next to the target DocumentGroup using the desired position and orientation. + + + + + A DocumentGroup next to which this DocumentGroup should be docked. + + + + An Orientation enumerator value that specifies whether this DocumentGroup should be docked to the target DocumentGroup vertically or horizontally. + + + + An Int32 value that specifies the group order. + + + + + + + + Gets or sets the width/height of the current group. This property is in effect when there are multiple groups in the collection. + + + The width/height of the current group. + + + + + + + Gets whether the group contains the maximum possible number of documents. + + + true if the group contains the maximum possible number of documents; otherwise, false. + + + + + + + Provides access to documents displayed within the current group. This property is hidden from VS intellisense for safety reasons. Use this property only to access items in the collection. Do not add or remove items via the Items property. + + + A collection of objects. + + + + + + + Gets a that owns the current group. + + + A object that owns the current group. + + + + + + + Provides access to the current document group's properties. + + + An object that contains the current document group's properties. + + + + + + + Gets the currently selected document. + + + A object that is the currently selected document. + + + + + + + Gets the index of the currently selected document within the collection. + + + An integer value that specifies the index of the currently selected document within the collection. + + + + + + + Occurs when document selection within the current DocumentGroup changes. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A to be selected. + + + + + + + + Occurs when an end-user clicks a tab page header within the current DocumentGroup to activate a corresponding . + + + + + + + + Gets or sets an object that contains data on the current DocumentGroup object. + + + An object that contains data on the current object. + + + + + + + Fires whenever the current DocumentGroup's visibility changes. + + + + + + + + Gets or sets whether the current DocumentGroup is visible. + + + A Boolean value indicating whether the current DocumentGroup is visible. + + + + + + + + Contains properties for an individual document group. + + + + + + + Gets the value that determines the actual way the Close buttons are displayed in the current document group. + + + A value that determines the actual way the Close buttons are displayed in the current document group. + + + + + + + Gets the actual value that determines if tabs in the current document group will be closed on a mouse middle click. + + + The actual value that determines if tabs in the current document group will be closed on a mouse middle click. + + + + + + + Gets the actual value that determines if the current document group will be destroyed after removing all of its children. + + + true if the current document group will be destroyed; otherwise, false. + + + + + + + Gets the current conditions that specify when tab buttons within a 's tab header panel are displayed. + + + + A TabButtonShowMode enumerator value that indicates the current conditions that specify when tab buttons within a 's tab header panel are displayed. + + + + + + + + Gets the value that specifies the actual header position of the current document group. + + + A value that specifies the actual header position of the current document group. + + + + + + + + + Gets the value that specifies the actual header orientation for the current document group. + + + A value that specifies the actual header orientation for the current document group. + + + + + + + + Gets or sets the actual maximum number of documents in the current document group. + + + An integer value that is the actual maximum number of documents in the current document group. + + + + + + + Gets or sets the actual alignment of images displayed in document tabs that belong to the current group. + + + + The value that is the actual alignment of images displayed in document tabs that belong to the current group. + + + + + + + + Gets which tab headers within the current should display their Pin Buttons. + + + A PinPageButtonShowMode enumerator value that indicates which tab headers within the current should display their Pin Buttons. + + + + + + + Gets or sets the value that determines the way the Close buttons are displayed in the current document group. + + + A value that determines the way the Close buttons are displayed in the current document group. + + + + + + + + Gets or sets the value that determines if tabs in the current document group will be closed on a mouse middle click. + + + A value that determines if tabs in the current document group will be closed on a mouse middle click. + + + + + + + Provides access to a custom header button collection displayed in the current document group. + + + A displayed in the current document group. + + + + + + + Gets or sets the value that determines if the current document group will be destroyed after removing all of its children. + + + A DefaultBoolean value that determines if the current document group will be destroyed after removing all of its children. + + + + + + + + Gets a list of objects displayed in the current document group. + + + + A list of objects displayed in the current document group. + + + + + + + Gets tab buttons, currently displayed within individual s' tab header panels. + + + A TabButtons enumerator value that indicates which tab buttons are currently displayed within individual s' tab header panels. + + + + + + + + Gets if a document selector button is enabled for the current . + + + true if a document selector button is enabled for the current ; otherwise, false. + + + + + + + Gets the value that determines if a tab header is actually shown in the current document group. + + + true if a tab header is actually shown in the current document group; otherwise, false. + + + + + + + Gets or sets which tab buttons can be displayed within the current 's tab header panel. + + + A TabButton enumerator value that specifies which tab buttons can be displayed within the current 's tab header panel. + + + + + + + Gets or sets when tab buttons are displayed within the current 's tab header panel. + + + A TabButtonShowMode enumerator value that specifies when tab buttons are displayed within the current 's tab header panel. The Default value acts in the same way as the WhenNeeded value. + + + + + + + Gets or sets the value that specifies the current document group's header position. + + + A nullable value that specifies the current document group's header position. + + + + + + + Gets or sets the value that specifies the header orientation for the current document group. + + + A value that specifies the header orientation for the current document group. + + + + + + + Gets or sets the maximum number of documents in the current document group. + + + The nullable value that is the maximum number of documents in the current document group. + + + + + + + Gets or sets the alignment of images displayed in document tabs that belong to the current group. + + + + The value that is the alignment of images displayed in document tabs that belong to the current group. + + + + + + + + + + + Gets or sets which tab headers within the current should display their Pin Buttons. + + + A PinPageButtonShowMode enumerator value that specifies which tab headers within the current should display their Pin Buttons. + + + + + + + Gets or sets if a document selector button should be displayed within the individual . + + + A enumeration value that specifies if a document selector button should be displayed within the individual document group. The DefaultBoolean.Default value acts as DefaultBoolean.True. + + + + + + + Gets or sets the value that determines if a tab header is shown in the current document group. + + + + A DefaultBoolean value that determines if a tab header is shown in the current document group. + + + + + + + + + Gets or sets the width of tabs within the current . + + + An value specifying the width of tabs within the current . + + + + + + + + An object that implements operations on a 's documents. + + + + + + + Arranges all icons at the bottom of a . + + + true if the operation was successful; otherwise, false. + + + + + + + Cascades documents. + + + true if the operation was successful; otherwise, false. + + + + + + + Minimizes all documents to icons. + + + true if the operation was successful; otherwise, false. + + + + + + + Restores minimized documents. + + + true if the operation was successful; otherwise, false. + + + + + + + Tiles documents horizontally. + + + true if the operation was successful; otherwise, false. + + + + + + + Tiles documents vertically. + + + true if the operation was successful; otherwise, false. + + + + + + + + Contains properties common to documents within a . + + + + + + + Gets or sets if a tab icon's animation is allowed for all Documents within a . + + + true if a tab icon's animation is allowed for all Documents within a ; otherwise, false. + + + + + + + Gets or sets whether floating documents in the current View can be docked as tabs. + + + + + + + + + Gets or sets whether the current Tabbed View's documents can be made floating with a double click on document headers. + + + + true, if the current Tabbed View's documents can be made floating with a double click on document headers; otherwise, false. + + + + + + + + Gets or sets whether any within the current can be pinned. + + + true if any within the current can be pinned; otherwise, false. + + + + + + + Gets or sets whether or not any document within this can be reordered within its parent . + + + true, if any document within this can be reordered within its parent ; otherwise, false. + + + + + + + Gets or sets the tab header's width for all s within a . + + + An Int32 value specifying the tab header's width for all s within a . + + + + + + + Gets or sets whether s within the current should be displayed in a Document Selector. + + + true, if s within the current should be displayed in a Document Selector; otherwise, false. + + + + + + + + Gets or sets whether Pin Buttons should be displayed in tab headers of the current 's s. + + + true if Pin Buttons should be displayed in tab headers of the current 's s; otherwise, false. + + + + + + + Gets or sets the width of tabs within the current . + + + An value specifying the width of all tabs within the current . + + + + + + + Gets or sets the format of a text, displayed within document thumbnails in a Windows task bar. + + + + A String value that is the format of a text, displayed within document thumbnails in a Windows task bar. + + + + + + + + + Contains a single document's properties accessible via the object. + + + + + + + Gets the thumbnail caption format currently used by this document. + + + A String value that is the thumbnail caption format currently used by this document. + + + + + + + Gets or sets whether the current document can be activated. + + + A value that specifies whether the document can be activated. + + + + + + + Gets or sets whether the current document can be closed. + + + A value that specifies whether the document can be closed. + + + + + + + Gets or sets whether the current document can be docked. + + + A value that specifies whether the document can be docked + + + + + + + Gets or sets whether the current document can be made floating. + + + A value that specifies whether the document can be made floating. + + + + + + + Gets or sets whether the current document's icon should be painted with this document's foreground color. + + + A DefaultBoolean enumerator value that specifies whether the current document's icon should be painted with this document's foreground color. + + + + + + + Gets whether the current document can be activated. + + + A Boolean value that specifies whether the document can be activated. + + + + + + + Gets whether the current document can be closed. + + + A Boolean value that specifies whether the document can be closed. + + + + + + + Gets whether the current document can be docked. + + + A Boolean value that specifies whether the document can be docked. + + + + + + + Gets whether the current document can be made floating. + + + A Boolean value that specifies whether the document can be made floating. + + + + + + + Gets whether a corresponding form's icon is used as the current document's image. + + + A Boolean value that specifies whether a corresponding form's icon is used as a document's image. + + + + + + + Gets whether this Document currently supports the Glyph Skinning feature. + + + true, if this Document currently supports the Glyph Skinning feature; otherwise, false. + + + + + + + Gets or sets whether a corresponding form's icon is used as the current document's image. + + + + A value that specifies whether a corresponding form's icon is used as a document's image. + + + + + + + + + Contains properties common to all documents within a . + + + + + + + Gets or sets whether the current View's documents can be activated. + + + true if the current View's document can be activated; otherwise, false. + + + + + + + Gets or sets whether the current View's documents can be closed. + + + true if the current View's document can be closed; otherwise, false. + + + + + + + Gets or sets whether the current View's documents can be docked. + + + true if the current View's documents can be docked; otherwise, false. + + + + + + + Gets or sets whether the current View's documents can be made floating. + + + true if the current View's documents can be made floating; otherwise, false. + + + + + + + Gets or sets whether all Documents within the current View should have their icons painted in the Documents' foreground colors. + + + + true, if all Documents within the current View should have their icons painted in the Documents' foreground colors; otherwise, false. + + + + + + + + Gets or sets whether underlying forms' icons are applied to the current View's documents. + + + true if underlying forms' icons are applied to the current View's documents; otherwise, false. + + + + + + + + A document within a . + + + + + + + Initializes a new instance of the Document class. + + + + + + + + Initializes a new instance of the Document class with the specified container. + + + + An object that implements . + + + + + + + + Initializes a new instance of the Document class with the specified properties. + + + + A object that contains settings used to initialize the newly created document. + + + + + + + + Provides access to appearance settings for the current Document. + + + A TabbedViewPageAppearance object that contains appearance settings for the current Document. + + + + + + + Gets if a 's tab icon is currently animated. + + + true if a 's tab icon is currently animated; otherwise, false. + + + + + + + Gets whether the current document is selected in the group where it is displayed. + + + true if the current document is selected within its group; otherwise, false. + + + + + + + Occurs when the current Document's selected state has changed. + + + + + + + + Gets the group where the current document is displayed. + + + A DocumentGroup object that owns the current document. + + + + + + + Occurs when the current Document changes its parent . + + + + + + + + Gets or sets whether the is currently pinned. + + + true if ; otherwise, false. + + + + + + + Provides access to the current document's properties. + + + An object that implements the and interfaces + + + + + + + Starts a 's icon animation. + + + + + + + + Stops icon animation for the current Document. + + + + + + + + Gets or sets a for the current control. + + + A object associated with the control. + + + + + + + Gets or sets a regular tooltip's content. + + + A string which specifies the text content of a regular tooltip. + + + + + + + Gets or sets the type of the tooltip icon. + + + A enumeration value. The default is ToolTipIconType.None. + + + + + + + Gets or sets a regular tooltip's title. + + + A System.String value which specifies a regular tooltip's title. + + + + + + + + The base class for Views in a . + + + + + + + Activates the document that displays the specified control. + + + + A Control object displayed by a target document. + + + + + + + + Gets the active document. + + + A object that is the active document. + + + + + + + Gets the active floating document. + + + A object that is the active floating document. + + + + + + + Adds an empty Document with specified and properties to the current View. + + + + A String value that is the newly created Document's . + + + + A String value that is the newly created Document's property value. + + + A object created. + + + + + + + Adds a Document containing the specific control as a content to the current BaseView. + + + + A Control object, stored within the newly added document as its content. + + + A Document added to the current BaseView. + + + + + + + Creates a new floating document that will display the specified control/form. + + + + A Control descendant to be displayed within the newly created document. + + + A newly created object. + + + + + + + Creates a floating documents host (container) that will contain the specific objects collection. + + + + A objects collection that stores Documents hosted within the newly created floating documents container. + + + true, if a floating documents host was successfully added; otherwise, false. + + + + + + + Creates a documents host window that contains the specified document. This method is in effect in the DocumentsHost mode. + + + + A that should be contained in the created documents host window. + + + true, if a documents host window is successfully created; otherwise, false. + + + + + + + Creates a documents host window that contains a newly created document wrapping the specified control. This method is in effect in the DocumentsHost mode. + + + + A Control that should be wrapped by the newly created document residing in the created documents host window. + + + true, if a documents host window is successfully created; otherwise, false. + + + + + + + Gets or sets whether switching between tabbed documents using keyboard shortcuts is allowed. + + + + A enumeration value that specifies whether switching between tabbed documents using keyboard shortcuts is allowed. + + + + + + + + Gets or sets whether the current 's layout can be reset to default. + + + + true if the current 's layout can be reset to default; otherwise, false. + + + + + + + + Contains appearance settings for the current View. + + + An that contains appearance settings for the current View. + + + + + + + Gets or sets the current 's background image. + + + An Image object specifying the current 's background image. + + + + + + + Gets or sets the background image layout as defined in the enumeration. + + + An enumeration value specifying the background image layout. + + + + + + + Gets or sets stretching margins for a 's background image in a View. + + + A nullable System.Windows.Forms.Padding structure specifying stretching margins for a 's background image. + + + + + + + Allows you to cancel docking a document onto the current control. + + + + + + + + + Occurs whenever a Floating Documents Container starts docking to this BaseView. + + + + + + + + Fires when an end-user starts to drag a docked document, so that it is transformed into a floating window. + + + + + + + + Occurs when a resizing of the current View's layout begins. + + + + + + + + + Gets the visual bounds of the current object. + + + A Rectangle object that specifies the bounds of the current object. + + + + + + + Provides methods to work with documents in the current View. + + + An object that provides methods to work with the current View's documents. + + + + + + + Occurs after a control has been loaded to a Document within this BaseView. + + + + + + + + Fires after the previously selected document is disposed. + + + + + + + + Occurs when a document is deselected and allows you to unbind the document from its content and dispose of the content. This event is in effect in Deferred Load mode. + + + + + + + + Fires when an empty document is loaded and displayed. + + + + + + + + Fired before a host container for floating documents is created, allowing you to create your own custom floating document container. + + + + + + + + + Occurs when the current View's background becomes visible to an end-user. + + + + + + + + Fires when a document is activated. + + + + + + + + Fires when a new document is added to the current View. + + + + + + + + Fires after a document has been closed. + + + + + + + + Fires when a document is about to be closed. + + + + + + + + Fires when a document is deactivated. + + + + + + + + Provides access to properties common to all documents within the current View. + + + An object that contains settings common to all documents within the current View. + + + + + + + Fires when a document is removed from the collection. + + + + + + + + Stores all documents displayed within the View. + + + A BaseDocumentCollection object that stores all documents displayed within the View. + + + + + + + Allows you to manually sort documents and dock panels displayed within the Document Selector. + + + + + + + + Fires when a document selector is closed. + + + + + + + + Provides access to appearance settings used for a Document Selector within the current view. + + + An IBaseDocumentSelectorProperties object containing appearance settings used for a Document Selector within the current view. + + + + + + + Fires when a document selector is displayed. + + + + + + + + Fires when the last floating document in the documents host window is closed or the control it contains is disposed, allowing you to specify whether to keep open the empty documents host window. + + + + + + + + + Fires after a document has been docked to the control. + + + + + + + + Occurs when a Floating Document Container with all its child Documents is docked to a View. + + + + + + + + Fires after an end-user drops the floating document being dragged. + + + + + + + + Occurs when resizing the current View's layout is complete. + + + + + + + + + Provides access to floating documents. + + + A FloatDocumentCollection that stores floating documents. + + + + + + + Fires when a floating document is being dragged. + + + + + + + + Gets or sets a type of container for floating documents within the current BaseView. + + + A FloatingDocumentContainer enumerator value that specifies the type of container for floating documents within the current BaseView. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires when focus is moved to any document within the current View. + + + + + + + + Gets if a document selector for this BaseView is currently visible. + + + true if a document selector is currently visible; otherwise, false. + + + + + + + Gets whether a View is empty. + + + true if the View doesn't contain any documents; otherwise, false. + + + + + + + Gets whether any document within the current View has focus. + + + true if any document within the current View has focus; otherwise, false. + + + + + + + Gets whether the current object has been loaded. + + + true if the current object has been loaded; otherwise, false. + + + + + + + Gets whether the current object is being loaded. + + + true if the current object is being loaded; otherwise, false. + + + + + + + Gets whether loading indicator animation is currently running within this View. + + + true, if loading indicator animation is currently running within this View; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs whenever the current 's layout is being modified. + + + + + + + + Fires after a 's layout was reset. + + + + + + + + + Occurs when the current BaseView's layout is to be reset. + + + + + + + + + Provides access to appearance settings used for a loading indicator within the current BaseView. + + + An ILoadingIndicatorProperties object that contains settings used for a loading indicator within the current BaseView. + + + + + + + Occurs when the loading indicator is shown within this BaseView. + + + + + + + + Fires when focus is moved from the current View's document to any external control (for instance, to an external ). + + + + + + + + Gets a that owns the current View. + + + A that owns the current View. + + + + + + + Fires when an end-user tries to switch to the next or previous document by pressing CTRL+TAB or CTRL+SHIFT+TAB. + + + + + + + + Gets the object containing properties related to the current View's layout. + + + An OptionsLayout object that contains properties related to the current View's layout. + + + + + + + Occurs when the BaseView is redrawn. + + + + + + + + Fires when a context menu is about to be displayed. + + + + + + + + Occurs when a document is to be displayed and allows you to assign content to this document. This event is in effect in Deferred Load mode. + + + + + + + + + Fires when a document is made floating and provides access to the created documents host window. This allows subscribing its DocumentManager to existing event handlers. This event is in effect in the DocumentsHost mode. + + + + + + + + + Disposes a specific deferred load Document within the current View. + + + + A object, loaded using the Deferred Load feature, which is to be disposed. + + + + + + + + Fires the event with the specified parameters for the specified document. + + + + A object for which the event should be fired. + + + + true, to cancel releasing and keep the document content; otherwise, false. + + + + true, to dispose the document content; otherwise, false. + + + + + + + + Fires the event with the specified parameter for the specified document. + + + + A object for which the event should be fired. + + + + true, to cancel the release and keep the document content; otherwise, false. + + + + + + + + + Disposes all deferred load Documents within the current view. + + + + + + + + Fires the event with the specified parameter for all documents with unreleased content in the current BaseView. + + + + true, to cancel releasing and keep the document content; otherwise, false. + + + + + + + + Fires the event with the specified parameters for all documents with unreleased content in the current BaseView. + + + + true, to cancel releasing and keep the document content; otherwise, false. + + + + true, to dispose the document content; otherwise, false. + + + + + + + + Removes a document whose property's value matches the specified control object. + + + + A control used to identify the target document. + + + + + + + + Restores the current layout of documents from the specified system registry path. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the current layout of documents from a stream. + + + + A stream where a layout is stored. + + + + + + + + Restores the View layout from a binary or text stream. + + + + A Stream that keeps the View layout. + + + + true, to restore layout from a binary stream; otherwise, false. + + + + + + + + Restores the current layout of documents from an XML file. + + + + An XML file where a layout is stored. + + + + + + + + Loads a View layout stored as XML data in a specific stream. + + + + A Stream that stores a View layout. + + + + + + + + Saves the layout of documents to the specified system registry path. + + + + The registry path to which to save the layout of documents. + + + + + + + + + Saves the layout of documents to a stream. + + + + A stream where the layout will be stored. + + + + + + + + Saves the current View layout in a binary or text stream. + + + + + A Stream that should keep the current View layout. + + + + true, to save the View layout as binary data ; otherwise, false. + + + + + + + + Saves the layout of documents to an XML file. + + + + An XML file where the layout will be stored. + + + + + + + + Saves the current View layout as XML data to a specific stream. + + + + A Stream where the current View layout is to be saved. + + + + + + + + Allows you to hide and disable individual dock hints. + + + + + + + + Gets the text representation of the BaseView object. + + + A string representation of the BaseView object. + + + + + + + Gets the current View's type. + + + A value that specifies the current View's type. + + + + + + + Fires when a documents host window is closed and allows you to unsubscribe event handlers from its DocumentManager. + + + + + + + + Gets or sets if a Document Selector is enabled for the current Document Manager. + + + A value specifying if a Document Selector is enabled for the current Document Manager + + + + + + + Gets or sets if a loading indicator for deferred load should be used. + + + + true if a loading indicator for a deferred load should be used; otherwise, false. + + + + + + + + Gets or sets whether this BaseView uses snapping emulation for its child documents. + + + A DefaultBoolean enumeration value that specifies whether or not this BaseView uses snapping emulation for its child documents. + + + + + + + Gets an object containing settings related to the current 's Windows dialog. + + + An IWindowsDialogProperties object that contains settings related to the current 's Windows dialog. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TileBarDropDownShowingEventArgs class. + + + + + + + + Gets or sets the dropdown control associated with the current tile. + + + A dropdown control associated with the current tile. + + + + + + + Gets or sets the tile whose dropdown button has been clicked. + + + The tile whose dropdown button has been clicked. + + + + + + + + Exposes base properties. + + + + + + + Gets or sets this notification's first body text string. + + + A String value that is this notification's first body text string. + + + + + + + Gets or sets this notification's second body text string. + + + A String value that is this notification's second body text string. + + + + + + + Gets or sets this notification's duration. + + + A enumerator value that specifies this notification's duration. + + + + + + + Gets or sets whether this notification currently has an image. + + + true, if this notification currently has an image; otherwise, false. + + + + + + + Gets whether or not this notification has its image path specified. + + + true, if this notification has its image path specified; otherwise, false. + + + + + + + Gets or sets the header text string for this notification. + + + A String value that is this notification's header text. + + + + + + + Gets or sets this notification's ID. + + + An Object that is this notification's ID. + + + + + + + Gets or sets this notification's image. + + + An Image object displayed within this notification. + + + + + + + Gets or sets the path to an image displayed by this . + + + A String value that is the path to an image displayed by this . + + + + + + + Gets or sets the sound played when this notification is shown. + + + A enumerator value that specifies the sound played when this notification is shown. + + + + + + + Gets or sets the current template for this notification. + + + A enumerator value that specifies the current template for this notification. + + + + + + + + A Toast Notification Manager. + + + + + + + Initializes a new instance of the ToastNotificationsManager class with the default settings. + + + + + + + + Initializes a new instance of the ToastNotificationsManager class with the specified settings. + + + + An IContainer object that owns this ToastNotificationsManager. + + + + + + + + Invokes the About dialog box. + + + + + + + + Fires when an end-user clicks an active notification. + + + + + + + + Gets or sets the path to the application icon, displayed within toast notifications. + + + A String value that is the path to the application icon, displayed within toast notifications. + + + + + + + Gets or sets the ID of the application that displays toast notifications using this ToastNotificationsManager. + + + A String value that is the application ID. + + + + + + + Gets or sets the caption of an application shortcut, pinned to the Windows 8 Start Screen. + + + + A String value that is the caption of an application shortcut, pinned to the Windows 8 Start Screen. + + + + + + + + Gets whether or not toast notifications are supported on this machine. + + + true, if the application is running under Windows 8 or higher; otherwise, false. + + + + + + + Gets or sets whether the application should add its shortcut to the Windows 8 Start Screen. + + + + A DefaultBoolean enumerator value that specifies whether the application should add its shortcut to the Windows 8 Start Screen. + + + + + + + Occurs when a notification owned by this ToastNotificationsManager could not be displayed due to end-user system settings. + + + + + + + + Occurs when a notification owned by this ToastNotificationsManager is hidden via corresponding methods in code. + + + + + + + + Hides a specific notification. + + + + An Object that is the ID of a hidden notification. + + + + + + + + Hides the specific notification that matches the notificationProperties parameter. + + + + An object owned by a hidden notification. + + + + + + + + + + + + + + + + + + Hides all notifications with the specific properties set. + + + + An IToastNotificationProperties object that specifies toast notification properties. + + + + + + + + Provides access to a notification collection owned by this ToastNotificationsManager. + + + + A object containing notifications owned by this ToastNotificationsManager. + + + + + + + + Displays a specific notification. + + + + An object owned by the displayed notification. + + + + + + + + Displays a notification with the specific ID. + + + + An Object that is the ID of a notification that needs to be displayed. + + + + + + + + Occurs when a notification lifetime expires. + + + + + + + + Tests whether or not a Start Screen application shortcut with the current and property values can be created. + + + + + + + + Fires if an end-user closes a notification owned by this ToastNotificationsManager. + + + + + + + + + Provides data for the 's events. + + + + + + + + Initializes a new instance of the ToastNotificationEventArgs class with the specified settings. + + + + An Object that is the corresponding notification's ID. + + + + + + + + Gets the ID of a notification related to the current event. + + + An Object that is the related notification's ID. + + + + + + + + A toast notification. + + + + + + + Initializes a new instance of the ToastNotification class with the default settings. + + + + + + + + Initializes a new instance of the ToastNotification class with the specified settings. + + + + An Object that is the newly created ToastNotification's ID. + + + + An Image that is the newly created ToastNotification's image. + + + + A String value that is the newly created ToastNotification's header. + + + + A String value that is the property value. + + + + A String value that is the property value. + + + + A ToastNotificationTemplate enumerator value that specifies the newly created ToastNotification's template. + + + + + + + + Initializes a new instance of the ToastNotification class with the specified settings. + + + + An Object that is the notification ID. + + + + An Image displayed by this notification. + + + + A string value that is the path to an image displayed by this notification. + + + + A String value that is the notification caption. + + + + A String value that is the first body text string of this notification. + + + + A String value that is the second body text string of this notification. + + + + A ToastNotificationTemplate enumerator value that specified the template applied to this notification. + + + + + + + + Gets or sets this ToastNotification's first body text string. + + + A String value that is this ToastNotification's first body text string. + + + + + + + Gets or sets this ToastNotification's second body text string. + + + A String value that is this ToastNotification's second body text string. + + + + + + + Gets or sets this ToastNotification duration. + + + A ToastNotificationDuration enumerator value that is this ToastNotification duration. + + + + + + + Gets whether this ToastNotification currently has an image. + + + true, if this ToastNotification currently has an image; otherwise, false. + + + + + + + Gets whether or not this notification has its image path specified. + + + true, if this notification has its image path specified; otherwise, false. + + + + + + + Gets or sets this ToastNotification's header text string. + + + A String value that is this ToastNotification's header text. + + + + + + + Gets or sets this ToastNotification's ID. + + + An Object that is this ToastNotification's ID. + + + + + + + Gets or sets the image, displayed within this ToastNotification. + + + An Image object displayed within this ToastNotification. + + + + + + + Gets or sets the path to an image displayed by this . + + + A String value that is the path to an image displayed by this . + + + + + + + Gets or sets the sound played when this ToastNotification is shown. + + + A ToastNotificationSound enumerator value that specifies the sound played when this ToastNotification is shown. + + + + + + + Gets or sets the template currently applied to this ToastNotification. + + + A ToastNotification enumerator value that specifies the template currently applied to this ToastNotification. + + + + + + + + Provides members that specify the current template. + + + + + + + An image and a single text string wrapped across a maximum of three lines of text. + + + + + + + + An image, one string of bold header text on the first line, one string of regular body text wrapped across the second and third lines. + + + + + + + + An image, one string of bold header text wrapped across the first and second lines, one string of regular body text on the third line. + + + + + + + + + An image, one string of bold header text on the first line, two strings of regular body text on the second and third lines. + + + + + + + + A single text string wrapped across a maximum of three lines of text. + + + + + + + + One string of bold header text on the first line, one string of regular body text wrapped across the second and third lines. + + + + + + + + One string of bold header text wrapped across the first and second lines, one string of regular body text on the third line. + + + + + + + + + One string of bold header text on the first line, two strings of regular body text on the second and third lines. + + + + + + + + + Provides members that specify sounds played when the specific notification is shown. + + + + + + + The default sound. + + + + + + + + The instant message sound. + + + + + + + + The looping alarm sound. + + + + + + + + The looping alarm sound #10. + + + + + + + + The looping alarm sound #2. + + + + + + + + The looping alarm sound #3. + + + + + + + + The looping alarm sound #4. + + + + + + + + The looping alarm sound #5. + + + + + + + + The looping alarm sound #6. + + + + + + + + The looping alarm sound #7. + + + + + + + + The looping alarm sound #8. + + + + + + + + The looping alarm sound #9. + + + + + + + + The looping incoming call sound. + + + + + + + + The looping incoming call sound #10. + + + + + + + + The looping incoming call sound #2. + + + + + + + + The looping incoming call sound #3. + + + + + + + + The looping incoming call sound #4. + + + + + + + + The looping incoming call sound #5. + + + + + + + + The looping incoming call sound #6. + + + + + + + + The looping incoming call sound #7. + + + + + + + + The looping incoming call sound #8. + + + + + + + + The looping incoming call sound #9. + + + + + + + + The received e-mail sound. + + + + + + + + No sound played. + + + + + + + + The reminder sound. + + + + + + + + The incoming text message sound. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The source of the event (typically, the object whose content is being painted). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the and event. + + + + + + + Creates a new instance of the class. + + + + A System.Drawing.Graphics class representing the painting surface. This value is assigned to the property. + + + + A System.Drawing.Rectangle structure representing the bounding rectangle of the painted object. This value is assigned to the property. + + + + + + + + Gets the bounding rectangle of the painted element. + + + A System.Drawing.Rectangle structure representing the bounding rectangle of the element being painted. + + + + + + + Gets the drawing surface of the element being painted. + + + A System.Drawing.Graphics object used to paint. + + + + + + + Gets or sets a value specifying whether default painting must be performed. + + + true if the default painting of the element must not be performed; otherwise false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source (typically the object). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new instance of the class. + + + + A descendant representing the previously highlighted link. This value is assigned to the property. + + + + A descendant representing the currently highlighted link. This value is assigned to the property. + + + + + + + + Gets the currently highlighted link. + + + A object that represents the currently highlighted link. null (Nothing in Visual Basic) if no item is currently highlighted. + + + + + + + Gets the previously highlighted link. + + + A object representing the previously highlighted link. null (Nothing in Visual Basic) if no link was previously highlighted. + + + + + + + + Represents a method that will handle events that require a link as the parameter. + + + + + + + Represents a method that will handle events that require a link as the parameter. + + + + The event source (typically the object). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for events that require a link as the parameter. + + + + + + + Creates an instance of the class. + + + + A object representing the link associated with the event. This value is assigned to the property. + + + + + + + + Gets the link associated with the event. + + + A object representing the link, operations against which caused the event to fire. + + + + + + + + Contains item shortcut settings. + + + + + + + Creates an instance of the class with default settings. + + + + + + + + Creates an instance of the class with a predefined first key combination. + + + + A System.Windows.Forms.Shortcut enumeration value specifying the first key combination. This value is used to initialize the property. + + + + + + + + Creates an instance of the class with a predefined first key combination. + + + + A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specify the first key combination. This value is assigned to the property. + + + + + + + + Creates an instance of the class using settings of the specified shortcut object. + + + + A object whose settings are copied to the created shortcut object. + + + + + + + + Creates an instance of the class with two predefined key combinations. + + + + A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specifies the first key combination. This value is assigned to the property. + + + + A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specifies the second key combination. This value is assigned to the property. + + + + + + + + Gets or sets a custom display string for the shortcut. + + + A string that specifies the shortcut's custom display string. + + + + + + + Represents a null shortcut. (The and properties of the returned object are set to Keys.None). + + + + + + + + + Returns a value indicating whether this instance is equal to the specified object. + + + + An object to compare with this instance. + + + true if the specified object is equal to this shortcut; otherwise false. + + + + + + + Returns a hash code for this instance. + + + An integer value representing a hash code for this instance. + + + + + + + Gets a value indicating whether this instance specifies a valid shortcut. + + + true if this instance specifies a valid shortcut; otherwise false. + + + + + + + Gets the first key combination of a sequence. + + + A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values specifying the first key combination in a sequence. + + + + + + + Gets the second key combination in the sequence. + + + A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values specifying the second key combination in the shortcut. + + + + + + + Returns the string representation of this shortcut. + + + A string value that is the textual representation of the specified shortcut. + + + + + + + + Represents a link to a large button item. + + + + + + + Gets the large button item representing this link. + + + A object representing the item corresponding to this link. + + + + + + + + Represents a bar item whose links can display different images when located on toolbars and menus. + + + + + + + Creates an instance of the class with predefined settings. + + + + A object that specifies the Bar Manager owning the created item. This value is assigned to the property. + + + + A string value representing the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the index of the image displayed within links associated with the created item. This value is assigned to the property. + + + + A object that specifies the key combination used to access links associated with the created item. This value is assigned to the property. + + + + + + + + Creates an instance of the class with predefined settings. + + + + A object representing the Bar Manager that will own the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the index of the image assigned to the created item. This value is assigned to the property. + + + + + + + + Creates an instance of the class with a predefined caption. + + + + A object that specifies the Bar Manager that will own the created item. + + + + A string value specifying the caption of the created item. + + + + + + + + Creates an instance of the class with default settings. + + + + + + + + Gets or sets the position of the caption text relative to the image. + + + One of the enumeration values specifying caption text position. + + + + + + + Gets or sets the large image displayed within associated links when they are hot-tracked. + + + An object representing the large image that will be displayed within the hot-tracked item's link(s). + + + + + + + Gets or sets the index of the large image displayed within associated links when they are hot-tracked. + + + An integer value specifying the zero-based index of the large image displayed within hot-tracked links. + + + + + + + Gets or sets the minimum width and height of the links that refer to the current item. + + + A structure that identifies the minimum width and height of the corresponding links. + + + + + + + Gets or sets a value specifying whether captions are displayed within links residing on toolbars. + + + true if captions are displayed in links residing on toolbars; otherwise false. + + + + + + + + Contains values corresponding to strings that can be localized. + + + + + + + The text displayed within the search box when it is empty. + +Return value: "Type keywords here". + + + + + + + + + The Add or Remove Buttons button's caption. + +Return value: "Add or Remove Buttons". + + + + + + + + + Represents the name of the "All Items" category. + + +Return value: (All Items) + + + + + + + + + Represents the name of the "Unassigned Items" category. + + +Return value: (Unassigned Items) + + + + + + + + + The caption of a Cancel button. + + +Return value: Cancel + + + + + + + + + The default value for the tooltip text, which is shown for the Close button of a Ribbon form. + +Return value: Close + + + + + + + + + +Return value: Minimize the Ribbon (Ctrl+F1) + + + + + + + + + +Return value: Only show tab names on the Ribbon + + + + + + + + + Return value: Auto + + + + + + + + The Customize... menu item's caption. + +Return value: "Customize ... " + + + + + + + + Return value: &Customize Quick Access Toolbar... + + + + + + + + Return value: Customize the &Ribbon... + + + + + + + + Specifies the Super Tooltip for the Ribbon Quick Access Toolbar's customization button. + + +Return value: Customize Quick Access Toolbar + + + + + + + + + Specifies the Tooltip for a Toolbar's customization button. + + +Return value: Customize Toolbar + + + + + + + + + The caption of the Customization Window. + +Return value: "Customization". + + + + + + + + + +Return value: Expand the Ribbon (Ctrl+F1) + + + + + + + + + +Return value: Show the Ribbon so that it is always expanded even after you click a command + + + + + + + + + The default value for the tooltip text, which is shown for the Full-Screen Mode button (see ) of a Ribbon form. + +Return value: Auto-hide Ribbon + + + + + + + + + The default value for the tooltip text, which is shown for the Help button of a Ribbon form. + +Return value: Help + + + + + + + + + The default value for the tooltip text, which is shown for the Maximize button of a Ribbon form. + +Return value: Maximize + + + + + + + + + + Represents the Fade menu animation option in the Customization Window. + +Return value: Fade + + + + + + + + Represents the None menu animation option in the Customization Window. + +Return value: None + + + + + + + + Represents the Random menu animation option in the Customization Window. + +Return value: Random + + + + + + + + Represents the Slide menu animation option in the Customization Window. + +Return value: Slide + + + + + + + + Represents the System menu animation option in the Customization Window. + +Return value: (System default) + + + + + + + + Represents the Unfold menu animation option in the Customization Window. + +Return value: Unfold + + + + + + + + The default value for the tooltip text, which is shown for the Minimize button of a Ribbon form. + +Return value: Minimize + + + + + + + + + Return value: &More Commands... + + + + + + + + The default value for the property of the main menu that is created automatically when a component is added onto the form at design time. + +Return value: Main menu + + + + + + + + + The default value for the property of the status bar that is created automatically when a component is added onto the form at design time. + +Return value: Status bar + + + + + + + + + The caption of the dialog asking for the name of the new toolbar. + +Return value: "New Toolbar" + + + + + + + + The name of the new toolbar. + +Return value: "Custom {0}" + + + + + + + + + + The default value for the property of the bar that is created automatically when a component is added onto the form at design time. + +Return value: Tools + + + + + + + + + For internal use. + + +Return value: "" + + + + + + + + + The caption of the popup menu editor invoked when customizing a . + +Return value: Popup Menu Editor + + + + + + + + The caption of the dialog invoked when renaming the bar via the Customization Window. + +Return value: "Rename Toolbar" + + + + + + + + The text of the confirmation message box that appears when attempting to reset a toolbar. The {0} string in this text denotes the place of the toolbar name. + +Return value: "Are you sure you want to reset the changes made to the '{0}' toolbar?" + + + + + + + + The caption of the confirmation message box that appears when attempting to reset a toolbar. + +Return value: "Customize" + + + + + + + + The Reset Toolbar menu item's caption. + +Return value: "Reset Toolbar" + + + + + + + + The default value for the tooltip text, which is shown for the Restore button of a Ribbon form. + +Return value: Restore Down + + + + + + + + + The value that is used to initialize the Text property of the category returned by the property. + +Return value: (All Pages) + + + + + + + + + Return value: No name + + + + + + + + Return value: Add + + + + + + + + Return value: Move Down + + + + + + + + Return value: Export all customizations + + + + + + + + Return value: Import customization file + + + + + + + + Return value: New Category + + + + + + + + Return value: New Category + + + + + + + + Return value: New Group + + + + + + + + Return value: New Group + + + + + + + + Return value: New Tab + + + + + + + + Return value: New Tab + + + + + + + + Return value: All Commands + + + + + + + + Return value: All Tabs + + + + + + + + Return value: Remove + + + + + + + + Return value: Rename + + + + + + + + Return value: Reset only selected Ribbon tab + + + + + + + + Return value: Reset all customizations + + + + + + + + Return value: Custom + + + + + + + + Return value: Move Up + + + + + + + + A caption of the menu item, displayed within a Group Filter menu, which when selected removes any filter and makes all groups visible. + + +Return value: All groups + + + + + + + + + + + Represents the text within an In-Dropdown Gallery's Group Filter panel when there is no group to be displayed. + + +Return value: None + + + + + + + + + + A caption of the menu item available for a Quick Access Toolbar, which allows the toolbar to be positioned above the RibbonControl. + +Return value: &Show Quick Access Toolbar Above the Ribbon + + + + + + + + + A caption of the menu item, available for a bar item within a RibbonControl, which when clicked adds this bar item to a Quick Access Toolbar. + +Return value: &Add to Quick Access Toolbar + + + + + + + + + A caption of the menu item, available for a Quick Access Toolbar, which allows the toolbar to be positioned below the RibbonControl. + +Return value: &Show Quick Access Toolbar Below the Ribbon + + + + + + + + + A caption of the menu item, available for a Quick Access Toolbar, which allows the Ribbon Control to be minimized. + +Return value: Mi&nimize the Ribbon + + + + + + + + + + A caption of the menu item, available for a bar item within a RibbonControl, which when clicked removes this bar item from a Quick Access Toolbar. + +Return value: &Remove from Quick Access Toolbar + + + + + + + + + Return value: Touch/Mouse Mode + + + + + + + + Return value: Optimize space between commands + + + + + + + + Return value: Standard ribbon and commands. Optimized for use with a mouse. + + + + + + + + + Return value: Mouse + + + + + + + + Return value: More space between commands. Optimized for use with touch. + + + + + + + + Return value: Touch + + + + + + + + The value that is used to initialize the default page category's Text property. This text is displayed in the RibbonControl's designer. + +Return value: (Unassigned Pages) + + + + + + + + + Specifies the label for a control displayed within the Customization Window. + +Return value: Show ScreenTips on toolbars + + + + + + + + + Specifies the label for a control displayed within the Customization Window. + +Return value: Show shortcut keys in ScreenTips + + + + + + + + + Specifies the captions of DevExpress skins. + +Return value: "|DevExpress Style|Caramel|Money Twins|DevExpress Dark Style|iMaginary|Lilian|Black|Blue|Office 2010 Blue|Office 2010 Black|Office 2010 Silver|Office 2007 Blue|Office 2007 Black|Office 2007 Silver|Office 2007 Green|Office 2007 Pink|Seven|Seven Classic|Darkroom|McSkin|Sharp|Sharp Plus|Foggy|Dark Side|Xmas (Blue)|Springtime|Summer|Pumpkin|Valentine|Stardust|Coffee|Glass Oceans|High Contrast|Liquid Sky|London Liquid Sky|The Asphalt World|Blueprint|Whiteprint|VS2010|Metropolis|Metropolis Dark|Office 2013|" + + + + + + + + + Identifies the name of a group combining bonus skins. + +Return value: Bonus Skins + + + + + + + + + Identifies the name of a group combining custom skins. + +Return value: Custom Skins + + + + + + + + + Identifies the name of a group combining default skins. + + +Return value: Standard Skins + + + + + + + + + Identifies the name of a group combining Office skins. + + +Return value: Office Skins + + + + + + + + + Identifies the name of a group combining thematic skins. + +Return value: Theme Skins + + + + + + + + + Item captions of the context menu that can be invoked by right-clicking a bar item when performing runtime customization. Item captions are delimited by the "$" character. Each new group of items is denoted by the "!" character. + + +Return value: &Reset$&Delete$!&Name$!Defau&lt style$&Text Only (Always)$Text &Only (in Menus)$Image &and Text$!Begin a &Group$&Visible$&Most recently used + + + + + + + + + Return value: Toolbar Name: + + + + + + + + A caption of the context menu item that allows an end-user to specify whether a link is visible. + +Return value: Visible + + + + + + + + + + + Contains values specifying the position of caption text relative to the image. + + + + + + + Positions the item's caption text under the image. + + + + + + + + Positions the item's caption text to the left of the image. + + + + + + + + Positions the item's caption text to the right of the image. + + + + + + + + Positions the item's caption text above the image. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ExpandStateChangingEventArgs class with the specified settings. + + + + An object used to initialize the property. + + + + An object used to initialize the property. + + + + + + + + Gets the current element that is about to be expanded/collapsed. + + + The current element that is about to be expanded/collapsed. + + + + + + + Gets the list of elements to be additionally expanded/collapsed. + + + The list of elements to be additionally expanded/collapsed. + + + + + + + Gets the new expansion state into which the currently processed element () will be set after your ExpandStateChanging event handler is complete. + + + The new expansion state for the currently processed element. + + + + + + + + Lists values that specify if and when tabs will be closed on a mouse middle button click. + + + + + + + The default behavior. Typically, this option is the same as the option. + + + + + + + + Specifies that tabs will never be closed by a mouse middle click. + + + + + + + + Specifies that tabs will be closed on pressing the mouse middle button over a tab (before the mouse middle button is released). + + + + + + + + Specifies that tabs will be closed on releasing the mouse middle button over a tab. + + + + + + + + + Enumerates paint styles for a . + + + + + + + The same as the option. + + + + + + + + MacOffice style. + + + + +To display the Application Button in the MacOffice style, ensure that the property is set to True. + + + + + + + + Office2007 style + + + + + + + + + + + Office2010 style + + + + + + + + + + + + Emulates the Microsoft Office 2013 UI and behavior, which includes modified , a Full-Screen Mode button and touch-input device mode support. + + + + + + + + + + + + The Ribbon style inspired by the ribbon UI introduced in Microsoft "Office Universal" apps. + + + + + + + + + + + The Ribbon style inspired by the UI found in Microsoft Office for iPad. + + + + + + + + + + + + + + + + + + + + A popup toolbar whose transparency depends on the distance from the mouse cursor to it. + + + + + + + Initializes a new RibbonMiniToolbar class instance. + + + + + + + + Initializes a new RibbonMiniToolbar class instance with the specified container. + + + + An object which implements the interface. + + + + + + + + Gets or sets the toolbar's alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed. + + + A enumeration value that specifies the toolbar's alignment. + + + + + + + + Gets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed. + + + true if the toolbar remains visible when a popup menu is displayed, otherwise false. + + + + + + + Gets or sets whether tooltips can be displayed for items within the RibbonMiniToolbar. + + + true, if tooltips can be displayed for items within the RibbonMiniToolbar; otherwise, false. + + + + + + + Hides the toolbar. + + + + + + + + Occurs when the toolbar is about to be hidden. + + + + + + + + Provides access to a collection of item links displayed by the toolbar. + + + A object that contains item links displayed by the toolbar. + + + + + + + Provides access to the toolbar opacity options. + + + A object that specifies the toolbar opacity options. + + + + + + + Gets or sets the parent control which owns the toolbar. + + + A control that owns the toolbar. + + + + + + + Gets or sets a popup menu to be displayed simultaneously with the toolbar. + + + + A item to be displayed simultaneously with the toolbar. + + + + + + + + Gets a Ribbon Control that owns the toolbar. + + + A object that owns the toolbar. + + + + + + + Displays the toolbar at the specified position. + + + + A Point object that is the position where the toolbar will be displayed. + + + + + + + + Gets or sets an object that contains custom data for the current RibbonMiniToolbar object. + + + An object that contains custom data for the current object. + + + + + + + Gets the textual representation of this RibbonMiniToolbar object. + + + A String value that is the textual representation of this RibbonMiniToolbar object. + + + + + + + + Provides opacity options for a toolbar. + + + + + + + Initializes a new RibbonMiniToolbarOpacityOptions class instance. + + + + + + + + Initializes a new RibbonMiniToolbarOpacityOptions class instance with the specified opacity and transparency distances. + + + + An integer value that specifies an opacity distance. The parameter initializes the property. + + + + An integer value that specifies a transparency distance. The parameter initializes the property. + + + + An integer value that specifies a transparency distance after a bar has been hovered. The parameter initializes the property. + + + + + + + + Gets and sets whether the toolbar supports transparency. + + + true if the toolbar supports transparency, otherwise false. + + + + + + + Gets the RibbonMiniToolbarOpacityOptions object with its properties set to default values. + + + A object with its properties set to default values. + + + + + + + Determines whether the specified object is equal to the current object. + + + + An object to compare with the current object. + + + true if the specified object is equal to the current object; otherwise, false. + + + + + + + Returns the hash code for this instance. + + + A 32-bit signed integer hash code. + + + + + + + Gets and sets an opacity distance that is the maximum distance when the toolbar is opaque. + + + The integer value that is an opacity distance. + + + + + + + Gets the RibbonMiniToolbarOpacityOptions object text representation. + + + A string that is the RibbonMiniToolbarOpacityOptions object. + + + + + + + + Gets and sets the minimum distance where the toolbar disappears. + + + The integer value that is the minimum distance where the toolbar disappears. + + + + + + + Gets and sets the distance where a toolbar disappears, provided that it has been hovered with a mouse. + + + + The integer value that is the distance where a toolbar disappears, provided that it has been hovered with a mouse. + + + + + + + + + Enumerates Ribbon paint schemes. + + + + + + + The Blue color scheme. + + + + + + + + The Green color scheme. + + + + + + + + The Orange color scheme. + + + + + + + + The Purple color scheme. + + + + + + + + The Yellow color scheme. + + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event of the component. + + + + + + + Initializes a new instance of the QueryShowPopupMenuEventArgs class. + + + + The menu that is about to be displayed. This parameter is assigned to the property. + + + + The control whose popup menu is about to be displayed. This parameter is assigned to the property. + + + + The menu's position. This parameter is assigned to the property. + + + + + + + + Gets a control whose popup menu is queried. + + + A control whose popup menu is queried. + + + + + + + Gets the popup menu that is about to be displayed. + + + The popup menu to be displayed. + + + + + + + Gets or sets the position of the queried menu popup. + + + The position of the queried menu popup. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event of the component. + + + + + + + Initializes a new class instance. + + + + The created . + + + + + + + + Gets the which has just been created. + + + The which has just been created. + + + + + + + + Represents the collection of objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + + Represents a dock window. + + + + + + + Initializes a new instance of the class. + + + + + + + + Begins initialization of the component. + + + + + + + + Ends component initialization. + + + + + + + + + Enumerates available tile sizes for the control. + + + + + + + The same as Wide. + + + + + + + + A square tile with the dimension specified by the property. + + + + + + + + A rectangular tile with the width specified by the property. The item's height is equal to the property value. + + + + + + + + + A group of tiles in the control. + + + + + + + Initializes a new instance of the TileBarGroup class. + + + + + + + + + The base class for all elements that are able to display both caption and image. + + + + + + + + Initializes a new instance of the RecentTextGlyphItemBase class with the default settings. + + + + + + + + Provides access to appearance settings applied to items in different visual states. + + + A object that stores appearance settings applied to items in different visual states. + + + + + + + Gets or sets this item's caption. + + + A String value that is the caption for this item. + + + + + + + Gets or sets the item glyph displayed when this item is in its regular state. + + + An Image object that is the item glyph displayed when this item is in its regular state. + + + + + + + Gets or sets the glyph displayed by this item in its disabled state. + + + An Image object that is the item icon displayed when this item is disabled. + + + + + + + Gets or sets the item icon displayed when this item is hovered. + + + An Image object that is the item icon displayed when this item is hovered. + + + + + + + Gets or sets the item icon displayed when this item is pressed. + + + An Image object that is the item icon displayed when this item is pressed. + + + + + + + Gets or sets the distance in pixels between this item's text and icon. + + + An Int32 value that is the distance in pixels between this item's text and icon. + + + + + + + + Represents a gallery within a . + + + + + + + Initializes a new instance of the PopupGalleryEditGallery class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A object that owns the current PopupGalleryEditGallery. + + + + + + + + Initializes a new instance of the PopupGalleryEditGallery class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A object that owns the current PopupGalleryEditGallery. + + + + + + + + Initializes a new instance of the PopupGalleryEditGallery class. + + + + + + + + Gets or sets whether the PopupGalleryEditGallery popup window closes immediately when an end-user clicks a gallery item. This property is not supported if the option is enabled. + + + true, if the PopupGalleryEditGallery window closes when an end-user clicks a gallery item; otherwise, false. + + + + + + + Gets the that owns the current PopupGalleryEditGallery object. + + + The that owns the current PopupGalleryEditGallery. + + + + + + + Gets or sets the mode that specifies how gallery items can be selected. + + + + The value that specifies how gallery items can be selected. + + + + + + + + + Contains options that affect the minimizing functionality. + + + + + + + Initializes a new instance of the ToolboxOptionsMinimizing class. + + + + + + + + Gets or sets whether the can be collapsed. + + + true, if can be collapsed; otherwise, false. + + + + + + + Gets or sets the number of columns into which the items are arranged in the minimized state. + + + An integer value that specifies the number of columns into which the items are arranged. + + + + + + + Gets or sets the direction of the arrow displayed in the Minimize button. + + + A enumeration value that specifies the direction of the arrow displayed in the Minimize button. + + + + + + + Gets or sets the width, in pixels, of the in the minimized state. + + + An integer value that specifies the control width, in pixels, in the minimized state. + + + + + + + Gets or sets the width, in pixels, of the in the normal (expanded) state. + + + An integer value that specifies the control width, in pixels, in the normal (expanded) state. + + + + + + + Gets or sets whether items hidden in the minimized state are accessed using scroll buttons (the default behavior) or using a popup panel. + + + A enumeration value that specifies how items hidden in the minimized state can be accessed. + + + + + + + Gets or sets whether the is in the normal or minimized state. + + + A enumeration value that specifies whether the is in the normal or minimized state. + + + + + + + + A page in the . + + + + + + + Initializes a new instance of the TabFormPage class. + + + + + + + + Gets or sets whether the current TabFormPage icon is painted using the foreground color. + + + A enumeration value that specifies whether the current TabFormPage icon is painted using the foreground color. + + + + + + + + + + + + + + + Gets or sets whether the current TabFormPage responds to end-user interaction. + + + true, if the current TabFormPage responds to end-user interaction; otherwise, false. + + + + + + + Gets or sets the icon displayed in the current TabFormPage header. + + + + An object that specifies the icon displayed in the current TabFormPage header. + + + + + + + Gets or sets the index of the image in the collection displayed in the TabFormPage header. + + + An index of the image in the collection displayed in the TabFormPage header. + + + + + + + Returns the image collection assigned to the property. + + + The image collection assigned to the property. + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the header of the current TabFormPage. +A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). + + + A object that specifies the uniform resource identifier of the image to be displayed in the header of the current TabFormPage. + + + + + + + Gets or sets the name of the current component. + + + A value that specifies the name of the current component. + + + + + + + Called when the property value has changed. + + + + + + + + Gets the to which the current TabFormPage belongs. + + + The to which the current TabFormPage belongs. + + + + + + + Sets the specified as owner of the current TabFormPage. + + + + A to be set as owner of the current TabFormPage. + + + + + + + + Gets or sets whether the current TabFormPage displays the Close button in its header. + + + A enumeration value that specifies whether the current TabFormPage displays the Close button in its header. + + + + + + + Gets or sets custom data associated with the current TabFormPage. + + + Custom data associated with the current TabFormPage. + + + + + + + Gets or sets the text displayed in the current TabFormPage header. + + + A string value that specifies text displayed in the header of the current TabFormPage. + + + + + + + Gets or sets whether the current TabFormPage is visible. + + + true, if the current TabFormPage is visible; otherwise, false. + + + + + + + + A Custom Button in the Windows UI View. A button in the control. + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + An Int32 value that specifies an image within the collection as the newly created 's icon. + + + + An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + + A String value that is the 's tool-tip. + + + + true if the should display its caption; otherwise, false. + + + + An Int32 value specifying the newly created order relative to other s. + + + + true if the button is enabled; otherwise, false. + + + + A object associated with the created. + + + + An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). + + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + An Int32 value that specifies an image within the collection as the newly created 's icon. + + + + An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + + A String value that is the 's tool-tip. + + + + true if the should display its caption; otherwise, false. + + + + An Int32 value specifying the newly created order relative to other s. + + + + An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). + + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + An Int32 value that specifies an image within the collection as the newly created 's icon. + + + + An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + + An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). + + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings (text and icon). + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings, including caption, icon, button style and group index. + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + An Int32 value that specifies an image within the collection as the newly created 's icon. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + + An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). + + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified caption and style settings. + + + + A String value that is the newly created 's caption. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + + + + + + Initializes a new instance of the WindowsUIButton class with the custom settings. + + + + + + + + Initializes a new instance of the WindowsUIButton class with custom settings. + + + + A String value that is the newly created 's caption. + + + + An Image that is the newly created 's icon. + + + + An Int32 value that specifies an image within the collection as the newly created 's icon. + + + + An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. + + + + A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. + + + + A String value that is the 's tool-tip. + + + + true if the should display its caption; otherwise, false. + + + + An Int32 value specifying the newly created order relative to other s. + + + + true if the button is enabled; otherwise, false. + + + + A object associated with the created. + + + + true if the should display its image; otherwise, false. + + + + true if the button is initially checked; otherwise, false (for check-buttons only). + + + + true if the button is initially visible; otherwise, false. + + + + An Object that stores button icons. + + + + An Object that is the newly created button's tag. + + + + An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). + + + + true if the button is horizontally aligned to the left; otherwise, false. + + + + true if the button's icon can be transparent; otherwise, false. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + An Image object that is the button glyph. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. Overrides the image parameter. + + + + An Int32 value that is the number of an image within the container's Images collection (e.g., ) that should be used as the button glyph. + + + + An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. + + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + + A String value that is the button hint. + + + + true, if the button should display its caption; otherwise, false. + + + + An Int32 value that specifies the order for this button within its parent container. + + + + true, if the button is enabled; otherwise, false. + + + + A SuperTip object assigned to this button. + + + + true, if the button should display its glyph; otherwise, false. + + + + true, if the button is in the pressed state; otherwise, false. This setting is in effect only for buttons whose style argument was set to ButtonStyle.CheckButton. + + + + + true, if the button should be visible to end-users; otherwise, false. + + + + An Object that contains images applied to this button in all its visual states. See the property to learn more. + + + + An Object that contains any required info related to this button. + + + + An Int32 value that specifies to which group this button belongs. + + + + true, if the button is aligned to the left edge of its parent container; otherwise, false. + + + + true, if the button should process transparent pixels of its glyph; otherwise, false. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + A String value that is the Unified Resource Identifier (URI) for the image, contained within the Image Gallery and Context-Dependent Images, that should be used as the button glyph. + + + + An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. + + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + A String value that is the button hint. + + + + true, if the button should display its caption; otherwise, false. + + + + An Int32 value that specifies the order for this button within its parent container. + + + + true, if this button is enabled; otherwise, false. + + + + A SuperTip object assigned to this button. + + + + true, if this button should display its glyph; otherwise, false. + + + + true, if this button is in the pressed state; otherwise, false. Pressed state is only supported by buttons whose style parameter is set to ButtonStyle.CheckButton. + + + + + true, if this button is visible to end-users; otherwise, false. + + + + An Object that stores images, used as button images for all its visual states. See the Custom Container Buttons topic to learn more. + + + + An Object that stores any required info related to this button. + + + + An Int32 value that specifies to which group this button belongs. + + + + true, if the button should be aligned by the left edge of the parent container; otherwise, false. + + + + true, if the button should display transparent pixels of its glyph as is; otherwise, false. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. + + + + An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. + + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + + A String value that is this button hint. + + + + true, if this button should display its caption; otherwise, false. + + + + An Int32 value that specifies the order for this button within its parent container. + + + + true, if this button is enabled; otherwise, false. + + + + A SuperTip object assigned to this button. + + + + An Int32 value that specifies to which group this button belongs. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. + + + + An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. + + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + + A String value that is the button hint. + + + + true, if this button should use its caption; otherwise, false. + + + + An Int32 value that specifies the order for this button within its parent container. + + + + An Int32 value that specifies to which group this button belongs. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + An Image object that is the button glyph. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. Overrides the image argument value. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + + An Int32 value that specifies to which group this button belongs. + + + + + + + + Initializes a new instance of the WindowsUIButton class with the specified settings. + + + + A String value that is the button text. + + + + A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. + + + + An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. + + + + + A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. + + + + + An Int32 value that specifies to which group this button belongs. + + + + + + + + Provides access to appearance settings for the current . + + + An AppearanceObject that stores the current 's appearance settings. + + + + + + + Binds the specific parameterized command to this WindowsUIButton. + + + + An Object that is the command to be bound to this WindowsUIButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this WindowsUIButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this WindowsUIButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. + + + + + + + Occurs when an end-user clicks this WindowsUIButton. + + + + + + + + Gets or sets whether specific colors in the current WindowsUIButton's image are transparent. + + + true, if specific colors in the current WindowsUIButton's image are transparent; otherwise, false. + + + + + + + Gets or sets the position of the current 's icon relative to this button's text. + + + Gets or sets the position of the current 's icon relative to this button's text. + + + + + + + Gets or sets whether the current is horizontally aligned to the left. + + + true if the current is horizontally aligned to the left; otherwise, false. + + + + + + + + Provides properties for individual Content Containers within the Windows UI View. + + + + + + + Gets the actual value of the property. + + + An Int32 value that is the actual value of the property. + + + + + + + Gets whether this Content Container will be destroyed after removing all its child items. + + + true, if this Content Container will be destroyed after removing all its child items; otherwise, false. + + + + + + + Gets this container's current header offset. + + + An Int32 value that is the current header offset for this content container. + + + + + + + Gets this Content Container's current margin. + + + A Padding structure that is this Content Container's current margin. + + + + + + + Gets the actual value of the property. + + + An Orientation enumerator value that specifies the current Content Container orientation. + + + + + + + Gets whether or not this Content Container should display its caption. + + + true, if this Content Container should display its caption; otherwise, false. + + + + + + + Gets whether this Content Container will automatically display its context navigation bar upon activation. + + + true, if this Content Container will automatically display its context navigation bar upon activation; otherwise, false. + + + + + + + Gets or sets the maximum number of Documents this Content Container can contain. + + + An Int32 value that is the maximum number of Documents this Content Container can contain. + + + + + + + Gets or sets whether this Content Container should be automatically destroyed after all its child Documents have been removed. + + + A DefaultBoolean enumerator value that specifies whether this Content Container should be automatically destroyed after all its child Documents have been removed. + + + + + + + Gets whether this container currently has a header offset. + + + true, if this container currently has a header offset; otherwise, false. + + + + + + + Gets whether this Content Container currently has a margin. + + + true, if this Content Container currently has a margin; otherwise, false. + + + + + + + Gets or sets the distance between the Content Container's top edge and the header. + + + + An Int32 value that is the distance between the Content Container's top edge and the header. + + + + + + + + Gets or sets this Content Container's margin. + + + A Padding structure that is this container's margin. + + + + + + + Gets or sets the current container's orientation. + + + An Orientation enumerator value that is the current container's orientation. + + + + + + + Gets or sets whether or not the container that displays individual documents, hosted within this or container, should display its caption. + + + A object enumerator that specifies whether or not this detail container should display its caption. + + + + + + + Gets or sets whether this Content Container should automatically display its context Navigation Bar upon activation. + + + + A DefaultBoolean enumerator value that specifies whether this Content Container should automatically display its context Navigation Bar upon activation. + + + + + + + + + Provides advanced properties for individual and content containers. + + + + + + + Gets the current property value. + + + An Int32 value that is the current property value. + + + + + + + Gets the current number of frames used by switch Documents animation in this Content Container. + + + An Int32 value that is the current number of frames used by switch Documents animation in this Content Container. + + + + + + + Gets the current animation type for this Content Container. + + + A TransitionAnimation enumerator value that specifies the current animation type for this Content Container. + + + + + + + Gets or sets whether this Content Container can use HTML tags to draw Document headers. + + + A DefaultBoolean enumerator value that specifies whether this Content Container can use HTML tags to draw Document headers. + + + + + + + Returns whether this Content Container can use HTML tags to draw Document headers. + + + true, if this Content Container can use HTML tags to draw Document headers; otherwise, false. + + + + + + + Gets or sets the interval between frames, used within switch Documents animation. + + + An Int32 value that is the interval between frames, used within switch Documents animation. + + + + + + + Gets or sets the number of frames used for Document switch animation within this Content Container. + + + An Int32 value that is the number of frames used for Document switch animation within this Content Container. + + + + + + + Gets or sets the type of animation played when an end-user switches Documents within this Content Container. + + + + A TransitionAnimation enumerator value that specifies the type of animation played when an end-user switches Documents within this Content Container. + + + + + + + + + Provides advanced properties for all and content containers within this . + + + + + + + Gets or sets whether the and containers within this View can use HTML tags to draw Document headers. + + + true, if the and containers within this View can use HTML tags to draw Document headers; otherwise, false. + + + + + + + Gets or sets the interval between frames, used within switch Documents animation. + + + An Int32 value that is the interval between frames, used within switch Documents animation. + + + + + + + Gets or sets the number of frames used for Document switch animation. This property affects all Content Containers within this View that support such animation. + + + An Int32 value that is the number of frames used for Document switch animation. + + + + + + + Gets or sets the type of animation played when an end-user switches Documents within Content Containers. + + + + A TransitionAnimation enumerator value that specifies the type of animation played when an end-user switches Documents within Content Containers. + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the TileNavItemCollection class with the specified settings. + + + + The that owns the TileNavItemCollection. + + + + + + + + Gets the that owns the current TileNavItemCollection. + + + The that owns the current TileNavItemCollection. + + + + + + + + Represents an item in the control. + + + + + + + Initializes a new instance of the NavigationBarItem class. + + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this NavigationBarItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. + + + + + + + Binds the specific parameterized command to this NavigationBarItem. + + + + An Object that is the command to be bound to this NavigationBarItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this NavigationBarItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. + + + + + + + Returns the collection to which the current object belongs. + + + The collection to which the current object belongs. + + + + + + + Gets or sets the item's text by which the item is presented in the Navigation Options dialog. + + + The item's text when it is displayed in the Navigation Options dialog. + + + + + + + Gets or sets the object's name. + + + The object's name. + + + + + + + Returns the property to its default value. + + + + + + + + Selects this NavigationBarItem. + + + + + + + + Gets or sets whether a popup Peek Form is displayed for the current item when it is hovered over. + + + A value that specifies whether or not a popup Peek Form is displayed for the current item when it is hovered over. + + + + + + + Gets or sets a super tip displayed by this NavigationBarItem on hover. + + + A object assigned to this NavigationBarItem. + + + + + + + Gets or sets an object that contains custom data for the current NavigationBarItem object. + + + An object that contains custom data for the current object. + + + + + + + Gets or sets the item's text. + + + The item's text. + + + + + + + Returns the text representation of the current object. + + + The text representation of the current object. + + + + + + + Gets or sets whether or not this NavigationBarItem is currently visible. + + + true, if this NavigationBarItem is currently visible; otherwise, false. + + + + + + + + An Outlook-inspired navigation bar, supporting integration with the . + + + + + + + + Initializes a new instance of the OfficeNavigationBar class. + + + + + + + + Gets or sets whether items can be rearranged by an end-user using drag-and-drop. + + + true, if items can be rearranged by an end-user using drag-and-drop; otherwise, false. + + + + + + + Gets or sets whether HTML tags can be used to format the text of the control's items. + + + true, if HTML tags can be used to format the text of the control's items; otherwise, false. + + + + + + + Gets or sets whether item selection is enabled. + + + true, if item selection is enabled; otherwise, false. + + + + + + + Gets or sets whether an item press is indicated using an animation effect. + + + true, if an item press is indicated using an animation effect; otherwise, false. + + + + + + + Contains appearance settings used to paint items in various states. + + + An object that stores appearance settings of items in various states. + + + + + + + Gets or sets whether the control's height (in the horizontal orientation) and width (in the vertical orientation) is auto-adjusted to best fit items. + + + true, if the control's height/width is auto-adjusted to best fit items; otherwise, false. + + + + + + + Gets or sets whether the OfficeNavigationBar is auto-sized to fit its contents when it's placed in a . + + + + A Boolean value that specifies whether the OfficeNavigationBar is auto-sized to fit its contents when it's placed in a . + + + + + + + + Starts the control's runtime initialization. + + + + + + + + Locks the OfficeNavigationBar object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the visibility and position of the Customization Button (). + + + The Customization Button's visibility and position. + + + + + + + Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. + + + + A value that specifies which control borders are docked to its parent control and determines how a control is resized with its parent. + + + + + + + Ends the control's runtime initialization. + + + + + + + + Unlocks the OfficeNavigationBar object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Hides the Peek Form if it is currently displayed. + + + + + + + + Gets or sets the horizontal alignment of items. + + + A value that specifies the horizontal alignment of items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets if this OfficeNavigationBar is currently locked by the method call. + + + true, if this OfficeNavigationBar is currently locked by the method call; otherwise, false. + + + + + + + Gets whether the OfficeNavigationBar's visual elements are actually aligned to support locales using right-to-left fonts. + + + true, if OfficeNavigationBar's visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Fires when an item is clicked. + + + + + + + + Gets or sets the outer indents for items, in pixels. + + + A value that specifies item padding, in pixels. + + + + + + + Provides access to the collection of items. + + + A collection of items. + + + + + + + Gets or sets whether the background of items is painted based on the current skin. + + + true, if the background of items is painted based on the current skin; otherwise, false. + + + + + + + Provides access to settings controlling the look and feel of the OfficeNavigationBar. + + + A object whose properties specify the look and feel of the OfficeNavigationBar. + + + + + + + Gets or sets the maximum number of items simultaneously displayed within the OfficeNavigationBar. + + + The maximum number of items simultaneously displayed within the OfficeNavigationBar. + + + + + + + Gets or sets an object that controls the look and feel of the control's popup menus. + + + An object that controls the look and feel of the control's popup menus. + + + + + + + + Gets or sets the control that provides a source of selectable objects that will be represented as items in the OfficeNavigationBar. If item selection is enabled (see ), the OfficeNavigationBar will provide means for selecting (activating) the bound control's source objects. + + + The control that provides a source of selectable objects that will be represented as items in the OfficeNavigationBar. + + + + + + + Repaints the control. + + + + + + + + Contains options related to the display of the Peek Form's built-in button panel. + + + An object that stores options related to the Peek Form's built-in button panel. + + + + + + + Gets or sets whether items are arranged horizontally or vertically. + + + A value that specifies whether items are arranged horizontally or vertically. + + + + + + + Fires when a button within the Peek Form's built-in button panel is clicked. + + + + + + + + Fires when the Peek Form is hidden. + + + + + + + + Gets or sets the time in milliseconds, after which the Peek Form is automatically displayed when hovering over an item. + + + The time in milliseconds, after which the Peek Form is displayed when hovering over an item. + + + + + + + Fires after the Peek Form is displayed. + + + + + + + + + Gets or sets the size of the Peek Form. + + + The size of the Peek Form. + + + + + + + Gets the item for which the Peek Form is currently displayed. + + + The item for which the Peek Form is currently displayed. + + + + + + + Allows you to customize a context menu for OfficeNavigationBar elements. + + + + + + + + Allows you to provide a content for the Peek Form. + + + + + + + + Fires when an item is automatically added that corresponds to an element in the element source provided by the . +This event allows you to customize these automatically created items. + + + + + + + + Gets or sets the selected item. + + + The selected item. + + + + + + + Fires after the item is selected. + + + + + + + + Allows you to prevent an item from being selected. + + + + + + + + Displays the Navigation Options dialog. + + + + + + + + Displays the Peek Form for the specified item. + + + + An collection item for which the Peek Form needs to be displayed. + + + + + + + + Gets or sets whether a popup Peek Form is displayed for an item when it is hovered over. + + + true, if a popup Peek Form is displayed for an item when it is hovered over; otherwise, false. + + + + + + + Gets or sets whether or not items owned by this OfficeNavigationBar should display their hints on hover. + + + true, if items owned by this OfficeNavigationBar should display their hints on hover; otherwise, false. + + + + + + + Allows you to implement your own custom relation between items of this OfficeNavigationBar and items of the child managed by this OfficeNavigationBar. + + + + + + + + Gets or sets a tooltip controller that manages this OfficeNavigationBar object's hints. + + + A object that manages this OfficeNavigationBar object's hints. + + + + + + + Fires when removing an item +that was automatically created when the property was set to an INavigationBarClient object. + + + + + + + + + An item, rendered as a tile in the control. + + + + + + + + Initializes a new instance of the TileBarItem class. + + + + + + + + This property is not supported by the TileBarItem class. + + + + + + + + + + This property is not supported by the TileBarItem class. + + + + + + + + + + This member is not supported by the TileBarItem class. + + + + + + + + + + This property is not supported by the TileBarItem class. + + + + + + + + + + Gets or sets a control displayed as a dropdown when you click the item's dropdown button. + + + A TileBarDropDownContainer object that is the associated dropdown control. + + + + + + + Provides options that specify view and behavior settings of dropdown controls associated with the current . + + + An object that provides view and behavior settings of dropdown controls associated with the current + + + + + + + This property is not supported by the TileBarItem class. + + + + + + + + + + This member is not supported by the TileBarItem class. + + + + + + + + + + Gets or sets the size of the current item. + + + The item's size. + + + + + + + This member is not supported by the TileBarItem class. + + + + + + + + Raises the event. + + + + + + + + Shows a dropdown window for the TileBarItem. + + + + + + + + Gets or sets whether the dropdown button is visible for the TileBarItem. + + + The value that specifies if the dropdown button is visible for the TileBarItem. + + + + + + + Gets or sets whether a shadow is displayed for the item. + + + A value that specifies whether a shadow is displayed for the item. + + + + + + + This property is not supported by the TileBarItem class. + + + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the TileNavCategoryCollection class with the specified settings. + + + + The that owns the TileNavCategoryCollection. + + + + + + + + Copies elements of the specified collection to the current collection. + + + + A object whose elements are copied to the current collection. + + + + + + + + Gets the that owns the current TileNavCategoryCollection. + + + The that owns the current TileNavCategoryCollection. + + + + + + + + Defines the contents of the drop-down tile bar that is invoked on clicking the Main Button. + + + + + + + A click on the Main Button invokes a drop-down tile bar displaying categories as tiles if the collection is not empty. Otherwise, a click on this button invokes a drop-down tile bar displaying the default category's items as tiles (see ). + + + + + + + + + A click on the Main Button invokes a drop-down tile bar displaying categories () as tiles. + + + + + + + + A click on the Main Button invokes a drop-down tile bar displaying the default category's items as tiles (see ). + + + + + + + + + Represents a class containing the miscellaneous settings applied to a drop-down tile bar and its tiles. + + + + + + + Initializes a new instance of the TileNavPaneDropDownOptions class with the specified settings. + + + + The object that owns this TileNavPaneDropDownOptions object. + + + + + + + + Gets or sets whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color. + + + The enumeration value specifying whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color. + + + + + + + Provides access to the appearance settings applied to group names in the current drop-down tile bar. + + + The object that contains the appearance settings applied to group names in the current drop-down tile bar. + + + + + + + Provides access to the appearance settings of tiles when they are in the normal, hovered and selected states. + + + The object specifying the appearance settings of tiles when they are in the normal, hovered and selected states. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets the back color of the drop-down tile bar. + + + The object specifying the back color of the drop-down tile bar. + + + + + + + Gets or sets whether the opened drop-down tile bar closes on light dismiss. + + + A enumeration value specifying whether the opened drop-down tile bar closes on light dismiss. + + + + + + + Gets or sets the height of the drop-down tile bar. + + + An integer value specifying the height of the current drop-down tile bar, in pixels. + + + + + + + Gets or sets the height of tiles in the drop-down tile bar. + + + A value specifying the height of tiles in the drop-down tile bar, in pixels. + + + + + + + Gets or sets whether the tiles in the drop-down cast a shadow. + + + + The enumeration value specifying whether the tiles in the drop-down cast a shadow. + + + + + + + + Gets or sets the width of wide tiles. + + + A value specifying the width of wide tiles in the drop-down tile bar, in pixels. + + + + + + + + The status bar designed to be used along with the . + + + + + + + Initializes a new instance of the RibbonStatusBar class with the specified Ribbon Control. + + + + A object that represents the Ribbon Control which the created status bar belongs to. This value is assigned to the property. + + + + + + + + Initializes a new instance of the RibbonStatusBar class with default settings. + + + + + + + + Notifies the accessibility client applications of the specified event for the specified child control. + + + + + An event being fired. + + + + The identifier of the AccessibleObject. + + + + A child which fires the event. + + + + + + + + Gets the object that provides the accessibility information. + + + A object that provides the accessibility information. + + + + + + + Gets or sets whether the status bar's height is automatically adjusted to display all the bar items in their entirety. + + + true if the auto-height feature is enabled; otherwise, false. + + + + + + + Returns information on the status bar elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the status bar's top-left corner. + + + A object which contains information about the visual elements located at the test point. + + + + + + + This member overrides the property. + + + A enumeration value which specifies the position and manner in which a control is docked. + + + + + + + Gets or sets whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs. + + + A DefaultBoolean enumerator value specifying whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs. + + + + + + + Gets a value which indicates whether the status bar is currently in design mode. + + + true if the status bar is in design mode; otherwise, false. + + + + + + + Gets a collection of item links. + + + A object which contains item links that are owned by the status bar. + + + + + + + + Updates a status bar. + + + + + + + + Gets the Ribbon BarManager. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object that represents the Ribbon BarManager. + + + + + + + Allows you to perform any actions after a RibbonStatusBar within a child MDI form has been merged into the current RibbonStatusBar object. + + + + + + + + Merges the specified RibbonStatusBar object into the current RibbonStatusBar object. + + + + A RibbonStatusBar object to be merged into the current status bar. + + + + + + + + Updates a status bar. + + + + + + + + Gets or sets a Ribbon Control which the status bar belongs to. + + + A object that represents the Ribbon Control which owns the status bar. + + + + + + + Gets or sets whether the size grip is displayed within the status bar. + + + true is the size grip is displayed within the status bar; otherwise, false. + + + + + + + Gets or sets the control's index within the set of controls included in the tab order. + + + A zero-based integer value that specifies the control's index within the set of controls included in the tab order. + + + + + + + Gets or sets a value that specifies whether an end-user can focus the control using the TAB key + + + true if an end-user can focus the control using the TAB key; otherwise, false. + + + + + + + Gets or sets the control's text. + + + Always the value. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the . + + + A object that controls the appearance and behavior of tooltips displayed by elements of the . + + + + + + + Allows you to perform any actions after another RibbonStatusBar object has been unmerged from the current RibbonStatusBar object. + + + + + + + + Restores the bar commands layout within the current RibbonStatusBar object after another RibbonStatusBar object has been merged into it. + + + + + + + + Gets the status bar's view information. + + + A object that provides view information on all the status bar's elements. + + + + + + + + Specifies how a bar can be docked. + + + + + + + Allows a control to be docked to all sides of the owner control. Additionally, the control can be in a floating state. + + + + + + + + Allows a control to be docked to the bottom of the owner control. + + + + + + + + Allows a control to float. + + + + + + + + Allows a control to be docked to the left side of the owner control. + + + + + + + + Allows a control to be docked to the right side of the owner control. + + + + + + + + Allows a control to be docked to a control. + + + + + + + + Allows a control to be docked to the top of the owner control. + + + + + + + + + Represents the method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + The dialog representing the Customization Form. + + + + + + + + Gets or sets the dialog used as a Customization Form for a specific . + + + A object representing the Customization Form for a specific . + + + + + + + + Contains values specifying the visibility of links. + + + + + + + Indicates that associated links are visible regardless of whether the runtime customization is performed. + + + + + + + + Indicates that associated links are hidden regardless of whether the runtime customization is performed. + + + + + + + + Indicates that associated links are only visible when the runtime customization is performed. + + + + + + + + Indicates that associated links are only visible when the runtime customization is not performed. + + + + + + + + + Represents the method that will handle the event. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + The bar item containing the editor. + + + + The bar item's link. + + + + A value indicating whether an editor within the item is readonly. + + + + + + + + Gets or sets a value indicating whether the editor within an item is read only. + + + true, if the editor within an item is readonly; otherwise, false. + + + + + + + + The control container that can be displayed as a dropdown. + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new instance of the PopupControlContainer class with the specified container. + + + + An object which implements the interface. + + + + + + + + Specifies the object which activates a popup control. + + + An object that activates a popup control. + + + + + + + Gets or sets a value determining whether the is closed when it loses focus. + + + true, if the is closed when it loses focus, otherwise, false. + + + + + + + Gets or sets whether the current dropdown control must be closed on clicking outside its bounds, and at the same time, within another popup window that belongs to the current dropdown control. + + + true if the dropdown control is closed on clicking outside its bounds; otherwise, false. + + + + + + + Occurs when the current hides a popup control. + + + + + + + + Gets or sets the container's minimum size. + + + A Size structure that specifies the container's minimum size. + + + + + + + Hides a popup control. + + + + + + + + Specifies the responsible for managing the current . + + + A responsible for managing the current . + + + + + + + Occurs when the displays a popup control. + + + + + + + + Gets or sets the Ribbon Control which owns the container for the popup control. + + + A object that owns the container for the popup control. + + + + + + + Gets or sets whether the container displays the Close button at the bottom. + + + true if the container displays the Close button at the bottom; otherwise, false. + + + + + + + Invokes the PopupControlContainer at a specified position. + + + + A point specifying the position at which to display the PopupControlContainer. + + + + + + + + Displays the PopupControlContainer at the specified point. + + + + A object. + + + + A point specifying the position at which to display the PopupControlContainer. + + + + + + + + Gets or sets whether the size grip is displayed within the container. + + + true if the size grip is displayed within the container; otherwise, false. + + + + + + + + Represents the strings collection of a class instance. + + + + + + + Initializes a new class instance. + + + + + + + + Adds a specific string to the collection. + + + + The string to be added to the collection. + + + The position at which a new string was added. + + + + + + + Adds an array of objects to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Occurs when changes are made to the collection. + + + + + + + + Removes all items from the collection. + + + + + + + + Determines whether the collection contains a specific string. + + + + The string to locate in the collection. + + + true, if a specific string is found; otherwise,false. + + + + + + + Returns the actual number of strings in the collection. + + + The number of strings in the collection. + + + + + + + Returns an Enumerator which can iterate through the collection. + + + An IEnumerator for the entire collection. + + + + + + + Determines the index of a specific string in the collection. + + + + The string to locate in the collection. + + + The string index if found in the collection, otherwise -1. + + + + + + + Inserts a string in the collection at the specified position. + + + + The zero-based index at which a specifc string should be inserted. + + + + The string to insert. + + + + + + + + Gets or sets a string at a specifc index. + + + + The zero-based index of the string. + + + A string with a specifc index. + + + + + + + Removes the first occurrence of a specific string from the collection. + + + + The string to remove from the collection. + + + + + + + + Removes the first occurrence of a string with a specific index from the collection. + + + + The zero-based index of the string to remove. + + + + + + + + + The popup menu, managed by a or . + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new instance of the class with the specified BarManager. + + + + A object representing the Bar Manager which will manage the created popup menu. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PopupMenu class with the specified container. + + + + An object which implements the interface. + + + + + + + + Specifies an object which activates the . + + + An object that activates the . + + + + + + + Gets or sets whether right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands. This option is in effect when the PopupMenu is displayed within the . + + + true if right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands; otherwise, false + + + + + + + Gets or sets whether editors should stretch horizontally, automatically occupying available free space within this menu. + + + + true, if editors should stretch horizontally, automatically occupying available free space within this menu; otherwise, false. + + + + + + + + Hides the current . + + + + + + + + Provides access to style settings for links owned by the popup menu. + + + A object providing style settings for links owned by the popup menu. + + + + + + + + Gets or sets the width of the bar displayed to the left of the popup menu's content. + + + An integer value specifying the width of the menu bar in pixels. + + + + + + + Gets or sets the menu's caption. + + + A string that specifies the menu's caption. + + + + + + + Gets or sets the popup menu's minimum width. + + + An integer value that specifies the popup menu's minimum width. + + + + + + + Gets or sets whether the menu items are displayed in multiple columns. + + + A enumeration value that specifies whether the menu items are displayed in multiple columns. + + + + + + + Indicates that the popup menu is open. + + + true, if the popup menu is open; otherwise, false. + + + + + + + Provides access to the settings of the multicolumn mode of displaying items in the current pop-up menu. + + + An OptionsMultiColumn object that encapsulates the settings of the multicolumn mode. + + + + + + + Enables you to paint the content of the bar displayed to the left of the popup menu. + + + + + + + + Gets or sets a toolbar associated with a popup menu. + + + A item that is a toolbar associated with a popup menu. + + + + + + + Gets or sets whether the menu's header is visible. + + + true if the menu's header is displayed; otherwise, false. + + + + + + + Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current PopupMenu. This property is in effect when the current PopupMenu is displayed in the Inplace popup show mode. + + + + A value that specifies whether the navigation header is shown at the top of the current popup menu. + + + + + + + Displays the current at the specified screen point. + + + + A screen point at which the current is displayed. + + + + + + + + Displays the context menu at the specified position. + + + + A object that is the Bar Manager responsible for managing the context menu. + + + + + A Point specifying the screen point at which the context menu is shown. + + + + + + + + Displays a child object at the specific point. + + + + + A associated with the object. + + + + A Point structure that specifies the location to display the object. + + + + A PopupControl object that owns the object. + + + + + + + + Displays the context menu at the specified position. + + + + A screen point at which to display the . + + + + An object that activates the . + + + + + + + + Indicates whether the current is visible. + + + true, if the current is visible; otherwise, false. + + + + + + + + Represents the method that will handle the and events. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new class instance. + + + + A class instance whose link was clicked. + + + + The clicked . + + + + + + + + Gets the whose link was clicked. + + + A whose link was clicked. + + + + + + + Gets the clicked . + + + The clicked . + + + + + + + + A bar item that represents a check list of bars owned by a BarManager, and dock panels owned by a dock manager. + + + + + + + + Initializes a new class instance. + + + + + + + + Provides access to the links owned and displayed by the container item. + + + A object containing the links owned and displayed by the container item. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a value indicating whether "Customize..." is among the item's subitems list. + + + true if "Customize..." is among the item's subitems list; otherwise false. + + + + + + + Gets or sets whether a list of the existing dock panels should be displayed. + + + + true to display the list of the existing dock panels; otherwise, false. + + + + + + + + Determines whether to display the list of existing dock windows within a specific . + + + true, to display the list of dock windows; otherwise, false. + + + + + + + Determines whether to display the list of existing toolbars within a specific . + + + true, to display the list of toolbars; otherwise, false. + + + + + + + + Represents the link within a bar or a menu. + + + + + + + Gets whether the bar subitem's super tip can be displayed. + + + true if the item's submenu isn't shown; otherwise, false. + + + + + + + Gets whether the current link can be displayed. + + + true, if the current link can be displayed; otherwise, false. + + + + + + + Gets the display caption of the current . + + + The current caption. + + + + + + + + Represents a sub-menu. + + + + + + + Initializes a new class instance with the default settings. + + + + + + + + Creates a new instance of the class with a predefined caption and collection of sub items. + + + + A object specifying the Bar Manager that will own the created item. This value is assigned to the property. + + + + A string value that specifies the caption of the created item. This value is assigned to the property. + + + + An array of objects (or descendants) that specifies the collection of sub items. + + + + + + + + Creates a new instance of the object with the predefined caption. + + + + A object specifying the Bar Manager that will own the created item. This value is assigned to the property. + + + + A string value that specifies the caption of the created item. This value is assigned to the property. + + + + + + + + Creates a new instance of the class with the predefined caption and image. + + + + A object specifying the Bar Manager that will own the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the zero-based index of the image to be displayed within links corresponding to the created item. This value is assigned to the property. + + + + + + + + Creates a new instance of the class with the predefined caption, image and collection of sub items. + + + + A object specifying the Bar Manager that will own the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the zero-based index of the image displayed within links associated with the created item. This value is assigned to the property. + + + + An array of descendants representing the collection of sub items. + + + + + + + + Gets or sets whether this BarSubItem should display its arrow. + + + A enumerator value that specifies whether this BarSubItem should display its arrow. + + + + + + + Gets or sets whether editors should stretch horizontally, automatically occupying available free space within this menu. + + + + true, if editors should stretch horizontally, automatically occupying available free space within this menu; otherwise, false. + + + + + + + + Gets or sets whether the sub-menu button is automatically hidden from the menu containing it if the sub-menu does not contain any items. + + + + true, if the sub-menu button is automatically hidden if the sub-menu is empty; otherwise, false. + + + + + + + Gets or sets the minimal width of the current BarSubItem's popup. + + + An Int32 value specifying the minimal width of the current BarSubItem's popup. + + + + + + + + Represents the within a bar or a menu. + + + + + + + A string containing item title. + + + Item title. + + + + + + + Gets the item associated with this link. + + + A object representing the item associated with this link. + + + + + + + Gets link width. + + + An integer value that determines the width of the link in pixels. + + + + + + + + Represents a bar item with a look and feel similar to the StatusbarPanel. + + + + + + + Initializes a new class instance. + + + + + + + + Gets or sets the autosize type. + + + The autosize type. + + + + + + + This member is not supported by the BarStaticItem object. + + + An integer value. + + + + + + + Gets or sets the left text indent in pixels within the . + + + Left text indent in pixels within the . + + + + + + + Gets or sets the right text indent within a - in pixels . + + + Right text indent within a - in pixels. + + + + + + + Gets or sets whether the item's image is displayed when the item is positioned within a . + + + + true if the item's image is displayed when the item is positioned within a ; otherwise, false. + + + + + + + This member is not supported by the BarStaticItem object. + + + An integer value. + + + + + + + This member is not supported by the BarStaticItem object. + + + An integer value. + + + + + + + Gets or sets text alignment within the . + + + One of the StringAlignment values. + + + + + + + Gets or sets the fixed width for this BarStaticItem. + + + An Int32 value that is the fixed width for this BarStaticItem. + + + + + + + + Represents the bars collection. + + + + + + + Creates an instance of the class. + + + + A object specifying the Bar Manager that will own the generated bar collection. This value is assigned to the property. + + + + + + + + Adds an item to the collection. + + + + The to be added to the collection. + + + The position within the collection in which a new element is added. + + + + + + + Adds an array of bars to the end of the collection. + + + + An array of bars which to be added to the collection. + + + + + + + + Determines whether an element is in the collection. + + + + The to locate in the collection. This element can be a null reference (Nothing in Visual Basic). + + + true, if item is found in the collection; otherwise, false. + + + + + + + Determines the index of a specific item within the collection. + + + + The Object to locate in the collection. + + + The index of the item found in the ; otherwise, -1. + + + + + + + Adds a to the Bars collection and puts it at the specific position. + + + + + An Int32 value indicating position inside of a Bars collection that the added bar should occupy. + + + + A to be added to the current Bars. + + + + + + + + Gets a with a specific Name property. + + + + The name of the to access. + + + A class instance or null if a class instance is not found. + + + + + + + Gets or sets a class instance at the specified index. + + + + The zero-based index of a class instance to get or set. + + + A class instance at the specified index. + + + + + + + Gets the Bar Manager to which the bar collection belongs. + + + A object that owns this bar collection. + + + + + + + + Represents a within a bar or a menu. + + + + + + + Indicates whether the current menu can be opened. + + + true, if the current menu can be opened; otherwise, false. + + + + + + + + Represents a bar item containing a list of active windows in an MDI applications. + + + + + + + Initializes a new class instance. + + + + + + + + Specifies the index of the selected item in a list. + + + The selected item index. + + + + + + + Specifies the index of the selected(checked) item in a list. + + + The selected(checked) item index. + + + + + + + Provides access to links owned and displayed by the container item. + + + A object containing links owned and displayed by the container item. + + + + + + + Gets or sets whether form icons or check marks are shown for the BarMdiChildrenListItem's items. + + + A BarMdiChildrenListShowCheckMode value that specifies whether form icons or check marks are shown for the BarMdiChildrenListItem's items. + + + + + + + Gets or sets a value specifying whether the check sign is displayed for the link corresponding to the active MDI child window. + + + true if the check sign is displayed for the link corresponding to the active MDI child window; otherwise false. + + + + + + + Gets or sets a value specifying whether links corresponding to MDI child windows are numerated. + + + true if the link corresponding to MDI child windows are numerated; otherwise false. + + + + + + + Returns the collection containing the captions of all existing MDI child windows. + + + The collection containing MDI window captions. + + + + + + + + The component used to create and manage bars and individual bar items. + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new instance of the BarManager class with the specified container. + + + + An object which implements the interface. + + + + + + + + Activates the About dialog. + + + + + + + + Gets the link whose editor is currently active. + + + A object representing the link that contains the active editor. null (Nothing in Visual Basic) if no editor is currently active. + + + + + + + Gets the currently active editor. + + + A descendant representing the currently active editor. null (Nothing in Visual Basic) if no editor is active, at present. + + + + + + + + Gets the currently active multiple document interface (MDI) child window. + + + Returns a Form that represents the currently active MDI child window, or a null reference (Nothing in Visual Basic) if there are currently no child windows present. + + + + + + + Gets or sets whether the Customization Window can be activated by the end-user. + + + true, if the Customization Window can be opened by the end-user; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + Gets or sets whether glyphs for all s within the BarManager should be painted using the text foreground color. + + + true, if glyphs for all s within the BarManager should be painted using the text foreground color; otherwise, false. + + + + + + + Gets or sets the default ability to use HTML tags to format bar item text ( and ) within the current BarManager. + + + true if HTML tags can be used to format bar item captions for all bar items that belong to the current BarManager; otherwise, false. + + + + + + + Gets or sets whether bar items are highlighted with an animation effect. + + + true if bar items are highlighted with an animation effect; otherwise, false. + + + + + + + Gets or sets a value that specifies whether images are highlighted when links are hot-tracked. + + + true, if images are highlighted when links are hot-tracked; otherwise false. + + + + + + + Gets or sets whether invisible links can be merged. + + + true if invisible links can be merged; otherwise, false. + + + + + + + Gets or sets a value indicating whether bar movement within the toolbar area is allowed. + + + true, if bar movement within the toolbar area is allowed; otherwise false. + + + + + + + Gets or sets whether quick bar customization is enabled. + + + true, if quick bar customization is enabled; otherwise, false. + + + + + + + Gets or sets a value indicating whether bars belonging to the Bar Manager allow the customization menu to be displayed. + + + true, if the customization menu can be displayed; otherwise, false; + + + + + + + Gets or sets a value indicating whether the bars' layout is saved to and loaded from the system registry automatically. + + + true, if the bars' layout is saved to and loaded from the system registry automatically; otherwise, false; + + + + + + + Gets or sets the default background color for all bars that belong to the BarManager. + + + The default background color for all bars within the component. + + + + + + + Gets the horizontal indent between the contents and borders of bar links. + + + An integer value specifying the number of pixels between the contents and borders of bar links. + + + + + + + Gets or sets the vertical indent between the content and borders of bar links. + + + + An integer value specifying the number of pixels between the content and borders of bar links. -1 to calculate the indent automatically. + + + + + + + + Gets the bars collection of the component. + + + The collection of bars for the component. + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + + Begins the runtime initialization of the . + + + + + + + + + Locks the BarManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + Gets a collection of categories used to logically organize bar items. + + + A object that represents the collection of categories. + + + + + + + This member is obsolete. It gets or sets a value specifying whether the close button of a dock window hides other windows docked onto it. + + + + true if the close button of a dock window affects other windows docked to it; otherwise false. + + + + + + + Occurs when a close button ('x') is clicked. + + + + + + + + Closes all dropdown and popup windows that belong to this BarManager. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the Bar and Docking Controller that will provide default appearance and customization options for the bars belonging to the current BarManager. + + + A object providing appearance options. + + + + + + + Occurs before the Customization Window is displayed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The created object. + + + + + + + Allows you to customize a bar when it is created. + + + + + + + + Allows you to manually paint any within this BarManager. + + + + + + + + Displays the 's Customization Window. + + + + + + + + Gets the currently customized link. + + + A object representing the currently customized link. null (Nothing in Visual Basic) if no link is being customized at present moment. + + + + + + + Gets the collection of controls that provide docking for bars. + + + A BarDockControls object representing a collection of dock controls. + + + + + + + Gets or sets a value indicating whether the component allows bar docking. + + + true, if the component allows bar docking; otherwise, false. + + + + + + + Gets or sets the dock manager which coordinates any docking operations performed on dock panels. + + + A object representing the dock manager. + + + + + + + This member is obsolete. It gets the collection of dock windows within the component. + + + + The collection of dock windows within the component. + + + + + + + This member is obsolete. It gets or sets the font used to display tab captions when dock windows are docked to the same place. + + + + A System.Drawing.Font object representing the font of the dock window tab captions. + + + + + + + + To customize the collection of editors available for bars, use the inherited + or property. + + + Always null (Nothing in Visual Basic). + + + + + + + + Occurs when a user finishes customizing the . + + + + + + + + Unlocks the BarManager object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Forces the Bar Manager to create bar item links within the BarManager's bars and menus. + + + + + + + + Forces the Bar Manager to create bar item links within the BarManager's bars and menus. + + + + + + + + Gets or sets the container for bar controls that are managed by the current BarManager. + + + The container control for bar controls. + + + + + + + Returns the actual Bar and Docking Controller specifying behavior and appearance settings for the corresponding bars. + + + A object providing common appearance settings for bars. + + + + + + + Returns a unique name for a bar which is about to be created. + + + A string specifying the name for a new bar. + + + + + + + Returns the new unique identifier of an item. + + + + An integer value representing the unique identifier of an item within the BarManager. + + + + + + + + Gets the popup menu assigned to a control. + + + + The control whose popup menu is to be returned. + + + The popup menu assigned to the control. + + + + + + + Returns a localized string for the given string identifier. + + + + A value identifying the string to return. + + + A string corresponding to the specified identifier. + + + + + + + Gets or sets whether bars that belong to the current child Bar Manager are hidden from the child form during a merge operation. +This option is in effect if you subscribed to the parent BarManager's and events. + + + A Boolean value that specifies the default visibility of child bars during a merge operation. + + + + + + + Hides the Customization Window. + + + + + + + + Hides the customization menu. + + + + + + + + Gets the currently highlighted link. + + + A object representing the currently highlighted link. null (Nothing in Visual Basic) if no links is currently highlighted. + + + + + + + Fires immediately after the highlighted link has been changed. + + + + + + + + Occurs each time an end-user clicks a hyperlink within the BarManager control. + + + + + + + + Gets or sets the source of images that can be displayed within item links. + + + A that is an image collection containing images to be displayed in bar items. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + Gets or sets a value indicating whether the is being customized. + + + true, if the is being customized; otherwise false. + + + + + + + Gets or sets a value indicating whether the is in design mode. + + + true if the is in design mode; otherwise false. + + + + + + + Gets or sets a value indicating whether a bar is being dragged. + + + true, if a bar is being dragged; otherwise, false. + + + + + + + Gets or sets a value indicating whether an item link is being dragged. + + + true, if an item link is being dragged; otherwise, false. + + + + + + + Gets or sets a value indicating whether the 's link is being resized. + + + true if the 's link is being resized; otherwise false. + + + + + + + Gets or sets a value indicating whether the is being loaded. + + + true if the is being loaded; otherwise false. + + + + + + + Gets or sets a value indicating whether the is being saved to the system registry. + + + true, if the is being stored to the system registry; otherwise, false. + + + + + + + Occurs when a link within the bar is clicked. + + + + + + + + Occurs when a link is double clicked. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires immediately after any of the links associated with the Bar Manager has been pressed. + + + + + + + + Provides access to the BarManager's collection of items. + + + A object representing the BarManager's collection of bar items. + + + + + + + Gets or sets the default font used to paint link captions. + + + A object specifying the default font used to paint link captions. + + + + + + + Gets the link that is currently selected in a bar using the keyboard. + + + A object representing the link that is currently selected using the keyboard. + + + + + + + This property is obsolete. Use the property of the or object instead. + + + true, if bar items are painted using large icons; otherwise, false. + + + + + + + Gets or sets the source of large images that can be displayed within item links. + + + A that is an image collection providing large images for bar button items. + + + + + + + Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage(a stream, xml file or system registry). + + + + + + + + Gets or sets the version of the layout of bars. + + + A string representing the version of the layout of bars. + + + + + + + Gets or sets the main menu bar. + + + A object representing the main menu bar. null (Nothing in Visual Basic) if no main menu is owned by this BarManager. + + + + + + + Gets or sets the default background color for main menus. + + + The default background color of main menus. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets if and when a merge mechanism is invoked in an MDI application. + + + A value specifying when merge operations should be performed. + + + + + + + This property is obsolete. Use the option of the or object instead. + + + An enumeration member specifying the menu's animation type. + + + + + + + Allows you to customize menus and bars when a child MDI form is activated or maximized (depending on the property value). + + + + + + + + For internal use. + + + + + + + + + + Gets or sets the time limits - as a percentage - for calculating the most frequently used items. + + + + The time limits - as a percentage - for calculating the most frequently used items. + + + + + + + + Contains options that control how the bars' layout is stored to/restored from a stream, xml file or system registry. + + + An object that provides options that control how the bars' layout is stored and restored. + + + + + + + Gets or sets the name of the painting style applied to bars. + + + A string value specifying the name of the paint style applied to bars. + + + + + + + Fires the ItemClick events for the specified bar item. + + + + A descendant which represents the bar item for which the ItemClick events must be generated. + + + + + + + + Fires the ItemClick events for the specified bar item and its link. + + + + A descendant which represents the bar item for which the ItemClick events must be generated. + + + + A object which represents one of the item's links. + + + + + + + + Gets or sets how popup menus associated with this BarManager should be aligned. + + + A enumerator value that specifies how popup menus associated with this BarManager should be aligned. + + + + + + + Gets or sets whether nested popup sub-menus are displayed in cascaded or inplace mode. + + + A PopupShowMode enumeration value that specifies how nested popup sub-menus are displayed. + + + + + + + Gets the currently pressed link. + + + A object representing the currently pressed link. null (Nothing in Visual Basic) if no link is currently pressed. + + + + + + + Fires immediately after a link has been pressed or released. + + + + + + + + Gets or sets whether a or an editor within it should process the pressed shortcut. + + + A enumerator value that specifies whether a or an editor within it should process the pressed shortcut. + + + + + + + Gets or sets whether shortcuts for items are in effect if the Bar Manager belongs to a hidden parent control (Form or UserControl). + + + true if shortcuts for items are in effect if the Bar Manager belongs to a hidden parent control (Form or UserControl); otherwise, false. + + + + + + + Occurs when a control's PopupContextMenu is about to appear. + + + + + + + + Gets or sets the registry path to which the bar layout is saved. + + + + The registry path to which the bar layout is saved. + + + + + + + + This method is obsolete. Use the method of a Bar and Docking Controller to restore style settings which depend on the current paint scheme. + + + + + + + + Clears the record of menu items recently accessed by a user in their application and restores the default set of visible item controls to menus and bars. This action will not undo any explicit customizations. + + + + + + + + Restores the bars' layout from the registry. + + + + Location of data within the system registry. The registry key must exist. + + + + + + + + Restores the bars' layout from the registry. + + + + + + + + Restores the bars' layout from a stream. + + + + A stream from which the bars' layout is restored. + + + + + + + + Restores the component state from an xml file. + + + + An xml file from which the component's state is restored. + + + + + + + + Restores the bars' layout from the specified system registry path. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the bars' layout from the system registry. + + + + + + + + Restores the bars' layout from the specified stream. + + + + A descendant from which the bars' settings are read. If null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Restores the bars' layout from the specified XML file. + + + + A string value which specifies the path to the XML file from which bars' settings are read. If the specified file doesn't exist, an exception is raised. + + + + + + + + Gets or sets a value indicating whether the BarManager's elements are aligned to support locales using right-to-left fonts. + + + A value indicating whether the BarManager's elements are aligned to support locales using right-to-left fonts. + + + + + + + Saves the bars' layout to the system registry. + + + true if the bars' layout has been saved to the system registry; otherwise, false. + + + + + + + Saves the bars' layout to the specified system registry path. + + + + + The registry path to save the bars' layout to. + + + true if the bars' layout has been saved to the specified system registry path; otherwise, false. + + + + + + + Saves the bars' layout to a stream. + + + + A descendant to which the bars' layout is written. + + + + + + + + Saves the bars' layout to an XML file. + + + + A string value which specifies the path to the file where the bars' layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Saves the component state to the system registry. + + + true if the operation is successfully completed; otherwise false. + + + + + + + Saves the component's state to the system registry. + + + + Location of the data within the system registry. + + + true, if the operation is successfully completed; otherwise, false. + + + + + + + Saves the component's state to a stream. + + + + A stream to which the componen'st state is saved. + + + + + + + + Saves the component state to an xml file. + + + + An xml file to which the component's state is saved. + + + + + + + + Selects the specified link. + + + + A object representing the link to be selected. + + + + + + + + Sets the popup menu for a control within a form. + + + + The control which the popup menu should be assigned to. + + + + The popup menu to set. + + + + + + + + Gets or sets the value that specifies how the display size of images is determined, when the images are obtained from a . + + + A value. + + + + + + + Allows you to stop a bar item's shortcut that has been pressed from being processed by XtraBars. + + + + + + + + Gets or sets whether the close button ('x') is displayed at the right edge of the main menu. + + + true if the close button is displayed; otherwise, false. + + + + + + + Gets or sets a value indicating whether to display both recent and non-recent links within a menu. + + + true, if both recent and non-recent links are displayed within the menu; otherwise, false. + + + + + + + Gets or sets a value indicating whether non-recent item links are displayed after a certain period of time. + + + true, if non-recent item links are displayed after a certain period of time; otherwise, false. + + + + + + + Gets or sets whether bar item link tooltips should be displayed within context menus. + + + + true, if bar item link tooltips should be displayed within context menus; otherwise, false. + + + + + + + + Gets or sets whether hints are enabled for bar item links displayed within toolbars. + + + + true, if hints are enabled for bar item links displayed within toolbars; otherwise, false. + + + + + + + Gets or sets a value indicating whether a shortcut key should be displayed along with a hint for links belonging to the component. + + + true, if shortcut keys are displayed; otherwise, false. + + + + + + + Allows you to modify the customization menu before it is displayed onscreen. + + + + + + + + Displays the customization menu. + + + + + + + + Displays the customization menu at the position of the mouse cursor. + + + + A object. Currently, this parameter is ignored. + + + + + + + + Occurs when a user starts customizing the component. + + + + + + + + Gets or sets the status bar for the current form. + + + A object representing the status bar. + + + + + + + Gets or sets the background color of the status bar owned by this BarManager. + + + A structure that specifies the background color of the status bar. + + + + + + + Gets or sets the default background color for all submenus within the component. + + + The default background color for all submenus within the component. + + + + + + + Gets or sets the default background image for all submenus within the component. + + + The default background image for all submenus within the component. + + + + + + + Gets or set the background color for item descriptive images. + + + The background color for item descriptive images. + + + + + + + Gets or sets a value indicating whether a submenu casts a shadow. + + + true if a submenu casts a shadow; otherwise false. + + + + + + + Gets or set the background color of non-recent item descriptive images. + + + The background color of non-recent item descriptive images. + + + + + + + Returns the delay that occurs before a submenu displayed within another submenu is opened or closed, in milliseconds. + + + The delay for a submenu within another submenu before it opens or closes - in milliseconds. + + + + + + + + Gets or sets the point relative to which tooltips are displayed for BarItems within a BarManager. This property is not supported for the . + + + A value that specifies the point relative to which tooltips are displayed for BarItems within a BarManager + + + + + + + Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color. + + + true if specific in-place editors are painted using a transparent background color when focused; otherwise, false. + + + + + + + Allows you to customize menus and bars when a child MDI form becomes inactive or when it is restored or minimized from its maximized view (depending on the property value). + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the main menu is activated when the ALT key is pressed. + + + true if the main menu is activated when the ALT key is pressed; otherwise, false. + + + + + + + Gets or sets whether the main menu is activated when the F10 key is pressed. + + + true if the main menu is activated when the F10 key is pressed; otherwise, false. + + + + + + + + Represents a within a bar or a menu. + + + + + + + + A bar item containing a list of items. + + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new instance of the BarListItem class with the specified settings. + + + + ? responsible for managing the current item. This value is assigned to the property. + + + + A String value that specifies the item's caption. This value is assigned to the property. + + + + + + + + Specifies the index of the selected item in a list. + + + The selected item index. + + + + + + + Determines whether the current bar item is active. + + + true if the current bar item is active; otherwise, false. + + + + + + + Unlocks the BarListItem object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Specifies the index of the selected(checked) item in a list. + + + The selected(checked) item index. + + + + + + + Enables you to provide responses to list item clicks. + + + + + + + + Gets or sets the maximum length (in pixels) of the items that belong to the current BarListItem object. + + + + An integer that specifies the maximum length of the items that belong to the current BarListItem object. + + + + + + + Determines whether the selected string in a is checked. + + + true, if the check mark is displayed for the selected string in a ; otherwise, false. + + + + + + + Determines whether to display the strings enumeration. + + + true, if the strings enumeration is displayed; otherwise, false. + + + + + + + Provides access to a collection that stores items for the current object. + + + The collection containing items for the current object. + + + + + + + + Represents a bar element with a submenu contaning links. + + + + + + + Indicates whether the current menu can be opened. + + + true, if the current menu can be opened; otherwise, false. + + + + + + + + Represents a link container. + + + + + + + Initializes a new class instance. + + + + + + + + Adds another link to the . + + + + A descendant instance. + + + An instance of the added link. + + + + + + + Adds links to an array of items. + + + + An array of objects that specifies items, to which links are added. + + + + + + + + Removes all links from the control. + + + + + + + + Inserts a link in the at the specified index. + + + + An instance of the link before which a new link is inserted. + + + + A whose link is to be inserted. + + + An instance of the added link. + + + + + + + Fires immediately after a link has been added to the sub links collection. + + + + + + + + Fires immediately after a link has been removed from the sub links collection. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + Adds the subitems of the specified container item to the current container item. + + + + A container item whose subitems are added to the current container item. The types of the two container items should be identical. In addition, the container items must belong to different BarManagers. + + + + + + + + Gets or sets whether the sub-menu items are displayed in multiple columns. + + + A enumeration value that specifies whether the sub-menu items are displayed in multiple columns. + + + + + + + Provides access to the settings of the multicolumn mode of displaying items in the current sub-menu. + + + An OptionsMultiColumn object that comprises the settings of the multicolumn mode. + + + + + + + Removes the first occurrence of a specific link from the . + + + + The link to remove from the . + + + + + + + + Returns the to its precompiled state. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Restores the original layout of subitems for the container item after a previous merge operation. + + + + + + + + + Represents a collection of existing items for a specific . + + + + + + + Adds the specified item to the end of the collection. + + + + A descendant representing the item to be added. + + + A zero-based integer value representing the index of the item added. + + + + + + + Adds an array of bar items to the end of the collection. + + + + + An array of bar items which should be added to the . + + + + + + + + Fires when changes to the bar item collection are made. + + + + + + + + + Indicates whether the collection contains the specified item. + + + + A descendant to locate in the collection. + + + true, if the collection contains the specified item; otherwise, false. + + + + + + + Creates a new with the specified caption and adds it to the collection. + + + + A value that specifies the item's caption. This value is assigned to the property. + + + A object that represents the created bar item. + + + + + + + Creates a new and adds it to the collection. + + + + A value that specifies the item's caption. This value is assigned to the property. + + + + true if the item is checked; otherwise, false. This value is assigned to the property. + + + A object that represents the created bar item. + + + + + + + Creates a new and adds it to the collection. + + + + A value that specifies the item's caption. This value is assigned to the property. + + + + An array of objects (or descendants) that represents the collection of sub items. + + + A object that represents the created bar item. + + + + + + + Creates a new with the specified manager. + + + + A object which will manage the created popup menu. + + + A object that represents the created popup menu. + + + + + + + Creates a new split button and adds it to the collection. + + + + A value that specifies the item's caption. This value is assigned to the property. + + + + A object that represents the button's drop down control. This value is assigned to the property. + + + A object that represents the created bar item. + + + + + + + Returns an item identified by its unique identifier. + + + + A zero-based integer specifying the item's unique identifier. + + + A descendant with the specified unique identifier. + + + + + + + Returns the specified item's position within the collection. + + + + A descendant to locate in the collection. + + + A zero-based integer representing the item's position within the collection. -1 if the collection does not contain the specified item. + + + + + + + Inserts a specifc Object into the collection at the specified location. + + + + The zero-based index at which an item is inserted. + + + + The Object to insert in the . + + + + + + + + Gets a class instance at a specified index. + + + + The zero-based index of the class instance to get. + + + A class instance at the specified index. + + + + + + + Gets an individual bar items by its name. + + + + A string value that represents the name of the item to be obtained. This value is compared to the property of items when searching. + + + A object representing the bar item located at the specified position within the collection. null (Nothing in Visual Basic) if the specified item has not been found. + + + + + + + Removes an item from the collection. + + + + A descendant representing the item to remove. + + + + + + + + Removes the item at the specified position. + + + + The zero-based index of the item to remove. + + + + + + + + + Specifies a bar element. + + + + + + + + Gets the hotkey combination for the current . + + + The hotkey combination. + + + + + + + Gets or sets whether the bar item link is arranged in the same manner as a object. This property is only in effect within a . + + + true if the bar item link is arranged using the Button Group Layout; false, if the bar item link is arranged using the regular layout. + + + + + + + Gets the link's horizontal alignment. + + + A enumeration value that specifies the link's horizontal alignment. + + + + + + + Gets whether HTML text formatting is enabled for the corresponding BarItem object. + + + The value of the bar item's property. + + + + + + + Copies the value of the property from the specified object to the current object. + + + + A object whose property's value is copied to the current object. + + + + + + + + Returns a to which the current item link belongs. + + + A containing the current item link. + + + + + + + Determines whether the current item link starts a group. + + + true, if the current item link starts a group, otherwise, false. + + + + + + + Locks the BarItemLink object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets the bounds of the current link. + + + + A structure that specifies the link's boundaries. + + + + + + + Indicates whether the current can be dragged during customization. + + + true, if the current can be dragged during customization, otherwise, false. + + + + + + + Gets a value indicating whether the current item link can be pressed. + + + true, if the current item link can be pressed; otherwise, false. + + + + + + + Gets or sets whether the link can be resized. + + + Always false. + + + + + + + Indicates whether the current item link can be selected when customization is performed. + + + true. if the current item link can be selected when customization is performed; otherwise, false. + + + + + + + Gets whether the bar item link's super tip can be displayed. + + + Always true. + + + + + + + Gets a value indicating whether the link can be visible. + + + true if the link can be visible; otherwise false. + + + + + + + A string containing the item's caption. + + + The item's caption. + + + + + + + Gets or sets the number of times the current has been clicked. + + + The number of times the current has been clicked. + + + + + + + Indicates whether the contains a specific . + + + + A class instance to check. + + + true, if the contains a specific ; otherwise, false. + + + + + + + Contains data associated with the current item link. + + + An Object representing data associated with the current item link. + + + + + + + Gets the display caption of the current . + + + The current caption. + + + + + + + Gets a value actually displayed as a hint for the current . + + + The actulal hint for the current item link. + + + + + + + Releases all resources used by the . + + + + + + + + Indicates whether the item to which the current link corresponds is enabled. + + + true, if the item to which the current link corresponds is enabled; otherwise, false. + + + + + + + Unlocks the BarItemLink object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Moves focus to the link. + + + + + + + + Gets the font to display the current item link. + + + The item link font. + + + + + + + Gets the name of a object that is associated with the current link, + + + A string that specifies the name of a corresponding object. An empty string if the link is not associated with any RibbonGalleryBarItem object. + + + + + + + For a link representing a object within the Quick Access Toolbar, this property returns the index of the link within the Ribbon Page Group's link collection. + + + An integer value representing the link's index in the Ribbon Page Group's link collection. + + + + + + + Gets the default value for the property. + + + false + + + + + + + Returns if a bar item link starts a group. + + + + A Boolean value that specifies whether a bar item link actually starts a group. + + + + + + + Returns the size of the horizontal indent between the content and the borders of a bar link. + + + An integer value specifying the number of pixels between the content and the borders of the bar link. + + + + + + + Returns the size of the vertical indent between the content and the borders of a bar link. + + + + An integer value specifying the number of pixels between the content and the borders of the bar link. + + + + + + + Gets a SuperToolTip object for the current BarItemLink. + + + A object for the current BarItemLink. + + + + + + + Gets the bar item link's image. + + + An object representing the image displayed within the link. + + + + + + + Hides the hint. + + + + + + + + Gets or sets the index of an image used by the item link. + + + The index of the item's image. + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current link. + + + A object that specifies the uniform resource identifier of the image to be displayed in the current item. + + + + + + + Redraws the current . + + + + + + + + Gets whether the link's caption can be formatted using HTML tags. + + + true if the link's caption can be formatted using HTML tags.; otherwise, false. + + + + + + + Gets whether the property is set to its default value. + + + true if the property is set to its default value; otherwise, false. + + + + + + + Gets whether the link represents a gallery within the Quick Access Toolbar. + + + true if the link represents a gallery within the Quick Access Toolbar; otherwise, false. + + + + + + + Indicates whether an image associated with the current item link actually exists. + + + true, if an image associated with the current item link exists; otherwise, false. + + + + + + + Gets whether a large image that is associated with the link's item actually exists. + + + true if the large image which is associated with the link's item actually exists; otherwise, false. + + + + + + + Indicates whether the current is located within the opened menu. + + + true, if the current is located within the opened menu, otherwise, false. + + + + + + + Gets whether this BarItemLink is merged from a child . + + + true, if this BarItemLink is merged from a child ; otherwise, false. + + + + + + + Gets whether the link represents a Ribbon page group within the Quick Access Toolbar. + + + true if the link represents a Ribbon page group within the Ribbon Quick Access Toolbar; otherwise, false. + + + + + + + Gets a value indicating whether link's owning bar is oriented vertically. + + + true if the bar that owns this link is oriented vertically; otherwise false. + + + + + + + Returns a to which the current item link corresponds. + + + A to which the current item link corresponds. + + + + + + + Obtains the property value of the item corresponding to the current link. + + + The property value of the item corresponding to the current link. + + + + + + + Gets the key combination used to access this link. + + + A object that specifies the key combination used to access this link. + + + + + + + Gets or sets the Key Tip for a bar item link. + + + A value that specifies the Key Tip associated with the bar item link. + + + + + + + Gets the bar item link's large image. + + + An object representing the large image associated with the link. + + + + + + + For internal use only. + + + + + + + + + + + Converts the coordinates of a specific Point that belongs to the current link into screen coordinates. + + + + A Point belonging to the current link. + + + A Point with screen coordinates. + + + + + + + Gets the link collection that owns the current link. + + + A object, representing the link collection that owns the current link. + + + + + + + Specifies the managing the current item link. + + + A managing the current item link. + + + + + + + Returns the minimum width of the current . + + + The return value is 0. + + + + + + + Determines whether the current item link is among the most recently used items. + + + true, if the current item link is among the mosty recently used items; otherwise, false. + + + + + + + Gets a link's owner item. + + + A descendant representing an item that owns the link. null (Nothing in Visual Basic) if the link doesn't belong to any item. + + + + + + + Gets or sets the that owns the current item link. + + + A object that owns the current item link. + + + + + + + Gets the name of a Ribbon page group associated with the current link. + + + A string that specifies the name of the associated Ribbon page group + + + + + + + Gets the style to display the to which the current corresponds. + + + A enumerator value specifying the style to display the to which the current corresponds. + + + + + + + Specifies the index of the current item link among the list of the most recently used item links. + + + The current item link's index among the most recently used item links. + + + + + + + Converts a rectangle's coordinates, which are relative to the current link, to coordinates relative to the screen. + + + + + A rectangle whose coordinates are relative to the current link. + + + A rectangle whose coordinates are relative to the screen. + + + + + + + Redraws the current link. + + + + + + + + Disables all link options defined by a user. + + + + + + + + Gets the bounds of the current link, its position is in screen coordinates. + + + + A structure that specifies the link's boundaries, in screen coordinates. + + + + + + + Converts the coordinates of a specific screen Point into the coordinates of the current item link. + + + + A Point with screen coordinates. + + + A Point belonging to the current link. + + + + + + + Returns the string representation of the shortcut assigned to this link. + + + The textual representation of the link's shortcut. + + + + + + + Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to. + + + + + + + + Gets or sets the horizontal alignment of the current BarItemLink. + + + A enumerator value that specifies the horizontal alignment of the current BarItemLink. + + + + + + + Gets or sets the link's caption defined by a user. + + + A string value specifying the link's caption defined by a user. + + + + + + + Gets or sets link options that specify which link settings are determined by a user. + + + A bitwise combination of enumeration members that represent link options. + + + + + + + Gets or sets the width of an editor within the current BarItemLink. + + + An Int32 value that is the width of an editor within the current BarItemLink. + + + + + + + Gets or sets the link's glyph defined by a user. + + + A object representing a user-defined glyph. + + + + + + + Gets or sets the link's paint style defined by a user. + + + A enumerator value specifying the link's paint style defined by a user. + + + + + + + Gets or sets the options that specify the current BarItemLink's possible states within a Ribbon Control. + + + A set of flags that specify the bar item's possible states within a Ribbon Control. + + + + + + + Gets or sets the link's width defined by a user. + + + An integer value specifying the link's width in pixels. + + + + + + + Determines whether the current item link is visible at runtime. + + + true, if the current item link is visible; otherwise, false. + + + + + + + Specifies the current item link's width. + + + The current item link's width. + + + + + + + + Provides the functionality of bar elements. + + + + + + + Gets or sets the description of the bar item used by accessibility client applications. + + + A string which specifies the bar item's description used by accessibility client applications. + + + + + + + + Gets or sets the bar item's name which is used by accessibility client applications. + + + A string which specifies the name of the bar item used by accessibility client applications. + + + + + + + Gets or sets the horizontal alignment of the item's link(s). + + + A enumeration value that specifies the horizontal alignment of the item's link(s). + + + + + + + Gets or sets whether glyphs for this BarItem should be painted using the text foreground color. + + + A enumerator value specifying whether this BarItem should be painted using the text foreground color. + + + + + + + Gets or sets whether the and can be formatted using HTML tags. + + + A value that specifies if HTML tags can be used to format bar item text. + + + + + + + Gets or sets if the current command's functionality is invoked via the right mouse click when in a sub-menu or popup menu. + + + true if the current command's functionality is invoked via the right mouse click when in a sub-menu or popup menu; otherwise, false. + + + + + + + Provides access to the appearance settings for the current bar item, applied when the bar item is in the regular state. + + + A BarItemAppearance object that contains the appearance settings for the current bar item. + + + + + + + Provides access to the appearance settings for the current bar item, applied when the bar item is disabled. +This property is supported for bar items used within a . + + + A BarItemAppearance object that contains the appearance settings for the current bar item. + + + + + + + Locks the BarItem object by preventing visual updates until the EndUpdate method is called. + + + + + + + + + Gets or sets a BindingContext object that manages data bindings for this BarItem. + + + A BindingContext object that manages data bindings for this BarItem. + + + + + + + Gets or sets the border style for links that refer to the current item. + + + A enumeration value specifying a bound link's border style. + + + + + + + Specifies the border style for the current . + + + A enumerator value specifying the border style of the current . + + + + + + + Unlocks the object after it has been locked by the method, without causing an immediate visual update. + + + + + + + + A string containing the item's caption. + + + A string that specifies the item's caption. + + + + + + + Gets or sets a category where the bar item is displayed. + + + A object representing a category where the item is displayed. null (Nothing in Visual Basic) if the item has no owning BarManager. + + + + + + + Gets or sets a globally unique identifier (GUID) that identifies the category where the item is displayed. + + + A object representing the category's globally unique identifier (GUID). + + + + + + + Gets or sets the index of the category to which the current item belongs. + + + The category index of the current item. + + + + + + + Gets or sets whether data validation is performed on the currently focused control when clicking on the bar item. + + + true if data validation is performed on the currently focused control when clicking on the bar item; otherwise, false + + + + + + + Indicates whether the item contains the item specified. + + + + A descendant representing an item to locate. + + + true, if the item contains the item specified; otherwise, false. + + + + + + + Gets or sets the horizontal alignment mode for this BarItem's content. + + + A enumerator value that specifies the horizontal alignment mode for this BarItem's content. + + + + + + + Provides access to the collection of data bindings for the BarItem. + + + A object representing a collection of data bindings. + + + + + + + Specifies the bar item's description. + + + A string that specifies the bar item's description. + + + + + + + Gets or sets a object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked. + + + A object that specifies a tooltip for a separate dropdown button. + + + + + + + Determines whether the current is active. + + + true, if the current is enabled; otherwise, false. + + + + + + + Unlocks the BarItem object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the font to display links of the current item. + + + The item's link font. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the item's image. + + + An object that is the image that will be displayed within the item's link(s). + + + + + + + + Gets or sets the image corresponding to the item's disabled state. + + + An object representing the image that will be displayed within the disabled item's link(s). + + + + + + + Specifies the bar item's regular hint. + + + A string that specifies the bar item's regular hint. + + + + + + + Occurs each time an end-user click a hyperlink within the current BarItem. + + + + + + + + Uniquely identifies the current . + + + The current 's unique identifier. + + + + + + + + Gets or sets the index of a small image assigned to the item. + + + + The index of an image in the collection of small images. + + + + + + + + Gets or sets the index of the image displayed within corresponding links when they are disabled. + + + An integer value specifying the image by its zero-based index within the source collection. -1 implies that the image is not set. + + + + + + + Gets the object which contains images that can be displayed within the current item. + + + A which provides images for bar items. + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item. +A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). + + + A object that specifies the uniform resource identifier of the image to be displayed in the current item. + + + + + + + Gets whether HTML tags can be used to format bar item captions. + + + true if HTML tags can be used to format bar item captions; otherwise, false. + + + + + + + Gets whether an image which is associated with the bar item actually exists. + + + true if the image which is associated with the bar item actually exists; otherwise, false. + + + + + + + Gets whether a large image which is associated with the bar item actually exists. + + + true if the large image which is associated with the bar item actually exists; otherwise, false. + + + + + + + Provides appearance settings used to paint links to the current BarItem object when the links are in different visual states. + + + A BarItemAppearances object that contains corresponding appearance options. + + + + + + + Occurs when the current item is clicked. + + + + + + + + Gets or sets when the Click events for the bar item fire, immediately or asynchronously, after all events in the system event queue are processed. + + + A value that specifies the Click event firing mode. + + + + + + + + Fires when a link to an item is double-clicked. + + + + + + + + Provides appearance settings used to paint links to the current in different visual states when they are displayed within a sub-menu or popup menu. + + + A BarItemAppearances object that contains corresponding appearance options. + + + + + + + Fires immediately after a link associated with an item has been pressed. + + + + + + + + Gets or sets the shortcut used to access associated links using the keyboard. + + + A object specifying the key combination used to access links associated with this item. + + + + + + + Gets or sets the item's large image. + + + A object that represents the large image that will be displayed within the item's link(s). + + + + + + + + Gets or sets the large image that corresponds to the item's disabled state. + + + A object that represents the large image that will be displayed within the disabled item's link(s). + + + + + + + Gets or sets the index of the large image which is displayed within the item's link(s). + + + An integer value that specifies the zero-based index of the large image within the source collection. + + + + + + + Gets or sets the index of the large image which is displayed within the disabled item's link(s). + + + An integer value that specifies the zero-based index of the large image within the source collection. + + + + + + + Gets the source of large images + + + A which provides large images for bar button items. + + + + + + + Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. + + + An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. + + + + + + + + Gets the collection of links to the item. + + + A object representing the item's link collection. + + + + + + + Specifies the responsible for managing the current item. + + + A responsible for managing the current item. + + + + + + + Defines the visual position of the bar item after merging bars on a parent MDI form. + + + An ordinal number determining the position of the bar item after merging bars on a parent MDI form. + + + + + + + Gets or sets how the item behaves during merge operations in MDI applications. + + + A value specifying how the bar item behaves during merge operations. + + + + + + + Gets or sets the 's name. + + + The 's name. + + + + + + + Specifies the font used to display the captions of links corresponding to this item. + + + + A System.Drawing.Font object that specifies the font used to display the captions of associated links. + + + + + + + + Specifies the style with which to display a specific within a bar. + + + A enumerator value specifying the item style. + + + + + + + Fires the ItemClick events for the current bar item and its link. + + + + A object which represents one of the item's links. + + + + + + + + Fires the ItemClick events for the current bar item. + + + + + + + + Forces the controls that contain the bar item's links to invalidate their client area. + + + + + + + + Resets the current to the original state. + + + + + + + + Clears the SuperTip that has been assigned to the property. + + + + + + + + Removes the object that has been assigned to the current bar item. + + + + + + + + + Gets or sets the options that specify the bar item's possible states within a Ribbon Control. + + + A set of flags that specify the bar item's possible states within a Ribbon Control. + + + + + + + Specifies the shortcut key combination for the current item. + + + A Shortcut enumerator value, specifying the shortcut key combination for the current item. + + + + + + + Gets or sets a custom display string for the shortcut assigned to the item via the property. + + + A string that specifies a custom display string for the item's shortcut. + + + + + + + Gets or sets whether the bar item is visible at runtime in the Customization Window. + + + true if the bar item is visible at runtime in the Customization Window; otherwise, false. + + + + + + + Gets or sets whether this BarItem should display its shortcut in sub-menus and pop-up menus. + + + A enumerator value that specifies whether this BarItem should display its shortcut in sub-menus and pop-up menus. + + + + + + + Gets or sets the BarItem's size. + + + A Size structure that is the BarItem's size. + + + + + + + Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. + + + An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. + + + + + + + Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. + + + An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. + + + + + + + Gets or sets a for the current bar item. + + + A object associated with the item. + + + + + + + Gets or sets an object that contains data on the current item. + + + An Object that contains data on the current item. + + + + + + + Updates data bindings used by this BarItem. + + + + A BindingContext property that is the updated context for data bindings. + + + + + + + + Gets or sets whether the item's links are painted using the item's own font (Appearance.Font). + + + + true if the item's links are painted using the item's own font; otherwise false. + + + + + + + + Specifies when a specific item is visible. + + + A enumerator value defining the visibility of a specific item. + + + + + + + Determines whether an item is visible when the bar is vertically oriented . + + + true, if an item is visible within a vertical bar; otherwise, false. + + + + + + + When overridden in a derived class, this property specifies the current item width. + + + Item width. + + + + + + + + Represents the within a bar or a menu. + + + + + + + Returns the currently active editor. + + + A BaseEdit object representing the currently active editor. + + + + + + + Closes the item link editor without saving changes to the item editor. + + + + + + + + Gets a value indicating whether an editor can be activated for this link. + + + true if the editor specified by the corresponding item can be activated in this link; otherwise false. + + + + + + + Gets or sets whether the link that corresponds to a bar edit item can be resized. + + + true if the link that corresponds to a bar edit item can be resized; otherwise, false. + + + + + + + Gets or sets the alignment of the link's caption relative to the edit box. + + + A value that specifies the caption's alignment. + + + + + + + Hides the active editor saving any changes made. + + + true if the link's editor has been closed; otherwise, false. + + + + + + + Gets the editor associated with a . + + + A descendant providing information on the editor type and its edit settings. + + + + + + + Indicates that the current link's editor is active. + + + true, if the current link's editor is active, otherwise, false. + + + + + + + Specifies the edited value in the referenced by the current link. + + + An Object expression that represents the edited value. + + + + + + + Gets or sets the width of an editor, hosted within this BarEditItemLink. + + + An Int32 value that is the width of an editor, hosted within this BarEditItemLink. + + + + + + + Activates and moves focus to the editor associated with the link. + + + + + + + + Closes the editor of an item link without saving changes. + + + + + + + + Returns a to which the current item link corresponds. + + + A to which the current item link corresponds. + + + + + + + Gets the minimum width of the current item link. + + + The current item link's width, in pixels. + + + + + + + Saves changes made by the item link editor. + + + + + + + + Activates this link's editor. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Represents a bar item containing an editor from the DevExpress Editors Library. + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new instance of the class with the specified BarManager. + + + + A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified Bar Manager and editor. + + + + A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. + + + + A descendant representing the editor associated with the item. This value is assigned to the property. + + + + + + + + Gets or sets a value specifying whether the width of links corresponding to this BarEditItem is automatically increased to fill the owning bar row in its entirety. + + + + true, if the links corresponding to this item are automatically enlarged to fill the width of the owning bar row; otherwise false. + + + + + + + Gets or sets whether this BarEditItem's editor should be resized to fit the menu width or use its own width settings. + + + + A enumerator value that specifies whether this BarEditItem editor should be resized to fit the menu width or use its own width settings. + + + + + + + + + Gets or sets whether editors should automatically lose focus when a value is being selected from their dropdown lists. + + + true if editors should automatically lose focus when selecting a value from their dropdown lists; otherwise, false. + + + + + + + Determines whether the editor of the current can be activated. + + + true, if an editor can be activated; otherwise, false. + + + + + + + Gets or sets the alignment of the item's caption relative to the edit box. + + + A value that specifies the caption's alignment. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Specifies an editor associated with the current . + + + A RepositoryItem representing a specific item editor. + + + + + + + Specifies the current editor's height. + + + The editor's height. + + + + + + + Gets or sets the padding for the editor within this BarEditItem. + + + + + + + + + Gets or sets a value which specifies how an item's editor is activated. + + + A enumeration value which specifies how an item's editor is activated. + + + + + + + Specifies the edited value in the current editor. + + + An Object expression that represents the edited value. + + + + + + + Occurs when an editor value changes. + + + + + + + + Gets or sets the width of an editor, hosted within this BarEditItem. + + + An Int32 value that is the width of an editor, hosted within this BarEditItem. + + + + + + + Occurs when an editor is closed. + + + + + + + + Gets or sets a value specifying whether links can be highlighted when this item's editor is active. + + + true if links can be highlighted when this item's editor is active; otherwise false. + + + + + + + This member is not supported by the BarEditItem object. + + + An integer value. + + + + + + + Occurs before activating an editor. + + + + + + + + Occurs after an editor has been activated. + + + + + + + + This member is not supported by the BarEditItem object. + + + An integer value. + + + + + + + This member is not supported by the BarEditItem object. + + + An integer value. + + + + + + + Determines whether the current is visible, if a specific bar is vertically oriented. + + + true, if the current is visible in a vertical bar, otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Represents a bar element that can contain links to other items. + + + + + + + Indicates whether the current menu can be opened. + + + true, if the current menu can be opened; otherwise, false. + + + + + + + Closes the control submenu. + + + + + + + + Gets the display caption of the current . + + + The current caption. + + + + + + + Releases all resources used by the . + + + + + + + + Gets the item to which this link corresponds. + + + A object representing the item associated with this link. + + + + + + + Gets or sets a value indicating whether the Dropdown control of an item is visible. + + + true, if the Dropdown control of an item is visible; otherwise, false. + + + + + + + Opens the control submenu. + + + + + + + + Gets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItemLink. This property is in effect when the current BarCustomContainerItemLink is displayed in the Inplace popup show mode. + + + + A value that specifies whether the navigation header that provides navigation through the menu hierarchy, is shown in the header of the current BarCustomContainerItemLink + + + + + + + + Provides access to the links owned by the corresponding container item. + + + A object containing links owned by the corresponding container item. + + + + + + + + Provides the functionality for all container items. + + + + + + + Gets or sets the background color of items contained within a descendant. + + + The background color of items contained within a descendant. + + + + + + + Gets or sets the background image of items contained within a descendant. + + + The background image of items contained within a descendant. + + + + + + + Occurs when an item submenu closes. + + + + + + + + Returns whether the current container item owns the link which refers to the specified item. + + + + A object representing the item to locate. + + + true, if the container item contains a link referring to the specified item; otherwise, false. + + + + + + + Allows you to provide child items for the current BarCustomContainerItem object, or to customize the existing child items. + + + + + + + + Provides access to links owned by the container item. + + + A object containing links owned by the container item. + + + + + + + Provides access to style settings for links owned by the current container item. + + + A object providing style settings for links owned by the container item. + + + + + + + Gets or sets the width of the bar displayed to the left of the sub-menu. + + + An integer value specifying the width of the menu bar in pixels. + + + + + + + Gets or sets a caption displayed when the current object's items are represented as a popup menu. + + + A string that specifies the menu caption. + + + + + + + Gets or sets the menu's display mode. + + + + A value that specifies the menu's display mode. + + + + + + + + Enables you to paint the content of the bar displayed to the left of the sub-menu. + + + + + + + + Occurs when an item's submenu pops up. + + + + + + + + Gets or sets whether the menu header is visible when the current object's items are displayed as a popup menu. + + + true if the menu header is visible; otherwise, false. + + + + + + + Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItem. This property is in effect when the current BarCustomContainerItem is displayed in the Inplace popup show mode. + + + + + A value that specifies whether the navigation header that provides navigation through the menu hierarchy, is shown in the current BarCustomContainerItem. + + + + + + + + + Represents a link to the . + + + + + + + Copies the values of the and properties from the specified object to the current object. + + + + A object whose and properties' values are copied to the current object. + + + + + + + + Gets a value indicating whether the Dropdown button of the can be pressed. + + + true, if the Dropdown button of the can be pressed; otherwise, false. + + + + + + + Disposes of the current object. + + + + + + + + If the button acts as a dropdown, this property gets or sets the Key Tip used to activate the dropdown. + + + A string that specifies the Key Tip used to activate the button's dropdown, if any. + + + + + + + Indicates whether the item to which the current link corresponds is enabled. + + + true, if the item to which the current link corresponds is enabled; otherwise, false. + + + + + + + Hides the dropdown control associated with the current bar item. + + + + + + + + Gets or sets a value indicating whether the Dropdown control of an item is visible. + + + true if the Dropdown control of an item is visible; otherwise, false. + + + + + + + Returns a to which the current item link corresponds. + + + A to which the current item link corresponds. + + + + + + + Gets a value indicating whether the Dropdown control of an item is visible. + + + true if the Dropdown control of an item is visible; otherwise, false. + + + + + + + Displays the dropdown control associated with the current bar item. + + + + + + + + + Represents a toolbar button or menu item. + + + + + + + Initializes a new class instance . + + + + + + + + Creates a new instance of the class. + + + + A object specifying the Bar Manager owning the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the image assigned to the item by its index within the source collection. This value is assigned to the property. + + + + + + + + Creates a new instance of the class. + + + + A object representing the Bar Manager owning the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + An integer value specifying the image of the created item by its index within the source collection. This value is assigned to the property. + + + + A object specifying the keyboard shortcut assigned to the created item. This value is assigned to the property. + + + + + + + + Creates a new instance of the class. + + + + A class instance specifying the manager owning the created item. This value is assigned to the property. + + + + A string value specifying the caption of the created item. This value is assigned to the property. + + + + + + + + Gets or sets whether this BarButtonItem should be displayed as a single element. This property is in effect when the property is set to . + + + true, if this BarButtonItem should be displayed as a single element; otherwise, false. + + + + + + + Gets or sets whether an arrow for the pop-up button should be displayed. + + + true, if an arrow for the pop-up button should be displayed; otherwise, false. + + + + + + + Gets or sets whether the drop-down BarButtonItem should display an arrow in menus. + + + true, if the drop-down BarButtonItem should display an arrow in menus; otherwise, false. + + + + + + + Binds the specific parameterized command to this BarButtonItem. + + + + An Object that is the command to be bound to this BarButtonItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this BarButtonItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BarButtonItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. + + + + + + + Get or sets the button item's style which determines how the current bar button item functions. + + + + A value that determines how this item functions. + + + + + + + + Gets a value indicating whether the Dropdown button of the component can be pressed. + + + true, if the Dropdown button of the component can be pressed; otherwise, false. + + + + + + + Gets or sets the BarButtonItem's caption. + + + A String value that is the BarButtonItem's caption. + + + + + + + Gets or sets whether clicking the current BarButtonItem's link within a should close this menu. + + + true, if clicking the current BarButtonItem's link within a should close this menu; otherwise, false. + + + + + + + Gets or sets the BarButtonItem's description. + + + A String value that is the BarButtonItem's description. + + + + + + + Gets or sets a Dropdown control for the component. + + + A Dropdown control for the component. + + + + + + + Gets or sets a value indicating whether a dropdown control, assigned to the property, is enabled. + + + true if the associated dropdown control is enabled; otherwise, false. + + + + + + + Gets or sets the BarButtonItem's regular icon. + + + An Image that is the BarButtonItem's regular icon. + + + + + + + Gets or sets a regular icon for the disabled BarButtonItem. + + + An Image that is the disabled BarButtonItem regular icon. + + + + + + + Specifies the bar item's regular hint. + + + A string that specifies the bar item's regular hint. + + + + + + + Gets or sets the index of a regular icon assigned to the BarButtonItem. + + + An Int32 value that is the index of a regular icon assigned to the BarButtonItem. + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item. +A specific version of the addressed image is automatically chosen, based on the app context (the current skin and required image size). + + + A object that specifies the uniform resource identifier of the image to be displayed in the current item. + + + + + + + Gets or sets the BarButtonItem's large icon. + + + An Image that is the BarButtonItem's large icon. + + + + + + + Gets or sets the large icon for the disabled BarButtonItem. + + + An Image that is the large icon for the disabled BarButtonItem. + + + + + + + Gets or sets the index of a large icon assigned to the BarButtonItem. + + + An Int32 value that is the index of a large icon assigned to the BarButtonItem. + + + + + + + Gets or sets whether the current Split Button should repeat the last selected command from its drop-down when clicked. + + + + true, if the current Split Button should repeat the last selected command from its drop-down when clicked; otherwise, false. + + + + + + + + Gets or sets the Super Tip for the current BarButtonItem. + + + A SuperToolTip object that is the Super Tip for the current BarButtonItem. + + + + + + + + Represents a Windows-like toolbar. + + + + + + + Initializes a new instance of the class. + + + + A that will contain the new class instance. + + + + + + + + Initializes a new class instance. + + + + A that will contain a new class instance. + + + + The name of the created class instance. Determines the property. + + + + The dock style of the created class instance. Determines the property. + + + + This parameter is ignored. + + + + The bounding rectangle of the new class instance. + + + + An object containing information on component links. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + The component that will contain the current bar. + + + + The current bar name. + + + + The current bar docking style. Obtained from the enumeration. + + + + This parameter is ignored. + + + + The current bar rectangle when it is floating. + + + + A LinksInfo class instance. + + + + The current bar docking position. + + + + The current bar offset + + + + + + + + Initializes a new class instance. + + + + A that will contain a new class instance. + + + + The current bar's name. + + + + The current bar's docking style. Obtained from the enumeration. + + + + This parameter is ignored. + + + + The current bar's rectangle when floating. + + + + A LinksInfo class instance. + + + + The current dock position. + + + + The current offset. + + + + The current set of posssible dock styles. + + + + The current background color. + + + + The current background image. + + + + + + + + Initializes a new class instance. + + + + A that will contain a new class instance. + + + + The current bar's name. + + + + The current bar's docking style. Obtained from the enumeration. + + + + This parameter is ignored. + + + + The current bar's rectangle when floating. + + + + A LinksInfo class instance. + + + + The current dock position. + + + + The current offset. + + + + The current set of posssible dock styles. + + + + The current background color. + + + + + + + + Initializes a new class instance. + + + + A object representing the owner of the created bar. This value is assigned to the property. + + + + A string value representing the name of the created bar. This value is assigned to the property. + + + + A enumeration value specifying the edge of the container to which the bar is docked. This value is assigned to the property. + + + + This parameter is ignored. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color structure that specifies the bar's background color. This value is assigned to the property. + + + + A System.Drawing.Image object representing the bar's background image. This value is assigned to the property. + + + + An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. + + + + An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. + + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Initializes a new instance of the class. + + + + A representing the owner of the created bar. This value is assigned to the property. + + + + A string value representing the name of the created bar. This value is assigned to the property. + + + + + + + + Initializes a new Bar object with the specified settings. + + + + A object representing the owner of the created bar. This value is assigned to the property. + + + + A string value representing the name of the created bar. This value is assigned to the property. + + + + The dock style of the created class instance. Determines the property. + + + + This parameter is ignored. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color structure that specifies the bar's background color. This value is assigned to the property. + + + + An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. + + + + An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. + + + + + + + + Initializes a new Bar object with the specified settings. + + + + A object representing the owner of the created bar. This value is assigned to the property. + + + + A string value representing the name of the created bar. This value is assigned to the property. + + + + The dock style of the created class instance. Determines the property. + + + + This parameter is ignored. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. + + + + An Image object that is the bar's background image. Specifies the property. + + + + An Int32 value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. + + + + An Int32 value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. + + + + An Int32 value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. + + + + An Int32 value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. + + + + An Image object that is the bar's background image. Specifies the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. + + + + A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. + + + + An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. + + + + + + + + Initializes a new instance of the Bar class with the specified settings. + + + + A Bar Manager that owns the newly created Bar. This value is assigned to the property. + + + + A String value that is the Bar's name. This value is assigned to the property. + + + + A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. + + + + A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. + + + + A LinksInfo object representing the internal links collection. This value is assigned to the property. + + + + + + + + Adds a link to the control. + + + + A descendant instance. + + + An instance of the new link. + + + + + + + Creates links to bar items passed as an array. + + + + An array of descendants, links to which are to be created. + + + + + + + + Specifies appearance settings for the bar. + + + An object representing appearance settings for the bar. + + + + + + + Applies changes made by the and properties. + + + + + + + + Returns a to its designed state. + + + + + + + + Gets or sets the background color of the . + + + The background color of the . + + + + + + + Gets or sets the background image of the . + + + The background image of the . + + + + + + + Provides appearance settings used to paint s within the current in different visual states. + + + A object that contains corresponding appearance options. + + + + + + + Gets or sets a value specifying the size of the horizontal indent between a link's border and its content, in pixels. + + + + An integer value specifying the number of pixels separating the content of bar items from their borders, horizontally. -1 if the indent is specified by the property of the Bar and Docking Controller. + + + + + + + + Gets or sets a value specifying the size of the vertical indent between the link's borders and their content, in pixels. + + + An integer value specifying the number of pixels separating the contents of bar items from their borders vertically. -1 if the indent is specified by the of the Bar and Docking Controller. + + + + + + + Gets or sets the name of the bar. + + + A string value representing the name of the bar. + + + + + + + Locks the Bar, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the Bar object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets a value specifying the manner in which a bar can be docked. + + + A set of flags specifying the manner in which a bar can be docked. + + + + + + + Gets a value indicating whether the can be moved. + + + true, if the can be moved; otherwise, false. + + + + + + + Removes all links from the control. + + + + + + + + Occurs after the bar has been docked to another position by an end-user. + + + + + + + + Gets or sets the bar column index position when it is docked. + + + The horisontal bar column index when it is docked. + + + + + + + Gets or sets the bar row index when it is docked. + + + The bar row index when it is docked. + + + + + + + Gets or sets the dock style. + + + The dock style. + + + + + + + Unlocks the Bar object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Get or sets the location in screen coordinates if the bar is floating. + + + The location in screen coordinates if the bar is floating. + + + + + + + Get or sets the size of the in pixels if the bar is floating. + + + The size of the in pixels if the bar is floating. + + + + + + + Forces the current to be refreshed. + + + + + + + + Forces this Bar to redraw itself. + + + + + + + + Retrieves the list of links currently displayed within this Bar. + + + A object that contains links currently displayed within this Bar. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + Returns the actual horizontal indent between the content and the borders of bar links, measured in pixels. + + + + An integer value specifying the number of pixels between the content and the borders of bar links. + + + + + + + Returns the actual vertical indent between the content and the borders of bar links, measured in pixels. + + + + An integer value specifying the number of pixels between the content and the borders of bar links. + + + + + + + Gets or sets whether the current child bar is hidden from the child form during a merge operation. +This option is in effect if you subscribed to the parent BarManager's and events. + + + A value that specifies whether the current child bar is hidden from the child form during a merge operation. + + + + + + + Inserts a link in the at the specified index. + + + + An instance of the link before which a new link is inserted. + + + + A descendant instance whose link is inserted. + + + An instance of the added link. + + + + + + + Updates a bar control. + + + + + + + + Gets a value indicating whether the is floating. + + + true if the is floating; otherwise, false. + + + + + + + Indicates that the Bar Manager is being loaded. + + + true, if the Bar Manager is being loaded; otherwise, false. + + + + + + + Gets a value indicating whether the is the application's main menu. + + + true, if the is the application's main menu; otherwise false. + + + + + + + Gets whether another bar has been merged into the current bar. + + + true if another bar has been merged into the current bar; otherwise, false. + + + + + + + Gets a value indicating whether the bar is a status bar. + + + true if the bar is a status bar, otherwise false. + + + + + + + Gets the collection of item links belonging to the current bar. + + + A object representing the collection of item links belonging to the bar. + + + + + + + Fires immediately after a link has been added to the bar. + + + + + + + + Fires immediately after a link has been removed from the bar. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + Gets or sets a value representing the Bar Manager that owns this bar. + + + A object representing the Bar Manager owning this bar. + + + + + + + Adds the visible links from the specified bar onto the current bar. + + + + A bar whose links will be added onto the current bar. The current and the specified bar must belong to different BarManagers. + + + + + + + + Gets the collection of item links that have been merged into the current bar. + + + A collection that specifies the collection of item links that have been merged into the current bar. + + + + + + + Gets or sets the offset in pixels from the left or top border of the bar container based on the dock style. + + + The offset in pixels from the left or top border of the bar container based on the dock style. + + + + + + + Gets or sets the options used to create a . + + + The options used to setup a . + + + + + + + Provides access to customization options for the current bar. + + + A object containing bar customization options. + + + + + + + Removes the first occurrence of a specific link from the . + + + + The link to remove from the . + + + + + + + + Returns a to its designed state. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets the bar's size. + + + A Size value that specifies the bar's size. + + + + + + + Gets or sets the control to which the bar belongs, if any. + + + A to which the bar belongs. null if the bar doesn't belong to a StandaloneBarDockControl. + + + + + + + Gets or sets the name of the control to which the bar belongs, if any. + + + A string that specifies the name of the control to which the bar belongs. An empty string if the bar doesn't belong to a StandaloneBarDockControl. + + + + + + + Gets or sets an object that contains custom data for the current Bar object. + + + An object that contains custom data for the current object. + + + + + + + Gets or sets the bar's display text. + + + A string identifying the bar's display text. + + + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + + + Restores the links layout of the current bar after another bar has been merged with it. + + + + + + + + Gets or sets a value indicating whether the is displayed. + + + true, if the is displayed; otherwise, false. + + + + + + + Fires immediately after the visibility of the bar has been changed. + + + + + + + + Gets the collection of visible bar item links displayed within the bar. + + + A collection of visible bar item links. + + + + + + + + Specifies width settings for a specific . + + + + + + + Resizes a specific 's link so its width matches that link's contents width. + + + + + + + + Leaves the width of a specific 's link at the precompiled state. + + + + + + + + Resizes a specific 's link so that it consumes the largest possible area of a specific bar. + +This option is only in effect when the link is positioned within a status bar specified by the property. + + + + + + + + + + Contains flags that define the bar's look and feel. + + + + + + + If active, allows end-users to delete the bar by pressing the Delete button in the Customization window. Otherwise, end-users can only change the visibility of the bar. This is performed by means of the check box corresponding to the bar name. + + + + + + + + If active, allows quick bar customization. The Dropdown button is painted in the end of the toolbar in this case. This button invokes the popup menu that allows end-users to add or remove buttons, reset the toolbar to its initial state and invoke the Customization dialog. + + + + + + + + If active, the bar cannot be closed by end-users. In this case, the close button is not displayed when the bar is floating. It cannot be closed by means of the Customization dialog also. The property can be used to control the visibility of the bar in such a case. + + + + + + + + If active, the bar cannot be customized by end-users. Otherwise, end-users can perform drag-and-drop operations on links to add them to or delete from the bar. Links can be dragged when holding the ALT key or when the runtime customization is being performed. + + + + + + + + If active, allows to move a specific bar by dragging it using the mouse. + + + + + + + + If active and the bar is the status bar, the size grip is painted in its right-bottom corner. The image below displays the size grip painted in the status bar when the Windows XP painting style is applied to the BarManager. (The IsStatusBar option must be enabled to make a bar the status bar). + + + + + + + + + + If active, removes the bar from the runtime customization dialog. + + + + + + + + If active, makes a specific bar the main application menu. When the IsMainMenu option of a bar is activated, the same option of the previously main menu is disabled. Enabling this option also activates the UseWholeRow and MultiLine options and disables the Hidden option. + + + + + + + + If active, the bar becomes the status bar. The status bar is always docked to the bottom edge of the container, cannot be floating and occupies the whole row. (The UseWholeRow option is automatically enabled and the DrawDragBorder option is automatically disabled). When the IsStatusBar option of a bar is enabled, the same option of the previous status bar is disabled. Note also, that the IsStatusBar option cannot be active when the IsMainMenu option is enabled. + + + + + + + + If active, arranges items within a specific bar into several lines when the total width of these items exceeds the width of a bar. + + + + + + + + If active, deactivates all other options. + + + + + + + + If active, links of the bar are rotated when it is vertically oriented. When this option is enabled, edit links are hidden if docking the bar to the left or right edge of the container. + + + + + + + + If active, the bar is enlarged so that it occupies all the area provided to it. Other bars cannot be docked to the same bar row in this case. + + + + + + + + If active, makes the bar visible both at design and runtime. + + + + + + + + + Defines the paint style for a specific item. + + + + + + + Specifies that a specific item is represented by its caption only. + + + + + + + + + Specifies that a specific item is represented both by its caption and the glyph image. + + + + + + + + + Specifies that a specific item is represented by its caption when it is in a submenu, or by its image when it is in a bar. + + + + + + + + + Specifies that a specific item is represented using its default settings. + + + + + + + + + Specifies border settings for a specific item. + + + + + + + Reserved for future use. + + + + + + + + + Specifies no border. + + + + + + + + + Reserved for future use. + + + + + + + + Specifies a single line as a border. + + + + + + + + + Enumerates dock styles for bar objects. + + + + + + + A bar object is docked to the bottom of the owner control. + + + + + + + + A bar object is docked to the left side of the owner control. + + + + + + + + A bar object is floating. + + + + + + + + A bar object is docked to the right side of the owner control. + + + + + + + + Identifies a control. + + + + + + + + A bar object is docked to the top of the owner control. + + + + + + + + + Specifies the control style. + + + + + + + Applies the Check style to the component. + + + + + + + + Combines Check and DropDown styles. The target bar button item supports checked/unchecked states and has an assigned drop-down control. + + + + + + + + Applies the Default style to the component. The default style means that the link represents a regular push button. + + + + + + + + Applies the DropDown style to the component. + + + + + + + + + Enumerates display modes for the vertical scroll bar in the . + + + + + + + A scroll bar is displayed when the content height is greater than the control's visible height. Otherwise, it is hidden. + + + + + + + + + Entirely collapses the scroll bar's area when there is no need to display the scroll bar. It is recommended to use this mode only when the property is set to None. + + + + + + + + + A standard vertical scroll bar is used by default. A touch-style scroll bar is used when the is set to Touch. The touch-style scroll bar supports the auto-hide functionality. + + + + + + + + The scroll bar is hidden. + + + + + + + + A touch-style vertical scroll bar is used. This scroll bar supports the auto-hide functionality. + + + + + + + + + A 's collection of objects + + + + + + + Initializes a new RibbonMiniToolbarCollection class instance with the specified Ribbon. + + + + A object that will own the created collection. This value is assigned to the property. + + + + + + + + Adds a new Ribbon mini toolbar to the current collection. + + + + A object that is a Ribbon mini toolbar to be added to the collection. + + + An integer value that is a new mini toolbar's index in the collection. + + + + + + + Indicates whether the collection contains the specified item. + + + + A object to locate in the collection. + + + true if the collection contains the specified item; otherwise, false. + + + + + + + Returns the specified item's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer, that is the item's position within the collection. -1, if the collection does not contain the specified item. + + + + + + + + Inserts the specified item into the collection at the specified location. + + + + The zero-based index at which an item is inserted. + + + + A to insert into the collection. + + + + + + + + Provides indexed access to collection elements. + + + + An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. + + + A object that is the item located at the specified position within the collection. + + + + + + + Removes the specified element from the collection. + + + + A object to be removed from the collection. + + + + + + + + Gets the that owns the current collection. + + + The that owns the current collection. + + + + + + + + Allows a control to be rendered as a button in the 's nav bar. + + + + + + + Gets or sets the object's alignment. + + + The object's alignment. + + + + + + + Gets or sets the caption of the current ITileNavButton. + + + A System.String value specifying the caption of the current ITileNavButton object. + + + + + + + Creates and returns a copy of the current ITileNavButton object. + + + A representing copy of the current ITileNavButton object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + A object. + + + + + + + Returns a drop-down tile bar associated with the current ITileNavButton. + + + A TileBarWindow object representing a drop-down tile bar. + + + + + + + Returns the current ITileNavButton object type-casting it to the class. + + + A object representing the current ITileNavButton. + + + + + + + Gets or sets the glyph of the current ITileNavButton object. + + + A glyph of the current ITileNavButton object. + + + + + + + Gets or sets the 's alignment. + + + A enumeration value specifying the glyph's alignment. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets the object that owns the current ITileNavButton. + + + A object representing a collection of objects. + + + + + + + Gets or sets whether the current ITileNavButton object is visible. + + + true, if the current ITileNavButton object is visible; otherwise, false. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.dll new file mode 100644 index 0000000..a1be080 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.xml new file mode 100644 index 0000000..4c7ddf3 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraEditors.v15.2.xml @@ -0,0 +1,56802 @@ + + + + DevExpress.XtraEditors.v15.2 + + + + + + Identifies values as unique or duplicate. + + + + + + + + Duplicate column values. + + + + + + + + Unique column values. + + + + + + + + + Represents the base class for all chart clients of the range control. + + + + + + + Initializes a new instance of the ChartRangeControlClientBase class with the specified sparkline scale type, grid options, and range. + + + + A SparklineScaleType representing the scale type (date-time or numeric) of the sparkline. + + + + A object that contains properties to customize the grid of the chart range control client. + + + + + A object representing the range of the chart range control client. + + + + + + + + Occurs before a series of the chart range control client is drawn in the range control's viewport. + + + + + + + + Gets a data provider to bind a chart range control client to regular data sources. + + + A object that is a data provider for a chart range control client. + + + + + + + Provides access to the grid options of the chart range control client. + + + + A object containing grid options for the chart client of the range control. + + + + + + + Gets or sets the name of the palette currently used to draw the chart range control client's elements. + + + A value which is the palette name. + + + + + + + Gets the collection of predefined palettes. + + + A collection of objects. + + + + + + + Provides access to the auto range option of the chart range control client. + + + A object that contains the auto range option of the chart range control client. + + + + + + + Gets or sets the associated with the current ChartRangeControlClientBase. + + + A System.ComponentModel.ISite object associated with the current ChartRangeControlClientBase. + + + + + + + + Enumerates values that specify how list box items are selected when item hot-tracking is enabled. + + + + + + + If item hot-tracking is enabled, an item is selected when clicked. This option is not in effect if the property is set to . + + + + + + + + If item hot-tracking is enabled, an item is selected when hovering over it with the mouse. + + + + + + + + The same as the option plus the following. + +If item skinning is enabled via the option, the event is raised each time an item is hot-tracked. +In mode, the event is raised only when clicking the item. + + + + + + + + + + Applies a format if a column's value is unique or a duplicate. + + + + + + + + Initializes a new instance of a FormatConditionRuleUniqueDuplicate class. + + + + + + + + Creates a new instance of the FormatConditionRuleUniqueDuplicate class. + + + A new FormatConditionRuleUniqueDuplicate instance. + + + + + + + Gets or sets whether the format is applied to unique or duplicate column values. + + + + A value that specifies whether the format is applied to unique or duplicate column values. + + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. + + + + The node where the menu is to be displayed. + This value is used to initialize the property. + + + + + The type of the Filter Control's element where the menu is to be displayed. + This value is used to initialize the property. + + + + + The type of menu to be displayed. + This value is used to initialize the property. + + + + + The menu to be displayed. + This value is used to initialize the + property. + + + + + The position where the menu is to be invoked. This value is used to initialize the + property. + + + + + + + + Gets the node where the menu is to be displayed. + + + A Node object that identifies the clicked node. + + + + + + + Gets the type of the Filter Control's element where the menu is to be displayed. + + + An ElementType enumeration value that identifies the type of the Filter Control's element where the menu is to be displayed. + + + + + + + Gets the menu that will be invoked. + + + A object that is the menu to be invoked. + + + + + + + Gets the type of the FilterControl's menu to be invoked. + + + A FilterControlMenuType enumeration value that specifies the type of the FilterControl's menu to be invoked. + + + + + + + Gets the position where the menu is to be invoked. + + + A Point value that specifies the position where the menu is to be invoked. + + + + + + + Gets or sets whether the current menu should be restored to its default state, after it has been displayed on-screen. + + + A Boolean value that specifies whether the current menu should be restored to its default state after it has been displayed on-screen. + + + + + + + + Contains values that specify how a Filter Editor Control's criteria can be edited. + + + + + + + The Filter Editor's filter can be solely edited in text form, using a dedicated text editor. + + + + + + + + A Filter Editor displays two pages: Text and Visual, allowing an end-user to build filters in text and visual forms respectively. + + + + + + + + The Filter Editor's filter can be solely edited in a visual form, using a dedicated tree view. + + + + + + + + A Filter Editor displays two pages: Visual and Text, allowing an end-user to build filters in visual and text forms respectively. + + + + + + + + + Contains data for the event. + + + + + + + Initializes a new instance of the GetImageEventArgs class with custom settings. + + + + true if the image query is the result of a forward image slide; otherwise, false. + + + + + true if the image query is the result of a backward image slide; otherwise, false. + + + + + true if the image required is the very first to be uploaded; otherwise, false. + + + + true if a new image was successfully displayed within the current ; otherwise, false. + + + + + + + + Initializes a new instance of the GetImageEventArgs class with the specified settings. + + + + true, if the first image within the needs to be displayed; otherwise, false. + + + + true, if the last image within the needs to be displayed; otherwise, false. + + + + + + + + Gets or sets whether the currently displayed image was successfully changed. + + + true if the currently displayed image was successfully changed; otherwise, false. + + + + + + + Gets or sets an image that is be displayed within the current . + + + An Image object that is to be displayed within the current . + + + + + + + + Gets or sets if the image to be displayed is the first image within the . + + + true, if the image to be displayed is the first image within the ; otherwise, false. + + + + + + + Gets or sets if the image to be displayed is the last image within the . + + + true, if the image to be displayed is the last image within the ; otherwise, false. + + + + + + + Gets or sets whether the image query is the result of an image sliding forward. + + + + true if whether the image query is the result of an image sliding forward; otherwise, false. + + + + + + + + Gets or sets whether the image query is the result of an image sliding backward. + + + + true if the image query is the result of an image sliding backwards; otherwise, false. + + + + + + + + Gets or sets whether the image required is the very first to be uploaded by the current . + + + true if the image required is the very first to be uploaded; otherwise, false. + + + + + + + + Provides members that specify advanced behavior for the related control. + + + + + + + Initializes a new instance of the RepositoryItemTimeSpanEdit class. + + + + + + + + Gets or sets whether it is allowed to edit days in the time interval. + + + true, if it is allowed to edit days in the time interval; otherwise, false. + + + + + + + Gets or sets whether it is allowed to edit hours in the time interval. + + + true, if it is allowed to edit hours in the time interval; otherwise, false. + + + + + + + Gets or sets whether it is allowed to edit milliseconds in the time interval. + + + true, if it is allowed to edit milliseconds in the time interval; otherwise, false. + + + + + + + Gets or sets whether it is allowed to edit minutes in the time interval. + + + true, if it is allowed to edit minutes in the time interval; otherwise, false. + + + + + + + Gets or sets whether it is allowed to edit seconds in the time interval. + + + true, if it is allowed to edit seconds in the time interval; otherwise, false. + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets or sets the custom control to be displayed in the 's drop-down panel. + + + A class descendant that serves as the custom control to be displayed in the 's drop-down panel. + + + + + + + Provides access to the format settings applied to the editor's display text. + + + A object containing the formatting settings applied to the editor's display text. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A string value representing the class name of a corresponding editor. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Gets or sets the maximum value of the day component in the time interval. + + + + An integer value that specifies the maximum value of the day component in the time interval. + + + + + + + + Gets or sets the maximum value of the hours component of the time interval. + + + An integer value that specifies the maximum value of the hours component of the time interval. + + + + + + + Gets or sets the maximum value of the milliseconds component of the time interval. + + + An integer value that specifies the maximum value of the milliseconds component of the time interval. + + + + + + + Gets or sets the maximum value of the minutes component of the time interval. + + + + An integer value that specifies the maximum value of the minutes component of the time interval. + + + + + + + + Gets or sets the maximum value of the seconds component of the time interval. + + + + An integer value that specifies the maximum value of the seconds component of the time interval. + + + + + + + + + Gets or sets the time span assigned to the property when the editor's EditValue property is set to null or any value that cannot be converted to the TimeSpan type. + + + The value regarded as the null value. + + + + + + + Gets the editor that owns the repository item. + + + A control that owns the repository item. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether the time interval can be edited using tiles in the drop-down panel, or using spin buttons. + + + A enumeration value that specifies how the time interval can be edited. + + + + + + + The class name of an edit control corresponding to the current repository item. + + + + + + + + + + Enumerates painting styles for selected and hot-tracked items in list box and pop up controls. + + + + + + + The same as the Skinned option. + + + + + + + + Selected and hot-tracked items are painted skinned if a skinning painting scheme is applied. Otherwise, items are not skinned. + + + + + + + + Selected and hot-tracked items are not skinned and painted using the default system color. + + +In a control's descendants, if item hot-tracking is enabled, selected and hot-tracked items are always in sync, and setting the property to SelectItemOnClick is not in effect. + + + + + + + + + + + + Contains values that specify how a control indicates data operations performed in a background thread. + + + + + + + The same as the option. + + + + + + + + Background operations are indicated within a dedicated indicator button. + +For the , these operations are indicated within the Header Panel Button. + + + + + + + + + Background operations are indicated within a special panel displayed above a control. + + + + + + + + + Represents a method that will hande the event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the editor which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Represents the Area view of the chart range control client. + + + + + + + Initializes a new instance of the AreaChartRangeControlClientView class. + + + + + + + + Specifies the opacity (0-255) of the chart range control client area view. + + + A value from 0 (transparent) to 255 (opaque). + + + + + + + + Applies a format if a value is in the range of the highest or lowest column values. + + + + + + + Initializes a new instance of a FormatConditionRuleTopBottom class. + + + + + + + + Creates a new instance of the FormatConditionRuleTopBottom class. + + + A new FormatConditionRuleTopBottom instance. + + + + + + + Gets or sets a cutoff value that specifies the count or percentage of column cells with the highest or lowest values. + + + + An object that specifies a count or percentage of cells with the highest or lowest values. + + + + + + + Gets or sets the type of the value. + + + + An object that specifies a type of the rank value. + + + + + + + Gets or sets whether the FormatConditionRuleTopBottom rule targets the highest or lowest column values. + + + An object that specifies the type of the target range. + + + + + + + + Supports numeric range selection for the . + + + + + + + Initializes a new instance of the NumericRangeControlClient class. + + + + + + + + Gets or sets the end bound of the total range. + + + An object that is the end bound of the total range. + + + + + + + Gets or sets the start bound of the total range. + + + An object that is the start bound of the total range. + + + + + + + Gets or sets the ruler increment. This property also specifies the minimum increment for range selection. + + + An object that is the ruler increment. + + + + + + + + Allows you to display various barcodes. + + + + + + + Initializes a new instance of the BarCodeControl class. + + + + + + + + Gets or sets a value that specifies whether the property value should be calculated automatically based upon the barcode's size. + + + + true if the barcode's module is calculated automatically; otherwise, false. + + + + + + + Gets or sets the byte array to be coded into the PDF417 or ECC200 barcode. + + + An array of System.Byte values to be coded using the barcode's symbology. + + + + + + + Gets or sets the barcode's horizontal alignment. + + + A HorzAlignment value that specifies the barcode's horizontal alignment. + + + + + + + Gets or sets the text's horizontal alignment. + + + + A VertAlignment value that specifies the text's horizontal alignment. + + + + + + + Gets or sets the width of the narrowest bar or space, in pixels. + + + The width of the narrowest bar or space, in pixels. + + + + + + + Gets or sets the barcode's orientation. + + + A value that specifies the barcode's orientation. + + + + + + + Gets or sets whether the control's Text is visible. + + + true if the text is displayed; otherwise, false. + + + + + + + Gets or sets the symbology (code type) for the barcode and the text. + + + + A class descendant that defines the symbology for the current BarCodeControl control. + + + + + + + Gets or sets the barcode's vertical alignment. + + + A VertAlignment value that specifies the barcode's vertical alignment. + + + + + + + Gets or sets the text's vertical alignment. + + + + A VertAlignment value that specifies the text's vertical alignment. + + + + + + + + The base class for editors that support two or three check states. + + + + + + + Initializes a new instance of the BaseCheckEdit class. + + + + + + + + Gets or sets whether the editor's width is changed to display the editor's content in its entirety. This property is in effect when the editor resides within a . + + + + true, if auto-size mode is enabled; otherwise, false. + + + + + + + Gets or sets the style used to draw the check editor's border. + + + A enumeration value identifying the style used to draw the check editor's border. + + + + + + + Calculates the minimum size the control needs to be to contain its contents. + + + A System.Drawing.Size object representing the minimum size of the control that will best fit its content. + + + + + + + Gets the editor's class name. + + + + A System.String object identifying the class name of the current editor. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Retrieves the size of a rectangular area into which the control will fit. + + + + + The custom-sized area for the control. + + + A System.Drawing.Size value. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets the size of a rectangular area into which the control can fit. + + + A System.Drawing.Size structure specifying the control's minimum size. + + + + + + + Gets an object containing properties, methods and events specific to a check editor. + + + A object instance containing settings for the control. + + + + + + + Gets or sets the text label associated with a check editor. + + + + A System.String value representing the text label associated with a check editor. + + + + + + + Changes the state of a check editor. + + + + + + + + + A message box that allows displaying any control (e.g., a UserControl) in its client area. + + + + + + + Gets or sets whether a dialog is painted using its own look and feel settings, which are specified by the lookAndFeel parameter of specific method overloads. This property is ignored if the lookAndFeel parameter is set to use a skinning paint scheme. + + + true, if the dialog is painted using its own look and feel settings; false, if the default look and feel settings are used. + + + + + + + Gets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions. + + + true, if the HTML text formatting feature is enabled for dialog captions; otherwise, false. + + + + + + + Invokes a dialog displaying the specified control in its client area. + + + + A control to be displayed in the dialog's client area. + + + One of the values. + + + + + + + Invokes a dialog with the specified control, caption and buttons. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified control, caption and owner. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified control, caption, buttons and default button. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified owner, control, caption and buttons. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified owner, control, caption, buttons and default button. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + An array of values that specify which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified control and caption. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified owner, control, buttons and default button. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + An array of values that specify which buttons should be displayed in the dialog. + + + + The zero-based index of the default button. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + An array of values that specify which buttons should be displayed in the dialog. + + + + The zero-based index of the default button. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + + One of the values that specifies the default button for the dialog. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + A value that specifies which buttons should be displayed in the dialog. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + A control to be displayed in the dialog's client area. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified owner and control. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + + An array of values that specify which buttons should be displayed in the dialog. + + + + The zero-based index of the default button. + + + + A value that specifies whether HTML tags can be used to format the dialog's caption. + + + One of the values. + + + + + + + Invokes a dialog with the specified settings. + + + + An object whose properties specify the dialog's look and feel. + + + + An object that serves as the dialog's top-level window and owner. + + + + A control to be displayed in the dialog's client area. + + + + A string that specifies the dialog's caption. + + + One of the values. + + + + + + + Displays an XtraDialog with the specified settings. + + + + An XtraDialogArgs object that allows you to dynamically customize the displayed dialog. + + + A enumerator value that specifies what dialog button an end-user has clicked. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new CustomHeaderButtonEventArgs class instance with the specified button and page. + + + + A value that is a clicked button. The parameter initializes the property. + + + + A object that is an active tab page. The parameter initializes the property. + + + + + + + + Gets an active tab page within the tab control. + + + An IXtraTabPage object that is an active tab page. + + + + + + + Gets the currently processed custom header button. + + + A object that is the currently processed custom header button. + + + + + + + + Represents the base class for all chart views of the chart range control cliient. + + + + + + + Initializes a new instance of the ChartRangeControlClientView class with a sparkline view type. + + + + A object representing a sparkline view type. + + + + + + + + Gets or sets a color that fills the view of the chart range control client. + + + + A value. + + + + + + + Returns the textual representation of the current ChartRangeControlClientView object. + + + A string that specifies the textual representation of the current ChartRangeControlClientView object. + + + + + + + + A button that can be associated with a popup control or a context menu. It is possible to prevent the button from receiving focus on a click. + + + + + + + Initializes a new instance of the DropDownButton class with default settings. + + + + + + + + Gets or sets whether a click on the button opens the dropdown control. This option is in effect when the property is set to false. + + + true if a click on the button opens the dropdown control; otherwise, false. + + + + + + + Provides access to the appearance settings used to paint the drop-down button. + + + An object that specifies the appearance settings used to paint the drop-down button. + + + + + + + Provides access to the appearance settings applied to the drop-down button when the current control is disabled. + + + An object that specifies the appearance settings applied to the drop-down button when the current control is disabled. + + + + + + + Provides access to the appearance settings applied to the drop-down button when it is hovered over with the mouse pointer. + + + An object that specifies the appearance settings applied to the drop-down button when it is hovered over with the mouse pointer. + + + + + + + Provides access to the appearance settings applied to the drop-down button when it is clicked. + + + An object that specifies the appearance settings applied to the drop-down button when it is clicked. + + + + + + + Allows you to respond to clicking the drop-down arrow. + + + + + + + + This member is not supported by the DropDownButton class. + + + null. + + + + + + + Gets or sets whether and how a dropdown arrow is displayed within the DropDownButton. + + + A enumeration value. + + + + + + + Gets or sets the popup control associated with the button. + + + An object implementing the DevExpress.Utils.Menu.IDXDropDownControl interface, representing the associated popup control. + + + + + + + Hides the opened popup control. + + + + + + + + Gets or sets whether the drop-down arrow's region contains the point with the specified coordinates. + + + + A structure representing the point to test. + + + true if the drop-down arrow's region contains the point with the specified coordinates; otherwise, false. + + + + + + + Gets whether the associated popup control is currently open. + + + true if the popup control is open; otherwise, false. + + + + + + + Gets or sets an object that manages the display of the associated popup control . + + + + An object implementing the IDXMenuManager interface. + + + + + + + Gets or sets whether the drop-down arrow is displayed as a part of the DropDownButton control. + + + true if the drop-down arrow is visible; otherwise,false. + + + + + + + Opens the associated popup control. + + + + + + + + Fires when an attempt is made to open the associated popup control. + + + + + + + + + A button that supports two states - elevated and depressed. It is possible to prevent the button from receiving focus on a click. Multiple buttons can be combined into a radio group, in which a single button is only checked simultaneously. + + + + + + + Initializes a new instance of the CheckButton class with the specified check state. + + + + A Boolean value that specifies the button's check state. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckButton class with default settings. + + + + + + + + Gets or sets whether a checked button that belongs to a logical group can be unchecked by clicking this button. + + + true if a checked button that belongs to a logical group can be unchecked by clicking this button. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this CheckButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that specifies whether this CheckButton is currently enabled. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckButton. + + + + + + + Binds the specific parameterized command to this CheckButton . + + + + An Object that is the command to be bound to this CheckButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that uses the boolean function to specify whether or not this CheckButton is currently checked. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this CheckButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that specifies whether this CheckButton is currently checked. + + + An IDisposable object. Disposing of this object unbinds the command from this CheckButton. + + + + + + + Gets or sets the button's check state. + + + true if the button is checked (in the depressed state); false if the button is unchecked (in the elevated state). + + + + + + + Allows you to respond to the button's check state being changed. + + + + + + + + Gets or sets the index of a logical group to which the button belongs. + + + An integer value that specifies the index of the logical group to which the button belongs. + + + + + + + Swaps the button's check state. + + + + + + + + + Provides data validation management for DevExpress bound and unbound editors. + + + + + + + Initializes a new instance of the DXValidationProvider class with the specified container control. + + + + An object that implements the interface, and owns the created object. + + + + + + + + Initializes a new instance of the DXValidationProvider class with the specified container control. + + + + A object that owns the created object. + + + + + + + + Initializes a new instance of the DXValidationProvider class with default settings. + + + + + + + + Indicates whether a control can be extended. + + + + The control to be extended. + + + true if the control can be extended; otherwise, false. + + + + + + + Retrieves the alignment of an error icon for the specified control. + + + + A target control. + + + An value. + + + + + + + Gets the collection of the controls whose values are invalid. + + + The collection of the controls whose values are invalid. + + + + + + + Returns a validation rule associated with the specified descendant. + + + + A descendant. + + + A descendant that represents the validation rule associated with the editor. null (Nothing in Visual Basic) if no validation rule is associated with the specified editor. + + + + + + + Gets the collection of the controls whose values are invalid. + + + The collection of the controls whose values are invalid. + + + + + + + Removes an error associated with the specified control. + + + + A control whose error must be removed. + + + + + + + + Sets the alignment of an error icon for the specified control. + + + + A target control. + + + + An value that specifies the alignment to be set for the control. + + + + + + + + Associates a validation rule with the specified descendant. + + + + A descendant that represents the editor. + + + + A descendant that represents the validation rule. + + + + + + + + Validates the specified editor associated with the DXValidationProvider. + + + + A object or descendant that represents the editor to be validated. + + + true if the editor has been successfully validated; otherwise false. + + + + + + + Validates all the editors associated with the DXValidationProvider. + + + true if all the editors have been successfully validated; false if one or more editors haven't been validated. + + + + + + + Gets or sets whether hidden editors are validated when calling the method. + + + true if validation of hidden editors is enabled; otherwise, false + + + + + + + Allows you to perform actions when a control's validation fails. + + + + + + + + Gets or sets the validation mode. + + + A enumeration value that specifies the validation mode. + + + + + + + Occurs after the validation was successfully passed and allows you to perform certain post-validation actions. + + + + + + + + + Provides a collection to store s. + + + + + + + Initializes a new instance of the TileItemElementCollection class. + + + + An object that implements the INotifyElementPropertiesChanged interface and will own the created collection. + + + + + + + + Adds a specific to the current TileItemElementCollection. + + + + A TileItemElement object to be added to the current TileItemElementCollection. + + + An Int32 value that is the index of the added . Returns -1 if no element has been added. + + + + + + + Copies the specific element collection to the current TileItemElementCollection. + + + + A TileItemElementCollection that should be copied to the current TileItemElementCollection. + + + + + + + + Locks the TileItemElementCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the TileItemElementCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Determines whether this TileItemElementCollection contains the target element. + + + + A to be checked. + + + true, if this TileItemElementCollection contains the target element; otherwise, false. + + + + + + + Unlocks the TileItemElementCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets a position of the target within the current TileItemElementCollection. + + + + A TileItemElement whose index is to be obtained. + + + An Int32 value that is the position of the target within the current TileItemElementCollection. + + + + + + + Adds a specific to the current TileItemElementCollection and places it at the predefined position. + + + + An Int32 value that is the position inside the parent TileItemElementCollection a newly added will occupy. + + + + A TileItemElement object to be added to the current TileItemElementCollection. + + + + + + + + Gets if this TileItemElementCollection is currently locked by the method call. + + + true if a tile control is currently locked by the method call; otherwise, false. + + + + + + + Returns a child object that occupies the target within the current TileItemElementCollection. + + + + An Int32 value that is the position of the element to be obtained within the current TileItemElementCollection. + + + A TileItemElement object that occupies the target position within the current TileItemElementCollection. + + + + + + + Gets an object that implements the INotifyElementPropertiesChanged interface and owns the current TileItemElementCollection. + + + An INotifyElementPropertiesChanged object that owns the current tile elements collection. + + + + + + + Deletes a specific from the current TileItemElementCollection. + + + + A TileItemElement to be removed. + + + + + + + + + Represents a method that will handle an editor's event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the editor which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomDisplayTextEventArgs class. + + + + An object that represents an editor's value. This value is assigned to the property. + + + + A string that represents an editor's display text. This value is assigned to the property. + + + + + + + + Gets or sets an editor's display text. + + + A string value that represents an editor's display text. + + + + + + + Gets an editor's current value. + + + An object that represents an editor's current value. + + + + + + + + Represents the class which stores settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemZoomTrackBar class. + + + + + + + + This member supports the internal infrastructure and cannot be used directly from your code. + + + + + + + + + + Gets or sets if the property is in effect. + + + true, if the property is in effect; otherwise, false. + + + + + + + Copies the settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Occurs after the ZoomTrackBar control's pressed button has been released. + + + + + + + + Occurs immediately after the ZoomTrackBar control's button has been pressed. + + + + + + + + Labels are not supported in s. + + + + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Labels are not supported in s. + + + + + + + + + + Labels are not supported in s. + + + + + + + + + + Gets or sets the value set to the middle tick. + + + + An Int32 value that is the value set to the middle tick. + + + + + + + + Gets or sets the paint style of the control's scroll thumb. + + + A value. + + + + + + + Labels are not supported in s. + + + + + + + + + + Labels are not supported in s. + + + + + + + + + + Gets or sets the neighborhood around the middle tick where the thumb, when dragged, automatically snaps to the middle tick value. + + + + An integer value that specifies the neighborhood around the middle tick where the thumb, when dragged, automatically snaps to the middle tick value. + + + + + + + + This property is not supported by the RepositoryItemZoomTrackBar class. + + + An integer value. + + + + + + + This property is not supported by the RepositoryItemZoomTrackBar class. + + + A value. + + + + + + + + A zoom track bar. + + + + + + + Initializes a new instance of the ZoomTrackBarControl class. + + + + + + + + Occurs after the ZoomTrackBar control's pressed button has been released. + + + + + + + + Occurs immediately after the ZoomTrackBar control's button has been pressed. + + + + + + + + Calculates the editor's minimum height. + + + The editor's minimum height, in pixels. + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets an object which contains properties, methods and events specific to the control. + + + A object that contains a control's settings. + + + + + + + + Represents the class which stores settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemFontEdit class. + + + + + + + + Copies properties and event handlers of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This property is not supported by the RepositoryItemFontEdit class. + + + A value. + + + + + + + This property is not supported by the RepositoryItemFontEdit class. + + + A value. + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Gets the collection of items displayed in the dropdown. + + + A object. + + + + + + + This property is not supported by the RepositoryItemFontEdit class. + + + A object. + + + + + + + Gets or sets the maximum number of items in the editor's MRU list. + + + An integer value that specifies the maximum number of items in the editor's MRU list. + + + + + + + Gets or sets whether a FontEdit editor only displays the fonts that support the Regular font style. + + + A Boolean value that specifies whether a FontEdit editor only displays the fonts that support the Regular font style. + + + + + + + Gets or sets whether sample previews are displayed for symbol fonts in the dropdown. + + + true if sample previews are displayed for symbol fonts in the dropdown; otherwise, false. + + + + + + + This property is not supported by the RepositoryItemFontEdit class. + + + + + + + + + + This property is not supported by the RepositoryItemFontEdit class. + + + A value. + + + + + + + + An editor that allows you to select a font from a dropdown list. + + + + + + + Initializes a new instance of the FontEdit class. + + + + + + + + Closes the popup window accepting the changes made. + + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets an object which contains properties, methods and events specific to the control. + + + A object that contains a control's settings. + + + + + + + Gets or sets the index of the selected item. + + + An integer value that specifies the index of the selected item. + + + + + + + + Provides the base class for creating and using tile item elements. + + + + + + + Initializes a new instance of the TileItemElement class with default settings. + + + + + + + + Gets or sets the side of the anchor element at which this TileItemElement should appear. + + + An AnchorAlignment enumerator value that specifies the side of the anchor element at which this TileItemElement should appear. + + + + + + + Gets or sets an AnchorElement, relative to which this TileItemElement is aligned. + + + + An AnchorElement, relative to which this TileItemElement is aligned. + + + + + + + + Gets or sets the index of an AnchorElement within the same collection as the TargetElement. + + + An Int32 value that is the index of an AnchorElement to which this TargetElement is anchored. + + + + + + + + Gets or sets the distance between this TargetElement and the AnchorElement to which it is anchored. + + + + An Int32 value that is the distance between this TargetElement and the AnchorElement to which it is anchored. + + + + + + + Gets or sets the anchor offset for this TileItemElement. + + + A Point structure that is the anchor offset for this TileItemElement. + + + + + + + Gets or sets whether the current TileItemElement should be animated during the Tile Animation. + + + true if the current TileItemElement should be animated during the Tile Animation; otherwise, false. + + + + + + + Provides access to appearance settings used to paint the current TileItemElement's + + + A TileItemAppearances object that stores appearance settings used to paint the current TileItemElement's + + + + + + + Copies the content and content settings of the specific TileItemElement to the current one. + + + + A TileItemElement whose content and settings should be copied to the current element. + + + + + + + + Copies the specific content and content settings of the target TileItemElement to the current one. + + + + A TileItemElement whose content and settings should be copied to the current element. + + + + true if text content should be copied; otherwise, false. + + + + true if a glyph should be copied; otherwise, false. + + + + + + + + Returns a copy of this element. + + + A object that is this element's copy. + + + + + + + + Gets a tile element collection to which the current TileItemElement belongs. + + + A TileItemElementCollection that owns the current TileItemElement. + + + + + + + Gets or sets this TileItemElement's height. + + + An Int32 value that is this TileItemElement's height. + + + + + + + Gets or sets a glyph for the current TileItemElement. + + + An Image object that is the current TileItemElement's glyph. + + + + + + + Gets or sets the glyph position for the current TileItemElement. + + + A TileItemContentAlignment enumerator value that specifies the glyph position for the current TileItemElement. + + + + + + + Gets or sets whether this TileItemElement should draw a border around its image. + + + A enumerator value that specifies whether this TileItemElement should draw a border around its image. + + + + + + + Gets or sets the color of a border drawn around this TileItemElement's image. + + + The Color of the border drawn around this TileItemElement's image. + + + + + + + + Gets or sets an index of the image used as the current TileItemElement's glyph. + + + An Int32 value indicating the index of the image used as the current TileItemElement's glyph. + + + + + + + Gets or sets the TileItemElement's graphic content's position. + + + A Point structure that is the glyph's position. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the way a glyph is stretched within the current TileItemElement. + + + A enumerator value that specifies the way a glyph is stretched within the current TileItemElement. + + + + + + + Gets or sets the image size for this TileItemElement. + + + A Size structure that is the image size for this TileItemElement. + + + + + + + Gets or sets an TileItemElement's text position relative to the element's icon. + + + A TileControlImageToTextAlignment that specifies a tile item element's position relative to the item element's . + + + + + + + Gets or sets the distance between a tile item element's glyph and text when grouped. + + + + An Int32 value that specifies the distance between tile item's glyph and text when grouped. + + + + + + + + Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current element. +A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). + + + A object that specifies the uniform resource identifier of the image to be displayed in the current element. + + + + + + + Gets or sets the maximum width this TileItemElement's text can occupy. + + + An Int32 value that is the maximum width this TileItemElement's text can occupy. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether this TileItemElement should be stretched across the entire tile. + + + true, if this TileItemElement should be stretched across the entire tile; otherwise, false. + + + + + + + Gets or sets whether this TileItemElement should be vertically stretched across the entire tile. + + + true, if this TileItemElement should be vertically stretched across the entire tile; otherwise, false. + + + + + + + Gets or sets a text content for the current TileItemElement. + + + A String value that is the current TileItemElement's text content. + + + + + + + Gets or sets the alignment of the TileItemElement's text content. + + + A TileItemContentAlignment enumerator value specifying the alignment of the TileItemElement's text content. + + + + + + + Gets or sets the TileItemElement's text content's position. + + + A Point structure that is the text content's position. + + + + + + + Returns the text content of the current TileItemElement. + + + A String value that is the current TileItemElement's text content. + + + + + + + Gets or sets whether the current TileItemElement's image should be animated during the Tile Animation. + + + true if the current TileItemElement's image should be animated during the Tile Animation; otherwise, false. + + + + + + + Gets or sets whether the current TileItemElement's caption should be animated during the Tile Animation. + + + true if the current TileItemElement's caption should be animated during the Tile Animation; otherwise, false. + + + + + + + Gets or sets this TileItemElement's width. + + + An Int32 value that is this TileItemElement's width. + + + + + + + + A label that supports hyperlinks. + + + + + + + Initializes a new instance of a HyperlinkLabelControl class with the default settings. + + + + + + + + This property is not supported by the HyperlinkLabelControl. The HTML Text Formatting feature is always enabled for this control. + + + + + + + + + + Provides access to appearance settings used to paint the HyperlinkLabelControl. + + + An object that specifies the appearance settings used to paint the control. + + + + + + + Gets or sets when links should be underlined. + + + A value that specifies when links should be underlined. + + + + + + + Gets or sets whether to display links within a HyperlinkLabelControl as visited links. + + + true, if links are displayed as visited links; otherwise, false. + + + + + + + + Contains members that label different Tile sizes. + + + + + + + The default Tile size (equal to the size). + + + + + + + + + A rectangular tile whose side dimensions are twice as large as the property value. + + + + + + + + A square Tile with its dimensions equal to the property value. + + + + + + + + + A rectangular Tile with its side dimensions equal to half of the property value. + + + + + + + + A rectangular Tile twice as long as a Tile. + + + + + + + + + Represents the base class for controls which provide the ability to edit datetime values. + + + + + + + Initializes a new instance of the BaseDateControl class with default settings. + + + + + + + + + Represents the base class for controls which provide the ability to edit datetime values. + + + + + + + Initializes a new instance of the DateControl class with default settings. + + + + + + + + Gets or sets a value which specifies whether the Today button is visible. + + + + true to show the Today button; otherwise, false. + + + + + + + + Contains values that specify the way time is edited in a control. + + + + + + + The time value is edited using spin buttons: + + + + + + + + + + + The time value is edited using a Touch-aware dropdown window: + + + + + + + + + + + + Contains values that specify the Calendar Control's available display modes. + + + + + + + The classic calendar: + + + + + + + + + + + The appearance of the calendar is dependent on the current OS. + + + + + + + + The touch-aware date-editing UI: + + + +Which portions of a date-time value can be edited are specified by the control's mask (see the inherited property). + + + + + + + + The Vista-style calendar: + + + +Which portions of a time value can be edited via the dropdown calendar are specified by a mask. See the Properties.CalendarTimeProperties.Mask () property. + + + + + + + + + A track bar with two sliders that allow a user to select a range of values. + + + + + + + Initializes a new instance of the RangeTrackBarControl class. + + + + + + + + Gets or sets whether an end-user can drag the selected range with the mouse. + + + true if a user can drag the selected range with the mouse; otherwise, false. + + + + + + + Gets the editor's class name. + + + A string that represents the editor's class name. + + + + + + + + Gets an object which contains properties, methods and events specific to track bars. + + + A object that contains range track bar settings. + + + + + + + Gets or sets the editor's value. + + + A object that represents the editor's value. + + + + + + + + Contains settings specific to a editor. + + + + + + + Initializes a new instance of the RepositoryItemRangeTrackBar class. + + + + + + + + Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. + + + true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. + + + + + + + Gets the editor's class name. + + + A string that represents the editor's class name. + + + + + + + + This property is not supported by the RepositoryItemRangeTrackBar class. + + + An integer value. + + + + + + + This property is not supported by the RepositoryItemRangeTrackBar class. + + + An integer value. + + + + + + + + + + + + + + + + Represents the range of values. + + + + + + + Initializes a new instance of the TrackBarRange class. + + + + An integer value that specifies the minimum limit of the range. This value is assigned to the property. + + + + An integer value that specifies the maximum limit of the range. This value is assigned to the property. + + + + + + + + Gets the TrackBarRange object whose minimum and maximum limits of the range are equal to 0. To determine whether the TrackBarRange object is empty, use the property. + + + + + + + + + Determines whether the current object has the same settings as that of the specified object. + + + + + A TrackBarRange object to compare with the current object. + + + true if the object specified by the parameter has the same settings as that of the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current TrackBarRange object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets whether the minimum and maximum limits of the range are equal to 0. + + + true if the minimum and maximum limits of the range are equal to 0; otherwise, false. + + + + + + + + Gets or sets the maximum limit of the range. + + + An integer value that specifies the maximum limit of the range. + + + + + + + Gets or sets the minimum limit of the range. + + + An integer value that specifies the minimum limit of the range. + + + + + + + Returns a human-readable string that represents the TrackBarRange object. + + + A value that represents the TrackBarRange object. + + + + + + + + Lists values that identify a visual element of the Date Editor and Calendar control and its descendants. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The type of the visual element is undefined. + + + + + + + + + + + + + + + + + Enumerates values indicating how the rule has been changed. + + + + + + + Data and UI settings have been updated. + + + + + + + + Data has been updated. + + + + + + + + No changes. + + + + + + + + UI settings have been updated. + + + + + + + + + The message box that supports title bar skinning. + + + + + + + Gets or sets whether the message box is painted using its own look and feel settings. + + + true if the message box is painted using its own look and feel settings; false if the default look and feel settings are used. + + + + + + + Gets or sets whether the HTML text formatting feature is enabled by default in message boxes, displayed using the method. + + + true, if the HTML text formatting feature is enabled by default in message boxes; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + An array of values that specify which buttons to display in the message box. + + + + + The displayed in the message box. + + + + The zero-based index of the default button. + + + + + One of the values that specifies a system-alert level. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified text, caption and buttons. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified owner, text, caption and buttons. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + An array of values that specify which buttons to display in the message box. + + + + + The displayed in the message box. + + + + The zero-based index of the default button. + + + + + One of the values that specifies a system-alert level. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified owner, text, caption, buttons and icon. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified text. + + + + A string value that specifies the text to display in the message box. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified text, caption, buttons and icon. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified owner, text and caption. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified text and caption. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified owner and text. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, owner and text. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, text and caption. + + + + A object whose properties specify the look and feel of the message box. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, owner, text and caption. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified text, caption, buttons, icon and default button. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings and text. + + + + A object whose properties specify the look and feel of the message box. + + + + A string value that specifies the text to display in the message box. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button. + + + + A object whose properties specify the look and feel of the message box. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon. + + + + A object whose properties specify the look and feel of the message box. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, text, caption and buttons. + + + + A object whose properties specify the look and feel of the message box. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as a dialog box's top-level window and owner. + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + + The text to display in the message box. + + + + The message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + A value that specifies whether HTML tags can be used to format a message box' text and caption. See to learn more. + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as a dialog box's top-level window and owner. + + + + The text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + The text to display in the message box. + + + + A string value that specifies the message box's caption. + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + The text to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + The text to display in the message box. + + + + A string value that specifies the caption of the message box. + + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + The text to display in the message box. + + + + A string value that specifies the caption of the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + The text to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + An array of values that specify which buttons to display in the message box. + + + + + The displayed in the message box. + + + + The zero-based index of the default button. + + + + + One of the values that specifies a system-alert level. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + An array of values that specify which buttons to display in the message box. + + + + + The displayed in the message box. + + + + The zero-based index of the default button. + + + + + One of the values that specifies a system-alert level. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + One of the values that specifies which icon to display in the message box. + + + + + One of the values that specifies the default button for the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + The text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + The text to display in the message box. + + + + A string value that specifies the caption of amessage box. + + + + + A value that specifies which buttons to display in the message box. + + + + + One of the values that specifies which icon to display in the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + A object whose properties specify the look and feel of the message box. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + A string value that specifies the text to display in the message box. + + + + A string value that specifies the caption of a message box. + + + + + A value that specifies which buttons to display in the message box. + + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays the XtraMessageBox with the specified settings. + + + + An object that serves as the top-level window and owner of a dialog box. + + + + + A string value that specifies the text to display in the message box. + + + + A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. + + + + One of the values. + + + + + + + Displays an XtraMessageBox with the specified settings. + + + + An XtraMessageBoxArgs object that allows you to dynamically customize the displayed dialog. + + + A enumerator value that specifies which message box button an end-user has clicked. + + + + + + + Gets or sets whether the message box width is restricted based on the available working area, and the text is automatically wrapped. This is a static property. + + + true, if the message box width is restricted based on the available working area, and the text is automatically wrapped; otherwise, false. The default is false. + + + + + + + + Provides error management for DevExpress bound and unbound editors. + + + + + + + Initializes a new instance of the DXErrorProvider class with the specified control container. + + + + A parent of controls whose errors are monitored by the DXErrorProvider. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the class with the specified container. + + + + An object which implements the interface. + + + + + + + + Initializes a new instance of the DXErrorProvider class with the default settings. + + + + + + + + Sets the data source to be monitored for errors. + + + + A data set to be monitored for errors. This value is used to initialize the property. + + + + The name of the specified data set member. This value is used to initialize the property. + + + + + + + + Gets a value indicating whether a control can be extended. + + + + The control to be extended. + + + true if the control can be extended; otherwise, false. + + + + + + + + Visually clears all error icons that have been displayed by the current DXErrorProvider. + + + + + + + + Gets or sets a control which owns the controls monitored for errors. + + + + The that contains the controls monitored for errors by the DXErrorProvider. + + + + + + + + + Gets or sets a data source member monitored for errors. + + + + A string value representing the data source member. + + + + + + + Gets or sets the data source to be monitored for errors. + + + An object which represents the data source. + + + + + + + Gets a list of the controls with which errors of the specified type are associated. + + + + An value that specifies the type of error that editors to be returned must contain. + + + A list of the controls with which errors are associated. + + + + + + + Gets a list of the controls with which errors are associated. + + + A list of the controls with which errors are associated. + + + + + + + Gets an error text associated with the specified control. + + + + A control whose error text is returned. + + + A value that represents the error text associated with the specified control. + + + + + + + Allows you to provide custom error icons for editors. + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Gets the type of error associated with the specified control. + + + + The control whose error type should be obtained. + + + A value that specifies the error type. + + + + + + + Returns the alignment of the error icon associated with the specified control. + + + + A control whose error icon alignment is returned. + + + A value that specifies the alignment of the control's error icon. + + + + + + + Gets whether there is any error that is set via the DXErrorProvider's methods or on the data source level. + + + true if there is any error; otherwise, false. + + + + + + + Returns whether there is any error of the specified type. + + + + An value that represents the error type to be located. + + + true if there is an error of the specified type; otherwise, false. + + + + + + + Updates error information for the specified editor. + + + + The editor whose error information is to be updated. + + + + + + + + Updates error information for all editors managed by the DXErrorProvider. + + + + + + + + Sets an error, of a specific error type for a control. + + + + + A control with which an error is associated. + + + + A string that specifies the error text. + + + + + An value that represents the error type, and the type of error icon that will be displayed. + + + + + + + + + + Sets a default type error for a control. + + + + A control with which an error is associated. + + + + A string that specifies the error text. + + + + + + + + + Sets the type of error associated with the specified control. + + + + The control whose error type is specified. + + + + An value that specifies the error type. + + + + + + + + Specifies the alignment of an error icon for a control. + + + + The control for which the error icon alignment is specified. + + + + A value that specifies the alignment of the control's error icon. + + + + + + + + Updates the binding and display error information, to reflect errors that could have been set on the data store level. + + + + + + + + + + Contains values that specify whether and how a dropdown arrow is displayed within the control. + + + + + + + Identical to the option. + + + + + + + + + The dropdown arrow is hidden. + + + +A dropdown control is invoked on clicking the button unless the is set to false. + + + + + + + + The dropdown arrow is merged into the button. + + + +A dropdown control is invoked on clicking the button unless the is set to false. + + + + + + + + The dropdown arrow is displayed as a separate button. + + + +A dropdown control is invoked on clicking the dropdown arrow button unless the is set to false. + + + + + + + + + Allows end-users to construct filter criteria, and apply them to controls or to a data source. + + + + + + + Initializes a new instance of the FilterControl class. + + + + + + + + Gets the currently active editor used to edit operand value(s). + + + A descendant that represents the currently active editor. null (Nothing in Visual Basic) if no operand value is currently being edited. + + + + + + + Fires when the active editor in the FilterControl is being validated. + + + + + + + + Gets or sets whether filters can be created against properties that are List objects. + + + A value that specifies if filters can be created against properties that are List objects. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the color used to paint text in the FilterControl when it is disabled. + + + The color used to paint text in the disabled FilterControl. + + + + + + + Gets or sets the color of empty values. + + + A structure that specifies the color of empty values. + + + + + + + Gets or sets the color of field names. + + + A structure that specifies the color of field names. + + + + + + + Gets or sets the color of group operators. + + + A structure that specifies the color of group operators. + + + + + + + Gets or sets the color of logical operators. + + + A structure that specifies the color of logical operators. + + + + + + + Gets the appearance settings used to paint tree lines. + + + A object that provides the appearance settings used to paint tree lines. + + + + + + + Gets or sets the color of values. + + + A structure that specifies the color of values. + + + + + + + Applies the filter criteria to the source control. + + + + + + + + Fires before creating an editor used to edit operands in the FilterControl. + + + + + + + + Fires before displaying an editor used to edit operands in the FilterControl. + + + + + + + + Creates empty criteria for the default column (). + + + A Node object that specifies the created empty criteria for the default column. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Fires before an editor used to edit operands is disposed of. + + + + + + + + Occurs after filter criteria in the FilterControl have been modified. + + + + + + + + Gets a filter column collection. + + + A object that represents the collection of filter columns. + + + + + + + Gets or sets the total filter expression. + + + A descendant that represents the total filter expression. + + + + + + + Gets or sets the total filter expression. + + + A value that specifies the total filter expression. + + + + + + + Fires after a value of the property has been changed. + + + + + + + + Gets the object which contains information used to render the Filter Control. + + + + A object. + + + + + + + Gets the default column used to create a new filter in the Filter Control. + + + The default filter column. + + + + + + + Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been clicked. + + + + + + + + Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been double clicked. + + + + + + + + Gets or sets a value which specifies the width of level indents (horizontal tree lines). + + + An integer value that specifies the indent, in pixels. + + + + + + + + Gets or sets the maximum number of atomic operands simultaneously displayed within a group operand. If there are more atomic operands in display mode, the group operand's text representation will be trimmed. In edit mode, the group operand's values will be edited via a control. This feature is supported when the FilterControl is bound to XtraGrid. + + + + An integer value that specifies the maximum number of atomic operands simultaneously displayed within a group operand. + + + + + + + Gets or sets the menu manager which controls the look and feel of the context menus. + + + An object which implements the interface. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the distance between logical expressions. + + + An integer value which specifies the distance between logical expressions, in pixels. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Fires when a popup menu is about to be displayed for the FilterControl's visual elements. + + + + + + + + Specifies the filter column which is used by default when a new logical expression is created. + + + + A object or a descendant which represents the filter column used by default when a new logical expression is created. + + + + + + + + + Creates filter columns. + + + + A object that represents the collection of filter columns. + + + + An object which represents the menu manager which controls the look and feel of the context menus. + + + + + + + + Creates filter columns. + + + + A object that represents the collection of filter columns. + + + + + + + + Gets or sets whether the FilterControl displays date-time specific constants for date-time fields, allowing a filter to be created using these constants. + + + true if the FilterControl displays date-time specific constants for date-time fields; otherwise, false + + + + + + + Gets or sets whether date-time specific operators are available for date-time fields. + + + true if date-time specific operators are available for date-time fields; otherwise, false + + + + + + + Allows the FilterControl's context menus to be customized. + + + + + + + + Gets or sets whether the group commands icon is displayed. + + + true to display the group commands icon; otherwise, false. + + + + + + + Gets or sets whether the IsNull operator is available for string values. + + + true if the IsNull operator is available for string values; otherwise, false. + + + + + + + Gets or sets whether the FilterControl allows specific functions/constants to be used within operand value boxes. + + + true if the FilterControl allows specific functions/constants to be used within operand value boxes; otherwise, false. + + + + + + + Gets or sets whether the operand's value can be swapped. + + + true to allow end-users to swap the operand's value; otherwise, false. + + + + + + + Gets or sets whether column captions appear sorted in the FilterControl's menus. + + + true to sort column captions; otherwise, false. + + + + + + + Gets or sets the source control. + + + An object that represents the source control for the Filter Control. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + null (Nothing in Visual Basic) + + + + + + + Gets or sets whether a menu or combobox editor is used to select operands and operators in a FilterControl. + + + true if a menu is used to select operands and operators in a FilterControl; false if a combobox editor is used. + + + + + + + + An image collection for an control. + + + + + + + Initializes a new instance of the SliderImageCollection class with the specified settings. + + + + An ImageSlider that owns the newly created SliderImageCollection. + + + + + + + + Adds an item to the current SliderImageCollection collection and returns its index. + + + + An Image object to be added to the current SliderImageCollection. + + + An integer value indicating an index of the item added. + + + + + + + Returns whether the current SliderImageCollection contains a specified image object. + + + + + An Image object to check as to whether it belongs to the current SliderImageCollection. + + + + true if the current SliderImageCollection contains a specified image object; otherwise, false. + + + + + + + Returns an index of the specified Image object within the current SliderImageCollection. + + + + An Image object, whose index is to be obtained. + + + An integer value that defines an index of the specified Image object within the current SliderImageCollection. + + + + + + + Places an image object at the specified position in the current SliderImageCollection. + + + + + An integer value indicating a position within the current SliderImageCollection to which an image will be placed. + + + + + An Image object to be added to a specified position in the current SliderImageCollection. + + + + + + + + Provides indexed access to images stored within the SliderImageCollection. + + + + An integer value, specifying a position of the required Image object within the current SliderImageCollection + + + An Image object contained within the current SliderImageCollection at the specified position. + + + + + + + Removes the specified image from the current SliderImageCollection. + + + + An Image object to be removed from the current SliderImageCollection. + + + + + + + + Gets an that owns the current SliderImageCollection. + + + An that owns the current SliderImageCollection. + + + + + + + + Contains settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemSparklineEdit class with default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Overrides the property to hide it. + + + + Always false. + + + + + + + Gets or sets the data source for the RepositoryItemSparklineEdit control. + + + A System.Object class descendant which represents a datasource for a sparkline. + + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Gets or sets the name of a data field containing the sparkline's edit value. + + + + + A string value specifying a field name in the data source. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + A DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Specifies the internal space between the editor's content and its edge, in pixels. + + + + + A value. + + + + + + + + Gets or sets the name of a data field containing values for sorting sparkline data points. + + + + + + A string value specifying a field name in the data source. + + + + + + + Specifies how data points are sorted. + + + A enumeration value. + + + + + + + Gets or sets the name of a data field containing values for sparkline data points. + + + + + A string value specifying a field name in the data source. + + + + + + + + Provides access to the range settings. + + + A object that specifies range settings for the control. + + + + + + + Gets or sets the view used to represent sparkline data. + + + + A class descendant. + + + + + + + + Provides members to specify tile content alignment. + + + + + + + Content appears vertically aligned at the bottom, and horizontally aligned at the center. + + + + + + + + Content appears vertically aligned at the bottom, and horizontally aligned on the left. + + + + + + + + Content appears vertically aligned at the bottom, and horizontally aligned on the right. + + + + + + + + Default content alignment. + + + + + + + + Indicates that manual text alignment, based on the coordinates, should be used. + + + + + + + + + Content is horizontally and vertically aligned at the center. + + + + + + + + Content appears vertically aligned at the center, and horizontally aligned on the left. + + + + + + + + Content appears vertically aligned at the center, and horizontally aligned on the right. + + + + + + + + Content appears vertically aligned on the top, and horizontally aligned at the center. + + + + + + + + Content appears vertically aligned on the top, and horizontally aligned on the left. + + + + + + + + Content appears vertically aligned on the top, and horizontally aligned on the right. + + + + + + + + + A Windows UI-style check editor. + + + + + + + Initializes a new instance of the ToggleSwitch class. + + + + + + + + Gets the editor's class name. + + + A System.String object identifying the class name of the current editor. + + + + + + + Gets or sets the editor's edit value, which specifies the editor's check state. + + + The editor's edit value. + + + + + + + Gets or sets the control's check state. + + + true, if the control is checked; otherwise, false. + + + + + + + Gets an object containing properties, methods and events specific to the control. + + + A object instance containing settings for the control. + + + + + + + This property is not supported by the ToggleSwitch class. + + + + + + + + + + Inverts the state of the ToggleSwitch control. + + + + + + + + Fires when the control's state is changed. + + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemToggleSwitch class. + + + + + + + + Gets or sets whether smooth slide animation for toggling states is enabled. + + + true, if smooth slide animation for toggling states is enabled; otherwise, false. + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + This property is not supported by the control. + + + + + + + + + + Gets the class name of the edit control corresponding to the current repository item. + + + + A System.String object identifying the class name of the corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + A DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. + + + + + + + Gets or sets the text displayed when the editor's state is Off. + + + A string displayed when the editor's state is Off. + + + + + + + Gets or sets the text displayed when the editor's state is On. + + + A string displayed when the editor's state is On. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the text is visible. + + + + true, if the text is visible; otherwise, false. + + + + + + + + Fires when the control's state is changed. + + + + + + + + + A sparkline visualizes data in a highly condensed way, allowing end-users to quickly understand and compare values from different sources. + + + + + + + + Initializes a new instance of the SparklineEdit class with default settings. + + + + + + + + Gets or sets data provided for the SparklineEdit control. + + + + + An array of values. + + + + + + + Gets the class name of the current editor. + + + + A string that is the class name of the current editor. + + + + + + + + Provides access to the editor-specific properties of the SparklineEdit control. + + + + A object. + + + + + + + + Serves as a base for the class. + + + + + + + Initializes a new instance of the class. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + true if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. + + + + An object that contains information which is associated with the button. This value is assigned to the property. + + + + + + + + Gets the button's type. + + + The value. + + + + + + + Gets or sets whether the button is enabled and an end-user can perform actions on it. + + + + true if the button is enabled and an end-user can perform actions on it; otherwise, false. + + + + + + + + Gets or sets the button's hint. + + + A value which represents the text displayed when the mouse pointer is over the button. + + + + + + + Gets or sets the index of the image to display within the button. + + + An integer value which specifies the zero-based index of the image within the source collection. + + + + + + + Gets the source of images to be displayed within the navigation buttons. + + + An object which represents the source of images. + + + + + + + Indicates whether data records are scrolled repeatedly when the button is held down. + + + Always false. + + + + + + + Gets or sets the data associated with the button. + + + An object that contains information which is associated with the button. + + + + + + + Gets or sets whether the button is visible. + + + true if the button is visible; otherwise, false. + + + + + + + + Displays a monthly calendar and allows an end-user to select a date or date range(s). + + + + + + + Initializes a new instance of the CalendarControl class. + + + + + + + + + + + + + + + + + + + + + + Imitates a click on the Today button. + + + + + + + + + + + + + + + + + + + + + Fires when the Today button is clicked. + + + + + + + + + LIsts values that specify how the label is automatically resized to display its entire contents. + + + + + + + In Visual Studio 2002 and 2003, the same as the None option. + +In Visual Studio 2005 and more recent versions, the same as the Horizontal option. + + + + + + + + + + The label is automatically resized to display its entire contents horizontally. The label's size depends only on the length of the text and the font settings, the label cannot be resized by an end-user. + + + + + + + + + Disables the auto size mode. An end-user is allowed to change both the label's width and height. + + + + + + + + + The label's height is automatically changed to display its entire contents. In this instance, an end-user can change the label's width while its height is automatically adjusted to fit the label's text. + + + + + + + + + + Lists the values that specify how an image is aligned relative to the label's text. + + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned at the center. + + + + + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned on the left. + + + + + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned on the right. + + + + + + + + + + + The image is horizontally aligned on the left and vertically aligned at the bottom. + + + + + + + + + + + The image is horizontally aligned on the left and vertically aligned at the center. + + + + + + + + + + + The image is horizontally aligned on the left and vertically aligned at the top. + + + + + + + + + + + The image isn't aligned relative to the label's text. The alignment of the image is specified by the label's appearance settings (). + + + + + + + + The image is horizontally aligned on the right and vertically aligned at the bottom. + + + + + + + + + + + The image is horizontally aligned on the right and vertically aligned at the center. + + + + + + + + + + + The image is horizontally aligned on the right and vertically aligned at the top. + + + + + + + + + + + The image is vertically aligned at the top, and horizontally aligned at the center. + + + + + + + + + + + The image is vertically aligned at the top, and horizontally aligned on the left. + + + + + + + + + + + The image is vertically aligned at the top, and horizontally aligned on the right. + + + + + + + + + + + + Contains settings specific to a editor. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the vertical alignment of the control when the auto-size feature is disabled. + + + A value that specifies the control's vertical alignment. + + + + + + + Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. + + + true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. + + + + + + + Copies the settings of the specified repository item. + + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets or sets a value which specifies whether the editor's height is automatically calculated to fit its content. + + + + Always false. + + + + + + + Gets or sets whether the track bar's size is automatically calculated based on its look and feel settings. + + + true to allow a track bar to automatically calculate its size; otherwise, false. + + + + + + + + + Fires after the value of the property has been changed. + + + + + + + + Allows you to provide custom tooltips for the thumb(s). + + + + + + + + This property is not supported by the RepositoryItemTrackBar class. + + + A object. + + + + + + + Gets or sets the distance between a tick and its label. + + + An Int32 value that is the distance between a tick and its label. + + + + + + + This property is not supported by the RepositoryItemTrackBar class. + + + A object. + + + + + + + Gets the editor's class name. + + + The string that represents the editor's class name. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets whether the selected range is highlighted. + + + true if the selected range is highlighted; otherwise, false. + + + + + + + Gets or sets whether this track bar should be reversed. + + + true, if this track bar should be reversed; otherwise, false. + + + + + + + Provides access to appearance settings used to paint the current 's labels. + + + An ApperanceObject that stores appearance settings for the current 's labels. + + + + + + + Provides access to the collection of labels used within the current . + + + A TrackBarLabelCollection that stores all labels used within the current . + + + + + + + Gets or sets a value to be added to or subtracted from the property when the scroll box is moved a large distance. + + + + An integer value that specifies the large change. + + + + + + + Gets or sets the editor's maximum value. + + + An integer value which specifies the maximum value for the track bar. + + + + + + + Gets or sets the editor's minimum value. + + + An integer value which specifies the minimum value for the track bar. + + + + + + + This property is not supported by the RepositoryItemTrackBar class. + + + A string. + + + + + + + Gets or sets a value that specifies the orientation of the track bar. + + + A value that specifies the orientation of the track bar. + + + + + + + Gets or sets whether the current 's labels are visible. + + + true, if the current 's labels are visible; otherwise, false. + + + + + + + Gets or sets whether hidden ticks should display their labels. + + + true if hidden ticks should display their labels; otherwise, false. + + + + + + + Gets or sets whether to show tooltips when hovering over the thumb(s). + + + true if tooltips are displayed when hovering over the thumb(s); otherwise, false. + + + + + + + Gets or sets a value to be added to or subtracted from the property when the scroll box is moved a small distance. + + + + An integer value that specifies the small change. + + + + + + + Gets or sets the way end-users can move this track bar's thumb backwards or forwards with a specific 'small change' value. + + + + A enumerator value that specifies the way end-users can move this track bar's thumb backwards or forwards by a specific 'small change' value. + + + + + + + + Gets or sets a value that specifies the delta between ticks drawn on a track bar. + + + + An integer value that specifies the delta between ticks. + + + + + + + Gets or sets a value which specifies the location of tick marks within a track bar. + + + + A value that specifies the location of tick marks within a track bar. + + + + + + + + Fires after the value of the property has been changed. + + + + + + + + + Contains settings specific to a editor. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets the editor's class name. + + + The string that represents the editor's class name. + + + + + + + Gets or sets the time period that it takes the progress block to move by one chunk across the progress bar. + + + An integer value that specifies the time period, in milliseconds, that it takes the progress block to move by one chunk across the progress bar. + + + + + + + Gets or sets the width, in pixels, of the progress block. + + + An value that specifies the width, in pixels, of the progress block. + + + + + + + Gets or sets whether the progress bar animation is paused. + + + true if the progress bar animation is paused; otherwise, false. + + + + + + + Gets or sets the animation mode of the control. + + + A value that specifies the animation mode. + + + + + + + Gets an object that provides properties specific to the marquee progress bar. + + + A object that provides settings specific to the marquee progress bar. + + + + + + + Gets or sets whether the control's animation is stopped. + + + true if the control's animation is stopped; otherwise, false. + + + + + + + + Indicates that an operation is going on by continuously scrolling a block from left to right. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the editor's class name. + + + The string that represents the editor's class name. + + + + + + + Gets an object which contains properties, methods and events specific to marquee progress bar controls. + + + A object that contains marquee progress bar settings. + + + + + + + + A track bar. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether the track bar's size is automatically calculated, based on its look and feel settings. + + + + true to allow a track bar to automatically calculate its size; otherwise, false. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + Gets or sets the track bar's background image. + + + An that represents the background image. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + An value that specifies the position of an image on the control. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Allows you to provide custom tooltips for the thumb(s). + + + + + + + + Calculates the minumum height of the editor. + + + The minimum height of the editor, in pixels. + + + + + + + Occurs when a label within the current TrackBarControl needs to be displayed. + + + + + + + + Gets the editor's class name. + + + The string that represents the editor's class name. + + + + + + + Gets or sets the editor's value. + + + An object that represents the editor's value. + + + + + + + Gets or sets the font used to display the editor's contents. + + + A object that specifies the font used to display the editor's contents. + + + + + + + Gets the foreground color of the TrackBarControl. + + + Always SystemColors.WindowText. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + A value. + + + + + + + Gets or sets the Input Method Editor (IME) mode of the control. + + + One of the values. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + Gets or sets the inplace type of editor. + + + A enumeration member specifying the inplace editor type . + + + + + + + + Scrolls the trackbar to the lower end of the range. + + + + + + + + Scrolls the trackbar to the upper end of the range. + + + + + + + + Moves the scroll box to the left on a large distance. + + + + + + + + Moves the scroll box to the right on a large distance. + + + + + + + + Moves the scroll box to the left on a small distance. + + + + + + + + Moves the scroll box to the right on a small distance. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + Gets an object which contains properties, methods and events specific to track bars. + + + A object that contains track bar settings. + + + + + + + Fires the sequence of the events for every tick within a . + + + + + + + + Overrides the property. + + + A string value that represents the text displayed by the editor. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + Returns a string that represents the TrackBarControl. + + + A string that represents the TrackBarControl. + + + + + + + Gets or sets the editor's value. + + + An integer value that specifies the editor's value. + + + + + + + Fires after the value of the property has been changed. + + + + + + + + + Contains appearance settings used to paint a . + + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all settings from the appearance object passed as a parameter. + + + + An object or its descendant that represents the source of the operation. + + + + + + + + Copies the activated appearance settings of objects passed as the first parameter to the current object; properties that aren't activated are set to values specified by the second parameter + + + + An array of appearance objects that specifies the source of the operation. + + + + An object that specifies the default appearance settings. + + + + + + + + Gets or sets the image to be displayed within the label when the control is disabled. + + + A object that is displayed when the control is disabled. + + + + + + + Gets or sets the index of the image to be displayed within the label when the control is disabled. + + + An integer value that represents a zero-based index of an image in the collection. + + + + + + + Releases all resources used by the current appearance object. + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + Gets the image to be displayed in a label control. + + + An object to be displayed in the label. + + + + + + + Gets the image to be displayed in the label, control according to its state. + + + + The label control's state. + + + An image to be displayed. + + + + + + + Gets or sets the image to be displayed within the label when the control is hovered over. + + + A object that is displayed when the control is hovered over. + + + + + + + Gets or sets the index of the image to be displayed within the label when the control is hovered over. + + + An integer value that represents a zero-based index of an image in the collection. + + + + + + + Gets or sets the alignment of the image within the label. + + + A enumeration value that specifies the alignment of the image within the label. + + + + + + + Gets or sets the index of the image displayed within the label. + + + An integer value that specifies the zero-based index of the image displayed within the label. + + + + + + + Gets or sets the source of images to be displayed within the label. + + + An object that is an image collection providing images for the . + + + + + + + Provides access to the appearance object's options. + + + A DevExpress.XtraEditors.LabelControlAppearanceObject object containing the appearance options. + + + + + + + Gets or sets the image to be displayed within the label when the control is pressed. + + + A object that is displayed when the control is pressed. + + + + + + + Gets or sets the index of the image to be displayed within the label when the control is pressed. + + + An integer value that represents a zero-based index of an image in the collection. + + + + + + + Resets all LabelControlAppearanceObject properties to their default values. + + + + + + + + + A label that supports formatted text, images, lines and hyperlinks. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets or sets whether the label image is painted based on the label's foreground color. + + + + true, if the label image is painted based on the label's foreground color; otherwise, false. + + + + + + + + Gets or sets whether HTML formatting is allowed. + + + + true, if HTML formatting is allowed; otherwise, false. + + + + + + + Gets the appearance settings used to paint the label. + + + A object which contains the label's appearance settings. + + + + + + + Provides access to the appearance settings applied when the current label is disabled. + + + A object that specifies the appearance settings applied when the current label is disabled. + + + + + + + Provides access to the appearance settings applied when the current label is hovered over with the mouse pointer. + + + A object that specifies the appearance settings applied when the current label is hovered over with the mouse pointer. + + + + + + + Provides access to the appearance settings applied when the current label is clicked. + + + A object that specifies the appearance settings applied when the current label is clicked. + + + + + + + Gets or sets whether the ellipsis character is appended to the string when the string is truncated. + + + true if the ellipsis character is used when the string is truncated; otherwise, false. + + + + + + + + Gets or sets a value that specifies how the label is automatically resized to display its entire contents. + + + A value that specifies how the label is automatically resized to display its entire contents. + + + + + + + Gets or sets the label control's background color. + + + A value that specifies the control's background color. + + + + + + + Gets or sets the label's background image. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + An that represents the label's background image. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + An value that specifies the position of an image on the control. + + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + A value. + + + + + + + Returns the Y coordinate of the text base line. + + + An integer value that specifies the Y coordinate of the text base line. + + + + + + + + Gets or sets a collection of images to be inserted into the label using HTML tags. + + + A object that stores a collection of images. + + + + + + + Occurs whenever an end-user clicks a hyperlink contained within the current LabelControl. + + + + + + + + Gets or sets a value that specifies how the image is aligned relative to the label's text. + + + An value that specifies how the image is aligned relative to the label's text. + + + + + + + Gets or sets the indent between the image and text of the current LabelControl. + + + An value specifying the indent between the image and text of the LabelControl, in pixels. + + + + + + + Gets or sets the color of the label's line. + + + A value that specifies the line's color. + + + + + + + Gets the location of the LabelControl's line relative to the text. + + + A value that specifies the line location. + + + + + + + Gets or sets the orientation of the LabelControl's line. + + + A value that specifies the line's orientation. + + + + + + + Gets or sets the paint style of the LabelControl's line. This property is in effect when a label is painted using any paint theme, except skins. + + + A value that specifies the paint style of the LabelControl's line. + + + + + + + Gets or sets whether a line is displayed when the label's width extends the width of its text. + + + true to display the line when the label's width extends the width of its text; otherwise, false. + + + + + + + Gets the label's plain text, stripping out HTML tags. + + + + A String value representing the label's text without HTML tags. + + + + + + + Gets the actual auto-size mode. + + + A value. + + + + + + + Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. + + + One of the values. + + + + + + + Gets or sets whether the LabelControl's line has a shadow. This property is in effect when a label is painted using any paint theme, except skins. + + + + true if the LabelControl's line has a shadow; otherwise, false. + + + + + + + Starts the animation of an animated GIF file being displayed in the label. + + + + + + + + Stops animation of an animated GIF file being displayed in the label. + + + + + + + + Gets or sets whether an end-user can tab to the label. + + + + true if tabbing moves focus to the label; otherwise, false. + + + + + + + Gets or sets the label's text. + + + A value that specifies the label's text. + + + + + + + Gets or sets a value indicating whether the label interprets an ampersand character (&) in its Text property to be an access key prefix character. + + + true if the label doesn't display the ampersand character and underlines the character after the ampersand in its displayed text and treats the underlined character as an access key; false if the ampersand character is displayed in the label's text. + + + + + + + + Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically. + + + + + + + A cuttoff/minimum/maximum value is calculated automatically. + + +When setting the and properties, Automatic is equivalent to Number. + + + +When setting the and properties, the maximum and minimum values are calculated automatically + + + +When setting the property, a midpoint value is automatically set to 50%. + + + + + + + + + + + A numeric value. + + + + + + + + A percentage value. + + + + + + + + + Lists modes for displaying dates which do not belong to a current month but are displayed to fill in the first or last row. + + + + + + + If the calendar displays several months, only dates before the first month and after the last month shown are visible. + + + + + + + + + + + + + + + + + + + + + + + + + + Represents the base class for dropdown editors that support the automatic search functionality. + + + + + + + Gets or sets the text used in an automatic search. + + + A string that specifies the text used in an automatic search. + + + + + + + Contains settings specific to the current editor. + + + A object that contains the editor's settings. + + + + + + + Resets the selection and caret position in the editor. + + + + + + + + + + Represents the base class for lookup editors. + + + + + + + When implemented by a class, this method returns a data source row corresponding to the currently selected edit value. + + + + An object that represents a data source row corresponding to the currently selected edit value. + + + + + + + Occurs when a new value entered into the edit box is validated. + + + + + + + + + Gets an object containing properties and methods specific to a lookup editor. + + + A object instance containing settings specific to a lookup editor. + + + + + + + Forces the control to invalidate its client area and immediately redraw itself and any child controls. + + + + + + + + + Contains settings that are common to the descendants of the class. + + + + + + + Initializes a new instance of the RepositoryItemPopupBaseAutoSearchEdit class. + + + + + + + + Copies the settings of the specified repository item. + + + + + A object representing the source of the operation. + + + + + + + + Gets or sets whether the popup window is displayed immediately after an end-user has typed a character in the edit box. + + + + true, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + + + + Gets the editor which owns the current repository item. + + + + The control which owns the current repository item. + + + + + + + + Gets or sets a value indicating whether the dropdown window is sizeable. + + + true, if the dropdown is sizeable; otherwise, false. + + + + + + + + Represents the base class that contains settings common to lookup editors. + + + + + + + Initializes a new instance of the RepositoryItemLookUpEditBase class with default settings. + + + + + + + + Copies settings of the specified repository item. + + + + A object representing the source of the operation. + + + + + + + + Gets or sets the "best-fit" mode for columns in the dropdown window. + + + A value that specifies the "best-fit" mode for columns in the dropdown window. + + + + + + + Gets or sets the source of data displayed in the dropdown window. + + + The source of data displayed in the dropdown. + + + + + + + Gets the default alignment of the editor's contents when the editor operates as an inplace control. + + + The value. + + + + + + + Gets or sets the field whose values are displayed in the edit box. + + + The string identifying the field whose values are displayed in the edit box. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a value indicating whether the dropdown window is sizeable. + + + true, if the dropdown is sizeable; otherwise, false. + + + + + + + Occurs when a new value entered into the edit box is validated. + + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + + Gets or sets whether the dropdown window's footer region is visible. + + + true if the footer is visible; otherwise, false. + + + + + + + Gets or sets the style in which text is displayed and edited in the editor. + + + A value determining the editing style. + + + + + + + Gets or sets the field name whose values identify dropdown rows. + + + The string representing the field name whose values identify dropdown rows. + + + + + + + + Lists the values that determine the display mode for column filter. + + + + + + + Filter buttons are rendered as buttons. They are displayed when a column is filtered or when the mouse cursor hovers over the column header. + + + + + + + + + + + + The same as the option. + + + + + + + + Filter buttons are rendered as small tags. They are displayed when a column is filtered or when the mouse cursor hovers over the column header. + + + + + + + + + + + + + The class that is used to provide data to a chart range control client. + + + + + + + Gets or sets the name of the data field that contains the arguments of the chart range control client's points. + + + A value that specifies the data field name. + + + + + + + Gets or sets the chart range control client provider's data source. + + + An object that represents the data source from which the chart range control client retrieves its data. + + + + + + + Disposes of the current object and releases all the allocated resources. + + + + + + + + + Reloads data from the underlying data source and repaints the viewport area of the range control. + + + + + + + + Gets or sets the name of the data field whose values are used to automatically generate and populate the series of a chart range control client. + + + + + A value that specifies the data field's name. + + + + + + + Specifies a chart client template view type for the range control. + + + A object descendant that is the chart client view type. + + + + + + + Returns the textual representation of the current ChartRangeControlClientDataProvider object. + + + A string that specifies the textual representation of the current ChartRangeControlClientDataProvider object. + + + + + + + Gets or sets the name of the data field that contains the point values of a chart range control client. + + + A value that specifies the data field name. + + + + + + + + Describes a video capture device, operates the device, and processes the received video stream. + + + + + + + Initializes a new instance of the CameraDevice class with the specified settings. + + + + A object that comprises system information about a video capture device. + + + + + + + + Gets the frame currently captured by the device. + + + A Bitmap object that is the frame currently captured by the device. + + + + + + + + Base class for the Date Editor and Date Navigator controls. + + + + + + + Initializes a new instance of the CalendarControlBase class. + + + + + + + + Adds the specified date to the selection. + + + + The date to be added to the selection. + + + + + + + + Adds the specified date range to the selection. + + + + The first date of a range (this date is included in the range) + + + + The last date of a range (this date is NOT included in the range). + + + + + + + + Adds the specified date range to the selection. + + + + The range to be added to the selection. +The object specifies dates that lie in the range between the DateRange.StartDate (including this date) and the DateRange.EndDate (excluding this date). + + + + + + + + Gets or sets whether animation effects are applied when switching between calendar views. + + + true, if calendar views are switched using animation effects; otherwise, false. + + + + + + + Gets or sets whether a click on an inactive date (see ) navigates to the corresponding (previous or next) month. + + + true, if a click on an inactive date navigates to the corresponding (previous or next) month; otherwise, false. + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + Gets or sets whether the calendar automatically adjusts its size depending on the calendar display mode. + + + true, if auto-size mode is enabled; otherwise, false. + + + + + + + This member is not supported by the class. + + + + + + + + + + This member is not supported by the class. + + + + + + + + + + This member is not supported by the class. + + + + + + + + + + + + + + + + + + Contains appearance settings used to paint the Calendar's elements and date cells in various states. + + + The calendar appearance settings. + + + + + + + Gets or sets whether an end-user can select a date in the calendar. Disable this setting to allow end-users to enter only the time portions of date-time values (see ). + + + true, if an end-user can select a date in the calendar; otherwise, false. + + + + + + + Gets or sets the indent between adjacent months, in pixels. + + + The indent between adjacent months, in pixels + + + + + + + Gets or sets whether an end-user can edit the time portion of a date value via the calendar. This functionality is supported in the and display modes. + + + + A value that specifies whether an end-user can edit the time portion of a date value via the calendar. + + + + + + + Contains settings related to time editing within the calendar. + + + Time editing settings. + + + + + + + Gets or sets the calendar display mode. + + + The calendar display mode. + + + + + + + + + + + + + + + Gets or sets the text case of month names. + + + The text case of month names. + + + + + + + Gets or sets the text case of days of the week abbreviations. + + + The text case of days of the week abbreviations. + + + + + + + Gets or sets the amount of space in pixels between a cell's borders and its content (text). + + + Calendar cell padding + + + + + + + Gets or sets calendar cell size. + + + The calendar cell size. + + + + + + + Gets or sets the ICalendarCellStyleProvider object that allows you to customize the appearance of certain dates. + + + The object that allows you to customize the appearance of certain dates. + + + + + + + Gets or sets the number of months displayed horizontally. + + + The number of months displayed horizontally. + + + + + + + Allows you to respond to a context button click. + + + + + + + + Allows you to customize context buttons in certain calendar cells. + + + + + + + + + Provides access to the settings applied to context buttons displayed calendar cells. + + + + + + + + + + Provides access to the collection of context buttons displayed in each calendar cell. + + + The collection of context buttons. + + + + + + + Fires when the , or property value changes. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Allows hints for context buttons () to be customized. + + + + + + + + Occurs when drawing each day cell in the calendar. + + + + + + + + Allows week numbers to be customized. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the edit value (current date). This value is in sync with the property. + + + The edit value. + + + + + + + Fires when the property value changes. + + + + + + + + Fires when the property value changes as a result of actions performed by an end-user. + + + + + + + + + Allows you to disable certain dates to prevent them from being selected by an end-user. + + + + + + + + Allows you assign an ICalendarDisabledDateProvider object that can disable certain dates to prevent them from being selected by an end-user. + + + + + + + + + Gets or sets whether to draw lines between calendar cells. + + + true, if lines between calendar cells are visible; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets the edit value (current date). + + + The current date. + + + + + + + Fires when the property value changes. + + + + + + + + Gets or sets the first day of the week. + + + A enumeration value specifying the first day of the week. + + + + + + + This member is not supported by the class. + + + + + + + + + + This member is not supported by the class. + + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the amount of space around the calendar header displaying the current month and year. This property is in effect for the Classic calendar view. + + + A structure that specifies the amount of space around the calendar header displaying the current month and year. The default is Padding(2,5,2,5). + + + + + + + Gets or sets whether Saturdays and Sundays are highlighted. You can customize the appearance of these days using the property. + + + true, if Saturdays and Sundays are highlighted; otherwise, false. + + + + + + + Gets or sets whether the selection is highlighted. + + + true, if the selection is highlighted; otherwise, false. + + + + + + + Gets or sets whether Today's date is highlighted. + + + A value that specifies if Today's date is highlighted + + + + + + + + + + + + + + + Gets the hot-tracked date. + + + The date that is hovered over. + + + + + + + Gets or sets the visibility of dates that do not belong to the current month. + + + The visibility of dates that do not belong to the current month. + + + + + + + + + + + + + + + Gets or sets the maximum date displayed by the calendar. + + + The maximum date displayed by the calendar. + + + + + + + Gets or sets the minimum date displayed by the calendar. + + + The minimum date displayed by the calendar. + + + + + + + + + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + Gets or sets the date assigned to the property when the Clear button is clicked, or when the property is set to null or any value that cannot be converted to the DateTime type. + + + The value regarded as the Null date. + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets whether the Calendar is read-only, and thus an end-user is not able to change the date selection () and edit value (/). + + + true, if the Calendar is read-only; otherwise, false. + + + + + + + + + + + + + + Gets or sets the number of months displayed vertically. + + + The number of months displayed vertically. + + + + + + + Gets or sets the selected date ranges (DateRange objects). +Each DateRange object identifies dates that are EQUAL OR GREATER THAN the DateRange.StartDate and LESS THAN the DateRange.EndDate. Thus the last date is excluded from the range. + + + A collection of selected date ranges. + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + + + + + + + + + Fires when the selection changes. + + + + + + + + Gets the ending date of the selection. The SelectionEnd date is excluded from the selection. + + + The ending date of the selection. + + + + + + + Gets or sets whether a single date, or multiple dates can be simultaneously selected. + + + + The selection mode. + + + + + + + Gets the first date of the selection. + + + The first date of the selection. + + + + + + + Clears the selection and sets the selection to the specified date. + + + + The date to be selected. + + + + + + + + Clears the selection and sets the selection to the specified date range. + + + + The first date of a range (this date is included into the selection) + + + + The last date of a range (this date is NOT included in the selection). + + + + + + + + Clears the selection and sets the selection to the specified date range. + + + + The range to be selected. +The object specifies dates that lie in the range between the DateRange.StartDate (including this date) and the DateRange.EndDate (excluding this date). + + + + + + + + Gets or sets the visibility of the Clear button, which clears the current selection, sets the property to null and the property to the value. + + + true, if the Clear button is visible; otherwise, false. + + + + + + + Gets or sets whether the calendar footer is displayed. + + + True, to show the calendar footer; otherwise, false. + + + + + + + Gets or sets whether the calendar header is displayed. + + + True, to show the calendar header; otherwise, false. + + + + + + + Gets or sets the visibility of month names for each month. + + + true, if the month name is displayed above each month; otherwise, false. + + + + + + + + Gets or sets the visibility of buttons that let you navigate between months. + + + + + + + + + Gets whether the OK button is displayed. + + + A enumeration value that specifies whether the OK button is displayed. + + + + + + + Gets or sets the visibility of the Today button. + + + The visibility of the Today button. + + + + + + + Gets or sets whether to display week numbers in the calendar. + + + + + + + + + Gets or sets the visibility of buttons that let you navigate between years. + + + + + + + + + Allows you to mark certain dates as "special" dates. These dates will be painted using the dedicated settings provided by the object. + + + + + + + + Allows you to mark certain dates as "special" dates. These dates will be painted using the dedicated settings provided by the object. + + + + + + + + + + + + + + + + + Gets or sets whether changing the / property updates the current selection. + + + true if the current selection is automatically set to the edit date (/) once the edit date is changed; otherwise false. + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the date that is regarded as Today's date. + + + The date that is regarded as Today's date. + + + + + + + Gets or sets the border color of the Today's cell. + + + + + + + + + Gets or sets whether the same day (as in the current month) is selected in another month when you navigate from the current month to that month. + + + + true, if the same day is selected in another month when you navigate from the current month to that month; otherwise, false. + + + + + + + + Gets or sets whether the same range of days (as in the current month) is automatically selected in another month when you navigate from the current month to that month. The property must be set to false to support this feature. + + + true, if the same range of days is automatically selected in another month when you navigate from the current month to that month; otherwise, false. + + + + + + + Gets or sets the current date grouping View. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets which date grouping Views are available in Vista display mode. + + + A value that specifies which date grouping Views are available in Vista display mode. + + + + + + + Gets or sets the length of days of the week abbreviations. + + + The length of days of the week abbreviations. + + + + + + + Gets or sets a rule which determines the first week of the year. + + + The rule that determines the first week of the year. + + + + + + + + An image-browsing control with two click-able navigation elements visible when hovered and smooth animation effects. + + + + + + + Initializes a new instance of the ImageSlider class with default settings. + + + + + + + + Gets or sets whether sliding from the last to the first image and vice versa is enabled. + + + true if sliding from the last to the first image and vice versa is enabled; otherwise, false. + + + + + + + Returns information on the image slider elements located at the specified point. + + + + A System.Drawing.Point structure specifying the test point coordinates relative to the top-left corner of the ImageSlider control. + + + An ImageSliderHitInfo object containing information about the image slider elements located at the test point. + + + + + + + Occurs when an is ready to slide to the next/previous image and navigation buttons are to be displayed. + + + + + + + + Fires when a context button is clicked. + + + + + + + + Provides access to the settings applied to the context buttons displayed in the image slider, and panels containing these buttons. + + + A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the image slider, and panels containing these buttons. + + + + + + + Provides access to the collection of context buttons displayed in the image slider. + + + A ContextItemCollection object that represents the collection of context buttons displayed in the image slider. + + + + + + + Gets a currently displayed image within the ImageSlider object. + + + An that is the currently displayed image within the specified ImageSlider. + + + + + + + Gets or sets the index of the image currently displayed in the ImageSlider control. + + + An integer value that specifies the zero-based index of the image currently displayed in the ImageSlider control. + + + + + + + Occurs when the ImageSlider's currently displayed image is about to change. + + + + + + + + Gets the index of the currently displayed image within the current ImageSlider. + + + + An Int32 value that is the index of the currently displayed image within the current ImageSlider. + + + + + + + + Occurs when an needs to change the currently displayed image to another image. + + + + + + + + Gets or sets the source of images to be displayed in the ImageSlider control. + + + A that represents an image collection providing images for the ImageSlider control. + + + + + + + Gets a collection of images presented by an ImageSlider object. + + + A object specifying images within an ImageSlider object. + + + + + + + Gets whether the ImageSlider control is currently being initialized. + + + true, if the ImageSlider control is currently being initialized; otherwise, false. + + + + + + + Gets or sets the way an image is aligned within the ImageSlider container. + + + An object defining the way an image is aligned within the ImageSlider container. + + + + + + + Gets an image that follows the within the specified ImageSlider object. + + + An object that follows the within the specified ImageSlider object. + + + + + + + Forces the control to invalidate its client area and immediately redraw itself and any child controls. + + + + + + + + Sets the index of the image currently displayed within the current ImageSlider. + + + + + An Int32 value that is the index of the image to be displayed. + + + + + + + + Sets the index of the image currently displayed within the current ImageSlider. The method's parameter specifies whether to use the slide animation. + + + + An integer value that specifies the zero-based index of the image to be displayed. + + + + true, to use the slide animation; otherwise, false. + + + + + + + + Starts animation of the image currently displayed. + + + + + + + + Stops animation of the image currently displayed. + + + + + + + + + Updates the currently displayed image. + + + + + + + + Gets or sets whether images are painted grayed out when the ImageSlider control is disabled. + + + + true, if images are painted grayed out when the ImageSlider control is disabled; otherwise, false. Default is true. + + + + + + + + Gets or sets whether the current ImageSlider operates in the Virtual Mode. + + + true if the current ImageSlider operates in the Virtual Mode; otherwise, false. + + + + + + + + Enumerates comparison operators used to set the property. + + + + + + + The Greater Than operator. + + + + + + + + The Greater Than or Equal To operator. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + An object that fires the event. + + + + A object that contains data for the event. + + + + + + + + + Contains values that identify how an item has beed added to the control. + + + + + + + A new item has been added by an end-user. + + + + + + + + For internal use. + + + + + + + + + An advanced dropdown color picker. + + + + + + + Initializes a new instance of the ColorPickEdit class. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A System.Windows.Forms.Control object representing the control containing the current editor. + + + + A System.Drawing.Point object representing the coordinates of a mouse click. + + + true, a mouse click is allowed; otherwise, false. + + + + + + + Gets whether the "Automatic" color is selected by an end-user in the Custom tab in the dropdown window. + + + true, if the "Automatic" color is selected by an end-user in the Custom tab; otherwise, false. + + + + + + + + Provides a collection for the class objects. + + + + + + + Initializes a new instance of the TileItemFrameCollection class with the specified owner. + + + + An object that is the owner of the created collection. + + + + + + + + Adds a new into a TileItemFrameCollection. + + + + A to be added. + + + An Int32 value indicating the position into which the new frame was added. + + + + + + + Clones all settings from the target TileItemFrameCollection to this TileItemFrameCollection. + + + + A target TileItemFrameCollection object whose settings are to be copied to this TileItemFrameCollection. + + + + + + + + + Gets if the specific presents within the current TileItemFrameCollection. + + + + A TileItemFrame object to be tested. + + + true if the specific presents within the current TileItemFrameCollection; otherwise, false. + + + + + + + Returns the position of the specific within the current TileItemFrameCollection. + + + + A TileItemFrame object whose position within the current collection is to be obtained. + + + A zero-based Int32 value specifying the desired frame's position within the collection. Returns -1 if the frame doesn't belong to the current collection. + + + + + + + Adds the specific into the current TileItemFrameCollection and places it at the desired position. + + + + An Integer value indicating the newly added 's position within the TileItemFrameCollection. + + + + A TileItem to be inserted. + + + + + + + + Provides indexed access to individual items in the TileItemFrameCollection. + + + + A zero-based integer specifying the desired frame's position within the TileItemFrameCollection. If it's negative or exceeds the last available index, an exception is raised. + + + A TileItemFrame object that is contained within the current TileItemFrameCollection. + + + + + + + Gets the collection's owner. + + + A ITileItem object that is the collection's owner. + + + + + + + Deletes a specific from the current TileItemFrameCollection. + + + + A TileItemFrame to be deleted. + + + + + + + + + Provides access to advanced settings. + + + + + + + Initializes a new instance of the RepositoryItemRatingControl class with the default settings. + + + + + + + + Gets or sets whether this 's text can be formatted using HTML tags. + + + A DefaultBoolean enumerator value that specifies whether or not this 's text can be formatted using HTML tags. + + + + + + + Copies all the settings from the target to this RepositoryItemRatingControl. + + + + + A whose properties are to be cloned to this RepositoryItemRatingControl. + + + + + + + + Gets or sets whether the height should be calculated automatically. + + + true, if the height should be calculated automatically; otherwise, false. + + + + + + + Gets or sets whether this should be automatically sized. + + + true, if this should be automatically sized; otherwise, false. + + + + + + + Occurs when an end-user hovers over a rating item and allows you to display a unique hint for this item. + + + + + + + + + Gets or sets the this 's border style. + + + + + + + + + + Gets or sets an image, displayed by a item when this item is checked (selected). + + + An Image displayed by a item when this item is checked (selected). + + + + + + + Returns the textual representation of the type of the editor that owns this RepositoryItemRatingControl object. + + + + Return value: RatingControl. + + + + + + + Gets or sets whether partly checked glyphs are enabled. + + + A value that specifies the rating precision. + + + + + + + Returns a brick object that contains information on how this should be printed. + + + + A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + A object that provides information on how this should be printed. + + + + + + + Gets or sets the regular rating glyph. + + + An Image displayed by rating items in their regular state. + + + + + + + Gets or sets the image displayed by hovered items within this . + + + An Image displayed by hovered items within this . + + + + + + + Gets or sets whether this measures its rating in the opposite direction. + + + true, if this measures its rating in the opposite direction; otherwise, false. + + + + + + + Fires whenever an end-user clicks a rating item within this . + + + + + + + + Gets or sets the number of rating items within this . + + + An Int32 value that is the number of rating items within this . + + + + + + + Gets or sets the distance between neighboring rating items. + + + An Int32 value that is the distance between neighboring rating items. + + + + + + + Occurs when the mouse pointer leaves the rating item's bounds. + + + + + + + + Occurs when an end-user hovers a rating item within this . + + + + + + + + + Gets or sets this 's padding. + + + A Padding structure that specifies the distance between the borders and this control's content. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the rating items' alignment within the . + + + A HorzAlignment enumerator value that specifies the rating items' alignment within the . + + + + + + + Gets or sets the rating item positioning within this . + + + An enumerator value that specifies the rating item positioning within this + + + + + + + Gets or sets the rating items' orientation within the . + + + An enumerator value that specifies the rating items' orientation within the . + + + + + + + Gets or sets whether the text assigned to the property should be visible. + + + true, if the text assigned to the property should be visible; otherwise, false. + + + + + + + Gets or sets the RepositoryItemRatingControl's text position relative to the rating items. + + + + A enumerator object that specifies the RepositoryItemRatingControl's text position relative to the rating items. + + + + + + + + Gets or sets the distance between the 's rating items and this control's text. + + + An Int32 value that specifies the distance between the 's rating items and this control's text. + + + + + + + + Provides a base class for objects. + + + + + + + Initializes a new instance of the SliderBase class with default settings. + + + + + + + + Gets or sets the time required to switch to another image. + + + An integer value that specifies the time, in milliseconds, required to switch to another image. + + + + + + + Gets or sets the time of the fade-in animation effect for scroll buttons. + + + An integer value that specifies the time of the fade-in animation effect for scroll buttons. + + + + + + + Slides to the first image within the . + + + + + + + + Slides to the last image within the . + + + + + + + + Shifts to an image that follows the . + + + + + + + + Shifts back to an image that precedes the . + + + + + + + + Gets the period of time that it takes for an object to switch from one image to another. + + + An Int64 value, indicating how many ticks it takes to switch to another image. + + + + + + + + + Contains values that specify the position on screen at which alert windows are displayed. + + + + + + + An alert window appears at the bottom left corner of the screen. + + + + + + + + An alert window appears at the bottom right corner of the screen. + + + + + + + + An alert window appears at the top left corner of the screen. + + + + + + + + An alert window appears at the top right corner of the screen. + + + + + + + + + Contains values that specify which date grouping Views are available in Windows Vista display mode. + + + + + + + Combines the following views: MonthView, QuarterView, YearView, YearsGroupView and CenturyView. + + + + + + + + A century view: + + + + + + + + + + + Combines the following views: MonthView, YearView, YearsGroupView and CenturyView. + + + + + + + + A month view: + + + + + + + + + + + A year view by quarters: + + + + + + + + + + + + A 12-years view: + + + + + + + + + + + + A year view by months: + + + + + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TabPageCancelEventArgs class with the specified settings. + + + + An object that represents the current page. + + + + An integer value that specifies the index of the page. + + + + A Boolean value that specifies whether the event must be canceled. + + + + A value that identifies the action being performed on a tab page. + + + + + + + + Gets or sets whether the event must be canceled. + + + true if the event must be canceled; otherwise, false. + + + + + + + + Lists modes which determine what dates become selected when selection extends. + + + + + + + Selects entire weeks + + + + + + + + Does not automatically extend the selection to the week's start and end. + + + + + + + + + An editor allowing you to edit time values using spin buttons or dropdown calendar. + + + + + + + Creates a new object. + + + + + + + + Closes the editor's popup window discarding the changes made. + + + + + + + + Occurs when the TimeEdit control's pop-up window is completely closed and allows you to specify exactly how it was closed. + + + + + + + + + Closes the popup window accepting the changes made. + + + + + + + + Allows you to accept or discard the modified TimeEdit control's value after the pop-up window is closed. + + + + + + + + Gets the editor's class name. + + + The string value identifying the editor's class name. + + + + + + + Occurs after the TimeEdit control's pop-up window is completely displayed. + + + + + + + + Gets an object containing properties, methods and events specific to the time editor. + + + A object containing time editor settings. + + + + + + + Occurs when the current TimeEdit attempts to close its pop-up window. + + + + + + + + Occurs when the TimeEdit control attempts to open its pop-up window. + + + + + + + + This method is not supported for TimeEdit controls. + + + + + + + + + Displays the TimeEdit's pop-up window. + + + + + + + + Gets the text string representing the edited time value. + + + A string value representing the editor's value. + + + + + + + Gets or sets the currently edited time value. + + + A object representing the edited time value. + + + + + + + + Contains values that specify the style of custom buttons in alert windows. + + + + + + + + A button functions as a regular button, producing the event when clicked. + + + + + + + + A button functions as a check button, producing the event when its pressed state is changed. + + + + + + + + + The base class for objects that provide data for editor specific events. + + + + + + + Initializes a new instance of the ValueEditorEventArgs class. + + + + A descendant. This value is used to initialize the property. + + + + + + + + Gets the currently processed editor. + + + A descendant that represents the currently processed editor. + + + + + + + + Serves as the base for repository items that provide settings for editors that represent a progress bar. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets or sets a value specifying whether the progress bar's height is changed according to the size of its contents. + + + + + true if the progress bar's height is automatically changed to fit the size of its contents; otherwise false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the indicator's end color. + + + A object that represents the end color of the gradient fill. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets the maximum height of the progress block. + + + An integer value that specifies the maximum height of the progress block. + + + + + + + Gets or sets a value that specifies the direction of the progress indicator. + + + + + A enumeration value that specifies the direction of the progress indicator. + + + + + + + Gets or sets the amount of space around the progress block. + + + A System.Windows.Forms.Padding structure that specifies the amount of space around the progress block. + + + + + + + Gets or sets the manner in which progress should be indicated on the progress bar. + + + A enumeration value that specifies how the progress is indicated on the progress bar. + + + + + + + Gets an object that provides properties specific to the progress bar. + + + A object that provides settings specific to the progress bar. + + + + + + + Gets or sets whether the text that represents the progress bar's current position is displayed. + + + true to display the text; otherwise, false. + + + + + + + Gets or sets the indicator's starting color. + + + A object that represents the starting color for gradient fill. + + + + + + + Gets or sets the orientation of the text within the ProgressBar control. + + + A value that specifies the orientation of the text within the ProgressBar control. + + + + + + + + Serves as a base for classes that represent a collection of style conditions. + + + + + + + Initializes a new instance of the class. + + + + + + + + Appends the specified style format condition to the collection. + + + + A object or descendant to be added to the collection. + + + + + + + + Copies the settings from the object passed as the parameter. + + + + A object or descendant which represents the source of the operation. + + + + + + + + Locks the FormatConditionCollectionBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Occurs when the collection is changed. + + + + + + + + + When overridden in a derived class, performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other. + + + + + The first object to compare. + + + + The second object to compare. + + + An integer value indicating whether one is less than, equal to or greater than the other. + + + + + + + Indicates whether the current collection contains the specified style format condition. + + + + A object or descendant which represents the style format condition to locate in the collection. + + + true if the collection contains the specified style format condition; otherwise, false. + + + + + + + Unlocks the FormatConditionCollectionBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the specified condition's position within the collection. + + + + A object or descendant to locate in the collection. + + + A zero-based integer which represents the condition's position within the collection. -1 if the condition doesn't belong to the collection. + + + + + + + When overridden by descendant classes, indicates whether the control that owns the current collection is currently being initialized. + + + + true if the control is being initialized; otherwise, false. + + + + + + + Gets a style format condition with the specified tag. + + + + An object which contains information associated with the style format condition. + + + A object or descendant which represents a style format condition within the collection whose property's value matches the tag parameter. null (Nothing in Visual Basic) if no style format condition is found. + + + + + + + Provides indexed access to individual items within the collection. + + + + An integer value specifying the item's zero based index within the collection. If its negative or exceeds the last available index, an exception is raised. + + + A object or descendant which resides at the specified position within the collection. + + + + + + + Gets an item from the collection by its name. + + + + A string value specifying the name of the desired item. + + + A object with the required name. null (Nothing in Visual Basic) if there are no items with the specified name in the collection. + + + + + + + Removes the specified object from the collection. + + + + A object to remove. + + + + + + + + + Serves as a base for classes that represent style conditions. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value which specifies the comparison operation. This value is assigned to the property. + + + + A which identifies the current style condition object. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the property. + + + + A which represents the first comparison value. This value is assigned to the property. + + + + A which represents the second comparison value. This value is assigned to the property. + + + + A value which represents a column whose values are used in conditional formatting. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value which specifies the comparison operation. This value is assigned to the property. + + + + A which identifies the current style condition object. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the property. + + + + A which represents the first comparison value. This value is assigned to the property. + + + + A which represents the second comparison value. This value is assigned to the property. + + + + A value which represents a column whose values are used in conditional formatting. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the appearance settings used to paint the elements (e.g., cells in the XtraGrid) that match the specified format condition. + + + A object that provides the appearance settings used to paint the elements that match the specified format condition. + + + + + + + Provides access to appearance settings used to paint this StyleFormatConditionBase's description. + + + An object that stores appearance settings used to paint this StyleFormatConditionBase's description. + + + + + + + Copies the settings from the object passed as the parameter. + + + + A object or descendant which represents the source of the operation. + + + + + + + + Checks whether the specified value in the specified column and data row matches the current style condition. + + + + An object that represents a column. + + + + An object that represents the tested value. + + + + An object that refers to a target row. + + + true, if the specified value in the specified column and row matches the current style condition; otherwise, false. + + + + + + + This method is obsolete. Use the CheckValue overload that takes the row parameter. + + + + + + + + + + + + + + + + + + Gets the collection that owns the current style condition object. + + + A object representing the collection which owns the current object. + + + + + + + Gets or sets the comparison operation used by the style condition object. + + + A enumeration value which specifies the comparison operation. + + + + + + + Gets or sets whether the current condition is in effect. + + + true, if the current condition is in effect; otherwise, false. + + + + + + + Gets or sets the Boolean expression. When it evaluates to true, the is applied to data. The Expression property is in effect when the property is set to . + + + A string that specifies the Boolean expression. + + + + + + + Gets a value indicating whether the current style format condition is enabled. + + + true if the property isn't set to the value; otherwise, false. + + + + + + + Gets or sets the StyleFormatConditionBase object's name. + + + A value that represents the StyleFormatConditionBase object's name. + + + + + + + Gets or sets a value which identifies the current style condition object. + + + A which identifies the current style condition object. + + + + + + + Returns the text representation of the current object. + + + A text representation of the current object. + + + + + + + Gets or sets the first comparison value. + + + A which represents the comparison value. + + + + + + + Gets or sets the second comparison value. + + + A which represents the comparison value. + + + + + + + + Contains data for the event. + + + + + + + Creates a new instance of the CanGetNextPrevImageEventArgs class with a specific sliding direction. + + + + + true for sliding forward; otherwise, false. + + + + + + + + Gets or sets whether an image in the current sliding direction can be displayed. If not - corresponding navigation button will be disabled. + + + true if an image in the current sliding direction can be displayed; otherwise, false. + + + + + + + Specifies the image sliding direction (true for sliding forward, false for sliding backwards). + + + true for an image sliding forward; otherwise, false. + + + + + + + + + Provides appearance settings used to paint a . + + + + + + + Initializes a new instance of a HyperlinkLabelControlAppearanceObject class with the default settings. + + + + + + + + Gets or sets the color used to display links within a disabled (when its Enabled property is set to false). + + + A color used to display disabled links. + + + + + + + Gets or sets the color used to display normal links. + + + An object that specifies the color used to display normal links. + + + + + + + Provides access to the appearance options. + + + An object that specifies the appearance options. + + + + + + + Gets or sets the color used to display links when the is pressed. + + + A color used to display links in the pressed state. + + + + + + + Gets or sets the color used to paint visited links. + + + A color used to paint visited links. + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TabPageEventArgs class with the specified settings. + + + + A object that represents the current page. + + + + An integer value that specifies the index of the page. + + + + A object that represents the action being performed on the page. + + + + + + + + Gets the action being performed on a tab. + + + A value that identifies the action being performed on a tab. + + + + + + + Gets the currently processed page. + + + A object that represents the currently processed page. + + + + + + + Gets the index of the current page. + + + An integer that specifies the index of the current page. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + An object that fires the event. + + + + A object that contains data for the event. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + An object that fires the event. + + + + A object that contains data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TabPageChangingEventArgs class with the specified settings. + + + + An object that represents the old page. + + + + An object that represents the new page. + + + + + + + + Gets or sets whether the event must be canceled. + + + true if the event must be canceled; otherwise, false. + + + + + + + + A text editor that allows you to type a value or choose one of most recently used (MRU) values from a dropdown list. + + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Occurs before a new item is added to the MRU editor. + + + + + + + + Gets the class name of the current editor. + + + A object identifying the class name of the current editor. + + + + + + + Gets an object containing settings specific to the MRU editor. + + + A object instance containing settings for the MRU editor. + + + + + + + + Provides members that indicate which tab headers should display their Pin Buttons. + + + + + + + A Default value. Acts identically to the value. + + + + + + + + Only an active tab page header should display a Pin Button. + + + + + + + + + Only active and hovered tab headers should display a pin button. + + + + + + + + All existing tab headers should display a pin button. + + + + + + + + + Contains values that specify how the text case of strings is changed. + + + + + + + + The text case of a string is modified by the control automatically, based on the control's display mode and other settings. + + + + + + + + All alphabetic characters are in lowercase. + + + + + + + + The first letter of the first word is capitalized. + + + + + + + + If a text string is obtained from the system, it is displayed as is, without text case modifications. + + + + + + + + All alphabetic characters are in uppercase. + + + + + + + + + Provides data for the event + + + + + + + Initializes a new instance of the SpinEventArgs class with the specified settings. + + + + A Boolean value that indicates whether the Up Arrow key or Up Spin button has been pressed, or the mouse wheel has been rotated up. This value is used to initialize the property. + + + + + + + + Gets or sets whether the event has been handled, and no default processing is required. + + + A Boolean value that specifies that the event has been handled, and no default processing is required. + + + + + + + A Boolean value that specifies whether the Up Arrow key or Up Spin button (in a control) has been pressed, or the mouse wheel has been rotated up. + + + true if the Up Arrow key or Up Spin button (in a control) has been pressed, or the mouse wheel has been rotated up; otherwise, false. + + + + + + + + Contains values that specify whether an editor's edit value or display text is exported, when the editor's data is exported in XLS and CSV formats. + + + + + + + Either an editor's value or display text is exported, depending on the editor's type. For the ImageComboBoxEdit and LookUpEdit controls, their display text is exported. For other editors, their edit values (BaseEdit.EditValue), which sometimes match the display text, are exported. + + + + + + + + An editor's display text is exported. + + + + + + + + An editor's edit value is exported. + + + + + + + + + Represents a control that displays a video stream captured from a video input device, such as a webcam. + + + + + + + Initializes a new instance of the CameraControl class. + + + + + + + + Gets or sets whether the control, when displayed for the first time, automatically starts showing the video stream from the default device. + + + true if the control, when displayed for the first time, automatically starts showing the video stream from the default device; otherwise, false. + + + + + + + Fires when a context button is clicked. + + + + + + + + Allows you to customize the context buttons. + + + + + + + + Provides access to the settings applied to the context buttons displayed in the control, and the panels containing these buttons. + + + A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the control, and the panels containing these buttons. + + + + + + + Provides access to the collection of context buttons displayed in the control. + + + A ContextItemCollection object that represents the collection of context buttons displayed in the control. + + + + + + + Gets or sets the video capture device currently used by the control. + + + A object that describes the video capture device currently used by the control. + + + + + + + Occurs when the camera device used by the control is changed. + + + + + + + + Gets or sets the notification displayed by the control if no capture device is found. + + + A String value that specifies the notification displayed by the control if no capture device is found. + + + + + + + Returns the video capture device used by default. + + + A object that the control uses by default. + + + + + + + Returns the new object created based on the specified information. This is a static method. + + + + A object. + + + A object. + + + + + + + Returns the list of the objects containing information about the available video capture devices. This is a static method. + + + A list of the objects containing information about the available video capture devices. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top far corner of the control. + + + true, if the context button that invokes the Camera Settings form is displayed; otherwise, false. + + + + + + + Invokes the form that contains the camera device settings. + + + + + + + + Starts showing the video stream from the currently used device. + + + + + + + + Starts showing the video stream from the specified device. + + + + A object from which to capture and show the video stream. + + + + + + + + Stops showing the video stream from the currently used device. + + + + + + + + Returns the video frame currently captured by the device being used. + + + A object that is the video frame currently captured by the device being used. + + + + + + + + Provides access to the video settings (brightness, contrast, etc.) on the currently used device. + + + A object that comprises the video settings (brightness, contrast, etc.) on the currently used device. + + + + + + + Gets or sets how the video frame fits the control. + + + A enumeration value that specifies how the video frame fits the control. + + + + + + + + Lists values that specify the type of automatic completion mode used by an editor. + + + + + + + + When set to Default, the automatic completion mode is used. + + + + + + + + The automatic completion feature is disabled. + + + + + + + + When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the '0' character is the default. For placeholders that accept alpha characters, the "a" character is the default. + + + + + + + + + + Each time an end-user types a character the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position the editor automatically displays this character and moves the caret to the right of this character. + + + + + + + + + Contains settings that affect the functionality of an editor's mask. + + + + + + + + Initializes a new instance of the MaskProperties class with settings from the specified object. + + + + A object whose settings are used to initialize the newly created MaskProperties object. + + + + + + + + + Initializes a new instance of the MaskProperties class with default settings. + + + + + + + + Occurs after a setting of the current MaskProperties object has been changed. + + + + + + + + + Copies the settings of the specified object to the current MaskProperties object. + + + + + A object whose settings will be copied to the current MaskProperties object. + + + + + + + + Copies the settings from the specified MaskProperties object to the current object. + + + + + A MaskProperties object whose settings are assigned to the current object. + + + + + + + + Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. + + + An value specifying the automatic completion mode used by the editor in the RegEx mask mode. + + + + + + + Gets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character. + + + + true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. + + + + + + + + Occurs when a setting of the current MaskProperties object is about to be changed. + + + + + + + + + Locks the MaskProperties object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Gets or sets a character representing a placeholder within a masked editor. + + + A string whose first character is used as a placeholder. + + + + + + + Creates the default mask manager. + + + A MaskManager object that represents the default mask manager. + + + + + + + Gets or sets the culture whose settings are used by masks. + + + A object whose settings are used by masks. + + + + + + + Gets or sets a mask expression. + + + A string representing a mask expression. + + + + + + + Unlocks the MaskProperties object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + A MaskProperties object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current object. + + + The hash code for the current object. + + + + + + + For the Simple, Regular and RegEx mask types this property gets or sets whether an editor can lose focus when a value hasn't been entered. + + + + true if an editor can lose focus when a value has not been entered; otherwise, false. + + + + + + + + Gets or sets the mask type. + + + A value specifying the mask type used. + + + + + + + + For the Simple, Regular and RegEx mask types this property gets or sets the character used as the placeholder in a masked editor. + + + + The character used as the placeholder in a masked editor. + + + + + + + + For the Simple and Regular mask types this property gets or sets whether constantly displayed mask characters (literals) are included in an editor's value. + + + + true if the constantly displayed mask characters are included in an editor's value; otherwise, false. + + + + + + + For the RegEx mask type this property gets or sets whether placeholders are displayed in a masked editor. + + + + true to display placeholders in a masked editor; otherwise false. + + + + + + + Returns the text representation of the current object. + + + A string that specifies the text representation of the current MaskProperties object.. + + + + + + + Gets or sets whether display values are still formatted using the mask when the editor is not focused. + + + + true if the mask settings are used to format display values when the editor is not focused; false if the object's settings are used instead. + + + + + + + + Lists values that specify the manner in which tab buttons are shown within a tab header panel. + + + + + + + The Close button is always displayed within the page header panel. The Prev and Next buttons are displayed when the property is set to false. + + + + + + + + The option is equivalent to the option. + + + + + + + + Tab buttons are always hidden. + + + + + + + + Tab buttons are automatically shown when the tab control's width is insufficient to display all the page headers. + + + + + + + + + Lists values that specify the alignment of the images displayed within page headers. + + + + + + + Images are centered within page headers and the header's caption is hidden. + + + + + + + + Images are positioned on the right side of page headers. + + + + + + + + + Images are positioned on the left side of page headers. + + + + + + + + The images are not displayed within page headers. + + + + + + + + + Lists values that specify the position of the tab headers in a tab control. + + + + + + + The tab headers are located along the bottom of the tab control. + + + + + + + + + The tab headers are located along the left side of the tab control. + + + + + + + + + The tab headers are located along the right side of the tab control. + + + + + + + + + The tab headers are located along the top of the tab control. + + + + + + + + + + Lists values that specify the orientation of the tab headers in a tab control. + + + + + + + +The default behavior determined by controls. + + + +For an , the orientation of the tab headers depends upon the property's value. If the tab headers are located across the bottom or top of the tab control, they are horizontally oriented. Otherwise, if the tab headers are located along the left or right side of the tab control, they are vertically oriented. + + + +For a in a , the Default option is equivalent to Horizontal. + + + + + + + + + The tab headers are horizontally oriented. + + + + + + + + + The tab headers are vertically oriented. + + + + + + + + + + A method that will handle the and events. + + + + + + + + Represents a method that will handle the and events. + + + + The event sender. Identifies the tab control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + An object which represents the tab page previously processed. This value is assigned to the property. + + + + An object which represents the tab page currently being processed. This value is assigned to the property. + + + + + + + + Gets the tab page currently being processed. + + + An object which represents the tab page currently being processed. + + + + + + + Gets the previously processed tab page. + + + An object which represents the tab page previously processed. + + + + + + + + Provides the appearance settings used to paint the elements in a tab page. + + + + + + + Initializes a new instance of the class. + + + + + + + + Locks the PageAppearance object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Fires after the object's settings have been changed. + + + + + + + + Releases all the resources used by the current object. + + + + + + + + Unlocks the PageAppearance object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the appearance settings used to paint the tab page(s). + + + An object which provides the appearance settings used to paint the tab page(s). + + + + + + + Gets the appearance settings used to paint the header which corresponds to the currently active page. + + + An object which provides the appearance settings used to paint the header of the active page. + + + + + + + + Gets the appearance settings used to paint the header which corresponds to a disabled page. + + + An object which provides the appearance settings used to paint the header of a disabled page. + + + + + + + Gets the appearance settings used to paint the page header over which the mouse pointer is currently hovering. + + + An object which provides the appearance settings used to paint the hot-tracked page header. + + + + + + + Gets the appearance settings used to paint the page's client region. + + + An object which represents the appearance settings used to paint the page's client region. + + + + + + + Restores all the appearance settings and usage options back to their default values and thus stops tab pages from using these appearance settings. + + + + + + + + Tests whether the object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + + Represents a tab control's page collection. + + + + + + + Initializes a new instance of the class with the specified owner. + + + + An object or descendant which represents the tab control that will own the new page collection. This value is assigned to the property. + + + + + + + + Creates a new tab page with the specified text and appends it to the collection. + + + + A value which specifies the page's text. + + + An object which represents the new page. + + + + + + + Appends the specified page to the collection. + + + + An object which represents the new page. + + + + + + + + Creates a new tab page with default settings and appends it to the collection. + + + An object which represents the new tab page. + + + + + + + Appends an array of objects to the collection. + + + + An array of objects to append to the collection. + + + + + + + + + + + + + + + + + + Fires after the page collection has been changed. + + + + + + + + Indicates whether the collection contains the tab page specified. + + + + An object to locate in the collection. + + + true if the collection contains the specified tab page; otherwise, false. + + + + + + + Returns the specified page's position within the collection. + + + + An object which represents the page to be located. + + + An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. + + + + + + + Adds the specified page to the collection at the specified position. + + + + An integer value representing the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. + + + + An object which represents the inserted page. + + + + + + + + Creates a new page with default settings and adds it to the collection at the specified position. + + + + An integer value representing the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. + + + + + + + + Gets the tab page at the specified position within the collection. + + + + An integer value representing the zero-based index of the page. If it's negative or exceeds the number of elements, an exception is raised. + + + An object which represents the tab page at the specified position. + + + + + + + Moves the page to another position within the collection. + + + + A zero-based integer specifying the position within the collection to move the page to. + + + + An object which represents the tab page to move. + + + + + + + + Removes the specified tab page from the collection. + + + + An object which represents the tab page to be removed from the collection. + + + + + + + + + + + + + + + + + + + + + Gets the tab control which displays the pages in this collection. + + + An object or descendant which represents the tab control that owns this page collection. + + + + + + + + + + + + + + + + Represents a single tab page. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Notifies accessibility client applications of the specified event for the specified child control. + + + + + An event being fired. + + + + A child which fires the event. + + + + + + + + Gets or sets whether the current XtraTabPage's icon should be painted in the page's foreground color. + + + + true, if the current XtraTabPage's icon should be painted in the page's foreground color; otherwise, false. + + + + + + + + This member overrides the property. + + + A bitwise combination of the values. + + + + + + + Provides access to the properties that control the tab page's appearance. + + + A object which provides the appearance settings for the tab page's elements. + + + + + + + Gets or sets whether the auto-size feature is enabled. This property is not supported by the XtraTabPage class. + + + true if the auto-size feature is enabled; otherwise, false. + + + + + + + Gets or sets the auto-size mode. This property is not supported by the XtraTabPage class. + + + + A value. + + + + + + + Gets or sets the background color of the tab page's client region. + + + A structure which specifies the background color of the tab page's client region. + + + + + + + Specifies the background image for the control. This property is not supported by the XtraTabPage class. Use the BackgroundImage property of the object instead. + + + A value. + + + + + + + This member is not supported by the XtraTabPage class. + + + + + + + + + + This member overrides the property. + + + A enumeration member which specifies the position and manner in which a control is docked. + + + + + + + Gets or sets whether a tab page can be selected. + + + true if a tab page is enabled and can be selected by an end-user or via code; otherwise, false. + + + + + + + This property is not supported by the XtraTabPage class. + + + + + + + + + + Gets or sets the foreground color of the tab page's client region. + + + A structure which specifies the foreground color of the tab page's client region. + + + + + + + Gets or sets the image displayed within the tab page's header. + + + A object which represents the image displayed within the tab page's header. + + + + + + + Gets or sets the index of the image displayed within the tab page's header. + + + A zero-based integer value specifying the index of an image within the list. + + + + + + + Gets or sets padding for the image displayed in the page's header. + + + A System.Windows.Forms.Padding value that specifies padding for the image. + + + + + + + Gets the source of images which provides images for tab pages. + + + + An which provides images for tab pages. + + + + + + + Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. + + + A structure which represents the upper-left corner of the control relative to the upper-left corner of its container. + + + + + + + This property is not supported by the XtraTabPage class + + + A object. + + + + + + + Gets or sets the maximum width of the current tab header. + + + An integer value that is the maximum width of the current tab header. 0 if the maximum width of the tab header is specified by the property. + + + + + + + Gets or sets whether a tab page can be selected. + + + true if a tab page is enabled and can be selected by an end-user or via code; otherwise, false. + + + + + + + Gets or sets whether the tab page is visible. + + + true if the tab page is visible; otherwise, false. + + + + + + + Gets or sets whether the page contains a Close button. + + + A value that specifies whether a Close button is displayed in the tab. + + + + + + + Gets or sets the control's height and width. + + + A object that represents the control's height and width, in pixels. + + + + + + + Starts the animation of an animated GIF file being displayed in the page's header. + + + + + + + + Stops animation of an animated GIF file being displayed in the tab page's header. + + + + + + + + Gets or sets a for the current tab page's header. + + + A object associated with the current tab page. + + + + + + + Gets the tab control to which the tab page belongs. + + + An object or descendant which owns the tab page. + + + + + + + Gets or sets the tab order of the control within its container. + + + A zero-based integer value specifying the control's index within the set of controls included in the tab order. + + + + + + + Gets or sets the header width for the current tab page. + + + An integer value that specifies the width of the current tab page's header. + + + + + + + Gets or sets a value indicating whether an end-user can focus this page using the TAB key. + + + true if an end-user can focus the page using the TAB key; otherwise, false. + + + + + + + Gets or sets the tab page caption. + + + + A value which specifies the text displayed within the page header. + + + + + + + Gets or sets a regular tooltip for the tab page. + + + A value which specifies the regular tooltip for the tab page. + + + + + + + Gets or sets the type of the tooltip icon to display in a regular tooltip. + + + A enumeration value. + + + + + + + Gets or sets a regular tooltip's title. + + + A string that specifies a regular tooltip's title. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To specify the tab page's visibility use the property instead. + + + true if the tab page is visible; otherwise, false. + + + + + + + + A tab control. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets or sets whether all icons within the current XtraTabControl should be painted in the pages' foreground colors. + + + + true, if all icons within the current XtraTabControl should be painted in the pages' foreground colors; otherwise, false. + + + + + + + + Gets the appearance settings used to paint the XtraTabControl. + + + A object which provides the appearance settings used to paint the tab control. + + + + + + + Provides access to the properties that control the appearance of all the tab pages in the XtraTabControl. + + + A object which provides appearance settings for all the tab pages. + + + + + + + Gets or sets the background color of the tab control's client region. + + + A structure which specifies the background color of the tab control's client region. + + + + + + + Starts the tab control's initialization. + + + + + + + + + Locks the XtraTabControl object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Gets or sets the tab control's border style. + + + A enumeration value specifying the tab control's border style. + + + + + + + Gets or sets the border style of all the tab pages. + + + A enumeration value specifying the border style of all the tab pages. + + + + + + + Returns information about the XtraTabControl elements located at the specified point. + + + + A structure which specifies test point coordinates relative to the tab control's top-left corner. + + + A object that contains information about the tab elements located at the test point. + + + + + + + Returns the tab control's size, calculated from the size of its page. + + + + A structure which represents the size of a tab page's client region. + + + A structure which represents the tab control's size, calculated from the size of its page. + + + + + + + Occurs when the Close button displayed within the XtraTabControl's header is clicked. + + + + + + + + Gets or sets whether Close buttons are displayed in individual tab pages and the tab control's header. + + + A value that specifies the display mode for Close buttons. + + + + + + + + Gets the collection of controls owned by the current XtraTabControl control. This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A NoSerializationControlCollection object. + + + + + + + Occurs when a custom header button is clicked. + + + + + + + + Provides access to the custom header button collection in the current tab control. + + + The object providing access to custom header buttons for the tab control. + + + + + + + Occurs after a page has been deselected. + + + + + + + + Occurs when a page is about to be deselected, and allows cancellation of the operation. + + + + + + + + + Gets the bounds of the tab page's client region. + + + A structure which represents the bounding rectangle of the tab page's client region. + + + + + + + Ends the tab control's initialization. + + + + + + + + Unlocks the XtraTabControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets the index of the tab page whose header is the first visible header onscreen. + + + A zero-based integer which specifies the index of the tab page whose header is the first visible header onscreen. + + + + + + + This property is not supported by the XtraTabControl class. + + + + + + + + + + Gets or sets the control's foreground color. + + + A structure that represents the control's foreground color. + + + + + + + Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row. + + + A enumeration value which specifies whether the tab headers should be automatically stretched to fill the empty space in a tab row. + + + + + + + Occurs when a built-in header button is clicked. + + + + + + + + Gets the options that specify which tab buttons can be displayed within the header panel. + + + A set of flags that specify the visibility of tab buttons. + + + + + + + Gets or sets a value specifying whether and when Close, Next and Prev buttons are displayed in the tab control's header. + + + A value that specifies whether and when tab buttons are displayed within the header. + + + + + + + Gets or sets the position of the tab headers. + + + A enumeration member which specifies the position of the tab headers. + + + + + + + Gets or sets the orientation of the tab headers. + + + A enumeration member which specifies the orientation of the tab headers. + + + + + + + Fires after the hot-tracked page header has been changed. + + + + + + + + Gets or sets the hot-tracked tab page. + + + An object which represents the tab page currently hot-tracked. + + + + + + + Gets or sets the source of the images that can be displayed within page headers. + + + + A that is an image collection providing images for page headers. + + + + + + + Gets a value indicating whether the tab control is currently being initialized. + + + true if the tab control is being initialized; otherwise, false. + + + + + + + Updates a tab control. + + + + + + + + Provides access to the settings which control the tab control's look and feel. + + + A object whose properties specify the tab control's look and feel. + + + + + + + Makes the header of the specified page visible on-screen if it's currently invisible. + + + + An object which represents the tab page. + + + + + + + + Gets or sets the maximum width of tab headers. + + + An integer value that is the maximum width of tab headers. 0 if the width of tab headers is not limited. + + + + + + + Gets or sets whether more than one row of tab headers can be displayed. + + + A value which specifies whether more than one row of tab headers can be displayed. + + + + + + + Gets the bounding rectangle of a tab page's client region. + + + A structure which represents the bounding rectangle of the tab page's client region. + + + + + + + Gets or sets the alignment of the image displayed within the page header. + + + A enumeration member which specifies the image's alignment. + + + + + + + Gets or sets the name of the paint style applied to the tab control. + + + A value specifying the name of the paint style applied to the tab control. + + + + + + + Gets or sets whether right-to-left mirror placement is turned on. + + + A enumeration value that specifies whether right-to-left mirror placement is turned on. + + + + + + + Occurs after a page has been selected. + + + + + + + + Fires after the selected tab page has been changed. + + + + + + + + Allows you to prevent a specific tab page from being activated. + + + + + + + + Gets or sets the currently selected tab page. + + + An object which represents the tab page currently selected. + + + + + + + Gets or sets the index of the currently selected tab page. + + + A zero-based integer which specifies the index of the selected tab page. + + + + + + + Occurs when a specific page is about to be selected, and allows cancellation of the operation. + + + + + + + + + Gets or sets whether a focus frame is displayed around the selected page header. + + + A enumeration member which specifies whether a focus frame is displayed around the selected page header. + + + + + + + Gets or sets whether the page headers are displayed. + + + A enumeration member which specifies whether the page headers are displayed. + + + + + + + Gets or sets whether the tab control can display tooltips. + + + A enumeration member which specifies whether the tab control can display tooltips. + + + + + + + Fires when an end-user presses the middle mouse button over a tab. To ensure that this event fires, set the property to MouseDown or MouseUp. + + + + + + + + + Gets or sets if and when the event fires. + + + + A value that specifies if and when the event fires. + + + + + + + + Provides access to the tab control's page collection. + + + An object which represents a collection of tab pages within a tab control. + + + + + + + Gets or sets the default width for all tab page headers. + + + An integer value that specifies the default width for tab page headers. + + + + + + + This property isn't used. + + + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for a tab control. + + + The component which controls the appearance and behavior of the hints displayed for the tab control. + + + + + + + Gets or sets whether the XtraTabControl uses the non-default painting mode. + + + + true if the XtraTabControl control uses the non-default painting mode; otherwise, false. + + + + + + + + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + + + true if the control is painted grayed out, when it's in the disabled state; otherwise, false. + + + + + + + Gets or sets whether mnemonic characters are used to activate tab pages. + + + true, if mnemonic characters are used to activate tab pages; otherwise, false. + + + + + + + Gets or sets an object which specifies the tab control's painting style. + + + A object or descendant which specifies the tab control's painting style. + + + + + + + + Lists values that specify how the control stores images pasted via the editor's context menu + + + + + + + A pasted image is stored to the editor's edit value as an array of bytes. + + + + + + + + A pasted image is stored either as an object or as an array of bytes to the editor's edit value, depending upon the type of the current edit value. If the editor's EditValue currently stores an object, the newly pasted image will be stored as an as well. Otherwise, the new image will be stored as an array of bytes. + + + + + + + + A pasted image is stored to the editor's edit value as an object. + + + + + + + + + Lists values that specify which functionality is invoked as a result of a click on a column header within the lookup editor's dropdown list. + + + + + + + Clicking a column's header selects this column for incremental searching. + + + + + + + + Clicking a column's header sorts the data by that column. + + + + + + + + + Lists values that specify when the editor's event should be raised. + + + + + + + The event is raised only after an end-user has stopped editing and a specified amount of time () has passed. The time interval between when the user stops editing and the event is raised is specified by the property. + + + + + + + + The event is raised immediately after the editor's value has been changed by an end-user (except for and editors, see the topic for the details). + + + + + + + + + Represents a collection of buttons for alert windows. + + + + + + + Initializes a new instance of the AlertButtonCollection class with the specified owner. + + + + An owner of the current collection. + + + + + + + + Initializes a new instance of the AlertButtonCollection class. + + + + + + + + Adds a new button to the collection. + + + + An to be added to the collection. + + + An integer value that specifies the index of this button in the current collection. + + + + + + + Provides access to the settings of the Close Button, used to close an alert window. + + + An object that contains corresponding settings. + + + + + + + Gets the number of custom buttons in the current collection. + + + An integer value that specifies the number of custom buttons in the current collection. + + + + + + + Disposes of the current object and releases all the allocated resources. + + + + + + + + Locates the button in the collection that has the specified hint. + + + + A string that specified the hint of a button to be located. + + + An object that has been located; null if no button with the specified hint has been located. + + + + + + + + Provides indexed access to the buttons in the collection. + + + + An integer value that specifies the index of the button to be returned from the collection. + + + An object stored at the specified index in the collection. + + + + + + + Provides access to the buttons in the collection by their names. + + + + A string that specifies the name of the button to be located. + + + An object with the specified name. + + + + + + + Provides access to the settings of the Pin Button, used to pin an alert window. + + + An object that contains corresponding settings. + + + + + + + Gets the number of predefined buttons in the current collection. + + + An integer value that specifies the number of predefined buttons in the current collection. + + + + + + + + Enumerates the comparison operators (Equal, Between, Less, etc.). + + + + + + + The format is applied to cells (or corresponding rows) whose values fall into the range specified by the and properties. + + + + + + + + The format is applied to cells (or corresponding rows) whose values match the property value. + + + + + + + + The format is applied to cells (or corresponding rows) if the evaluates to true. + + + + + + + + The format is applied to cells (or corresponding rows) whose values are greater than the property value. + + + + + + + + The format is applied to cells (or corresponding rows) whose values are greater or equal to the property value. + + + + + + + + The format is applied to cells (or corresponding rows) whose values are less than the property value. + + + + + + + + The format is applied to cells (or corresponding rows) whose values are less or equal to the property value. + + + + + + + + The format is applied to all cells in the target column. + + + + + + + + The format is applied to cells (or corresponding rows) whose values fall outside of the range specified by the and properties. + + + + + + + + The format is applied to cells (or corresponding rows) whose values do not match the property value. + + + + + + + + + The base class for objects that apply style formats to controls. + + + + + + + Initializes a new instance of the FormatRuleBase class. + + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The field name of the column that provides values to test against the current formatting rule. + + + + + + + Gets or sets whether the current FormatRuleBase object is enabled. + + + true, if the current FormatRuleBase object is enabled; otherwise, false. + + + + + + + Returns whether the current rule () evaluates to "true" for input values provided by the specified valueProvider. + + + + An object that provides values to test against the current rule. + + + true, if the current rule is true; otherwise, false. + + + + + + + Gets whether the current FormatRuleBase object is properly customized. + + + true, if the FormatRuleBase object is properly customized; otherwise, false. + + + + + + + Gets or sets the name of the current object. + + + The object's name. + + + + + + + Gets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. + + + + The style format rule. + + + + + + + Returns the object type-cast to the specified type. + + + + The object type-cast to the specified type. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell. + + + true, if subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell; otherwise, false. + + + + + + + Gets or sets custom data associated with the current FormatRuleBase object. + + + Custom data associated with the current FormatRuleBase object. + + + + + + + Returns the text representation of the current FormatRuleBase object. + + + The text representation of the current FormatRuleBase object. + + + + + + + + Supports an infrastructure for embedding a custom control into a container control (, , etc.). + + + + + + + + Initializes a new instance of the RepositoryItemAnyControl class. + + + + + + + + Copies settings from the repository item specified as a parameter. + + + + An object whose settings are to be copied to the current object. + + + + + + + + Gets or sets the editor's border style. + + + + A value specifying the editor's border style. + + + + + + + Gets or sets the control displayed by the current RepositoryItemAnyControl object. + + + The control displayed by the current RepositoryItemAnyControl object. + + + + + + + Creates an editor whose type corresponds to the repository item's type. + + + A descendant representing the editor whose type corresponds to this repository item's type. + + + + + + + Gets the class name of the edit control corresponding to the current repository item. + + + + A System.String object identifying the class name of the corresponding editor. + + + + + + + Returns the text representation of the specified edit value. + + + + The value whose text representation is to be returned. + + + The text representation of the specified edit value. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + + A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. + + + + + + + Gets the editor that owns the repository item. + + + The editor that owns the current repository item. + + + + + + + Updates the control that uses the current RepositoryItemAnyControl object. + + + + + + + + Adds registration information on the RepositoryItemAnyControl and a corresponding editor to the default repository. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ShowValueEditorEventArgs class with the specified settings. + + + + An editor that is about to be invoked. This value is assigned to the object's Editor property. + + + + An object that identifies the current node in the FilterControl's tree. This value is assigned to the property. + + + + A DevExpress.Data.Filtering.OperandValue object that is the current value. This value is assigned to the property. + + + + + The index of an operand value. This value is assigned to the property. + + + + + + + + Gets the current node in the FilterControl's tree of criteria. + + + A ClauseNode object that is the current node. + + + + + + + + Allows you to specify a custom editor to be opened instead of the default one, specified by the Editor property. + + + A descendant identifying the custom editor that will be created and displayed instead of the default one. + + + + + + + Gets the index of the current operand value. + + + An integer that specifies the index of the current operand value. + + + + + + + Gets the current operand value. + + + An object that specifies the current operand value. + + + + + + + Gets the operation of the current node. + + + A ClauseType value that specifies the current operation. + + + + + + + + Contains values that specify how the values of colors are presented on-screen. + + + + + + + A color's value is presented in the ARGB format. + + + + + + + + A color's value is presented in hexadecimal format. + + + + + + + + + Contains values that specify the appearance speed of alert windows. + + + + + + + The alert window's appearance speed is fast. + + + + + + + + + The alert window's appearance speed is moderate. + + + + + + + + + The alert window's appearance speed is slow. + + + + + + + + + + Lists values specifying the position of the tabs in a tab container. + + + + + + + The tabs are located across the bottom of the tab container. + + + + + + + + + + The tabs are located along the left side of the tab container. + + + + + + + + + + The tabs are located along the right side of the tab container. + + + + + + + + + + The tabs are located across the top of the tab container. + + + + + + + + + + + A control that allows your end-users to rate a specific content. + + + + + + + Initializes a new instance of the RatingControl class with the default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Raises before the rating tooltip is shown and allows you to show your custom text. + + + + + + + + Returns the string value that names the RatingControl's type. + + + Return value: RatingControl. + + + + + + + Occurs when an end-user clicks a rating item in this RatingControl. + + + + + + + + + Occurs when an end-user moves the mouse pointer away from the rating item area. + + + + + + + + + Fires when an end-user hovers over a rating item. + + + + + + + + + Provides access to the object that stores advanced RatingControl settings. + + + A object that stores advanced RatingControl settings. + + + + + + + Gets or sets the current RatingControl rating. + + + A Decimal value that is the current RatingControl rating. + + + + + + + Gets or sets the text label for this RatingControl. + + + A String value that is the text label for this RatingControl. + + + + + + + + An editor that displays a time interval. + + + + + + + Initializes a new instance of the TimeSpanEdit class. + + + + + + + + Gets the editor's class name. + + + A string value representing the editor's class name. + + + + + + + Gets an object which contains properties, methods and events specific to the time span editor. + + + A object that comprises the settings for the time span editor. + + + + + + + Gets the DateTime representation of the time interval. + + + The DateTime representation of the time interval. + + + + + + + Gets or sets the currently edited time interval. + + + A object representing the edited time interval. + + + + + + + + Enumerates value ranges relative to an average value. + + + + + + + The range that includes values above the average value. + + + + + + + + + The range that includes values below the average value. + + + + + + + + + The range that includes values that are above or equal to the average value. + + + + + + + + + The range that includes values that are below or equal to the average value. + + + + + + + + + + A base class for classes that provide conditional formatting rules based on minimum and maximum thresholds. + + + + + + + Initializes a new instance of a FormatConditionRuleMinMaxBase class. + + + + + + + + Creates a new instance of the FormatConditionRuleMinMaxBase class. + + + A new FormatConditionRuleMinMaxBase instance. + + + + + + + Gets or sets the maximum of the target value range. + + + The maximum of the target value range. + + + + + + + Gets or sets whether the target range's maximum is automatically calculated or specified manually (as a number or percentage). + + + + A value that specifies how the maximum of the target range is defined. + + + + + + + Gets or sets the minimum of the target value range. + + + The minimum of the target value range. + + + + + + + Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage). + + + + + A value that specifies how the minimum of the target range is defined. + + + + + + + + The base class for style formats that allow cells to be customized using the property. + + + + + + + Initializes a new instance of a FormatConditionRuleAppearanceBase class. + + + + + + + + Provides access to appearance settings applied to target cells. + + + An object that specifies appearance settings applied to target cells. + + + + + + + + Gets or sets the name of the predefined style applied to target cells. + + + A string that specifies the name of the predefined style. + + + + + + + + A single icon, which corresponds to a specific range in the format. + + + + + + + Initializes a new instance of a FormatConditionIconSetIcon class. + + + + + + + + Returns the actual icon displayed by the current FormatConditionIconSetIcon object.. + + + The current icon. + + + + + + + Gets or sets a custom icon. + + + A custom icon. + + + + + + + Gets or set a predefined icon. + + + A string value that specifies the name of a predefined icon. + + + + + + + Returns the text representation of the current FormatConditionIconSetIcon object. + + + A string value that specifies the text representation of the current FormatConditionIconSetIcon object. + + + + + + + Gets or sets a threshold value that defines the range to which the current icon corresponds. + + + A value that specifies a threshold of the target value range. + + + + + + + Gets or sets the comparison operator used to define the target range corresponding to the current FormatConditionIconSetIcon object. + + + A value that specifies the comparison operator. + + + + + + + + Contains data for the event. + + + + + + + Initializes a new instance of the ColorPickEditTooltipShowingEventArgs class with the specified settings. + + + + A Color value used to initialize the property. + + + + A string value used to initialize the property. + + + + A string value used to initialize the property. + + + + A value used to initialize the property. + + + + + + + + Gets the color for which a tooltip will be displayed. + + + The Color value for which a tooltip will be displayed. + + + + + + + Gets or sets the content for the current tooltip. + + + A string that is the content for the current tooltip. + + + + + + + Gets the display format of the current color's value displayed in the tooltip. + + + A value that is the display format of the current color's value. + + + + + + + Gets or sets the title for the current tooltip. + + + A string that is the tooltip's title. + + + + + + + + Applies a format if a cell value(s) meets a specific expression. + + + + + + + Initializes a new instance of a FormatConditionRuleExpression class. + + + + + + + + Creates a new instance of the FormatConditionRuleExpression class. + + + A new FormatConditionRuleExpression object. + + + + + + + Gets or sets a Boolean expression. When the expression evaluates to true, a format is applied to cells. + + + A string that specifies the Boolean expression. + + + + + + + + Represents a repository item that stores settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemColorPickEdit class. + + + + + + + + Copies settings from the object passed as the parameter. + + + + A RepositoryItemColorPickEdit object whose settings are copied to the current object. + + + + + + + + Gets or sets the border color of the box displaying the "Automatic" color. + + + + The border color of the box displaying the "Automatic" color. + + + + + + + + Gets or sets the color considered the "Automatic" color, which is selected when an end-user clicks the Automatic button in the Custom tab. + + + + The color considered the "Automatic" color. + + + + + + + + Gets or sets the caption of the Automatic button displayed in the Custom tab in the control. + + + A string that is the caption of the Automatic button displayed in the Custom tab. + + + + + + + Contains settings that affect the appearance of the "Select Color" dialog. + + + A object that contains settings affecting the appearance of the "Select Color" dialog. + + + + + + + + Fires after the "Select Color" dialog has been closed. + + + + + + + + Fires when the "Select Color" dialog is about to be displayed. + + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets the editor which owns the current repository item object. + + + A editor owning the current repository item. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Fires the event. + + + + A object that contains data for the event. + + + + + + + + Provides access to colors displayed in the Recent Colors group in the Custom page. + + + A object that comprises colors displayed in the Recent Colors group in the Custom page. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether the Web-Safe palette is displayed in a separate tab in the control's dropdown. + + + true if the Web-Safe tab is accessible to end-users; otherwise, false. + + + + + + + Provides access to colors displayed in the Standard Colors group in the Custom page. + + + A object that comprises colors displayed in the Standard Colors group in the Custom page. + + + + + + + Provides access to colors displayed in the Theme Colors group in the Custom page. + + + A object that comprises colors displayed in the Theme Colors group in the Custom page. + + + + + + + Gets or sets the tooltip display format of a color's value. + + + A value that is the tooltip display format of a color's value. + + + + + + + Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes. + + + + + + + + + The base class for the control. + + + + + + + Initializes a new instance of the ColorPickEditBase class. + + + + + + + + Fires after the "Select Color" dialog has been closed. + + + + + + + + Fires when the "Select Color" dialog is about to be displayed. + + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Provides access to the editor's settings. + + + A object that holds the control's settings. + + + + + + + Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes. + + + + + + + + + Applies a format if a value matches one of constants. + + + + + + + Initializes a new instance of a FormatConditionRuleContains class. + + + + + + + + Creates a new instance of the FormatConditionRuleContains class. + + + A new FormatConditionRuleContains object. + + + + + + + Gets or sets a list of constants. + + + An object that specifies a list of constants for the formatting rule. + + + + + + + + The base class for classes that implement conditional formatting rules. + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose settings are to be copied to the current object. + + + + + + + + Locks the FormatConditionRuleBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Converts the specified object to the nullable decimal type. + + + + The object to be converted to the nullable decimal type. + + + The result of the conversion. + + + + + + + This method is overridden by FormatConditionRuleBase descendants to create new class instances. + + + A new instance of a FormatConditionRuleBase descendant. + + + + + + + Unlocks the FormatConditionRuleBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns whether the current rule evaluates to "true" for input values provided by the specified valueProvider. + + + + An object that provides values to test against the current rule. + + + true, if the current rule is true; otherwise, false. + + + + + + + Gets whether the current FormatConditionRuleBase object is properly customized. + + + true, if the FormatConditionRuleBase object is properly customized; otherwise, false. + + + + + + + Returns the text representation of the current object. + + + The text representation of the current object. + + + + + + + + Applies a format if a cell value is above or below the column's average. + + + + + + + Initializes a new instance of a FormatConditionRuleAboveBelowAverage class. + + + + + + + + Gets or sets the target range relative to a column's average value. + + + The target range relative to a column's average value. + + + + + + + + Creates a new instance of the FormatConditionRuleAboveBelowAverage class. + + + A new FormatConditionRuleAboveBelowAverage object. + + + + + + + + Applies a format using a three-color scale to display data distribution and variation. + + + + + + + Initializes a new instance of a FormatConditionRule3ColorScale class. + + + + + + + + Creates a new instance of the FormatConditionRule3ColorScale class. + + + A new FormatConditionRule3ColorScale instance. + + + + + + + Gets or sets a value that specifies the midpoint of the target value range. + + + + A value that specifies the midpoint of target the range. + + + + + + + + Gets or sets the color corresponding to the midpoint of the target value range. + + + The color corresponding to the midpoint of the target value range. + + + + + + + + Gets or sets the type of the midpoint of the target range. + + + The type of the midpoint of the target range. + + + + + + + + Applies a format using a two-color scale to display data distribution and variation. + + + + + + + Initializes a new instance of a FormatConditionRule2ColorScale class. + + + + + + + + Creates a new instance of the FormatConditionRule2ColorScale class. + + + A new FormatConditionRule2ColorScale instance. + + + + + + + Gets or sets the color corresponding to the maximum threshold. + + + A value that specifies the color corresponding to the maximum threshold. + + + + + + + Gets or sets the color corresponding to the minimum threshold. + + + A value that specifies the color corresponding to the minimum threshold. + + + + + + + Gets or sets the name of the predefined color scale for the current conditional formatting rule. + + + The name of the predefined color scale for the current conditional formatting rule. + + + + + + + + Applies a format if a column's value meets a specified condition (Equal, Less, Between, etc.). + + + + + + + Initializes a new instance of a FormatConditionRuleValue class. + + + + + + + + Gets or sets the comparison operator (Equal, Between, Less, etc.). + + + The comparison operator. + + + + + + + Creates a new instance of the FormatConditionRuleValue class. + + + A new FormatConditionRuleValue object. + + + + + + + Gets or sets a Boolean expression to which target cells should match. + + + + A string that specifies the Boolean expression. + + + + + + + Gets or sets the first constant that is compared with column values. + + + A value that is compared with column values. + + + + + + + Gets or sets the second constant that is compared with column values. + + + A value that is compared with the column's values. + + + + + + + + Provides the appearance options used to paint a . + + + + + + + Initializes a new instance of a HyperlinkLabelControlAppearanceOptions class with the default settings. + + + + + + + + Copies all settings from the options object passed as the parameter and assigns them to the current object. + + + + An object whose settings are assigned to the current object. + + + + + + + + Determines whether the specified object and the current HyperlinkLabelControlAppearanceOptions object have the same property values. + + + + An object to be compared with the current object. + + + true, if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Gets or sets whether to use the property value. + + + true, if the property value is used; false, if the default color is used. + + + + + + + Gets or sets whether to use the property value. + + + true, if the property value is used; false, if the default color is used. + + + + + + + Gets or sets whether to use the property value. + + + true, if the property value is used; false, if the default color is used. + + + + + + + Gets or sets whether to use the property value. + + + true, if the property value is used; false, if the default color is used. + + + + + + + + Represents a button within an alert window. + + + + + + + Initializes a new instance of the AlertButton class. + + + + + + + + Initializes a new instance of the AlertButton class with the specified image and button style. + + + + A object that specifies the image to be displayed in a button. This value is assigned to the property. + + + + An value that specifies the button style. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AlertButton class with the specified image. + + + + A object that specifies the image to be displayed in a button. This value is assigned to the property. + + + + + + + + Gets or sets the bounds of the button. + + + A structure specifying the button's rectangle. + + + + + + + Disposes of the current object and releases all the allocated resources. + + + + + + + + Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the property is set to ). + + + A Boolean value that specifies the button's pressed state. + + + + + + + Returns the button's size. + + + A structure that specifies the button's size. + + + + + + + Gets or sets the button's hint. + + + A string that specifies the button's hint. + + + + + + + Gets or sets an image displayed within the button + + + A object that specifies the button's image. + + + + + + + Gets or sets an image displayed when the current button functions as a check button and it's in the pressed state. + + + A object that specifies the image representing the button's pressed state. + + + + + + + Gets or sets the index of an image in the collection, referring to the image displayed when the button functions as a check button and it's in the pressed state. + + + An integer value that specifies the index of an image in the collection. + + + + + + + Gets or sets the index of an image in the collection, referring to the image displayed by the button. + + + An integer value that specifies the index of an image in the collection. + + + + + + + Gets the source of images for buttons in alert windows. + + + An object representing the source of images for buttons in alert windows. + + + + + + + Gets or sets the button's name. + + + A string that specifies the button's name. + + + + + + + The method is called when the button is clicked. + + + + + + + + Gets the alert window that displays the current button. + + + + An AlertFormCore object that displays the current button. + + + + + + + Gets whether the current button is one of the predefined buttons (Close, Pin or Dropdown). + + + true if the current button is one of the predefined buttons; otherwise, false. + + + + + + + Emulates changing a button's check state, as if the button were clicked by the mouse. + + + + true to check the button; false to uncheck the button. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets the button's state. + + + An AlertButtonState value that specifies the button's state. + + + + + + + Gets or sets the button's style. + + + An value that specifies the button's style. + + + + + + + Returns the textual representation of the button. + + + A string representation of the button. + + + + + + + Gets or sets the button's visibility. + + + A Boolean value that specifies the button's visibility. + + + + + + + + Lists rules used to determine the first week of the year. + + + + + + + The rule specified by the System.Globalization.DateTimeFormatInfo.CalendarWeekRule property which defines a calendar week for a specific culture. The value is -1. + + + + + + + + Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week. The value is 0. + + + + + + + + Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year. The value is 1. + + + + + + + + Indicates that the first week of the year is the first week with four or more days before the designated first day of the week. The value is 2. + + + + + + + + + A class that provides an icon set for the format. + + + + + + + Initializes a new instance of a FormatConditionIconSet class. + + + + + + + + Gets or sets the category name of the current icon set. + + + A value that specifies the category name of the current icon set. + + + + + + + Gets whether the current icon set contains icons. + + + true, if the current icon set contains one or more icons; otherwise; false. + + + + + + + Specifies an icon collection for the format. + + + An icon collection. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the name of the current icon set. + + + A value that specifies the name of the current icon set. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + A string that specifies the icon set's range description. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns the text representation of the current icon set. + + + A value that specify the text representation of the current icon set. + + + + + + + Gets or sets the type of threshold values for the current icon set. + + + A value that specifies the type of threshold values for the icon set. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method for handling the event of a check list box control. + + + + The event source. This represents the check list box control. + + + + An object containing event data. + + + + + + + + + Provides data for the event of check list box controls. + + + + + + + Initializes a new instance of the class. + + + + The position of the item whose state is about to be changed in the check list box item collection. + + + + A value representing the new checked value for the item. + + + + A value representing the old checked value for the item. + + + + + + + + Gets the index of the item whose checked state is about to be changed. + + + The position of the item in the collection. + + + + + + + Gets or sets a new checked state for the item. + + + A value representing the new checked state for the item. + + + + + + + Gets the item's previous checked state. + + + A value representing the previous checked state of the item. + + + + + + + + Represents a method that will hande the event. + + + + + + + Represents a method for handling the event of a check list box control. + + + + The event source. This represents the check list box control. + + + + An object containing event data. + + + + + + + + + Provides data for the event of check list box controls. + + + + + + + Initializes a new instance of the class. + + + + The position of the item in the check list box item collection, whose state has changed. This value is assigned to the property. + + + + A value representing the new state for the item. This value is assigned to the property. + + + + + + + + Gets the index of the item whose state was changed. + + + An integer value specifying the item's position in the item collection. + + + + + + + Gets the state of the item. + + + A value representing the checked state of the item. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method for handling the event of the control descendants. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A value specifying how an editor's dropdown window is closed. This value is assigned to the property. + + + + + + + + Gets a value that specifies why the popup editor's dropdown window was closed. + + + A value specifying the reason the dropdown window was closed. + + + + + + + + Contains values specifying how a dropdown editor's popup window was closed. + + + + + + + Specifies that the dropdown window was closed because an end-user clicked the editor's dropdown button. + + + + + + + + Specifies that the dropdown window was closed because an end-user pressed the ESC key or clicked the close button (available for , and controls). + + + + + + + + Specifies that the dropdown window was closed because an end-user pressed a shortcut used to close the dropdown (the ALT+DOWN ARROW or ). + + + + + + + + Specifies that the dropdown window was closed because an end-user clicked outside the editor. + + + + + + + + Specifies that the dropdown window was closed because an end-user selected an option from the editor's dropdown. + + + + + + + + + Represents a method that will hande the event. + + + + + + + Represents a method for handling the event of data navigators. + + + + The event source. This represents the data navigator control. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A string value specifying the error description. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + The button whose press fired the exception. + + + + + + + + Initializes a new instance of the class. + + + + A string value specifying the error description. This value is assigned to the property. + + + + A string value specifying the error message box caption. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. + + + + The button whose press fired the exception. + + + + + + + + Gets the navigator's button which caused the exception when it was pressed. + + + The button which raised the exception. + + + + + + + + An object that stores the previously viewed path. + + + + + + + Initializes a new instance of the BreadCrumbHistoryItem class with the default settings. + + + + + + + + Initializes a new instance of the BreadCrumbHistoryItem class with the specified settings. + + + + A String value that is the property value for the newly created BreadCrumbHistoryItem. + + + + + + + + Duplicates the target BreadCrumbHistoryItem. + + + + A BreadCrumbHistoryItem object that is the target BreadCrumbHistoryItem object's clone. + + + + + + + Compares this BreadCrumbHistoryItem with a specific object. + + + + An Object to be compared with this BreadCrumbHistoryItem. + + + true, if the compared object is a BreadCrumbHistoryItem with the same property value as this BreadCrumbHistoryItem; otherwise, false. + + + + + + + Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object's value. + + + An Int32 value that is the BreadCrumbHistoryItem's hash code. + + + + + + + Gets this BreadCrumbHistoryItem's position within its parent collection. + + + An Int32 value that is the BreadCrumbHistoryItem position within its parent collection. + + + + + + + Moves the BreadCrumbHistoryItem to the top of its parent collection. + + + + + + + + + Gets or sets the path within a control to which this BreadCrumbHistoryItem relates. + + + A String value that is the path within a control to which this BreadCrumbHistoryItem relates. + + + + + + + Gets the textual representation of this BreadCrumbHistoryItem. + + + A String value that represents this BreadCrumbHistoryItem object's property value. + + + + + + + + Applies a format using an icon set. + + + + + + + Initializes a new instance of a FormatConditionRuleIconSet class. + + + + + + + + Creates a new instance of the FormatConditionRuleIconSet class. + + + A new FormatConditionRuleIconSet instance. + + + + + + + Gets or sets an icon set. + + + A value that specifies an icon set. + + + + + + + Gets whether the current icon set is properly customized. + + + true, if the current icon set is properly customized; otherwise, false. + + + + + + + + Lists selection modes available for the end-user. + + + + + + + Multiple dates can be selected. + + + + + + + + End-user is allowed to select a single date only. + + + + + + + + + A text editor that applies custom validation to the entered text and transforms text blocks which passed this validation to tokens. + + + + + + + Initializes a new instance of the TokenEdit class with the default settings. + + + + + + + + Focuses this TokenEdit's text box. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Occurs before the peek panel assigned to this is displayed. + + + + + + + + Gets which TokenEdit control's element is located at the specific position. + + + + A Point structure that specifies the target position. + + + An enumerator value that specifies which TokenEdit control's element is located at the specific position. + + + + + + + Gets which token element is located at the specific position. + + + + An Int32 value that is the X-axis coordinate of the target location. + + + + An Int32 value that is the Y-axis coordinate of the target location. + + + An enumerator value that specifies which TokenEdit control's element is located at the specific position. + + + + + + + Gets the currently checked token within this TokenEdit. + + + A TokenEditToken that is the currently checked token within this TokenEdit. + + + + + + + Returns the object that contains all currently checked tokens within this . + + + A object that contains all currently checked tokens within this TokenEdit. + + + + + + + Marks a token with the target value as checked. + + + + An Object that is the value of the token that will be checked. + + + + + + + + Returns this TokenEdit. + + + A TokenEdit object that is this TokenEdit itself. + + + + + + + Forces the TokenEdit's pop-up to close in a specific mode. + + + + + A PopupCloseMode enumerator value that specifies the mode in which the TokenEdit's pop-up is closed. + + + + + + + + Moves focus away from this TokenEdit's text box and optionally removes the last entered text. + + + + true, if the last entered text should be removed; otherwise, false. + + + + + + + + Allows you to re-draw the default token glyph. + + + + + + + + Allows you to re-paint the token text area. + + + + + + + + Returns the textual representation of the TokenEdit class. + + + + Return value: TokenEdit. + + + + + + + Returns the text currently displayed in the TokenEdit. + + + + A String value that is the currently displayed in the TokenEdit text. + + + + + + + + Returns a TokenEditSelectedItemCollection object that contains all tokens currently visible within the editor. + + + A object that contains all tokens currently visible within the editor. + + + + + + + Returns the object that contains the internal information used to render this TokenEdit. + + + A object that contains the internal information used to render the editor. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Checks whether there are any tokens currently displayed within the TokenEdit's edit box. + + + true, if there are any tokens currently displayed within the TokenEdit's edit box; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Checks whether or not this TokenEdit is currently focused. + + + true, if this TokenEdit is currently focused; otherwise, false. + + + + + + + Gets whether the editor's popup is currently open. + + + true, if the editor's popup is currently open; otherwise, false. + + + + + + + Gets or sets whether the TokenEdit's text box currently has focus. + + + true, if the TokenEdit's text box currently has focus; otherwise, false. + + + + + + + Gets the text box that provides text editing functionality. + + + A object that is the editor's text box. + + + + + + + Provides access to an object that stores the main TokenEdit settings. + + + + A object that stores the main TokenEdit settings. + + + + + + + + Scrolls this TokenEdit up or down to the target token. + + + + A TokenEditToken to which this TokenEdit should be scrolled. + + + + + + + + Gets the collection that contains all tokens currently visible within the editor. + + + A object that contains all tokens currently visible within the editor. + + + + + + + Occurs whenever the collection changes. + + + + + + + + Selects a token with the specific value owned by this TokenEdit. + + + + An Object that is the value of the token that should be selected. + + + + + + + + Displays the drop-down assigned to this TokenEdit. + + + + + + + + Gets or sets whether this TokenEdit can be focused by sequentially pressing the Tab keyboard key. +Always equal to true. + + + Always true (this TokenEdit can always be focused using the Tab key). + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs when a token in this TokenEdit changed its checked state. + + + + + + + + + Gets or sets the first visible token row within this TokenEdit. + + + An Int32 value that is the number of the first visible token row within this TokenEdit. + + + + + + + Validates the text entered in this TokenEdit. + + + + + + + + + Allows you to perform the custom validation on text currently entered in this TokenEdit control. + + + + + + + + + A collection of custom buttons in navigator controls. + + + + + + + Initializes a new instance of the NavigatorCustomButtons class. + + + + A collection of buttons displayed within the control. + + + + + + + + Adds a new custom button to the current collection. + + + The button added to the collection. + + + + + + + Adds an array of buttons to the current collection. + + + + An array of button to be added to the current collection. + + + + + + + + Returns the button at the specified index within the current collection. + + + + An integer value representing the button's zero-based index. If negative or exceeds the maximum available index, an exception is raised. + + + The button at the specified position within the current collection. + + + + + + + + A custom button within navigator controls. + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified settings. + + + + The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + true, if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true, if the button is visible; otherwise, false. This value is assigned to the property. + + + + A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. + + + + An object that contains information which is associated with the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified settings. + + + + The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + true, if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified visual position, image index and hint. + + + + The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified image index. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified visual position and image index. + + + + The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with default settings. + + + + + + + + Initializes a new instance of the NavigatorCustomButton class with the specified image index and hint. + + + + An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. + + + + A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. + + + + + + + + Gets or sets the visual position of the current custom button within the combined list of the built-in and custom buttons. + + + A zero-based value that specifies the visual position of the current custom button within the combined list of the built-in and custom buttons. -1 if the custom button is displayed at the end of this list. + + + + + + + + Enumerates value ranges relative to a certain value. + + + + + + + The lowest values. + + + + + + + + The highest values. + + + + + + + + + Enumerates alert window animation effects. + + + + + + + An alert window is displayed using a fade-in effect. + + + + + + + + An alert window appears by sliding horizontally onto the screen from out of the screen. + + + + + + + + An alert window appears by sliding vertically onto the screen from out of the screen. + + + + + + + + An alert window appears onscreen by enlarging its width gradually, from the zero value to the normal width. + + + + + + + + An alert window appears onscreen by enlarging its height gradually from the zero value to the normal height. + + + + + + + + + Serves as a base for progress bar controls. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the control's background color. + + + The control's background color.$ + + + + + + + Gets or sets whether this control can be focused using the TAB key. + + + true if an end-user can focus the progress bar using the TAB key; otherwise, false. + + + + + + + + Provides access to the control's settings. + + + + + + + Initializes a new instance of the RepositoryItemTokenEdit class with the default settings. + + + + + + + + Provides access to appearance settings that allow you to customize the drop-down list appearances for this . + + + An object that stores appearance settings which allow you to customize the drop-down list appearances for this . + + + + + + + Copies all settings from the target to this RepositoryItemTokenEdit object. + + + + A RepositoryItem whose settings should be copied to this RepositoryItemTokenEdit. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the instead to set whether the should automatically expand based on its current content. + + + + + + + + + + + Gets or sets the control's auto-hide mode. + + + A enumerator value that specifies the control's auto-hide mode. + + + + + + + Fires before this control's popup menu is shown. Allows you to customize items within this menu. + + + + + + + + Occurs before the peek panel assigned to this is displayed. + + + + + + + + Returns the object that contains all currently checked tokens in this . + + + + A object that contains all currently checked tokens in this TokenEdit. + + + + + + + + Gets or sets whether only one or multiple tokens can be selected (checked) simultaneously within this control. + + + + A enumerator value that specifies whether only one or multiple tokens can be selected simultaneously within this control. + + + + + + + + Gets or sets whether checked tokens within the related control should be deselected when the editor loses focus. + + + + true, if checked tokens within the related control should be deselected when the editor loses focus; otherwise, false. + + + + + + + + Occurs each time a token needs to be displayed and allows you to manually draw its background. + + + + + + + + Allows you to re-draw the default token glyph. + + + + + + + + Allows you to re-paint the token text area. + + + + + + + + Gets or sets the custom drop-down control for this . + + + A class descendant that serves as the custom drop-down control for this . + + + + + + + Stores the default drop-down list capacity, equal to 7 lines. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Stores the default number of lines (4) a can be expanded to. If a Token Edit needs more than 4 lines to display its content, vertical scroll bar appears. To modify this line count, use the property. + + + + + + + + + + + Gets or sets whether a 's token should be deleted if an end-user clicks this token's image. + + + A enumerator value that specifies whether a 's token should be deleted if an end-user clicks this token's image. + + + + + + + Gets or sets the maximum number of drop-down menu items for this . + + + + An Int32 value that is the maximum number of drop-down menu items for this . + + + + + + + + Gets or sets the way this 's drop-down list is displayed. + + + A enumerator value that specifies the way this 's drop-down list is displayed. + + + + + + + Gets or sets whether an end-user can manually enter and validate any desired text within this . + + + A enumerator value that specifies whether an end-user can manually enter and validate any desired text within this . + + + + + + + Gets the editor's textual representation. + + + Return value: TokenEdit. + + + + + + + Gets or sets the character used to separate the TokenEdit.EditValue property value into multiple text blocks. + + + A Char value that is used to separate the TokenEdit.EditValue property value into multiple text blocks. + + + + + + + Gets or sets the type of this 's edit value. + + + A enumerator value that specifies the type of this 's edit value. + + + + + + + Gets or sets the maximum number of lines this can occupy. + + + + An Int32 value that is the maximum number of lines this can occupy. + + + + + + + + Gets or sets the maximum tokens number this control can simultaneously display. + + + An Int32 value that is the maximum tokens number this control can simultaneously display. + + + + + + + Gets or sets the initial number of rows displayed by this . + + + An Int32 value that is the initial number of rows displayed by this . + + + + + + + Returns a that owns this RepositoryItemTokenEdit. + + + A that owns this RepositoryItemTokenEdit. + + + + + + + Gets or sets how items within this 's popup are filtered. + + + A enumerator value that specifies how items within this 's popup are filtered. + + + + + + + Gets or sets the assigned to this . + + + An IFlyoutPanel object assigned to this . + + + + + + + Provides access to the set of properties that specify the peek panel behavior. + + + A object that stores the set of properties that specify the peek panel behavior. + + + + + + + Gets or sets whether this 's drop-down list should display a size grip. + + + true, if this 's drop-down list should display a size grip; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the collection that contains all tokens currently visible in the . + + + + A object that contains all tokens currently visible in the editor. + + + + + + + + Occurs whenever a token is added or removed to (from) the . + + + + + + + + Provides access to this 's separators collection. + + + A object that stores this 's separators. + + + + + + + Gets or sets whether this control's drop-down list should be displayed. + + + true, if this control's drop-down list should be displayed; otherwise, false. + + + + + + + Gets or sets whether items within this control's drop-down list should display the 'remove' icon. + + + true, if items within this control's drop-down list should display the 'remove' icon; otherwise, false. + + + + + + + Gets or sets whether tokens that were previously added to the editor should still be displayed within the editor's popup menu. + + + + true, if tokens that were previously added to the editor should still be displayed within the editor's popup menu; otherwise, false. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + Always false. + + + + + + + Gets or sets whether token glyphs should be displayed. + + + true, if token glyphs should be displayed; otherwise, false. + + + + + + + Occurs after a new token was successfully added to this . + + + + + + + + Occurs when a new token is about to be added to this . + + + + + + + + Occurs when an end-user checks or unchecks a token within the corresponding . + + + + + + + + Fires whenever an end-user clicks a token displayed within this control. + + + + + + + + Occurs when an end-user double clicks a token within this . + + + + + + + + Gets or sets the location of token icons relative to token captions. + + + + A enumerator value that specifies the location of token icons relative to token captions. + + + + + + + + Fires whenever a user focuses a token. + + + + + + + + Occurs when an end-user hovers a token within this . + + + + + + + + Fires when a token loses mouse focus. + + + + + + + + + Gets or sets whether or not the collection supports automatic population. + + + A enumerator value that specifies whether or not the collection supports automatic population. + + + + + + + Occurs after a token is removed from this . + + + + + + + + + Fires when a token is about to be removed from this . + + + + + + + + Provides access to this control's token collection. + + + A object that stores this control's tokens. + + + + + + + Gets or sets whether this Token Edit Control should be painted using the read-only appearance settings. + + + true, if this Token Edit Control should be painted using the read-only appearance settings; otherwise, false. + + + + + + + Validates the text entered in the editor. + + + + + + + + + Allows you to perform the custom validation on text currently entered in this control. + + + + + + + + Gets or sets a set of validation rules for this . + + + TokenEditValidationRules enumerator values that specify validation rules for this TokenEdit. + + + + + + + + Supports range selection for any data. + + + + + + + Initializes a new instance of the RangeControl class. + + + + + + + + Gets or sets whether ranges are selected using an animation effect. + + + true if ranges are selected using an animation effect; false if animation is disabled. + + + + + + + Gets or sets whether the current selection can be dragged within the Viewport (client area). + + + true, if the current selection can be dragged within the Viewport; otherwise, false. + + + + + + + Gets or sets whether the range selection feature is enabled. + + + true, if range selection is enabled; otherwise, false. + + + + + + + Gets or sets whether changing the selected range via the property visually updates the control using an animation effect. + + + true if the control is updated using an animation effect when the property is changed; otherwise, false. + + + + + + + Scrolls the control so that the selected range is moved to as near the control's center as possible. + + + + + true to scroll the control using an animation effect; otherwise, false. + + + + + + + + Gets or sets the object that visualizes its data within the RangeControl's viewport. + + + An object that visualizes its data within the RangeControl's viewport. + + + + + + + Provides access to range customization options exposed by the . + + + Range customization options exposed by the . + + + + + + + Gets whether animation is in progress. + + + true, if animation is in progress; otherwise, false. + + + + + + + Gets or sets the normalized selected range. + + + A RangeControlNormalizedRange object that specifies the normalized selected range. + + + + + + + Gets or sets the control's orientation. + + + A System.Windows.Forms.Orientation value. + + + + + + + Fires when the selected range is changed. + + + + + + + + Selects a range from the RangeControl's minimum bound to its maximum bound. + + + + + + + + Gets or sets the selected range. + + + A object that specifies the selected range's bounds. + + + + + + + Gets or sets whether the selection is performed via thumbs, flags or both. + + + + The RangeControlSelectionType value that specifies whether the selection is performed via thumbs, flags or both. + + + + + + + + Gets or sets whether the graduations and labels are displayed. + + + true, if the graduations and labels are displayed; otherwise, false. + + + + + + + Gets or sets whether the Zoom&Scroll Bar is displayed. + + + true, if the Zoom&Scroll Bar is displayed; otherwise, false. + + + + + + + Gets or sets the maximum scale(zoom) factor. + + + A double value, greater than or equal to 1, that specifies the maximum scale factor. + + + + + + + Gets the minimum width of the visible range relative to the data total range. + + + A double value that is the minimum width of the visible range, in relative coordinates. + + + + + + + Gets or sets the current scale (zoom) factor. + + + A double value, greater than or equal to 1, that specifies the current scale factor. + + + + + + + Gets or sets the start position of the visible range, in relative coordinates. + + + A double value that is the start position of the visible range, in relative coordinates. + + + + + + + Gets or sets the width of the visible range relative to the data total range. + + + A double value that is the width of the visible range, in relative coordinates. + + + + + + + + Contains values that specify a splash form's start position. + + + + + + + A splash form's default start position. A is displayed centered against the screen and a is centered against its parent form. + + + + + + + + The start position of a splash form is specified manually (via the property or a parameter of the splash form display method). + + + + + + + + + + Provides members that specify how the video frame is stretched to fit the . + + + + + + + The default mode. This value is equivalent to the ZoomInside value. + + + + + + + + The video frame is stretched to fill the available client area. + + + + + + + + Zooms the video frame proportionally, so that it is displayed in the client area in its entirety. + + + + + + + + Zooms the video frame proportionally, making its smaller side (width or height) displayed in its entirety. The frame is centered, so the larger side (height or width) is not displayed in its entirety. + + + + + + + + + + Contains values that specify "best-fit" modes for lookup editors. + + + + + + + The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns to best fit their contents. + + + + + + + + + The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns according to their contents and resizing the dropdown window to fit all the columns. + +The dropdown window cannot be reduced to a size less than the minimum size specified by the editor's property. + + + + + + + + + The "best-fit" functionality is not invoked. + + + + + + + + + Contains values that specify how records are filtered within a grid lookup editor's popup window. + + + + + + + Selects records that contain the specified sub-string. + + +A search for rows is performed against the column specified by the editor's Properties.DisplayMember property (). + + + + + + + + + For the control, this option is equivalent to the Contains option, except in the following cases, where it's equivalent to the StartsWith mode: +- text editing is disabled ( is not set to Standard) +- text editing is enabled and the auto complete feature is active () + + +For , this option is equivalent to the Contains option. A search is performed using the search functionality provided by the Find Panel. +By default, all columns are searched through. If required, you can limit the search columns via the editor's Properties.View.OptionsFind.FindFilterColumns property (). + + + + + + + + + + Selects records whose field values start with the specified string. + + +A search for rows is performed against the column specified by the editor's Properties.DisplayMember property (). + + + + + + + + + + Contains values that specify a form's Z-order relative to other forms. + + + + + + + A form is displayed topmost. + + + + + + + + A form is displayed above its parent. + + + + + + + + Specifies a form's default position relative to other forms. +Currently, Default is equivalent to AboveParent. + + + + + + + + This option applies the old algorithm that keeps a form above its parent. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TileItemDragEventArgs class with default settings. + + + + + + + + Gets or sets a tile item that fired an event which takes the TileItemDragEventArgs object as a parameter. + + + A object that fired an event which takes the TileItemDragEventArgs object as a parameter. + + + + + + + Gets the to which a being dragged is about to be placed. + + + + A TileGroup in which the current Tile is about to be placed. + + + + + + + + A method that will handle events fired when a is being dragged (the and events). + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the TileItem which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Contains data for events that occur for s. + + + + + + + Initializes a new instance of the TileItemEventArgs class with the default settings. + + + + + + + + Gets or sets a that caused firing a related event. + + + A that caused firing a related event. + + + + + + + + A method that will handle a TileControl's event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the TileItem which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Provides members that specify a glyph's stretching mode. + + + + + + + Acts as the value. + + + + + + + + An image is displayed in its original size and arranged according to the property. + + + + + + + + An image is displayed as is if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. + + + + + + + + A glyph is stretched in order to fit within the area of a tile item. + + + + + + + + A glyph is stretched horizontally. Its height remains unchanged. + + + + + + + + A glyph is stretched vertically. Its width remains unchanged. + + + + + + + + Zooms an image proportionally so that it's displayed within the client area in its entirety. + + + + + + + + Zooms an image proportionally, allowing its smaller side (width or height) to be displayed in its entirety. The image is centered, so the larger side (height or width) will not be displayed in its entirety. + + + + + + + + + + Provides members that specify tile items check options. + + + + + + + Allows an end-user to check multiple tile items in a single . + + + + + + + + Disables checking tile items within a . + + + + + + + + Allows an end-user to check only one tile item within a at a time. + + + + + + + + + Provides members that specify how a tile item glyph is arranged related to text content. + + + + + + + Aligns text according to the and places the icon below it. + + + + + + + + Acts as the value disabling an image-to-text grouping. + + + + + + + + Aligns text according to the and places the icon to the left. + + + + + + + + Disables image-to-text grouping. + + + + + + + + Aligns text according to the and places the icon to the right. + + + + + + + + Aligns text according to the and places the icon above it. + + + + + + + + + Provides members that specify a 's scrolling mode. + + + + + + + Specifies default scroll mode settings. Results in the same appearance as the TileControlScrollMode.None value. + + + + + + + + + Prevents any visual scrolling elements from being displayed. content scrolling is still available via mouse scroll (PC users) or sliding the control (touch-input devices users). + + + + + + + + + Sets a to display scroll bars when scrolling is enabled. + + + + + + + + Sets a to display scroll buttons when scrolling is enabled. + + + + + + + + + Provides the functionality of tile frames. + + + + + + + Initializes a new instance of the TileItemFrame class with the default settings. + + + + + + + + Gets or sets if the current frame's background should be animated when the frame is displayed. + + + true if the current frame's background should be animated when the frame is displayed; otherwise, false. + + + + + + + Gets or sets if the current frame's glyphs should be animated when the frame is displayed. + + + true if the current frame's glyphs should be animated when the frame is displayed; otherwise, false. + + + + + + + Gets or sets if the current frame's text content should be animated when the frame is displayed. + + + true if the current frame's text content should be animated when the frame is displayed; otherwise, false. + + + + + + + Gets or sets the animation effect used to display the current TileItemFrame. + + + A TileItemContentAnimationType enumerator value specifying what animation effect will be used to display the current TileItemFrame. + + + + + + + Provides access to appearance settings for this TileItemFrame. + + + An AppearanceObject that stores appearance settings for this TileItemFrame. + + + + + + + Gets or sets the current TileItemFrame's background image. + + + An Image object, set as the current TileItemFrame's background. + + + + + + + Provides access to a collection of s used by the current TileItemFrame. + + + A TileItemElementCollection object that contains the s used by the current TileItemFrame. + + + + + + + Gets or sets the current tile item frame's icon. + + + An Image object that is the current tile item frame's icon. + + + + + + + Gets or sets a period of time that will elapse before the current TileItemFrame is changed to the next one. + + + + An Int32 value specifying a period of time that will elapse before the current TileItemFrame is changed to the next one. + + + + + + + + Gets or sets the data associated with a TileItemFrame object. + + + An Object containing the information associated with a TileItemFrame object. + + + + + + + + Gets or sets the first text block's content within the current TileItemFrame. +This property is now obsolete. Use the instead. + + + A String value specifying the first text block's content within the current TileItemFrame. + + + + + + + Gets or sets the second text block's content within the current TileItemFrame. +This property is now obsolete. Use the instead. + + + A String value specifying the second text block's content within the current TileItemFrame. + + + + + + + Gets or sets the third block's content within the current TileItemFrame. +This property is now obsolete. Use the instead. + + + + A String value specifying the third text block's content within the current TileItemFrame. + + + + + + + Gets or sets the fourth text block's content within the current TileItemFrame. +This property is now obsolete. Use the instead. + + + A String value specifying the fourth text block's content within the current TileItemFrame. + + + + + + + Gets or sets if the current TileItemFrame should display its own . + + + true if the current TileItemFrame should display its own ; false to display the previous frame's image. + + + + + + + + Gets or sets if the current TileItemFrame should display its own glyphs. + + + true if the current TileItemFrame should display its own glyphs; false to display the previous frame's glyphs. + + + + + + + + Gets or sets if the current TileItemFrame should display its own text content. + + + true if the current TileItemFrame should display its own text content; false to display the previous frame's context. + + + + + + + + + Provides a collection for the class objects. + + + + + + + Initializes a new instance of the TileItemCollection with specific settings. + + + + A object that owns the item collection created. + + + + + + + + Adds the specified item to the current collection. + + + + An ITileItem object to be added to the collection. + + + A zero-based index of the item in the collection. + + + + + + + Gets if the specific presents within the current TileItemCollection. + + + + A TileItem object to be tested. + + + true if the specific presents within the current TileItemCollection; otherwise, false. + + + + + + + Disposes of the current collection. + + + + + + + + Returns an enumerator that iterates through the collection. + + + An IEnumerator object that can be used to iterate through the collection. + + + + + + + Gets the position of the specified in the current item collection. + + + + A whose index is to be obtained. + + + A zero-based Int32 value that is the index of the in the current item collection. + + + + + + + Inserts new into the current TileItemCollection and places it at a specific position. + + + + + An Int32 value indicating the position at which the new item should be placed. + + + + + A to be added. + + + + + + + + Provides indexed access to individual items in the TileItemCollection. + + + + A zero-based integer specifying the desired item's position within the TileItemCollection. If it's negative or exceeds the last available index, an exception is raised. + + + A TileItem object that is contained within the current TileItemCollection. + + + + + + + Provides access to the s in the current collection by their names. + + + + A String value that is the name of a to be obtained. + + + A object with the specific name. + + + + + + + Gets a that owns the current TileItemCollection. + + + A TileGroup object that owns the current TileItemCollection. + + + + + + + Removes the specified from the current TileItemCollection. + + + + A to be deleted. + + + + + + + + + Provides a collection for the class objects. + + + + + + + Initializes a new instance of the TileGroupCollection with specific settings. + + + + A TileControl that owns the TileGroupCollection created. + + + + + + + + Adds a new into a TileGroupCollection. + + + + A to be added. + + + An Int32 value indicating the position at which the new element was added. + + + + + + + + Gets if the specific presents within the current TileGroupCollection. + + + + A TileGroup object to be tested. + + + true if the specific presents within the current TileGroupCollection; otherwise, false. + + + + + + + Gets the position of the specified in the current group collection. + + + + A whose index is to be obtained. + + + A zero-based Int32 value that is the index of the in the current group collection. + + + + + + + Adds a new into a TileGroupCollection and places it at the specific position. + + + + An Int32 value indicating the position to which the inserted group will be placed. + + + + + A TileGroup object to be inserted. + + + + + + + + Provides indexed access to individual items in the TileGroupCollection. + + + + A zero-based integer specifying the desired group's position within the TileGroupCollection. If it's negative or exceeds the last available index, an exception is raised. + + + A TileGroup object that is contained within the current TileGroupCollection. + + + + + + + Provides access to the s in the current collection by their names. + + + + A String value that is the name of a to be obtained. + + + A object with the specific name. + + + + + + + Gets the object that owns this group collection. + + + An object implementing the ITileControl interface to which the group collection belongs. + + + + + + + Removes the specific from the current TileGroupCollection. + + + + A to be removed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Provides the functionality of tile items. + + + + + + + Initializes a new instance of the TileItem class with the default settings. + + + + + + + + Gets or sets whether the Tile Animation is enabled for this TileItem. + + + true if the Tile Animation is enabled for this TileItem; otherwise, false. + + + + + + + Gets or sets whether glyphs for this TileItem should be painted using the item's foreground color. + + + A value that specifies if this item's glyphs should be painted using the item's foreground color. + + + + + + + Gets or sets if HTML text formatting is enabled for the current TileItem. + + + A enumerator value that indicates if HTML text formatting is enabled for the current TileItem. The DefaultBoolean.Default value acts the same as the DefaultBoolean.True value. + + + + + + + Gets or sets whether a "press" animation effect on a click is allowed for the TileItem. + + + + true, if a "press" animation effect on a click is allowed for the item, false, if animation is disabled + + + + + + + + Provides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings used to paint the current TileItem. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Gets or sets the current TileItem's background image. + + + An Image object, set as the current TileItem's background. + + + + + + + Gets or sets the current 's background image position. + + + A enumerator value that specifies the current 's background image position. + + + + + + + Gets or sets the appearance 's background image. + + + A enumerator value that specifies the position of the current 's background image. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this TileItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this TileItem. + + + + + + + Binds the specific parameterized command to this TileItem. + + + + An Object that is the command to be bound to this TileItem. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this TileItem. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this TileItem. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this TileItem. + + + + + + + Gets or sets whether the current TileItem's border is visible. + + + A value that specifies whether the TileItem's border is visible. + + + + + + + Gets or sets if the current TileItem is checked. + + + true if the current TileItem is checked; otherwise, false. + + + + + + + Fires after the current TileItem's check state was changed. + + + + + + + + Gets or sets the animation effect used to display all s within the current TileItem. + + + A TileItemContentAnimationType enumerator value specifying what animation effect will be used to display all s within the current TileItem. + + + + + + + Gets a tile control to which the current TileItem belongs. + + + An object implementing the ITileControl interface to which the tile item belongs. + + + + + + + Gets a that is currently displayed within a TileItem. + + + + A TileItemFrame object that is currently displayed within the specified TileItem. null if tile item contains no frames. + + + + + + + Gets or sets the currently displayed 's index. + + + An Int32 value that indicates the currently displayed 's index. + + + + + + + Provides access to a collection of s used by the current TileItem. + + + A TileItemElementCollection object that contains the s used by the current TileItem. + + + + + + + + Gets or sets whether the item is enabled. + + + true if the item is enabled; otherwise, false. + + + + + + + Gets or sets whether the event for this TileItem is raised. + + + A DefaultBoolean enumerator value that specifies whether the event for this TileItem is raised. + + + + + + + Gets or sets a period of time that elapses before one is changed to another. + + + + An Int32 value specifying a period of time that elapses before one is changed to another. + + + + + + + + Gets a collection of frames used by the current TileItem. + + + A TileItemFrameCollection object that is a collection of frames used by the current TileItem. + + + + + + + + Gets a that owns the current TileItem. + + + A TileGroup that owns the current TileItem. + + + + + + + Get or sets the current TileItem's ID. + + + An Int32 value that is the current TileItem's ID. + + + + + + + Gets or sets the current tile item's icon. + + + An Image object that is the current tile item's icon. + + + + + + + Gets or sets the current 's icon position. + + + A enumerator value that specifies the current 's icon position. + + + + + + + Gets or sets the index of the image within the collection that should serve as the TileItem's glyph. + + + An Int32 value indicating an index of the image within the collection that should serve as the TileItem's glyph. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the way a 's glyph is stretched within the item. + + + + A enumerator value that specifies the way a 's glyph is stretched within the item. + + + + + + + Gets or sets a tile item's ' position relative to the item's icon. +This property is obsolete. Use the instead. + + + A TileControlImageToTextAlignment that specifies a tile item's position relative to the item's . + + + + + + + + Gets or sets the distance between the tile item's glyph and text when grouped. This property is now obsolete. Use the property instead. + + + An Int32 value that specifies the distance between the tile item's glyph and text when grouped. + + + + + + + + Obsolete. Please use the property instead. + + + + + + + + + + Fires when an end-user clicks the current TileItem. + + + + + + + + Occurs when an end-user double-clicks the current TileItem. + + + + + + + + Gets the info associated with this TileItem. + + + A TileItemViewInfo object that contains detailed info about this TileItem. + + + + + + + Fires when an end-user presses the current TileItem. + + + + + + + + Gets or sets the size of the TileItem. + + + A TileItemSize enumerator value that specifies the size of the TileItem. + + + + + + + Gets or sets the current TileItem's name. + + + A String value specifying the current TileItem's name. + + + + + + + Slides from the currently displayed to the next frame in the collection. + + + + + + + + Called each time this TileItem is clicked. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Called automatically each time an end-user presses this TileItem. + + + + + + + + Called automatically each time an end-user right clicks this TileItem. + + + + + + + + Gets or sets the padding for the current . + + + A System.Windows.Forms.Padding structure that specifies the padding for the current . + + + + + + + Raises the event. + + + + + + + + + Raises the event. + + + + + + + + + Removes the object assigned to the current tile item. + + + + + + + + + Fires after the current TileItem was clicked with the right mouse button. + + + + + + + + Gets or sets the number of rows that occupy the current large or wide TileItem. + + + + An Int32 value specifying the number of rows that occupy the current large or wide TileItem. + + + + + + + + Forces the current tile item to display a specific . + + + + A to be displayed. + + + + A Boolean value indicating whether the frame should be displayed using the frame animation. + + + + + + + + Gets or sets the site associated with the current TileItem. + + + A System.ComponentModel.ISite object associated with the current TileItem. + + + + + + + Starts the frame animation for this TileItem from its first frame. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Stops the Tile Frame Animation for the current TileItem. + + + + + + + + Gets or sets a for the current tile item. + + + A object associated with the current tile item. + + + + + + + Gets or sets the data associated with a TileItem object. + + + An Object containing the information associated with a TileItem object. + + + + + + + + Gets or sets the first text block's content within the current TileItem. + + + A String value specifying the first text block's content within the current TileItem. + + + + + + + Gets or sets the second text block's content within the current TileItem. +This property is now obsolete. Use the instead. + + + A String value specifying the second text block's content within the current TileItem. + + + + + + + Gets or sets the second text block's alignment for the current TileItem. +This property is obsolete. Use the instead. + + + A enumerator value specifying corresponding alignment settings. + + + + + + + Gets or sets the third text block's content within the current TileItem. +This property is now obsolete. Use the instead. + + + A String value specifying the third text block's content within the current TileItem. + + + + + + + Gets or sets the third text block's alignment for the current TileItem. +This property is obsolete. Use the instead. + + + A enumerator value specifying corresponding alignment settings. + + + + + + + Gets or sets the fourth text block's content within the current TileItem. +This property is now obsolete. Use the instead. + + + A String value specifying the fourth text block's content within the current TileItem. + + + + + + + Gets or sets the fourth text block's alignment for the current TileItem. +This property is obsolete. Use the instead. + + + A enumerator value specifying corresponding alignment settings. + + + + + + + Gets or sets the first text block's alignment for the current TileItem. +This property is obsolete. Use the instead. + + + A enumerator value specifying corresponding alignment settings. + + + + + + + Gets or sets the specifics that determine how the current TileItem's text content will be displayed. + + + + A TileItemContentShowMode enumerator value that indicates how the current TileItem's text content is displayed. + + + + + + + Gets or sets whether the item is visible. + + + true if the item is visible; otherwise, false. + + + + + + + + Provides the functionality of tile groups. + + + + + + + Initializes a new instance of the TileGroup class with the default settings. + + + + + + + + Gets the tile control to which the current group belongs. + + + An object implementing the ITileControl interface to which the group belongs. + + + + + + + Returns a tile item with the specified name (). + + + + A string that specifies the name of the item to be located. + + + A with the specified name. null if no matching item is found. + + + + + + + Returns a tile item with the specified text (). + + + + A string that specifies the text of the item to be located. + + + A with the specified text. null if no matching item is found. + + + + + + + Returns detailed info about this TileGroup. + + + A TileGroupViewInfo object that contains detailed info about this TileGroup. + + + + + + + Provides access to a collection of s used by the current TileGroup. + + + A TileItemCollection object that stores s used by the current TileGroup. + + + + + + + Gets or sets the current 's name. + + + A String value that specifies the current 's name. + + + + + + + Gets or sets the site associated with the current TileGroup. + + + A System.ComponentModel.ISite object associated with the current TileGroup. + + + + + + + Gets or sets the data associated with a TileGroup object. + + + An Object containing the information associated with a TileGroup object. + + + + + + + + Gets or sets the current TileGroup's caption. + + + A String value that is the current TileGroup's caption. + + + + + + + Gets or sets whether the current TileGroup is visible. + + + true if the current TileGroup is visible; otherwise, false. + + + + + + + + The Tile Control. + + + + + + + Initializes a new instance of the TileControl class with the default settings. + + + + + + + + Gets or sets whether the disabled state of the TileControl is indicated in a specific manner. + + + true if the disabled state of the TileControl is indicated in a specific manner; otherwise, false. + + + + + + + Gets or sets if a s runtime dragging is enabled. + + + + true if a s runtime dragging is enabled; otherwise, false. + + + + + + + + Gets or sets whether drag-and-drop of tiles between groups is enabled. + + + true if drag-and-drop of tiles between groups is enabled; false if an end-user can only drag tiles within the same group. + + + + + + + Gets or sets whether glyphs in tiles should be painted using the tile foreground colors. + + + + true, if glyphs in tiles should be painted using the tile foreground colors; otherwise, false. + + + + + + + + Gets or sets whether s within the current TileControl are highlighted during s drag-and-drop. + + + + true if s within the current TileControl are highlighted during s drag-and-drop; otherwise, false. + + + + + + + + Gets or sets if HTML text formatting is enabled for all tile items within the current TileControl. + + + A enumerator value that indicates if HTML text formatting is enabled for all tile items within the current TileControl. The DefaultBoolean.Default value acts the same as the DefaultBoolean.True value. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets if the item hover feature is enabled. + + + + true, if items hover feature is enabled; otherwise, false. + + + + + + + Gets or sets if s within the current TileControl can be selected. + + + true if s within the current TileControl can be selected; otherwise, false. + + + + + + + Gets or sets whether or not a selection border should be drawn around the currently selected tile. + + + true, if a selection border should be drawn around the currently selected tile; otherwise, false. + + + + + + + Gets or sets whether this TileControl should play initial animation the first time it is displayed. + + + + true, if this TileControl should play initial animation the first time it is displayed; otherwise, false. + + + + + + + + Gets or sets an object that specifies appearance settings used to highlight s within the current TileControl. + + + A GroupHighlightingProperties object that contains appearance settings used to highlight s within the current TileControl. + + + + + + + Provides access to appearance settings used to customize s' captions. + + + An AppearanceObject that contains appearance settings used to customize s' captions. + + + + + + + Provides access to appearance settings applied to all tile items within the current TileControl. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings used to paint the current TileControl caption. + + + An AppearanceObject that contains appearance settings used to paint the current TileControl caption. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the background image for this TileControl. + + + An Image displayed as the TileControl's background. + + + + + + + Locks the TileControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the style of the current TileControl's border. + + + A enumerator value that specifies the style applied to the tile control's border. + + + + + + + Returns information on the tile control elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the 's top-left corner. + + + A object which contains information about the grid elements located at the test point. + + + + + + + Gets or sets the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented TileControl. + + + + An Int32 value that is the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented TileControl. + + + + + + + + Fires when a context button is clicked. + + + + + + + + Allows you to customize the context buttons for individual tiles. + + + + + + + + + Provides access to the settings applied to the context buttons displayed in the tiles, and panels containing these buttons. + + + A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the tiles, and panels containing these buttons. + + + + + + + Provides access to the collection of context buttons displayed in the tiles. + + + A ContextItemCollection object that represents the collection of context buttons displayed in the tiles. + + + + + + + Allows you to dynamically customize item tooltips. + + + + + + + + Returns the default tile padding. + + + The 12, 8, 12, 8 padding structure. + + + + + + + Gets or sets the horizontal and vertical distance in pixels that an end-user must drag a before the drag operation starts. + + + + A Size structure that specifies the horizontal and vertical distance in pixels that an end-user must drag a before the drag operation starts. + + + + + + + + Gets or sets whether the event is raised. + + + true, if the event is raised; otherwise, false. + + + + + + + Fires after the dragged tile item is released. + + + + + + + + Unlocks the TileControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets font options for all s within the current TileControl. +This property is now obsolete. Use the property instead. + + + A Font object that specifies font options for all tiles within the current TileControl. + + + + + + + Gets or sets a color used to paint a s' text content. This property is now obsolete. Use the property instead. + + + + A Color object used to paint a s' text content. + + + + + + + + Gets all currently checked tiles that belong to this TileControl. + + + A List structure that contains all currently checked tiles that belong to this TileControl. + + + + + + + Returns the exact size of the target in pixels. + + + + A whose size is to be obtained. + + + A Size structure that is the size of the target tile. + + + + + + + Returns the exact size of the target tile style in pixels. + + + + A enumerator value whose exact size is to be obtained. + + + A Size structure that is the size of the target tile style. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns a group with the specified name (). + + + + A string that specifies the name of the group to be located. + + + A with the specified name. null if no matching group is found. + + + + + + + Returns a group with the specified caption (). + + + + A string that specifies the caption of the group to be located. + + + A with the specified caption. null if no matching group is found. + + + + + + + Provides access to a collection of s used by the current TileControl. + + + A TileGroupCollection object that stores s used by the current TileControl. + + + + + + + Gets the object that controls drag-and-drop and mouse operations on the TileControl. + + + A TileControlHandler object that controls drag-and-drop and mouse operations on the TileControl. + + + + + + + Gets or sets the horizontal alignment of TileControl's groups. + + + A enumerator value that specifies the horizontal alignment of TileControl's groups. + + + + + + + Gets or sets a collection of images to be displayed in s. + + + An Object that stores a collection of s glyphs. + + + + + + + Gets or sets a space that visually detaches neighboring s. + + + An Int32 value specifying a space that visually detaches neighboring s. + + + + + + + Gets or sets a space that visually detaches neighboring s. + + + An Int32 value specifying a space that visually detaches neighboring s. + + + + + + + Gets if the TileControl animation is currently paused. + + + true if the TileControl animation is currently paused; otherwise, false. + + + + + + + Gets if the current tile control is locked by the method call. + + + true if the current tile control is locked by the method call; otherwise, false. + + + + + + + Gets a value indicating whether the TileControl's elements are aligned to support locales using right-to-left fonts. + + + true, if the TileControl's elements are aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Provides access to appearance settings applied to all tile items when they are in their normal state. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings applied to all tile items when they are hovered over. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Provides access to appearance settings applied to all tile items when they are selected. This property is obsolete. Use the property instead. + + + An that contains corresponding appearance settings. + + + + + + + Gets or sets the background image position for all s within the current TileControl. + + + A enumerator value that specifies the background image position for all s within the current TileControl. + + + + + + + Gets or sets the background images stretch mode common to s within the current TileControl. + + + A TileItemImageScaleMode enumerator value that specifies the background images stretch mode for all s within the current TileControl. + + + + + + + Gets or sets whether borders of all tile items are visible. + + + A value that specifies whether tile item borders are visible. + + + + + + + + Fires when a 's check state is changed. + + + + + + + + Gets or sets the way s within the current TileControl can be checked by an end-user. + + + A enumerator value specifying the way s within the current TileControl can be checked by an end-user. + + + + + + + Fires when an end-user clicks a within the TileControl. + + + + + + + + Gets or sets the frame animation effect applied to all within the current TileControl. + + + A TileItemContentAnimationType enumerator value specifying the frame animation effect applied to all within the current TileControl. + + + + + + + Occurs when an end-user double-clicks a within the current TileControl. + + + + + + + + Gets or sets the way s' glyphs are aligned within parent items. + + + A TileItemContentAlignment enumerator value that specifies the way s' glyphs are aligned within parent items. + + + + + + + Gets or sets the way s' glyphs are stretched within parent items. + + + A TileItemImageScaleMode enumerator value that specifies the way s' glyphs are stretched within parent items. + + + + + + + Gets or sets the common padding for all s within the current TileControl. + + + A System.Windows.Forms.Padding structure that specifies the common padding for all s within the current TileControl. + + + + + + + Fires when an end-user presses a within the current TileControl. + + + + + + + + Gets or sets the dimension of a medium . + + + + The dimension of a medium , in pixels. + + + + + + + + Gets or sets common settings for all s within the current TileControl terms to display their text content. + + + + A TileItemContentShowMode enumerator value that indicates how TileControls' text content is displayed. + + + + + + + Provides access to the TileControl's look and feel settings. + + + A object that specifies look and feel settings for the current TileControl. + + + + + + + Gets or sets the maximum s ID. + + + An Int32 value that is the maximum s ID. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + Updates the Tile Control. + + + + + + + + Gets or sets the tile arrangement algorithm. + + + The value specifying the tile arrangement algorithm. + + + + + + + Gets or sets the current TileControl's offset in pixels. + + + An Integer value specifying the current TileControl's offset in pixels. + + + + + + + Loads the TileControl layout stored in the specific registry key. + + + + A String value specifying the registry key which contains the layout to be loaded. If the specified key doesn't exist, an exception is raised. + + + + + + + + Loads the TileControl layout stored in the specific stream. + + + + A Stream object which contains the layout to be loaded. If the specified stream doesn't exist, an exception is raised. + + + + + + + + Loads the TileControl layout stored in the specific XML file. + + + + A String value specifying the path to the XML file which contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. + + + + + + + + Resumes all animation effects. + + + + + + + + + Fires after any within the current TileControl was clicked with the right mouse button. + + + + + + + + Gets or sets the maximum number of items rows within the current TileControl. + + + An Integer value specifying the maximum number of items rows within the current TileControl. + + + + + + + Saves the current TileControl layout to a registry. + + + + A String value specifying the registry key in which the layout should be stored. If an empty string is specified, an exception is raised. + + + true if saving was successful; otherwise, false. + + + + + + + Saves the current TileControl layout to a stream. + + + + A Stream object in which the layout should be stored. + + + + + + + + Saves the current TileControl layout to an XML file. + + + + A String value specifying the path to the file in which the layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the time required to show/hide a TileControl's scroll buttons when they are hovered over/not hovered with the mouse. + + + + An Int32 value, specifying the tile control scroll buttons' fade time (in milliseconds). + + + + + + + Gets or sets which visual elements will be used when a TileControl's workspace is being scrolled. + + + A enumerator value specifying the scrolling elements used. + + + + + + + + Gets or sets the currently selected within a TileControl. + + + A TileItem object that is currently selected within a TileControl. + + + + + + + Fires when a tile item selection occurs for the first time or item selection jumps from one to another. + + + + + + + + Gets or sets the s' borders color when navigating through tiles using keyboard arrows at runtime. + + + A Color object used to paint s' borders when navigating through tiles using keyboard arrows at runtime. + + + + + + + Gets or sets whether captions are displayed for the current TileControl. + + + true if captions are displayed for the current TileControl; otherwise, false. + + + + + + + Gets or sets whether the current TileControl's caption is displayed. + + + true if the current TileControl's caption is displayed; otherwise, false. + + + + + + + Gets or sets whether tooltips are shown for tiles. + + + true, if tooltips are shown; otherwise, false. + + + + + + + Fires after an end-user starts dragging a tile item. + + + + + + + + + Pauses all s animation effects until resumed. + + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by tiles of the TileControl. + + + A object which controls the appearance and behavior of tooltips displayed by tiles of the TileControl. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the vertical alignment of TileControl's groups. + + + A enumerator value that specifies the vertical alignment of TileControl's groups. + + + + + + + Returns detailed info about this TileControl. + + + A TileControlViewInfo object that contains detailed info about this TileControl. + + + + + + + + Lists values that identify buttons displayed within filter popup toolbars. + + + + + + + All toolbar buttons. + + + + + + + + +The Incremental Search button that controls whether the incremental searching feature is enabled or not. This feature allows end-users to locate an item in the drop-down by typing the item's initial characters.Corresponding property: . + + + + + + + + +The Invert Filter button that inverts the checked state for all filter items. + + + + + + + + +The Multi-Selection button that controls whether end-users are allowed to select only a single item or multiple items. +Corresponding property: . + + + + + + + + No toolbar buttons are displayed. + + + + + + + + +The Radio Mode button that controls whether end-users are allowed to check only a single item or multiple items. +Corresponding properties: , . + + + + + + + + +The Show New Field Values button controls the visibility of field values that have appeared in the datasource after the field's filtering was configured. +Corresponding properties: , . + + + + + + + + + +The Show Only Available Items button that controls the visibility of filter items that cannot be displayed because of filtering applied to other fields. +Corresponding property: . +Note that this option is not available for Group Filters. + + + + + + + + + Contains settings affecting the appearance of the "Select Color" dialog. + + + + + + + Initializes a new instance of the ColorDialogOptions class. + + + + + + + + Gets or sets whether the "Select Color" dialog contains controls allowing an end-user to set a transparency level for selected colors. + + + true if an end-user can select translucent colors via the "Select Color" dialog via dedicated controls; otherwise, false. + + + + + + + Copies settings from the object passed as the parameter. + + + + A ColorDialogOptions object whose settings are copied to the current object. + + + + + + + + Gets or sets the icon applied to the "Select Color" dialog. + + + An Icon object displayed in the "Select Color" dialog. + + + + + + + Gets or sets whether the "Select Color" dialog contains titled arrows along the sides of color boxes. + + + A ShowArrows value that specifies whether the "Select Color" dialog contains titled arrows along the sides of color boxes. + + + + + + + Gets or sets whether the "Make Web-Safe" button is available within the "Select Color" dialog. + + + true if the "Make Web-Safe" button is available within the "Select Color" dialog; otherwise, false. + + + + + + + Gets or sets whether the "Select Color" dialog contains a preview box demonstrating the current color. + + + true if the "Select Color" dialog contains a preview box; otherwise, false. + + + + + + + Gets or sets which tabs are displayed within the "Select Color" dialog. + + + A ShowTabs value that specifies which tabs are displayed within the "Select Color" dialog. + + + + + + + + Contains appearance settings for splash forms. + + + + + + + Initializes a new instance of the SplashFormProperties class and allows you to enable and disable fade-in and fade-out effects. + + + + A parent form for a splash form. + + + + true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form to be displayed. + + + + An Image object. + + + + true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with default settings. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. + + + + A parent form for a splash form. + + + + An Image object. + + + + true, to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + + An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. + + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. + + + + A parent form for a splash form. + + + + true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form. + + + + An Image object. + + + + true, to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form. + + + + true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form. + + + + An Image object. + + + + true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. + + + + A parent form for a splash form. + + + + An Image object. + + + + true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form. + + + + true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. + + + + A parent form for a splash form. + + + + true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A parent form for a splash form. + + + + An Image object. + + + + true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. + + + + true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. + + + + An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. + + + + The delay, in milliseconds, that should elapse before the splash form is actually closed. This value is assigned to the property. + + + + + + + + Gets or sets whether the splash form is displayed using the glow effect. + + + true, if the splash form is displayed using the glow effect; otherwise, false. + + + + + + + Creates and returns a copy of the current SplashFormProperties object. + + + A copy of the current SplashFormProperties object. + + + + + + + Gets or sets the delay, in milliseconds, before the splash form is closed. + + + An integer value that specifies the delay, in milliseconds, before the splash form is closed. + + + + + + + Gets or sets an object that implements a custom drawing procedure. + + + An ICustomImagePainter that implements a custom drawing procedure. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + An Image object. + + + + + + + Gets the parent form for a splash form to be displayed. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The parent form for a splash form to be displayed. + + + + + + + Gets the handle of the parent window. + + + An IntPtr structure that identifies the handle of the parent window. + + + + + + + Gets or sets whether to use a fade-in effect when a splash form is being opened. + + + true to use a fade-in effect when a splash form is being opened; otherwise, false. + + + + + + + Gets or sets whether to use a fade-out effect when a splash form is being closed. + + + true to use a fade-out effect when a splash form is being closed; otherwise, false. + + + + + + + + Represents a collection of items within a radio group editor. + + + + + + + Initializes a new instance of the class. + + + + + + + + Adds a new item to the current radio group collection. + + + + The object representing the new item in the collection. + + + + + + + + Adds items to the collection that represent elements of the specified enumeration. + + + + A System.Type object that is an enumeration whose elements are to be added to the RadioGroup control. + + + + + + + + + Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions. + + + + + A System.Type object that is an enumeration whose elements should be added to the current collection. + + + + A method that converts enumeration values to string values. The returned string representation for each enumeration value is assigned to the property of the corresponding added to the current collection. + + + + + + + + Adds items that represent elements of the specified enumeration to the current collection. + + + + + + + + Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions. + + + + A method that converts enumeration values to string values. The returned string representation for each enumeration value is assigned to the property of the corresponding added to the current collection. + + + + + + + + Adds an array of items to the collection. + + + + An array of objects representing items for the radio group editor. + + + + + + + + Copies properties of the source repository item to the current object. + + + + A object whose settings are assigned to the current object. + + + + + + + + Locks the RadioGroupItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Occurs when changing the item collection. + + + + + + + + Unlocks the RadioGroupItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets a radio group item by its value. + + + + The value to search. + + + The object with the value specified. + + + + + + + Gets the index of a radio group item by its value. + + + + The value to search. + + + The integer value that specifies the item's index. + + + + + + + Gets the zero-based index of the specified object in the item collection. + + + + The item to locate in the collection. + + + The zero-based index of the specified item in the current collection, if found; otherwise, -1. + + + + + + + Inserts a new element at the specified position within the collection. + + + + The position at which the item should be inserted. + + + + The to insert. + + + + + + + + Gets or sets an item at the specified position. + + + + The zero-based index of the item to return. + + + The item at the specified position. + + + + + + + Removes the specified item from the collection. + + + + The to remove from the collection. + + + + + + + + + Represents a single item in the collection. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class and sets its and to the specified parameters. + + + + An object to initialize the property. + + + + An object to initialize the property. + + + + + + + + Initializes a new instance of the RadioGroupItem class with the specified settings. + + + + A value identifying the item. This value is assigned to the property. + + + + A value that specifies the item's display text. This value is assigned to the property. + + + + A Boolean value that specifies whether the item is enabled. This value is assigned to the property. + + + + + + + + Initializes a new instance of the RadioGroupItem class with the specified settings. + + + + A value identifying the item. This value is assigned to the property. + + + + A value that specifies the item's display text. This value is assigned to the property. + + + + A Boolean value that specifies whether the item is enabled. This value is assigned to the property. + + + + An Object that contains custom data. This value is assigned to the property. + + + + + + + + Occurs when any item property is changed. + + + + + + + + Returns a copy of the current object. + + + + A representing a clone of the current object. + + + + + + + Gets or sets the item's caption. + + + The string identifying the item's caption. + + + + + + + Gets or sets whether the item is enabled. + + + A Boolean value that specifies whether the item is enabled; otherwise, false. + + + + + + + Gets or sets an object that contains custom data for the current RadioGroupItem object. + + + An Object that contains custom data for the current RadioGroupItem. + + + + + + + Returns the text representation of the item. + + + The string representing the current item. + + + + + + + Gets or sets the value associated with the current item. + + + An object representing the value associated with the current item. + + + + + + + + Represents a repository item which stores settings specific to controls. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets whether the and EditValue properties can be out of sync when handling the EditValueChanged event. + + + true if the and EditValue properties can be out of sync when handling the EditValueChanged event; otherwise, false. + + + + + + + Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. + + + true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. + + + + + + + Copies properties of the source repository item to the current object. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content. + + + true if the editor's height is calculated automatically to fit the editor's content; otherwise, false. + + + + + + + Gets or sets the number of columns displayed within the radio group editor. This property is in effect in Column layout mode (see ). + + + An integer value indicating the number of columns. + + + + + + + Gets the default alignment of the editor's contents when the editor operates as an inplace control. + + + The value. + + + + + + + Gets the owning editor's type name. + + + The 'RadioGroup' string always. + + + + + + + Gets or sets whether the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected. + + + + true if the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected; otherwise, false. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets the horizontal alignment of a radio box glyph within a radio group editor. + + + A enumeration value specifying the radio box's horizontal alignment. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the collection of items displayed by the current radio group editor. + + + The object representing the collection of items displayed by the editor. + + + + + + + Gets or sets how items are arranged. + + + A value that specifies how items are arranged. + + + + + + + Gets the editor that owns the repository item. + + + A control that owns the repository item. + + + + + + + Gets an object providing properties specific to the radio group editor. + + + The object providing settings specific to the radio group editor. + + + + + + + Occurs on changing the index of the selected item in the radio group editor. + + + + + + + + + Provides data for the event. + + + + + + + Gets the value from a datasource assigned to the property of the chart range control client (numeric or date-time). + + + An object representing the value contained in the specified datasource. Null if the value is not found in the datasource. + + + + + + + Gets or sets the view type for the chart range control client. + + + A object descendant that is the chart client view type. + + + + + + + + Lists the values that specify the date-time measurement unit to which the chart's gridlines and labels of the date-time chart client should be aligned. + + + + + + + Specifies a day as the date-time unit to which chart gridlines should be aligned. + + + + + + + + Specifies an hour as the date-time unit to which chart grid lines should be aligned. + + + + + + + + Specifies a millisecond as the date-time unit to which chart grid lines should be aligned. + + + + + + + + Specifies a minute as the date-time unit to which chart grid lines should be aligned. + + + + + + + + Specifies a month as the date-time unit to which chart grid lines should be aligned. + + + + + + + + Specifies a second as the date-time unit to which chart gridlines should be aligned. + + + + + + + + Specifies a week as the date-time unit to which chart grid lines should be aligned. + + + + + + + + Specifies a year as the date-time unit to which chart grid lines should be aligned. + + + + + + + + + Supports selection of one of several options. + + + + + + + Initializes a new control instance with default settings. + + + + + + + + Gets or sets whether the editor's width is changed to display the control's first item in its entirety. This property is in effect when the editor resides within a . + + + + true if auto-size mode is enabled; otherwise, false. + + + + + + + + Gets the current editor's type name. + + + The 'RadioGroup' string always. + + + + + + + Returns the bounding rectangle of the first item's text. + + + The bounds of the first item's text. + + + + + + + Gets the boundaries of the specified item. + + + + A zero-based integer value which specifies the item's index. + + + A structure which represents the specified item's boundaries. + + + + + + + Indicates whether a key should be processed by the editor or passed to its container control. + + + + A object specifying the key combination. + + + true if the key should be processed by the editor; otherwise, false + + + + + + + Gets an object providing properties specific to a radio group editor. + + + A object containing settings for the radio group editor. + + + + + + + Gets or sets the selected item's index. + + + The zero-based index of the edit value in the collection; otherwise, -1. + + + + + + + Occurs when changing the index of the selected value in the radio group editor. + + + + + + + + Gets or sets the text label associated with a radio group editor. + + + A value representing the text label associated with a radio group editor. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the descendant). + + + + A object containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A descendant which represents the button clicked. This value is assigned to the property. + + + + + + + + Gets the clicked button. + + + A descendant which represents the button clicked. + + + + + + + Gets or sets whether you have handled this event and no default action is required. + + + true to prohibit the button's default action; false to perform the button's default action after your event handler is executed. + + + + + + + + The base class for splash forms displayed using the component. + + + + + + + Initializes a new instance of the SplashFormBase class. + + + + + + + + Gets or sets the color of the glow effect for the current splash form displayed in the active state. + + + A Color structure that specifies the color of the glow effect for the current splash form. + + + + + + + Closes the current or after a specified delay. +Allows you to select a form that should be subsequently activated. + + + + + + An Int32 value that is the number of milliseconds that elapses before the splash form is closed. + + + + + A Form object that should be activated after the splash form is closed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the color of the glow effect for the current splash form displayed in the inactive state. + + + A Color structure that specifies the color of the glow effect for the current splash form. + + + + + + + When overridden, the method allows you to process commands received from a via the method. + + + + An enumeration value that identifies the received command. + + + + The received command's parameter. + + + + + + + + Contains properties controlling the form's appearance. These settings are in effect when the form is displayed on its own, without using the component. + + + A object that contains form appearance settings. + + + + + + + Displays the current form as a non-modal dialog window. + + + + + + + + Displays the current form as a modal dialog box. + + + A value that is the return value of the displayed dialog box + + + + + + + + Contains values that specify how a is displayed, as a form or as an image. + + + + + + + Displays a splash form. + + + + + + + + Displays an image specified by the property. + + + + + + + + + A form, designed to be opened at startup of your main form. Splash Screens are managed by the component. + + + + + + + Initializes a new instance of the SplashScreen class. + + + + + + + + Gets or sets whether custom controls can be added to the SplashScreen when is set to . + + + true if custom controls can be added to the SplashScreen when is set to ; otherwise, false. + + + + + + + Get or sets if the SplashScreen is resized to fit its when displayed in Image mode. + + + true if the SplashScreen is resized to fit its when displayed in Image mode; otherwise, false. + + + + + + + Gets or sets the SplashScreen's display mode. + + + A value that specifies the SplashScreen's display mode. + + + + + + + Gets or sets an image to be displayed in the form's background when the property is set to . + + + An Image to be displayed in the display mode. + + + + + + + + A small form, designed to display the progress of a lengthy operation. The form's display is managed by the component. + + + + + + + Initializes a new instance of the WaitForm class. + + + + + + + + Sets the 's caption to the specified value. + + + + A string that is the new value for the 's caption. + + + + + + + + Sets the 's description to the specified value. + + + + A string that is the new value for the 's description. + + + + + + + + Gets or sets above which windows the current WaitForm is displayed. + + + A enumerator value that specifies above which windows the current WaitForm is displayed. + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + + Manages the creation and display of splash forms. + + + + + + + Initializes a new instance of the SplashScreenManager class with default settings. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A parent form for the created splash form. + + + + The type of a splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + + true to use the fade-out effect when hiding the form; otherwise, false. + + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + The type of a splash form to be displayed. + + + + A object used to initialize the property. + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + The type of splash form to be displayed. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown. + + + + A object used to initialize the property. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl that owns the newly created SplashScreenManager. + + + + A Type enumerator value specifying the type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + A ParentType enumerator, specifying whether the parent is a Form or UserControl. + + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl that owns the newly created SplashScreenManager. + + + + A Type enumerator value specifying the type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A ParentType enumerator, specifying whether the parent is a Form or UserControl. + + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + The type of splash form to be displayed. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A object used to initialize the property. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of a splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A ParentType enumeration value specifying whether the parent is a Form or UserControl. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + A ParentType enumeration value specifying whether the parent is a Form or UserControl. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with specific settings. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of a splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + true, to use the glow effect when displaying the form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + An integer value that specifies the delay, in milliseconds, before the form is closed. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Initializes a new instance of the SplashScreenManager class with the specified settings. + + + + A UserControl contained on the Form, against which the splash form is centered. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. + + + + + + + + Gets or sets whether a splash form's parent is activated on closing the splash form. + + + true if a splash form's parent is activated on closing the splash form; otherwise, false. + + + + + + + Gets or sets whether a 's parent is activated on closing the . + + + true, if a WaitForm's parent is activated on closing the WaitForm; otherwise, false. + + + + + + + Gets or sets the type of the splash form to be displayed by the SplashScreenManager. + + + A TypeInfo object that specifies the type of the splash form to be displayed by the SplashScreenManager. + + + + + + + Gets or sets the apartment state of the splash screen's thread. + + + A System.Threading.ApartmentState enumeration value that specifies the apartment state. + + + + + + + Closes the currently displayed or . The method throws an exception if no splash form is currently open. + + + + + + + + Closes the currently displayed or . The method throws an exception if no splash form is currently open. + + + + + + + + Closes the currently displayed or , that has been displayed using the method. +The method throws an exception if no splash form is currently open. + + + + + + + + Closes the currently displayed or , that has been displayed using the method. +The method's parameter allows you to suppress an exception that is raised when no splash form is currently opened. + + + + true to raise an exception if no splash form is currently open; otherwise, false. + + + + + + + + Closes the currently displayed or after a specified delay. +Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened. + + + + + + true to raise an exception if no splash form is currently open; otherwise, false. + + + + An Int32 value that is the number of milliseconds that elapses before the splash form is closed. + + + + + A Form object that should be activated after the splash form is closed. + + + + + + + + Closes the currently displayed or after a specified delay, and blocks the current thread until the splash form has actually been closed. +Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened. + + + + + + + true to raise an exception if no splash form is currently open; otherwise, false. + + + + An Int32 value that is the number of milliseconds that elapses before the splash form is closed. + + + + + A Form object that should be activated after the splash form is closed. + + + + true to block the current thread until the splash form has actually been closed; otherwise, false. + + + + + + + + + Closes the currently displayed or . This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Closes the currently displayed or , and blocks the current thread until the splash form has actually been closed. The method's parameter allows you to suppress an exception that is raised when no splash form is currently opened. + + + + true, to raise an exception if no splash form is currently open; otherwise, false. + + + + true, to block the current thread until the splash form has actually been closed; otherwise, false. + + + + + + + + Closes the that was displayed using the method. + + + + + + + + Gets or sets the delay, in milliseconds, before the splash form is closed. + + + An integer value that specifies the delay, in milliseconds, before the splash form is closed. + + + + + + + Returns the default SplashScreenManager that allows you to interact with the currently displayed splash forms. + + + A SplashScreenManager that is the default splash screen manager. + + + + + + + Gets whether a splash form has been created, but not yet displayed. The splash form will be displayed a short time (pending time) after it has been created, provided that it is not closed during this time. + + + + A Boolean value that specifies whether a splash form has been created, but not yet displayed. + + + + + + + + Hides the splash image that has been displayed via the method. + + + + + + + + Closes the currently displayed splash image after a specific delay and allows you to specify a form that should be subsequently selected. + + + + + An Int32 value that is the number of milliseconds that elapses before the splash image is closed. + + + + + A Form object that should be activated after the splash form is closed. + + + + + + + + Forces the splash form to be redisplayed. + + + + + + + + Gets whether a or is being currently displayed. + + + true if a or is being currently displayed; otherwise, false. + + + + + + + Contains properties controlling a form's appearance. + + + A object that contains appearance settings for splash forms. + + + + + + + Registers a custom skin to be applied to a splash form. + + + + A SkinBlobXmlCreator object that contains skin data. + + + + + + + + Registers custom skins from the specified assembly to be applied to a splash form. + + + + + An Assembly object that specifies the assembly containing custom skins to be applied to a splash form. + + + + + + + + Sends a command to the currently active splash form. + + + + + An enumeration value that identifies the command to be sent to the currently active splash form. + + + + The command's parameter. + + + + + + + + Set the value of the progress bar in the predefined descendant. + + + + true to throw an exception if the form is not opened; false to suppress this exception. + + + + An integer value specifying the value of the progress indicator in the predefined descendant. + + + + + + + + Sets the caption of the progress bar in the predefined descendant. + + + + true to throw an exception if the form is not opened; false to suppress this exception. + + + + A string value specifying the caption of the progress indicator in the predefined descendant. + + + + + + + + Sets the active 's caption to the specified value. + + + + A string that is the new value for the active 's caption. + + + + + + + + Sets the active 's description to the specified value. + + + + A string that is the new value for the active 's description. + + + + + + + + Creates and displays the predefined descendant. + + + + A string value specifying the caption of the progress indicator in the predefined descendant. + + + + + + + + Creates and displays the predefined descendant. + + + + This parameter is not relevant for this method. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + A string value specifying the text in the predefined descendant. + + + + + A string value specifying the text in the predefined descendant. + + + + + + + + Creates and displays the predefined descendant. + + + + A string value specifying the text in the predefined descendant. + + + + A string value specifying the text in the predefined descendant. + + + + + + + + Creates and displays the predefined descendant, centering it against another form. + + + + A Form relative to which the displayed wait form is positioned. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another form has already been opened; false to suppress this exception. + + + + The time in milliseconds that should elapse before the form is actually displayed onscreen. If a close command is sent to the form during this time, the form will not be displayed. + + + + A string value that specifies the wait form's caption. + + + + A string value that specifies the wait form's description. + + + + + + + + Creates and displays the predefined descendant, centering it against another form. + + + + A Form relative to which the displayed wait form is positioned. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + A string value that specifies the wait form's caption. + + + + A string value that specifies the wait form's description. + + + + + + + + Creates and displays the predefined descendant, centering it against your application's main form. + + + + A string value that specifies the wait form's caption. + + + + A string value that specifies the wait form's description. + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + + + + + + Creates and displays the specified or descendant, centering it against your application's main form. + + + + The type of splash form to be displayed. + + + + + + + + Creates and displays the specified or descendant, centering against your application's main form. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + +The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + + + + + Creates and displays the specified descendant, allowing you to manually position it. + + + + A UserControl relative to which the displayed Wait Form is positioned. This parameter is in effect when displaying s. + + + + The type of Wait Form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The Wait Form's arrangement. + + + + Coordinates at which the Wait Form is shown (if the startPos parameter is set to Manual). + + + + + + + + Creates and displays the specified descendant, centering it against a UserControl. + + + + + A UserControl relative to which the displayed Wait Form is positioned. This parameter is in effect when displaying s. + + + + The type of Wait Form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + + + + + Creates the specified or descendant and displays it after a delay, centering it against another form. + +The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + + + + + + Creates the specified or descendant and displays it after a delay. Allows you to manually position the splash form, and suppress an exception that is thrown if another splash form has already been opened. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + + + + + + Creates and displays the specified or descendant. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. + +The method's parameter allows you to disable the parent form while the splash form is displayed. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. + + + + + + + + Creates and displays the specified or descendant. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. + +The method's parameter allows you to disable the parent form while the splash form is displayed. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. + + + + + + + + Creates and displays the specified descendant, centering it against the form containing the specified UserControl. + +The method's parameter allows you to disable this form while the splash form is displayed. + + + + A UserControl contained on the Form, against which the splash form is centered. This parameter is in effect when a is displayed. + + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when a is displayed. + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + +The method's parameter allows you to disable the parent form while the splash form is displayed. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. + + + + + + + + Creates and displays the specified descendant, centering it against the form containing the specified UserControl. + +The method's parameter allows you to disable this form while the splash form is displayed. + + + + A UserControl contained on the Form, against which the splash form is centered. This parameter is in effect when a is displayed. + + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when a is displayed. + + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. + +The method's parameter allows you to disable the parent form while the splash form is displayed. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + +The method's parameter allows you to disable the parent form while the splash form is displayed. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. + + + + The type of splash form to be displayed. + + + + + + + + Creates and displays the specified or descendant. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true, to throw an exception if another splash form has already been opened; false, to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when a is displayed. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Creates and displays the specified or descendant, centering it against another form. + +The method's parameter allows you to specify whether the splash form is displayed using the glow effect. + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true, to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Creates and displays the specified or descendant, allowing you to manually position it. + +The method's parameter allows you to specify whether the splash form is displayed using the glow effect. + + + + + A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. + + + + The type of splash form to be displayed. + + + + true, to use the fade-in effect when opening the form; otherwise, false. + + + + true, to use the fade-out effect when closing the form; otherwise, false. + + + + true, to throw an exception if another splash form has already been opened; false to suppress this exception. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + true, to use the glow effect when displaying the splash form; otherwise, false. + + + + + + + + Displays an image as a splash form, centering the image against your application's main form. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect during the image's opening; otherwise, false. + + + + + + + + Displays an image as a splash form, centering the image against your application's main form. + + + + An Image to be displayed as a splash form. + + + + + + + + Displays an image as a splash form, centering the image against your application's main form. Allows you to disable fade-in and fade-out effects for the image. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect when the image opens; otherwise, false. + + + + + true to use the fade-out effect when the form closes; otherwise, false. + + + + + + + + + Displays an image as a splash form, centering the image against your application's main form. +Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect when the image opens; otherwise, false. + + + + + true to use the fade-out effect when the image closes; otherwise, false. + + + + + An ICustomImagePainter object that implements a custom drawing procedure. + + + + + + + + Displays an image as a splash form, allowing you to manually position it against your application's main form. Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + An ICustomImagePainter object that implements a custom drawing procedure. + + + + + + + + Displays an image as a splash form, allowing you to manually position it. Allows you to disable fade-in and fade-out effects for the image. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect when opening the form; otherwise, false. + + + + true to use the fade-out effect when closing the form; otherwise, false. + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + + + + + Creates a splash form containing the specified image and displays it after a delay. Allows you to manually position the splash form, disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. + + + + An Image to be displayed as a splash form. + + + + true to use the fade-in effect when opening the image; otherwise, false. + + + + + true, to use the fade-out effect when the image closes; otherwise, false. + + + + + The splash form's arrangement. + + + + Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). + + + + An ICustomImagePainter object that implements a custom drawing procedure. + + + + The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. + + + + + + + + + Displays an image as a splash form. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates and displays a , whose type is specified by the property. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the screen coordinates at which a splash form ( or ) will be displayed. + + + A Point structure specifying the screen coordinates at which a splash form ( or ) will be displayed. + + + + + + + Gets or sets the arrangement of a splash form ( or ). + + + A SplashFormStartPosition enumerator value specifying the arrangement of a splash form ( or a ). + + + + + + + Blocks the current thread until the active splash form is closed. + + + + + + + + + A control that displays an animated image and two labels, used to indicate the progress of any operation. + + + + + + + + Initializes a new instance of the ProgressPanel class. + + + + + + + + Gets or sets the acceleration for the wait indicator visual elements. + + + A value that specifies the acceleration for the wait indicator visual elements. + + + + + + + Gets or sets the number of wait indicator visual elements. + + + An integer value that specifies the number of wait indicator visual elements. + + + + + + + Gets or sets a custom image for the wait indicator visual elements. + + + An object that specifies a custom image for the wait indicator visual elements. + + + + + + + Gets or sets the speed for the wait indicator visual elements. + + + A value that specifies the speed for the wait indicator visual elements. + + + + + + + Gets or sets the amount of space, in pixels, between the wait indicator and text. + + + An integer value that specifies the amount of space, in pixels, between the wait indicator and text. + + + + + + + Contains appearance settings used to customize the appearance of the control's . + + + A that contains settings to customize the appearance of the control's . + + + + + + + Contains appearance settings used to customize the appearance of the control's . + + + A that contains settings to customize the appearance of the control's . + + + + + + + Gets or sets whether the panel's height is calculated automatically based on the currently applied skin. + + + true if the panel's height is calculated automatically based on the currently applied skin; otherwise, false. + + + + + + + Gets or sets whether the panel's width is automatically adjusted to fit all the text. + + + true if the panel's width is automatically adjusted to fit the entire text; otherwise, false. + + + + + + + + Gets or sets the control's border style. + + + A enumeration value specifying the control's border style. + + + + + + + Gets or sets the control's caption. + + + A string that specifies the control's caption. + + + + + + + Gets or sets the vertical distance between the and . + + + An integer value that is the vertical distance between the caption and description. + + + + + + + Gets or sets the alignment of the caption, description and wait indicator relative to the panel. + + + A enumeration value that specifies the alignment of the caption, description and wait indicator relative to the panel. + + + + + + + Gets or sets the control's description. + + + A string that specifies the control's description. + + + + + + + Gets or sets the number of animation frames. + + + An integer value that specifies the number of animation frames. + + + + + + + Gets or sets the time between animation frames, in special units. + + + An integer value that specifies the time between animation frames, in special units. + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + A value. + + + + + + + Gets or sets the horizontal distance between the control's left edge and the image + + + An integer value that is the horizontal distance between the control's left edge and the image + + + + + + + Gets the size of the control's image. + + + A Size of the control's image. + + + + + + + Gets or sets the height, in pixels, of elements composing the line wait indicator. + + + An integer value that specifies the height, in pixels, of elements composing the line wait indicator. + + + + + + + Gets or sets the shape of elements comprising the line wait indicator. + + + + A enumeration value that specifies the shape of elements comprising the line wait indicator. + + + + + + + + Gets of sets the diameter, in pixels, of the circle wait indicator. + + + An integer value that specifies the diameter, in pixels, of the circle wait indicator. + + + + + + + Gets or sets whether the control's is visible. + + + true if the control's is visible; otherwise, false. + + + + + + + Gets or sets whether the control's is visible. + + + true if the control's is visible; otherwise, false. + + + + + + + Gets or sets the horizontal distance between the image and text (caption plus description). + + + An integer value that is the horizontal distance between the image and text (caption plus description) + + + + + + + Gets or sets the type of wait indicator. + + + A enumeration value that specifies the type of wait indicator. + + + + + + + + Represents the Line view of the chart range control client. + + + + + + + Initializes a new instance of the LineChartRangeControlClientView class. + + + + + + + + Gets or sets whether anti-aliasing (smoothing) is applied to the line view of the chart range control client. + + + True to apply anti-aliasing to the line view of the chart range control client; False to disable anti-aliasing. + + + + + + + Specifies the width of a line in a LineChartRangeControlClientView. + + + An integer value specifying the line width (in pixels). + + + + + + + Gets or sets the color used to draw line markers. + + + + A that defines the color used to draw line markers. + + + + + + + + Gets or sets the size of markers for data points in a LineChartRangeControlClientView. + + + An integer value specifying the marker size, in pixels. + + + + + + + Gets or sets a value that specifies the visibility of point markers on a LineChartRangeControlClientView. + + + true to show markers for each data point; false to hide them. + + + + + + + + Represents the base class for defining the range for all chart clients (date-time and numeric chart clients) of the range control. + + + + + + + Gets or sets a value that specifies whether the range of the chart range control client is calculated automatically. + + + true, if the chart client range is calculated automatically; otherwise, false. + + + + + + + Returns the textual representation of the current ChartRangeControlClientRange object. + + + A string that specifies the textual representation of the current ChartRangeControlClientRange object. + + + + + + + + Contains the common settings that define the range displayed by a date-time chart client of the range control. + + + + + + + Initializes a new instance of the DateTimeChartRangeControlClientRange class. + + + + + + + + Gets or sets the end bound of a date-time chart client range. + + + A value that is the range end bound. + + + + + + + Gets or sets the start bound of a date-time chart client range. + + + A value that is the range start bound. + + + + + + + + Contains specific settings which define the representation of grid lines and labels in the date-time chart range control client. + + + + + + + Initializes a new instance of the DateTimeChartRangeControlClientGridOptions class. + + + + + + + + Gets or sets the date-time measure unit to which the chart's gridlines and labels should be aligned. + + + A enumeration value that represents the measurement unit to which the chart's gridlines and labels should be aligned. + + + + + + + Specifies the measurement unit to which selection thumbs of the range control are snapped. + + + A enumeration value representing the selection thumbs alignment interval. + + + + + + + + Contains the common settings that define the range displayed by a numeric chart client of the range control. + + + + + + + Initializes a new instance of the NumericChartRangeControlClientRange class. + + + + + + + + Gets or sets the maximum value of a numeric chart client range. + + + A value that is the maximum value of a range. + + + + + + + Gets or sets the minimum value of a numeric chart client range. + + + A value that is the minimum value of a range. + + + + + + + + Contains specific settings which define the representation of grid lines and labels in the numeric chart range control client. + + + + + + + Initializes a new instance of the NumericChartRangeControlClientGridOptions class. + + + + + + + + + Represents the date-time chart client of the range control to show date-time data within the range control's viewport. + + + + + + + + Initializes a new instance of the DateTimeChartRangeControlClient class. + + + + + + + + Provides access to the grid options of the date-time chart range control client. + + + + A object containing grid options for the date-time chart client of the range control. + + + + + + + Provides access to the range settings of the date-time chart range control client. + + + A object that contains settings to customize the range of the date-time chart range control client. + + + + + + + + + Represents the numeric chart client of the range control to show numeric data within the range control's viewport. + + + + + + + + + Initializes a new instance of the NumericChartRangeControlClient class. + + + + + + + + Provides access to the grid options of the numeric chart range control client. + + + + A object containing grid options for the numeric chart client of the range control. + + + + + + + Provides access to the range settings of the numeric chart range control client. + + + A object that contains settings to customize the range of the numeric chart range control client. + + + + + + + + + Represents the base class for grid settings of the date-time and numeric chart clients of the range control. + + + + + + + Initializes a new instance of the ChartRangeControlClientGridOptions class. + + + + + + + + Gets or sets a value that specifies whether the grid properties are calculated automatically. + + + true, if the grid is calculated automatically; otherwise, false. + + + + + + + + Gets or sets a value that specifies the interval between grid lines. + + + A value which specifies the numeric grid step. + + + + + + + Gets or sets the string used to format chart argument values. + + + A string used to format chart argument values. + + + + + + + Gets or set the format provider to format the values displayed by argument labels of the chart range control client. + + + A object that supplies specific formatting information to the values displayed by argument labels. + + + + + + + Gets or sets a value which specifies whether to show the grid lines error message in the range control's viewport. + + + true, to show the grid lines error message in the range control's viewport; otherwise,false. + + + + + + + Gets or sets the numeric snap step. + + + A value that is the snap step. + + + + + + + Returns the textual representation of the current ChartRangeControlClientGridOptions object. + + + A string that specifies the textual representation of the current ChartRangeControlClientGridOptions object. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ClosePageButtonEventArgs class with the specified settings. + + + + null if the TabControl's Close button has been clicked. Otherwise, this refers to the page whose Close button has been clicked. This value is assigned to the property. + + + + The page whose Close button has been clicked. This value is assigned to the Page property. + + + + + + + + Returns null if the TabControl's Close button has been clicked. Otherwise, this property returns the same value as the Page property. + + + An object. + + + + + + + + The base class for objects that can be embedded into the . + + + + + + + Initializes a new instance of the RangeControlClientBase class. + + + + + + + + Gets or sets the format string used to format flag values. + + + The format string used to format flag values. + + + + + + + Gets or sets the string used to format ruler values. + + + A string used to format ruler values. + + + + + + + Gets or sets the parent for the current RangeControlClientBase object. + + + The parent object. + + + + + + + + The base class for objects that contain properties for check editors. + + + + + + + Initializes a new instance of the BaseRepositoryItemCheckEdit class. + + + + + + + + Gets or sets whether HTML tags can be used to format the text of the control's items. + + + true, if HTML formatting is allowed; otherwise, false. + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Gets or sets a value specifying whether the editor's width is calculated automatically to fit the editor's content. + + + true, if the editor's width is adjusted to fit the text width; otherwise, false. + + + + + + + Gets or sets the style used to draw the check editor's border. + + + A enumeration value identifying the style used to draw the check editor's border. + + + + + + + Gets or sets the text label associated with a check editor. + + + A System.String value representing the text label associated with a check editor. + + + + + + + Gets the class name of the edit control corresponding to the current repository item. + + + A System.String object identifying the class name of the corresponding editor. + + + + + + + Gets or sets a value indicating whether a focus rectangle is drawn round the entire client region or around the caption text only. + + + true, if a focus rectangle is around the entire client region; otherwise, false. + + + + + + + Gets or sets the horizontal alignment of a check box glyph within a check editor. + + + A DevExpress.Utils.HorzAlignment enumeration value specifying the check box's horizontal alignment. + + + + + + + Gets or sets the vertical alignment of a check box glyph within a check editor. + + + A DevExpress.Utils.HorzAlignment enumeration value specifying the check box's vertical alignment. + + + + + + + Gets a value indicating whether the check editor functions like a radio button. + + + true, if the check editor represents a radio button; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomDrawDayNumberCellEventArgs class with the specified settings. + + + + A value to initialize the property. + + + + A value to initialize the property. + + + + A value to initialize the property. + + + + + + + + Gets or sets the skin element that is used to paint the background of the currently processed cell. + + + A SkinElementInfo object that specifies the skin element that is used to paint the background of the currently processed cell. + + + + + + + Gets the painted element's bounding rectangle. + + + A structure specifying the boundaries of the painted element. + + + + + + + Gets an object that specifies the storage for the most used pens, fonts and brushes. + + + A object. + + + + + + + Gets the bounds of the cell's content (text). + + + The bounds of the cell's content (text). + + + + + + + Gets the painted cell's value. + + + A object representing the painted day number's cell value. + + + + + + + Gets whether the painted cell is disabled. + + + true, if the painted cell is disabled; otherwise, false. + + + + + + + Gets an object used to paint. + + + A object used to paint. + + + + + + + Gets or sets a value specifying whether default painting is prohibited. + + + true if default painting is prohibited; otherwise false. + + + + + + + Gets a value indicating whether the processed day number cell corresponds to a day within the currently selected month. + + + true if the processed day number cell corresponds to a day within the currently selected month; otherwise, false. + + + + + + + Gets whether the painted cell corresponds to Saturday or Sunday. + + + true, if the painted cell corresponds to Saturday or Sunday; otherwise, false. + + + + + + + Gets whether the painted cell belongs to the previous or next month. + + + true, if the painted cells belongs to the previous or next month; otherwise, false. + + + + + + + Gets whether the cell is currently pressed. + + + true, if the cell is currently pressed; otherwise, false. + + + + + + + Gets whether the cell corresponds to a "special" date. + + + true, if the cell corresponds to a "special" date; otherwise, false. + + + + + + + Gets a value indicating whether the processed day number cell is selected. + + + true if the processed cell is selected; otherwise, false. + + + + + + + Gets the current cell's state. + + + The Normal, Hot, Pressed, Disabled or Selected state, or a combination of these states. + + + + + + + Gets the painted date cell's appearance settings. + + + A object that provides the painted cell's appearance settings. + + + + + + + + Gets whether the painted cell corresponds to Today's date. + + + + true, if the cell corresponds to Today's date; otherwise, false. + + + + + + + + Gets or sets the current View of data in the dropdown window. + + + A DateEditCalendarViewType value that specifies the current View of data in the dropdown window. + + + + + + + Contains information used for painting the current cell. + + + An object that contains information used for painting the current cell. + + + + + + + + Provides centralized management over the appearance and paint styles of editors and controls. + + + + + + + Creates a new object. + + + + + + + + Initializes a new instance of the class with the specified container. + + + + The which contains the created style controller. + + + + + + + + Gets the appearance settings used to paint the bound editors. + + + A object which provides the appearance settings used to paint the bound editors. + + + + + + + Gets the appearance settings used to paint bound editors when they are disabled. + + + A object which provides the appearance settings used to paint bound editors when they are in the disabled state. + + + + + + + Gets the appearance settings used to paint the popup window of bound editors. + + + A object which provides the appearance settings used to paint the popup window of bound controls. + + + + + + + Gets the appearance settings used to paint the header panel within the popup window of bound editor(s). + + + + A object which provides the appearance settings used to paint the header panel within the popup window of bound editor(s). + + + + + + + Gets the appearance settings used to paint the bound editor which is currently focused. + + + A object which provides the appearance settings used to paint the currently focused bound editor. + + + + + + + Gets the appearance settings used to paint the bound editor whose value cannot be changed by the end-user. + + + A object which provides the appearance settings used to paint the read-only editor. + + + + + + + Performs specific actions before control initialization. + + + + + + + + Locks the StyleController object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Gets or sets the border style of bound controls. + + + The enumerator. + + + + + + + Gets or sets the style of bound control buttons. + + + The object, specifying button appearance. + + + + + + + Performs specific actions after the control has been initialized. + + + + + + + + Unlocks the StyleController object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the look and feel of bound control elements (buttons, borders and scrollbars). + + + A object. + + + + + + + Gets or sets the popup border style of bound controls. + + + The enumerator. + + + + + + + Fires immediately after any property value has been changed. + + + + + + + + + Represents buttons displayed in the ControlNavigator. + + + + + + + Creates a new object. + + + + An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. + + + + + + + + Gets the button used to append a new record. + + + A object representing the navigator's Append button. + + + + + + + Gets the button used to cancel editing the current record. + + + A object representing the navigator's CancelEdit button. + + + + + + + Gets the control which is bound to the ControlNavigator. + + + An object implementing the INavigatableControl interface which is navigated by the ControlNavigator. + + + + + + + Gets the button used to set the dataset to the edit state. + + + A object representing the navigator's Edit button. + + + + + + + Gets the button used to post the edited record to the associated data source. + + + A object representing the navigator's EndEdit button. + + + + + + + Gets the button used to set the current record to the first record in a data source. + + + A object representing the navigator's First button. + + + + + + + Gets the button used to set the current record to the last record in a data source. + + + A object representing the navigator's Last button. + + + + + + + Gets the button used to set the current record to the next record in a data source. + + + A object representing the navigator's Next button. + + + + + + + Gets the button used to increment the current record position in a data source by the number of visible records. + + + A object representing the navigator's NextPage button. + + + + + + + Gets the button used to set the current record as the data source's previous record. + + + A object representing the navigator's Prev button. + + + + + + + Gets the button used to decrement the current record position in a data source by the number of visible records. + + + A object representing the navigator's PrevPage button. + + + + + + + Gets the button used to delete the current record. + + + A object representing the navigator's Remove button. + + + + + + + + Represents the ControlNavigator's button collection. + + + + + + + Creates a new object. + + + + A object representing the buttons dispalyed within the ControlNavigator. + + + + + + + + + Provides a graphical interface for navigating data-aware controls that implement the INavigatableControl interface (this interface is implemented by all DevExpress data-aware container controls). + + + + + + + + Creates a new object with default settings. + + + + + + + + Provides access to the navigator's built-in and custom buttons. + + + A object which is the navigator's buttons. + + + + + + + + Gets or sets the control which is navigated by the ControlNavigator. + + + An object implementing the INavigatableControl interface which is navigated by the ControlNavigator. + + + + + + + Returns the text representation of the current object. + + + A string that specifies the text representation of the current ControlNavigator object. + + + + + + + + Represents a method that will handle events which fire as a result of an exception. + + + + + + + Represents the method for handling events which take an object as a parameter. + + + + The source of the event. + + + + A object that contains event data. + + + + + + + + + Represents the base class for arguments passed to exception handling events. + + + + + + + Creates a new object. + + + + A string value specifying the error description. This value is assigned to the property. + + + + A string value specifying the error message box caption. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. + + + + + + + + Creates a new object. + + + + A string value specifying the error description. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + + + + + Gets or sets the error description to be displayed in the message box/tooltip. + + + A string value specifying the text to display in the message box/tooltip. + + + + + + + Gets the exception that caused the event. + + + A object representing the exception that caused the event. + + + + + + + Gets or sets the type of response to supplying invalid values. + + + A enumeration value specifying the response type. + + + + + + + Gets or sets the caption of the error message box. + + + A string value specifying the caption of the error message box. + + + + + + + + Represents a method that will handle events which fire when an invalid value is entered within a container control. + + + + + + + Represents the method for handling events which take an object as a parameter. + + + + Event source. + + + + An object that contains event data. + + + + + + + + + Provides data for events that occur when assigning an invalid value to a container control cell. + + + + + + + Initializes a new instance of the class. + + + + A string to initialize the property. + + + + A object to initialize the property. + + + + An object to initialize the property. + + + + + + + + Creates a new object. + + + + A string value specifying the error's description. This value is assigned to the property. + + + + A string value specifying the error message box caption. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. + + + + An object representing the invalid value. This value is assigned to the property. + + + + + + + + Gets an invalid value that caused the exception. + + + An object representing the invalid value. + + + + + + + + Represents a method that will handle a container control's ValidatingEditor event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The source of the event. + + + + A object that contains event data. + + + + + + + + + Provides data for events that allow you to validate cell values. + + + + + + + Creates a object. + + + + An object representing the validated editor's value. This value is assigned to the property. + + + + + + + + Gets or sets the error description. + + + A string value specifying the error description. + + + + + + + Gets or sets whether the value is valid. + + + true to indicate that the value is valid; otherwise false. + + + + + + + Gets or sets the value being validated. + + + An object representing the validated editor's value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically an MRU edit control). + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new class instance. + + + + + A representing an item being added to an MRU editor. Initializes the Item property. + + + + + + + + Initializes a new instance of the AddingMRUItemEventArgs class with the specified settings. + + + + An item being added to the editor. + + + + A value that identifies the reason that caused the AddingMRUItem event. + + + + + + + + Gets the reason that caused the AddingMRUItem event. + + + A value. + + + + + + + + Contains values that specify the position of the control buttons in alert windows. + + + + + + + The control buttons are displayed at the right edge of an alert window. + + + + + + + + The control buttons are displayed at the top edge of an alert window. + + + + + + + + + Specifies how an exception should be handled. + + + + + + + Displays a tooltip with an error description specified by the property. + + + + + + + + Discards new data and reverts to an old value. + +In standalone editors, because of the .NET binding mechanism, the Ignore value doesn't work correctly. In container controls, the Ignore value works as expected. + + + + + + + + + Suppresses displaying the message box/tooltip or throwing an exception. The value remains unchanged. + + + + + + + + Throws an exception specified by the property. + + + + + + + + + Contains information to be displayed in an alert window. + + + + + + + Initializes a new instance of the AlertInfo class with the specified window caption, text, image and the text that is to be displayed when the text area is hot-tracked. + + + + A string that specifies the caption of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. + + + + An image to be displayed in an alert window. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AlertInfo class with the specified settings. + + + + A string that specifies the caption of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. + + + + An image to be displayed in an alert window. This value is assigned to the property. + + + + Any custom data to be associated with the current object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AlertInfo class with the window caption, text and image. + + + + A string that specifies the caption of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window. This value is assigned to the property. + + + + An image to be displayed in an alert window. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AlertInfo class with the specified window caption and text. + + + + A string that specifies the caption of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window. This value is assigned to the property. + + + + + + + + Initializes a new instance of the AlertInfo class with the specified window caption, text, and the text that is to be displayed when the text area is hot-tracked. + + + + A string that specifies the caption of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window. This value is assigned to the property. + + + + A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. + + + + + + + + Gets or sets the caption of an alert window. + + + A string that specifies the caption of an alert window. + + + + + + + Gets or sets the text of an alert window, displayed when the text is hot-tracked. + + + A string that specifies the hot-tracked text for an alert window. + + + + + + + Gets or sets an image to be displayed in an alert window. + + + A object that specifies an image to be displayed in an alert window. + + + + + + + Gets or sets custom data associated with the current AlertInfo object. + + + An object that represents custom data associated with the current AlertInfo object. + + + + + + + Gets or sets the text of an alert window. + + + A string that specifies the text of an alert window. + + + + + + + + Applies a format if a column's DateTime value refers to a specific date and/or date interval relative to today. These days and intervals include Today, Yesterday, This week, Earlier this month, Prior to this year, etc. + + + + + + + Initializes a new instance of a FormatConditionRuleDateOccuring class. + + + + + + + + Creates a new instance of the FormatConditionRuleDateOccuring class. + + + A new FormatConditionRuleDateOccuring object. + + + + + + + Gets or sets the filter that identifies a target date or dates. + + + The filter that identifies a target date or dates. + + + + + + + Reapplies the conditional formatting rule, taking into account the current date. + + + + + + + + + Serves as the base for components that provide visual elements at runtime, manage editor repositories providing inplace editors for their visual elements and support the common tooltip control mechanism. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Notifies the component that the initialization has started. + + + + + + + + + Occurs when a key is pressed within an in-place editor that belongs to the container component. + + + + + + + + Occurs when a character key is pressed within an in-place editor that belongs to the container component. + + + + + + + + Occurs when a pressed key is released within an in-place editor that belongs to the container component. + + + + + + + + Notifies the component that the initialization has been completed. + + + + + + + + + Gets or sets the external editors repository. + + + A component holding a collection of repository items that can be used to create inplace editors. + + + + + + + Returns the actual tooltip controller that controls the behavior and appearance of hints for a container component's elements. + + + A object providing tooltip functionality for the container component. + + + + + + + Gets whether the component is being initialized. + + + true if the component is being initialized; otherwise, false. + + + + + + + Provides access to the component's internal repository. + + + A object containing repository items whose settings can be used to create inplace editors. + + + + + + + Gets or sets the component that controls the behavior and appearance of hints displayed for the container component's visual elements. + + + A component specifying hint settings. + + + + + + + + Serves as the base for container controls that manage editor repositories providing inplace editors for their visual elements and support for a common tooltip control mechanism. + + + + + + + Initializes a new instance with default settings. + + + + + + + + Gets or sets the control's background color. + + + A structure that represents the control's background color. + + + + + + + Notifies the control that the initialization has started. + + + + + + + + + Occurs when a key is pressed within an in-place editor that belongs to the container control. + + + + + + + + Occurs when a character key is pressed within an in-place editor that belongs to the container control. + + + + + + + + Occurs when a pressed key is released within an in-place editor that belongs to the container control. + + + + + + + + Notifies the control that the initialization has been completed. + + + + + + + + + Gets or sets the external repository of in-place editors. + + + A component holding a collection of in-place editors (repository items). + + + + + + + + Gets or sets the control's foreground color. + + + A structure that represents the control's foreground color. + + + + + + + Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor. + + + + A object providing tooltip functionality for the container editor. + + + + + + + Gets whether the control is being initialized. + + + true if the control is being initialized; otherwise, false. + + + + + + + Gets or sets an object that controls the look and feel of the popup menus. + + + An object that controls the look and feel of the popup menus. + + + + + + + + Provides access to the control's internal repository of in-place editors. + + + A object containing repository items whose settings are used to create in-place editors. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the control's text. + + + A string which specifies the control's text. + + + + + + + Gets or sets the component that controls the behavior and appearance of hints displayed for a container control's visual elements. + + + A component specifying hint settings. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The control which fires the event. + + + + A object that contains event data + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + The value to initialize the property. + + + + + + + + Gets or sets the value entered by the end-user. + + + An object representing the value entered by the end-user. + + + + + + + Gets or sets a value specifying whether the lookup editor must locate the newly inserted record. + + + true if the editor must locate the newly inserted record; otherwise false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method for handling the event of a control. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + The value to initialize the property. + + + + + + + + Gets or sets the object representing the command to execute. + + + The object representing the command to execute. + + + + + + + Gets or sets whether default execution of the hyperlink command is required. + + + true if the event is handled and no default processing is required; false, if the editor should execute the command after performing your event handler. + + + + + + + + A collection of columns for a lookup editor. + + + + + + + Creates an instance of the class. + + + + + + + + Initializes a new instance of the LookUpColumnInfoCollection class with the specified owner. + + + + An owner of the created collection. + + + + + + + + Adds a new column to the current collection. + + + + A column to add to the collection. + + + The position into which the new element was inserted. + + + + + + + Adds an array of columns to the collection. + + + + An array of objects representing columns for the lookup editor. + + + + + + + + Copies columns from the source collection to the current one. + + + + The source collection whose columns are copied to the current collection. + + + + + + + + Occurs on changing the column collection + + + + + + + + Creates a new column for a lookup editor. + + + A object that has been created. + + + + + + + + + + + + + + + + + + Returns a visible lookup column at the specified visible index. + + + + An integer which specifies the zero-based visible index of the column which should be returned. + + + A object which represents the visible lookup column at the specified index. + + + + + + + Gets the zero-based index of the specified column in the item collection. + + + + The column to locate in the collection. + + + The zero-based index of the specified column in the current collection, if found; otherwise, -1. + + + + + + + Gets a column at the specified position. + + + + The zero-based index of the column to return. + + + A column at the specified position. + + + + + + + Gets a column by its field name. + + + + The field name of the column to return. + + + The first column encountered whose property matches the specified field name. + + + + + + + Removes the specified column from the collection. + + + + The column to remove from the collection. + + + + + + + + Gets the number of visible lookup columns. + + + An integer which represents the number of visible lookup columns. + + + + + + + Gets the zero-based index of the specified visible column. + + + + The column found. + + + The zero-based index of the specified visible column. + + + + + + + + A column for a lookup editor. + + + + + + + Creates an instance of the class and sets all its properties to specified values. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Creates an instance of the class and initializes its field name, caption and width. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Creates an instance of the class and initializes its field name, caption and width. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Creates an instance of the class and sets its field name and width to the specified values. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Creates an instance of the class and sets its field name to the specified value. + + + + The value to initialize the property. + + + + + + + + Creates an instance of the class and sets its properties to default values. + + + + + + + + Initializes a new instance of the LookUpColumnInfo class with the specified settings. + + + + A string representing the field name whose values are displayed in the column. This value is used to initialize the property. + + + + A string representing the column's caption. This value is used to initialize the property. + + + + An integer value specifying the width of the current column. This value is used to initialize the property. + + + + A value specifying the type of formatting applied when displaying column values. This value is used to initialize the property. + + + + A string specifying the pattern used to format column values. This value is used to initialize the property. + + + + A Boolean value specifying the visibility of the current column. This value is used to initialize the property. + + + + A value specifying the horizontal alignment of the column's values. This value is used to initialize the property. + + + + A value specifying the sort order for the column. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the LookUpColumnInfo class with the specified field name and caption. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Initializes a new instance of the LookUpColumnInfo class with the specified settings. + + + + A string representing the field name whose values are displayed in the column. This value is used to initialize the property. + + + + A string representing the column's caption. This value is used to initialize the property. + + + + An integer value specifying the width of the current column. This value is used to initialize the property. + + + + A value specifying the type of formatting applied when displaying column values. This value is used to initialize the property. + + + + A string specifying the pattern used to format column values. This value is used to initialize the property. + + + + A Boolean value specifying the visibility of the current column. This value is used to initialize the property. + + + + A value specifying the horizontal alignment of the column's values. This value is used to initialize the property. + + + + A value specifying the sort order for the column. This value is used to initialize the property. + + + + A value that specifies whether data sorting is enabled for the column. This value is used to initialize the property. + + + + + + + + Gets or sets the horizontal alignment of column values within the current column. + + + A value specifying the alignment of the column's contents. + + + + + + + Gets or sets whether the column supports data sorting. + + + A value that specifies whether data sorting is enabled for the current column. + + + + + + + Copies properties of the source column to the current instance. + + + + The source column whose properties must be copied. + + + + + + + + Gets or sets the column's caption. + + + The string representing the column's caption. + + + + + + + Gets or sets the field name whose values are displayed in the column. + + + The name of the field whose values are displayed in the column. + + + + + + + Specifies the pattern used to format column values when the is not set to . + + + The pattern used to format column values. + + + + + + + Gets or sets the type of formatting applied when displaying column values. + + + The value specifying the format type. + + + + + + + Returns the LookUpEdit control that owns the collection containing the current LookUpColumnInfo object. + + + The owner of the collection containing the current LookUpColumnInfo object. + + + + + + + Gets or sets the sort order applied to the current column. + + + A value specifying the column's sort order. + + + + + + + Returns the textual representation of the current LookUpColumnInfo object. + + + A string that specifies the textual representation of the current LookUpColumnInfo object. + + + + + + + Gets or sets the visibility of the current column. + + + true if the column is visible; otherwise, false. + + + + + + + Gets or sets the width of the current column. + + + The width of the current column. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The control which fires the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + The field to initialize the property. + + + + The value for the property. + + + + + + + + Gets the field for which you should provide the value for the specified record. + + + The field name for which to return the value. + + + + + + + Gets the zero-based index of the record for which a field value must be returned. + + + The zero-based index of the record for which a field value must be returned. + + + + + + + Gets or sets a field value. + + + A field value. + + + + + + + + Represents the CheckedListBoxControl's item collection. + + + + + + + Creates a new object. + + + + + + + + Initializes a new instance of the CheckedListBoxItemCollection class with the specified capacity. + + + + A value to initialize the collection's Capacity property. + + + + + + + + Creates a new item with the specified value and state and appends it to the collection. + + + + An object which represents the item's value. + + + + true if the item is checked; otherwise, false . + + + A zero-based integer value representing the new item's index. + + + + + + + Creates a new item with the specified value and check state and appends it to the collection. + + + + An object which represents the item's value. + + + + A enumeration member which specifies the item's state. + + + A zero-based integer value representing the new item's index. + + + + + + + Creates a new item with the specified settings and appends it to the collection. + + + + An object which represents the item's value. + + + + A enumeration member which specifies the item's state. + + + + true if the item is enabled; otherwise, false. + + + A zero-based integer value representing the new item's index. + + + + + + + Adds a new item with the specified value to the collection. + + + + An object that represents the item's value. + + + A zero-based integer value that specifies the new item's index. + + + + + + + Adds a new item with the specified settings to the collection. + + + + An object that represents the item's value. This value is used to initialize the property. + + + + A string representing the item's display text. This value is used to initialize the property. + + + + A enumeration member which specifies the item's state. This value is used to initialize the property. + + + + A Boolean value that specifies whether the created item must be enabled. This value is used to initialize the property. + + + A zero-based integer value that specifies the new item's index. + + + + + + + Adds a new item with the specified value and description to the collection. + + + + An object that represents the item's value. This value is used to initialize the property. + + + + A string representing the item's display text. This value is used to initialize the property. + + + A zero-based integer value that specifies the new item's index. + + + + + + + Creates a new item with the specified value and state and appends it to the collection. + + + + An object which represents the item's value. + + + + A Nullable Boolean value that represents the item's check state. + + + A zero-based integer value representing the new item's index. + + + + + + + Adds an array of items to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Returns whether the specified item belongs to the current collection. + + + + The item to locate in the collection. + + + true if the specified item belongs to the collection; otherwise false. + + + + + + + Returns a list of checked items' values. + + + A list of checked items. + + + + + + + Returns the zero-based index of the specified in the collection, or, if the specified value is not a object, returns the index of the item that contains this value in its CheckedListBoxItem.Value property. + + + + A object whose index in the collection needs to be returned. Or, a value (CheckedListBoxItem.Value) of the item whose index needs to be returned. + + + A zero-based index of the required item. + + + + + + + + Gets or sets an item at the specified position within the collection. + + + + An integer value representing the zero-based index of the required item. If the index is negative or exceeds the last available index, an exception is thrown. + + + An object representing the item at the specified position within the collection. + + + + + + + Returns an item that has the specified value. + + + + An object that represent's the value of the item to be retrieved. + + + A object whose value matches the specified object. + + + + + + + + Represents an item within the and controls. + + + + + + + Creates a new object and instantiates the property. + + + + An object representing the item's value. This value is assigned to the property. + + + + + + + + Creates a new object with default settings. + + + + + + + + Creates a new object and instantiates the and properties. + + + + An object representing the item's value. This value is assigned to the property. + + + + true if the item is checked; otherwise, false. This value is assigned to the property. + + + + + + + + Creates a new object and instantiates the and properties. + + + + An object representing the item's value. This value is assigned to the property. + + + + A enumeration member representing the item's state. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with custom settings. + + + + An object which represents the item's value. This value is assigned to the property. + + + + A enumeration member specifying the item's state. This value is assigned to the property. + + + + true if the item is enabled; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + A enumeration member representing the item's state. This value is assigned to the property. + + + + true to enable the item; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified value and description. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified value, description and check state. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + A enumeration member representing the item's state. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + A enumeration member representing the item's state. This value is assigned to the property. + + + + true if the item is enabled; otherwise, false. This value is assigned to the property. + + + + Custom data associated with the item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + A enumeration member representing the item's state. This value is assigned to the property. + + + + Custom data associated with the item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CheckedListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string representing the item's display text. This value is assigned to the property. + + + + Custom data associated with the item. This value is assigned to the property. + + + + + + + + Gets or sets the item's state. + + + A enumeration member specifying the item's state. + + + + + + + Gets or sets the item's display text. + + + A string that specifies the item's display text. + + + + + + + Gets or set whether an end-user can change the item's state. + + + true if the item is enabled and an end-user can change its state; otherwise, false. + + + + + + + Converts a value of the Nullable Boolean type to the System.Windows.Forms.CheckState type. + + + + A Nullable Boolean value to be converted. + + + A value converted to the System.Windows.Forms.CheckState type. + + + + + + + Converts a check state to a Nullable<Boolean> value. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A CheckedState enumeration value to be converted. + + + A Nullable<Boolean> value. + + + + + + + Inverts the item's check state. + + + + + + + + Returns the text representation of the current item. + + + A string that specifies the text representation of the current CheckedListBoxItem object. + + + + + + + + Contains values specifying the formats of time editor values. + + + + + + + Hours are displayed within the time editor. + + + + + + + + + Hours and minutes are displayed within the time editor. + + + + + + + + + Hours, minutes and seconds are displayed within the time editor. + + + + + + + + + + Contains values specifying the manner in which the hour portion is displayed. + + + + + + + The hour format obtained from the operation system time settings. + + + + + + + + The hour portion varies from 00 to 12. A time suffix is displayed. + + + + + + + + + The hour portion varies from 00 to 24. + + + + + + + + + + Stores settings specific to a time editor. + + + + + + + + Creates a new object. + + + + + + + + Gets or sets the index of a button within the button collection which will open the editor's dropdown window. + + + An Int32 value specifying the index of a button within the button collection which will open the editor's dropdown window. The default is 0. + + + + + + + Gets or sets whether an editor's dropdown can be displayed when the editor is in the read-only state. + + + A value that specifies if an editor's dropdown can be displayed in the read-only state. +The default value is . + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Allows you to perform specific actions with respect to how the popup window was closed. + + + + + + + + Occurs when the editor's dropdown window starts closing. + + + + + + + + Gets or sets the key combination used to open and close the editor's dropdown window. + + + A object specifying the key combination used to open and close the editor's dropdown window. + + + + + + + + This property is not supported by the RepositoryItemTimeEdit class. + + + + + Always true. + + + + + + + Gets or sets the edit mask. + + + + A string which specifies a mask expression. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A string value representing the class name of a corresponding editor. + + + + + + + Notifies the editor that the initialization has been completed. + + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Gets or sets a value specifying the manner in which the hour is displayed. + + + A enumeration member specifying the hour format. + + + + + + + Occurs after the editor's popup window has been opened. + + + + + + + + Gets or sets the border style of the editor's dropdown window. + + + A enumeration value specifying the border style of the editor's dropdown window. + + + + + + + Gets or sets the minimum size of the editor's dropdown window. + + + A structure that specifies the dropdown window's minimum size. + + + + + + + This member is not supported by the RepositoryItemTimeEdit class. + + + + + + + + + + This member is not supported by the RepositoryItemTimeEdit class. + + + + + + + + + + Gets an object providing properties specific to a time edit control. + + + A object providing settings common to a time edit control. + + + + + + + Enables you to specify whether an attempt to close the editor's popup window will succeed. + + + + + + + + Enables you to specify whether an attempt to open the editor's popup window will succeed. + + + + + + + + Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. + + + A enumeration value. + + + + + + + Gets or sets whether the shadow is displayed for the editor's dropdown window. + + + true, to display the shadow for the editor's dropdown window; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the style in which text is displayed in the time editor's edit box. + + + A enumeration member specifying the editing style. + + + + + + + Gets or sets how end-users can modify the control's value. + + + A value that specifies how end-users can modify the time value. + + + + + + + Gets or sets a value specifying the format of the value displayed by a TimeEdit. + + + A enumeration member specifying the format of the time value. + + + + + + + Gets or sets the step by which minutes increment in the touch-aware time-editing UI . The value of 60 must be multiple of TouchUIMinuteIncrement. + + + The number by which minutes increment in the touch-aware time-editing UI. + + + + + + + Gets or sets the step by which seconds increment in the touch-aware time-editing UI . The value of 60 must be multiple of TouchUISecondIncrement. + + + The number by which seconds increment in the touch-aware time-editing UI. + + + + + + + + Represents a class which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Occurs before an item is added to the MRU editor. + + + + + + + + Gets or sets whether close ('x') buttons are displayed within dropdown MRU items, allowing an end-user to delete items. + + + true if close ('x') buttons are displayed within dropdown MRU items; otherwise, false. + + + + + + + Copies the settings of a specific repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets or sets a value that specifies whether the auto completion feature is enabled. + + + true if the auto completion is enabled; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Gets or sets a value that specifies whether the popup window is displayed immediately after an end-user has typed a character in the edit box. + + + + true, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false. + + + + + + + + Gets the collection of items displayed by the current MRU editor. + + + A MRUEditItemCollection object representing a collection of items displayed by the editor. + + + + + + + Loads the collection with data from the specified stream. + + + + A Stream object that contains items to be loaded. + + + + + + + + Loads items from the specified XML file to the collection. + + + + A string that specifies the full path to the XML file that stores items to be loaded. + + + + + + + + Gets or sets the maximum number of items displayed in the editor's dropdown list. + + + An integer value specifying the maximum number of items contained by the MRU editor. + + + + + + + Gets an object providing properties specific to a MRU edit control. + + + A object instance providing settings common to a MRU edit control. + + + + + + + Occurs before an item is removed from the MRU edit. + + + + + + + + Saves items from the collection to a stream. + + + + A stream to which data is saved. + + + + + + + + Saves items stored in the collection to the specified XML file, using the default encoding. + + + + A string that specifies the full path to the XML file to which data is saved. + + + + + + + + Saves items stored in the collection to the specified XML file, using the specified encoding. + + + + A string that specifies the full path to the XML file to which data is saved. + + + + An object that specifies the text encoding to use. + + + + + + + + Gets or sets a value specifying whether to invoke the event when pressing the ENTER key. + + + true if the event is fired when the ENTER key is pressed; otherwise, false + + + + + + + + Represents the class which provides settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies properties of the specified repository item. + + + + A object representing the source repository item. + + + + + + + + Gets or sets the manner in which the window for the process executed by the hyperlink editor should appear on-screen. + + + A value, specifying the manner in which the window for the process executed by the hyperlink editor should appear. + + + + + + + Gets or sets the caption string displayed in the edit box. + + + A string value specifying the hyperlink editor's caption. + + + + + + + The method overrides the base method to prevent it from creating a default button. + + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns the foreground color of the link's text. + + + A Color used to paint the link's text. + + + + + + + Gets or sets the alignment of the image displayed within the edit box. + + + A enumeration member which specifies the image's alignment. + + + + + + + + Gets or sets the image displayed within the edit box. + + + A object which represents the image displayed within the edit box. + + + + + + + Gets or sets the alignment of the image displayed within the edit box. + + + A enumeration member which specifies the image's alignment. + + + + + + + Gets or sets the foreground color of the editor's display text. + + + The color of the editor's display text. + + + + + + + Gets or sets whether the link text color is specified by parent appearance settings. + + + true, if the link text color is specified by parent appearance settings; otherwise, false. + + + + + + + Occurs before hyperlink execution. + + + + + + + + Gets or sets the image displayed within the edit box. + + + A object which represents the image displayed within the edit box. + + + + + + + Gets an object providing settings specific to the current control. + + + The object providing settings common to the current edit control. + + + + + + + Gets or sets the read-only status of the editor. + + + true if the end-user cannot modify the editor's contents; otherwise false. + + + + + + + Gets or sets whether hyperlink functionality is activated a single or double click. + + + true if the hyperlink functionality is activated by single clicking; otherwise, the user needs to double click the edit box in order to execute the hyperlink command. + + + + + + + Gets or sets a shortcut to activate the hyperlink. + + + The shortcut used to activate the hyperlink functionality. + + + + + + + Gets or sets whether a click/double-click on the empty space in the edit box invokes the hyperlink's functionality. + + + true if a click/double-click on the empty space invokes the hyperlink's functionality; otherwise, false. + + + + + + + Gets or sets the style in which text is displayed and edited in the editor. + + + The value determining the editing style. + + + + + + + + Contains settings specific to a lookup editor. + + + + + + + Creates and initializes a new instance of the class. + + + + + + + + Gets the header panel's appearance settings. + + + A object which provides the appearance settings used to paint the column headers. + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Gets or sets the visible column index against which an incremental search is performed in + and + modes. + + + The zero-based visible column index against which an incremental search is performed. + + + + + + + Changes the widths of columns in the dropdown, to best fit their contents. + + + + The adjusted total width of the columns in the dropdown. + + + + + + + Specifies the maximum number or rows that are processed when invoking the "best-fit" functionality. + + + An integer value that specifies the maximum number of rows processed when invoking the "best-fit" functionality. + + + + + + + Gets or sets whether the end-user needs to type text matching the case when performing an incremental search. + + + true if an incremental search is case sensitive; otherwise false. + + + + + + + Gets a collection of columns displayed in the dropdown window. + + + A object specifying the columns displayed in the dropdown. + + + + + + + Gets or sets the field whose values are displayed in the edit box. The property is obsolete. + + + The string identifying the field whose values are displayed in the edit box. + + + + + + + Gets or sets the height of a row in the dropdown (in pixels). + + + The height of a single row. + + + + + + + Gets or sets the number of rows simultaneously displayed in the dropdown window. + + + The number of visible rows in the dropdown window. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Forces the control's data source to provide the information which is required to work with this data source. + + + + + + + + + Returns a data source row containing the specified field value. + + + + The value of the field for the row to be located. + + + An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. + + + + + + + Returns a data source row containing the specified field value. + + + + The value of the field for the row to be located. + + + An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. + + + + + + + Searches for an object that represents the row containing the specified field values. + + + + The value of the field for the row to be located. + + + + An array of objects representing values for additional fields against whose values the search is performed. + + + + An array of strings specifying the names of the fields against whose values the search will be carried out. + + + An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record is found that matches the given search criteria. + + + + + + + Returns the visual index of the row in the dropdown that contains the specified value in the specified column. + + + + A object that is the column whose values will be compared with the specified value to locate the required row. + + + + + A value contained in the required row in the specified column. + + + An integer value that is the row's zero-based visual index in the dropdown list. -1 if such a row is not found. + + + + + + + + Returns the visual index of the row in the dropdown that contains the specified value in the specified field. + + + + A string that is the field whose values will be compared with the specified value to locate the required row. + + + + + A value contained in the required row in the specified field. + + + An integer value that is the row's zero-based visual index in the dropdown. -1 if such a row is not found. + + + + + + + + Gets the value contained in the specified row and column in the dropdown data source. + + + + A object representing the column that contains the required value. + + + + An integer value specifying the row's visual index in the dropdown list. + + + An object representing the value contained in the specified row and column. null if the specified row or column is not found. + + + + + + + Gets the value contained in the specified row and field in the dropdown data source. + + + + A string representing the field name that contains the required value. + + + + An integer value specifying the row's visual index in the dropdown list. + + + An object representing the value in the specified row and column. null if the specified row or field is not found. + + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns a value of the field of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value and the data source is a object). + + + + + + + Gets a value of the field by multiple key values. + + + + The value of the field for the row to be located. + + + + An array of objects representing values for additional fields against whose values the search is performed. + + + + An array of strings specifying names of additional fields against whose values the search is carried out. + + + The value of the field for the row located. null if no record with the specified value was found. + + + + + + + Returns the value of the field for the row whose value matches the specified text. + + + + A text representation of the field in the row to locate. + + + The value of the field for the row located, +null if no record with the specified value was found (System.DBNull.Value when the data source is a object). + + + + + + + Returns a value of the field of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value when the data source is a object). + + + + + + + Gets the index of a specific row in the underlying data source. + + + + A row's visual position in the dropdown window. This index can be obtained via the method. + + + The index of a specific row in the underlying data source. + + + + + + + Occurs on retrieving values for fields not found in the . + + + + + + + + Gets or sets which functionality is invoked as a result of clicking a column header within the dropdown. + + + A value specifying how the editor acts after its column header is clicked. + + + + + + + Specifies how selected and hot-tracked items are highlighted within the control's popup window. + + + A value that specifies how selected and hot-tracked items are highlighted. + + + + + + + Gets or sets a value specifying whether the items in the popup window are hottracked when the mouse pointer passes over them. + + + + true if the items in the popup window are hottracked when the mouse pointer passes over them; otherwise, false. + + + + + + + + Gets or sets a value specifying whether the rows in the popup window are hot-tracked when the mouse pointer passes over them. + + + true if the rows in the popup window are hot-tracked when the mouse pointer passes over them; otherwise, false. + + + + + + + Gets or sets the field whose values match the editor's edit value. The property is obsolete. + + + The string identifying the field whose values match the editor's edit value. + + + + + + + Gets or sets the value of the editor's edit value. The property is obsolete. + + + The value of the edit value. null if the repository item is not associated with an editor. + + + + + + + Occurs after a record(s) in the has been changed. + + + + + + + + Gets the reference to the current class instance. + + + The reference to the current class instance. + + + + + + + Returns the width of the widest column value in pixels (taking the column's caption into account). + + + + The graphics surface. + + + + The column being processed. + + + The a column width. + + + + + + + Gets or sets the string displayed in the edit box when the is null. + + + The string displayed in the edit box when the edit value is set to null or System.DBNull.Value. + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Creates and binds columns to fields available in the . + + + + + + + + This property is not supported by the RepositoryItemLookUpEdit class. + + + The Size.Empty value. + + + + + + + Gets or sets the width of the dropdown window (in pixels). + + + The width of the dropdown window. + + + + + + + Gets an object providing properties specific to the calc edit control. + + + The object providing settings common to the current edit control. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + true always. + + + + + + + Gets or sets the current search mode. + + + A value of the type determining the current search mode. + + + + + + + Gets or sets the visibility of column headers. + + + true if column headers are visible; otherwise, false. + + + + + + + Gets or sets the visibility of vertical lines separating columns in the dropdown. + + + true if vertical lines separating columns are visible; otherwise, false. + + + + + + + Gets or sets the visible column index against which data is sorted. + + + The zero-based visible column index against which data is sorted. + + + + + + + Gets or sets a value specifying the editor's behavior when assigning a value of an invalid type to the property. + + + true if the editor raises an exception when assigning a value of an invalid type; otherwise, false. + + + + + + + Gets or sets whether an end-user can scroll through the dropdown records using the CTRL+UP ARROW and CTRL+DOWN ARROW keys when the dropdown is closed. + + + true if scrolling through the dropdown records is enabled; otherwise false. + + + + + + + Gets or sets whether the number of visible data rows limits the height of the dropdown window. + + + true, if the height of the dropdown cannot be greater than the number of data rows; otherwise, false. + + + + + + + + An editor allowing you to edit hyperlinks and navigate to their targets. + + + + + + + Creates an instance of the control. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Occurs before hyperlink execution. + + + + + + + + Contains settings specific to the hyperlink editor. + + + A object containing settings for the current editor. + + + + + + + Executes the command specified by the hyperlink editor as a new process. + + + + + + + + Executes the specified command as a new process. + + + + The object representing the command to execute. + + + + + + + + Gets or sets the text representing the command for the hyperlink editor. + + + A string representing the command for the hyperlink editor. + + + + + + + + Serves as the base for and classes. + + + + + + + Creates a new object. + + + + An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. + + + + + + + + Gets the appearance settings used to paint the buttons' owner. + + + A object which provides the appearance settings used to paint the buttons' owner. + + + + + + + Gets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly. + + + + An integer value which specifies the time interval in milliseconds. + + + + + + + Locks the NavigatorButtonsBase object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Returns a value representing a data navigator button. + + + + A enumeration member specifying the button type. + + + A object representing the navigator's button. null (Nothing in Visual Basic) if no button is found. + + + + + + + Provides access to the collection of built-in buttons displayed in the DataNavigator control. + + + + A object representing the collection of built-in buttons. + + + + + + + + Specifies the control's size. + + + + The object representing the control's size. + + + + + + + + Gets the collection of custom buttons. + + + A object, which is the collection of custom buttons. + + + + + + + + Gets the source of the images that are displayed within the navigation buttons by default. + + + An object which contains the images displayed within the navigation buttons by default. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Simulates a mouse click action on the specified button. + + + + A object that represents the navigation button. + + + + + + + + Draws the text and buttons displayed in the data navigator. + + + + A GraphicsInfoArgs object used to paint. + + + + + + + + Specifies whether data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down. + + + true if data records are scrolled repeatedly when the navigation button is held down; otherwise, one click on the navigation button per record scrolled. + + + + + + + Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the index of the button to which the specified point belongs. + + + + A structure representing a point within the navigating control. + + + An object representing the index of the button to which the specified point belongs. null (Nothing in Visual Basic) if the specified point does not belong to a button. + + + + + + + Gets the hint for the button located at the specified point. + + + + Reserved for future use. + + + + A structure representing a point within the navigating control. + + + A string value representing the text displayed when the mouse pointer is over the data navigator button which the specified point belongs to. String.Empty if the specified point does not belong to a button. + + + + + + + Gets or sets the source of images to be displayed within the navigation buttons. + + + An object which represents the source of images. + + + + + + + Redraws the control. + + + + + + + + Gets the object that owns this button collection. + + + An object implementing the INavigatorOwner interface to which the button collection belongs. + + + + + + + Gets the control which owns the current collection. + + + A descendant which represent the control which owns the current collection. + + + + + + + Gets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed. + + + An integer value specifying a number of records. + + + + + + + Updates the buttons' state and the text displayed within the control. + + + + + + + + + Contains values specifying the text location within the DataNavigator control. + + + + + + + +The text is displayed on the left of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the right of the buttons. + + + + + + + + + + The text is displayed between Prev and Next buttons of the DataNavigator control. + + + + + + + + + The text is displayed on the right of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the left of the buttons. + + + + + + + + + The text is not displayed. + + + + + + + + + + Represents the collection of items displayed in the ListBoxControl. + + + + + + + Creates a new object. + + + + + + + + Initializes a new instance of the ListBoxItemCollection class with the specified capacity. + + + + A value to initialize the collection's Capacity property. + + + + + + + + Adds the specified item to the end of the collection. + + + + An object which represents the item to append. + + + A zero-based integer representing the item's position within the collection. + + + + + + + Adds an array of items to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Locks the ListBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Returns whether the specified item belongs to the current collection. + + + + The item to locate in the collection. + + + true if the specified item belongs to the collection; otherwise false. + + + + + + + Gets the number of items in the collection. + + + An integer value that specifies the number of items in the collection. + + + + + + + Unlocks the ListBoxItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the position of the specified item within the collection. + + + + The object representing the item to locate within the collection. + + + An integer value representing the zero-based index of the specified item within the collection. -1 if the specified item is not found. + + + + + + + Creates a new item and adds it to the specified position within the collection. + + + + An integer value representing the zero-based index at which the created item should be inserted. If negative or exceeds the number of elements within the collection an exception is thrown. + + + + + An object representing the inserted item. + + + + + + + + Gets or sets an item at the specified position within the collection. + + + + An integer value representing the zero-based index of the item. If negative or exceeds the number of elements, an exception is raised. + + + An object representing the item at the specified position. + + + + + + + Occurs after the item collection has been changed. + + + + + + + + Removes the specified item from the collection. + + + + An object representing the item to be removed from the collection. + + + + + + + + + Represents a single item in the collection. + + + + + + + Gets or sets custom data associated with the current ListBoxItem object. + + + Custom data associated with the current ListBoxItem object. + + + + + + + Returns an item's equivalent string representation. + + + A value representing the current item. + + + + + + + Gets or sets the item's value. + + + An object representing the item's value. + + + + + + + + Enumerates search modes for a lookup edior. + + + + + + + Enables the automatic completion feature. In this mode, when the dropdown is closed, the text in the edit box is automatically completed if it matches a field value of one of dropdown rows. + + + + + +When the dropdown is open, the automatic completion feature is disabled but the editor allows you to perform an incremental search in the same manner as when mode is active. + + + + + + + + + Enables the incremental filtering feature. When you type within the edit box, the editor automatically opens the dropdown window and displays only records whose field value starts with the characters typed. Other records are not displayed. If you enter a value that does not match any record, the dropdown window will not contain any rows. + + +The following image shows a lookup editor when AutoFilter mode is enabled. + + + + + + + + + + The incremental search is enabled only when the dropdown window is open. If the window is closed, the user can modify the text in the edit box. However these changes are ignored. + +When the dropdown is open the incremental search is performed against the column whose index is specified by the property. The header of this column contains the search icon (binoculars). The user can click a specific column header to perform the search against this column. + +The following screenshot shows a sample lookup editor. The incremental search is performed against the second column. + + + + + + + + + + + + Specifies the style used to represent the selected color in a control. + + + + + + + The selected color is represented as an integer value in the edit box. + +The following image shows a color editor with the property set to Integer. + + + + + + + + + + The selected color is represented as a human-readable string in the edit box. If the selected color is one of predefined colors, display text specifies its common name (such as Aquamarine, Highlight or WindowText). Otherwise, the string consists of the ARGB (alpha, red, green, and blue) components. + + +The following screenshots show color editors when the property is set to Native. + + + + + a color is selected from the Custom panel of the dropdown window. + + + + + + + + a color is selected from the Web panel of the dropdown window + + + + + + + + + + + + + + + + An editor that provides lookup functionality. Allows an end-user to modify a value by selecting a specific row from the dropdown list. + + + + + + + Creates an instance of the class. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Returns the value of the specified column for the currently selected row in the dropdown. + + + + A object identifying the column whose value should be returned. + + + An object representing the column's value in the current row. + + + + + + + Returns the value of a specific column for the currently selected row in the dropdown. + + + + A string identifying the field whose value should be returned. + + + An object representing the column's value in the current row. + + + + + + + Occurs when retrieving values for fields not found in the . + + + + + + + + Returns a data source row corresponding to the currently selected edit value. + + + An object that represents a data source row corresponding to the currently selected edit value. + + + + + + + Gets whether the text in the edit box matches the field value of any row in the dropdown. + + + true, if the text in the edit box matches the field value of any row in the dropdown; otherwise, false. + + + + + + + Gets or sets the index of the selected row. + + + An integer value representing the zero-based index of the selected row in the editor's dropdown. + + + + + + + Occurs after a record(s) in the has been changed. + + + + + + + + Specifies settings specific to the current editor. + + + A object containing settings for the lookup editor. + + + + + + + Resets selection and caret position in the editor. + + + + + + + + Gets the text displayed in the edit box. + + + The text displayed in the edit box. + + + + + + + + Serves as a base for class. + + + + + + + Gets the index of the image displayed within the specified item. + + + + An integer value representing the zero-based index of the item. + + + An integer value representing the zero-based index of the image displayed within the specified item. -1 if no item is found. + + + + + + + Specifies the alignment of the image displayed within the item. + + + A enumeration member specifying the image alignment. + + + + + + + Gets or sets the name of the data field whose values supply image indexes for list box items. + + + A string value specifying the name of the data source field whose contents represent image indexes. + + + + + + + Occurs after the property value has been changed. + + + + + + + + Gets or sets the source of images to be displayed within the items. + + + An object which is the source of images. + + + + + + + + Provides access to the item collection, when the control is not bound to a data source. + + + + An object representing the items collection. + + + + + + + + Serves as the base for the class. + + + + + + + + Initializes a new instance of the BaseCheckedListBoxControl class with default settings. + + + + + + + + Gets or sets whether check items in the checked list box should support three check states rather than two. + + + true if the check items are able to display three check states; otherwise, false. + + + + + + + Checks all the items in the list box. + + + + + + + + Gets the collection of indexes corresponding to checked items. + + + A CheckedIndexCollection object representing the collection of indexes corresponding to checked items. + + + + + + + Gets the collection of checked item values. + + + + A CheckedItemCollection object representing the collection of checked item values. + + + + + + + + Returns the number of checked items in the collection. + + + An integer value that specifies the number of checked items. + + + + + + + Gets or sets the field name in the bound data source whose values specify item check states. + + + A string value specifying a field name in the data source. + + + + + + + Occurs when the property value is changed. + + + + + + + + Gets or sets a value specifying whether the item's check state changes whenever the item is clicked. + + + true if the item's check state changes whenever the item is clicked; otherwise, false. + + + + + + + Checks all selected (highlighted) items. + + + + + + + + Gets or sets a value that determines the look and feel of the check boxes. + + + A enumeration value specifying the look and feel of the check box. + + + + + + + Occurs when the field value is fetched from the data source and then posted back. + + + + + + + + + Gets a value indicating whether the item is checked. + + + + An integer value representing the zero-based index of the item. + + + true if the item is checked; false if unchecked or in the indeterminate state. + + + + + + + Gets the check state of the item specified by its index. + + + + An integer value representing the zero-based index of the item. + + + A CheckState enumeration member representing the item's check state. CheckState.Unchecked if the item's index is negative or exceeds the last available index. + + + + + + + Enables you to disable specific items, in bound mode. + + + + + + + + Inverts the check state for each item in the collection. + + + + + + + + Returns whether all selected (highlighted) items are checked. + + + true if all selected items are checked; otherwise, false. + + + + + + + Fires when the checked state of an item has been changed. + + + + + + + + Enables you to restrict item state changes. + + + + + + + + Provides access to the item collection, when the control is not bound to a data source. + + + A object representing the items collection displayed within the CheckedListBoxControl. + + + + + + + Gets or sets a custom image representing check boxes in the checked state. This property is in effect if the property is set to . + + + An Image representing check boxes in the checked state. + + + + + + + Gets or sets a custom image representing check boxes in the intermediate state. This property is in effect if the property is set to . + + + An Image representing check boxes in the intermediate state. + + + + + + + Gets or sets a custom image representing check boxes in the unchecked state. This property is in effect if the property is set to . + + + An Image representing check boxes in the unchecked state. + + + + + + + Forces the control to invalidate its client area and immediately redraw itself and any child controls. + + + + + + + + Changes the state of the item to checked or unchecked. + + + + An integer value representing the zero-based index of the item to be changed. If it is negative or exceeds the last available index, the method will have no effect. + + + + + true to check the item, false to uncheck it. + + + + + + + + Sets the check state of the item. + + + + An integer value representing the zero-based index of the item. + + + + A CheckState enumeration member specifying the new check state of the item. + + + + + + + + Toggles the state of the item at the specified index. + + + + An zero-based integer value which represents the index of the item whose state should be toggled. + + + + + + + + Inverts the check states of selected items. + + + + + + + + Unchecks all the items. + + + + + + + + Unchecks all selected (highlighted) items. + + + + + + + + + Implements the basic functionality of the component. + + + + + + + Creates a new object with default settings. + + + + + + + + Fires immediately after the repository item collection has been changed. + + + + + + + + Provides access to the collection of repository items stored by the repository. + + + A object + + + + + + + Fires when changing repository item properties residing within the repository. + + + + + + + + + Represents a repository item that provides settings for editors. + + + + + + + Creates and initializes a new instance of the class. + + + + + + + + Copies settings and event handlers from the repository item specified as a parameter. + + + + A descendant representing the repository item whose settings are to be copied to the current item. + + + + + + + + Obsolete. Gets or sets whether to close the popup window when another form is opened. + + + true if the dropdown is closed when another form is opened; otherwise, false. + + + + + + + Gets or sets whether the current dropdown control must be closed when: +1) clicking on a control within another form; +2) clicking outside its bounds, and at the same time, within another non-DevExpress popup window that belongs to the current dropdown control. + + + true if the dropdown control is closed on a click outside its bounds; otherwise, false. + + + + + + + + Gets the alignment of the editor content when the editor works inplace within a container control. + + + The value always. + + + + + + + Gets the corresponding editor's type name. + + + The 'PopupContainerEdit' string always. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Gets or sets the control to display in the popup window. + + + A control to display in the popup window. + + + + + + + Gets or sets a value indicating whether end-users can resize the popup window. + + + true to allow popup window resizing; otherwise, false. + + + + + + + Gets an object containing properties, methods and events specific to the control. + + + The object containing settings for the current control. + + + + + + + Enables you to specify the display text for the editor. + + + + + + + + Fires when closing the popup window, enabling you to specify the editor's value based on the state of controls residing within the popup. + + + + + + + + Gets or sets a value indicating whether the close button is displayed within the popup window. + + + true to display the close button; otherwise, false + + + + + + + Gets or sets whether the text box is visible and enabled. + + + A enumeration value specifying text box availability. + + + + + + + Gets or sets whether the accociated popup control's minimum size is specified by its MinimumSize property. + + + true if the popup control's minimum size is specified by the control's MinimumSize property; false if the minimum size is specified by the editor's property. + + + + + + + + Serves as the base for repository items that provide settings for editors with popup windows. + + + + + + + Creates an instance of the class. + + + + + + + + Gets or sets a value specifying which editor button will open the editor's dropdown window. + + + A zero-based integer specifying the button by its index within the collection. + + + + + + + Gets or sets whether an editor's dropdown can be displayed when the editor is in the read-only state. + + + A value that specifies if an editor's dropdown can be displayed in the read-only state. + + + + + + + Gets the appearance settings used to paint the editor's popup window. + + + A object which provides the appearance settings used to paint the editor's popup window. + + + + + + + Copies settings from the repository item specified as a parameter. + + + + A descendant representing the repository item whose settings should be copied to the current repository item. + + + + + + + + Fires when the editor's pop-up is about to be displayed. + + + + + + + + Allows you to perform specific actions with respect to how the popup window was closed. + + + + + + + + Enables you to specify whether changes are saved or discarded when closing the popup window. + + + + + + + + Gets or sets the key combination used to open and close the popup window. + + + A object specifying the key combination used to open and close the popup window. + + + + + + + Fires when a context button is clicked. + + + + + + + + Provides access to the settings applied to the context buttons displayed by editor items. + + + A object that comprises settings applied to the context buttons. + + + + + + + Provides access to the collection of context buttons displayed by editor items. + + + A object that represents the collection of context buttons. + + + + + + + Fires when the , or property value changes. + + + + + + + + Creates a default button when the editor is initialized. + + + + + + + + Allows you to customize the context buttons for individual items. + + + + + + + + Gets the owning editor's type name. + + + The 'PopupBaseEdit' string always. + + + + + + + Gets the editor which owns the current repository item object. + + + A editor owning the current repository item. + + + + + + + Occurs after the editor's popup window has been opened. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets the popup window's border style. + + + A enumeration value specifying the popup window's border style. + + + + + + + Gets or sets the minimum size for the associated dropdown window. + + + A structure that specifies the dropdown window's minimum size. + + + + + + + Sets the popup window's size. + + + A Size value. + + + + + + + Gets or sets the popup window's width. + + + An integer value specifying the width of the editor's popup window. + + + + + + + Gets or sets how the control's popup window is resized. + + + A ResizeMode enumeration value specifying how the popup window is resized. + + + + + + + Gets an object providing properties specific to the popup control. + + + The object providing settings specific to the popup control. + + + + + + + Enables you to specify whether an attempt to close the editor's popup window will succeed. + + + + + + + + Enables you to specify whether an attempt to open the editor's popup window will succeed. + + + + + + + + Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. + + + A enumeration value. + + + + + + + Gets or sets whether the popup window's shadow is displayed. + + + true to display the popup window's shadow; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Represents a repository item which holds settings specific to controls. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Initializes a new instance of the class. + + + A descendant used to paint the group rows in the XtraGrid. + + + + + + + Gets the alignment of the editor contents when the editor works as an inplace control. + + + The value. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + + An object that provides information on how the current editor should be printed. + + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Gets or sets the alignment of the item's glyph when it is displayed in the control's edit box. + + + The value specifying the alignment of the item's glyph in the edit box. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the collection of items displayed in the dropdown window. + + + The collection of items for the image combo box editor. + + + + + + + Gets or sets the source of large images. + + + An object that is an image collection providing large images for the editor's items. + + + + + + + Gets an object providing properties specific to the image combo box editor. + + + The object providing settings specific to the image combo box editor. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + true always. + + + + + + + Gets or sets the source of small images. + + + An object that is an image collection providing small images for the editor's items. + + + + + + + Gets or sets the style in which text is displayed in the control's edit box. + + + The value determining the editing style. + + + + + + + + Represents a collection of repository items. + + + + + + + Initializes a new instance of the RepositoryItemCollection class with the specified owner. + + + + An object that is the owner of the created collection. + + + + + + + + Creates a new repository item of the specified type and adds it to the end of the collection. + + + + A string value specifying the repository item type by the corresponding editor type name. + + + A descendant representing the new repository item. + + + + + + + Adds the specified repository item to the end of the collection. + + + + A descendant to be added to the collection. + + + An integer value representing the added item's zero-based index within the collection. + + + + + + + Adds an array of repository items to the collection. + + + + An array of descendants to be added to the collection. + + + + + + + + + Indicates whether the collection contains the specified repository item. + + + + A descendant to locate in the collection. + + + true if the collection contains the specified repository item; otherwise, false. + + + + + + + Returns the specified repository item's position within the collection. + + + + A descendant to locate in the collection. + + + An integer value representing the item's zero-based index. -1 if the collection doesn't contain the specified repository item. + + + + + + + Gets the repository item specified by its name. + + + + A value specifying the name of the desired repository item. + + + A descendant representing the repository item with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the specified item. + + + + + + + Provides indexed access to repository items. + + + + An integer value representing the item's zero-based index within the collection. + + + A descendant representing the repository item located at the specified position. + + + + + + + + Removes the specified repository item from the collection. + + + + A descendant representing the repository item to remove. + + + + + + + + + Serves as the base for repository items corresponding to BLOB editors. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets the editor content's default horizontal alignment. + + + The value always. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Gets or sets the source of images used to indicate whether the editor contains data. + + + An object which represents the source of images that indicate whether a BLOB editor contains data. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to the editor's mask settings. + + + A object which contains the editor's mask settings. + + + + + + + + Gets or sets a value specifying whether the editor's popup window is sizeable. + + + true if the editor's popup window is sizeable; otherwise, false. + + + + + + + Gets or sets the size the editor's popup window should have when first opened. + + + A structure representing the size of the popup window on its first occurrence. + + + + + + + Gets an object providing properties specific to a BLOB editor. + + + A object instance providing settings common to a BLOB editor. + + + + + + + Gets or sets a value specifying whether an identification icon is displayed within the editor's edit region. + + + true if a BLOB editor displays an identification icon; otherwise, false. + + + + + + + Gets or sets the style in which text is displayed in the BLOB editor's edit box. + + + A enumeration value determining editing style. + + + + + + + + Represents the class which provides settings common to all spin editors. + + + + + + + Creates a new object. + + + + + + + + Gets or sets the index of a button within the button collection which will open the editor's dropdown window. + + + An Int32 value specifying the index of a button within the button collection which will open the editor's dropdown window. The default is 0. + + + + + + + This property is not supported in RepositoryItemBaseSpinEdit descendants, except for the object. See , to learn more. + + + + + + + + + + Gets the appearance settings used to paint the editor's popup window. + + + Appearance settings used to paint the editor's dropdown window. + + + + + + + Copies settings of the specified repository item. + + + + A object representing the source of the operation. + + + + + + + + Occurs when the RepositoryItemBaseSpinEdit's pop-up window is completely closed. + + + + + + + + Occurs when the editor's pop-up window starts closing. + + + + + + + + Gets or sets the key combination used to open and close the RepositoryItemBaseSpinEdit's pop-up window. + + + A object specifying the key combination used to open and close the RepositoryItemBaseSpinEdit's pop-up window. + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + A string value representing the class name of a corresponding editor. + + + + + + + Gets or sets the event's firing mode. + + + An enumeration member which specifies when the editor's event should be raised. + + + + + + + Occurs after the editor's popup window has been opened. + + + + + + + + Gets or sets the border style of the editor's popup window. + + + A enumeration value specifying the border style of the editor's popup window. + + + + + + + Gets or sets the minimum size of the editor's dropdown window. + + + A structure that specifies the dropdown window's minimum size. + + + + + + + This member is not supported by the RepositoryItemBaseSpinEdit class. + + + + + + + + + + This member is not supported by the RepositoryItemBaseSpinEdit class. + + + + + + + + + + Gets an object providing properties specific to the spin edit control. + + + A object representing settings specific to the spin edit control. + + + + + + + Enables you to specify whether an attempt to close the editor's popup window will succeed. + + + + + + + + Enables you to specify whether an attempt to open the editor's popup window will succeed. + + + + + + + + Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. + + + A value that specifies whether the RepositoryItemBaseSpinEdit's pop-up window can be invoked by clicking the edit box. + + + + + + + + Gets or sets whether the shadow is displayed for the editor's dropdown window. + + + true, to display the shadow for the editor's dropdown window; otherwise, false. + + + + + + + Gets or sets a value specifying which editor button is the spin button used to increment or decrement the edited value. + + + An integer value representing the spin button's zero-based index. + + + + + + + Gets or sets the spin button's orientation. + + + A enumeration member specifying the spin button's orientation. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a value specifying how keyboard keys are used to change the editor's value. + + + true for editing the editor's value by pressing CTRL+UP and CTRL+DOWN combinations; false for editing the editor's value by the UP and DOWN keys. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the check edit control). + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A enumeration value representing the current check state of the check editor. This value is assigned to the property. + + + + + + + + Gets the current check state of a check editor. + + + A enumeration value representing an editor's check state. + + + + + + + Gets or sets an edited value corresponding to the current check state. + + + An object representing the edit value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event of a popup container editor. + + + + The event source. This identifies the popup container editor for which the event is fired. + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An object specifying the editor value. This value is assigned to the property. + + + + + + + + Gets or sets the editor value. + + + An object specifying editor value. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This identifies the popup container editor for which the event is fired. + + + + A object containing data related to the event. + + + + + + + + + Provides data for the and events. + + + + + + + Creates a new object. + + + + An object representing the editor value whose textual representation is to be specified. This value is assigned to the property. + + + + A string value representing the editor's value within the text box. This value is assigned to the property. + + + + + + + + Gets or sets the text to display in the edit box. + + + A string value specifying the editor's formatted display text. + + + + + + + + Gets the current edit value. + + + An object representing the editor's value. + + + + + + + + Serves as the base for classes providing data for and events. + + + + + + + Creates an instance of the class. + + + + A expression representing the check editor's edited value. + + + + A enumeration value representing the editor's check state. + + + + + + + + Gets or sets a value specifying whether the default event processing should be avoided. + + + true if the default event processing is avoided; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the check edit control). + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A expression representing the check editor's edited value. This value is assigned to the property. + + + + + + + + Gets or sets the check state. + + + A enumeration value representing a check state. + + + + + + + Gets the current edited value of a check editor. + + + A expression representing an editor's edited value. + + + + + + + + Represents an object providing a means to localize editor interface elements. + + + + + + + Initializes a new instance of the Localizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the editors' interface at runtime. + + + A Localizer descendant which is used to localize the editors' interface at runtime. + + + + + + + Creates and returns an EditResLocalizer object containing resources for the thread's language and regional settings (culture). + + + An EditResLocalizer object containing resources for the thread's culture. + + + + + + + Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Gets the string, localized by the current Localizer, for the specified user interface element. + + + + A String value specifying the UI element whose localized text content is to be obtained. + + + A String value that is the localized text content of the specific UI element. + + + + + + + + Represents the collection of items displayed in the ImageListBoxControl. + + + + + + + Creates a new object. + + + + + + + + Creates a new item with the specified settings and appends it to the collection. + + + + An object which represents the item's value. + + + + A zero-based integer specifying the index of the item's image. + + + A zero-based integer value representing the new item's index. + + + + + + + Adds a new item with the specified value to the collection. + + + + An object that represents the item's value. + + + A zero-based integer value that specifies the new item's index within the collection. + + + + + + + Adds an array of items to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Returns the zero-based index of the specified in the collection, or, if the specified value is not a object, returns the index of the item that contains this value in its ImageListBoxItem.Value property. + + + + A object whose index in the collection needs to be returned. Or, a value (ImageListBoxItem.Value) of the item whose index needs to be returned. + + + A zero-based index of the required item. + + + + + + + + Gets or sets an item at the specified position. + + + + An integer value representing the item's zero-based index within the collection. If negative or exceeds the maximum available index, an exception is raised. + + + An object representing the item at the specified position within the collection. + + + + + + + + Represents a single item in the collection. + + + + + + + Creates a new object. + + + + + + + + Creates a new object and instantiates its and properties. + + + + An object representing the item's value. This value is assigned to the property. + + + + An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. + + + + + + + + Creates a new object and instantiates its property. + + + + An object representing the item's value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ImageListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string that specifies the item's display text. This value is assigned to the property. + + + + An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. + + + + Custom data associated with the item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ImageListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string that specifies the item's display text. This value is assigned to the property. + + + + An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ImageListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string that specifies the item's display text. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ImageListBoxItem class with the specified settings. + + + + An object representing the item's value. This value is assigned to the property. + + + + A string that specifies the item's display text. This value is assigned to the property. + + + + Custom data associated with the item. This value is assigned to the property. + + + + + + + + Gets or sets the item's display text. + + + A string that specifies the item's display text. + + + + + + + Specifies the index of the item's image. + + + An integer value representing the zero-based index of the item's image. + + + + + + + Gets the source of images which provides images for image list box items. + + + An which represents the source of images. + + + + + + + Returns the textual representation of the item. + + + The string representing the current item. + + + + + + + + Represents a collection of items displayed within the dropdown list of editors. + + + + + + + Creates a new instance of the class. + + + + The object for which the collection is created. + + + + + + + + Adds a new item to the current collection. + + + + A new item to insert into the collection. + + + The position into which the new element was inserted. + + + + + + + Adds a new item to the current collection. + + + + A value that specifies the new item's caption. This value is assigned to the item's property. + + + + A that specifies the value associated with the new item. This value is assigned to the item's property. + + + + An integer value that specifies the index of the image linked to the new item. This value is assigned to the item's property. + + + The position to which the new element was inserted. + + + + + + + Adds new items to the collection that will represent elements of the specified enumeration. + + + + A object which represents the required enumeration. + + + + + + + + Adds new items to the collection that will represent elements of the specified enumeration. Allows you to assign integer values to the items' Value property. + + + + + A object which is the required enumeration. + + + + true, if enumeration members' indexes should be passed to the collection items' Value property; otherwise, false. + + + + + + + + Adds new items to the collection that will represent elements of the specified enumeration. The display captions of the items are generated by the specified converter. + + + + A System.Converter delegate that will generate item display captions. + + + + + + + + Adds new items to the collection that will represent elements of the specified enumeration. + + + + + + + + Adds an array of items to the collection. + + + + An array of objects representing items for the image combo box editor. + + + + + + + + Returns the item in the current collection that contains the specified value. + + + + A ComboBoxItem value. + + + The object within the current collection containing the specified value. + + + + + + + Gets the text representation of the specified item. + + + + The item for which to return its text representation. + + + The string representing the specified item. + + + + + + + Gets or sets an item at the specified position. + + + + The zero-based index of the item to return. + + + The item at the specified position. + + + + + + + + Represents an individual item in controls. + + + + + + + Creates a new instance of the class and initializes the item's value. + + + + The object to initialize the item's property. + + + + + + + + Creates a new instance of the class and initializes the item's caption. + + + + The string to initialize the property. + + + + + + + + Creates a new instance of the class and sets all its properties to their default values. + + + + + + + + Creates a new instance of the class and initializes the item's property. + + + + The value to initialize the property. + + + + + + + + Creates a new instance of the class and initializes the item's value and caption. + + + + The string to initialze the item's . + + + + The value to initialize the item's . + + + + + + + + Creates a new instance of the class and initializes the item's value and image index. + + + + The object to initialize the item's property. + + + + The value to initialize the item's property. + + + + + + + + Creates a new instance of the class and initializes the item's caption and image index. + + + + The string to initialize the item's property. + + + + The value to initialize the property. + + + + + + + + Creates a new instance of the class and initializes its properties to the specified values. + + + + The string to initialize the item's property. + + + + The object to initialize the item's property. + + + + The value to initialize the item's property. + + + + + + + + Copies all properties of the specified object to the current item. + + + + The source item whose properties must be copied to the current item. + + + + + + + + Gets or sets the item's caption. + + + The string identifying the item's caption. + + + + + + + Gets or sets the image linked to the item. + + + The index of the image linked to the item. + + + + + + + Gets the source of images which provides images for image combo box items. + + + An which represents the source of images. + + + + + + + Returns the textual representation of the item. + + + The string representing the current item. + + + + + + + + Represents a collection of editor buttons in a control or its descendant. + + + + + + + Creates and initializes a new instance of the class. + + + + + + + + Adds the specified button to the button collection. + + + + The object specifying the button to insert into the collection. + + + The zero-based index of the button within the collection. + + + + + + + Adds an array of buttons to the current button collection. + + + + An array of objects to add to the current button collection. + + + + + + + + Copies buttons from the specified object to the current button collection. + + + + The source button collection. + + + + + + + + Occurs when changing the current button collection. + + + + + + + + Gets a value indicating whether the specified button belongs to the current collection. + + + + The button object to locate in the collection. + + + true if the button belongs to the current button collection; otherwise, false. + + + + + + + Gets the position of the specified button in the current button collection. + + + + The object to locate in the collection. + + + The zero-based index of the button in the collection. + + + + + + + Inserts the specified button at a given position. + + + + The zero-based index at which the button is inserted. + + + + The button to insert to the collection. + + + + + + + + Gets a button at the specified position. + + + + The zero-based index of the button to return. + + + An object at the specified position in the current collection. + + + + + + + Returns the text representation of the current object. + + + A string that specifies the text representation of the current EditorButtonCollection object. + + + + + + + Gets the number of visible buttons in the collection. + + + The number of visible buttons in the collection. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (typically a descendant). + + + + A object containing data related to the event. + + + + + + + + + Provides data for the and events. + + + + + + + Creates a new object and initializes its property. + + + + An object representing the editor's new value. This value is assigned to the property. + + + + + + + + Creates a new object with default settings. + + + + + + + + Gets or sets a value specifying whether default edit value conversion/formatting is required. + + + true to prohibit default edit value conversion/formatting; otherwise, false. + + + + + + + Gets or sets either the edit or the display value of an editor. + + + An object specifying either the edit or the display value of an editor. + + + + + + + + Represents a collection of items within a combo box editor. + + + + + + + Creates and initializes a new instance of the class. + + + + The object for which the item collection should be created. + + + + + + + + Adds a new item to the current collection. + + + + The object representing the new item in the collection. + + + The position to which the new element was inserted. + + + + + + + Adds an array of items to the collection. + + + + An array of objects representing items for the combo box editor. + + + + + + + + Adds the items from the specified collection to the current collection. + + + + An object which implements the interface. + + + + + + + + Copies items from the source collection to the current collection. + + + + The source collection whose items are copied to the current collection. + + + + + + + + Locks the ComboBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Occurs when changing the item collection. + + + + + + + + Gets a value indicating whether the specified object is an element of the current collection. + + + + An object to locate in the collection. + + + true if the specified object belongs to the collection; otherwise, false. + + + + + + + Unlocks the ComboBoxItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the textual representation of the specified item. + + + + The item for which to return its text representation. + + + The string representing the specified item. + + + + + + + Gets the zero-based index of the specified object in the item collection. + + + + The item to locate in the collection. + + + The zero-based index of the specified item in the current collection, if found; otherwise, -1. + + + + + + + Inserts a new element at the specified position. + + + + The zero-based index specifying the position at which the item should be inserted. + + + + The item to insert. + + + + + + + + Gets or sets an item at the specified position. + + + + The zero-based index of the item to return. + + + The item at the specified position. + + + + + + + Removes the specified object from the collection. + + + + The item to remove from the collection. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the descendant). + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An object representing the editor's value. This value is assigned to the property. + + + + An object representing the value about to be assigned to the editor. This value is assigned to the property. + + + + true if the event should be canceled; otherwise, false. + + + + + + + + Creates a new object. + + + + An object representing the editor's value. This value is assigned to the property. + + + + An object representing the value about to be assigned to the editor. This value is assigned to the property. + + + + + + + + Gets or sets the value which is about to be assigned to the editor. + + + An object representing the editor's potential value. + + + + + + + Gets the editor's value. + + + An object representing the editor's value. + + + + + + + + Contains values corresponding to strings that can be localized. + + + + + + + The caption of the Apply button displayed within the filter drop-down window within a PivotGrid control. + +Return value: Apply + + + + + + + + + Represents the caption of the button used to delete the last digit of the displayed number in the editor. +Return value: Back + + + + + + + + Represents the caption of the button used to clear the current calculation in the editor. +Return value: C + + + + + + + + Represents the caption of the button used to clear the displayed number in the editor. +Return value: CE + + + + + + + + Represents the caption of the button used to clear any number stored in memory of the editor. +Return value: MC + + + + + + + + Represents the caption of the button used to recall the number stored in memory of the editor. +Return value: MR + + + + + + + + Represents the caption of the button used to store the display number in memory of the editor. +Return value: MS + + + + + + + + Represents the caption of the button used to add the displayed number to any number already in memory in the editor. +Return value: M+ + + + + + + + + Represents the caption of the button used to calculate the square root of the displayed number in the editor. +Return value: sqrt + + + + + + + + The string displayed in the edit box of the editor if an expression cannot be evaluated (division by zero, for instance). +Return value: Calculation Error + + + + + + + + The notification displayed by the at design time. +Return value: Rendering is disabled at design time. + + + + + + + + The notification displayed by the if the device is already in use in another application. +Return value: Cannot use the device, as it is already in use in another application. + + + + + + + + The notification displayed by the if no capture device is found. +Return value: No webcam found. Check the webcam connection or the device settings. + + + + + + + + The caption of the combo box that selects the active capture device in the Camera Settings form of the . + +Return value: Active device: + + + + + + + + + The caption of the track bar that adjusts the brightness in the Camera Settings form of the . + +Return value: Brightness: + + + + + + + + + The caption of the Camera Settings form of the . + +Return value: Camera Settings + + + + + + + + The caption of the track bar that adjusts the contrast in the Camera Settings form of the . + +Return value: Contrast: + + + + + + + + + The caption of the Reset to defaults button in the Camera Settings form of the . + +Return value: Reset to defaults + + + + + + + + The caption of the check box that specifies the saturation setting in the Camera Settings form of the . + +Return value: Desaturate: + + + + + + + + + The caption of the combo box that adjusts the resolution in the Camera Settings form of the . + +Return value: Resolution: + + + + + + + + +The caption of the button to discard changes and close the dropdown window of a and editors. + + +Return value: Cancel + + + + + + + + + The default caption for the error message box. +Return value: Error + + + + + + + + Returns "The interval between grid lines is too small to be represented in the range control." + + + + + + + + Returns "The interval between grid lines is too small to be represented in the range control." + + + + + + + + Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. +Return value: Checked + + + + + + + + Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. +Return value: Indeterminate + + + + + + + + Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. +Return value: Unchecked + + + + + + + + Returns "Blue component should be in range 0..255". + + + + + + + + Returns "Brightness". + + + + + + + + Returns "Brightness component should be in range 0..100". + + + + + + + + Returns "Invalid hexadecimal value". + + + + + + + + Returns "Green component should be in range 0..255". + + + + + + + + Returns "Hue". + + + + + + + + Returns "Hue component should be in range 0..359". + + + + + + + + Returns "Luminance". + + + + + + + + Returns "Opacity". + + + + + + + + Returns "Opacity component should be in range 0..255". + + + + + + + + The caption of the Automatic button in the control. + +Return value: Automatic + + + + + + + + Returns "More Colors..." + + + + + + + + Returns "Recent Colors". + + + + + + + + Returns "Standard Colors". + + + + + + + + Returns "Theme Colors". + + + + + + + + Returns "Red component should be in range 0..255". + + + + + + + + Returns "Saturation". + + + + + + + + Returns "Saturation component should be in range 0..100". + + + + + + + + Returns "Blue - White - Red". + + + + + + + + Returns "Emerald - Azure - Blue". + + + + + + + + Returns "Green - White - Red". + + + + + + + + Returns "Green - Yellow - Red". + + + + + + + + Returns "Purple - White - Azure". + + + + + + + + Returns "White - Azure". + + + + + + + + Returns "White - Green". + + + + + + + + Returns "White - Red". + + + + + + + + Returns "Yellow - Green". + + + + + + + + Returns "Yellow - Orange - Coral". + + + + + + + + Specifies the caption of the editor's tab page displaying predefined custom colors. +Return value: Custom + + + + + + + + Specifies the caption of the editor's tab page displaying predefined system colors. +Return value: System + + + + + + + + Specifies the caption of the editor's tab page displaying predefined web colors. +Return value: Web + + + + + + + + Returns "Web-Safe". + + + + + + + + Represents the text which identifies the name of an in-place editor within a container control. + + +The string which is identified by this enumeration value is used to initiliaze an editor's property when this editor is activated for in-place editing within container controls (eg. XtraGrid, XtraTreeList, etc). + + + + + + + + + Returns "Blue Data Bar". + + + + + + + + Returns "Blue Data Bar Gradient". + + + + + + + + Returns "Coral Data Bar". + + + + + + + + Returns "Coral Data Bar Gradient". + + + + + + + + Returns "Green Data Bar". + + + + + + + + Returns "Green Data Bar Gradient". + + + + + + + + Returns "Light Blue Data Bar". + + + + + + + + Returns "Light Blue Data Bar Gradient". + + + + + + + + Returns "Mint Data Bar". + + + + + + + + Returns "Mint Data Bar Gradient". + + + + + + + + Returns "Orange Data Bar". + + + + + + + + Returns "Orange Data Bar Gradient". + + + + + + + + Returns "Raspberry Data Bar". + + + + + + + + Returns "Raspberry Data Bar Gradient". + + + + + + + + Returns "Violet Data Bar". + + + + + + + + Returns "Violet Data Bar Gradient". + + + + + + + + Returns "Yellow Data Bar". + + + + + + + + Returns "Yellow Data Bar Gradient". + + + + + + + + +Specifies the text string displayed in the and editors when no image is loaded. + + +Return value: Data empty + + + + + + + + + +The caption of the Clear button used to set the editor's edit value to the property value (null-date). + + +Return value: Clear + + + + + + + + + +The caption of the Today button used to assign the current day to the edit value of the editor. + + +Return value: Today + + + + + + + + + Identifies the days item in controls in a Touch UI. + +Return value: days + + + + + + + + + Returns "Default" + + + + + + + + Returns "False" + + + + + + + + Returns "True" + + + + + + + + Returns "Edit Formatting Rule". + + + + + + + + Returns "Field List ({0})". + + + + + + + + Returns "Avg". + + + + + + + + Returns "Count". + + + + + + + + Returns "Exists". + + + + + + + + Returns "Max". + + + + + + + + Returns "Min". + + + + + + + + Returns "Sum". + + + + + + + + Represents the caption of the AnyOf filter clause. +Return value: Is any of + + + + + + + + Represents the caption of the BeginsWith filter clause. +Return value: Begins with + + + + + + + + Represents the caption of the Between filter clause. +Return value: Is between + + + + + + + + Represents the caption of the BetweenAnd filter clause. +Return value: and + + + + + + + + Represents the caption of the Contains filter clause. +Return value: Contains + + + + + + + + Represents the caption of the DoesNotContain filter clause. +Return value: Does not contain + + + + + + + + Represents the caption of the DoesNotEqual filter clause. +Return value: Does not equal + + + + + + + + Represents the caption of the EndsWith filter clause. +Return value: Ends with + + + + + + + + Represents the caption of the Equals filter clause. +Return value: Equals + + + + + + + + Represents the caption of the Greater filter clause. +Return value: Is greater than + + + + + + + + Represents the caption of the GreaterOrEqual filter clause. +Return value: Is greater than or equal to + + + + + + + + Represents the caption of the IsNotNull filter clause. +Return value: Is not blank + + + + + + + + Returns "Is not blank". + + + + + + + + Represents the caption of the IsNull filter clause. +Return value: Is blank + + + + + + + + Returns "Is blank". + + + + + + + + Represents the caption of the Less filter clause. +Return value: Is less than + + + + + + + + Represents the caption of the LessOrEqual filter clause. +Return value: Is less than or equal to + + + + + + + + Represents the caption of the Like filter clause. +Return value: Is like + + + + + + + + Represents the caption of the NoneOf filter clause. +Return value: Is none of + + + + + + + + Represents the caption of the NotBetween filter clause. +Return value: Is not between + + + + + + + + Represents the caption of the NotLike filter clause. +Return value: Is not like + + + + + + + + Specifies an error message that may occur when parsing an expression + +Return value: The specified expression contains invalid symbols (line {0}, character {1}). + + + + + + + + + + Specifies an error message that may occur when parsing an expression + +Return value: The specified expression is invalid.. + + + + + + + + + Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. + +Return value: Between + + + + + + + + + Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. + +Return value: & + + + + + + + + + Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. + +Return value: | + + + + + + + + + Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. + +Return value: ^ + + + + + + + + + Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. + +Return value: / + + + + + + + + + Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. + +Return value: = + + + + + + + + + Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. + +Return value: > + + + + + + + + + Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. + +Return value: >= + + + + + + + + + Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. + +Return value: < + + + + + + + + + Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. + +Return value: <= + + + + + + + + + Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. + +Return value: Like + + + + + + + + + Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. + +Return value: - + + + + + + + + + Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. + +Return value: % + + + + + + + + + Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. + +Return value: * + + + + + + + + + Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. + +Return value: <> + + + + + + + + + Specifies the textual representation of the binaryPlus operator used when constructing a display string of filter criteria. + +Return value: + + + + + + + + + + Returns "Abs" + + + + + + + + Returns "Acos" + + + + + + + + Returns "Add days" + + + + + + + + Returns "Add hours" + + + + + + + + Returns "Add milliseconds" + + + + + + + + Returns "Add minutes" + + + + + + + + Returns "Add months" + + + + + + + + Returns "Add seconds" + + + + + + + + Returns "Add ticks" + + + + + + + + Returns "Add time span" + + + + + + + + Returns "Add years" + + + + + + + + Returns "Ascii" + + + + + + + + Returns "Asin" + + + + + + + + Returns "Atn" + + + + + + + + Returns "Atn2" + + + + + + + + Returns "Big Mul" + + + + + + + + Returns "Ceiling" + + + + + + + + Returns "Char" + + + + + + + + Returns "Char index" + + + + + + + + Returns "Concat" + + + + + + + + Returns "Contains". + + + + + + + + Returns "Cos" + + + + + + + + Returns "Cosh" + + + + + + + + Specifies a string which represents the function type in filter display text. + +Return value: Custom + + + + + + + + + + + Returns "Custom non deterministic" + + + + + + + + Returns "Date diff day" + + + + + + + + Returns "Date diff hour" + + + + + + + + Returns "Date diff millisecond" + + + + + + + + Returns "Date diff minute" + + + + + + + + Returns "Date diff month" + + + + + + + + Returns "Date diff second" + + + + + + + + Returns "Date diff tick" + + + + + + + + Returns "Date diff year" + + + + + + + + Returns "Ends with". + + + + + + + + Returns "Exp" + + + + + + + + Returns "Floor" + + + + + + + + Returns "Get date" + + + + + + + + Returns "Get day" + + + + + + + + Returns "Get day of week" + + + + + + + + Returns "Get day of year" + + + + + + + + Returns "Get hour" + + + + + + + + Returns "Get millisecond" + + + + + + + + Returns "Get minute" + + + + + + + + Returns "Get month" + + + + + + + + Returns "Get second" + + + + + + + + Returns "Get time of day" + + + + + + + + Returns "Get year" + + + + + + + + Specifies the textual representation of the Iif function used when constructing a display string of filter criteria. + +Return value: Iif + + + + + + + + + Returns "Insert" + + + + + + + + Specifies the textual representation of the Is Null function, which takes one or two arguments, used when constructing a display string of filter criteria. + +Return value: IsNull + + + + + + + + + Returns "Is null or empty" + + + + + + + + Specifies the textual representation of the IsBeyondThisYear function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: BeyondThisYear + + + + + + + + + Specifies the textual representation of the IsEarlierThisMonth function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: EarlierThisMonth + + + + + + + + + Specifies the textual representation of the IsEarlierThisWeek function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: EarlierThisWeek + + + + + + + + + Specifies the textual representation of the IsEarlierThisYear function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: EarlierThisYear + + + + + + + + + Specifies the textual representation of the IsLastWeek function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: LastWeek + + + + + + + + + Specifies the textual representation of the IsLaterThisMonth function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: LaterThisMonth + + + + + + + + + Specifies the textual representation of the IsLaterThisWeek function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: LaterThisWeek + + + + + + + + + Specifies the textual representation of the IsLaterThisYear function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: LaterThisYear + + + + + + + + + Specifies the textual representation of the IsNextWeek function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: NextWeek + + + + + + + + + Specifies the textual representation of the IsPriorThisYear function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: PriorThisYear + + + + + + + + + Specifies the textual representation of the IsToday function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: Today + + + + + + + + + Specifies the textual representation of the IsTomorrow function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: Tomorrow + + + + + + + + + Specifies the textual representation of the IsYesterday function, which takes one argument, used when constructing a display string of filter criteria. + +Return value: Yesterday + + + + + + + + + +Return value: Is This Month + + + + + + + + + +Return value: Is This Week + + + + + + + + + +Return value: Is This Year + + + + + + + + + Specifies the textual representation of the Len function used when constructing a display string of filter criteria. + +Return value: Len + + + + + + + + + Specifies the textual representation of the DayAfterTomorrow function, used when constructing a display string of filter criteria. + +Return value: DayAfterTomorrow + + + + + + + + + Specifies the textual representation of the LastWeek function, used when constructing a display string of filter criteria. + +Return value: LastWeek + + + + + + + + + Specifies the textual representation of the NextMonth function, used when constructing a display string of filter criteria. + +Return value: NextMonth + + + + + + + + + Specifies the textual representation of the NextWeek function, used when constructing a display string of filter criteria. + +Return value: NextWeek + + + + + + + + + Specifies the textual representation of the NextYear function, used when constructing a display string of filter criteria. + +Return value: NextYear + + + + + + + + + Specifies the textual representation of the Now function, used when constructing a display string of filter criteria. + +Return value: Now + + + + + + + + + Specifies the textual representation of the ThisMonth function, used when constructing a display string of filter criteria. + +Return value: ThisMonth + + + + + + + + + Specifies the textual representation of the ThisWeek function, used when constructing a display string of filter criteria. + +Return value: ThisWeek + + + + + + + + + Specifies the textual representation of the ThisYear function, used when constructing a display string of filter criteria. + +Return value: ThisYear + + + + + + + + + Specifies the textual representation of the Today function, used when constructing a display string of filter criteria. + +Return value: Today + + + + + + + + + Specifies the textual representation of the Tomorrow function, used when constructing a display string of filter criteria. + +Return value: Tomorrow + + + + + + + + + Specifies the textual representation of the TwoWeeksAway function, used when constructing a display string of filter criteria. + +Return value: TwoWeeksAway + + + + + + + + + Specifies the textual representation of the Yesterday function, used when constructing a display string of filter criteria. + +Return value: Yesterday + + + + + + + + + Returns "Log" + + + + + + + + Returns "Log10" + + + + + + + + Specifies the textual representation of the Lower function used when constructing a display string of filter criteria. + +Return value: Lower + + + + + + + + + Returns "Max" + + + + + + + + Returns "Min" + + + + + + + + Specifies the string which represents the function type in filter display text. + +Return value: None + + + + + + + + + Returns "Now" + + + + + + + + Returns "Pad left" + + + + + + + + Returns "Pad right" + + + + + + + + Returns "Power" + + + + + + + + Returns "Remove" + + + + + + + + Returns "Replace" + + + + + + + + Returns "Reverse" + + + + + + + + Returns "Rnd" + + + + + + + + Returns "Round" + + + + + + + + Returns "Sign" + + + + + + + + Returns "Sin" + + + + + + + + Returns "Sinh" + + + + + + + + Returns "Sqr" + + + + + + + + Returns "Starts with". + + + + + + + + Specifies the textual representation of the Substring function used when constructing a display string of filter criteria. + +Return value: Substring + + + + + + + + + Returns "Tan" + + + + + + + + Returns "Tanh" + + + + + + + + Returns "Today" + + + + + + + + Returns "To decimal". + + + + + + + + Returns "To double". + + + + + + + + Returns "To float". + + + + + + + + Returns "To int". + + + + + + + + Returns "To long". + + + + + + + + Returns "To str" + + + + + + + + Specifies the textual representation of the Trim function used when constructing a display string of filter criteria. + +Return value: Trim + + + + + + + + + Specifies the textual representation of the Upper function used when constructing a display string of filter criteria. + +Return value: Upper + + + + + + + + + Returns "Utc now" + + + + + + + + Specifies the textual representation of the Boolean And operator used when constructing a display string of filter criteria. + +Return value: And + + + + + + + + + Specifies the textual representation of the Boolean Or operator used when constructing a display string of filter criteria. + +Return value: Or + + + + + + + + + Specifies the textual representation of the In function used when constructing a display string of filter criteria. + +Return value: In + + + + + + + + + Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. + +Return value: Is Not Null + + + + + + + + + Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. + +Return value: Not Like + + + + + + + + + Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. + +Return value: ~ + + + + + + + + + Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. + +Return value: Is Null + + + + + + + + + Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. + +Return value: - + + + + + + + + + Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. + +Return value: Not + + + + + + + + + Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. + +Return value: + + + + + + + + + + Specifies the textual representations of date-time functions shown in filter popup windows. + +Return value: "Show all|Filter by a specific date:|Beyond|||Next week|Today|This week|This month|Earlier|{0:yyyy}, {0:MMMM}" + + + + + + + + + Specifies the caption of a submenu that contains date-time constants used to filter data + +Return value: DateTime constants + + + + + + + + + Specifies the caption of a submenu that contains date-time operators used to filter data + +Return value: DateTime operators + + + + + + + + + Returns "Text" + + + + + + + + Returns "Visual" + + + + + + + + Return value: enter a value + + + + + + + + Return value: <enter a parameter> + + + + + + + + + Return value: empty + + + + + + + + Returns "Functions" + + + + + + + + Return value: And + + + + + + + + Return value: Not And + + + + + + + + Return value: Not Or + + + + + + + + Return value: Or + + + + + + + + Return value: <Add a new parameter ...> + + + + + + + + + Return value: Clear All + + + + + + + + Return value: Add Condition + + + + + + + + Return value: Add Group + + + + + + + + Return value: Remove Row + + + + + + + + Specifies the textual representations of date-time functions shown in filter popup windows. + +Return value: +"Show all|Show Empty|Filter by a specific date:|Beyond this year|Later this year|Later this month|Next week|Later this week|Tomorrow|Today|Yesterday|Earlier this week|Last week|Earlier this month|Earlier this year|Prior to this year" + + + + + + + + + The text displayed within a tooltip invoked when hovering over the Incremental Search filter popup toolbar button. +Return value: Incremental Search + + + + + + + + The text displayed within a tooltip invoked when hovering over the Invert Filter filter popup toolbar button. +Return value: Invert Filter + + + + + + + + The text displayed within a tooltip invoked when hovering over the Multi-Selection filter popup toolbar button. +Return value: Multi-Selection + + + + + + + + The text displayed within a tooltip invoked when hovering over the Radio Mode filter popup toolbar button. +Return value: Radio Mode + + + + + + + + The text displayed within a tooltip invoked when hovering over the Show New Field Values filter popup toolbar button. +Return value: Show New Field Values + + + + + + + + The text displayed within a tooltip invoked when hovering over the Show Only Available Items filter popup toolbar button. +Return value: Show Only Available Items + + + + + + + + Return value: (Show All) + + + + + + + + Return value: Adds a new item to the list. + + + + + + + + Return value: (Use the Insert or Add button on the keyboard) + + + + + + + + Return value: (Use the Delete or Subtract button on the keyboard) + + + + + + + + Return value: Actions. + + + + + + + + Return value: Adds a new condition to this group. + + + + + + + + Return value: Removes this condition. + + + + + + + + Return value: Compare to a value / other field's value. + + + + + + + + + Returns "Bold Text". + + + + + + + + Returns "Green Bold Text". + + + + + + + + Returns "Green Fill". + + + + + + + + Returns "Green Fill with Green Text". + + + + + + + + Returns "Green Text". + + + + + + + + Returns "Italic Text". + + + + + + + + Returns "Red Bold Text". + + + + + + + + Returns "Red Fill". + + + + + + + + Returns "Red Fill with Red Text". + + + + + + + + Returns "Red Text". + + + + + + + + Returns "Strikeout Text". + + + + + + + + Returns "Yellow Fill with Yellow Text". + + + + + + + + Returns "Format cells that are ABOVE AVERAGE". + + + + + + + + Returns "Apply formatting to an entire row". + + + + + + + + Returns "Format cells that are BELOW AVERAGE". + + + + + + + + Returns "Format cells that are BETWEEN". + + + + + + + + Returns "Format cells that rank in the BOTTOM". + + + + + + + + Returns "Format cells that match the following condition". + + + + + + + + Returns "Format cells that contain a date matching these conditions". + + + + + + + + Returns "Format cells that are DUPLICATE VALUES". + + + + + + + + Returns "Format cells that are EQUAL TO". + + + + + + + + Returns "<enter an expression>". + + + + + + + + Returns "for this column with". + + + + + + + + Returns "Format cells that are GREATER THAN". + + + + + + + + Returns "Format cells that are LESS THAN". + + + + + + + + Returns "Above Average". + + + + + + + + Returns "Below Average". + + + + + + + + Returns "Between". + + + + + + + + Returns "Bottom 10 Items". + + + + + + + + Returns "Bottom 10 %". + + + + + + + + Returns "Clear Rules from All Columns". + + + + + + + + Returns "Clear Rules from This Column". + + + + + + + + Returns "Clear Rules". + + + + + + + + Returns "Apply a color gradient to a range of\r\ncells in this column. The color indicates\r\nwhere each cell falls within that range." + + + + + + + + Returns "Color Scales". + + + + + + + + Returns "Custom Condition". + + + + + + + + Returns "Add a colored data bar to represent\r\nthe value in a cell. The higher the\r\nvalue, the longer the bar." + + + + + + + + Returns "Data Bars". + + + + + + + + Returns "A Date Occurring". + + + + + + + + Returns "Duplicate Values". + + + + + + + + Returns "Equal To". + + + + + + + + Returns "Gradient Fill". + + + + + + + + Returns "Greater Than". + + + + + + + + Returns "Highlight Cell Rules". + + + + + + + + Returns "Use this icon set to classify column\r\nvalues into the following ranges:". + + + + + + + + Returns "Icon Sets". + + + + + + + + Returns "Less Than". + + + + + + + + Returns "Manage Rules..." + + + + + + + + Returns "Solid Fill". + + + + + + + + Returns "Text that Contains". + + + + + + + + Returns "Top 10 Items". + + + + + + + + Returns "Top 10 %". + + + + + + + + Returns "Top/Bottom Rules". + + + + + + + + Returns "Unique Values". + + + + + + + + Returns "Unique/Duplicate Rules". + + + + + + + + Returns "Format cells that contain the text". + + + + + + + + Returns "Format cells that rank in the TOP". + + + + + + + + Returns "Format cells that are UNIQUE VALUES". + + + + + + + + Returns "with". + + + + + + + + Identifies the hours item in and controls in a Touch UI. + +Return value: hours + + + + + + + + + + Returns "Directional". + + + + + + + + Returns "Indicators". + + + + + + + + Returns "Positive/Negative". + + + + + + + + Returns "Ratings". + + + + + + + + Returns "Shapes". + + + + + + + + Returns "Symbols". + + + + + + + + Returns "3 Arrows (Colored)". + + + + + + + + Returns "3 Arrows (Gray)". + + + + + + + + Returns "4 Arrows (Colored)". + + + + + + + + Returns "4 Arrows (Gray)". + + + + + + + + Returns "5 Arrows (Colored)". + + + + + + + + Returns "5 Arrows (Gray)". + + + + + + + + Returns "5 Boxes". + + + + + + + + Returns "3 Flags". + + + + + + + + Returns "Arrows (Colored)". + + + + + + + + Returns "Arrows (Gray)". + + + + + + + + Returns "Triangles". + + + + + + + + Returns "5 Quarters". + + + + + + + + Returns "4 Ratings". + + + + + + + + Returns "5 Ratings". + + + + + + + + Returns "Red To Black". + + + + + + + + Returns "3 Signs". + + + + + + + + Returns "3 Stars". + + + + + + + + Returns "3 Symbols (Circled)". + + + + + + + + Returns "3 Symbols (Uncircled)". + + + + + + + + Returns "3 Traffic Lights (Rimmed)". + + + + + + + + Returns "3 Traffic Lights (Unrimmed)". + + + + + + + + Returns "4 Traffic Lights". + + + + + + + + Returns "3 Triangles". + + + + + + + + Specifies the text string displayed within the editor's edit region when no image is loaded if the property is set to false (the identification icon is not displayed). +Return value: (Empty) + + + + + + + + Specifies the text string displayed within the editor's edit region when the image is loaded if the property is set to false (the identification icon is not displayed). +Return value: (Picture) + + + + + + + + Return value: The number must be between 1 and 32767. + + + + + + + + Represents the default error description displayed in a message box/tooltip if the editor's validation has failed. +Return value: Invalid Value + + + + + + + + +Represents the initial value of the property when the object is created without parameters. + + +Return value: Name + + + + + + + + Specifies the text string displayed in the edit box of the when the edit value is null (Nothing in Visual Basic). + + + + + + + + Reserved for future use. + + + + + + + + Returns "Above Average". + + + + + + + + Returns "(All)". + + + + + + + + Returns "Above". + + + + + + + + Returns "Below". + + + + + + + + Returns "Equal Or Above". + + + + + + + + Returns "Equal Or Below". + + + + + + + + Returns "Format values that are:". + + + + + + + + Returns "the average of column values". + + + + + + + + Returns "Below Average". + + + + + + + + Returns "Conditional Formatting Rules Manager". + + + + + + + + Returns "Between". + + + + + + + + Returns "Equal To". + + + + + + + + Returns "Greater Than". + + + + + + + + Returns "Greater Than Or Equal To". + + + + + + + + Returns "Less Than". + + + + + + + + Returns "Less Than Or Equal To". + + + + + + + + Returns "Not Between". + + + + + + + + Returns "Not Equal To". + + + + + + + + Returns "Graded Color Scale". + + + + + + + + Returns "2-Color Scale". + + + + + + + + Returns "3-Color Scale". + + + + + + + + Returns "Midpoint". + + + + + + + + Returns "Color:" + + + + + + + + Returns "Maximum". + + + + + + + + Returns "Minimum". + + + + + + + + Returns "Number". + + + + + + + + Returns "Percent". + + + + + + + + Returns "Preview:" + + + + + + + + Returns "Type:" + + + + + + + + Returns "Value:" + + + + + + + + Returns "Format Style:" + + + + + + + + Returns "Data Bar". + + + + + + + + Returns "Axis Color:" + + + + + + + + Returns "Bar Appearance:" + + + + + + + + Returns "Bar Direction:" + + + + + + + + Returns "Border:" + + + + + + + + Returns "Context". + + + + + + + + Returns "Draw Axis". + + + + + + + + Returns "Fill:" + + + + + + + + Returns "Gradient Fill". + + + + + + + + Returns "Left-to-Right". + + + + + + + + Returns "No Border". + + + + + + + + Returns "Right-to-Left". + + + + + + + + Returns "Solid Border". + + + + + + + + Returns "Solid Fill". + + + + + + + + Returns "Use Negative Bar". + + + + + + + + Returns "Following the month in 2 months time". + + + + + + + + Returns "Following this year". + + + + + + + + Returns "Prior to the month 6 months ago". + + + + + + + + Returns "This month, prior to previous week". + + + + + + + + Returns "This week, prior to yesterday". + + + + + + + + Returns "This year, prior to this month". + + + + + + + + Returns "Last Week". + + + + + + + + Returns "This month, beyond next week". + + + + + + + + Returns "This week, beyond tomorrow". + + + + + + + + Returns "This year, beyond this month". + + + + + + + + Returns "Next Month". + + + + + + + + Returns "During the month in 2 months time". + + + + + + + + Returns "Last Month". + + + + + + + + Returns "During the month 2 months ago". + + + + + + + + Returns "During the month 3 months ago". + + + + + + + + Returns "During the month 4 months ago". + + + + + + + + Returns "During the month 5 months ago". + + + + + + + + Returns "During the month 6 months ago". + + + + + + + + Returns "Next Week". + + + + + + + + Returns "Prior to this year". + + + + + + + + Returns "This Month". + + + + + + + + Returns "This Week". + + + + + + + + Returns "Today". + + + + + + + + Returns "Tomorrow". + + + + + + + + Returns "Yesterday". + + + + + + + + Returns "Delete Rule". + + + + + + + + Returns "Down". + + + + + + + + Returns "Edit Rule..." + + + + + + + + Returns "Equal to or Above Average". + + + + + + + + Returns "Equal to or Below Average". + + + + + + + + Returns "Background Color:". + + + + + + + + Returns "Bold". + + + + + + + + Returns "Format Cells". + + + + + + + + Returns "Clear". + + + + + + + + Returns "Effects:". + + + + + + + + Returns "Fill". + + + + + + + + Returns "Font". + + + + + + + + Returns "Font color". + + + + + + + + Returns "Font style". + + + + + + + + Returns "Italic". + + + + + + + + Returns "None". + + + + + + + + Returns "Predefined Appearance". + + + + + + + + Returns "Regular". + + + + + + + + Returns "Strikethrough". + + + + + + + + Returns "Underline". + + + + + + + + Returns "Formula". + + + + + + + + Returns "Format values where this formula is true:" + + + + + + + + Returns "Apply to the row". + + + + + + + + Returns "Column". + + + + + + + + Returns "Format". + + + + + + + + Returns "Rule". + + + + + + + + Returns "Icon Set". + + + + + + + + Returns "Icon Set". + + + + + + + + Returns "Display each icon according to these rules:" + + + + + + + + Returns "Reverse Icon Order". + + + + + + + + Returns "value is". + + + + + + + + Returns "When". + + + + + + + + Returns "New Rule..." + + + + + + + + Returns "No Format Set". + + + + + + + + Returns "Bottom". + + + + + + + + Returns "Format values that rank in the:" + + + + + + + + Returns "% of column values". + + + + + + + + Returns "Top". + + + + + + + + Returns "Show formatting rules for:". + + + + + + + + Returns "Format..." + + + + + + + + Returns "Beginning With". + + + + + + + + Returns "Containing". + + + + + + + + Returns "Ending With". + + + + + + + + Returns "Not Containing". + + + + + + + + Returns "Blanks". + + + + + + + + Returns "Cell Value". + + + + + + + + Returns "Dates Occurring". + + + + + + + + Returns "Errors". + + + + + + + + Returns "Format only cells with:" + + + + + + + + Returns "No Blanks". + + + + + + + + Returns "No Errors". + + + + + + + + Returns "Specific Text". + + + + + + + + Returns "Duplicate". + + + + + + + + Returns "Format all:" + + + + + + + + Returns "Unique". + + + + + + + + Returns "column values". + + + + + + + + Returns "Up". + + + + + + + + Specifies the exception message raised when the editor's entered value specified by the mask is incomplete. + +Return value: The entered value is incomplete. Do you want to correct it?\r\n\r\nYes - return to the editor and correct the value.\r\nNo - leave the value as is.\r\nCancel - reset to the previous value.\r\n + + + + + + + + + Returns "millisecs". + + + + + + + + Identifies the minutes item in and controls in a Touch UI . + +Return value: mins + + + + + + + + + + Specifies the default hint of the 's button used to insert a new blank record after the last one in the data source. +Return value: Append + + + + + + + + Specifies the default hint of the 's button used to cancel edits to the current record. +Return value: Cancel Edit + + + + + + + + + + + + + + + + Specifies the default hint of the 's button used to post edited record value to the associated data source. +Return value: End Edit + + + + + + + + Specifies the default hint of the 's button used to set the current record to the first record in the dataset. +Return value: First + + + + + + + + Specifies the default hint of the 's button used to set the current record to the last record in the data source. +Return value: Last + + + + + + + + Specifies the default hint of the 's button used to set the current record to the next record in the data source. +Return value: Last + + + + + + + + Specifies the default hint of the 's button used to change the current record position in the data source by the property value upwards. +Return value: Next Page + + + + + + + + Specifies the default hint of the 's button used to the current record to the previous one in the data source. +Return value: Previous + + + + + + + + Specifies the default hint of the 's button used to change the current record position in the data source by the property value backwards. +Return value: Previous Page + + + + + + + + Specifies the default hint of the 's button used to delete the current record. +Return value: Delete + + + + + + + + Specifies the format of the text string which can be displayed in the to display the current record and the total number of records in the associated data source. +Return value: Record {0} of {1} + + + + + + + + Returns "Edit the Rule Description:" + + + + + + + + Returns "Format all cells based on their values". + + + + + + + + Returns "Format only cells that contain". + + + + + + + + Returns "Format only top or bottom ranked values". + + + + + + + + Returns "Format only unique or duplicate values". + + + + + + + + Returns "Format only values that are above or below average". + + + + + + + + Returns "Select a Rule Type:" + + + + + + + + Returns "Use a formula to determine which cells to format". + + + + + + + + Returns "New Formatting Rule". + + + + + + + + Specifies the default hint for the 's custom button. +Return value: "" (empty string) + + + + + + + + Reserved for future use. +Return value: Not valid array length. + + + + + + + + The caption of the Ok button displayed within the dropdown window of a and editors. +Return value: Ok + + + + + + + + An error displayed when an image cannot be copied to the clipboard by the control. + +Return value: Could not copy image + + + + + + + + + +Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to copy the contents of an editor. + + +Return value: Copy + + + + + + + + + +Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to copy and delete the contents of an editor. + + +Return value: Cut + + + + + + + + + +Applied to image editors ( and customized to display images).The string represents the caption of the menu item to delete the contents of an editor. + + +Return value: Delete + + + + + + + + + Returns "Fit Image". + + + + + + + + Returns "Full Size". + + + + + + + + +Applied to image editors ( and are customized to display images).The string represents the caption of the menu item to load an image from an external file. + + +Return value: Load + + + + + + + + + +Applied to image editors ( and are customized to display images).The string represents the caption of the menu item to replace the contents of an editor with an image from the clipboard. + + +Return value: Paste + + + + + + + + + +Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to save an editor's image to an external file. + + +Return value: Save + + + + + + + + + Returns "Zoom". + + + + + + + + Returns "Zoom In". + + + + + + + + Returns "Zoom Out". + + + + + + + + Returns "Zoom to:". + + + + + + + + Returns "{0}%". + + + + + + + + +Specifies the error message displayed when specifying an invalid image for a or editors. + + +Return value: Wrong picture format + + + + + + + + + +The caption of the error message displayed when specifying an invalid image for a or . This string is followed by detail information on the error. + + +Return value: Open error + + + + + + + + + +Specifies the file masks (filters) for the Open dialog used to load an image from an external file to a or editor. + + +Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg;*.jpeg)|*.jpg;*.jpeg|Icon Files (*.ico)|*.ico|All Picture Files |*.bmp;*.gif;*.jpg;*.jpeg;*.ico;*.png;*.tif|All Files |*.* + + + + + + + + + +The title of the Open File dialog used to load the image into the or editor.. + + +Return value: Open + + + + + + + + + +Specifies the file masks (filters) for the Save As dialog used to save the image displayed in a or editor to an external file. + + +Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg)|*.jpg + + + + + + + + + +The title of the Save File dialog used to save the image displayed in the or editor to an external file. + + +Return value: Save As + + + + + + + + + Return value: Busy + + + + + + + + Return value: Door Open + + + + + + + + Return value: Driver Update Needed + + + + + + + + Return value: Error + + + + + + + + Return value: Initializing + + + + + + + + Return value: IO Active + + + + + + + + Return value: ManualFeed + + + + + + + + Return value: Not Available + + + + + + + + Return value: No Toner + + + + + + + + Return value: Offline + + + + + + + + Return value: Out Of Memory + + + + + + + + Return value: Output Bin Full + + + + + + + + Return value: Page Punt + + + + + + + + The caption of print preview windows. + +Return value: Preview: + + + + + + + + + Return value: PaperJam + + + + + + + + Return value: PaperOut + + + + + + + + Return value: PaperProblem + + + + + + + + Return value: Paused + + + + + + + + Return value: Pending Deletion + + + + + + + + Return value: Power Save + + + + + + + + Return value: Printing + + + + + + + + Return value: Processing + + + + + + + + Return value: Ready + + + + + + + + Return value: Server Offline + + + + + + + + Return value: Server Unknown + + + + + + + + Return value: Toner Low + + + + + + + + Return value: User Intervention + + + + + + + + + + + + + + + + Return value: Warming Up + + + + + + + + Returns "Cancel". + + + + + + + + Returns "Cancel pending". + + + + + + + + Returns "Creating document". + + + + + + + + Returns "Exporting". + + + + + + + + Returns "Loading data". + + + + + + + + Returns "Printing". + + + + + + + + Returns "XML files (*.xml)|*.xml|All files|*.*". + + + + + + + + Returns "Restore Layout". + + + + + + + + Returns "XML files (*.xml)|*.xml". + + + + + + + + Returns "Save Layout". + + + + + + + + Returns "Search for a column..." + + + + + + + + Returns "Search for a field..." + + + + + + + + Identifies the seconds item in and controls in a Touch UI. + +Return value: secs + + + + + + + + + + Specifies the default hint for the tab control's Close button. + +Return value: Close + + + + + + + + Returns "Scroll Down". + + + + + + + + Specifies the default hint for the tab control's Next button which is used to scroll forwards through the tab pages. + +Return value: Next + + + + + + + + Returns "Pin". + + + + + + + + Specifies the default hint for the tab control's Previous button which is used to scroll backwards through the tab pages. + +Return value: Previous + + + + + + + + Returns "Unpin". + + + + + + + + Returns "Scroll Up". + + + + + + + + Returns "Show Window List". + + + + + + + + The caption of the Capture button in the dialog window that takes a picture from a webcam. +Return value: Capture + + + + + + + + + The caption of the Save button in the dialog window that saves a picture taken from a webcam. +Return value: Save + + + + + + + + + The caption of the dialog window that takes a picture from a webcam. +Return value: Take Picture + + + + + + + + + The caption of the Try Again button in the dialog window that takes a picture from a webcam. +Return value: Try Again + + + + + + + + + Applied to image editors ( and are customized to display images). The string represents the caption of the menu item that takes an image from a webcam. +Return value: Take Picture from Camera + + + + + + + + + Represents the caption of the menu item used to copy the selected contents of an editor. + +Return value: Copy + + + + + + + + Represents the caption of the menu item used to cut the selected contents of an editor. + +Return value: Cut + + + + + + + + Represents the caption of the menu item used to delete the selected contents of an editor. + +Return value: Delete + + + + + + + + Represents the caption of the menu item used to replace the contents of an editor with the text held in the clipboard. + +Return value: Paste + + + + + + + + Represents the caption of the menu item used to select the editor's content. + +Return value: Select All + + + + + + + + Represents the caption of the menu item used to undo the last edit operation in the text box. + +Return value: Undo + + + + + + + + The error message displayed when trying to assign a translucent background color to a control that doesn't support transparency. + +Return value: This control does not support transparent background colors + + + + + + + + + +Return value: Unknown picture format + + + + + + + + + Represents the caption of the Abort button in the XtraMessageBox. +Return value: Abort + + + + + + + + Represents the caption of the Cancel button in the XtraMessageBox. +Return value: Cancel + + + + + + + + Represents the caption of the Ignore button in the XtraMessageBox. +Return value: Ignore + + + + + + + + Represents the caption of the No button in the XtraMessageBox. +Return value: No + + + + + + + + Represents the caption of the Ok button in the XtraMessageBox. +Return value: Ok + + + + + + + + Represents the caption of the Retry button in the XtraMessageBox. +Return value: Retry + + + + + + + + Represents the caption of the Yes button in the XtraMessageBox. +Return value: Yes + + + + + + + + + Contains values specifying the inplace editor types. + + + + + + + This member supports the .NET framework infrastructure and is not intended to be used in your code. + + + + + + + + This member supports the .NET framework infrastructure and is not intended to be used in your code. + + + + + + + + This member supports the .NET framework infrastructure and is not intended to be used in your code. + + + + + + + + + Serves as the base for , , , and classes. + + + + + + + Creates a new object. + + + + + + + + Adds new items that represent elements of the specified enumeration to the control. + + + + The type of the required enumeration. + + + + + + + + Adds new items that represent elements of the specified enumeration to the control, allowing you to specify whether enumeration constant names or integer values are assigned to the item values. + + + + The type of the required enumeration. + + + + true, if enumeration underlying integer values are assigned to the item values; otherwise, false. + + + + + + + + Adds new items that represent elements of the specified enumeration to the control, allowing you to customize item descriptions. + + + + A delegate that generates item descriptions. + + + + + + + + + Adds new items that represent elements of the specified enumeration to the control. + + + + + + + + Gets or sets whether HTML tags can be used to format the text of the control's items. + + + A value that specifies whether HTML tags can be used to format the text of the control's items. + + + + + + + Gets or sets the control's background color. + + + A value that specifies the control's background color. + + + + + + + Locks the BaseListBoxControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Unlocks the BaseListBoxControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets column width. + + + An integer value representing column width in pixels. + + + + + + + Fires when a context button is clicked. + + + + + + + + Provides access to the settings applied to the context buttons displayed in the control. + + + A object that comprises settings applied to the context buttons displayed in the control. + + + + + + + Provides access to the collection of context buttons displayed in the control. + + + A ContextItemCollection object that represents the collection of context buttons. + + + + + + + Fires when the , or property value changes. + + + + + + + + Allows hints for context buttons displayed in the current BaseListBoxControl to be customized. This event is only raised for and objects. + + + + + + + + Enables custom display text to be provided for control items. + + + + + + + + Allows you to customize the context buttons for individual items. + + + + + + + + Gets or sets the data source whose data is displayed by a list box control. + + + A data source object whose data is displayed by the list box control. + + + + + + + Occurs immediately after the property value has been changed. + + + + + + + + The default value for the property. Returns false. + + + + + + + + + Gets or sets a field name in the bound data source whose contents are to be displayed by the list box control. + + + A string value specifying a field name in a data source. + + + + + + + Occurs immediately after the list box control display member has been changed. + + + + + + + + Provides the ability to custom paint items displayed within the list box control. + + + + + + + + Unlocks the BaseListBoxControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the index of the specified item. + + + + An object which represents an item whose index is returned. + + + An integer value which specifies the item's position within the collection. -1 if the item isn't found. + + + + + + + Searches for the first list box item in the specified direction from the specified index, using a cusom algorithm. + + + + An integer value providing the zero-based index of the start item. + + + + true to search to the end of the item list; false to search to the beginning of the item list. + + + + A delegate that is called when searching for a list box item. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Finds the first item in the list box control starting with the specified string. + + + + A string value representing the search text. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Finds the first item in the list box control which starts with the specified string. The search starts at a starting index specified by the parameter. + + + + A string value providing the search text. + + + + An integer value providing the zero-based index of the start item. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Searches for the first list box item in the specified direction from the specified index, and starting with a specific string. + + + + + A string value representing the search text. + + + + An integer value providing the zero-based index of the start item. + + + + true to search to the end of the item list; false to search to the beginning of the item list. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Finds the first item which matches the specified string exactly. + + + + A string value specifying the search text. + + + + An integer value representing the zero-based index of the first item to be searched. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Finds the first item in the list box control which matches the specified string exactly. + + + + A string value specifying the search text. + + + An integer value representing the zero-based index of the first item found. -1 if no item is found. + + + + + + + Forces the control to finish its initialization. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets an item's display value. + + + + A zero-based integer specifying the item by its position within the collection. + + + An object representing the item's value. The String.Empty value if the item index provided is invalid. + + + + + + + Gets an item at the specified position. + + + + An integer value representing the zero-based index of an item to be returned. + + + An object representing an item at the specified position. null (Nothing in Visual Basic) if no item is found. + + + + + + + Gets the boundaries of the specified item. + + + + A zero-based integer value which specifies the item's index. + + + A structure which represents the specified item's boundaries. + + + + + + + Gets the text string displayed by the item. + + + + An integer value representing the zero-based index of the item. + + + A string value representing the text displayed within the item. String.Empty if no item is found. + + + + + + + Gets the specified item's value. + + + + An integer value representing the zero-based index of the item whose value is returned. + + + An object representing the specifyed item's value. null (Nothing in Visual Basic) if no item is found. + + + + + + + Specifies whether selected and hot-tracked items are skinned. + + + A value that specifies whether selected and hot-tracked items are skinned. + + + + + + + Gets or sets whether a horizontal scroll bar is enabled when the control's items are displayed in a single column and some of them exceed the control's width. + + + true if horizontal scrolling is enabled in single column display mode; otherwise, false. + + + + + + + Gets or sets the offset by which the control is scrolled horizontally when the scrollbar buttons are clicked. This property is in effect in single column display mode, when the property is set to true. + + + An integer value specifying the horizontal scrolling step in pixels. + + + + + + + Gets the zero-based index of the currently hot-tracked item. + + + The zero-based index of the currently hot-tracked item. + + + + + + + Gets or sets whether the items are hot-tracked when the mouse pointer moves over them. + + + true if the items are hot-tracked; otherwise, false. + + + + + + + Gets or sets how items are selected when item hot-tracking is enabled. + + + A value that specifies how items are selected. + + + + + + + Gets or sets a collection of images to be inserted into the display text of the control's items. This property is in effect when using the HTML formatting feature. + + + A object that stores a collection of images. + + + + + + + Gets or sets whether incremental searching for items is enabled. + + + true if incremental searching for items is enabled; otherwise, false. + + + + + + + Returns the index of an item at specified coordinates. + + + + A structure containing the coordinates used to obtain the item index. + + + An integer value representing the zero-based index of an item at specified coordinates. -1 if no item is found. + + + + + + + Gets a value indicating whether the list box control is being loaded. + + + true if the list box control is being loaded; otherwise, false. + + + + + + + Gets whether the current BaseListBoxControl is locked by the method. + + + true, if the BaseListBoxControl is locked; otherwise, false. + + + + + + + Gets or sets whether the height of items is automatically calculated to fit their entire content. + + + + true, if item height is automatically calculated; otherwise, false. + + + + + + + Gets the number of elements contained in the collection of the list box control. + + + An integer value representing the number of elements contained in the collection. + + + + + + + Gets or sets an item's height. + + + An integer value representing an item's height in pixels. + + + + + + + Gets or sets the horizontal scroll position. + + + A zero-based integer value that specifies the horizontal scroll position. + + + + + + + Makes the specified item visible on-screen if it is currently invisible. + + + + An integer value representing the item's zero-based index. + + + + + + + + Provides the ability to change an individual item's height. + + + + + + + + Gets or sets a value specifying whether the items are displayed in columns. + + + true if the items are displayed in columns; otherwise, false. + + + + + + + Selects all items when multiple item selection is enabled. + + + + + + + + Gets or sets the index of the currently selected item. + + + An integer value representing the zero-based index of the item in the list box control. -1 if no item is selected. + + + + + + + Occurs after the selection has been changed. [focus has been moved from one item to another] + + + + + + + + Gets a collection containing the indexes of all currently selected items in the list box control. + + + A SelectedIndexCollection object representing the collection of all currently selected items in the control. + + + + + + + Gets or sets the currently selected item. + + + An object representing the list box control's currently selected item. + + + + + + + Gets currently selected items. + + + A SelectedItemCollection object containing currently selected items. + + + + + + + Gets or sets the currently selected item's value. + + + An object representing the currently selected item's value. null (Nothing in Visual Basic) if no item is selected. + + + + + + + Occurs after a value of the selected item has been changed. + + + + + + + + Gets or sets how list box items are selected. + + + A SelectionMode enumeration member specifying the list box control's selection behavior. + + + + + + + Assigns a new value to the specified item. + + + + An object representing a new value to be assigned to the specified item. + + + + An integer value representing the zero-based index of the item to which a new value is assigned. + + + + + + + + Sets the specified item's selection state. + + + + The zero-based index of the item whose selection state will be changed. + + + + true to select the item; false to unselect the item. + + + + + + + + Gets or sets whether hovering over items selects the item being hovered over (modifies the control's property). + + + true if item being hovered over is automatically selected; otherwise, false. + + + + + + + Gets or sets whether the dotted focus rectangle is displayed around the focused item. + + + true, if the dotted focus rectangle is displayed around the focused item; otherwise, false. + + + + + + + Gets or sets whether tooltips are displayed for items whose text is trimmed. + + + A value that specifies whether tooltips are displayed for items whose text is trimmed. + + + + + + + Gets or sets the sort order for the list box control. + + + A SortOrder enumeration member specifying the order in which items in the list box control are sorted. + + + + + + + This property is not supported by the BaseListBoxControl class. + + + A string value. + + + + + + + Gets or sets the index of the first visible item in the list box control. + + + An integer value specifying the zero-based index of the top visible item. + + + + + + + Unselects all items when multiple item selection is enabled. + + + + + + + + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + + + true if the control is painted grayed out, when it's in the disabled state; otherwise, false. + + + + + + + Gets or sets the field name in the bound data source whose contents are assigned to item values. + + + A string value specifying a field name in the data source. + + + + + + + Occurs after the property value has been changed. + + + + + + + + + A button control which can display text along with a custom image. It is possible to prevent the button from receiving focus on a click. + + + + + + + Creates a new object. + + + + + + + + Gets or sets whether the button can be focused. + + + + true if the button can be focused; otherwise, false. + + + + + + + Gets or sets whether the current SimpleButton icon should be painted with the button's fore color. + + + + A DefaultBoolean enumerator value that specifies whether the current SimpleButton's icon should be painted with the button's fore color. + + + + + + + + Gets or sets whether the current SimpleButton's caption can be formatted using HTML-tags. + + + true if the current SimpleButton's caption can be formatted using HTML-tags; otherwise, false. + + + + + + + Gets or sets whether the control's size is automatically calculated based on its contents. + + + true, if the control's size is automatically calculated; otherwise, false. + + + + + + + This member is not supported for the SimpleButton control. Use the property instead. + + + A Boolean value. + + + + + + + + Gets or sets whether the control's width is changed to display the control's content in its entirety. This property is in effect when the control resides within a . + + + + true if auto-size mode is enabled; otherwise, false. + + + + + + + Gets the SimpleButton's view information. + + + A DevExpress.XtraEditors.ViewInfo.SimpleButtonViewInfo object that provides view information on all SimpleButton elements. + + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + A System.Drawing.Size value. + + + + + + + Gets or sets the alignment of the image displayed within the button. + + + A enumeration member specifying the image alignment. + + + + + + + Gets or sets the button's image. + + + An object representing the image to be displayed on the button. + + + + + + + Gets or sets the alignment of the image displayed within the button. + + + A enumeration member which specifies the image's alignment. + + + + + + + Gets or sets the index of the image displayed on the button. + + + An integer value representing the zero-based index of the image displayed on the button. + + + + + + + Gets or sets the source of images to be displayed within the button. + + + An object that is the source of images to be displayed within the button. + + + + + + + Specifies the image alignment relative to the button. + + + A value that specifies the alignment of the button's image. + + + + + + + Gets or sets how the button's image is aligned relative to the button's text. + + + An enumeration value that specifies how the button's image is aligned relative to the button's text. + + + + + + + Gets or sets the ditance between the button's image and text. This property is in effect if the button's image is aligned relative to the text. + + + An integer value that specifies the distance, in pixels, between the button's image and text. + + + + + + + Gets or sets whether the dotted focus rectangle is displayed within the SimpleButton when it has focus. + + + The value that specifies whether the dotted focus rectangle is displayed within the SimpleButton when it has focus. + + + + + + + Starts the animation of an animated GIF file being displayed in the button. + + + + + + + + Stops animation of an animated GIF file being displayed in the button. + + + + + + + + Gets or sets the text string displayed within the button control. + + + A string value representing the button's caption. + + + + + + + + A control that displays other controls within its popup window. + + + + + + + Creates an instance of the class. + + + + + + + + Validates the editor. + + + + A enumeration value that specifies how a dropdown editor's popup window should be closed. + + + true if the editor's value is valid; otherwise, false. + + + + + + + Gets the editor type name. + + + The 'PopupContainerEdit' string always. + + + + + + + Gets settings specific to the current object. + + + An object containing settings specific to the current editor. + + + + + + + Enables you to specify the textual representation of the editor's value. + + + + + + + + Fires before closing the popup window enabling you to modify the edit value. + + + + + + + + Opens the popup window. + + + + + + + + + Represents a popup panel for a editor. + + + + + + + Creates an instance of the class. + + + + + + + + Gets the manner in which the control is docked. + + + The DockStyle.None value always. + + + + + + + Gets the editor which displays the current popup control. + + + The object displaying the current popup control; null (Nothing in Visual Basic) if the popup control is not associated with an editor. + + + + + + + Provides access to the owning editor's repository item. + + + A object containing settings of the editor whose popup window displays this control. + + + + + + + Gets or sets whether the user can focus this control using the TAB key. + + + false always. + + + + + + + Gets or sets whether the popup control is visible. + + + false always. + + + + + + + + Serves as the base for editors displaying popup windows. + + + + + + + Creates a new instance of the PopupBaseEdit class. + + + + + + + + Indicates whether a mouse click should close this editor's popup window. + + + + A object representing the clicked control. + + + + A structure specifying the mouse pointer coordinates. + + + true if the popup window should remain opened after clicking; otherwise, false. + + + + + + + Fires when the editor's pop-up is about to be displayed. + + + + + + + + Closes the popup window discarding the changes made. + + + + + + + + Allows you to perform specific actions with respect to how the popup window was closed. + + + + + + + + Closes the popup window accepting the changes made. + + + + + + + + Enables you to specify whether the modifications performed within the editor's popup window should be accepted by the editor. + + + + + + + + Gets a value indicating whether the editor has input focus. + + + true if the editor or its popup window has focus; otherwise, false. + + + + + + + Gets the editor's type name. + + + The 'PopupBaseEdit' string always. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Indicates whether a key should be processed by the editor or passed to its container control. + + + + A object specifying the key combination. + + + true if the key should be processed by the editor; otherwise, false + + + + + + + Gets a value indicating whether the popup window is open. + + + true if the popup window is open; otherwise, false. + + + + + + + Occurs after the editor's popup window has been opened. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets the current PopupBaseEdit's closing behavior. + + + A PopupCloseMode enumerator value that specifies the current PopupBaseEdit's closing behavior. + + + + + + + Gets settings specific to the popup editor. + + + The repository item containing settings specific to the popup editor. + + + + + + + Enables you to specify whether an attempt to close the popup window will succeed. + + + + + + + + Enables you to specify whether an attempt to open the popup window will succeed. + + + + + + + + Updates the editor's value by copying a value from the editor's popup window to . + + + + + + + + Opens the popup window. + + + + + + + + + Serves as a base for and classes. + + + + + + + Initializes a new instance of the NavigatorButtonCollectionBase class. + + + + A collection of buttons displayed within the control. + + + + + + + + Gets the button at the specified index. + + + + An integer value representing the button's zero-based index. If negative or exceeds the maximum available index, an exception is raised. + + + A object representing the button at the specified position within the collection. + + + + + + + + Represents an individual button displayed within the DataNavigator or ControlNavigator . + + + + + + + Creates a new object. + + + + A NavigatorButtonHelper object implementing the button's functionality. + + + + + + + + Gets the button's type. + + + A enumeration member specifying the button's type. + + + + + + + Indicates whether data records are scrolled repeatedly when this button is held down. + + + true if data records are scrolled repeatedly when this button is held down; otherwise, false if one click on this button per record scrolled. + + + + + + + Tests whether the object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + + Serves as a base for and classes. + + + + + + + Gets or sets whether the control adjusts its size automatically, to display its buttons in their entirety. + + + true if the control adjusts its size automatically to display its buttons in their entirety; otherwise, false. + + + + + + + Enables you to perform custom actions when end-users click navigator buttons. + + + + + + + + Gets or sets the navigator buttons' style. + + + A enumeration member specifying the style applied to the navigator buttons. + + + + + + + Gets the collection of custom buttons. + + + The collection of custom buttons. + + + + + + + Gets the minimum size that can be applied to the navigator. + + + A object representing the minimum size of the rectangular region that can be occupied by the navigator. + + + + + + + Provides control over exceptional situations which might occur while navigating/editing records using the data navigator. + + + + + + + + Gets or sets a value which specifies whether the navigator can display hints. + + + true if the navigator can display hints; otherwise false. + + + + + + + Gets or sets a value indicating whether the user can move focus to a navigator using the TAB key. + + + true if the user can move focus to the control using the TAB key; otherwise, false. + + + + + + + + Gets or sets a value specifying the location of the text displayed within the navigator. + + + A enumeration member specifying the text location. + + + + + + + Gets or sets the string displayed within the control which identifies the current record and the total number of records. + + + A string displayed within the Navigator control. + + + + + + + Returns the object which contains internal information used to render the control. + + + + A object which contains internal information used to render the control. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the list box control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ListBoxDrawItemEventArgs class with the specified settings. + + + + A object that is a storage for pens, fonts and brushes used during painting. This value is assigned to the property. + + + + + An object that stores appearance settings used to paint the item. This value is assigned to the property. + + + + + A Rectangle structure that specifies the bounding rectangle of the item. This value is assigned to the property. + + + + An Object that is the value of the item. This value is assigned to the property. + + + + An integer value that specifies the index of the item. This value is assigned to the property. + + + + A DrawItemState enumeration value that specifies the state of the item. This value is assigned to the property. + + + + A Boolean value that specifies whether the item background is colored according to the currently applied skin, or based on the specified appearance settings. This value is assigned to the property. + + + + + + + + + Gets or sets whether the item background is colored according to the currently applied skin. + + + true, if the item background is colored according to the currently applied skin; otherwise, false. The default is true. + + + + + + + Gets the appearance settings used to paint the item currently being processed. + + + A object which provides the appearance settings used to paint the item. + + + + + + + Gets the bounding rectangle of the item being painted. + + + A structure specifying the painted item's boundaries. + + + + + + + Gets an object which specifies the storage for the most used pens, fonts and brushes. + + + A object that specifies the storage for the most used pens, fonts and brushes. + + + + + + + Performs default painting of an element. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets an object used to paint an item. + + + A object used when painting. + + + + + + + Gets or sets a value specifying whether default painting is required. + + + true if default painting is prohibited; otherwise false. + + + + + + + Gets the index of the item being painted. + + + An integer value representing the zero-based index of the item being painted. + + + + + + + Gets the value of the processed item. + + + An object representing the value of the processed item. + + + + + + + Gets the state of the item being painted. + + + A enumeration member specifying the current state of an item being painted. + + + + + + + + A list box control which can be populated with items from a data field. + + + + + + + Creates a new object. + + + + + + + + Provides access to the item collection, when the control is not bound to a data source. + + + A object representing items within the list box control. + + + + + + + + A list box control whose items can display images. The control can be populated with items from a data field. + + + + + + + Creates a new object. + + + + + + + + + A combo box editor whose items can display custom images. The control also allows values from an enumeration to be displayed. + + + + + + + + Creates an instance of the image combo box editor. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Gets or sets the editor's value. + + + The object representing the edit value. + + + + + + + Gets settings specific to the image combo box editor. + + + The object containing settings for the current editor. + + + + + + + Gets or sets the selected item. + + + A selected item. + + + + + + + Locates the first item with the specified description and selects it. + + + + A string value that specifies the item description. + + + + + + + + Gets or sets the text displayed in the edit box. + + + The string displayed in the edit box. + + + + + + + Gets or sets the editor's value. + + + The object representing the edit value. + + + + + + + + Holds settings for buttons displayed in a control. + + + + + + + Creates a new object. + + + + An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. + + + + + + + + Gets the button used to insert a new record. + + + A object representing the navigator's Append button. + + + + + + + Gets the button used to cancel edits to the current record. + + + A object representing the navigator's CancelEdit button. + + + + + + + Gets the object which manages a list of binding objects. + + + A object used to keep data-bound controls synchronized with each other. + + + + + + + This method supports the .NET framework infrastructure and is not intended to be called in your code. + + + + + + + + Gets the button used to post edited record values to the associated data source. + + + A object representing the navigator's EndEdit button. + + + + + + + Gets the button used to set the current record to the first record in a data source. + + + A object representing the navigator's First button. + + + + + + + Gets the button used to set the current record to the last record in a data source. + + + A object representing the navigator's Last button. + + + + + + + Gets the button used to set focus to the next record in a data source. + + + A object representing the navigator's Next button. + + + + + + + Gets the button used to change current record position in a data source by the property value. + + + A object representing the navigator's NextPage button. + + + + + + + Gets or sets the number of records to which the current record changes after the PrevPage or NextPage button has been pressed. + + + An integer value specifying the number of records to which the current record changes after the PrevPage or NextPage button has been pressed. + + + + + + + Gets the button used to set focus to the previous record in a data source. + + + A object representing the navigator's Prev button. + + + + + + + Gets the button used to change current record position in a data source by the property value. + + + A object representing the navigator's PrevPage button. + + + + + + + Gets the button used to delete the current record. + + + A object representing the navigator's Remove button. + + + + + + + + Represents the DataNavigator's button collection. + + + + + + + Creates a new object. + + + + A object representing buttons displayed within the DataNavigator control. This value is assigned to the property. + + + + + + + + + The control that enables navigation through records in a data source and provides common record operations. + + + + + + + Creates a new object. + + + + + + + + Provides access to the navigator's built-in and custom buttons. + + + A object which is the navigator's buttons. + + + + + + + + Gets or sets the data source member whose data is manipulated by the DataNavigator control. + + + A string value representing the data source member. + + + + + + + Gets or sets a data source for the DataNavigator control. + + + A data source object whose data is managed by the data navigator. + + + + + + + Gets or sets the position which the data navigator points to in the underlying data source. + + + A zero-based integer which specifies a position in the underlying data source. + + + + + + + Occurs after a position in the underlying data source has been changed. + + + + + + + + + A text editor that allows you to select predefined items from a dropdown list. List items are represented by strings. + + + + + + + Creates and initializes a new instance of the class. + + + + + + + + Provides the ability to custom paint the items displayed within the combo box editor's drop down. + + + + + + + + Occurs when drawing a specific item in the dropdown list. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Specifies the edit value of the editor. + + + The object representing the edit value. + + + + + + + Gets settings specific to the combo box editor. + + + A object containing settings for the current editor. + + + + + + + Resets the selection and caret position in the editor. + + + + + + + + Gets or sets the index of the selected item. + + + The zero-based index of the edit value in the collection; otherwise, -1. + + + + + + + Occurs when changing the index of the selected value in the combo box editor. + + + + + + + + Specifies the editor's value. + + + The editor's value. + + + + + + + Occurs when changing the index of the selected value in the combo box editor. + + + + + + + + + A checked list box control. Each item can be checked, unchecked or set to the grayed state. The control can be populated with items from a data field. + + + + + + + Creates a new object with default settings. + + + + + + + + + Represents the base class for editors that work with binary large object (BLOB) data. + + + + + + + Creates a new instance of the PopupBaseEdit class. + + + + + + + + Gets the current editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets an object containing settings specific to the BLOB editor. + + + A object instance containing settings for the BLOB editor. + + + + + + + + Serves as the base for controls which cannot be used as inplace editors and supports a common style management mechanism. + + + + + + + Initializes an instance of the class. + + + + + + + + Gets the appearance settings used to paint the control's contents. + + + A object which provides the appearance settings used to paint the control's contents. + + + + + + + Gets or sets the background color of the control's client region. + + + A structure specifying the background color of the control's client region. + + + + + + + This event is not supported by the BaseStyleControl class. + + + + + + + + Gets or sets the font used to display the control's content. + + + A object specifying the font used to display the control's content. + + + + + + + This event is not supported by the BaseStyleControl class. + + + + + + + + Gets or sets the control's foreground color. + + + A structure specifying the color used to display the control's text. + + + + + + + This event is not supported by the BaseStyleControl class. + + + + + + + + Resets the property back to its default value. + + + + + + + + Resets the property to its default value. + + + + + + + + Resets the painter associated with this BaseStyleControl to its default state. + + + + + + + + Resets the View Info object associated with this BaseStyleControl. + + + + + + + + + Serves as the base for editors that provide spin buttons used to modify edit values. + + + + + + + Creates a new object. + + + + + + + + Closes the pop-up associated with the current BaseSpinEdit-derived control without saving the current value. + + + + + + + + Occurs when the BaseSpinEdit-derived control's pop-up was successfully closed. + + + + + + + + Saves the current value and closes the pop-up associated with the BaseSpinEdit-derived control. + + + + + + + + Occurs when the BaseSpinEdit-derived control's pop-up is about to close. + + + + + + + + Gets the editor's class name. + + + A System.String object identifying the editor's class name. + + + + + + + Occurs each time a BaseSpinEdit control's pop-up was displayed. + + + + + + + + Gets an object containing properties and methods specific to the spin editor. + + + A object instance containing settings specific to the spin editor. + + + + + + + Occurs when the BaseSpinEdit control's pop-up window is to be closed. + + + + + + + + Occurs each time a BaseSpinEdit control's pop-up is to be displayed. + + + + + + + + This method is not supported for BaseSpinEdit-derived controls. + + + + + + + + + Attempts to display the BaseSpinEdit control's pop-up window. + + + + + + + + + Implements the functionality common for all controls in the library. + + + + + + + Creates an instance of the class. + + + + + + + + Gets or sets whether HTML formatting is allowed in the control's regular tooltips. + + + A value that specifies whether HTML formatting is allowed in the control's regular tooltips. + + + + + + + When a control is added to a , this property specifies whether the control's width is changed to display its content in its entirety. +This member is supported by individual descendant of the BaseControl class. + + + true if auto-size mode is enabled; otherwise, false. + + + + + + + Gets or sets the control's border style. + + + A enumeration value specifying the control's border style. + + + + + + + Calculates the minimum size the control needs to be to contain its contents. + + + + A System.Drawing.Size object representing the minimum size of the control that will best fit its content. + + + + + + + + Returns an object which implements the accessibility information. + + + A BaseAccessibility object. + + + + + + + Returns the object which contains the internal information used to render the control. + + + A descendant which contains the internal information used to render the control. + + + + + + + Gets a value indicating whether the control is currently in design mode. + + + true if the control is in design mode; otherwise, false. + + + + + + + Gets whether the control is being initialized. + + + true if the control is being initialized; otherwise, false. + + + + + + + Provides access to the object containing the control's look and feel settings. + + + A object containing the control's look and feel settings. + + + + + + + Forces the control to invalidate its client area and immediately redraw itself and any child controls. + + + + + + + + Removes the object that has been assigned to the current control. + + + + + + + + Returns scale multipliers that are currently applied to a control's original width and height. + + + A value that specifies scale multipliers. + + + + + + + Gets or sets whether a tooltip should be displayed when the mouse pointer is over the control. + + + true to display tooltips; otherwise, false. + + + + + + + Gets or sets the style controller component that provides style settings for this control. + + + An object that implements the interface which provides style settings for the current control. + + + + + + + + Gets or sets a for the current control. + + + A object associated with the control. + + + + + + + Gets or sets a regular tooltip's content. + + + A string which specifies the text content of a regular tooltip. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for this control. + + + The component controlling the appearance and behavior of hints displayed for this control. + + + + + + + Gets or sets the type of the tooltip icon. + + + + A enumeration value. + + + + + + + Gets or sets a regular tooltip's title. + + + A value which specifies a regular tooltip's title. + + + + + + + + Serves as a base for button controls. + + + + + + + Creates an instance of the class. + + + + + + + + Provides access to the appearance settings applied when the current button is disabled. + + + An object that specifies the appearance settings applied when the current button is disabled. + + + + + + + Provides access to the appearance settings applied when the mouse pointer passes over the current button. + + + An object that specifies the appearance settings applied when the current button is hovered over with the mouse pointer. + + + + + + + Provides access to the appearance settings applied when the current button is clicked. + + + An object that specifies the appearance settings applied when the current button is clicked. + + + + + + + Gets or sets the button's background color. + + + A structure which specifies the button's background color. + + + + + + + Binds the specific parameterized command to this BaseButton . + + + + An Object that is the command to be bound to this BaseButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that uses the boolean function to specify whether or not this BaseButton is currently enabled. + + + An IDisposable object. Disposing of this object unbinds the command from this BaseButton. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this BaseButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + An Action that specifies whether this BaseButton is currently enabled. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BaseButton. + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this BaseButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that specifies whether this BaseButton is currently enabled. + + + An IDisposable object. Disposing of this object unbinds the command from this BaseButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BaseButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + An Action that specifies whether this BaseButton is currently enabled. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this BaseButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BaseButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + An Action that specifies whether this BaseButton is currently enabled. + + + An IDisposable object. Disposing of this object unbinds the command from this BaseButton. + + + + + + + Gets or sets the border style of the button control. + + + A enumeration member specifying the border style of the button. + + + + + + + Gets or sets the style of the button control. + + + A enumeration member specifying the button style. + + + + + + + Calculates the button's size needed to fit its content. + + + + A System.Drawing.Graphics object used to paint. + + + A System.Drawing.Size object representing the button's size that will best fit its content. + + + + + + + Calculates the button size required to fit its content, but not exceeding the specified maximum width. + + + + + The value that limits the width. + + + A System.Drawing.Size object representing the button size that best fits its content, but whose width does not exceed the specified value. + + + + + + + + Gets or sets a value that is returned to the parent form when the button is clicked. + + + A DialogResult enumeration member specifying the value that is returned to the parent form when the button is clicked. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + true if the button should behave as the default button; otherwise false. + + + + + + + + Responds to button clicks. + + + + + + + + Resets the property back to its default value. + + + + + + + + + Contains values specifying the type of buttons displayed in the data navigator control. + + + + + + + Inserts a new record after the last one. + + + + + + + + Cancels edits to the current record. + + + + + + + + Reserved for future use. + + + + + + + + Sets the dataset to the edit state. + + + + + + + + Posts edited record value to the associated data source. + + + + + + + + Sets the current record to the first record in the data source. + + + + + + + + Sets the current record to the last record in the data source. + + + + + + + + Sets the current record to the next record in the data source. + + + + + + + + When using the DataNavigator, changes the current record position in a data source by the property value upwards. In case of the ControlNavigator, changes the current record position in a data source by the count of visible onscreen records upwards. + + + + + + + + Sets the current record to the previous record in the data source. + + + + + + + + When using the DataNavigator, changes the current record position in a data source by the property value backwards. In case of the ControlNavigator, changes the current record position in a data source by the count of visible onscreen records backwards. + + + + + + + + Deletes the current record and makes the next record the current record. + + + + + + + + + Applies a format using a data bar. + + + + + + + Initializes a new instance of a FormatConditionRuleDataBar class. + + + + + + + + Gets or sets whether negative data bars are displayed in the direction opposite to the positive data bars. + + + true, if negative data bars are displayed in the direction opposite to the positive data bars; otherwise, false. + + + + + + + Provides access to appearance settings for data bars that correspond to positive cell values. + + + An object that specifies appearance settings for positive data bars. + + + + + + + Provides access to appearance settings for data bars that correspond to negative cell values. + + + An object that specifies appearance settings for negative data bars. + + + + + + + Gets or sets the color of the vertical axis between positive and negative data bars. + + + A value that specifies the color of the vertical axis between positive and negative data bars. + + + + + + + Creates a new instance of the FormatConditionRuleDataBar class. + + + A new FormatConditionRuleDataBar instance. + + + + + + + Gets or set whether to draw the vertical axis between positive and negative data bars. + + + true, if the axis is painted; otherwise, false. + + + + + + + Gets or sets whether to draw the vertical axis between positive and negative bars at the middle of the cell. + + + + true, to draw the axis at the middle of the cel; false, to draw the axis at the position specified by the proportion of the minimum negative value to the maximum positive value. + + + + + + + + Gets or sets the name of the predefined bar style. + + + + + A string value that specifies the predefined style name. + + + + + + + Gets or sets whether to display positive data bars in the right-to-left direction. + + + A value that specifies whether to display data bars in the right-to-left direction. + + + + + + + Gets or sets whether to display data bars within target cells without cell values. + + + true, if data bars are displayed within cells without cell values; false, if data bars are displayed along with cell values. + + + + + + + + Provides properties that allow you to customize the behavior of a peek panel, assigned to the control. + + + + + + + Initializes a new instance of the PopupPanelOptions class with the specified settings. + + + + A object that owns the newly created PopupPanelOptions object. + + + + + + + + Copies all settings from the target object to this PopupPanelOptions. + + + + A object whose property values should be copied to this PopupPanelOptions. + + + + + + + + + + Gets or sets the display location for the assigned to this . + + + A enumerator value that is the display location for the assigned to this . + + + + + + + Resets all PopupPanelOptions properties to their default values. + + + + + + + + Gets or sets which end-user actions cause the flyout panel to be displayed. + + + A enumerator value that specifies which end-user actions cause the flyout panel to be displayed. + + + + + + + Gets or sets whether the assigned to the editor's property should be displayed. + + + true, if the assigned to the editor's property should be displayed; otherwise, false. + + + + + + + + A menu item that allows you to embed an editor in a . + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + A descendant that determines the editor's type and contains its properties. This parameter initializes the property. + + + + An event handler that will be invoked when the editor's value is changed. This value is assigned to the event. + + + + An item's image. This parameter initializes the property. + + + + An item's image to be displayed when the item is disabled. This parameter initializes the property. + + + + An integer value that is the editor's width. This parameter initializes the property. + + + + An integer value that is the editor's height. This parameter initializes the property. + + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + A descendant that determines the editor's type and contains its properties. This parameter initializes the property. + + + + An item's image. This parameter initializes the property. + + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + A descendant that determines the editor's type and contains its properties. This parameter initializes the property. + + + + An event handler that will be invoked when the editor's value is changed. This value is assigned to the event. + + + + An item's image. This parameter initializes the property. + + + + An item's image to be displayed when the item is disabled. This parameter initializes the property. + + + + + + + + Initializes a new DXEditMenuItem instance with the default settings. + + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + A descendant that determines the editor's type and contains its properties. This parameter initializes the property. + + + + + + + + Initializes a new DXEditMenuItem class instance with the specified settings. + + + + A string value that specifies the item's caption. This parameter initializes the property. + + + + A descendant that determines the editor's type and contains its properties. This parameter initializes the property. + + + + An item's image. This parameter initializes the property. + + + + An item's image to be displayed when the item is disabled. This parameter initializes the property. + + + + + + + + Gets or sets the object that determines the editor's type and contains its properties. + + + A descendant that determines the editor's type and contains its properties. + + + + + + + + Specifies the editor's value. + + + An object that is the editor's value. + + + + + + + Occurs after the property's value has been changed. + + + + + + + + Gets or sets the editor's height. + + + An integer value that is the editor's height. + + + + + + + Gets or sets the editor's width. + + + An integer value that is the editor's widhth. + + + + + + + + Represents a control that provides the search and filter functionality for the attached object. + + + + + + + Initializes a new instance of the SearchControl class with the default settings. + + + + + + + + Clears the filter criteria. + + + + + + + + Gets or sets an object through which a search is performed. + + + An object through which a search is performed. + + + + + + + Returns the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Gets an object which contains properties, methods and events specific to the SearchControl. + + + A object that contains settings for the SearchControl. + + + + + + + Enables you to specify the attached object's columns through which a search is performed. + + + + + + + + Sets the filter criteria. + + + + A string value that is the filter criteria. + + + + + + + + + Represents a storage for the settings specific to the . + + + + + + + Initializes a new instance of the RepositoryItemSearchControl class with the default settings. + + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + Gets or sets whether a search is automatically performed on typing text. + + + true, if a search is automatically performed on typing text; otherwise, false. + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Starts the control's runtime initialization. + + + + + + + + Provides access to the collection of buttons in the current . + + + The SearchControlButtonCollection object that represents the collection of objects. + + + + + + + Gets or sets an object through which a search is performed. + + + An object through which a search is performed. + + + + + + + Creates the default buttons (Search, Clear and MRU). + + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Ends the control's runtime initialization. + + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + Gets of sets the comparison operator used to perform the search request. + + + An enumeration value that specifies the comparison operator. + + + + + + + Gets or sets the delay for a search performed automatically on typing text. + + + + A System.Int32 value that specifies the delay for an automatically performed search. + + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + Gets or sets the text displayed grayed out when the search box is empty. + + + The text displayed grayed out when the search box is empty. + + + + + + + Gets or sets whether the text specified by the property is displayed when the editor contains an empty string. + + + true, if the text is displayed; otherwise, false. + + + + + + + Gets the editor that owns the current repository item object. + + + A editor that owns the current repository item. + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + Enables you to specify the attached object's columns through which a search is performed. + + + + + + + + Gets or sets whether the Clear Button is displayed in the + + + true, if the Clear Button is displayed; otherwise, false. + + + + + + + Gets or sets the mode in which the Search and Clear buttons are displayed. + + + A ShowDefaultButtonsMode enumeration value that specifies the mode in which the Search and Clear buttons are displayed. + + + + + + + Gets or sets whether the dropdown button that invokes a list of most recently used search requests is displayed. + + + true, if the dropdown button that invokes a list of most recently used search requests is displayed; otherwise, false. + + + + + + + Gets or set whether the Search Button is displayed in the . + + + true, if the Search Button is displayed; otherwise, false. + + + + + + + This property is not supported by the RepositoryItemSearchControl class. + + + + + + + + + + + Contains settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemBreadCrumbEdit class with the default settings. + + + + + + + + Copies all settings from the target to this RepositoryItemBreadCrumbEdit object. + + + + A object whose settings are to be copied to this RepositoryItemBreadCrumbEdit object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the current mode. + + + A enumerator value that specifies the current mode. + + + + + + + Gets whether the method will take effect if called. + + + + true, if the method will take effect if called; otherwise, false. + + + + + + + + Gets whether the method will take effect if called. + + + + true, if the method will take effect if called; otherwise, false. + + + + + + + + Gets whether the method will take effect if used at the moment. + + + true if the method will take effect if used at the moment; otherwise, false. + + + + + + + Gets or sets whether or not navigating to nodes within this Breadcrumb Edit Control requires an exact node caption match, including the letter cases. + + + + true, navigating to nodes within this Breadcrumb Edit Control requires an exact node caption match; otherwise, false. + + + + + + + + Returns the \ character that is the default path separator for a control. + + + Return value: \. + + + + + + + Returns the editor type name. + + + Return value: BreadCrumbEdit. + + + + + + + Returns a collection that contains all nodes owned by this RepositoryItemBreadCrumbEdit. + + + A ReadOnlyCollection that stores all s owned by this RepositoryItemBreadCrumbEdit. + + + + + + + Gets the object that stores the complete navigation history for this . + + + A BreadCrumbHistory object that stores the complete navigation history for this . + + + + + + + + Gets the position within a collection occupied by the currently used . + + + An Int32 value that is the position within a collection occupied by the currently used . + + + + + + + Navigates to the previous within the collection. + + + + + + + + + Navigates to the next object within the collection. + + + + + + + + + Navigates to the currently selected node's parent node. + + + + + + + + Occurs whenever a node's drop-down list is hidden. + + + + + + + + Provides access to a object that stores the navigation history for this . + + + A object that stores the navigation history for this . + + + + + + + Gets or sets the position of an image within the collection that should serve as the default glyph for all non-root nodes. + + + + An Int32 value that is the position of an image within the collection that should serve as the default glyph for all non-root nodes. + + + + + + + + Gets or sets the image collection assigned to this . + + + An Object that is the image collection assigned to this . + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs each time a new node is about to be added to this . + + + + + + + + Occurs whenever a node owned by this RepositoryItemBreadCrumbEdit changes. + + + + + + + + Fires when a node from this RepositoryItemBreadCrumbEdit's collection is clicked. + + + + + + + + Occurs whenever an end-user clicks any node drop-down button within this . + + + + + + + + Gets or sets the maximum row number a node's drop-down list can occupy. + + + An Int32 value that is the maximum row number a node's drop-down list can occupy. + + + + + + + Provides access to all nodes owned by this control. + + + A BreadCrumbNodeCollection that stores nodes owned by this control. + + + + + + + Gets the editor that owns this RepositoryItemBreadCrumbEdit. + + + A that owns this RepositoryItemBreadCrumbEdit. + + + + + + + Gets or sets the nodes sequence currently visible within this . + + + A String value that is the nodes sequence currently visible within this . + + + + + + + Occurs whenever a 's path was changed. + + + + + + + + Occurs when a path to which the RepositoryItemBreadCrumbEdit was about to navigate does not pass validation. + + + + + + + + + Gets or sets the character used to separate node values in a path string. + + + A String value that is the character used to separate node values in a path string. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs when the editor needs to navigate to a dynamically populated node for the first time. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Resets the history of end-user navigation within this control. + + + + + + + + + Gets or sets the image used by this 's root node. + + + An Image that is this 's root node glyph. + + + + + + + + Fires when the root node's glyph is clicked. + + + + + + + + + Gets or sets the index of an image within the collection that should be used as a root node glyph. + + + An Int32 value that is the index of an image within the collection that should be used as a root node glyph. + + + + + + + Gets or sets the last currently selected in this . + + + A object that is the last node currently selected in this . + + + + + + + Fires when this RepositoryItemBreadCrumbEdit's changes. + + + + + + + + Occurs each time an end-user clicks empty space within this . + + + + + + + + Sets a with the target index as the current history item. + + + + An Int32 value that is the specific 's position within a parent collection. + + + + + + + + Occurs after a node drop-down is shown completely. + + + + + + + + + Gets or sets whether the root glyph should be displayed. + + + true, if the root glyph should be displayed; otherwise, false. + + + + + + + Fires when the User Action Menu is about to be displayed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether or not all visible nodes in the 's drop-down menu nodes should be sorted by their captions. + + + + true, if nodes should be sorted by their captions; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs each time the has to navigate to an unknown node. + + + + + + + + + An editor that allows end-users to navigate through a nodes tree. + + + + + + + Initializes a new instance of the BreadCrumbEdit class with the default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Returns information on BreadCrumbEdit elements located at the target position. + + + + An Int32 value that is the X-axis coordinate of the tested location. + + + + An Int32 value that is the Y-axis coordinate of the tested location. + + + A object containing information on BreadCrumbEdit elements located at the target position. + + + + + + + Returns information on BreadCrumbEdit elements located at the target position. + + + + A Point structure that is the target location to be tested. + + + A object containing information on BreadCrumbEdit elements located at the target position. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Returns the editor type name. + + + Returns the "BreadCrumbEdit" string value. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Please use the property instead. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets whether this BreadCrumbEdit currently has an expanded node. + + + true if this BreadCrumbEdit currently has an expanded node; otherwise, false. + + + + + + + Gets or sets the current nodes path within this BreadCrumbEdit, starting from a root to the last node visible. + + + + A String value that is the textual representation of the current BreadCrumbEdit nodes path. + + + + + + + Occurs each time the current BreadCrumbEdit path changes. + + + + + + + + Provides access to the main BreadCrumbEdit settings. + + + + A object that stores settings that specify the BreadCrumbEdit look and behavior. + + + + + + + + + + + + + + + Selects the entire BreadCrumbEdit path when this BreadCrumbEdit is in Edit mode. + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Contains values that specify if and when a control's TabMiddleClick event fires. + + + + + + + + The default behavior. For the , this option is equivalent to None. + + + + + + + + A TabMiddleClick event fires on pressing the middle mouse button over a tab (before the button is released). + + + + + + + + + A TabMiddleClick event fires on clicking the middle mouse button over a tab (after the button is released). + + + + + + + + + A TabMiddleClick event does not fire. + + + + + + + + + A method that will handle the event. + + + + + + + + The method for handling the event, which takes a object as a parameter. + + + + + The event source. Identifies the tab control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new HeaderButtonEventArgs class instance with the specified button and page. + + + + A currently processed button. The parameter initializes the property. + + + + A currently processed page. The parameter initializes the property. + + + + + + + + Gets an active tab page within the tab control. + + + An IXtraTabPage object that is an active tab page. + + + + + + + Gets the currently processed header button. + + + A TabButtons item that is the currently processed header button. + + + + + + + Gets or sets whether the event has been handled, and no default processing is required. + + + true if the default event processing is not required; otherwise, false. + + + + + + + + A method that will handle the event. + + + + + + + + The method for handling the event, which takes a object as a parameter. + + + + + The event source. Identifies the tab control that raised the event. + + + + A object that contains event data. + + + + + + + + + + Represents the class which stores settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemCheckedComboBoxEdit class. + + + + + + + + Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to specify whether enumeration constant names or integer values are assigned to the item values. + + + + The type of the required enumeration. + + + + true, if enumeration underlying integer values are assigned to the item values; otherwise, false. + + + + + + + + Adds new items that represent elements of the specified enumeration to the editor drop-down. + + + + The type of the required enumeration. + + + + + + + + Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to customize item descriptions. + + + + A delegate that generates item display captions. + + + + + + + + Adds new items that represent elements of the specified enumeration to the editor drop-down. + + + + + + + + Gets or sets whether HTML tags can be used to format the text of the control's items. + + + A value that specifies whether HTML tags can be used to format the text of the control's items. + + + + + + + Gets or sets whether multiple items can be selected simultaneously in the dropdown. + + + true if multiple items can be selected simultaneously in the dropdown; otherwise, false. + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Copies settings from the specified object to the current RepositoryItemCheckedComboBoxEdit object, allowing you to select whether data-related settings should be copied. + + + + A source repository item object. + + + + true to copy data-related settings; otherwise, false. + + + + + + + + Forcibly nullifies the internal data adapter. Call this method before you dynamically provide a data source for the current repository item within a ShownEditor event handler. + + + + + + + + Provides access to the settings applied to the context buttons displayed by the editor items. + + + A object that comprises settings applied to the context buttons displayed by the editor items. + + + + + + + Provides access to the collection of context buttons displayed by editor items. + + + A ContextItemCollection object that represents the collection of context buttons. + + + + + + + Gets or sets the data source whose items are displayed in the control's dropdown. + + + A data source whose items are displayed in the control's dropdown. + + + + + + + Fires when assigning a new object to the property. + + + + + + + + Gets or sets a field name in the bound data source whose contents are to be displayed by the control's check items. + + + A string value specifying a field name in a data source. + + + + + + + Fires when assigning a new value to the property. + + + + + + + + Gets or sets the number of visible items in the dropdown window. + + + An integer that specifies the number of visible items in the dropdown window. + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Gets or sets whether the editor's edit value is +formed as a string or as a List<object> object. + + + An EditValueTypeCollection enumeration value that specifies how the edit value is formed. + + + + + + + Gets or sets whether the check states of check items in the dropdown are automatically changed according to the new edit value. + + + A value that specifies check item synchronization mode. + + + + + + + Returns an object that specifies checked items. + + + + An object that specifies the edit value. + + + An object that specifies checked items. + + + + + + + Returns all currently checked items owned by this editor. + + + A object that stores all currently checked items owned by this editor. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Enables you to disable specific items. + + + + + + + + + Returns items from the collection. +In bound mode, this method populates the item collection before returning it. + + + A object that contains items. + + + + + + + Specifies how selected items are highlighted within the control's popup window. + + + A value that specifies how selected items are highlighted. + + + + + + + Gets or sets whether the incremental search feature is enabled. + + + true if the incremental search feature is enabled; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the height of items in the drop-down is automatically calculated to fit their entire content. + + + true, if item height is automatically calculated; otherwise, false. + + + + + + + Gets the collection of check items to be displayed in the dropdown. + + + A collection. + + + + + + + Gets or sets the maximum length of the text that can be displayed in the editor. This property is only in effect for in-place editors. + + + An integer value that specifies the maximum length of the text that can be displayed in the editor. + + + + + + + This property is not supported by the RepositoryItemCheckedComboBoxEdit class. + + + + + + + + + + Provides the capability to change the height of an individual item. + + + + + + + + + Gets or sets the control to display in the popup window. This member is not supported by the RepositoryItemCheckedComboBoxEdit class. + + + A object. + + + + + + + This event is not supported by the RepositoryItemCheckedComboBoxEdit class. + + + + + + + + This event is not supported by the RepositoryItemCheckedComboBoxEdit class. + + + + + + + + Updates the editor to reflect changes made to a data source. + + + + + + + + Gets or sets whether the 'Select All' check item is visible. + + + A string that specifies the 'Select All' item's caption. + + + + + + + Gets or sets whether the 'Select All' check item is visible. + + + true if the 'Select All' item is visible; otherwise, false. + + + + + + + Gets or sets the character separating checked items in the edit value, and the resultant text displayed in the edit box. + + + + A separator character. + + + + + + + Creates items in the dropdown to represent elements of the specified set of flags. + + + + A object that specifies the enumeration type representing a bit field (set of flags). + + + + + + + + Gets or sets the 'Select All' check item's caption. + + + A string that specifies the 'Select All' item's caption. + + + + + + + Gets or sets whether the 'Select All' check item is visible. + + + true if the 'Select All' item is visible; otherwise, false. + + + + + + + Gets or sets whether the OK and Cancel buttons in the dropdown are visible. + + + true if the OK and Cancel buttons in the dropdown are visible; otherwise, false. + + + + + + + Gets or sets whether tooltips are displayed for dropdown items whose text is trimmed. + + + A value that specifies whether tooltips are displayed for items whose text is trimmed. + + + + + + + Gets or sets whether changing a CheckedComboBoxEdit control's edit value updates the check states of the control's items. + + + true if the editor's edit value and items in the dropdown are in sync; otherwise, false. + + + + + + + Gets or sets the field name in the bound data source whose contents are assigned to item values. + + + A string value specifying a field name in the data source. + + + + + + + Fires when assigning a new value to the property. + + + + + + + + + An editor that allows you to display and edit a set of Boolean options and bit fields in a popup window. + + + + + + + Initializes a new instance of the CheckedComboBoxEdit class. + + + + + + + + Checks all the control's items. + + + + + + + + Validates the editor. + + + + A enumeration value that specifies how a dropdown editor's popup window was closed. + + + true if the editor's value is valid; otherwise, false. + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets the editor's edit value, which identifies checked items in the editor's dropdown window. + + + An object that represents the editor's edit value. + + + + + + + Returns the index of the first CheckedComboBoxEdit item that matches the custom criteria implemented in the predicate delegate method. + + + + An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. + + + + true, to search from the collection's beginning to its end; otherwise, false. + + + + A delegate that implements the search criteria. + + + + An Int32 value that is the index of the found item within the collection. If no items were found, returns -1. + + + + + + + Searches for the first CheckedComboBoxEdit item that starts with the target text. + + + + A String value that is the text to find. + + + An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. + + + + + + + + Searches for the first CheckedComboBoxEdit item that starts with the target text. The search is performed in the specific direction and starts from the required item. + + + + A String value that is the text to find. + + + + An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. + + + + + true to search from the collection's beginning to its end; otherwise, false. + + + An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. + + + + + + + + Searches for the first CheckedComboBoxEdit item that starts with the target text. The search starts from the required item. + + + + A String value that is the text to find. + + + + An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. + + + + An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. + + + + + + + + Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. The search is performed starting from the desired item. + + + + A String value that is the text to find. + + + + An Int32 value that is a CheckedComboBoxEdit item's index, starting from which the method should seek the matching item. + + + + An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. + + + + + + + + Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. + + + + A String value that is the text to find. + + + An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. + + + + + + + + Enables you to disable specific items. + + + + + + + + Provides the capability to change the height of an individual item. + + + + + + + + + Gets an object which contains properties, methods and events specific to the control. + + + A object that contains a control's settings. + + + + + + + This event is not supported by the CheckedComboBoxEdit class. + + + + + + + + This event is not supported by the CheckedComboBoxEdit class. + + + + + + + + Synchronizes the editor's edit value with check items in the dropdown, checking and unchecking corresponding items. + + + + + + + + Assigns the specified value to the editor. + + + + An object that identifies checked items in the editor's dropdown window. + + + + + + + + + Provides members that specify the appearance settings used to paint items in the and in different visual states. + + + + + + + + Initializes a new instance of the TileItemAppearances class. + + + + An object that implements the interface and will own the created appearance object. + + + + + + + + Initializes a new instance of the TileItemAppearances class. + + + + + + + + Initializes a new instance of the TileItemAppearances class with the specified appearance settings. + + + + An whose settings will be copied to the created object. + + + + + + + + Initializes a new instance of the TileItemAppearances class with default settings. + + + + A object containing the default appearance settings. + + + + + + + + Applies a DevExpress.Utils.AppearanceDefault object for the desired visual state to the current tile or element. + + + + A DevExpress.Utils.AppearanceDefault object that should be applied for the desired visual state to the current tile or element. + + + + + + + + Applies appearance settings used by the specific tile or tile element for all visual states to the current tile or element. + + + + A object used by the specific tile or element that should be applied to the current tile or tile element. + + + + + + + + Applies appearance settings used by the specific tile or tile element for the desired visual state to the current tile or element. + + + + An used by the specific tile or element that should be applied to the current tile or tile element. + + + + + + + + Releases all resources used by a TileItemAppearances object of the specific . + + + + + + + + Specifies appearance settings used to paint a when it is hovered. + + + An object containing appearance settings used to paint a tile item when it is hovered. + + + + + + + Specifies appearance settings used to paint a in its regular visual state. + + + An object containing appearance settings used to paint a tile item in its regular visual state. + + + + + + + Specifies appearance settings used to paint a when an end-user clicks this item and does not release it. + + + An AppearanceObject that stores appearance settings applied to pressed TileItems. + + + + + + + Specifies appearance settings used to paint a when it is selected. + + + An object containing appearance settings used to paint a tile item when it is selected. + + + + + + + + Contains information about a specific point within a calendar control. + + + + + + + Initializes a new instance of the CalendarHitInfo class for the specified point. + + + + A structure that defines a point in a plane. + + + + + + + + + + + + + + + + + + + + + Gets or sets the bounding rectangle of the visual element. Not applicable for the control. + + + Empty System.Drawing.Rectangle structure. + + + + + + + + + + + + + + + + + + + + + + + Sets the CalendarHitInfo properties to default values which indicate that the hit information is undefined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the object being hit. + + + A DevExpress.XtraScheduler.Drawing.DateNavigatorDayNumberCellInfo object if the day or weeknumber cell of the DateNavigator control is hit; otherwise, null. + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the type of information the CalendarHitInfo contains. + + + A enumeration member. + + + + + + + Indicates whether the specified object is equal to the current object. + + + + A CalendarHitInfo object to be compared with the current object. + + + true if the specified object equals the current object; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets the point being hit. + + + A structure that is the point within the control with coordinates relative to the control's top-left corner. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A node within a control. + + + + + + + Initializes a new instance of the BreadCrumbNode class with the specified settings. + + + + A String value that is the newly created node's caption. + + + + A String value that is the newly created node's value. + + + + true, if this node should raise the event when an end-user clicks its drop-down button; otherwise, false. + + + + + + + + Initializes a new instance of the BreadCrumbNode class with the default settings. + + + + + + + + Initializes a new instance of the BreadCrumbNode class with the specified settings. + + + + A String value that is the newly created node's caption. + + + + A String value that is the newly created node's value. + + + + + + + + Initializes a new instance of the BreadCrumbNode class with the specified settings. + + + + A String value that is the newly created BreadCrumbNode's caption. + + + + + + + + Gets or sets this BreadCrumbNode's caption. + + + A String value that is this BreadCrumbNode's caption. + + + + + + + Gets the child nodes collection for this BreadCrumbNode. + + + A BreadCrumbNodeCollection that contains child BreadCrumbNode for this BreadCrumbNode. + + + + + + + Copies this BreadCrumbNode with or without its child nodes. + + + + true, if the newly created BreadCrumbNode should contain same nodes in its collection as the source BreadCrumbNode; otherwise, false. + + + A BreadCrumbNode that is this BreadCrumbNode's clone. + + + + + + + Copies this BreadCrumbNode. + + + A BreadCrumbNode that is the target BreadCrumbNode's clone. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets whether this BreadCrumbNode equals the target object. + + + + An Object to compare with this BreadCrumbNode. + + + true, if this BreadCrumbNode equals the target object; otherwise, false. + + + + + + + Returns a BreadCrumbNode that is the child of this BreadCrumbNode and is located at the specific path. + + + + A String value that specifies the path to the target child node, starting from this BreadCrumbNode object. + + + + A String value that specifies the path to the target child node, starting from the root node. + + + A BreadCrumbNode that is this BreadCrumbNode object's child, located at a specific path. + + + + + + + + Gets the integer hash code that corresponds to the current BreadCrumbNode object's value. + + + An Int32 value that is this BreadCrumbNode's hash code. + + + + + + + Gets the image currently displayed as this BreadCrumbNode's glyph. + + + An Image currently displayed as this BreadCrumbNode's glyph. + + + + + + + Gets the current BreadCrumbNode value. + + + A String value that is the current BreadCrumbNode value. + + + + + + + Gets or sets the index of an image from the collection that should be used as this ImageIndex glyph. + + + An Int32 value that is the index of an image from the collection that should be used as this ImageIndex glyph. + + + + + + + Gets this BreadCrumbNode's position within its parent node collection. + + + An Int32 value that is this BreadCrumbNode's position within its parent node collection. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Gets whether this BreadCrumbNode object is a parent node for the target BreadCrumbNode object. + + + + A BreadCrumbNode object to be checked. + + + true if this BreadCrumbNode object is a parent node for the target BreadCrumbNode object; otherwise, false. + + + + + + + Gets whether this node is a top-level node. + + + true, if this node is a top-level node; otherwise, false. + + + + + + + Gets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection. + + + A BreadCrumbNode that follows this BreadCrumbNode in its parent node collection. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets this BreadCrumbNode's parent BreadCrumbNode. + + + A BreadCrumbNode that contains this BreadCrumbNode in its collection. + + + + + + + Gets or sets this BreadCrumbNode's path. + + + A String value that is this BreadCrumbNode's path. + + + + + + + Gets or sets whether this BreadCrumbNode is constantly visible at runtime. + + + true, if this BreadCrumbNode is constantly visible at runtime; otherwise, false. + + + + + + + Gets or sets whether this BreadCrumbNode can raise the event. + + + true, if this BreadCrumbNode can raise the event; otherwise, false. + + + + + + + Gets a BreadCrumbNode that precedes this BreadCrumbNode in its node collection. + + + A BreadCrumbNode that precedes this BreadCrumbNode in its node collection. + + + + + + + Provides access to the main BreadCrumbNode settings. + + + + A RepositoryItemBreadCrumbEdit object that stores the main BreadCrumbNode settings. + + + + + + + + Applies properties stored within the target to this BreadCrumbNode. + + + + A whose property values should be copied to this BreadCrumbNode. + + + + + + + + Gets or sets whether this BreadCrumbNode's caption is visible. + + + true, if this BreadCrumbNode's caption is visible; otherwise, false. + + + + + + + Gets or sets the tag associated with this BreadCrumbNode. + + + + An Object associated with this BreadCrumbNode. + + + + + + + Gets the textual representation of this BreadCrumbNode. + + + A String value that is this BreadCrumbNode's textual representation. + + + + + + + Gets or sets this BreadCrumbNode's value. + + + A String value that is thie BreadCrumbNode's value. + + + + + + + + A s collection. + + + + + + + Initializes a new instance of the BreadCrumbNodeCollection class with the default settings. + + + + + + + + Initializes a new instance of the BreadCrumbNodeCollection class with the specified settings. + + + + A that will own the newly created BreadCrumbNodeCollection. + + + + + + + + Initializes a new instance of the BreadCrumbNodeCollection class with the specified settings. + + + + A RepositoryItemBreadCrumbEdit object related with the newly created BreadCrumbNodeCollection. + + + + + + + + Adds the specific node to this BreadCrumbNodeCollection. + + + + A to be added to this BreadCrumbNodeCollection. + + + + + + + + Adds multiple nodes to this BreadCrumbNodeCollection. + + + + s to be added to this BreadCrumbNodeCollection. + + + + + + + + Adds multiple nodes to this BreadCrumbNodeCollection. + + + + An IEnumerable that stores objects to be added to this BreadCrumbNodeCollection. + + + + + + + + Locks the BreadCrumbNodeCollection by preventing visual updates of the collection and its elements until the method is called. + + + + + + + + Occurs each time a was added or removed to (from) the BreadCrumbNodeCollection. + + + + + + + + Gets whether this BreadCrumbNodeCollection contains the target node. + + + + A to be checked. + + + true, if this BreadCrumbNodeCollection contains the target node; otherwise, false. + + + + + + + Gets whether the target is contained within this BreadCrumbNodeCollection or any of its items' collections. + + + + A to search for. + + + + true, if the search should be extended to the BreadCrumbNodeCollection items' child collections; otherwise, false. + + + true, if the target was found; otherwise, false. + + + + + + + Unlocks the BreadCrumbNodeCollection that was previously locked by the method. + + + + + + + + Unlocks the BreadCrumbNodeCollection that was previously locked by the method and specifies whether the event should be fired. + + + + true, if the event should be fired; otherwise, false. + + + + + + + + Returns the with a specific value, if such a node exists within this BreadCrumbNodeCollection, or within any collection of BreadCrumbNodeCollection collection's items. + + + + + A String value that is the searched node's property value. + + + + true, if the method should check not only BreadCrumbNodeCollection items, but their collections as well; otherwise, false. + + + A BreadCrumbNode with the specific value. + + + + + + + Gets the first node contained within this BreadCrumbNodeCollection. + + + A that is the first node in this BreadCrumbNodeCollection. + + + + + + + Returns the index within this BreadCrumbNodeCollection. + + + + A whose position within this BreadCrumbNodeCollection is to be obtained. + + + An Int32 value that is the index within this BreadCrumbNodeCollection. + + + + + + + + Gets whether this BreadCrumbNodeCollection contains a at the specific position. + + + + An Int32 value that is a node position to be checked. + + + true, if this BreadCrumbNodeCollection contains a at the specific position; otherwise, false. + + + + + + + Adds a target to this BreadCrumbNodeCollection and puts it to a specific position. + + + + An Int32 value that specifies the position within this BreadCrumbNodeCollection where the target node should be arranged. + + + + A object to be added to this BreadCrumbNodeCollection. + + + + + + + + Gets or sets whether this BreadCrumbNodeCollection is currently empty. + + + true, if this BreadCrumbNodeCollection is currently empty; otherwise, false. + + + + + + + Gets a node from this BreadCrumbNodeCollection that has the specific index within this collection. + + + + An Int32 value that is the node index. + + + A that occupies the specific position within this BreadCrumbNodeCollection. + + + + + + + Gets the last node within this BreadCrumbNodeCollection. + + + A that is the last node within this BreadCrumbNodeCollection. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Removes the specific node from this BreadCrumbNodeCollection. + + + + A object to be removed from this BreadCrumbNodeCollection. + + + + + + + + Removes all nodes from this BreadCrumbNodeCollection starting from the specific position. + + + + An Int32 value that specifies the node index within this BreadCrumbNodeCollection, starting from which all nodes should be removed from the collection. + + + + + + + + + Stores the navigation history and allows you to navigate through these records. + + + + + + + Initializes a new instance of the BreadCrumbHistory class with the specified settings. + + + + A object that specifies the newly created BreadCrumbHistory's settings. + + + + + + + + Adds the target to this BreadCrumbHistory collection. + + + + The to be added. + + + + + + + + Adds multiple s to this BreadCrumbHistory collection. + + + + s to be added. + + + + + + + + Adds multiple history items to this BreadCrumbHistory collection. + + + + An IEnumerable containing history items to be added to this BreadCrumbHistory collection. + + + + + + + + Occurs each time the BreadCrumbHistory is modified. + + + + + + + + Determines whether this BreadCrumbHistory collection contains the target . + + + + A to be checked. + + + true if this BreadCrumbHistory collection contains the target ; otherwise, false. + + + + + + + Releases all resources used by the current BreadCrumbHistory object. + + + + + + + + Searches this BreadCrumbHistory collection for a , related to the target path. + + + + A String value that is the path to be checked. + + + A whose property value equals the path parameter. + + + + + + + Gets the position within this BreadCrumbHistory collection. + + + + A BreadCrumbHistoryItem whose index is to be obtained. + + + An Int32 value that is the target 's index within this BreadCrumbHistory collection. + + + + + + + Adds the to this BreadCrumbHistory collection and places it at a specific position within this collection. + + + + An Int32 value that specifies the newly added item's index within this BreadCrumbHistory collection. + + + + A to be added. + + + + + + + + Gets whether this BreadCrumbHistory collection is currently empty. + + + true, if this BreadCrumbHistory collection is currently empty; otherwise, false. + + + + + + + Gets a that occupies a specific position within this BreadCrumbHistory collection. + + + + An Int32 value that is the index of a within this BreadCrumbHistory collection. + + + A that occupies a specific position within this BreadCrumbHistory collection. + + + + + + + Moves a containing the specific path to the end of this BreadCrumbHistory collection. + + + + A Sting value that specifies the node path. A node whose value equals this parameter value will be re-arranged. + + + + + + + + Provides access the a object, assigned to this BreadCrumbHistory collection. + + + A object, assigned to this BreadCrumbHistory collection. + + + + + + + Removes the specific item from this BreadCrumbHistory collection. + + + + A to be removed. + + + + + + + + + Provides members used to label corresponding modes. + + + + + + + The 's path is represented as plain editable text. End users can use a keyboard to modify this path and navigate within the . + + + + + + + + The 's path is represented as a sequence of click-able visual elements. Each element represents a and has a drop-down button that displays a drop-down list with all child nodes owned by this node. + + + + + + + + + Enumerates values that specify whether Close buttons are displayed in individual tab pages, the tab control's header, or in both. + + + + + + + + + +The default behavior determined by controls. + + + +For a , the Close button within the tab control's header is displayed as specified by the control's HeaderButtonsShowMode property. Close buttons in individual pages are hidden. + + + +For a in a , the Default option is equivalent to . + + + + + + + + + + Close buttons are displayed in the tab control's header, and within the active page. The visibility of the Close button within the tab control's header is specified by the control's HeaderButtonsShowMode property. + + + + + + + + A Close button is displayed in the active page. The Close button in the control's header is hidden. + + + + + + + + Close buttons are displayed within an active tab, and within an inactive tab when the mouse is hovered over it. The visibility of the Close buttons within the tab control's header is specified by the HeaderButtonsShowMode property. + + + + + + + + + Close buttons are displayed in all pages. The Close button in the control's header is hidden. + + + + + + + + + Close buttons are displayed in all pages and in the control's header. The visibility of the Close button within the tab control's header is specified by the control's HeaderButtonsShowMode property. + + + + + + + + The Close button is displayed in the tab control's header, as specified by the control's HeaderButtonsShowMode property. + + + + + + + + + Obsolete. Contains settings which define the editor's behavior in masked mode. + + + + + + + + Initializes a new class instance. + + + + + + + + Initializes a new class instance with the specified object. + + + + A object whose properties are copied to the properties of the created object. + + + + + + + + Obsolete. Occurs after changes are applied to the current object. + + + + + + + + Copies properties of the specified object to the current object. + + + + A object whose properties are copied. + + + + + + + + Obsolete. Gets or sets a value determining whether to produce a warning sound when an error occurs. + + + If true, produces a warning sound when an error occurs; otherwise, false. + + + + + + + Obsolete. Gets or sets a value representing blank areas within a masked editor. + + + A symbol representing blank areas within a masked edit. + + + + + + + Compares properties of the current object with properties of a specified instance. + + + + A object whose properties are compared to the properties of the current object. + + + true, if all properties of the current object match the properties of the specified instance; otherwise, false. + + + + + + + Obsolete. Gets or sets a value representing a mask expression. + + + A mask expression. + + + + + + + Obsolete. Gets or sets a value determining whether to ignore skipped positions within a mask editor. + + + If true, ignores skipped positions; otherwise, false. + + + + + + + Obsolete. Gets or sets a value specifying which mask type is used. + + + A enumeration value which specifies the mask type used. + + + + + + + Obsolete. Gets or sets a value determining whether to include literal characters in the property of the mask editor. + + + true, if literal characters are included into the edit value; otherwise, false. + + + + + + + + Lists values that specify the type of mask used by an editor. + + + + + + + Specifies that the editor uses a custom mask manager. + +To implement a custom mask manager which will deal with masks in a custom manner create a custom editor and override its CreateMaskManager method. This method should then supply a custom mask manager when the property is set to Custom. + + + + + + + + + Specifies that the editor should accept date/time values and that the mask string must use the DateTime format syntax. + + + + + + + + The DateTime mask mode with the caret automatic movement feature. + +After an end-user enters and completes a specific portion of a date/time value the caret automatically moves to the following part of the date/time value that can be edited. + + + + + + + + + Specifies that the mask feature is disabled. + + + + + + + + Specifies that the editor should accept numeric values and that the mask string must use the Numeric format syntax. + + + + + + + + Specifies that the mask should be created using full-functional regular expressions. + + + + + + + + + Specifies that the mask should be created using simplified regular expression syntax. + + + + + + + + + Specifies that the mask should use the simplified syntax. + + + + + + + + + Enumerates possible locations for an image within a control. + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned in the center. + + + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned on the left. + + + + + + + + The image is vertically aligned at the bottom, and horizontally aligned on the right. + + + + + + + + The same as MiddleLeft. + + + + + + + + The image is centered vertically and horizontally. The control's text is not displayed in this mode. + + + + + + + + + The image is vertically centered, and horizontally aligned on the left. + + + + + + + + The image is vertically centered, and horizontally aligned on the right. + + + + + + + + The image is vertically aligned at the top, and horizontally aligned in the center. + + + + + + + + + The image is vertically aligned at the top, and horizontally aligned on the left. + + + + + + + + The image is vertically aligned at the top, and horizontally aligned on the right. + + + + + + + + + A custom header button for tab controls. + + + + + + + + Initializes a new CustomHeaderButton class instance with the specified kind. + + + + A value that specifies a kind of button. This parameter initializes the property. + + + + + + + + Initializes a new CustomHeaderButton instance. + + + + + + + + Initializes a new CustomHeaderButton instance with the specified settings. + + + + A value that specifies a button's kind. This parameter initializes the property. + + + + A string value that specifies a button's caption. This parameter initializes the property. + + + + An integer value that specifies a button's width. This parameter initializes the property. + + + + true if a button is enabled; otherwise, false. This parameter initializes the property. + + + + true if a button is visible; otherwise, false. This parameter initializes the property. + + + + An value that specifies a button's image alignment. This parameter initializes the property. + + + + A button's image. This parameter initializes the property. + + + + An that specifies a button's appearance. This parameter initializes the property. + + + + A string value that specifies a button's tooltip. This parameter initializes the property. + + + + An object value that specifies a button's tag. This parameter initializes the property. + + + + A object that specifies a button's extended tooltip. This parameter initializes the property. + + + + true if image transparency is supported; otherwise, false. This parameter initializes the property. + + + + + + + + Gets a collection that owns the custom header button. + + + A object that is the collection that owns the current custom header button. + + + + + + + Gets a custom header button's index within the collection. + + + An integer value that is the CustomHeaderButton's index within the collection. + + + + + + + The property is not supported. + + + + + + + + + + The property is not supported. + + + + + + + + + + + A custom header button collection for tab controls. + + + + + + + + Initializes a new CustomHeaderButtonCollection class instance. + + + + + + + + Adds a custom button to the current button collection. + + + + A object that is the button that will be added. + + + An integer value that is a custom button's index in the collection. + + + + + + + Adds an array of custom buttons to the current button collection. + + + + A object array that consists of the buttons to be added. + + + + + + + + + + Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object. + + + + The object that is the source button collection. + + + + + + + + Occurs when the current custom header buttons collection is changed. + + + + + + + + Gets a value that specifies if a custom header button belongs to the current collection. + + + + A object to locate in the collection. + + + + + true if a custom header button belongs to the current collection; otherwise, false. + + + + + + + Gets the specified button's position in the current CustomHeaderButtonCollection. + + + + The object to locate. + + + The zero-based index of the button in the CustomHeaderButtonCollection. + + + + + + + Inserts a custom header button to the CustomHeaderButtonCollection at the specified index. + + + + An integer value that is an index at which the custom header button is inserted. + + + + A object that is the custom header button to be inserted. + + + + + + + + + Gets a button from the button collection at the specified position. + + + + The zero-based index of the button to return. + + + A object at the specified position in the current collection. + + + + + + + Returns the current object's text representation. + + + + A string value that specifies the text representation of the current object. + + + + + + + Gets the number of visible buttons in a button collection. + + + The number of visible buttons in a button collection. + + + + + + + + Specifies the response of a editor to an invalid value. + + + + + + + Invalid data is replaced with the value of the property. + + + + + + + + Invalid data is replaced with the current date. + + + + + + + + Invalid data is replaced with the previously validated date. + + + + + + + + + Contains values specifying the editor drawing detail level. + + + + + + + Specifies the full detail level of editor drawing. In this case editors display their buttons. + + + + + + + + Specifies the minimum detail level of editor drawing. In this case, editor's buttons are not displayed. + + + + + + + + + Lists values specifying comparison operators used when applying conditional styles. + + + + + + + + + The style is applied to cells (or corresponding rows) whose values fall into the range specified by the and properties. + + + + + + + + The style is applied to cells (or corresponding rows) whose values match the property value. + + + + + + + + + The style is applied to cells (or corresponding rows) if the evaluates to true. + + + + + + + + The style is applied to cells (or corresponding rows) whose values are greater than that specified by the property. + + + + + + + + The style is applied to cells (or corresponding rows) whose values are greater or equal to the property value. + + + + + + + + The style is applied to cells (or corresponding rows) whose values are less than that specified by the property. + + + + + + + + The style is applied to cells (or corresponding rows) whose values are less or equal to the property value. + + + + + + + + The style is not applied to any cell. + + + + + + + + The style is applied to cells (or corresponding rows) whose values fall outside of the range specified by the and properties. + + + + + + + + The style is applied to cells (or corresponding rows) whose values do not match the property value. + + + + + + + + + A single-line text editor. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + + Gets or sets the editor's background color. + + + The editor's background color. + + + + + + + This property isn't used. + + + + + + + + + + This property isn't used. + + + + + + + + + + Gets a value indicating whether the previous edit operation can be undone. + + + true if the previous edit operation can be undone; otherwise, false. + + + + + + + Copies the current selection to the clipboard. + + + + + + + + Moves the current selection in the text box to the clipboard. + + + + + + + + Clears text box selection. + + + + + + + + Gets the editor's class name. + + + The 'TextEdit' string + + + + + + + Gets whether the editor is active. + + + true if the editor is active; otherwise, false. + + + + + + + Returns a value indicating whether a particular key will be processed by the editor or passed to its container. + + + + A enumeration value which specifies the key to process. + + + true if the pressed key will be processed by the editor; otherwise, false. + + + + + + + This member supports the internal editors library infrastructure and is not intended to be used from your code. + + + true if a container needs to focus the editor; otherwise, false. + + + + + + + Gets the text box that provides text editing functionality. + + + A object that represents the editor's text box. + + + + + + + Replaces the current selection in the text box with the contents of the clipboard. + + + + + + + + Gets an object containing this editor's settings. + + + A object containing this editor's settings. + + + + + + + Resets selection and caret position in the editor. + + + + + + + + Scrolls the editor's content to the current caret position. + + + + + + + + Selects the specified number of characters in the text box starting from the point specified. + + + + An integer value specifying the selection's start point in the text box. + + + + An integer value specifying the number of characters to select in the text box. + + + + + + + + Selects all text within the text box. + + + + + + + + Gets or sets the selected text. + + + A string value representing the selected text. + + + + + + + Gets or sets the number of characters selected in the text box. + + + An integer value specifying the number of characters selected in the text box. + + + + + + + Gets or sets the starting point of text selected in the text box. + + + An integer value specifying the starting point of text selected in the text box. + + + + + + + Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. + + + + + + + + + Gets or sets a value indicating whether the user can focus this control using the TAB key. + + + true if the user can focus the editor using the TAB key; otherwise, false. + + + + + + + Gets or sets the text displayed in the edit box. + + + A value which specifies the editor's text. + + + + + + + Undoes the last edit operation in the text control. + + + + + + + + + An editor allowing you to edit numeric values using spin buttons. + + + + + + + Creates a new object with default settings. + + + + + + + + Gets the editor's class name. + + + The string value representing the editor's class name. + + + + + + + Gets or sets the editor's value. + + + An object representing the editor's value. + + + + + + + Gets an object containing properties, methods and events specific to the spin edit control. + + + A object containing spin editor settings. + + + + + + + Gets or sets the text displayed in the control's edit box. + + + A string value representing the text displayed in the control's edit box. + + + + + + + Gets or sets a spin editor's value. + + + A decimal value representing the editor's value. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + + A control that indicates the progress of a lengthy operation. + + + + + + + Creates a new object. + + + + + + + + Decreases the progress bar's position by a specified value. + + + + An integer value to be subtracted from the progress bar's position. + + + + + + + + Gets the editor's class name. + + + The string value representing the editor's class name. + + + + + + + Gets or sets the value representing the progress bar's current position. + + + An object value representing the progress bar's current position. + + + + + + + Increases the progress bar's current position by a specified value. + + + + An integer value to be added to the progress bar's current position. + + + + + + + + Changes the progress bar's position by the property value. + + + + + + + + Gets or sets progress bar position. + + + An integer value representing the progress bar's current position. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets an object containing properties, methods and events specific to progress bar controls. + + + A object containing progress bar settings. + + + + + + + Gets or sets whether the progress is reflected in the application button in the Windows Task Bar. + + + true if the progress is reflected in the application button in the Windows Task Bar; otherwise, false. + + + + + + + + An editor that displays images stored in a bitmap, metafile, icon, JPEG, GIF or PNG format. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Returns information on the context button elements located at the specified point. + + + + + A System.Drawing.Point structure which specifies the test point coordinates relative to the owner control's top-left corner. + + + A object which comprises information about the context button elements located at the test point. + + + + + + + Stops the asynchronous image load initiated by the method. + + + + + + + + Fires when a context button is clicked. + + + + + + + + Gets or sets a cursor displayed when a mouse pointer hovers over the PictureEdit at runtime. + + + A System.Windows.Forms.Cursor object displayed when a mouse pointer hovers over the PictureEdit at runtime. + + + + + + + Allows hints for context buttons displayed in the current PictureEdit to be customized. This event is only raised for objects. + + + + + + + + + Gets a value indicating whether the picture editor is focused. + + + true if the picture editor has focus; otherwise, false. + + + + + + + Gets the class name of the current editor. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets the editor's value. + + + An object that is the editor's value. + + + + + + + + Gets the full path to the image that has been loaded using the "Open File" dialog. + + + The full path to the image that has been loaded using the "Open File" dialog. + + + + + + + Gets the horizontal scroll position, in coordinates of the viewport. + + + The horizontal scroll position, in coordinates of the viewport. + + + + + + + Gets the horizontal scrollbar. + + + A object which represents the horizontal scrollbar. + + + + + + + Sets or gets the image displayed by the editor. + + + A object representing the image displayed by the picture editor. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Converts the source image coordinates to the viewport coordinates, taking into account the current zoom level and scroll position. + + + + The source image coordinates to be converted. + + + The viewport coordinates. + + + + + + + Loads the specified image, asynchronously. + + + + + The path for the image to display in the PictureEdit. + + + + + + + + Fires when an asynchronous image load operation is completed, been canceled, or raised an exception. + + + + + + + + Invokes the "Open File" dialog for the editor, allowing an end-user to load an image file. + + + + + + + + Gets whether an asynchronous image load is in progress. + + + true if an asynchronous image load is in progress; otherwise, false. + + + + + + + Gets whether an asynchronous image load is in progress. + + + true, if an asynchronous image load is in progress; otherwise, false. + + + + + + + Fires when the context menu is about to be displayed. + + + + + + + + Gets an object containing properties and methods specific to the picture editor. + + + A object instance containing settings for the control. + + + + + + + Starts animation of an animated GIF file being displayed in the editor. + + + + + + + + Stops animation of an animated GIF file being displayed in the editor. + + + + + + + + Gets or sets a value indicating whether the user can tab to the picture editor. + + + true if the user can focus the picture editor using the TAB key; otherwise, false. + + + + + + + Gets a string value identifying the editor's contents (a representation of the property's value). + + + A value identifying the editor's contents. + + + + + + + Updates the position of the editor's scroll bars, taking into account relevant properties. + + + + + + + + Gets the vertical scroll position, in coordinates of the viewport. + + + The vertical scroll position, in coordinates of the viewport. + + + + + + + Converts the viewport coordinates to the source image coordinates, taking into account the current zoom level and scroll position. + + + + The viewport coordinates to be converted. + + + The source image coordinates. + + + + + + + Gets the vertical scrollbar. + + + A object which represents the vertical scrollbar. + + + + + + + Fires when the property is changed. + + + + + + + + + Represents an image combo box editor. + + + + + + + + Creates an image combo box editor. + + + + + + + + + An editor that allows you to edit multi-line text in the popup window. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets the class name of the current editor. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets the text lines to be displayed in the dropdown window of an extended memo edit control. + + + An array of lines containing the text of a memo editor. + + + + + + + Gets an object containing settings specific to the extended memo editor. + + + A object instance containing settings for the extended memo editor. + + + + + + + + Allows you to display and edit multi-line text. + + + + + + + Initializes a new control instance with default settings. + + + + + + + + Calculates the control height, in pixels, sufficient to display all lines of the text without the need to scroll it vertically. + + + An integer value that specifies the control height, in pixels, sufficient to display all text lines. + + + + + + + Gets the class name of the current editor. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets the lines of text within a memo edit control. + + + An array of strings containing the text of a memo editor. + + + + + + + Gets an object containing properties and methods specific to a memo editor. + + + A object instance containing settings for the control. + + + + + + + Gets or sets whether the control uses an optimized rendering mechanism. + + + true, if the control uses an optimized rendering mechanism; otherwise, false. + + + + + + + + An editor that displays images in its popup window. + + + + + + + Initializes a new control instance with default settings. + + + + + + + + Closes the popup window. + + + + + + + + Gets the class name of the current editor. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets an object representing an image stored by the image editor. + + + + A value representing an image stored by the image editor. + + + + + + + Sets or gets the image displayed by the editor. + + + A object representing the image displayed by the editor. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets an object containing settings specific to the image editor. + + + A object instance containing settings for the control. + + + + + + + Gets a value representing the display representation of the editor's property. + + + A value standing for the display representation of the editor's edited value. + + + + + + + + An editor that allows you to edit date/time values using a dropdown calendar. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Occurs when drawing day cells in the dropdown calendar. + + + + + + + + Gets or sets the date/time value edited within the control. + + + A object representing selected date/time value. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Allows specific dates or date ranges to be disabled in the editor's drop-down to prevent them from being selected by an end-user. + + + + + + + + Provides the ability to custom paint day cells in the dropdown calendar. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + + + + + + + + + Gets settings specific to the date editor. + + + The object containing settings specific to the date editor. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the text displayed within the edit box. + + + The text displayed in the edit box. + + + + + + + + Represents a combo box editor which enables editing values by selecting items from the dropdown list. + + + + + + + Creates and initializes a new combo box editor. + + + + + + + + + An editor that allows you to select a color from the dropdown window. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets the currently selected color. + + + A structure representing the currently selected color. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Gets or sets the selected color. + + + An object representing the currently selected color. + + + + + + + Gets settings specific to the color editor. + + + The object storing settings specific to the current editor. + + + + + + + Gets the text displayed in the edit box. + + + The text displayed in the edit box. + + + + + + + + Allows an end-user to select between two (checked and unchecked) or three (checked, unchecked and indeterminate) states. Multiple CheckEdit controls can be combined into a logical radio-group. + + + + + + + Initializes a new control instance with default settings. + + + + + + + + Gets or sets a value indicating whether a check editor is checked. + + + true if a check editor is checked; otherwise, false. + + + + + + + Occurs when the property value has been changed. + + + + + + + + Gets or sets the state of the check editor. + + + A enumeration value representing the check editor's state. + + + + + + + Occurs after the property value was changed. + + + + + + + + Gets the editor's class name. + + + A object identifying the class name of the current editor. + + + + + + + Gets or sets the check edit control's edited value. + + + An value representing the editor's edited value. + + + + + + + Gets an object containing properties, methods and events specific to a check editor. + + + A object instance containing settings for the control. + + + + + + + Enables you to provide a custom conversion of the property value to the appropriate check state. + + + + + + + + Enables you to provide custom conversion of the current check state to the appropriate property value . + + + + + + + + Changes the state of a check editor. + + + + + + + + + Allows you to edit numeric values using a dropdown calculator. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Validates the editor. + + + + A enumeration value that specifies how a dropdown editor's popup window was closed. + + + true if the editor's value is valid; otherwise, false. + + + + + + + Gets the current editor's class name. + + + The string identifying the class name of the current editor. + + + + + + + Gets or sets the editor's value. + + + An object representing the editor's value. + + + + + + + Gets a object containing properties specific to the editor. + + + The object containing properties specific to the calc editor. + + + + + + + Gets or sets the text displayed in the edit box. + + + The string displayed in the edit box. + + + + + + + Gets or sets the editor's decimal value. + + + The editor's decimal value. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + + A text editor that allows you to display buttons in the edit box. + + + + + + + + + Initializes a new ButtonEdit control instance. + + + + + + + + Occurs when a button editor's button is clicked. + + + + + + + + Occurs when pressing an editor button. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + Gets a value indicating whether a container needs to set focus to the editor when it works as an inplace control. + + + true, if a container needs to set focus to the editor; otherwise, false. + + + + + + + Simulates the Click event for the specified button. + + + + An object to be clicked. + + + + + + + + Gets an object containing properties, methods and events specific to the control. + + + A object containing settings for the control. + + + + + + + + Serves as the base for all editors that can be used for inplace (such as within the XtraGrid) editing. + + + + + + + Creates an instance of the class. + + + + + + + + Displays the XtraEditors library's about box. + + + + + + + + Gets or sets the default action description of the editor for use by accessibility client applications. + + + A string which specifies the default action description of the editor for use by accessibility client applications. + + + + + + + Gets or sets the description of the editor used by accessibility client applications. + + + A string which specifies the editor's description used by accessibility client applications. + + + + + + + Gets or sets the editor's name which is used by accessibility client applications. + + + + A string which specifies the name of the editor used by accessibility client applications. + + + + + + + Gets or sets the editor's accessible role. + + + An enumeration value which represents a role for the editor. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + A System.Windows.Forms.Control object representing the control containing the current editor. + + + + A System.Drawing.Point object representing the coordinates of a mouse click. + + + true, a mouse click is allowed; otherwise, false. + + + + + + + + Gets or sets the background color of an enabled editor. + + + A object specifying the editor's background color when it is not disabled. + + + + + + + This event is not supported by the BaseEdit class. + + + + + + + + Gets the BindingManagerBase object. + + + A BindingManagerBase object managing all binding controls that are bound to the same data source and data member. null (Nothing in Visual Basic) if no data source is bound. + + + + + + + Gets or sets the editor's border style. + + + A enumeration value specifying the editor's border style. + + + + + + + Calculates the minumum height of the editor. + + + The minimum height of the editor, in pixels. + + + + + + + For internal use. + + + + + + + + + + Gets or sets the context menu for the editor. + + + A System.Windows.Forms.ContextMenu object representing the context menu for the editor. + + + + + + + Gets or sets a associated with the current control + + + A object that represents a shortcut menu associated with the current control. + + + + + + + Enables custom display text to be provided for an editor. + + + + + + + + Gets or sets the default error icon. + + + A object representing the default error icon. + + + + + + + Specifies the default position where an error icon is displayed within editors. By default, this field returns the ErrorIconAlignment.MiddleLeft value. See to learn more. + + + + + + + + + Clears selection within the editor. + + + + + + + + Performs editor value validation. + + + true if the editor value has been validated; otherwise, false. + + + + + + + Validates the editor. + + + + A enumeration value that specifies how a dropdown editor's popup window was closed. + + + true if the editor's value is valid; otherwise, false. + + + + + + + Tests whether the editor or its popup window has focus. + + + true if the editor or its popup window has focus; otherwise false. + + + + + + + Gets the editor's class name. + + + A string value identifying the editor's class name. + + + + + + + Gets or sets the editor's value. + + + An object representing the editor's value. + + + + + + + Fires immediately after the edit value has been changed. + + + + + + + + Fires when the editor's value is about to be changed. + + + + + + + + Gets or sets whether focus is moved to the next control (according to the tab order) when an end-user presses ENTER. + + + true if focus is moved to the next control (according to the tab order) when an end-user presses ENTER; otherwise, false. + + + + + + + Gets or sets the error icon displayed within the editor, when an error is associated with the editor. + + + + A object representing the error icon. + + + + + + + Gets or sets the alignment of the error icon displayed within the editor, when an error is associated with the editor. + + + + The value that specifies the error icon's alignment. + + + + + + + Gets or sets the error description for the editor. + + + A string value specifying the error description for the editor. + + + + + + + Gets or sets the font used to display editor contents. + + + A object specifying the font used to display editor contents. + + + + + + + This event is not supported by the BaseEdit class. + + + + + + + + Gets or sets the editor content's foreground color. + + + A structure specifying the editor content's foreground color. + + + + + + + This event is not supported by the BaseEdit class. + + + + + + + + Enables you to format the editor's value (change the editor's value when the formatting mechanism is invoked). + + + + + + + + Retrieves the size of a rectangular area into which the control can be fitted. + + + + The custom-sized area for the control. + + + A value. + + + + + + + Gets or sets the inplace type of an editor. + + + A enumeration member specifying the editor inplace type. + + + + + + + Enables an appropriate response to be provided when invalid values are entered. + + + + + + + + Gets whether the editor is active. + + + true if the editor is active; otherwise, false. + + + + + + + Gets a value indicating whether the editor is being loaded. + + + true if the editor is being loaded; otherwise, false. + + + + + + + Gets or sets whether the editor's value has been modified since the editor last received focus or since it was last validated. + + + true if the editor's value has been modified; otherwise, false. + + + + + + + Returns a value indicating whether a particular key will be processed by the editor or passed to its container. + + + + A object specifying the key to process. + + + true if the pressed key will be processed by the editor; otherwise, false. + + + + + + + This member supports the internal editors library infrastructure and is not intended to be used from your code. + + + true if a container control needs to focus the editor; otherwise, false. + + + + + + + Gets whether the specified value is the "Non-loaded Value". This property is in effect when asynchronous data binding is used. + + + + A value to be tested. + + + true if the specified value is the "Non-loaded Value"; otherwise, false. + + + + + + + Gets an object containing the editor's look and feel settings. + + + A object containing the editor's look and feel settings. + + + + + + + Gets or sets an object that controls the look and feel of the popup menus. + + + An object that controls the look and feel of the popup menus. + + + + + + + + Fires when the user starts to modify the edit value. + + + + + + + + Gets or sets the last successfully validated value. + + + + An object representing the last value that was successfully validated. + + + + + + + + This property is not supported by the BaseEdit class. + + + A Padding value. + + + + + + + Converts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets an object containing properties, methods and events specific to the editors. + + + A object containing settings relating to all editors. + + + + + + + Fires immediately after any editor's property value has changed. + + + + + + + + Fires when the help is provided to accessibility applications. + + + + + + + + Provides ability to specify whether the key pressed in the editor is processed by the editor or a container control (, , etc.) that displays this editor. + + + + + + + + Gets or sets whether the editor's value cannot be changed by end-users. + + + true, if end-users cannot modify the editor's value; otherwise, false. + + + + + + + + Resets the editor's selection and cursor position. + + + + + + + + Resets the property back to its default value. + + + + + + + + Resets the property back to its default value. + + + + + + + + Selects the editor's entire content. + + + + + + + + Raises the KeyDown event. + + + + A object providing data for the event. + + + + + + + + Sends the specified message to the active editor. + + + + A to be sent. + + + + A KeyPressEventArgs object that will be passed to the editor's KeyPress event. + + + + + + + + Raises the KeyUp event. + + + + A object providing data for the event. + + + + + + + + Raises the event. + + + + A structure specifying the mouse pointer coordinates. + + + + A bitwise combination of enumeration values specifying the pressed mouse buttons. + + + + + + + + Raises the event. + + + + A object providing data for the event. + + + + + + + + Raises the event. + + + + A structure that specifies the mouse pointer coordinates. + + + + A enumeration value that specifies which mouse button was pressed. + + + + + + + + This method is used internally when using editors inplace and is not intended to be called in your code. + + + An object supporting the IPopupServiceControl interface. + + + + + + + This method supports the internal .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal .NET Framework infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + Gets or sets whether an end-user can focus this control using the TAB key. + + + + true if an end-user can focus the control using the TAB key; otherwise, false. + + + + + + + + Gets or sets the text displayed by the editor. + + + A string value representing the text displayed by the editor. + + + + + + + + Represents a repository item which contains settings specific to editors. + + + + + + + Creates a new object with default settings. + + + + + + + + Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. + + + true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. + + + + + + + Gets or sets whether end-users can set the editor's value to a null reference. + + + + A value that specifies if end-users can set the editor's value to a null reference. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Occurs before the editor's context menu is displayed. + + + + + + + + Gets or sets the character casing applied to the editor's content. + + + A enumeration value specifying the character casing applied. + + + + + + + Gets or sets a custom image displayed at the editor's edge, specified by the property. + + + A custom image displayed at the editor's edge. + + + + + + + Gets or sets the alignment of an image displayed by this editor. + + + A enumerator value that specifies the alignment of an image displayed by this editor. + + + + + + + Gets the corresponding editor's type name. + + + The 'TextEdit' string always. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets whether the selection is hidden when moving focus to another control. + + + true if the selection in the editor is hidden when moving focus to another control; otherwise, false. + + + + + + + Provides access to the editor's mask settings. + + + A object which provides the editor's mask settings. + + + + + + + Gets or sets the amount of space around the text box embedded in the . + + + A System.Windows.Forms.Padding structure that specifies the amount of space around the editor's text box. + + + + + + + Provides access to the object containing the editor's mask settings. + + + A object providing mask settings for the editor. + + + + + + + Gets or sets the maximum number of characters an end-user can enter into the editor. + + + A positive integer specifying the maximum number of characters end-users can enter. 0 to disable the text length limit. + + + + + + + Gets or sets the maximum number of characters in the automatically generated tooltip displayed for an in-place editor. + + + The maximum length of the automatically generated tooltip for an in-place editor. The default is 500. + + + + + + + Gets or sets the text displayed grayed, and its edit value is null or an empty string. +This property is in effect for standalone editors, and is not in effect for in-place editors. + + + + A string that specifies the text displayed grayed out when the edit value is not set to a valid value. + + + + + + + Gets or sets whether the text specified by the property is displayed when the editor contains an empty string. + + + true if the text specified by the property is displayed when the editor contains an empty string; otherwise, false. + + + + + + + Gets an editor which owns the current repository item. + + + A control that owns the current repository item. + + + + + + + Gets or sets the password character displayed instead of actual characters. + + + A character displayed instead of actual characters. + + + + + + + Gets an object providing properties specific to the text edit control. + + + The object providing settings common to the current edit control. + + + + + + + Gets or sets whether to display the when the current editor is focused. + + + true, if the is displayed when the editor is focused; otherwise, false. + + + + + + + Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. + + + + + + + + + Gets or sets whether the is grayed out in the read only mode. + + + true, if the is grayed out in read only mode; otherwise, false. + + + + + + + Gets or sets whether password mode is active and the system password character is used to mask the editor's text. + + + true if password mode is active and the system password character is used to mask the editor's text; otherwise, false. + + + + + + + Gets or sets whether to invoke the event when pressing the ENTER key. + + + true if the event is raised when the ENTER key is pressed; otherwise, false. + + + + + + + Gets or sets the native Excel format string used to format the editor's value when exporting to XLSX. This property is in effect in WYSIWYG export mode. + + + A string value, representing the XLSX format string. + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Creates a new object. + + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets the default horizontal alignment of the editor contents when the editor works inplace within a container control. + + + A enumeration member specifying the default horizontal alignment of the editor's contents. + + + + + + + Gets or sets an edit mask. + + + A string which specifies a mask expression. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A string value representing the class name of a corresponding editor. + + + + + + + Gets or sets a value by which the editor's value changes each time the keyboard UP or DOWN key is pressed or the spin button is clicked. + + + A decimal value to be incremented to the editor's value when a user clicks a spin button or presses the keyboard UP or DOWN key. + + + + + + + Gets or sets whether the editor's value is of the Decimal or Integer type. + + + true if the editor's value is of the Decimal type; false if the editor's value is of the Integer type. + + + + + + + Gets or sets the editor's maximum value. + + + A decimal value representing the editor's maximum value. + + + + + + + Gets or sets the editor's minimum value. + + + A decimal value representing the editor's minimum value. + + + + + + + Gets an object providing properties specific to the spin editor. + + + A object providing settings specific to the spin editor. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Creates a new object. + + + + + + + + Gets a value which indicates whether the appearance settings used to paint the progress bar when it's focused can be used. + + + false always. + + + + + + + Gets the appearance settings used to paint the editor when it's enabled. + + + An object that provides the appearance setting used to paint the editor when it's enabled. + + + + + + + Gets the appearance settings used to paint the editor when it's disabled. + + + + An object that provides the appearance setting used to paint the editor when it's disabled. + + + + + + + Gets the appearance settings used to paint the current editor when it's focused. + + + A DevExpress.Utils.AppearanceObject object which provides the appearance setting used to paint the editor when it's focused. + + + + + + + Gets the appearance settings used to paint the read-only editor. + + + A DevExpress.Utils.AppearanceObject object which provides the appearance settings used to paint the read-only editor. + + + + + + + Copies settings of the specified repository item. + + + + A object representing the source of the operation. + + + + + + + + Gets the default horizontal alignment of the editor's content. + + + A enumeration value specifying the editor content's default horizontal alignment. + + + + + + + Gets the class name of the control corresponding to the current repository item. + + + A string value representing the class name of a corresponding editor. + + + + + + + Gets or sets the delay, in milliseconds, between flashes in the flow animation. + + + An integer value that specifies the delay, in milliseconds, between flashes in the flow animation. + + + + + + + + Gets or sets whether the progress indicator is displayed using flow animation. + + + + true, if the progress indication is displayed using flow animation; otherwise, false. + + + + + + + Gets or sets the speed of the flash movement in flow animation. + + + + An integer value that specifies the speed of the flash movement in flow animation. + + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets the control's maximum value. + + + An integer value representing the maximum value. + + + + + + + Gets or sets the control's minimum value. + + + An integer value representing the minimum value. + + + + + + + Gets or sets a value specifying how the text representing the progress bar's current position is displayed. + + + true if the control's value is displayed as a percentage; false if displayed as an integer. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets an object providing properties specific to the ProgressBarControl. + + + A object providing settings specific to the progress bar. + + + + + + + Gets or sets a value by which a call to the method increases the control's current position. + + + An integer value by which the progress bar's position changes. + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets whether to dispose of the control's image when the control is disposed of. + + + true to dispose of the current image when the control is disposed of; otherwise, false. + + + + + + + Gets or sets a value specifying whether a focus rectangle is displayed within the focused picture editor. + + + true if a focus rectangle is displayed in the focused picture editor; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether it is allowed to scroll pictures using the mouse wheel. + + + A enumeration value that specifies whether it is allowed to scroll pictures using the mouse wheel. + + + + + + + Gets or sets whether an image can be scrolled by dragging it with the mouse. This feature is in effect when scroll bars are enabled via the property. + + + true if an image can be scrolled by dragging it with the mouse; otherwise, false. + + + + + + + Gets or sets whether it is allowed to zoom pictures using the mouse wheel. + + + A enumeration value that specifies whether it is allowed to zoom pictures using the mouse wheel. + + + + + + + Copies the settings of a specific repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets a value indicating whether the auto height feature is enabled. + + + false always. + + + + + + + Gets or sets the caption displayed in the control and settings used to paint the caption. + + + A PictureEditCaption object that specifies the caption itself and settings used to paint it in the control. + + + + + + + Fires when a context button is clicked. + + + + + + + + Provides access to the settings applied to the context buttons displayed in the control, and panels containing these buttons. + + + A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the control, and panels containing these buttons. + + + + + + + + Provides access to the collection of context buttons displayed in the control. + + + A ContextItemCollection object that represents the collection of context buttons displayed in the control. + + + + + + + Fires when the , or property value changes. + + + + + + + + Allows hints for the objects displayed in the to be customized. + + + + + + + + Gets or sets the height of the picture editor when it works as an inplace control. + + + An integer value specifying the height in pixels of an inplace picture editor. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Gets or sets whether the LOD (Level-of-detail) algorithm is used to optimize the display of large images. + + + true, if the LOD (Level-of-detail) algorithm is used to optimize the display of large images; otherwise, false. + + + + + + + Gets or sets an image displayed when an error occurs during an asynchronous image load. + + + The image displayed when an error occurs during an asynchronous image load. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Returns how the picture is aligned in the control. + + + An enumeration value that specifies how the picture is aligned in the control. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets or sets an image displayed during an asynchronous image load. + + + An image displayed during an asynchronous image load. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires when an asynchronous image load operation is completed, been canceled, or raised an exception. + + + + + + + + Gets or sets the amount of space, in pixels, between the control's borders and its content. + + + A object that contains inner indents between the control's borders and its content. + + + + + + + Gets or sets the alignment of the image within the picture editor. + + + A enumeration value specifying the image alignment. + + + + + + + Gets or sets how an image is scaled. + + + A value that specifies how an image is scaled. + + + + + + + Gets or sets how the editor stores the image pasted via the editor's context menu. + + + A value representing how an image loaded via the editor's context menu is stored in the edit value. + + + + + + + Fires when the context menu is about to be displayed. + + + + + + + + Gets an object providing properties specific to a picture edit control. + + + A object instance providing settings common to a picture edit control. + + + + + + + Gets or sets whether the context menu contains a command that allows taking a picture from a webcam. + + + + A enumeration value that specifies whether the context menu contains a command that allows taking a picture from a webcam. + + + + + + + + Gets or sets a value indicating whether the context menu is displayed when the picture editor is right-clicked. + + + true, if the context menu is displayed when the editor is right-clicked; otherwise, false. + + + + + + + Gets or sets whether scroll bars that allow an end-user to scroll the image are enabled. + + + + true if scroll bars that allow an end-user to scroll the image are enabled; otherwise, false. + + + + + + + + Gets or sets whether the picture editor's context menu contains zoom-related commands. + + + A value that specifies if the picture editor's context menu contains zoom-related commands. + + + + + + + Gets or sets a value specifying how the image is displayed within the picture editor. + + + A enumeration value specifying the size mode of the displayed image. + + + + + + + Gets or sets whether the is painted grayed out when it's in the disabled state. + + + true, if the control is painted grayed out when it's in the disabled state; otherwise, false + + + + + + + Gets or sets whether the CTRL modifier key should be pressed to zoom pictures with the mouse wheel. + + + A ZoomingOperationMode enumeration value that specifies how zooming can be performed using the mouse wheel. + + + + + + + Gets or sets the zoom percentage of the displayed image. + + + + An integer value that specifies the zoom percentage of the displayed image. The default is 100. + + + + + + + + Fires when the property is changed. + + + + + + + + + Represents a repository item which provides settings specific to an image combo box control. + + + + + + + Creates a repository item for an image combo box editor. + + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets a value specifying whether a user can insert return characters into text. + + + true if return characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, false. + + + + + + + Gets or sets a value specifying whether a user can insert tab characters into the editor's text. + + + true if tab characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, false. + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets an object providing properties specific to an extended memo edit control. + + + A object instance. + + + + + + + Gets or sets a value indicating which scrollbars are displayed within the editor's dropdown window. + + + A enumeration value indicating whether 0, 1 or 2 are displayed within the dropdown window. + + + + + + + Gets or sets a value specifying whether the text is automatically wrapped at the right margin of the editor's dropdown window. + + + true if an editor always wraps text at the right margin. + + + + + + + + Represents a class which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets a value specifying whether return characters can be inserted into text. + + + + true if return characters are accepted and processed by a memo editor; otherwise, false. + + + + + + + + Gets or sets a value specifying whether a user can insert tab characters into text. + + + true if users can enter tabs in a memo editor using the TAB key; false if pressing the TAB key moves focus to another control. + + + + + + + Copies the settings of a repository item. + + + + A object representing the source object. + + + + + + + + Gets a value indicating whether the autoheight feature is enabled. + + + Always false . + + + + + + + Gets the class name of the edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Gets or sets the number of lines to be displayed in a memo editor when it acts as an in-place control. + + + An integer value specifying the number of lines displayed by an in-place memo editor. + + + + + + + Provides access to the editor's mask settings. + + + A object which contains the editor's mask settings. + + + + + + + + This property isn't used. + + + + + + + + + + Gets an object providing properties specific to a memo edit control. + + + A object instance providing settings common to a memo edit control. + + + + + + + Gets or sets a value indicating which scrollbars are displayed. + + + A enumeration value indicating whether 0, 1 or 2 are displayed. + + + + + + + This property is not supported by the RepositoryItemMemoEdit class. + + + + + + + + + + Gets or sets a value specifying whether text is automatically wrapped at an editor's right margin. + + + + true if an editor always wraps text at the right margin, false if it displays a separate line only following a carriage return character. + + + + + + + + Represents a repository item which stores settings specific to an control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Copies settings of the specified repository item to the current one. + + + + A object representing the source of the operation. + + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets or sets the alignment of the image within the image editor. + + + A enumeration value which specifies the image's alignment. + + + + + + + + Gets or sets how the editor stores the image pasted via the editor's context menu. + + + A value representing how an image loaded via the editor's context menu is stored in the edit value. + + + + + + + Gets an object providing properties specific to an image edit control. + + + A object instance. + + + + + + + Gets or sets a value indicating whether the context menu is displayed when the dropdown window is right-clicked. + + + true if the context menu is displayed when the dropdown window is right-clicked. + + + + + + + Gets or sets a value specifying how the image is displayed within the image editor. + + + A enumeration value. + + + + + + + + A repository item storing settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets whether animation effects are applied when switching between calendar views. + + + true, if calendar views are switched using animation effects; otherwise, false. + + + + + + + Gets or sets whether it is possible to select the extra days that are displayed in the current month calendar, but belong to the previous or next month. + + + true, if t is possible to select the extra days that belong to the previous or next month; otherwise, false. + + + + + + + Contains appearance settings used to paint the calendar's elements and date cells in various states. + + + The calendar appearance settings. + + + + + + + Provides access to the appearance settings used to paint the disabled dates in the editor's drop-down. + + + An AppearanceObject that specifies appearance settings used to paint the disabled dates in the editor's drop-down. + + + + + + + Gets the appearance settings used to paint the header panel in the dropdown calendar. + + + A object which provides the appearance settings used to paint the header panel in the dropdown calendar. + + + + + + + Gets the appearance settings used to paint the highlighted header panel in the dropdown calendar. + + + A object, that contains the appearance settings used to paint the header panel's text under the mouse pointer. + + + + + + + + Gets the appearance settings used to paint the text within the dropdown calendar. + + + A object that contains the appearance settings used to paint the text under the mouse pointer, within the editor's dropdown. + + + + + + + + Provides appearance settings used to paint week numbers. + + + An object that contains the corresponding appearance settings. + + + + + + + Copies source repository item properties to the current object. + + + + The source repository item object. + + + + + + + + + + + + + + + + Gets or sets whether an end-user can edit the time portion of a date value via the dropdown calendar. + + + + A value that specifies whether an end-user can edit the time portion of a date value via the dropdown calendar. + + + + + + + + Contains settings related to time editing within the DateEdit control's dropdown calendar. + + + An object that contains settings related to time editing within the DateEdit control's dropdown calendar. + + + + + + + Gets or sets the appearance of the DateEdit control's dropdown calendar. + + + A value that specifies how a date value is edited via the control's dropdown window. + + + + + + + + + + + + + + + Gets or sets the ICalendarCellStyleProvider object that allows you to customize the appearance of certain dates. + + + The object that allows you to customize the appearance of certain dates. + + + + + + + Gets or sets the number of months displayed horizontally in the dropdown calendar. + + + The number of months displayed horizontally. + + + + + + + Occurs when drawing day cells in the dropdown calendar. + + + + + + + + Allows week numbers to be customized. + + + + + + + + + Specifies how a responds to an attempt to enter an invalid date value. + + + + A value specifying how to respond to an invalid date value. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Allows specific dates or date ranges to be disabled in the editor's drop-down to prevent them from being selected by an end-user. + + + + + + + + Allows you assign an ICalendarDisabledDateProvider object that can disable certain dates to prevent them from being selected by an end-user. + + + + + + + + + Gets the format settings applied to the editor when it is not focused. + + + A object containing format settings. + + + + + + + Gets or sets whether to draw lines between calendar cells. + + + true, if lines between calendar cells are visible; otherwise, false. + + + + + + + Provides the ability to custom paint day cells in the dropdown calendar. + + + + + + + + Provides access to the settings used to format the edit value when the editor has input focus. + + + A object containing format settings. + + + + + + + Gets or sets an edit mask. + + + A string specifying a mask expression. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + + + + + + + + + Gets or sets whether Saturdays and Sundays are highlighted. + + + true to highlight Saturdays and Sundays; otherwise, false. + + + + + + + Gets or sets whether today's date is highlighted in the editor's drop-down. + + + + A DefaultBoolean enumeration value that specifies whether today's date is highlighted in the editor's drop-down. + + + + + + + + + + + + + + + + Gets or sets the editor's maximum value. + + + A structure which represents the maximum allowed date. + + + + + + + Gets or sets the editor's minimum value. + + + A structure which represents the minimum allowed date. + + + + + + + Gets or sets a value representing the null date. + + + A value representing the null date. + + + + + + + + Gets or sets the date and time automatically selected in the editor's drop-down if the edit value is set to null. + + + A DateTime object that specifies the date and time automatically selected in the editor's drop-down if the edit value is set to null (Nothing in VB.NET). + + + + + + + This property is not supported by the RepositoryItemDateEdit class. + + + The Size.Empty value. + + + + + + + This property is not supported by the RepositoryItemDateEdit class. + + + The Size.Empty value. + + + + + + + Gets an object providing properties specific to the button edit control. + + + The object. + + + + + + + Gets or sets the number of months displayed vertically in the dropdown calendar. + + + The number of months displayed vertically. + + + + + + + + + + + + + + + Gets or sets a value indicating whether the dropdown calendar contains a Clear button. + + + true, if the dropdown calendar contains a Clear button; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + Gets or sets whether the OK button is displayed. + + + A enumeration value that specifies whether the OK button is displayed. + + + + + + + Gets or sets whether to display the Today button in the dropdown calendar. + + + + true, if the Today button is visible; otherwise,false. + + + + + + + Gets or sets whether to display week numbers in the dropdown window. + + + true, if the dropdown window displays week numbers; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fires when the Today button is clicked. + + + + + + + + Gets or sets the date that is regarded as Today's date. + + + The date that is regarded as Today's date. + + + + + + + Gets or sets the step by which minutes increment in the touch-aware calendar. The value of 60 must be multiple of TouchUIMinuteIncrement. + + + The number by which minutes increment in the touch-aware calendar. + + + + + + + Gets or sets the step by which seconds increment in the touch-aware calendar. The value of 60 must be multiple of TouchUISecondIncrement. + + + The number by which seconds increment in the touch-aware calendar. + + + + + + + Gets or sets the initial date grouping View that is enabled when a date editor opens. + + + + A VistaCalendarInitialViewStyle enumeration value that specifies the initial date grouping View that is enabled when a date editor opens. + + + + + + + + Gets or sets which date grouping Views are available in Vista display mode. + + + A value that specifies which date grouping Views are available in Vista display mode. + + + + + + + Gets or sets whether the editor's dropdown calendar looks and functions like the Date Editor in Windows Vista. + + + A value that specifies whether the editor's dropdown calendar looks and functions like the Date Editor in Windows Vista. + + + + + + + Gets or sets whether the DateEdit control's dropdown calendar contains a time editor for editing the time portion of the date-time value. + + + A value that specifies whether the dropdown calendar contains a time editor. + + + + + + + Contains settings that control the appearance and behavior of the time editor embedded into the DateEdit control's dropdown calendar. + + + A object that contains appearance and behavior settings of the time editor embedded into the DateEdit control's dropdown calendar. + + + + + + + Gets or sets the length of days of the week abbreviations. + + + The length of days of the week abbreviations. + + + + + + + Gets or sets a rule which determines the first week of the year. + + + A enumeration value which determines the first week of the year. + + + + + + + + Represents a repository item which stores settings specific to controls. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Gets or sets a value that specifies whether the auto completion feature is enabled. + + + true if the auto completion is enabled; otherwise, false. + + + + + + + Gets or sets a value indicating whether the auto completion feature is case sensitive. + + + true if the auto completion feature is case sensitive, otherwise false. + + + + + + + Provides access to the settings applied to the context buttons displayed by the editor items. + + + A object that comprises settings applied to the context buttons displayed by the editor items. + + + + + + + Provides access to the collection of context buttons displayed by editor items. + + + A ContextItemCollection object that represents the collection of context buttons. + + + + + + + Enables custom display text to be provided for editor items. + + + + + + + + Gets a value indicating whether the end-user can navigate through dropdown values by double clicking the edit box. + + + true if double-clicking the edit box cycles through combo box items; otherwise, false. + + + + + + + Provides the ability to custom paint the items displayed within the combo box editor's drop down. + + + + + + + + Occurs when drawing an item in the dropdown list. + + + + + + + + Gets or sets the height of an item in the dropdown list. + + + The height of an item in the dropdown window, in pixels. + + + + + + + Gets or sets the number of items simultaneously displayed in the dropdown window. + + + The number of visible items in the dropdown window. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Specifies how selected and hot-tracked items are highlighted within the control's popup window. + + + A value that specifies how selected and hot-tracked items are highlighted. + + + + + + + Gets or sets, if the items from the dropdown menu can be hot tracked. + + + true if the Hot Track feature is enabled; otherwise, false. + + + + + + + Gets or sets whether the items in the dropdown are hot-tracked when the mouse pointer moves over them. + + + true if the items in the dropdown are hot-tracked; otherwise, false. + + + + + + + Gets the collection of items displayed by the current combo box editor. + + + The collection of items displayed by the editor. + + + + + + + Allows you to change the height of specific items in the dropdown window. + + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Gets an object providing properties specific to the combo box editor. + + + The object providing settings specific to the combo box editor. + + + + + + + Occurs on changing the index of the selected value in the combo box editor. + + + + + + + + Occurs after changing the index of the selected value in the combo box editor. + + + + + + + + Gets or sets whether tooltips are displayed for items whose text is trimmed. + + + A value that specifies whether tooltips are displayed for items whose text is trimmed. + + + + + + + Gets or sets whether the items are sorted. + + + true to sort items; otherwise, false. + + + + + + + Gets or sets a value indicating whether the Ctrl key must be pressed when scrolling combo box items. + + + true if scrolling items requires the Ctrl key to be pressed; otherwise, false. + + + + + + + + Contains settings specific to a editor. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Specifies the alignment of the preview color box within the control's edit region. + + + A value specifying the alignment of the preview color box within the control's edit region. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + Gets or sets the value indicating the type of display text describing the selected color. + + + The type of display text to represent the selected color. + + + + + + + Gets or sets an array of user-defined colors to display in the Custom panel of the dropdown window. + + + An array of user-defined colors to display in the Custom panel. + + + + + + + Gets the default alignment of the editor contents when the editor is inplace within a container control. + + + The value. + + + + + + + Gets the class name of an edit control corresponding to the current repository item. + + + A string identifying the editor's class name. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Specifies how selected items are highlighted within the control's popup window. + + + A value that specifies how selected items are highlighted. + + + + + + + This property is not supported by the RepositoryItemColorEdit class. + + + The Size.Empty value. + + + + + + + This property is not supported by the RepositoryItemColorEdit class. + + + The Size.Empty value. + + + + + + + Gets an object containing settings specific to the control. + + + The object containing settings for the current control. + + + + + + + Gets or sets whether the standard color dialog is displayed when an end-user right-clicks on a custom color box within the dropdown window. + + + true if the color dialog should be displayed when right-clicking on a custom color box; otherwise, false. + + + + + + + Gets or sets whether the Custom tabbed page is visible. + + + true if the Custom tabbed page is visible; otherwise, false. + + + + + + + Gets or sets whether the System tabbed page is visible. + + + true if the System tabbed page is visible; otherwise, false. + + + + + + + Gets or sets whether the Web tabbed page is visible. + + + true if the Web tabbed page is visible; otherwise, false. + + + + + + + Gets or sets a value specifying the type of value returned by the property. + + + true if stores the selected color as an integer; false if stores it as a System.Drawing.Color structure. + + + + + + + Gets or sets the style in which text is displayed in the control's edit box. + + + The value determining the editing style. + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets a value specifying whether a check editor should support three check states rather than two. + + + + + true if the is able to display three check states; otherwise, false. + + + + + + + Copies the settings of a specific repository item to the current one. + + + + + A object representing the source of the operation. + + + + + + + + Gets or sets the caption of the current . + + + A String value that is the caption of the current . + + + + + + + Occurs when the property value has been changed. + + + + + + + + Occurs when the property value has changed. + + + + + + + + Gets or sets a value that determines the look and feel of the check box. + + + A enumerator value specifying the look and feel of the check box. + + + + + + + Gets or sets the text representation of the value. + + + A string that specifies the text representation of the value. + + + + + + + Gets or sets the text representation of the value. + + + A string that specifies the text representation of the value. + + + + + + + Gets or sets the text representation of the value. + + + A string that specifies the text representation of the value. + + + + + + + Gets the class name of the edit control corresponding to the current repository item. + + + A object identifying the class name of the corresponding editor. + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + Converts the value passed as a parameter to the appropriate check state. + + + + A expression (typically, the edited value) to be converted to the appropriate check state. + + + A enumeration value representing the check state to be set. + + + + + + + Converts the check state value passed as a parameter to the appropriate edit value. + + + + A enumeration value representing the check state to be converted to the appropriate edited value. + + + A expression representing the edited value to be set for a check editor. + + + + + + + + Gets or sets whether the read only is highlighted when hovered over with the mouse cursor. + + + true, if the read only changes its appearance when hovered over with the mouse cursor; otherwise, false. + + + + + + + Occurs when a hyperlink within the current RepositoryItemCheckEdit control's caption is clicked. + + + + + + + + Gets or sets the index of an image that represents the CheckEdit's checked state (when the property is set to UserDefined). + + + A zero-based integer specifying the index of an image that represents the CheckEdit's checked state. + + + + + + + Gets or sets the index of an image that represents the CheckEdit's grayed state (when the property is set to UserDefined). + + + A zero-based integer specifying the index of an image that represents the CheckEdit's grayed state. + + + + + + + Gets or sets the index of an image that represents the CheckEdit's unchecked state (when the property is set to UserDefined). + + + A zero-based integer specifying the index of an image that represents the CheckEdit's unchecked state. + + + + + + + Gets or sets the collection of images that can be used to represent the CheckEdit's checked, unchecked and grayed states. + + + An object which represents the source of images. + + + + + + + Gets a value indicating whether the check editor functions like a radio button. + + + true if the check editor represents a radio button; otherwise, false. + + + + + + + Gets or sets the value that determines the display style of the check box when the editor's check state is grayed. + + + A enumeration value specifying the check box display style in the grayed check state. + + + + + + + Gets or sets a custom image representing the editor's checked state. + + + A object displayed instead of the default check box in the checked state. + + + + + + + Gets or sets a custom image representing the CheckEdit control's grayed state. + + + A object displayed instead of the default check box in the grayed state. + + + + + + + Gets or sets a custom image representing the CheckEdit control's unchecked state. + + + A object displayed instead of the default check box in the unchecked state. + + + + + + + Gets an object providing properties specific to a check edit control. + + + A object instance providing settings specific to a check edit control. + + + + + + + Enables you to convert the edited value to an appropriate check state. + + + + + + + + Enables you to convert the editor's check state to an edited value. + + + + + + + + Gets or sets the index of a logical radio group to which the check editor belongs. + + + An integer value specifying the non-negative index of a logical radio group owning the check editor. + + + + + + + Gets or sets a value corresponding to the editor's checked state. + + + + A expression representing the checked state's value. + + + + + + + Gets or sets a value corresponding to the grayed state of a check editor. + + + A expression representing the grayed state's value. + + + + + + + Gets or sets a value corresponding to the unchecked state of a check editor. + + + A expression representing the unchecked state's value. + + + + + + + + Represents a class which stores settings specific to a control. + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Gets the default alignment of the editor's contents when the editor operates as an inplace control. + + + + The value. + + + + + + + Gets or sets an edit mask + + + A string which specifies a mask expression. + + + + + + + Returns the class name of the edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + This property is not supported by the RepositoryItemCalcEdit class. + + + The Size.Empty value. + + + + + + + Gets or sets the maximum number of digits displayed to the right of the decimal point when the dropdown is open. + + + The maximum number of digits displayed in the fractional part of the value. + + + + + + + Gets an object providing properties specific to the calc edit control. + + + The object providing settings for the calc edit control. + + + + + + + Gets or sets the value indicating whether the close button should be displayed in the dropdown window. + + + true if the close button is displayed in the dropdown; otherwise false. + + + + + + + Occurs after the value of the property has been changed. + + + + + + + + + Represents a repository item which stores settings specific to a control. + + + + + + + + Initializes a new class instance with default settings. + + + + + + + + Gets or sets whether the RepositoryItemButtonEdit's buttons should be painted in the same color as the buttons captions. + + + + A DefaultBoolean enumerator value that specifies whether the RepositoryItemButtonEdit's buttons should be painted in the same color as the buttons captions. + + + + + + + + Copies properties of the source repository item to the current object. + + + + The source repository item object. + + + + + + + + Performs specific actions before control initialization. + + + + + + + + Occurs when an editor button is clicked. + + + + + + + + Occurs when an edit button is pressed within a button editor. + + + + + + + + Returns the collection of buttons in the current button editor. + + + The object providing access to buttons for the button editor. + + + + + + + Gets or sets the style used to draw editor buttons. + + + The value identifying the style to draw editor buttons. + + + + + + + Gets or sets the style used to draw editor buttons. + + + A enumeration value identifying the style to draw editor buttons. + + + + + + + Creates a default button in the button collection. + + + + + + + + Allows you to apply custom painting to specific RepositoryItemButtonEdit's buttons. + + + + + + + + Returns the class name of an edit control corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns an editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Provides access to the padding settings of the RepositoryItemButtonEdit object. + + + A structure. + + + + + + + Returns an object providing properties specific to the button edit control. + + + The object providing settings common to the current edit control. + + + + + + + Gets or sets whether the property is automatically set to , when the editor is displayed within a and . + + + true if the property is automatically set to , when the editor is displayed within a and ; otherwise, false. + + + + + + + Gets or sets the style in which text is displayed and edited in the button editor. + + + The value determining the editing style. + + + + + + + + Serves as the base for all repository items. + + + + + + + Creates a new object. + + + + + + + + Gets or sets the default action description of the repository item for use by accessibility client applications. + + + A string which specifies the default action description of the repository item for use by accessibility client applications. + + + + + + + Gets or sets the description of the repository item used by accessibility client applications. + + + A string which specifies the repository item's description that is used by accessibility client applications. + + + + + + + + Gets or sets the repository item's name which is used by accessibility client applications. + + + + A string which specifies the name of the repository item used by accessibility client applications. + + + + + + + Gets or sets the repository item's accessible role. + + + An enumeration value which represents a role for the repository item. + + + + + + + Gets or sets a value specifying whether the focus rectangle is displayed within the editor when it has focus. + + + true, if the focus rectangle is displayed when the editor has focus; otherwise, false. + + + + + + + Gets a value which indicates whether the appearance settings used to paint the editor when it's focused can be used. + + + true if the appearance settings used to paint the editor when it's focused can be used; otherwise, false. + + + + + + + Gets or sets whether HTML tags can be used to format an editor's text or text of the editor's items. + + + A value that specifies whether HTML tags can be used to format an editor's text or text of the editor's items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. + + + true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. + + + + + + + Gets the appearance settings used to paint the editor when it's enabled. + + + A object which provides the appearance setting used to paint the editor when it's enabled. + + + + + + + Gets the appearance settings used to paint the editor when it's disabled. + + + A object which provides the appearance setting used to paint the editor when it's disabled. + + + + + + + Gets the appearance settings used to paint the current editor when it's focused. + + + A object which provides the appearance setting used to paint the editor when it's focused. + + + + + + + Gets the appearance settings used to paint the read-only editor. + + + A object which provides the appearance settings used to paint the read-only editor. + + + + + + + Copies settings from the repository item specified as a parameter. + + + + A object whose settings are to be copied to the current object. + + + + + + + + Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content. + + + true if the editor's height is calculated automatically to fit the editor's content; otherwise, false. + + + + + + + Notifies the editor that the initialization has been started. + + + + + + + + + Locks the RepositoryItem object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Gets or sets the editor's best fit width. + + + An integer value that specifies the editor's best fit width, in pixels. + + + + + + + Gets or sets the editor's border style. + + + A enumeration value specifying the editor's border style. + + + + + + + Unlocks the RepositoryItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when clicking the editor. + + + + + + + + Creates a copy of the current repository item. + + + A object (or its descendant) that is a copy of the current item. + + + + + + + Connects the repository item to the specified object. + + + + An object representing the control to which the current repository item is connected. + + + + + + + + Gets or sets the context menu for the editor. + + + A object representing the context menu for the editor. + + + + + + + Gets or sets the shortcut menu for the editor. + + + + A object that represents a shortcut menu for the editor. + + + + + + + Creates an editor whose type corresponds to the repository item's type. + + + A descendant representing the editor whose type corresponds to this repository item's type. + + + + + + + Initializes a new instance of the class. + + + A object used to paint the group rows in the XtraGrid. + + + + + + + This member supports the editor library's internal infrastructure and is not intended to be used in your applications. + + + A DevExpress.XtraEditors.Drawing.BaseEditPainter descendant used to paint the editor. + + + + + + + This member supports the editors library's internal infrastructure and is not intended to be used in your applications. + + + A DevExpress.XtraEditors.ViewInfo.BaseEditViewInfo descendant containing the editor's view information. + + + + + + + Enables custom display text to be provided for an editor. + + + + + + + + Gets the default horizontal alignment of the editor's content. + + + A enumeration value specifying the editor content's default horizontal alignment. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Removes the connection between the repository item and the specified object. + + + + An object representing the control from which the repository item is disconnected. + + + + + + + + Provides access to the format settings applied to the editor's display text. These settings are in effect when the editor does not have input focus. + + + + + A object containing the formatting settings applied to the control's display text. + + + + + + + + Fires when the editor is double clicked. + + + + + + + + Fires when an object is dropped onto the editor. + + + + + + + + Fires when a dragged object enters the editor's area. + + + + + + + + Fires when a dragged object leaves the editor's area. + + + + + + + + Fires repeatedly when dragging an object over the editor. + + + + + + + + Gets whether the editor's value can be changed. + + + Always true. + + + + + + + Provides access to the settings used to format the edit value when the editor has input focus. + + + + A object containing the formatting settings applied to the edited value when the editor has input focus. + + + + + + + + + Gets the class name of the editor corresponding to the repository item. + + + A string value representing the class name of the editor. + + + + + + + Fires immediately after changing the edit value. + + + + + + + + Gets or sets the time interval between the moment when an end-user stops changing the editor's value and the event being raised. + + + + An integer value which specifies the time interval in milliseconds. + + + + + + + Gets or sets the default time interval between the moment when an end-user stops changing the editor's value and the event being raised. + + + + An integer value which specifies the time interval in milliseconds. + + + + + + + Gets or sets the event's firing mode. + + + An enumeration member which specifies when the editor's event should be raised. + + + + + + + Fires when the editor's value is about to be changed. + + + + + + + + Gets or sets a value indicating whether the edit control can respond to user actions. This property is supported for standalone editors. + + + true, if the editor can respond to user actions; otherwise, false. + + + + + + + Notifies the editor that the initialization has been completed. + + + + + + + + + Unlocks the RepositoryItem object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Fires when the editor receives focus. + + + + + + + + Specifies whether the editor's value or display text is exported when data is exported to XLS and CSV formats. This property is not in effect in Data-Aware export mode. + + + A enumeration value. + + + + + + + Enables you to format the editor's value (change the editor's value when the formatting mechanism is invoked). + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Returns a brick object that contains information on how the current editor should be printed. + + + + A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. + + + An object that provides information on how the current editor should be printed. + + + + + + + + Returns the text representation of the specified value formatted using the editor's settings. + + + + An object representing the value to be formatted. + + + A string value representing the formatted textual representation of the value specified. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + An object that specifies the type of the current editor. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Returns a hash code. + + + The hash code for the current object. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + Enables you to specify the cursor appearance when dragging this editor's data. + + + + + + + + Fires when the end-user requests help for the editor. + + + + + + + + Gets or sets a collection of images to be inserted into the editor's display text or the display text of the editor's items. This property is in effect when using the HTML formatting feature. + + + A object that stores a collection of images. + + + + + + + Indicates whether a particular key can activate the editor used as an inplace control. + + + + A System.Windows.Forms.Keys enumeration value (or a bitwise combination) specifying the key combination to process. + + + true if the key can activate the editor; otherwise, false. + + + + + + + Indicates whether the editor is currently in design mode. + + + true if the editor is in design mode; otherwise, false. + + + + + + + Gets a value indicating whether the control has been disposed of. + + + Gets a value indicating whether the control has been disposed of. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Indicates whether the editor is being loaded. + + + true if the editor is being loaded, otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets a value indicating whether the editor is immediately updated in response to changing its settings. + + + true if the editor cannot be updated until unlocked; otherwise, false. + + + + + + + Indicates whether the key is handled by the editor or the container control. + + + + A object specifying the key to process. + + + true if the key will be processed by the editor. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Fires when a key is pressed while the editor has focus. + + + + + + + + Fires when a character key is pressed while the editor has focus. + + + + + + + + Fires when a key is released while the editor has focus. + + + + + + + + Fires when the editor loses focus. + + + + + + + + Gets the number of objects connected to the current repository item. + + + An integer value representing the number of repository item connections. + + + + + + + This method supports the .NET framework infrastructure and is not intended to be called from your code. + + + + + + + + Provides access to the object specifying the editor's look and feel settings. + + + A object containing the editor's look and feel settings. + + + + + + + Fires when the edit value is first changed since it was last validated. + + + + + + + + Fires when a mouse button is pressed while the mouse pointer is over the editor. + + + + + + + + Fires when the mouse pointer enters the editor's area. + + + + + + + + Fires when hot-tracking an editor element. + + + + + + + + Fires when the mouse pointer leaves the editor's area. + + + + + + + + Fires when the mouse pointer moves over the editor's area. + + + + + + + + Fires when the mouse button is released while the mouse pointer is over the editor. + + + + + + + + Fires when the mouse wheel moves while the mouse pointer is within the editor. + + + + + + + + Gets or sets the repository item name. + + + A string value representing the repository item name. + + + + + + + Set the NormalizeDisplayText property to true to correctly process diacritics when selecting rows from a dropdown window in the control. + + + + + + + + + + Gets or sets the string displayed in the edit box when the editor's is null. + + + The string displayed in the edit box when the edit value is set to null or System.DBNull.Value. + + + + + + + Gets the editor that owns the repository item. + + + A descendant that owns the repository item. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Converts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. + + + + + + + + + Gets or sets the popup window's location. + + + A structure which specifies the location of the editor's popup window. + + + + + + + Gets an object providing properties specific to all editors that can be used inplace within a container control. + + + A object providing settings common to all editors that can be used inplace, i.e. not standalone. + + + + + + + Fires immediately after a change to one of the editor's properties. + + + + + + + + Fires when the help is provided to accessibility applications. + + + + + + + + Fires when dragging the editor's data allowing you to specify whether dragging should be continued. + + + + + + + + Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (, , etc.) that displays this editor. + + + + + + + + + Gets or sets a value specifying whether the editor's value can be changed by end-users. + + + true if end-users can not modify editor's value; otherwise, false. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + false always. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used in your applications. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets a for the object. + + + A for the object. + + + + + + + Gets or sets the data associated with the repository item. + + + An object that contains the information which is associated with the repository item. + + + + + + + Returns a string that represents the current object. + + + A value which represents the repository item. + + + + + + + This method supports the .NET framework infrastructure and is not intended to be called from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Allows you to specify whether the edit value is valid and whether the editor is allowed to lose focus. + + + + + + + + + Stores repository items to be shared between container controls and components (, , , , etc). + + + + + + + Creates a new class instance. + + + + + + + + Creates a new class instance. + + + + The owner which creates the persistent repository. + + + + + + + + Initializes a new instance of the class. + + + + An object which implements the interface. + + + + + + + + Provides access to the collection of repository items stored in the repository. + + + A object that contains a collection of repository items. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + + Initializes a new instance of the class. + + + + + + + + + Contains values specifying the style of the progress bar's indicator. + + + + + + + Separates the progress bar's indicator into small squares. + + +The Broken style is not supported in specific paint schemes. + + + + + + + + + Represents the progress bar's indicator as a solid color bar. + + +The Solid style is not supported in specific paint schemes. + + + + + + + + + + Lists values specifying the control's direction. + + + + + + + Sets progress direction to horizontal. + + + + + + + + + Sets progress direction to vertical. + + + + + + + + + + Represents an individual item within an image combo box editor. + + + + + + + Creates an image combobox item and initializes the item's caption and image index. + + + + The string to initialize the item's property. + + + + The value to initialize the property. + + + + + + + + Creates an image combobox item and initializes the item's caption. + + + + The string to initialize the property. + + + + + + + + Creates an image combobox item and initializes the item's value and image index. + + + + The object to initialize the item's property. + + + + The value to initialize the item's property. + + + + + + + + Creates an image combobox item and initializes its properties to the specified values. + + + + The string to initialize the item's property. + + + + The object to initialize the item's property. + + + + The value to initialize the item's property. + + + + + + + + Creates an image combobox item and sets its image index to the specified value. + + + + The value to initialize the property. + + + + + + + + Creates an image combobox item and initializes the item's value and caption. + + + + The string to initialze the item's . + + + + The value to initialize the item's . + + + + + + + + Creates an image combobox item and sets all its properties to their default values. + + + + + + + + Creates an image combo box item and initializes the item's value. + + + + + The object to initialize the item's property. + + + + + + + + + Represent an individual editor button displayed in a control or descendant. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with a button type. + + + + A type value representing the kind of button to create. + + + + + + + + Initializes a new instance with the specified property values. + + + + The value to initialize the button's property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + + + + + Initializes a new instance with the specified property values. + + + + The value to initialize the button's property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + + + + + Initializes a new instance with the specified property values. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + + + + + Initializes a new instance of the class with the specified property values. + + + + The value to initialize the button's property with. + + + + The value to initialize the button's property with. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initiailize the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + A value which identifies the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + A value which identifies the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A string value which specifies the button's tool tip. This value is assigned to the property. + + + + A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + A value which identifies the button. This value is assigned to the property. + + + + A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + An object to be associated with the button. This value is assigned to the property. + + + + A object for the current button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + An object to be associated with the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A value that specifies the predefined image for the button. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + A value which identifies the button. This value is assigned to the property. + + + + A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. + + + + A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + The value to initialize the button's property. + + + + A object which provides the appearance settings used to paint the button. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + A value which identifies the button. This value is assigned to the property. + + + + A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. + + + + A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + A object which represents the button's shortcut. This value is assigned to the property. + + + + A value which specifies the button's tool tip. This value is assigned to the property. + + + + An object to be associated with the button. This value is assigned to the property. + + + + + + + + Initializes a new instance of the EditorButton class with the specified settings. + + + + A enumeration value that specifies the button's image type. This value is assigned to the property. + + + + A value which specifies the button's caption. This value is assigned to the property. + + + + An integer value specifying the button's width. This value is assigned to the property. + + + + true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. + + + + true if the button is visible; otherwise, false. This value is assigned to the property. + + + + true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. + + + + An value that specifies the position of the button's image relative to the text. This value is assigned to the property. + + + + A object which represents the image displayed on the button's surface. This value is assigned to the property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Provides access to the button's appearance settings. + + + A object which provides the appearance settings used to paint the button. + + + + + + + Provides access to the appearance settings applied when the current button is disabled. + + + An object that specifies the appearance settings applied when the current button is disabled. + + + + + + + Provides access to the appearance settings applied when the mouse pointer passes over the current button. + + + An object that specifies the appearance settings applied when the current button is hovered over with the mouse pointer. + + + + + + + Provides access to the appearance settings applied when the current button is clicked. + + + An object that specifies the appearance settings applied when the current button is clicked. + + + + + + + Copies all properties of the specified button to the current object. + + + + The source object whose properties must be copied. + + + + + + + + Uses the command selector to find an appropriate parameterized command in the source and bind it to this EditorButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this EditorButton. + + + + + + + Binds the specific parameterized command to this EditorButton. + + + + An Object that is the command to be bound to this EditorButton. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this EditorButton. + + + + + + + Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this EditorButton. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (typically, a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + An IDisposable object. Disposing of this object unbinds the command from this EditorButton. + + + + + + + Gets or sets the caption text of the editor button. + + + A string specifying button caption text. + + + + + + + Occurs when the properties defining the button's look and feel are changed. + + + + + + + + Occurs when the current editor button is clicked. + + + + + + + + Gets the buttons collection that owns the current button. + + + An object which represents a collection of editor buttons. + + + + + + + Gets or sets the Boolean value that determines whether a user can perform actions on the current editor button. + + + true if an editor button is enabled and a user can perform actions on it; otherwise, false. + + + + + + + Gets or sets whether specific colors in the button's image are transparent, when displayed. + + + true if specific colors in the button's image are transparent, when displayed; otherwise, false. + + + + + + + Gets or sets the glyph alignment relative to its caption. + + + The value of the type specifies the alignment of the glyph relative to the button's caption. + + + + + + + Gets or sets a custom image to display on the button. + + + A object that specifies the image displayed on the button surface. + + + + + + + Gets or sets the alignment of the image displayed within the button. + + + A enumeration member which specifies the image's alignment. + + + + + + + Specifies the position of the button's image relative to the text. + + + A value that specifies the alignment of the button's image relative to the text. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the button's position within the owning collection. + + + A zero-based integer representing the button's position. + + + + + + + Gets or sets whether the button is the default button. + + + true if the button is the default button; otherwise, false. + + + + + + + Gets or sets the location of the button within the current control. + + + true if the button is aligned to the left; false if the button is aligned to the right. + + + + + + + Gets or sets the type of image to display within the button. + + + A enumerator value that specifies the type of image to display within the button. + + + + + + + Raises the event. + + + + + + + + Reverts the button's properties to its default values. + + + + + + + + Removes the object that has been assigned to the editor button. + + + + + + + + Gets or sets a shortcut used to activate the button's functionality. + + + The object specifying the shortcut for the current button. + + + + + + + Gets or sets a for the current button. + + + A object associated with the button. + + + + + + + Gets or sets a value that identifies the current button. + + + A that identifies the current EditorButton instance. + + + + + + + Gets or sets the button's regular tooltip. + + + A string which specifies the button's regular tooltip. + + + + + + + Returns the text representation of the current object. + + + A string that specifies the text representation of the current EditorButton object. + + + + + + + Gets or sets the visibility status of the current button. + + + true if the button is visible; otherwise, false. + + + + + + + Gets or sets the button's width. + + + The button's width in pixels. Setting it to -1 enables auto width. + + + + + + + + Serves as the base for the class representing image combo box items. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class and sets its to the specified parameter. + + + + An object to initialize the property. + + + + + + + + Gets or sets the value associated with the current item. + + + An object representing the value associated with the current item. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event of a popup editor. + + + + The event source. This identifies the editor whose popup window is closed. + + + + A object containing data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new instance of the class and initializes the property with the specified value. + + + + An object to initialize the property. + + + + + + + + Creates a new instance of the class and initializes its properties based upon specified parameters. + + + + An object to initialize the property value. + + + + A value to initialize the property. + + + + + + + + Initializes a new instance of the class with the specified values. + + + + An object representing the value to assign to the editor's edit value. This value is assigned to the property. + + + + true if the value must be accepted; otherwise, false. This value is assigned to the property. + + + + A enumeration value which specifies how a dropdown editor's popup window was closed. This value is assigned to the property. + + + + + + + + Gets or sets a value indicating whether should be accepted or discarded. + + + true, if the value must be accepted; otherwise, false. + + + + + + + Gets a value indicating how the popup editor's dropdown window was closed. + + + A enumeration value which specifies how the dropdown editor's popup window was closed. + + + + + + + Gets or sets a value to assign to the editor's edit value. + + + The value to assign to the editor's property. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method for handling the and events of a control. + + + + The event source. + + + + A that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Creates and initializes a new object of the class. + + + + The object used to initialize the property. + + + + + + + + Gets the button being pressed/clicked. + + + The object specifying the currently pressed/clicked button. + + + + + + + + Specifies how a value is displayed and edited in the button editor's edit box. + + + + + + + A button editor is displayed in its normal way. However, editing and selecting text is not allowed. If you want to enable a user to select text but disable text modifications, you can set the text editing style to Standard and set the property to true. + + + + + + + + + + The text editing region is not visible and the editor displays only buttons contained in the current button editor. If no buttons can be displayed (for instance because of setting the property to False), the editor displays an empty region in this case. + + + + + + + + + + A button editor works in its normal way. Editing and selecting text is allowed. + + + + + + + + + + Contains styles for the increment and decrement buttons. + + + + + + + Orients the editor increment and decrement buttons horizontally. + + + + + + + + + + Orients the editor increment and decrement buttons vertically. + + + + + + + + + + Determines the behavior of a popup control when a user clicks within its text region. + + + + + + + A popup window is activated when a user double-clicks within the text region of a control. + +Note: the value is in effect when the property is set to as well. + + + + + + + + + Clicking within the text region does not activate the popup window. A popup window appears only when pressing the key or Alt + DownArrow key, or calling the editor's method. + + + + + + + + A popup window is activated when a user clicks within the text region of a control. + + + + + + + + + Contains styles for popup window borders. + + + + + + + Borders are flat. This style is reserved for future use. Currently, the Default style is the same as the style. + + + + + + + + + + + Borders are flat. + + + + + + + + + + + There are no borders. + + + + + + + + + + + Borders are thin and drawn using a single line. + + + + + + + + + + + Borders are three-dimensional. + + + + + + + + + + + + Specifies the size mode of the image contained within a or editor. + + + + + + + A picture is not stretched. + + + + + + + + An image is displayed as is if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. + + + + + + + + A picture is stretched in order to fit within the area of an editor (or editor's dropdown window). + + + + + + + + A picture is stretched horizontally. Its height remains unchanged. + + + + + + + + A picture is stretched vertically. Its width remains unchanged. + + + + + + + + A picture is stretched proportionally. The picture fits within the area of an editor (or editor's dropdown window) at least in one direction. + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.dll new file mode 100644 index 0000000..f230824 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.xml new file mode 100644 index 0000000..73bced8 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraGrid.v15.2.xml @@ -0,0 +1,37368 @@ + + + + DevExpress.XtraGrid.v15.2 + + + + + + Allows a grid control to be split horizontally or vertically. + + + + + + + Initializes a new instance of the GridSplitContainer class. + + + + + + + + This property is not supported by the GridSplitContainer class. + + + + + + + + + + This property is not supported by the GridSplitContainer class. + + + + + + + + + + This property is not supported by the GridSplitContainer class. + + + + + + + + + + Gets or sets the fixed panel. + + + + A enumeration value which specifies the fixed panel. + + + + + + + Gets or sets the Grid to be split. If the Split View is already active, the property specifies the grid displayed in the first view region. + + + A displayed (or to be displayed) in the first view region. + + + + + + + Removes the splitter and the second grid control. + + + + + + + + Gets or sets whether a splitter divides the container into two horizontally or vertically arranged regions. + + + true if a splitter divides the container into two horizontally arranged regions; otherwise, false. + + + + + + + Creates and initializes an internal , ensuring that it is ready for further customization. + + + + + + + + + Gets whether the Split Container is currently divided into two regions by a splitter. + + + + true if the Split Container is currently divided into two regions by a splitter; otherwise, false. + + + + + + + + This property is not supported by the GridSplitContainer class. + + + + + + + + + + Displays a splitter that divides the container into two regions, each displaying a Grid Control. + + + + + + + + Gets the grid control displayed in the container's second region. + + + A displayed in the container's second region. null if the Split View is not active (the second region is hidden). + + + + + + + Gets the main View () of the object. + + + The main View of the object. null if the object is set to null. + + + + + + + Gets or sets the splitter's location. + + + An integer value specifying the splitter's current location in pixels + + + + + + + Fires before a Split View is displayed or before its orientation is changed. + + + + + + + + Fires after the current Split View has been destroyed or when the Split View's orientation is changed. + + + + + + + + Fires after a Split View has been displayed or after its orientation has been changed. + + + + + + + + Gets or sets whether group expansion states are in sync between two grid controls being split. This property is not in effect when the Grid Control presents data using a or object. + + + A value that specifies if group expansion states are in sync between two grid controls being split. + + + + + + + Gets or sets whether focus is automatically moved in one Grid Control, when an end-user moves focus in another grid control. This property is not in effect when the Grid Control presents data using a or object. + + + + A value that specifies if the row focus is synchronized between two grid controls. + + + + + + + Gets or sets whether scrolling positions are in sync between two grid controls. This property is not in effect when the Grid Control presents data using a or object. + + + + A value that specifies if scrolling positions are in sync between two grid controls. + + + + + + + Gets or sets whether appearance, view, sort, group and filter settings are synchronized between two grid controls. This property is not in effect when the Grid Control presents data using a or object. + + + + A value that specifies if corresponding settings are in sync between two grid controls. + + + + + + + Gets the main View () of the object. + + + The main View of the object. null if the object is set to null. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutViewCustomRowCellEditEventArgs class with the specified settings. + + + + An integer value that specifies the handle of the current card. This value is assigned to the property. + + + + A object that identifies the current card field. This value is assigned to the property. + + + + A descendant that specifies the editor to be assigned to the current cell. This value is assigned to the property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + A base class that provides necessary functionality for custom localizers of the Data Grid control. + + + + + + + Initializes a new instance of the GridLocalizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and hit information. + + + + A object specifying the popup menu. This value is assigned to the property. + + + + + A object specifying information on a clicked element. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, hit information and a value indicating whether or not a popup menu should be shown. + + + + + A enumeration value specifying the type of the popup menu. This value is assigned to the property. + + + + + A object specifying the popup menu. This value is assigned to the property. + + + + + A object specifying information on a clicked element. This value is assigned to the property. + + + + + true if a popup menu is enabled; otherwise, false. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, menu position and a value indicating whether or not a popup menu should be shown. + + + + + A enumeration value specifying the type of the popup menu. This value is assigned to the property. + + + + + A object specifying the popup menu. This value is assigned to the property. + + + + + A Point object specifying the popup menu. This value is assigned to the property. + + + + + true if a popup menu is enabled; otherwise, false. This value is assigned to the property. + + + + + + + + + Gets or sets whether to enable the Grid's popup menu. + + + + true if a popup menu is enabled; otherwise, false. + + + + + + + Gets an object that identifies a clicked element. + + + A object or its descendant that identifies a clicked element. + + + + + + + Gets or sets the Grid's popup menu that will be shown. + + + A GridViewMenu object that is the menu that will be shown. + + + + + + + + Gets the type of the Grid View's menu to be invoked. + + + A enumeration value that specifies the type of the Grid View's menu to be invoked. + + + + + + + Gets the position where the menu is to be invoked. + + + A Point value that specifies the position where the menu is to be invoked. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutViewCustomCardLayoutEventArgs class with the specified settings. + + + + An integer value that specifies the handle of the current card. This value is assigned to the property. + + + + A LayoutViewCardDifferences object that specifies differences made in the current card. This value is assigned to the property. + + + + + + + + Gets or sets an object that summarizes all difference records for the current card, which specify how the layout settings of the card fields differ from the default settings. + + + A object. + + + + + + + Gets or sets the handle of the currently processed card. + + + An integer value that specifies the handle of the currently processed card. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides access to a specific Style's advanced settings. + + + + + + + Initializes a new instance of the WinExplorerViewStyleOptions class with the specified settings. + + + + A WinExplorerView that owns the newly created WinExplorerViewStyleOptions object. + + + + + + + + Gets or sets margins for the Check Box field. + + + A Padding structure that is margins for the Check Box field. + + + + + + + Gets or sets the content padding for the current style. + + + A Padding structure that is the content padding for the current style. + + + + + + + Gets or sets the distance between the Group caption (or check box) and this Group's expand/collapse button. + + + An Int32 value that is the distance between the Group caption (or check box) and this Group's expand/collapse button. + + + + + + + Gets or sets the distance between a check box and text within the group caption area. + + + An Int32 value that is the distance between a check box and text within the group caption area. + + + + + + + Gets or sets the horizontal distance between the items within the current View Style. + + + An Int32 value that is the horizontal distance between the items within the current View Style. + + + + + + + + Gets or sets margins for item images within this style. + + + A Padding structure that is margins for item images within this style. + + + + + + + Gets or sets the size of item images within this View Style. + + + A Size structure that is the item image size. + + + + + + + Gets or sets the distance between an item image and the caption. + + + + An Int32 value that is the distance between an item image and the caption. + + + + + + + + Gets or sets the distance between group captions and items within these groups. + + + An Int32 value that is the distance between group captions and items within these groups. + + + + + + + Gets or sets the distance between Groups within the target Style. + + + An Int32 value that is the distance between Groups. + + + + + + + Gets whether the property is customized. + + + true, if the property is customized; otherwise, false. + + + + + + + Gets whether the indent between the text and check box in the group caption area is currently set. + + + + true if the indent between the text and check box in the group caption area is currently set; otherwise, false. + + + + + + + + Gets or sets the item width for the current style. + + + An Int32 value that is the item width for the current style. + + + + + + + Gets or sets how selection for items with no caption is drawn. + + + A enumerator value that specifies how selection for items with no caption is drawn. + + + + + + + Gets or sets whether the Description data column is shown. This property is in effect when the WinExplorer View is displayed in the Tiles or Content style. + + + A DefaultBoolean enumeration value that specifies whether the description is shown. + + + + + + + Gets or sets the vertical distance between the items within the current View Style. + + + An Int32 value that is the vertical distance between the items within the current View Style. + + + + + + + + Provides access to properties that allow you to specify advanced settings for each Style. + + + + + + + Initializes a new instance of the WinExplorerViewStyleOptionsCollection class with the specified settings. + + + + A that owns the newly created WinExplorerViewStyleOptionsCollection. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Provides access to the set of advanced Content Style settings. + + + A WinExplorerViewContentStyleOptions object that stores advanced settings for the Content Style. + + + + + + + Provides access to the set of advanced Extra Large Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the Extra Large Style. + + + + + + + Provides access to the set of advanced Large Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the Large Style. + + + + + + + Provides access to the set of advanced List Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the List Style. + + + + + + + Provides access to the set of advanced Medium Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the Medium Style. + + + + + + + Sets margins for the Check Box field within all WinExplorer View Styles. + + + + A Padding structure that is margins for the Check Box field within all WinExplorer View Styles. + + + + + + + + Sets the custom value to the property for all Styles. + + + + A Padding structure that is the new value of the property for all Styles. + + + + + + + + Sets the custom value to the property for all Styles. + + + + An Int32 value that is the new value of the property for all Styles. + + + + + + + + Sets a custom value to the property for all Styles. + + + + + An Int32 value that is the new value of the property for all Styles. + + + + + + + + Sets the specific margins for item images within all Styles. + + + + A Padding structure that is new item image margins for all Styles. + + + + + + + + Sets a custom value to the property for all Styles. + + + + + An Int32 value that is the new value of the property for all Styles. + + + + + + + + Sets the distance between group captions and group content for all styles. + + + + + An Int32 value that is the distance between group captions and group content. + + + + + + + + + Sets the distance between groups for all styles. + + + + An Int32 value that is the distance between groups. + + + + + + + + Sets the item width for all styles. + + + + An Int32 value that is the item width for all styles. + + + + + + + + Sets a custom value to the property for all Styles. + + + + + An Int32 value that is the new value of the property for all Styles. + + + + + + + + Provides access to the set of advanced Small Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the Small Style. + + + + + + + Provides access to the set of advanced Tiles Style settings. + + + A WinExplorerViewStyleOptions object that stores advanced settings for the Tiles Style. + + + + + + + Gets the View that owns this WinExplorerViewStyleOptionsCollection object. + + + A View that owns this WinExplorerViewStyleOptionsCollection object. + + + + + + + + Stores appearance settings allied to Groups and items within a . + + + + + + + Initializes a new instance of the WinExplorerViewAppearances class with the specified settings. + + + + A that owns the newly created WinExplorerViewAppearances. + + + + + + + + + + + + + + + + Stores the Group headers' appearance settings, used when an end-user hovers this header. + + + An AppearanceObject that stores appearance settings for hovered Group headers. + + + + + + + Stores the default Group header appearance settings. + + + + An AppearanceObject that stores the default Group header appearance settings. + + + + + + + + Stores the Group header appearance settings, used when an end-user clicks this header. + + + + An AppearanceObject that stores the selected Group header appearance settings. + + + + + + + + Provides access to appearance settings used to paint View item descriptions when these items are disabled. + + + + An AppearanceObject that stores properties used to paint View item descriptions when these items are disabled. + + + + + + + + Provides access to appearance settings applied to hovered item descriptions. + + + + An AppearanceObject that stores appearance settings applied to hovered item descriptions. + + + + + + + + Provides access to the item descriptions' default appearance settings. + + + An AppearanceObject that stores appearance settings applied to item descriptions in their normal state. + + + + + + + Provides access to appearance settings, applied to selected item descriptions. + + + + An AppearanceObject that stores appearance settings for selected item descriptions. + + + + + + + + Stores appearance settings used to paint disabled item captions. + + + + An object that stores appearance settings used to paint disabled item captions. + + + + + + + + Provides access to the appearance settings applied to hovered item captions. + + + + An AppearanceObject that stores appearance settings for hovered item captions. + + + + + + + + Provides access to the item caption default appearance settings. + + + + An AppearanceObject that stores appearance settings applied to item captions in their normal visual state. + + + + + + + + Provides access to the appearance settings applied to selected item captions. + + + + An AppearanceObject that stores appearance settings applied to selected item captions. + + + + + + + + + Stores the collection of an item data field within a and s, assigned to these fields. + + + + + + + + Initializes a new instance of the WinExplorerViewColumns class with the specified settings. + + + + A WinExplorerView that owns the newly created column set. + + + + + + + + Copies columns from the source WinExplorerViewColumns passed as the parameter to this WinExplorerViewColumns. + + + + A WinExplorerViewColumns object that serves as the source object to copy columns from. + + + + + + + + Gets or sets the assigned to this 's Check Box data field. + + + A GridColumn assigned to the Check Box data field. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Description data field. + + + A GridColumn assigned to the Description data field. + + + + + + + + + + + + + + + Gets or sets the grid column that stores boolean values. Depending on these values, corresponding records will either be enabled or disabled. + + + + A whose rows specify whether or not this item will be enabled. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Extra Large Image data field. + + + A GridColumn assigned to the Extra Large Image data field. + + + + + + + + + + + + + + + Gets or sets the index that will pick extra large images for this WinExplorerViewColumns from the collection. + + + A GridColumn that picks extra large images from the collection. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Grouping field. + + + A GridColumn assigned to the Grouping field. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Large Image data field. + + + A GridColumn assigned to the Large Image data field. + + + + + + + + + + + + + + + Gets or sets the index that will pick large images for this WinExplorerViewColumns from the collection. + + + A GridColumn that picks large images from the collection. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Medium Image data field. + + + A GridColumn assigned to the Medium Image data field. + + + + + + + + + + + + + + + Gets or sets the index that will pick medium images for this WinExplorerViewColumns from the collection. + + + A GridColumn that picks medium images from the collection. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Small Image data field. + + + A GridColumn assigned to the Small Image data field. + + + + + + + + + + + + + + + Gets or sets the index that will pick small images for this WinExplorerViewColumns from the collection. + + + A GridColumn that picks small images from the collection. + + + + + + + + + + + + + + + Gets or sets the assigned to this 's Text data field. + + + A GridColumn assigned to the Text data field. + + + + + + + + + + + + + + + Returns the that owns this column set. + + + A WinExplorerView that owns this column set. + + + + + + + + Provides member that specify different Styles. + + + + + + + Each item is displays its check-box, medium image, caption and description in a single row. Items are arranged one under another and separated by horizontal lines. Check boxes are visible only if checked or hovered. + + + + + + + + + Same as . + + + + + + + + Extra large images with text and check boxes on the left of the image. + + + + + + + + + Large images with text and check boxes to the left of the image. + + + + + + + + + Small images with text and check boxes to left of the image. Items are arranged vertically, and groups are placed horizontally side-by-side. Groups cannot be collapsed even if the OptionsView.ShowExpandCollapseButtons property equals true. + + + + + + + + + Medium images with text and check boxes to the left of the image. + + + + + + + + + Small images with text and check boxes to the left of the image. Items are arranged horizontally. Groups are placed one below the other. + + + + + + + + + Medium images with text, description and check boxes to the top left corner of the image. Check boxes are visible only if checked or hovered. + + + + + + + + + + A WinExplorer View. + + + + + + + Initializes a new instance of the WinExplorerView class with the default settings. + + + + + + + + Adds a new record to this WinExplorerView. + + + + + + + + Provides access to the appearance settings for all visual elements within this WinExplorerView. + + + A WinExplorerViewAppearances object that stores appearance settings for this WinExplorerView. + + + + + + + Provides access to the properties that specify the WinExplorerView's element appearances when the View is printed/exported. + + + A WinExplorerViewAppearances object that stores appearance settings for the WinExplorerView's elements. + + + + + + + Copies all settings from the parameter View to the current View and allows you to specify whether event handlers should be copied as well. + + + + A BaseView object that is the source View to copy settings from. + + + + true, to copy event handlers from the source View; otherwise, false. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Check Box column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Description column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Extra Large Image column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Large Image column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Medium Image column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Small Image column. + + + + + A String value that is the data field name. + + + + + + + + Assigns the required database field to the column that is set as this WinExplorerView's Text column. + + + + + A String value that is the data field name. + + + + + + + + Returns information on the WinExplorerView's elements located at the specified point. + + + + A Point structure that specifies the test point coordinates relative to the WinExplorerView's top-left corner. + + + An object that contains information about the visual elements located at the test point. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Collapses all currently expanded groups within this WinExplorerView. + + + + + + + + Stores a collection of WinExplorerView's fields and columns, assigned to these fields. + + + A WinExplorerViewColumns object that is the s collection assigned to this WinExplorerView's fields. + + + + + + + + Occurs when a context button in this WinExplorerView is clicked. + + + + + + + + + Allows you to customize individual context buttons for specific WinExplorerView items. + + + + + + + + Provides access to properties common to all context buttons within this WinExplorerView. + + + A object that stores properties common to all context buttons within this WinExplorerView. + + + + + + + Gets the ContextItemCollection object that contains context buttons for this WinExplorerView. + + + A object that contains context buttons for this WinExplorerView. + + + + + + + Allows hints for the objects displayed in the current WinExplorerView to be customized. + + + + + + + + Allows you to manually repaint specific WinExplorerView group captions. + + + + + + + + Allows you to manually repaint a WinExplorerView item. + + + + + + + + Deletes the selected items (records) in multiple selection mode or the focused item in single selection mode. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Expands all groups within this WinExplorerView. + + + + + + + + Gets or sets the object that stores Extra Large Images for this WinExplorerView. + + + An Object that is the image collection that stores Extra Large Images for this WinExplorerView. + + + + + + + + Gets a column assigned to the specific field within this WinExplorerView. + + + + A WinExplorerViewFieldType enumerator value that specifies a field whose assigned column shall be obtained. + + + + A GridColumn assigned to the specific field within this WinExplorerView. + + + + + + + Gets the text displayed within a specific group row. + + + + + An Int32 value that is the group row's handle. + + + A String value that is the text displayed within a specific group row. + + + + + + + Gets the group row value in the specified grouping column. + + + + An Int32 value that is the group row's handle. + + + + A GridColumn that is a grouping column. + + + An object that is the group row value in a specific grouping column. + + + + + + + Allows you to set an image that will be used as a loading indicator. The loading indicator is displayed while the WinExplorerView record's image is being loaded. + + + + + + + + Gets a specific row's parent group row. + + + + An Int32 value that is the row handle of the row whose parent row handle is to be obtained. + + + An Int32 value that is the row handle of a group row that is the parent group row for the target child row. + + + + + + + Gets whether the target row is currently expanded. + + + + An Int32 value that is the row handle of a target row. + + + true, if the target row is currently expanded; otherwise, false. + + + + + + + Allows you to asynchronously assign an image to a WinExplorerView record. + + + + + + + + Hides an opened editor assigned to the WinExplorerView's Text column. + + + + + + + + HTML images are not supported for the WinExplorerView. + + + + + + + + + + Invalidates the specific region within the WinExplorerView. + + + + A Rectangle structure that is to be repainted. + + + + + + + + Invalidates the specified region of a WinExplorer View (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the Grid Control. + + + + A Rectangle structure that is the region to be added to the control's update region. + + + + + + + + Indicates whether the specified row is a regular data row. + + + + An Int32 value that is the rowHandle to be checked. + + + true, if the specified row is a regular data row; otherwise, false. + + + + + + + Gets whether an item within this WinExplorerView is currently being edited. + + + true, if an item within this WinExplorerView is currently being edited; otherwise, false. + + + + + + + Gets whether the row to which the target row handle belongs is a group row. + + + + An Int32 value that is the row handle associated with the test row. + + + true, if the row to which the target row handle belongs is a group row; otherwise, false. + + + + + + + Gets whether this WinExplorerView currently allows end-users to select more than one item. + + + true, if this WinExplorerView currently allows end-users to select more than one item; otherwise, false. + + + + + + + Gets whether this WinExplorerView is currently visible. + + + true, if this WinExplorerView is currently visible; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Occurs whenever an item within this WinExplorerView is clicked. + + + + + + + + Occurs whenever an item within this WinExplorerView is double-clicked. + + + + + + + + + Occurs when an end-user clicks an item within this WinExplorerView and drags this item. + + + + + + + + Occurs when an end-user presses any keyboard key, while an item within this WinExplorerView is selected. + + + + + + + + Gets or sets the collection of large images for this WinExplorerView. + + + An Object that stores large images for this WinExplorerView. + + + + + + + Redraws this WinExplorerView. + + + + + + + + Occurs when the marquee selection is over. + + + + + + + + Occurs when an end-user starts the marquee selection. + + + + + + + + Gets or sets the collection of medium images for this WinExplorerView. + + + An Object that stores medium images for this WinExplorerView. + + + + + + + + Selects an item within this WinExplorerView that is placed delta places from than the currently selected item. + + + + + An Int32 value that specifies the newly selected item position, starting from the currently selected item. + + + + + + + + Selects the first item within this WinExplorerView. + + + + + + + + Selects the last item within the current WinExplorerView. + + + + + + + + Selects the last WinExplorerView item currently visible. + + + + + + + + Selects an item that follows the currently selected WinExplorerView item. + + + + + + + + Scrolls this WinExplorerView one screen down and selects an item within the last item row currently visible. + + + + + + + + + Selects the previous WinExplorerView item relative to the currently selected item. + + + + + + + + Scrolls this WinExplorerView one screen up and selects an item within the first item row currently visible. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets the object that stores the common View's behavior settings. + + + + A object that stores the common View's behavior settings. + + + + + + + + Filtering is not supported within the WinExplorerView. + + + + + + + + + + Provides access to properties that manage View item image behavior. + + + + A object that stores properties which manage View item image behavior. + + + + + + + + + + + + + + + + Provides access to the set of properties that manage the WinExplorerView navigation. + + + A GridOptionsNavigation object that stores this WinExplorerView's navigation options. + + + + + + + Provides access to this WinExplorerView's selection options. + + + A object that stores this WinExplorerView's selection options. + + + + + + + Provides access to general WinExplorerView settings. + + + A WinExplorerViewOptionsView object that stores general WinExplorerView settings. + + + + + + + Provides access to advanced View Style options. + + + A WinExplorerViewStyleOptions object that stores advanced options for every View Style available. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Reloads the current datasource data to the WinExplorerView. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Removes all cached thumbnails for this WinExplorerView's items. + + + + + + + + Expands or collapses the specific row within this WinExplorerView. + + + + An Int32 value that is the target row's handle. + + + + true to expand the target row; false to collapse it. + + + + + + + + Displays an editor assigned to the WinExplorerView's text column for the focused item. + + + + + + + + + Displays the editor assigned to a specific column for the focused item. + + + + A WinExplorerViewColumnType object that identifies a column for which an editor should be displayed. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Filtering is not supported within the WinExplorerView. + + + + + + + + + + + + Gets or sets the small images collection for this WinExplorerView. + + + An Object that stores small images for this WinExplorerView. + + + + + + + Sorting is not supported for the WinExplorerView. + + + + + + + + + + Toggles the target group's expanded/collapsed state. + + + + An Int32 value that is the row handle for the target group row. + + + + + + + + Gets the index of the first item displayed within this WinExplorerView. + + + An Int32 value that is the first item displayed within this WinExplorerView. + + + + + + + Gets the region which this WinExplorerView currently occupies. + + + A Rectangle structure that is the region which this WinExplorerView currently occupies. + + + + + + + + Contains values that specify how data searching is initiated within specific controls. + + + + + + + A control starts searching data automatically, after a small delay. + + + + + + + + A search for data is started automatically, or must be started manually, depending on the underlying data source. + + +Automatic searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is less than 10,000; 2) a control functions in Instant Feedback mode. + + +Manual searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is greater than 10,000; 2) a control functions in regular server mode. + + + + + + + + + + A control starts searching data on clicking the Find button or pressing ENTER. + + + + + + + + + Provides access to options controlling the view and behavior settings of the Find Panel. + + + + + + + Initializes a new instance of the ColumnViewOptionsFind class. + + + + + + + + Gets or sets whether the Find Panel can be invoked by an end-user. + + + true if the Find Panel can be invoked by an end-user; otherwise, false. + + + + + + + Gets or sets whether the Find Panel is always visible. + + + true if the Find Panel is always visible; otherwise, false. + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the Find Panel's search (filter) string is cleared when the Find Panel is hidden. + + + true if the Find Panel's search string is cleared on hiding the panel; otherwise, false. + + + + + + + Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active). + + + An integer that specifies the delay in milliseconds, after which a data search is initiated. + + + + + + + Gets or sets the field names against which searches are performed by the Find Panel. + + + A string specifying the field names against which searches are performed. + + + + + + + Gets or sets whether data searching starts automatically, or must be started manually. + + + + A value. + + + + + + + Gets or sets the text displayed grayed out when the search box is empty. + + + The text displayed grayed out when the search box is empty. + + + + + + + Gets or sets whether the search string is highlighted within located records. + + + true if the search string is highlighted within located records; otherwise, false. + + + + + + + Gets or sets whether the Clear button is displayed within the Find Panel. + + + true if the Clear button is displayed within the Find Panel; otherwise, false. + + + + + + + Gets or sets whether the close ('x') button is displayed within the Find Panel. + + + true if the close ('x') button is displayed within the Find Panel; otherwise, false. + + + + + + + Gets or sets whether the Find button is displayed within the Find Panel. + + + true if the Find button is displayed within the Find Panel; otherwise, false. + + + + + + + + Defines the set of values used to specify the caption location of an editor within an Edit Form. + + + + + + + Specifies the same location as the value. + + + + + + + + A caption is located on the left side of an editor in a left-to-right layout. In a right-to-left layout, the near position is right. + + + + + + + + A caption is not displayed. + + + + + + + + A caption is located above the editor. + + + + + + + + + + Provides settings of the editor that represent the current grid column within an Edit Form. + + + + + + + + Initializes a new instance of the OptionsColumnEditForm class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + The object whose settings are assigned to the current object. + + + + + + + + Gets or sets the caption of the editor that represents the current grid column within an Edit Form. + + + The caption of the editor that represents the current grid column. + + + + + + + Gets or sets the caption location of an editor that represents the current grid column within an Edit Form. + + + + The caption location of an editor that represents the current grid column. + + + + + + + Gets or sets the number of layout columns the editor spans within an Edit Form. Set the property to false for the ColumnSpan property to be in effect. + + + + The number of layout columns within an Edit Form the editor spans. + + + + + + + Gets or sets the number of layout rows the editor spans within an Edit Form. For the RowSpan property to be in effect, set the property to false. + + + + The number of rows the editor spans in an Edit Form. + + + + + + + Gets or sets whether the editor starts a new layout row within an Edit Form. + + + true, if an editor starts a new layout row; otherwise, false. + + + + + + + Gets of sets whether each editor spans the default number of layout columns and rows, specified by the editor's type. + + + true, if the default column and row spans are used; false, if the custom column and row spans (specified by the and properties) are used. + + + + + + + + Gets or sets whether an editor that corresponds to the current grid column is visible within an Edit Form. + + + A value that specifies whether an editor that corresponds to the current grid column is visible within an Edit Form. + + + + + + + Gets or sets the integer that indicates the position of an editor representing the current grid column within an Edit Form. + + + The integer that indicates the position of an editor representing the current grid column within an Edit Form. + + + + + + + + Provides Edit Form settings. + + + + + + + + Initializes a new instance of the GridOptionsEditForm class. + + + + + + + + Gets or sets an action performed when an end-user moves focus to another grid row while an opened Edit Form contains unsaved changes. + + + An action performed when an end-user moves focus to another grid row while an opened Edit Form contains unsaved changes. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + The object whose settings are assigned to the current object. + + + + + + + + Gets or sets the mode in which data from an Edit Form is passed back to the grid. + + + + The mode in which data from an Edit Form is passed back to the grid. + + + + + + + + + Gets or sets the custom user control used as an Edit Form. + + + The custom user control used as an Edit Form. + + + + + + + Gets or sets the total number of layout columns within an Edit Form. + + + The number of layout columns within an Edit Form. + + + + + + + Gets or sets the custom caption of an EditFrom displayed as a modal window. This property is in effect in the mode. + + + The custom caption of an EditFrom displayed as a modal window. + + + + + + + Gets or sets the width of an Edit Form displayed as a modal window. + + + The width of an Edit Form displayed as a modal window, in pixels. + + + + + + + Gets or sets whether an Edit Form can be opened by double-clicking the mouse. + + + + The enumeration value specifying whether an Edit Form can be opened by double-clicking the mouse. + + + + + + + Gets or sets whether an Edit Form can be opened by the Enter key. + + + The enumeration value specifying whether an Edit Form can be opened by the Enter key. + + + + + + + Gets or sets whether an Edit Form can be opened with the F2 key. + + + + The enumeration value specifying whether an Edit Form can be opened with the F2 key. + + + + + + + + Gets or sets whether the Update and Cancel buttons are displayed within an Edit Form. + + + A DefaultBoolean value that specifies whether the Update and Cancel buttons are displayed in an Edit Form. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutViewFieldCaptionImageEventArgs class with the specified settings. + + + + An integer value that specifies the handle of the current card. This value is assigned to the property. + + + + A object that identifies the current column (field). This value is assigned to the property. + + + + An object that represents an image list. This value is assigned to the property. + + + + + + + + Gets or sets the column object that identifes the currently processed card field. + + + A object identifying the current field. + + + + + + + Gets or sets the alignment of the image within the field's caption. + + + A enumeration value that specifies the alignment of the image within the field's caption. + + + + + + + Gets or sets the distance between the field's label and image. + + + An integer value that specifies the distance between the field's label and image, in pixels. + + + + + + + + Contains settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemSearchLookUpEdit class. + + + + + + + + + Fires when the "Add New" button is clicked, and allows you to add new records to the dropdown data source. + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. + + + + + The value of the ValueMember field for the row to locate. + + + The text representation of the DisplayMember field value for the row located. + + + + + + + Returns a value of the field of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value and the data source is a object). + + + + + + + Returns a value of the field of the row containing the specified field value. Allows you to get values in Instant Feedback Mode. + + + + The value of the field for the row to locate. + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested display value is ready to be returned. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value and the data source is a object). + + + + + + + Returns the index of the row that contains the specified value in the ValueMember field. + + + + The value of the ValueMember field for the row to locate. + + + An integer that specifies the index of the required row. + + + + + + + This property is not supported by the RepositoryItemSearchLookUpEdit class. + + + False. + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Gets or sets whether data searching starts automatically, or should be started manually. + + + A value. + + + + + + + This event is not supported by the RepositoryItemSearchLookUpEdit class. + + + + + + + + Registers the control. + + + + + + + + Gets or sets whether the "Add New" button is displayed within the editor's dropdown. + + + true if the "Add New" button is displayed within the editor's dropdown; otherwise, false. + + + + + + + Gets or sets whether the "Clear" button is displayed within the editor's dropdown. + + + true if the "Clear" button is displayed within the editor's dropdown; otherwise, false. + + + + + + + Gets or sets the style in which text is displayed and edited in the editor. + + + A value determining the editing style. + + + + + + + + Contains settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemGridLookUpEditBase class. + + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Starts the control's runtime initialization. + + + + + + + + Ends the control's runtime initialization. + + + + + + + + Returns a value of the field of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value and the data source is a object). + + + + + + + Returns the index of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + A zero-based index of the row containing the specified field value. -1 if no record with the specified value was found. + + + + + + + Returns the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The row containing the specified field value. null (Nothing in Visual Basic) if no row with the specified value was found. + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Creates columns for all fields in the bound data source. + + + + + + + + Gets or sets how records in the dropdown window are filtered when typing text within the edit box. + + + + A value that specifies the editor's popup filter mode. + + + + + + + Returns the collection of repository items (inplace editors) owned by the embedded grid control. + + + A object that stores the embedded grid's repository items. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + Always true. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets the View used to represent data in the dropdown. + + + + A object or its descendant that is currently used to represent data in the dropdown. + + + + + + + Gets or sets the type of View used to represent data in the dropdown. + + + A value that specifies the type of the current View. + + + + + + + + Represents the base class for grid look up editors. + + + + + + + Performs the control's initialization. + + + + + + + + Specifies settings specific to the current editor. + + + A object containing settings for the editor. + + + + + + + + Opens the popup window. + + + + + + + + + An editor that provides lookup functionality using a dropdown , and contains the Find edit box, allowing end-users to quickly filter dropdown rows. + + + + + + + Initializes a new instance of the SearchLookUpEdit class. + + + + + + + + Fires when the "Add New" button is clicked, and allows you to add new records to the dropdown data source. + + + + + + + + Gets whether the editor or its popup has input focus. + + + true if the editor or its popup window has focus; otherwise, false. + + + + + + + Gets the class name of the current editor. + + + A string giving the class name of the current editor. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Specifies settings specific to the current editor. + + + A object containing settings for the editor. + + + + + + + + + Provides data for the event that is raised when an Edit Form is about to be displayed. + + + + + + + + Initializes a new instance of the EditFormShowingEventArgs class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A row handle that identifies the handle of the grid row for which an Edit Form is being displayed. + + + + + + + + Gets or sets whether opening an Edit Form is allowed. + + + true, if opening an Edit Form is allowed; otherwise, false. + + + + + + + Gets the row handle that identifies the grid row for which an Edit Form is opening. + + + The row handle that identifies the grid row for which an Edit Form is opening. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An object representing the band or column whose header is being dragged. This value is assigned to the property. + + + + An object providing information on the header's current position. This value is assigned to the property. + + + + + + + + Gets the column or band whose header is being dragged. + + + An object representing the column or band whose header has been dropped. + + + + + + + Gets an object containing information about the dragged header's current position. + + + A descendant. + + + + + + + + Enumerates the comparison operator types for the filter conditions created for specific columns via the automatic filtering row. + + + + + + + +The Contains operator selects records whose values in the corresponding column contain the entered string. + + + + + + + + + +For columns being filtered by their display text (see ), the Default option acts identically to the Like option. + + + +The Default option acts like the Equals option for the columns that have any of the following in-place editors or any of their descendants: , or . + + + +For other columns, the Default option acts identically to the Like option. + + + + + + + + + + The Equals comparison operator selects records whose values in the corresponding column match the entered value. + + + + + + + + + +The Like comparison operator selects records whose values in the corresponding column start with the entered string. + + +For the columns that use , or in-place editors, the Equals operator is always used, unless these columns are filtered by display text (see ). + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The source of an Edit Form opening event. + + + + + Information associated with an Edit Form opening event. + + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutViewVisibleRecordIndexChangedEventArgs class with the specified settings. + + + + An integer value that specifies the index of the currently visible card. This value is assigned to the property. + + + + An integer value that specifies the index of the previous visible card. This value is assigned to the property. + + + + + + + + Gets the index of the previously visible card. + + + An integer value that specifies the index of the previously visible card. + + + + + + + Gets the index of the current visible card. + + + An integer value that specifies the index of the current visible card. + + + + + + + + Contains information about a specific point within a Layout View. + + + + + + + Initializes a new instance of the LayoutViewHitInfo class. + + + + + + + + Sets the LayoutViewHitInfo class' properties to their default values. + + + + + + + + Gets a column object located under the test point. + + + A object that contains the test point. null (Nothing in Visual Basic) if the test point is over a visual element that does not belong to any column. + + + + + + + Gets a card object located under the test point. + + + A object that contains the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any card. + + + + + + + Gets a card field object located under the test point. + + + A object located under the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any card field. + + + + + + + Gets the bounds of the current object identified by the property. + + + A structure that specifies the bounds of an object identified by the property. + + + + + + + Gets a value identifying the type of visual element located under the test point. + + + A enumeration value identifying the type of visual element located under the test point. + + + + + + + Gets whether the test point belongs to a Layout View. + + + true if the test point belongs to a Layout View; otherwise, false. + + + + + + + Gets whether the test point is within a Card. + + + true if the test point is within a Card; otherwise, false. + + + + + + + Gets whether the test point is within a Card Caption. + + + true if the test point is within a Card Caption; otherwise, false. + + + + + + + Gets whether the test point is within a Card Expand Button. + + + true if the test point is within a Card Expand Button; otherwise, false. + + + + + + + Gets whether the test point is within a View's area where cards can be arranged. + + + true if the test point is within a View's area; otherwise, false. + + + + + + + Gets whether the test point belongs to the "Carousel View" button within the Header Panel. + + + true if the test point belongs to the "Carousel View" button within the Header Panel; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets whether the test point belongs to a View's Zoom Button. + + + true if the test point belongs to a View's Zoom Button; otherwise, false. + + + + + + + Gets whether the test point belongs to the "One Column" button within the Header Panel. + + + true if the test point belongs to the "One Column" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the "Customize" button within the Header Panel. + + + true if the test point belongs to the "Customize" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to a Card Field. + + + true if the test point belongs to a Card Field; otherwise, false. + + + + + + + Gets whether the test point belongs to a Card Field Caption. + + + true if the test point belongs to a Card Field Caption; otherwise, false. + + + + + + + Gets whether the test point belongs to a Field Filter Button. + + + true if the test point belongs to a Field Filter Button; otherwise, false. + + + + + + + Gets whether the test point belongs to a Field Filter Button or Field Sort Button. + + + true if the test point belongs to a Field Filter or Sort Button; otherwise, false. + + + + + + + + Gets whether the test point belongs to a Field Sort Button. + + + true if the test point belongs to a Field Sort Button; otherwise, false. + + + + + + + Gets whether the test point belongs to a Card Field Value. + + + true if the test point belongs to a Card Field Value; otherwise, false. + + + + + + + Gets whether the test point belongs to a Filter Panel. + + + true if the test point belongs to a Filter Panel; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets whether the test point belongs to the Header Panel. + + + true if the test point belongs to the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to any button within the Header Panel. + + + true if the test point belongs to any button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point is within any card's item, except card fields. + + + + true if a test point is within any card's item, except card fields; otherwise, false. + + + + + + + + Gets whether the test point belongs to the "Multiple Columns" button within the Header Panel. + + + true if the test point belongs to the "Multiple Columns" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the "Multiple Rows" button within the Header Panel. + + + true if the test point belongs to the "Multiple Rows" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the "Panning" button within the Header Panel. + + + true if the test point belongs to the "Panning" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the "One Row" button within the Header Panel. + + + true if the test point belongs to the "One Row" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the "One Card" button within the Header Panel. + + + true if the test point belongs to the "One Card" button within the Header Panel; otherwise, false. + + + + + + + Gets whether the test point belongs to the View Caption. + + + true if the test point belongs to the View Caption; otherwise, false. + + + + + + + Indicates whether the specified object is equal to the current object. + + + + A LayoutViewHitInfo object to be compared with the current object. + + + true if the specified object equals the current object; otherwise, false. + + + + + + + Gets a card layout item located under the test point. + + + A descendant located under the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any layout item. + + + + + + + Gets a row handle that identifies the card containing the test point. + + + An integer value that represents the row handle identifying the current card. The value, if the test point doesn't belong to any card. + + + + + + + + Gets or sets the located under the test point. + + + The LayoutView located under the test point. + + + + + + + Gets the visual position of the card that contains the test point. + + + An integer value that specifies the card's visual position within the View's visible area. + + + + + + + + Contains options that control the display of card fields' text labels + + + + + + + Initializes a new instance of the LayoutViewOptionsItemText class. + + + + A object that will own the created object. + + + + + + + + Gets or sets the alignment mode for fields' text labels. + + + A value that specifies the current alignment mode. + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the default distance between card fields' text labels and corresponding edit boxes. + + + An integer value that represents the distance between text labels and corresponding edit boxes + + + + + + + + Contains display options of a Layout View in the view mode. + + + + + + + Initializes a new instance of the LayoutViewOptionsCarouselMode class. + + + + A object that will own the created object. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the transparency level for background cards. + + + A value that specifies the transparency level, in the range between 0(transparent) and 1(opaque). + + + + + + + Gets or sets the fading factor for background cards. + + + A value that specifies the fading factor for background cards, in the range between 0(no fading out) and 1(the bottommost card is invisible). + + + + + + + Gets or sets the scaling factor for background cards. + + + A value that specifies the scaling factor for background cards, ranging between 0(smallest) to 1(no scale). + + + + + + + Gets or sets the number of cards constituting the ellipse. + + + An integer value that specifies the number of cards in the ellipse. + + + + + + + Gets or sets the coordinates of the ellipse, in pixels. + + + A Point structure that specifies the coordinates of the ellipse, in pixels. + + + + + + + Gets or sets the number of frames in the card scrolling animation effect. + + + An integer value that specifies the number of frames in the animation. + + + + + + + Gets or sets the delay between frames in the card scrolling animation effect, in system timer ticks. + + + An integer value that specifies the delay between frames in the card scrolling animation effect, in system timer ticks. + + + + + + + Gets or sets the interpolation mode used to render background cards. + + + + A value that specifies the interpolation mode. + + + + + + + + Gets or sets the pitch angle, in radians, ranging from 0 to π. + + + A value that specifies the pitch angle, in radians, ranging from 0 to π. + + + + + + + Gets or sets the longest radius of the ellipse, in pixels. + + + An integer value that specifies the longest radius of the ellipse, in pixels. 0 if the radius is calculated automatically depending on the View's size. + + + + + + + Gets or sets the roll angle, in radians, ranging from 0 to 2π. + + + A value that specifies the roll angle, in radians, ranging from 0 to 2π. + + + + + + + Gets or sets whether the active card is stretched to the LayoutView's height. + + + true if the active card is stretched to the LayoutView's height; otherwise, false. + + + + + + + Gets or sets whether the active card is stretched to the LayoutView's width. + + + true if the active card is stretched to the LayoutView's width; otherwise, false. + + + + + + + + Contains options controlling the appearance and functionality provided by the Header Panel. + + + + + + + Initializes a new instance of the LayoutViewOptionsHeaderPanel class. + + + + A object that will own the created object. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the Carousel view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+6). + + + true if an end-user can enable the Carousel view mode; otherwise, false. + + + + + + + Gets or sets whether the One Column view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+3). + + + true if an end-user can enable the One Column view mode; otherwise, false. + + + + + + + Gets or sets whether the Customization Form can be enabled via the Customize button within the Header Panel and keyboard shortcut (F6). + + + true if an end-user can enable the Customization Form; otherwise, false. + + + + + + + Gets or sets whether the Multiple Columns view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+5). + + + true if an end-user can enable the Multiple Columns view mode; otherwise, false. + + + + + + + Gets or sets whether the Multiple Rows view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+4). + + + true if an end-user can enable the Multiple Rows view mode; otherwise, false. + + + + + + + Gets or sets whether the Panning mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (F10). + + + true if an end-user can enable the Panning mode; otherwise, false. + + + + + + + Gets or sets whether the One Row view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+2). + + + true if an end-user can enable the One Row view mode; otherwise, false. + + + + + + + Gets or sets whether the One Card view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+1). + + + true if an end-user can enable the One Card view mode; otherwise, false. + + + + + + + Gets or sets whether the Carousel Mode button is displayed within the Header Panel. + + + true if the Carousel Mode button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the One Column button is displayed within the Header Panel. + + + true if the One Column button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the Customize button is displayed within the Header Panel. + + + true if the Customize button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the Multiple Columns button is displayed within the Header Panel. + + + true if the Multiple Columns button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the Multiple Rows button is displayed within the Header Panel. + + + true if the Multiple Rows button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the Panning button is displayed within the Header Panel. + + + true if the Panning button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the One Row button is displayed within the Header Panel. + + + true if the One Row button is displayed within the Header Panel; otherwise, false. + + + + + + + Gets or sets whether the One Card button is displayed within the Header Panel. + + + true if the One Card button is displayed within the Header Panel; otherwise, false. + + + + + + + + Provides options that determine which operations are available for end-users in a Layout View. + + + + + + + Initializes a new instance of the LayoutViewOptionsCustomization class. + + + + A object that will own the created object. + + + + + + + + Gets or sets a value which specifies whether end-users can filter data in the View. + + + A Boolean value that specifies whether the data can be filtered by end-users. + + + + + + + Gets or sets a value specifying whether end-users can sort data. + + + true if end-users can sort data; otherwise, false. + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the Captions group of edit controls is displayed within the Template Card tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Indents group of edit controls is displayed within the Template Card tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Cards group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Fields group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Hidden Items list is displayed within the Template Card tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Layout group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Layout Tree View is displayed within the Template Card tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the View group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. + + + true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Reset Template Card and Shrink Template Card buttons are displayed within the Template Card tab in the Customization Form in advanced customization mode. + + + true if these buttons are displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether the Load Layout and Save Layout buttons are displayed within the View Layout tab in the Customization Form in advanced customization mode. + + + true if these buttons are displayed in advanced customization mode; otherwise, false. + + + + + + + Gets or sets whether additional edit controls providing advanced customization capabilities can be displayed within the LayoutView's Customization Form. + + + true if advanced customization edit controls are enabled; otherwise, false. + + + + + + + + Represents a collection of columns in a Layout View. + + + + + + + Initializes a new instance of the LayoutViewColumnCollection class with default settings. + + + + A object representing the View that will own the new column collection. + + + + + + + + Adds a new column (card field) to the current collection. + + + A object that represents the newly added column. + + + + + + + Creates a new column (card field) which is bound to the specified field and appends it to the collection. + + + + A value that specifies the name of the data field to which the created column is bound. + + + A object which represents the new column. + + + + + + + Adds an array of columns to the end of the collection. + + + + An array of objects. + + + + + + + + Adds an array of columns to the end of the collection. + + + + An array of objects. + + + + + + + + Returns a column by the name of the field to which it is bound. + + + + A value specifying the field name. + + + A object representing a column bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. + + + + + + + Returns a column by its name. + + + + A value specifying the column name. + + + A object representing a column with the specified name. null (Nothing in Visual Basic) if no column is found. + + + + + + + Provides indexed access to individual columns. + + + + A zero-based integer specifying the desired column's position within the collection. If negative or exceeds the last available index, an exception is raised. + + + A object representing the column at the specified position. + + + + + + + Gets the column specified by the bound field name. + + + + A string value specifying the column's bound field name. + + + A object representing the column at the specified position. + + + + + + + Gets the View that owns the current collection. + + + A object that owns the current collection. + + + + + + + + Represents a column in a Layout View. + + + + + + + Initializes a new instance of the LayoutViewColumn class with default settings. + + + + + + + + Gets whether column hot-tracking is allowed. + + + true if column hot-tracking is allowed; otherwise, false. + + + + + + + Gets or sets the image displayed within the field's caption. + + + An image displayed within the field's caption. + + + + + + + + Gets or sets the alignment of an image within the field's caption. This member is not supported. Use the LayoutViewField.ImageAlignment property instead. + + + A System.Drawing.StringAlignment enumeration member specifying the image alignment. + + + + + + + Gets or sets the index of an image in the collection that will be displayed within the field's caption. + + + + An integer value that specifies the he index of an image in the collection. + + + + + + + Gets the layout field that corresponds to the current column. + + + A object that corresponds to the current column. + + + + + + + This property is not supported by the LayoutViewColumn class. + + + 0 + + + + + + + This property is not supported by the LayoutViewColumn class. + + + + + + + + + + Contains options that control the display of a field's sort and filter buttons. + + + + An OptionsField object that contains corresponding options. + + + + + + + Gets or sets a custom tooltip for the current card field. This member is not supported by the LayoutViewColumn class. + + + A string value. + + + + + + + Gets the View which owns the current column. + + + A object which owns the current column. + + + + + + + Gets or sets whether the card field is visible. + + + true if the card field is visible; otherwise. false. + + + + + + + This property is not supported by the LayoutViewColumn class. + + + Always -1. + + + + + + + This property is not supported by the LayoutViewColumn class. + + + + + + + + + + + Enumerates card display modes. + + + + + + + Cards are arranged in an ellipse using a transparency effect. Use the property to customize related display options. + + + + + + + + Cards are arranged in a single column. + + + + + + + + Cards are arranged in multiple columns. + + + + + + + + Cards are arranged in multiple rows. + + + + + + + + Cards are arranged in a single row. + + + + + + + + A single card is displayed at one time. + + + + + + + + + Provides print/export options for a View. + + + + + + + Initializes a new instance of the LayoutViewOptionsPrint class with default settings. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the maximum number of columns in the print/export output. This option is in effect when cards are arranged in multiple columns (the property is set to MultiColumn). + + + An integer value that specifies the maximum number of columns in the print/export output. + + + + + + + Gets or sets the maximum number of rows in the print/export output. This option is in effect when cards are arranged in multiple rows (the property is set to MultiRow). + + + + An integer value that specifies the maximum number of rows displayed in the print/export output. + + + + + + + Gets or sets a value specifying whether card captions are displayed in the print/export output. + + + true if card captions are printed/exported; otherwise, false. + + + + + + + Gets or sets a value specifying whether the filter panel is displayed in the print/export output. + + + true to print/export the filter panel; otherwise, false. + + + + + + + Gets or sets the card layout when the View is printed/exported. + + + A value that specifies the card layout in the print/export output. + + + + + + + Gets or sets whether to print/export only the selected card or all cards within the View. + + + true to print/export the selected card only; otherwise, false. + + + + + + + Gets or sets whether only the focused/selected cards are printed/exported. + + + true if only only the focused/selected cards are printed/exported; otherwise, false + + + + + + + Returns the layout view options' textual representation. + + + A representing the textual representation of the current view options. + + + + + + + Gets or sets whether print styles or the View's appearance settings are used when printing/exporting the View. + + + true to use print styles for printing/exporting the View; false, to use View styles. + + + + + + + + List the values that specify how cards can be displayed in a View: whole cards or partial cards. + + + + + + + Allow cards to be partially displayed. + + + + + + + + Whole cards only are displayed. + + + + + + + + + + Represents a data field within cards in a View. + + + + + + + Initializes a new instance of the LayoutViewField class with the specified repository item. + + + + A class descendant which identifies the type of editor to be used for data editing in the created field. + + + + + + + + Initializes a new instance of the LayoutViewField class with default settings. + + + + + + + + This property is not supported by the LayoutViewField class. Use the property instead. + + + + + + + + + + Returns the column corresponding to the current LayoutViewField object. + + + A object corresponding to the current field. + + + + + + + Gets the name of the column to which the current LayoutViewField object corresponds. + + + A string that specifies the corresponding column's name. + + + + + + + This member is not supported by the LayoutViewField class. + + + + + + + + + + This member is not supported by the LayoutViewField class. + + + + + + + + + + This member is not supported by the LayoutViewField class. + + + + + + + + + + This member is not supported by the LayoutViewField class. + + + + + + + + + + Gets or sets the field's caption when it's displayed within the Customization Form. + + + A string that specifies the field's caption when it's displayed within the Customization Form. + + + + + + + Gets or sets the name of the field represented by the current LayoutViewField object. + + + A string that represents the name of a corresponding data field. + + + + + + + Gets an image collection whose images can be displayed within the current field. + + + An object that represents the image source. + + + + + + + Gets the repository item specifying the editor used to edit the current field's cell values. + + + A descendant. + + + + + + + Gets whether the field's header can be displayed within the Customization Form. + + + true if the field's header can be displayed within the Customization Form; otherwise, false. + + + + + + + Gets or sets the field's caption. + + + A string that specifies the field's caption. + + + + + + + Gets the name of the current object's type. + + + The "LayoutViewField" string. + + + + + + + + Represents the View which allows records to be represented as cards using various layouts. + + + + + + + Creates a new LayoutView object with the specified owner control. + + + + A object that will own the new View. This value is assigned to the property. + + + + + + + + Initializes a new instance of the LayoutView class with default settings. + + + + + + + + Provides access to the properties that allow the appearance of the View's elements to be customized. + + + A object providing appearance settings for View elements. + + + + + + + Provides access to properties that allow the print/export appearance of the View's elements to be customized. + + + + A object that provides print/export appearance settings for the View's elements. + + + + + + + Copies property values and, optionally, event handlers from the View specified as a parameter. + + + + A descendant representing the View whose settings should be copied to the current View. + + + + true to copy event handlers; otherwise, false. + + + + + + + + Starts the View's runtime initialization. + + + + + + + + Returns information about the View elements located at the specified point. + + + + + An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. + + + + An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. + + + A object that contains information on the View elements located at the test point. + + + + + + + Returns information about the View elements located at the specified point. + + + + A structure specifying the test point coordinates relative to the grid control's top-left corner. + + + A object that contains information on the View elements located at the test point. + + + + + + + Gets or sets card caption text patterns. + + + A string value specifying the card caption's text pattern. + + + + + + + Occurs when a card is clicked. + + + + + + + + Fires immediately after a card has been collapsed. + + + + + + + + Provides the ability to prevent particular cards from being collapsed. + + + + + + + + Fires immediately after a card has been expanded. + + + + + + + + Provides the ability to prevent particular cards from being expanded. + + + + + + + + Gets or sets the minimum horizontal interval between adjacent cards. + + + An integer value that specifies the minimum horizontal interval between cards, in pixels. + + + + + + + Gets or sets the minimum size of a card within the current LayoutView. + + + A structure that specifies a card's minimum size. + + + + + + + Gets or sets the minimum vertical interval between adjacent cards displayed. + + + An integer value that specifies the minimum vertical interval between cards, in pixels. + + + + + + + Collapses the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + Provides access to the View's column collection. + + + A object that contains the View's columns. + + + + + + + This method is not supported by the LayoutView class. + + + + An object that implements the DevExpress.XtraExport.IExportProvider interface, that exports data to a particular format. + + + + null + + + + + + + Enables custom images to be shown in card captions. + + + + + + + + Allows you to dynamically customize the layout of fields within specific cards. + + + + + + + + Allows you to customize the appearance of a card's caption and border. + + + + + + + + Enables card captions to be custom painted. + + + + + + + + Enables card field captions to be custom painted. + + + + + + + + Enables you to custom paint card field value cells + + + + + + + + Allows you to dynamically display images in field captions. + + + + + + + + Allows you to customize the appearance of field captions in cards. + + + + + + + + Allows you to customize the appearance of field value regions in edit mode. + + + + + + + + Allows you to customize the appearance of field value regions in display mode. + + + + + + + + Enables you to assign editors to individual cells. + + + + + + + + Enables you to change the separator's width and customize its appearance. + + + + + + + + Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. + + + + + + + + Gets or sets whether a detail auto height feature is enabled. This property is applied to Layout Views when they serve as detail Views. + + + + true if a detail auto height feature is enabled; otherwise, false. + + + + + + + Ends the View's runtime initialization. + + + + + + + + Expands the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + Gets or sets the pattern used to generate field captions. + + + A string that represents the pattern used to generate field captions. + + + + + + + Occurs when a field value is clicked. + + + + + + + + Gets or sets the focused card field. + + + A object or descendant representing the currently focused card field. + + + + + + + + Returns the specified card's caption text. + + + + An integer value specifying the card by its row handle. + + + A string value representing the specified card's caption text. + + + + + + + Gets whether the specified card is collapsed. + + + + An integer value specifying the card's handle. + + + true if the card is collapsed; false if the card is expanded. + + + + + + + Returns a column's actual display caption. + + + + A object + + + A string representing the specified column's display caption. + + + + + + + Gets the specified card's visible index. + + + + An integer value specifying the handle of the card to inspect. + + + An integer value representing the card's visible index. if there isn't any card with the specified handle. + + + + + + + Returns the handle of the card displayed at the specified position. + + + + An integer value representing the card's visible index. + + + An integer value representing the card's handle. , if no card is found or the specified index corresponds to a newly added card which is currently being edited. + + + + + + + + Provides access to a card's hidden items (card fields, empty regions, etc). + + + A object containing hidden items. + + + + + + + Fires after the Customization Form has been hidden. + + + + + + + + Hides the Customization Form. + + + + + + + + Closes the currently active inplace editor, discarding changes made to the edited value. + + + + + + + + + Invalidates the specified card. + + + + An integer value specifying the card by its row handle. + + + + + + + + Invalidates the specified card. + + + + A object that represents the card to be invalidated. + + + + + + + + Invalidates the specified card's caption. + + + + An integer value specifying the card by its row handle. + + + + + + + + Invalidates the specified card field. + + + + An integer value specifying the card by its row handle. + + + + A object that identifies the card field. + + + + + + + + + Invalidates the View element located at the point specified by the hit information object. + + + + A descendant containing hit information. + + + + + + + + Returns whether the specified card is visible. + + + + An integer value that represents the row handle identifying the card. + + + true if the specified card is visible; otherwise, false. + + + + + + + Gets whether the Layout View's runtime customization is active. + + + true if the Layout View's runtime customization is active; otherwise, false. + + + + + + + Gets a value indicating whether the View is in its normal state. + + + true if no specific operation is performed within the View; otherwise, false. + + + + + + + Gets a value indicating whether a cell editor is presently active. + + + true if the View is in edit mode; otherwise, false. + + + + + + + Gets a value indicating whether the end-user is presently resizing cards. + + + true if the end-user is dragging a card separator; otherwise, false. + + + + + + + Gets a value indicating whether the View is visible on screen. + + + true if the View is visible on screen; otherwise, false. + + + + + + + Provides access to a card's visible and hidden layout items (card fields, empty regions, etc). + + + A collection containing a card's items. + + + + + + + Updates the current View. + + + + + + + + Provides access to the View's behavior options. + + + A object containing the View's behavior options. + + + + + + + Provides access to options controlling the appearance of the Layout View in Carousel mode. + + + A object that contains corresponding options. + + + + + + + Provides access to the View's customization options. + + + A object containing the View's customization options. + + + + + + + Provides access to options that control which actions are available via the Header Panel to end-users + + + A object providing corresponding options. + + + + + + + Contains options that control the display of card fields' text labels. + + + A object that contains corresponding options. + + + + + + + Provides options that control the layout of cards when a multiple record display mode is enabled. + + + + A object providing corresponding options. + + + + + + + Provides options that control how the View is printed/exported. + + + A object containing the View's print and export options. + + + + + + + Provides access to a card's display options applied in single card display mode. + + + A object providing corresponding options. + + + + + + + Provides access to the View's appearance options. + + + A object containing the View's appearance options. + + + + + + + Returns actual appearance settings currently used to paint the View's elements. + + + A object which provides the appearance settings currently used to paint the View's elements. + + + + + + + Gets whether the card panning feature is active. + + + true if card panning is active; otherwise, false. + + + + + + + Enables and disables the card panning mode. + + + + + + + + Creates card fields for all fields in the bound data source. + + + + + + + + Gets the number of visible cards within the View, taking into account the current filter settings. + + + + An integer value that specifies the number of visible cards within the current View. + + + + + + + Recalculates all the display information and updates the View. + + + + + + + + Reloads data into View from the data source. + + + + + + + + Gets the number of visible cards within the View. + + + An integer value representing the number of visible cards within the View. + + + + + + + Collapses or expands the specified card. + + + + An integer value representing the card's handle. + + + + true to collapse the specified card; false to expand the specified card. + + + + + + + + Fires before the Customization Form is opened. + + + + + + + + Displays the Customization Form modally. + + + + + + + + Invokes the editor for the focused card field. + + + + + + + + Displays a Filter DropDown for the specified column (card field). + + + + A column for which the filter popup must be invoked. + + + + + + + + Obtains the View's current state. + + + A enumeration member indicating the View's current state. + + + + + + + Synchronizes a View's visual settings with the specified View. + + + + A descendant representing the View whose visual settings should be copied to the current View. + + + + + + + + Represents the card that serves as a template for all cards displayed within the View at runtime. + + + A object that represents the template card. + + + + + + + Gets the bounding rectangle of the View's visible area. + + + A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. + + + + + + + + Gets or sets the visible index of the current card. + + + An integer value that specifies the visible index of the current card. + + + + + + + Fires on scrolling the Layout View. + + + + + + + + + Lists values identifying visual elements in a View. + + + + + + + The test point belongs to a View's border or scroll bar. + + + + + + + + The test point belongs to a card's client area not occupied by field captions and values. + + + + + + + + The test point belongs to a card's caption. + + + + + + + + The test point belongs to the expand button that resides within the card caption and is used to expand/collapse the card. + + + + + + + + The test point belongs to a View's empty area not occupied by cards. + + + + + + + + The test point belongs to the "Carousel View" button within the header panel that applies the corresponding display mode to the View. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + The test point belongs to a View's zoom button. + + + + + + + + The test point belongs to the "One Column" button within the header panel that applies the single column display mode to the View. + + + + + + + + + The test point belongs to the "Customize" button within the header panel. + + + + + + + + The test point belongs to a card field's area not occupied by the field's caption and value. + + + + + + + + The test point belongs to a card field's caption. + + + + + + + + The test point belongs to a Field Filter Button. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + The test point belongs to the Field Sort Button. + + + + + + + + The test point belongs to a card field's value box. + + + + + + + + The test point belongs to a View's filter panel. + + + + + + + + The test point belongs to the check box in the filter panel used to enable/disable filtering within a View. + + + + + + + + The test point belongs to a filter panel close button. + + + + + + + + The test point belongs to a filter panel customize button. + + + + + + + + The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + The test point belongs to a View's header panel. + + + + + + + + The test point belongs to a card layout item (a group, tabbed group, separator, label or empty space item). See to learn more. + + + + + + + + The test point belongs to the View's master-detail tab. + + + + + + + + The test point belongs to the "Multiple Columns" button within the header panel that applies the corresponding display mode to the View. + + + + + + + + + The test point belongs to the "Multiple Rows" button within the header panel that applies the corresponding display mode to the View. + + + + + + + + + The test point is outside a View. + + + + + + + + The test point belongs to the pan button within the header panel that invokes the card panning feature. + + + + + + + + The test point belongs to the "One Row" button within the header panel that applies the single row display mode to the View. + + + + + + + + + The test point belongs to the "One Card" button within the header panel that applies the single card display mode to the View. + + + + + + + + + The test point belongs to a View's caption. + + + + + + + + + Represents a card in a View. + + + + + + + Initializes a new instance of the LayoutViewCard class. + + + + + + + + Gets or sets whether the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin. + + + true, if the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin; otherwise, false. + + + + + + + Gets or sets whether the layout of fields in the card can be customized using drag and drop. This member is not supported by the LayoutViewCard class, + + + A Boolean value. + + + + + + + Returns the default value of the property. + + + A Size structure that is the automatically calculated minimal size of this card. + + + + + + + This property is not supported by the LayoutViewCard class. + + + + + + + + + + Gets or sets whether the card's expand/collapse button is visible. + + + true if the card's expand/collapse button is visible; otherwise, false. + + + + + + + Gets or sets whether double-clicking on a card's caption toggles the expansion state of the card. + + + true if double-clicking on a card's caption toggles the expansion state of the card; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An empty string. + + + + + + + Gets an image collection whose images can be displayed within the card. + + + An object which represents an image collection. + + + + + + + Invalidates the card. + + + + + + + + Gets whether the card is partially visible. + + + true if the card is partially visible; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Resets the minimum size of this LayoutViewCard to its default value. + + + + + + + + Gets or sets the row handle that corresponds to the current card. + + + An integer value that specifies the row handle that corresponds to the current card. + + + + + + + Gets or sets the card's size. This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A structure that defines the card's width and height. + + + + + + + Gets the card's state. + + + A value that specifies the card's state. + + + + + + + Gets the name of the LayoutViewCard type. + + + A string that represents the name of the LayoutViewCard type. + + + + + + + Invalidates the region occupied by the card. + + + + + + + + Returns the object which contains the internal information used to render the card. + + + A DevExpress.XtraGrid.Views.Layout.LayoutViewCardViewInfo object which contains the internal information used to render the card. + + + + + + + Gets the index of the visible column displaying the current card. + + + An integer value that specifies the index of the visible column displaying the current card. + + + + + + + Gets or sets the card's visual position within the View's visible area. + + + An integer value that specifies the card's visual position within the View's visible area. + + + + + + + Gets the index of the visible row displaying the current card. + + + An integer value that specifies the index of the visible row displaying the current card. + + + + + + + + Provides appearance settings used to paint the elements in a View. + + + + + + + Initializes a new instance of the LayoutViewAppearances class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint the background of cards. + + + An object that contains corresponding style settings. + + + + + + + Gets the appearance settings used to paint card captions in a LayoutView. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint field captions in a LayoutView's cards. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint field values in edit mode. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint field values in a LayoutView's cards. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint a focused card's caption in a LayoutView. + + + An object which provides corresponding appearance settings. + + + + + + + Contains appearance settings used to paint the Header Panel. + + + An that contains corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint the captions of selected cards when the grid control is not focused. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint the captions of selected cards. + + + An object which provides corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint a marquee selection frame, when selecting multiple cards by a mouse drag. + + + + An object that specifies corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint card separators. + + + A object providing appearance settings for painting card separators. + + + + + + + Gets the appearance settings used to paint a LayoutView's background. + + + An object which provides corresponding appearance settings. + + + + + + + + Provides behavior options for a View. + + + + + + + Initializes a new instance of the LayoutViewOptionsBehavior class with the specified owner. + + + + A object whose behavior options are initialized. + + + + + + + + Gets or sets whether cards can be collapsed. + + + true if cards can be collapsed; otherwise, false. + + + + + + + Gets or sets whether or not this Layout View supports pixel scrolling. + + + true, if this Layout View supports pixel scrolling; otherwise, false. + + + + + + + Gets or sets whether the card panning feature can be enabled. + + + true if card panning is supported; otherwise, false. + + + + + + + Gets or sets whether an end-user can customize the card layout at runtime via the Customization Form. + + + true if the runtime customization feature is supported; otherwise, false. + + + + + + + Gets or sets whether the view mode can be changed via the property. + + + true if the view mode can be changed via the property; otherwise, false. + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the top visible card is automatically focused when scrolling the View. + + + true if the top visible card is automatically focused when the View is scrolled; otherwise, false. + + + + + + + Gets or sets a value specifying whether adding a new record focuses the new card. + + + true to force the View to focus new cards automatically; otherwise, false. + + + + + + + This member is now obsolete. A layout is restored as specified by a View's property. + + + + + + + + + + Gets or sets a value specifying when the scrollbar should be displayed. + + + A enumeration value specifying when the scrollbar should be displayed. + + + + + + + Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Layout View, or to the next/previous control in tab order. + + + true if TAB/SHIFT+TAB key combinations are handled by the View; otherwise, false. + + + + + + + + Provides appearance options for a View. + + + + + + + Initializes a new instance of the LayoutViewOptionsView class with the specified owner. + + + + A object whose behavior options are initialized. + + + + + + + + Gets or sets whether the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin. + + + true, if the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin; otherwise, false. + + + + + + + Gets or sets whether card fields are highlighted when hovering over them with the mouse cursor. + + + true if field hot-tracking is enabled; otherwise, false. + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether only entire cards can be displayed at the same time, or allow cards to be partially displayed. + + + A value. + + + + + + + Gets or sets whether the top, center or bottom of cards are aligned when they have different heights. + + + + A value. + + + + + + + Gets or sets whether cards are centered within the View, or aligned to its specific edge. + + + A System.Drawing.ContentAlignment value that specifies the alignment of cards. + + + + + + + Gets or sets the default number of columns into which layout items are arranged in the template card. + + + An integer value that specifies the default number of layout columns. + + + + + + + Gets or sets how the focus rectangle is painted around fields. + + + A DevExpress.XtraGrid.Views.Layout.FocusRectStyle enumeration that specifies the focus rectangle display mode. + + + + + + + Gets or sets how the Layout View is scrolled when partial cards are enabled. + + + A value that specifies how the Layout View is scrolled when partial cards are enabled. + + + + + + + Gets or sets the threshold for partially displayed cards, in pixels. + + + An integer value that specifies the threshold for partially displayed cards, in pixels. + + + + + + + Gets or sets whether a card's border is painted when the card caption is hidden. + + + true if a card's border is painted when the card caption is hidden; otherwise, false. + + + + + + + Gets or sets whether a card's caption bar is visible. + + + true if a card's caption is visible; otherwise, false. + + + + + + + Gets or sets whether expand/collapse buttons are displayed within card captions. + + + true if expand/collapse buttons are displayed within card captions; otherwise, false. + + + + + + + Gets or sets whether borders are displayed for card fields. This property is not supported in all skins. + + + true, if borders are displayed for card fields; otherwise, false. + + + + + + + Gets or sets a value specifying whether card separators are displayed. + + + true if card separators are displayed; otherwise, false. + + + + + + + Gets or sets a value specifying whether hints are displayed for card fields with truncated content. + + + true to display hints for card fields with truncated content; otherwise, false. + + + + + + + Gets or sets whether the Header Panel is visible. + + + true if the Header Panel is visible; otherwise, false. + + + + + + + Gets or sets the card layout. + + + A value. + + + + + + + + Contains values that specify how cards in a are aligned. + + + + + + + Centers the View's card(s). + + + + + + + + + Aligns right/bottom edges of cards or displays the current card along the View's right/bottom edge. + + + + + + + + Aligns left/top edges of cards or displays the current card along the View's left/top edge. + + + + + + + + + Defines a set of actions that can be performed when an Edit Form contains unsaved changes and an end-user moves focus to another grid row. + + + + + + + A confirmation dialog asking to discard the changes: + + + + + + + + + Specifies the same behavior as the value. + + + + + + + + No confirmation is requested and it is not possible to move focus to another grid row. + + + + + + + + + A confirmation dialog asking the user to save or discard the changes, or cancel the action: + + + + + + + + + + + Represents the base control for a custom Edit Form. + + + + + + + Initializes a new instance of the EditFormUserControl class. + + + + + + + + Returns the field name in the underlying data source to which the editor is bound. The GetBoundFieldName method is a part of the ProvidePropertyAttribute implementation. + + + + The editor within an EditFormUserControl. + + + The field name in the underlying data source to which the editor is bound. + + + + + + + Gets the editor's property bound to the field in an underlying data source. The GetBoundPropertyName method is part of the ProvidePropertyAttribute implementation. + + + + + The component within an EditFormUserControl. + + + The editor's property bound to the field in the underlying data source. + + + + + + + Sets the field name in the underlying data source to which the editor is bound. The SetBoundFieldName method is a part of the ProvidePropertyAttribute implementation. + + + + The editor within an EditFormUserControl. + + + + The field name in the underlying data source to which the editor is bound. + + + + + + + + Sets the name of the editor's property bound to a field in an underlying data source. The SetBoundPropertyName method is a part of the ProvidePropertyAttribute implementation. + + + + The editor in an EditFormUserControl. + + + + + The name of the editor property to be bound + + + + + + + + + + Provides clipboard options for the . + + + + + + + + Initializes a new instance of the GridOptionsClipboard class with the specified settings. + + + + true, if the ClipboardMode property should be set to the Formatted value; otherwise, false. + + + + + + + + + Gets or sets whether an end-user can copy selected cells to the clipboard. + + + + + A DefaultBoolean enumerator value that specifies if an end-user can copy selected cells to the clipboard. + + + + + + + + Copies settings from the specified object to the current object. + + + + + An object whose setting will be copied to the current object + + + + + + + + + Defines the set of values used to specify the binding mode. + + + + + + + + Edited field values in an Edit Form are collected in a proxy and passed back to the grid simultaneously when an end-user saves changes. + + + + + + + + + Defines the same behavior as the mode. + + + + + + + + An edited field value in an Edit Form is passed back to the grid at the moment an end-user moves focus to another field in an Edit Form. + + + + + + + + + + Contains row cell states for the Grid Control's appearance customization events. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + Specifies that the current row has an even row handle. + + + + + + + + Specifies that the current row is focused. + + + + + + + + Specifies that the grid control has focus and the grid's row being currently processed is focused. + + + + + + + + Specifies that the cell being currently processed is focused. + + + + + + + + Specifies that the grid control is focused. + + + + + + + + Specifies that the current row has an odd row handle. + + + + + + + + Specifies that the row/cell being currently processed is selected. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FieldHeightEventArgs class with the specified settings. + + + + An integer value that identifies the card handle. This value is assigned to the property. + + + + An integer value that specifies the default height for the current card field. This value is assigned to the property. + + + + A object that identifies the current card field. This value is assigned to the property. + + + + + + + + Gets the object that identifies the currently processed field. + + + A object that identifies the currently processed field. + + + + + + + Gets or sets the card field's height. + + + An integer value that specifies the card field's height. + + + + + + + Gets the handle that identifies the currently processed card. + + + An integer value that specifies the card's handle. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Serves as the base for classes which provide View options for Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the animation mode, which identifies cells for which animation is enabled. + + + + A value that represents animation mode. + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Returns the actual animation type. + + + If the property is set to Default, the AnimateFocusedItem value is returned; Otherwise, the property's value is returned. + + + + + + + Gets or sets the mode in which the editor buttons are displayed in a View. + + + The value that specifies the mode in which the editor buttons are displayed in a View. + + + + + + + Gets or sets whether the filter panel is displayed when data filtering is applied. + + + true to display the filter panel when data filtering is applied; otherwise, false. + + + + + + + Gets or sets a value which specifies when the Filter Panel is shown. + + + A enumeration value which specifies when the filter panel is shown. + + + + + + + Gets or sets whether the View Caption is displayed above the View. + + + true if the View Caption is displayed above the View; otherwise, false. + + + + + + + + Contains settings specific to the control. + + + + + + + Initializes a new instance of the RepositoryItemGridLookUpEdit class. + + + + + + + + Copies the properties of the source repository item to the current object. + + + + + The source repository item object. + + + + + + + + Gets or sets whether the automatic completion feature is enabled + + + true if the automatic completion feature is enabled; otherwise, false. + + + + + + + Gets the class name of the current editor. + + + The string identifying the class name of the current editor. + + + + + + + + Returns the text representation of the object that is stored in the DisplayMember field in the specified row. + + + + The zero-based index of the required row in the dropdown data source. + + + + A string that specifies the display text for the specified row. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. + + + + + The value of the ValueMember field for the row to locate. + + + The text representation of the DisplayMember field value for the row located. + + + + + + + Returns an object that is stored in the DisplayMember field in the specified row. + + + + A zero-based index of the required row in the dropdown data source. + + + An object stored in the DisplayMember field in the specified row; null if no row exists with the specified index. + + + + + + + Returns a value of the field of the row containing the specified field value. + + + + The value of the field for the row to locate. + + + The value of the field for the row located. +null if no record with the specified value was found (System.DBNull.Value and the data source is a object). + + + + + + + Returns a value of the ValueMember field from the specified row. + + + + A zero-based index of the required row. + + + A key value in the specified row. + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Registers the control. + + + + + + + + Gets or sets whether server mode is enabled. + + + true if server mode is enabled; otherwise, false. + + + + + + + + Lists the types of Views that can be used within a control. + + + + + + + Corresponds to an View. + + + + + + + + Corresponds to a View. + + + + + + + + +The default View is used. + +Currently this option is the same as the GridView option + + + + + + + + Corresponds to a View. + + + + + + + + + An editor that provides lookup functionality using a dropdown . + + + + + + + Initializes a new instance of the GridLookUpEdit class. + + + + + + + + Gets the class name of the current editor. + + + A string giving the class name of the current editor. + + + + + + + + Returns a data source row corresponding to the currently selected edit value. + + + An object that represents a data source row corresponding to the currently selected edit value. + + + + + + + Specifies settings specific to the current editor. + + + A object containing settings for the editor. + + + + + + + + + Contains options that control the layout of cards when a multiple record display mode is enabled. + + + + + + + Initializes a new instance of the LayoutViewOptionsMultiRecordMode class. + + + + A object that will own the created object. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the maximum number of columns displayed in the View. This option is in effect when multiple columns are allowed to be displayed (in Row, MultiRow and MultiColumn view modes). + + + An integer value that specifies the maximum number of columns displayed in the View. + + + + + + + Gets or sets the maximum number of rows displayed in the View. This option is in effect when multiple rows are allowed to be displayed (in Column, MultiColumn and MultiRow view modes). + + + An integer value that specifies the maximum number of rows displayed in the View. + + + + + + + Gets or sets the scroll bar's orientation in multi column display mode. + + + A ScrollBarOrientation value that specifies the scroll bar's orientation in multi column display mode. + + + + + + + + Gets or sets the scroll bar's orientation in multi row display mode. + + + A ScrollBarOrientation value that specifies the scroll bar's orientation in multi row display mode. + + + + + + + + Gets or sets whether cards are stretched vertically to fully fill the View's height. This option is in effect when cards are arranged in rows (in Row and MultiRow view modes). + + + true if cards are stretched vertically to fully fill the View's height; otherwise, false. + + + + + + + Gets or sets whether cards are stretched horizontally to fully fill the View's width. This option is in effect when cards are arranged in columns (in Column and MultiColumn view modes). + + + true if cards are stretched horizontally to fully fill the View's width; otherwise, false. + + + + + + + + Represents an object which corresponds to a data cell. + + + + + + + Initializes a new instance of the class. + + + + An integer value which specifies the handle of the row which owns the cell. This value is assigned to the property. + + + + A object which represents the column which contains the cell. This value is assigned to the property. + + + + + + + + Gets the column which contains the cell. + + + A object that represents the column which contains the cell. + + + + + + + + Indicates whether the current instance is equal to the specified object. + + + + A object to compare with the current object. + + + true if the specified object instance is equal to the current instance; otherwise, false. + + + + + + + Gets the handle of the row which owns the cell. + + + An integer value which specifies the handle of the row which owns the cell. + + + + + + + Returns a string representation of the current GridCell object. + + + A string that represents the current GridCell. + + + + + + + + Provides selection options for Advanced Banded Grid Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + Gets or sets whether multiple cells or rows can be selected. + + + A enumeration value which specifies whether multiple cells or rows can be selected. + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + This property is not relevant for Advanced Banded Grid Views. + + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the View which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RowFilterEventArgs class. + + + + An integer that identifies the row to be processed. This value is used to initialized the parameter. + + + + + + + + Gets or sets whether the event is handled and therefore no default processing is required. + + + + true, if the default actions are not required; otherwise, false. + + + + + + + + Gets the index in the data source of the row currently being processed. + + + + A zero-based integer that identifies the row's index in the underlying data source. + + + + + + + Gets or sets whether the current record must be visible in a View. + + + true if the record must be visible; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value which represents the row's handle. This value is assigned to the property. + + + + An object which represents the processed row. This value is assigned to the property. + + + + + + + + Gets the processed row. + + + An object which represents the processed row. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object which contains the View information about the row being processed. + + + + + + + + Gets the bounding rectangle of the painted preview section. + + + A structure which specifies the boundaries of the preview section. + + + + + + + + Lists the values that specify whether master-detail expand buttons are displayed grayed out when their associated details don't contain any data. + + + + + + + Master-detail expand buttons are always displayed in black. + + + + + + + + Display master-detail expand buttons as grayed out if all details in the data source corresponding to a master row are empty. All details in the data source are checked, not only the details displayed by the Grid Control (see ). + + + + + + + + + Display master-detail expand buttons as grayed out if the default detail is empty. + +The default detail is identified by the property + + + + + + + + + The same as the option. + + + + + + + + + Lists values that specify whether multiple cells or rows can be selected. + + + + + + + Individual cells and blocks of cells can be selected. This option is not supported in Advanced Banded Grid Views. + + + + + + + + + + + + +Multiple rows can be selected via the mouse, keyboard and built-in Check column (which displays check boxes in each row). Individual cells cannot be selected. + + + +The and Views do not support this selection mode. + + + + + + + + + +Multiple rows can be selected via the mouse and keyboard. Individual cells cannot be selected. + + + + + + + + + + + + + + Defines the set of values used to specify the grid editing mode. + + + + + + + Provides the same functionality as the value. + + + + + + + + Row data is edited in a separate modal Edit Form. + + + + + + + + Row data is edited in an in-line Edit Form that appears immediately below the selected row. + + + + + + + + Row data is edited in an in-line Edit Form while the selected row is hidden. + + + + + + + + Row data is edited in-place, in row cells. + + + + + + + + + Stores advanced tile settings for the . + + + + + + + Initializes a new instance of the TileViewItemOptions class with the specified settings. + + + + A that owns the newly created TileViewItemOptions object. + + + + + + + + Gets or sets whether tiles within this should be displayed as sunken when an end-user presses them. + + + true, if tiles within this should be displayed as sunken when an end-user presses them; otherwise, false. + + + + + + + Clones all settings from the target object to this TileViewItemOptions object. + + + + A source BaseOptions object whose settings are to be copied. + + + + + + + + Gets or sets the maximum number of columns medium-sized tiles can occupy within this . + + + An Int32 value that is the maximum number of columns medium-sized tiles can occupy within this . + + + + + + + Returns the default tile padding. + + + A Padding(12, 8, 12, 8) structure that is the default tile padding. + + + + + + + Stores the default padding. + + + A Padding(0, 0, 0, 0) structure that is the default padding. + + + + + + + Gets or sets whether the initially focused tile should be highlighted when the is loaded for the first time. + + + true, if the initially focused tile should be highlighted; otherwise, false. + + + + + + + Gets or sets the horizontal alignment mode for this 's content. + + + A HorzAlignment enumerator value that specifies the horizontal alignment mode for this 's content. + + + + + + + Gets or sets the distance between neighboring tile groups. + + + An Int32 value that is the distance between neighboring tile groups. + + + + + + + Gets or sets the distance between neighboring tiles within this . + + + An Int32 value that is the distance between neighboring tiles within this . + + + + + + + Gets or sets the alignment for tile background images. + + + A enumerator value that specifies the alignment for tile background images. + + + + + + + Gets or sets the scale mode for tile background images. + + + A enumerator value that specifies the scale mode for tile background images. + + + + + + + Gets or sets the tile border visibility mode applied to all tiles within this . + + + A enumerator value that is the tile border visibility mode applied to all tiles within this . + + + + + + + Gets or sets the padding for all tiles within the . + + + A Padding structure that is the tile padding. + + + + + + + Gets or sets the size of tiles within this . + + + A Size structure that is the size of tiles within this . + + + + + + + Gets or sets the current orientation. + + + An Orientation enumerator value that specifies the current orientation. + + + + + + + Gets or sets the current padding. + + + A Padding structure that is the current padding. + + + + + + + Gets or sets the maximum number of rows medium-sized tiles can occupy within this . + + + An Int32 value that is the maximum number of rows medium-sized tiles can occupy within this . + + + + + + + Gets or sets which scroll elements this should display. + + + A enumerator value that specifies which scroll elements this should display. + + + + + + + Gets or sets whether the tile groups' captions should be visible. + + + true, if the tile groups' captions should be visible; otherwise, false. + + + + + + + Gets or sets the vertical alignment mode for the content. + + + A VertAlignment enumerator value that specifies the vertical alignment mode for the content. + + + + + + + + A column's total summary item. + + + + + + + + Initializes a new GridColumnSummaryItem class instance. + + + + + + + + Initializes a new GridColumnSummaryItem class instance with the specified summary type, field name and display format. + + + + A value that specifies a summary's summary type. This parameter initializes the property. + + + + A string value that specifies a summary's field name. This parameter initializes the property. + + + + A string value that specifies a summary's display format. This parameter initializes the property. + + + + + + + + Initializes a new GridColumnSummaryItem class instance with the specified summary type. + + + + A value that specifies a summary's summary type. This parameter initializes the property. + + + + + + + + + Initializes a new GridColumnSummaryItem class instance with the specified summary type, field name, display format and tag. + + + + A value that specifies a summary's type. This parameter initializes the property. + + + + A string value that specifies a summary's field name. This parameter initializes the property. + + + + A string value that specifies a summary's display format. This parameter initializes the property. + + + + An object value that specifies a summary's tag. This parameter initializes the property. + + + + + + + + Gets or sets a name of the field for which a total summary should be calculated. + + + A string value that specifies the column's field name for which a total summary should be calculated. + + + + + + + Returns the default display format for a column's summary item. + + + A string that specifies the default display format. + + + + + + + + + Provides data for the event that is raised when an Edit Form is about to be displayed. + + + + + + + Initializes a new instance of the EditFormPreparedEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + Gets the collection of editors within the Edit Form that are bound to the grid control's data source. + + + The collection of editors within the Edit Form that are bound to the data source. + + + + + + + Sets input focus to the editor that corresponds to the grid column with the specified . + + + + The field name of the that corresponds to the target editor in the EditForm. + + + + true, if input focus was set to the editor; otherwise, false. + + + + + + + Sets input focus to the editor that corresponds to the specified . + + + + The that corresponds to the editor to which to set input focus. + + + + true, if input focus was set to the editor; otherwise, false. + + + + + + + Gets the container that arranges editors and buttons on the Edit Form. + + + The container that arranges editors and buttons on the Edit Form. + + + + + + + Gets the handle that identifies the grid row for which the Edit From is about to be displayed. + + + The handle that identifies the grid row for which the Edit From is about to be displayed. + + + + + + + + A column's total summary collection that can be displayed within the column's footer. + + + + + + + + Initializes a new instance of the class. + + + + A object that will own the created collection. + + + + + + + + Adds a new summary item to the current summary collection and initializes its summary type and field name. + + + + A value that is the new item's summary type. This parameter is used to initialize the property. + + + + A string value that is field's name used to calculate the summary. This parameter is used to initialize the property. + + + + A object that is a new summary item added to the collection. + + + + + + + Adds a new summary item to the current summary collection and initializes its summary type, field name and display format. + + + + A value that is the new item's summary type. This parameter is used to initialize the property. + + + + A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. + + + + + A string value that is the display format of the summary. The parameter is used to initialize the property. + + + + A object that is a new summary item added to the collection. + + + + + + + Adds a new summary item to the current summary collection and initializes its summary type, field name, display format and format provider. + + + + A value that is the new item's summary type. This parameter is used to initialize the property. + + + + A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. + + + + + A string value that is the display format of the summary. The parameter is used to initialize the property. + + + + + A value that provides the format of the summary. The parameter is used to initialize the property. + + + + A object that is a new summary item added to the collection. + + + + + + + Adds a new empty item to the collection. + + + A new object that has been added to the collection. + + + + + + + Adds a new summary item to the current summary collection and initializes its summary type. + + + + A value that is the new item's summary type. This parameter is used to initialize the property. + + + A object that is a new summary item added to the collection. + + + + + + + Gets a summary item by its tag. + + + + An object that is the property value of a summary item to be returned. + + + A object whose property matches the tag parameter value. + + + + + + + Gets a summary item by its index. + + + + An integer that is the value of a summary item to be returned. + + + A object whose property matches the index value. + + + + + + + Gets the View that owns the current column, and therefore, the current summary collection. + + + + A descendant that owns the current column, and therefore, the current summary collection. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FilterPopupCheckedListBoxEventArgs class with the specified settings. + + + + A object that refers to the current column displaying the check filter drop-down list. This value is assigned to the property. + + + + A object that contains settings of the check filter drop-down list. This value is assigned to the property. + + + + + + + + Gets an object that contains settings of the checked filter dropdown list. + + + A object that contains settings of the checked filter drop-down list. + + + + + + + Gets the column displaying the check filter drop-down list. + + + A object displaying the check filter drop-down list. + + + + + + + + Provides print/export options for Banded Grid Views. + + + + + + + Creates a new object. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether band headers are printed/exported. + + + true if band headers are printed/exported; otherwise, false. + + + + + + + + This class is used to retrieve columns from a object and populate a with these columns via the method. + + + + + + + Initializes a new instance of the ViewFilterColumnCollection class with the columns from the specified View. + + + + A object whose columns are used to initialize Filter Columns in the current collection. + + + + + + + + Returns the display text of the specified value formatted by the specified Filter Column (the property parameter). + + + + An value that represents a target Filter Column. + + + + The value to be formatted. + + + A string value that specifies the display text of the specified value formatted by the specified Filter Column (the property parameter). + + + + + + + Gets the View whose columns are used to initialize Filter Columns in the current collection. + + + + + + + + + + Provides options for bands. + + + + + + + Initializes an instance of the OptionsBand class with default settings. + + + + + + + + Gets or sets whether the band header's appearance is changed when the mouse hovers over it. + + + true if the band header's appearance is changed when the mouse hovers over it; otherwise, false. + + + + + + + Gets or sets whether end-users can move the band by dragging its header. + + + true if the band can be moved; otherwise, false. + + + + + + + Gets or sets whether the band's header can be pressed. + + + + true if the band's header can be pressed; otherwise, false. + + + + + + + + Gets or sets whether the band can be resized by dragging the right edge of its header. + + + + true if the band can be resized by dragging the right edge of its header; otherwise, false. + + + + + + + + Copies all the settings from the options object passed as the parameter to the current options object. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the band's width remains fixed when the View's auto width feature is enabled and the View is resized. + + + + true if the band's width remains fixed when the View's auto-width feature is enabled and the View is resized; otherwise, false. + + + + + + + + Gets or sets whether the band's caption is displayed within the band header. + + + true if the band's caption is displayed within the band header; otherwise, false. + + + + + + + Gets or sets whether the band's header is displayed within the Customization Form when the band is invisible. + + + + true if the band header is displayed within the Customization Form when the band is invisible; otherwise false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. + + + + The value to initialize the property. + + + + A object representing the column that contains the currently processed cell. This value is used to initialize the property. + + + + An object representing the value of the currently processed cell. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + The value to initialize the property. + + + + + + + + Gets the column that contains the cell currently being processed. + + + + A object that represents the column which contains the cell currently being processed. + + + + + + + + Gets or sets the display text for the cell currently being processed. + + + + A string representing the cell's current display text. + + + + + + + Gets the handle of the currently processed group row. Returns the value if the CustomColumnDisplayText event is not called for a group row. + + + The handle of the currently processed group row. + + + + + + + Returns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row. + + + + true, if the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row; otherwise, false. + + + + + + + + Gets the index in the data source of the row which contains the cell currently being processed. + + + + An integer value representing the row's index in the data source. + + + + + + + Gets the edit value of the cell currently being processed. + + + + An object representing the edit value of the cell currently being processed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomColumnDataEventArgs class with the specified settings. + + + + A object representing the unbound column. This value is used to initialize the property. + + + + An integer value identifying the index in the data source of the row containing the currently processed cell. This value is used to initialize the property. + + + + + An object representing the currently processed cell's value. This value is used to initialize the property. + + + + A Boolean value specifying whether the cell's value must be obtained from or saved to a data source. This value is used to initialize the property. + + + + + + + + Gets the unbound column currently being processed. + + + + A object representing the unbound column currently being processed. + + + + + + + + Gets a Boolean value which indicates whether you should provide data for the currently processed cell. + + + + + true if you need to provide data for the currently processed cell, false otherwise. + + + + + + + + Gets whether the current cell's value should be stored in a custom data source. + + + + true if the current cell's value needs to be saved in a custom data source. + + + + + + + + Gets the current row's index in the data source. + + + An integer value identifying the current row's index in the data source. + + + + + + + + Gets the currently processed row. + + + An object that is the currently processed row. + + + + + + + Gets or sets the value of the cell currently being processed. + + + + An object representing the value of the cell currently being processed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ColumnEventArgs class with the specified band. + + + + A object referring to the column that will be processed. This value is assigned to the property. + + + + + + + + Gets the column being processed. + + + A object representing the column being processed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BandEventArgs class with the specified band. + + + + A object referring to the band that will be processed. This value is assigned to the property. + + + + + + + + Gets the band currently being processed. + + + + A object representing the band currently being processed. + + + + + + + + + Represents a collection which contains the information required to sort the group rows by summary values. + + + + + + + Initializes a new instance of the class. + + + + A object or descendant representing the View that will own the collection. This value is assigned to the property. + + + + + + + + Appends a object to the collection. + + + + A object to add to the collection. If null (Nothing in Visual Basic) an exception is raised. + + + The object which was added to the collection. null (Nothing in Visual Basic) if it couldn't be added to the collection. + + + + + + + Initializes a new instance of the class with the specified parameters and appends it to the collection. + + + + A object representing a summary item used to calculate summary values for groups of rows. If null (Nothing in Visual Basic) an exception is raised. + + + + A enumeration value specifying the sort order. + + + + A object which defines the nesting level of the group whose rows will be sorted by the summary values. + + + The object added to the collection. null (Nothing in Visual Basic) if the View is not grouped by the specified column's values. + + + + + + + Initializes a new instance of the class with the specified sort order and appends it to the collection. + + + + A object representing a summary item used to calculate summary values for groups of rows. If null (Nothing in Visual Basic) an exception is raised. + + + + A enumeration value specifying the sort order. + + + The object added to the collection. null (Nothing in Visual Basic) if the View is not grouped. + + + + + + + Appends an array of objects to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Locks the GroupSummarySortInfoCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Clears the collection and adds an array of objects to it. + + + + An array of objects to add to the collection. + + + + + + + + Unlocks the GroupSummarySortInfoCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the position of the specified item within the collection. + + + + The object to locate in the collection. + + + A zero-based integer representing the specified item's position within the collection. -1 if the collection doesn't contain the specified object. + + + + + + + Gets a object specified by its summary item. + + + + A object specifying the property of the required collection item. + + + The object whose property matches the parameter's value. null (Nothing in Visual Basic) if no item is found. + + + + + + + Provides indexed access to individual objects. + + + + A zero-based integer specifying the index of the required item in the collection. If negative, an exception is raised. + + + The object at the specified position. null (Nothing in Visual Basic) if the index parameter exceeds the last available index. + + + + + + + Removes from the collection the element that refers to the specified summary item. + + + + A object used to identify which item to remove from the collection. + + + + + + + + Removes the specified object from the collection. + + + + A object to remove from the collection. + + + + + + + + Gets the View that owns the current collection. + + + A object or a descendant that represents the View that owns the collection. + + + + + + + + Represents an element in a . + + + + + + + Initializes a new instance of the class. + + + + A object which represents a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A object which defines the nesting level of the group whose rows will be sorted by the summary values. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class with the specified sort order. + + + + A object that represents a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A object which defines the nesting level of the group whose rows will be sorted by the summary values. This value is assigned to the property. + + + + A enumeration value specifying the sort order. This value is assigned to the property. + + + + + + + + Gets the grouped column which defines the nesting level of the group whose rows will be sorted by the summary values. + + + A object which defines the nesting level of the group whose rows will be sorted by the summary values. + + + + + + + Gets the order in which group rows are sorted. + + + + A enumeration value specifying the order in which group rows are sorted. + + + + + + + Gets the summary item which is used to calculate summary values for groups of rows. + + + A object which represents the summary item used to calculate summary values for groups of rows. + + + + + + + + Represents a root node in the tree-like structure that associates master-detail relationships with pattern Views. + + + + + + + + Initializes a new instance of the GridLevelTree class. + + + + A object which will receive change notifications for the created GridLevelTree object. + + + + + + + + Returns an array of the pattern Views assigned to the child nodes of the current node. + + + + An array of pattern Views assigned to child nodes of the current node. + + + + + + + Gets whether the current node is the root node. + + + true + + + + + + + Gets the main View of the grid control. + + + A object representing the grid's main View. + + + + + + + Gets the string that identifies the root node. + + + A string that identifies the root node. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the GridLevelNodeCollection class with the specified owner. + + + + + A object representing the node that will own the created collection. This value is assigned to the property. + + + + + + + + + Creates a new node and appends it to the current collection. + + + + + A string specifying the name of the relationship that the new node will represent. This parameter's value is used to initialize the node's property. + + + + A descendant representing the pattern View to associate with the specified relationship. This parameter's value is used to initialize the node's property. + + + A object representing the created node. + + + + + + + Adds the specified node to the collection. + + + + A object representing the node to add to the collection. + + + + + + + + Adds an array of nodes to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Returns a Boolean value indicating whether the current collection contains a node that refers to the specified relationship. + + + + + A string representing the name of the relationship to locate in the collection. + + + true if the collection contains a node which refers to the specified relationship; otherwise, false. + + + + + + + + Returns the index of the specified node in the collection. + + + + A object representing the node in the collection whose index is required. + + + + An integer value representing the zero-based index of the specified node in the collection; -1 if the node isn't found in the collection. + + + + + + + + Creates a node and inserts it at a specific point within the collection. + + + + + An integer value representing the zero-based index at which the new node should be added. + + + + + A string specifying the name of the relationship that the new node will represent. This parameter's value is used to initialize the node's property. + + + + A descendant representing the pattern View to associate with the specified relationship. This parameter's value is used to initialize the node's property. + + + A object representing the created node. + + + + + + + Provides indexed access to the nodes in the collection. + + + + + An integer value specifying the zero-based index of the required collection item. + + + A object representing the node at the specified position. + + + + + + + Gets a node by the name of the relationship which it represents. + + + + + The name of the relationship to locate. + + + A object representing the collection item whose property matches the specified value. null if no item is found. + + + + + + + + Gets the node that owns the current collection. + + + The object that owns the collection. + + + + + + + + Removes the specified child node. + + + + A object representing the node to delete from the collection. + + + + + + + + + Represents a node in the tree-like structure that associates master-detail relationships with pattern Views. + + + + + + + Initializes a new instance of the GridLevelNode class with default settings. + + + + + + + + Initializes a new instance of the GridLevelNode class with the specified settings. + + + + A object representing the root node. A value for this parameter can be obtained via the property. + + + + A string specifying the name of the relationship. This value is assigned to the property. + + + + A descendant representing the pattern view associated with the specified relationship. This value is assigned to the property. + + + + + + + + Deletes the current node. + + + + + + + + Searches for the node that refers to the specified View. + + + + A descendant representing the referenced View. + + + + A GridLevelNode object that refers to the specified view; null if no node is found. + + + + + + + + Searches for the node that refers to the specified relationship. + + + + A string representing the referenced relationship. + + + + A GridLevelNode object that refers to the specified relationship; null if no node is found. + + + + + + + + Gets whether the current node has children + + + true, if the node has children; otherwise, false. + + + + + + + + Gets whether the current node is the root node. + + + true if the current node is the root node; otherwise, false. + + + + + + + Gets the nesting level of the current node. + + + A zero-based integer representing the nesting level of the node. + + + + + + + Gets or sets the pattern view associated with a relationship. + + + A descendant representing the pattern View associated with a relationship. + + + + + + + Provides access to the collection of child nodes. + + + A object representing the collection of child nodes. + + + + + + + Gets the node collection that owns the current node. + + + A object representing the collection that owns the node. + + + + + + + Gets the parent node of the current node. + + + + A object that refers to the parent node. + + + + + + + Gets or sets the name of the relationship for which the current node provides a pattern view. + + + A string identifying the relationship's name. + + + + + + + + Provides appearance options for Advanced Banded Grid Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether neighboring cells with identical values can be merged. + + + false always + + + + + + + Gets or sets a value which specifies whether column widths are automatically modified so that the total width of all the columns matches the View's width. + + + + true to enable the column auto width feature; otherwise, false. + + + + + + + Gets or sets a value specifying whether the height of each data row is automatically adjusted so as to completely display the contents of its cells. + + + + true to enable automatic calculation of the heights of data rows; otherwise, false. + + + + + + + + + Provides the appearance settings used to paint the elements in a Banded Grid View when the grid control is printed/exported. + + + + + + + Initializes a new instance of the class with the specified owning View. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint band headers when the grid control is printed. + + + A object that provides the appearance settings used to paint band headers when the grid control is printed. + + + + + + + + Provides the appearance settings which are used to paint the elements that are common to all types of Views when the grid control is printed/exported. + + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint the filter panel when the grid is printed. + + + A object which provides the appearance settings used to paint the filter panel when the grid is printed. + + + + + + + + Provides the appearance settings used to paint the elements in a Grid View when the grid control is printed/exported. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint the even data rows when the grid control is printed. + + + A object which provides the appearance settings used to paint even data rows when the grid control is printed. + + + + + + + Gets the appearance settings used to paint the view footer when the grid is printed. + + + A object that provides the appearance settings used to paint the View footer when the grid is printed. + + + + + + + Gets the appearance settings used to paint the group footer when the grid is printed. + + + A object that provides the appearance settings used to paint the group footer when the grid is printed. + + + + + + + Gets the appearance settings used to paint group rows when the grid is printed. + + + A object that provides the appearance settings used to paint group rows when the grid is printed. + + + + + + + Gets the appearance settings used to paint column headers when the grid is printed. + + + A object that provides the appearance settings used to paint column headers when the grid is printed. + + + + + + + Gets the appearance settings used to paint the horizontal and vertical lines when the grid is printed. + + + A object that provides the appearance settings used to paint the horizontal and vertical lines when the grid is printed. + + + + + + + Gets the appearance settings used to paint odd data rows when the grid control is printed. + + + A object that provides the appearance settings used to paint odd data rows when the grid control is printed. + + + + + + + Gets the appearance settings used to paint the preview sections when the grid is printed. + + + A object that provides the appearance settings used to paint the preview sections when the grid is printed. + + + + + + + Gets the appearance settings used to paint the data rows when the grid control is printed. + + + A object that provides the appearance settings used to paint the data rows when the grid control is printed. + + + + + + + + Provides the appearance settings used to paint the elements in a Card View when the grid control is printed/exported. + + + + + + + + Initializes a new instance of the class. + + + + A descendant which represents the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint cards when the grid is printed. + + + A object which provides the appearance settings used to paint cards when the grid is printed. + + + + + + + Gets the appearance settings used to paint card captions when the grid is printed. + + + A object which provides the appearance settings used to paint card captions when the grid is printed. + + + + + + + Gets the appearance settings used to paint field captions when the grid is printed. + + + A object which provides the appearance settings used to paint card field captions when the grid is printed. + + + + + + + Gets the appearance settings used to paint the field values when the grid is printed. + + + A object which provides the appearance settings used to paint the field values when the grid is printed. + + + + + + + + Provides the appearance settings used to paint the elements in a Grid View. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint filter buttons. + + + A object that provides the appearance settings used to paint column filter buttons. + + + + + + + Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. + + + A object that provides the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. + + + + + + + Gets or sets the appearance of the hint text displayed within an empty Customization Form. + + + A object that contains corresponding style settings. + + + + + + + Gets the appearance settings used to paint the detail tooltips. + + + A object that provides the appearance settings used to paint the detail tooltips. + + + + + + + Gets the appearance settings used to paint the View's empty space. + + + A object that provides the appearance settings used to paint the View's empty space. + + + + + + + Gets the appearance settings used to paint even data rows. + + + A object that provides the appearance settings used to paint even data rows. + + + + + + + Gets the appearance settings used to paint the fixed lines. + + + A object providing the appearance settings used to paint the fixed lines. + + + + + + + Gets the appearance settings used to paint the currently focused row cell. + + + A object that provides the appearance settings used to paint the currently focused row cell. + + + + + + + Gets the appearance settings used to paint the currently focused row. + + + A object that provides the appearance settings used to paint the currently focused row. + + + + + + + Gets the appearance settings used to paint the view footer. + + + A object that provides the appearance settings used to paint the View footer. + + + + + + + Returns an appearance object that contains settings to paint the Row Indicator Panel. + + + An that contains settings to paint the Row Indicator Panel. + + + + + + + Gets the appearance settings used to paint group expand buttons. + + + A object that provides the appearance settings used to paint group expand buttons. + + + + + + + Gets the appearance settings used to paint the group footer. + + + A object that provides the appearance settings used to paint the group footer. + + + + + + + Gets the appearance settings used to paint the group panel. + + + A object that provides the appearance settings used to paint the group panel. + + + + + + + Gets the appearance settings used to paint group rows (and the corresponding indents). + + + A object that provides the appearance settings used to paint group rows and the corresponding indents. + + + + + + + Gets the appearance settings used to paint column headers and row indicator panel. + + + A object that provides the appearance settings used to paint column headers. + + + + + + + Gets the appearance settings used to paint the selected row(s) when the grid control is not focused. + + + A object that provides the appearance settings used to paint the selected row(s) when the grid control is not focused. + + + + + + + Gets the appearance settings used to paint the horizontal lines. + + + A object that provides the appearance settings used to paint the horizontal lines. + + + + + + + Gets the appearance settings used to paint odd data rows. + + + A object that provides the appearance settings used to paint odd data rows. + + + + + + + Gets the appearance settings used to paint the preview sections. + + + A object that provides the appearance settings used to paint the preview sections. + + + + + + + Gets the appearance settings used to paint the data rows. + + + A object that provides the appearance settings used to paint the data rows. + + + + + + + Gets the appearance settings used to paint the row separators. + + + A object that provides the appearance settings used to paint the row separators. + + + + + + + Gets the appearance settings used to paint the selected data rows. + + + A object that provides the appearance settings used to paint the selected data rows. + + + + + + + Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. + + + A object that provides the appearance settings used to paint the new item row when it is displayed at the top of a View. + + + + + + + Gets the appearance settings used to paint the vertical lines. + + + A object that provides the appearance settings used to paint the vertical lines. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value which specifies the handle of the processed row. This value is assigned to the property. + + + + A enumeration value which specifies the current state of the processed row. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint the processed row. This value is assigned to the property. + + + + + + + + Gets the appearance settings used to paint the cells within the row currently being processed. + + + An object that provides the appearance settings used to paint the row currently being processed. + + + + + + + Copies the activated settings of the appearance object passed as the parameter. + + + + An object that represents the source of the operation. + + + + + + + + Gets or sets whether the appearance settings provided by the event have a higher priority than the appearances specified by the and properties. + + + true if the appearance settings provided by the event have a higher priority; otherwise, false. + + + + + + + Gets the current state of the processed row. + + + A enumeration value which specifies the current state of the processed row. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value representing the handle of the added row. This value is assigned to the property. + + + + + + + + Gets the handle of the added row. + + + An integer value representing the handle of the added row. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CellMergeEventArgs class with the specified rows and column. + + + + + The handle of the first row which contains the value to be merged. This value is assigned to the property. + + + + The handle of the second row which contains the value to be merged. This value is assigned to the property. + + + + A that represents the column containing the cells to be merged. This value is assigned to the property. + + + + + + + + Gets the value of the first cell being merged. + + + An object that specifies the value of the first cell being merged. + + + + + + + Gets the value of the second cell being merged. + + + An object that specifies the value of the second cell being merged. + + + + + + + Gets the column that contains the values to be merged. + + + A that contains the values to be merged. + + + + + + + Gets or sets whether the cell merging operation is handled and therefore no default processing is required. + + + + true if the cell merging operation is handled and no default processing is required; otherwise, false. + + + + + + + Gets or sets whether two cells should be merged. + + + true if the cells should be merged; otherwise, false. + + + + + + + Gets the handle of the row which contains the first of two cells that are to be merged. + + + + An integer representing the handle of the row that contains the first cell. + + + + + + + Gets the handle of the row which contains the second of two cells that are to be merged. + + + + An integer representing the handle of the row that contains the second cell. + + + + + + + + Specifies the position of the new item row within the View. + + + + + + + The new item row is positioned at the bottom of the View. + + + + + + + + + + The new item row is not shown. + + + + + + + + The new item row is positioned at the top of the View. + + + + + + + + + + + Lists values which specify the available styles for group rows. + + + + + + + The default style. The actual style applied in default mode is controlled by the grid's paint style () and skin (). +For instance, when the PaintStyleName property is set to "Default" and the "Office 2013" skin is applied, the GroupDrawMode.Office group style is applied. + + + + + + + + + The Office 2013-inspired style. + + + + + + + + + + The Office 2003-inspired style. + + + + + + + + + + The standard style. + + + + + + + + + + Serves as the base for the classes that provide the appearance settings used to paint the View elements. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Indicates whether the View that owns the current collection is currently being initialized. + + + true if the View is being initialized; otherwise, false. + + + + + + + Gets the object's text representation. + + + A string that specifies the object's text representation. + + + + + + + + Provides the appearance settings used to paint the elements in a Card View. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings for all the cards within a View. + + + A object representing the card's appearance settings. + + + + + + + Gets the appearance settings used to paint card buttons. + + + An object providing the appearance settings used to paint card buttons. + + + + + + + Gets the appearance settings used to paint card captions. + + + A object which provides appearance settings for painting card captions. + + + + + + + Gets the appearance settings used to paint card expand buttons. + + + An object which represents the appearance settings used to paint card expand buttons. + + + + + + + Gets the appearance settings used to paint the View's empty space. + + + An object providing appearance settings for painting an empty space. + + + + + + + Gets the appearance settings used to paint field captions. + + + A object which provides the appearance settings used to paint card field captions. + + + + + + + Gets the appearance settings used to paint the field values in a Card View. + + + An object providing appearance settings for painting field values. + + + + + + + Gets the appearance settings used to paint the caption of the focused card. + + + A object providing appearance settings for painting the focused card's caption. + + + + + + + Gets the appearance settings used to paint the captions of selected cards when the grid control is not focused. + + + An object providing appearance settings for painting the captions of selected cards when the grid control is not focused. + + + + + + + Gets the appearance settings used to paint the captions of selected cards. + + + An object providing appearance settings for painting the captions of selected cards. + + + + + + + Gets the appearance settings used to paint the card separators. + + + A object providing appearance settings for painting the card separators. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + An event source identifying the View which raised the event. + + + + A object providing data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value which identifies the processed card. This value is assigned to the property. + + + + An object which represents the source of images. This value is assigned to the property. + + + + + + + + Gets or sets the image to be displayed within an element. + + + A object representing the image to be displayed within an element. + + + + + + + Gets or sets the index of the image to be displayed within a visual element. + + + A zero-based integer specifying the image by its index within the source collection. -1, if no image is assigned to a visual element from the source collection. + + + + + + + Gets or sets the source collection of images. + + + An object which represents the source of the images that can be displayed within visual elements. + + + + + + + + Gets the handle of the processed card. + + + An integer value identifying the processed card. + + + + + + + + Represents a collection of filter conditions applied to a View. + + + + + + + Initializes a new instance of the ViewFilter class. + + + + + + + + Initializes a new instance of the ViewFilter class with the specified settings. + + + + A object that represents the View which the filtering is applied to. + + + + A descendant that determines the filter criteria for the specified View. + + + + + + + + Adds the specified filter criteria to the collection and thus applies them to a View. + + + + A object representing the column which the specified filter condition is applied to. + + + + A object specifying the filter condition applied to the column. + + + A zero-based integer specifying the position at which the filter condition was added amongst the other filter conditions within the current collection. -1 if the given filter condition's functionality is disabled (its property is set to ). + + + + + + + + Adds the specified filter criteria to the collection and thus applies them to a View. + + + + A object referring to a specific column and the filter condition which will be applied to this column. + + + A zero-based integer specifying the position at which the filter condition was added amongst the other filter conditions within the current collection. -1 if the given filter condition's functionality is disabled (its property is set to or column is null). + + + + + + + + Adds an array of filter criteria to the collection and thus applies them to a View. + + + + An array of objects to be added to the collection. + + + + + + + + Locks the ViewFilter by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Occurs when the current collection has been changed. + + + + + + + + + Creates a copy of the current ViewFilter object. + + + A copy of the current ViewFilter object. + + + + + + + Specifies the View's filter criteria. + + + A object which specifies the filter criteria. + + + + + + + Gets the textual representation of the entire filter string. + + + + The textual representation of the entire filter string. + + + + + + + + Unlocks the ViewFilter object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the total filter expression. + + + A string value representing the total filter expression. An empty string if there are no elements in the collection. + + + + + + + + Gets the filter criteria which is applied to a View. + + + A descendant that represents the logical expression to be applied as a View filter. + + + + + + + Returns the specified ViewColumnFilterInfo object's position within the collection. + + + + A object to be located. + + + An integer value representing the specified ViewColumnFilterInfo object's zero-based index. -1 if the collection doesn't contain the specified object. + + + + + + + Gets whether the collection of filter conditions is empty. + + + true if the collection of filter conditions is empty; otherwise, false. + + + + + + + Gets the collection's item that represents the filter criteria associated with the specified column. + + + + + A identifying the collection's required item. + + + A object containing the filter condition which is associated with the specified column. null if no such object exists in the collection. + + + + + + + Provides indexed access to the items in the collection. + + + + + An integer value specifying the zero-based index of the required object. + + + The object at the specified position within the collection. + + + + + + + + Gets or sets a filter expression that is not associated with any column. + + + + A string that specifies a filter expression, not associated with any column, which is applied to the current View . + + + + + + + + Gets or sets the filter criteria not bound to any column. + + + + A object that specifies filter criteria not bound to any column. + + + + + + + + Removes the filter criteria from the collection that refers to the specified column. + + + + A object identifying the filter criteria to be removed. + + + + + + + + Removes the specified filter criteria from the collection. + + + + A object to be removed from the collection. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the CustomColumnSortEventArgs class with the specified settings. + + + + A object representing the column that contains the values to compare. This value is assigned to the property. + + + + An object representing the first of the two values being compared. This value is assigned to the property. + + + + An object representing the second of the two values being compared. This value is assigned to the property. + + + + A value representing the sort order applied to the specified column. This value is assigned to the property. + + + + + + + + Gets the column whose values are being compared. + + + A whose values are being compared. + + + + + + + Gets or sets whether a comparison operation is handled and therefore no default processing is required. + + + + true if a comparison operation is handled; otherwise false. + + + + + + + Gets the index in the data source of the first of the two rows being compared. + + + + An integer value representing the index of the first row in the data source. + + + + + + + + Gets the index in the data source of the second of the two rows being compared. + + + + An integer value representing the index in the data source of the second row. + + + + + + + + Gets or sets the result of a custom comparison. + + + + An integer value specifying the custom comparison's result. + + + + + + + + Gets the first row object being compared. + + + An object that represents the first row being compared. + + + + + + + Gets the second row object being compared. + + + An object that represents the second row being compared. + + + + + + + Gets the current sort order applied to the column being processed. + + + A value representing the column's sort order. + + + + + + + Gets the first value being compared. + + + An object representing the first value being compared. + + + + + + + Gets the second value being compared. + + + An object representing the second value being compared. + + + + + + + + Serves as the base for classes which provide selection options for Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether multiple rows (cards) can be selected. + + + true to allow multiple row (card) selections; otherwise, false. + + + + + + + + Provides filtering options for Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether recently used filter items are displayed in the Filter dropdowns for columns. + + + + true if the columns' filter dropdown lists can display recently used filter items; otherwise, false. + + + + + + + Gets or sets whether the Filter Editor can be used to build complex filter criteria. + + + true to allow using the Filter Editor; otherwise, false. + + + + + + + Gets or sets whether incremental searching is supported in columns' Regular and Checked Filter Dropdown Lists. + + + true if incremental searching is supported in columns' Regular and Checked Filter Dropdown Lists; otherwise, false. + + + + + + + Gets or sets whether the View's MRU Filter List is enabled. + + + true if the MRU Filter List is enabled; otherwise false. + + + + + + + Gets or sets whether multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List. + + + true if multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List; otherwise, false. + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. + + + An integer value specifying the maximum number of records whose field values can be displayed within filter dropdowns. + + + + + + + Gets or sets the maximum number of items that regular filter dropdowns in columns, can display simultaneously. + + + + + + An integer value specifying the maximum height of regular filter dropdowns. The height is specified in rows. + + + + + + + + Gets or sets how an end-user can edit criteria in the Filter Editor. + + + A value. + + + + + + + Gets or sets whether filters can be created against properties that are List objects. + + + A value that specifies if filters can be created against properties that are List objects. + + + + + + + Gets or sets whether a menu or combobox editor is used to select operands and operators in a Filter Editor. This property is not supported when filters are edited in a text form (see ). + + + true if a menu is used to select operands and operators in a Filter Editor; false if a combobox editor is used. + + + + + + + Gets or sets the maximum number of items in a column's filter dropdown when the items are displayed as a check list. + + + An integer value that specifies the maximum number of items in a column's filter dropdown in CheckedList display mode. + + + + + + + Gets or sets the capacity of the lists that store the recently used filter items for the View's columns. + + + An integer specifying the capacity of the lists that store the recently used filter items for the View's columns. + + + + + + + Gets or sets the capacity of the list that stores the recently used filter conditions for the View. + + + + An integer that specifies the maximum number of recently used filter conditions which are stored by the View. + + + + + + + + Gets or sets the maximum number of items the View's MRU Filter List can display at once, in effect its height. + + + + An integer value that determines the maximum number of items that the View's MRU Filter List can display at once. + + + + + + + + Gets or sets whether checked filter dropdown lists must display unique values from all the records in the View's data source or only from those records that meet the current filter criteria. This option is in effect for checked filter dropdown lists. + + + + true if checked filter dropdowns should contain unique values from all the records in the View's data source; false if the checked filter dropdowns of unfiltered columns should contain unique values from only the records that meet the current filter criteria. + + + + + + + + Gets or sets whether filter dropdown lists must display unique values from all the records in the View's data source or only from those records that meet the current filter criteria. This option is in effect for regular filter dropdown lists. + + + true if filter dropdowns should contain unique values from all the records in the View's data source; false if the filter dropdowns of unfiltered columns should contain unique values only from the records that meet the current filter criteria. + + + + + + + Gets or sets whether the advanced custom filter dialog is used instead of the standard one. + + + true to use the advanced custom filter dialog; false to use the standard filter dialog. + + + + + + + + Serves as the base for classes which provide behavior options for Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified owning View. + + + + A object whose behavior options are initialized. + + + + + + + + Gets or sets whether the Data Navigator's Append button is enabled for the current View. + + + A value that specifies whether the Data Navigator's Append button is enabled for the current View. + + + + + + + Gets or sets whether the Data Navigator's Delete button is enabled for the current View. + + + A value that specifies whether the Data Navigator's Delete button is enabled for the current View. + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + + Gets or sets whether columns should be created automatically for all fields in the underlying data source when the View doesn't contain any columns. When bound to a business object, the grid does not generate columns for properties of collection types. + + + true, if the columns are created automatically when the View doesn't contain any columns; otherwise, false. + + + + + + + Gets or sets whether activating a cell editor using the ENTER or F2 keys leads to the entire editor's content being selected. + + + true to select the entire cell's content when editing starts; otherwise, false. + + + + + + + Gets or sets whether the grid caches data for a row that is about to be saved to a data source. + + + A DevExpress.Data.CacheRowValesMode value that specifies the caching mode. + + + + + + + Gets or sets whether end-users are allowed to invoke cell editors. + + + true if end-users are allowed to invoke cell editors; otherwise, false. + + + + + + + Gets or sets a value which specifies how a cell editor is activated by the mouse. + + + A enumeration value which specifies how a cell editor is activated by the mouse. + + + + + + + Gets or sets whether pressing the TAB key moves focus to the next control in the tab order, if moving focus via the TAB key within the View is prohibited (or cannot be performed). + + + + true to allow focus to be moved away from the grid control when the TAB key is pressed; otherwise, false. + + + + + + + Gets or sets whether a row's position is immediately updated according to the current sorting, grouping and filtering settings after the row's modified data has been posted. + + + + true, if a row's position is immediately updated after its data has been modified; otherwise, false. + + + + + + + + + Gets or sets whether the currently focused row retains focus when data is sorted, grouped or filtered or when records are added to/removed from the underlying data source. + + + true if the currently focused row retains focus when data is sorted, grouped or filtered or when records are added to/removed from the underlying data source; false if the focused row handle (visual position) is kept when these actions are performed. + + + + + + + + Gets or sets whether the current View is read-only. + + + true if the current View is read-only; otherwise, false. + + + + + + + Gets or sets whether the filter dropdowns should contain unique values from all the records in the View's data source or only from those records that meet the current filter criteria. + + + true if filter dropdowns should contain unique values from all the records in the View's data source; false if the filter dropdowns of unfiltered columns should contain unique values only from the records that meet the current filter criteria. + + + + + + + Gets or sets whether a cell's editor is activated when the mouse button is released from a click within the cell. + + + true to activate a cell's editor when the mouse button is released from a click within the cell; false to activate a cell's editor when the mouse button is initially pressed within the cell. + + + + + + + Gets or sets whether the advanced custom filter dialog is used instead of the standard one. + + + true to use the advanced custom filter dialog; false to use the standard filter dialog. + + + + + + + + Provides the appearance settings used to paint elements which are common to all types of View. + + + + + + + Initializes a new instance of the class. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint the filter close button. + + + A object providing the appearance settings used to paint the filter close button. + + + + + + + Gets the appearance settings used to paint the filter panel. + + + A object providing the appearance settings used to paint the filter panel. + + + + + + + Contains appearance settings used to customize the View Caption. + + + An that contains corresponding appearance settings. + + + + + + + + Contains filter options for columns. + + + + + + + + Initializes a new instance of the OptionsColumnFilter class with default settings. + + + + + + + + Gets or sets whether the column's values can be filtered using the auto filter row. + + + + true if the column's values can be filtered using the automatic filtering row; otherwise, false. + + + + + + + Gets or sets whether the filter button in Grid Views (field filter button in Layout Views) is displayed within the column header. + + + true if the column's filter button is enabled; otherwise, false. + + + + + + + Gets or sets whether a dedicated menu item is available in a column header menu that allows an end-user to change the filter mode for columns. + + + + A value that specifies that a user can change a column's filter mode via a menu item. + + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the type of the comparison operator used to create filter conditions for the current column via the auto filter row. + + + + An value that determines the type of the comparison operator used to create filter conditions for the current column via the auto filter row. + + + + + + + + Gets or sets whether the column's Filter Dropdown List displays values of the field or values of the field. + + + A value. + + + + + + + Gets or sets the display mode for the current column's filter dropdown. + + + A value that specifies the display mode for the column's filter dropdown list. + + + + + + + + Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the contents of the Auto Filter Row's cell. + + + + true if the column's filter condition is updated each time an end-user modifies the contents of the auto filter row's cell; otherwise, false. + + + + + + + This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. +It specifies whether toggling the check boxes filters grid records immediately. + + + + A value that specifies whether data is filtered immediately, when toggling the check boxes in the filter dropdown. + + + + + + + + This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. +It specifies whether selecting a date or date range via the embedded calendar filters grid records immediately. + + + A value that specifies whether data is filtered immediately, when selecting a date or date range via the calendar. + + + + + + + + Gets or sets whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. + + + A value that specifies whether the column's Filter Dropdown displays the "(Blanks)" and "(Non Blanks)" filter items. + + + + + + + Gets or sets whether a Filter Dropdown List has a filter used to select records that contain null values in a date-time column. + + + true if a corresponding filter is available; otherwise, false. + + + + + + + + Provides options for columns. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether end-users are allowed to invoke editors for the column's cells. + + + true if end-users are allowed to invoke cell editors; otherwise, false. + + + + + + + Gets or sets whether end-users can move focus to the column using either the mouse or keyboard. + + + true if end-users can move focus to the column using either the mouse or keyboard; otherwise, false. + + + + + + + Gets or sets whether end-users can drag the column's header to the group panel to group data against the column's values. + + + A enumeration value specifying whether end-users can drag the column's header to the group panel. + + + + + + + Gets or sets whether incremental searches can be performed on the column. + + + + true if incremental searches can be performed against the column; otherwise, false. + + + + + + + + Gets or sets whether neighboring cells with identical values can be merged within the current column. + + + + A enumeration value which specifies whether neighboring cells with identical values can be merged. + + + + + + + + + Gets or sets whether end-users can drag the column's header. + + + true if end-users can drag the column's header; otherwise, false. + + + + + + + Gets or sets whether the column can be hidden or restored by an end-user. + + + true if the column can be hidden or restored by an end-user; otherwise, false. + + + + + + + Gets or sets whether end-users can drag the column header's right edge to change the column's width. + + + true if end-users can change the column's width; otherwise, false. + + + + + + + Gets or sets whether end-users can sort data by the column's values. + + + A enumeration value specifying whether end-users can sort data by the column's values. + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the column's width remains the same when the column's auto width feature is enabled. + + + true if the column's width remains the same when the column's auto width feature is enabled; otherwise, false. + + + + + + + Gets or sets whether the focused row's position is immediately updated according to the sorting, grouping and filtering settings after the current column data has been posted. + + + A value that defines whether a row's position is immediately updated after the column data has been modified. + + + + + + + Gets or sets whether a column is included in the print/export output. This property is supported only when the column belongs to the object. + + + A value that specifies whether a column is included in the print/export output. + + + + + + + Gets or sets whether end-users are prevented from editing the column's cell values. + + + true if end-users are prevented from modifying the column's cell values; otherwise, false. + + + + + + + Gets or sets whether the column's caption is displayed within the column header. + + + true if the column's caption is displayed within the column header; otherwise, false. + + + + + + + Gets or sets whether the column's header is displayed within the Customization Form when the column is hidden. + + + true if the column's header is displayed within the Customization Form when the column is hidden; otherwise, false. + + + + + + + Gets or sets whether the current column is available in the field list in the Expression Editor. + + + true if the current column is available in the field list in the Expression Editor; otherwise, false. + + + + + + + Gets or sets whether the column can be focused via the TAB key. + + + true if the column can be focused via the TAB key; otherwise, false. + + + + + + + + Represents the collection that maintains the sorted and grouping columns for a grid's View. + + + + + + + + Initializes a new instance of the GridColumnSortInfoCollection class. + + + + A object representing a View that will be sorted using the information from the created collection. + + + + + + + + Adds a new item to the collection. + + + + A object which will be sorted using the specified sort order. This parameter's value is used to initialize the property. + + + + A value specifying the sort order for the column. This parameter's value is used to initialize the property. + + + A object representing the new element in the collection; null if the object cannot be added to the collection. + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + The object that has been added to the collection; null if the object cannot be added to the collection. + + + + + + + Adds an array of objects to the current collection and sets how many columns are used to group data. + + + + + An array of objects to add to the current collection. + + + + An integer value specifying how many columns are used to group data. + + + + + + + + + Adds an array of objects to the current collection. + + + + An array of objects to add to the collection. + + + + + + + + Locks the GridColumnSortInfoCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. + + + + + An array of objects to add to the collection. + + + + An integer value specifying how many columns are used to group data. + + + + + + + + + Clears the collection and then adds the specified objects to it. + + + + + An array of objects to add to the collection. + + + + + + + + Removes the collection's items which refer to the columns used to sort data (grouping columns are not affected). + + + + + + + + Unlocks the GridColumnSortInfoCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets how many of the elements starting from the beginning of the collection refer to columns used to group data. + + + + An integer specifying the number of grouping columns. + + + + + + + + Returns the index of the specified item in the collection. + + + + The object required. + + + An integer value representing the specified object's zero-based index. -1 if the collection doesn't contain the specified object. + + + + + + + Inserts the specified object at the specified position. + + + + A zero-based index at which to insert the specified object. + + + + A object to insert in the collection. + + + + The object added to the collection; null if the object cannot be added to the collection. + + + + + + + + Creates a new object and inserts it at the specified position in the collection. + + + + + A zero-based index at which to insert the specified object. + + + + A to initialize the property of the newly created object. + + + + + A value to initialize the property of the newly created object. + + + The object added to the collection; null if the object cannot be added to the collection. + + + + + + + + Provides indexed access to the elements in the collection. + + + + An integer value specifying the zero-based index of the required object. + + + A object representing the item in the collection. + + + + + + + + Gets the collection's item that refers to the specified column. + + + + A object identifying the collection's required item. + + + A object that refers to the specified column. + + + + + + + Removes the specified element from the collection. + + + + A element to remove from the collection. + + + + + + + + + Removes the element from the collection that refers to the specified column. + + + + + A object identifying the collection's required item. + + + + + + + + Gets the View which obtains its sorting and grouping settings from the current collection. + + + + A object representing the View that owns the current collection. + + + + + + + + + Represents an element in a . + + + + + + + + Initializes a new instance of the GridColumnSortInfo class. + + + + A object representing the column which will be sorted. This value is assigned to the property. + + + + A value specifying the sorting settings for the column. This value is assigned to the property. + + + + + + + + Gets or sets the column which is sorted by the . + + + + A object representing the column which is sorted using the sort order specified by the property. + + + + + + + Indicates whether the column which is referred to by the current GridColumnSortInfo object is a grouping column. + + + true if the is used to group data; otherwise, false. + + + + + + + Gets or sets the column's sort order. + + + A enumeration value specifying the column's sort order. + + + + + + + + Lists the values that identify cells within which animation is enabled. + + + + + + + Animation is enabled within all visible cells of a View object. + + + + + + + + Animation is enabled within a View's focused row/card. + + + + + + + + The same value as the option. + + + + + + + + Animation is disabled. + + + + + + + + + A tile within a . + + + + + + + Initializes a new instance of the TileViewItem class with the default settings. + + + + + + + + Provides access to this TileViewItem's appearance settings. + + + A object that stores item appearance settings. + + + + + + + Gets or sets the object that stores image loading info for this TileViewItem. + + + An object that stores image loading info for this TileViewItem. + + + + + + + Returns the row handle for this TileViewItem. + + + An Int32 value that is the integer index associated with a data row, displayed within this TileViewItem. + + + + + + + Gets a that owns this TileViewItem. + + + A that owns this TileViewItem. + + + + + + + + A group that hosts s. + + + + + + + Initializes a new instance of the TileViewGroup class with the default settings. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Contains data for the event. + + + + + + + Initializes a new instance of the PrintInitializeEventArgs class with the specified settings. + + + + An object assigned to the object. + + + + A object assigned to the object. + + + + + + + + Gets a object that provides functionality to print the Grid Control. + + + A object. + + + + + + + Gets a object that contains information on the print document. + + + An object implementing the interface. + + + + + + + + Contains options controlling the view and behavior settings of the Find Panel. + + + + + + + Initializes a new instance of the GridViewOptionsFind class. + + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether a search should also be performed against Preview Sections. + + + true if a search should also be performed against Preview Sections; otherwise, false. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of a GridFormatRuleCollection class. + + + + A descendant representing the View owning the collection of format rules. + + + + + + + + + Gets whether a grid control that owns the current collection of formatting rules is currently being initialized. + + + true, if the grid control is being initialized; otherwise, false. + + + + + + + Gets the View that owns the current collection of formatting rules. + + + A View that owns the collection of formatting rules. + + + + + + + + Summarizes differences for a specific card field (layout item) as compared to the card field's default settings. + + + + + + + Initializes a new instance of the LayoutItemDifferences class. + + + + + + + + Returns whether the current and specified objects contain identical difference records. + + + + A LayoutItemDifferences object to be compared with the current object. + + + true if current and specified objects contain identical difference records; otherwise, false. + + + + + + + Gets or sets a value for a specific item(card field) setting. + + + + Identifies the item setting whose value is set or retrieved. + + + A value for an item setting. For infromation on values for specific item settings, see the topic. + + + + + + + Contains difference records for a specific layout item (card field), identifying how the item's settings differ from the default settings. + + + A Dictionary<, Object> object. + + + + + + + + A content block within a . + + + + + + + Initializes a new instance of the TileViewItemElement class with the default settings. + + + + + + + + Clones all available settings from the target TileViewItemElement to this TileViewItemElement. + + + + A source TileViewItemElement object whose settings should be copied to this TileViewItemElement. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + Gets or sets a grid column to which this TileViewItemElement is bound. + + + A to which this TileViewItemElement is bound. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Base print and export options for a view. + + + + + + + Initializes a new instance of the ViewPrintOptionsBase class. + + + + + + + + Gets or sets whether the print/export progress window contains a Cancel button, which allows an end-user to cancel the current print/export operation. + + + true if the print/export progress window contains a Cancel button; otherwise, false. + + + + + + + Copies settings from the specified object to the current object. + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets whether a print/export document is automatically cleared and then generated each time it is sent to the print/export output. +In server mode, this option is not in effect. + + + true, if a print/export document is automatically cleared and regenerated before it is sent to the print/export output; otherwise, false. + + + + + + + Gets or sets a page footer, in rich text format. + + + A page footer, in rich text format. + + + + + + + Gets or sets a page header, in rich text format. + + + A page header, in rich text format. + + + + + + + Gets or sets a document/report footer, in rich text format. + + + A document/report footer, in rich text format. + + + + + + + Gets or sets a document/report header, in rich text format. + + + A document/report header, in rich text format. + + + + + + + Gets or sets whether a separate window is used to indicate print/export progress. + + + + true if a separate window is used to indicate print/export progress; otherwise, false. + + + + + + + + + Provides access to the set of properties that manage image loading for this . + + + + + + + Initializes a new instance of the WinExplorerViewOptionsImageLoad class with the specified settings. + + + + A that owns this newly created WinExplorerViewOptionsImageLoad. + + + + + + + + Gets or sets whether or not the is allowed to replace missing images by scaling available images to the required size. + + + true, if the is allowed to replace missing images by scaling available images to the required size; otherwise, false. + + + + + + + Gets or sets the animation effect that follows item image display. + + + + An enumerator value that specifies the animation effect that follows display of the item image. + + + + + + + + Copies all available settings from the target BaseOptions object to this WinExplorerViewOptionsImageLoad object. + + + + A BaseOptions object whose settings should be copied to this WinExplorerViewOptionsImageLoad. + + + + + + + + Gets or sets whether images for View items should be loaded asynchronously. + + + true, if images for View items should be loaded asynchronously; otherwise, false. + + + + + + + Gets or sets whether or not asynchronously loaded item images should be cached. + + + true if asynchronously loaded item images should be cached; otherwise, false. + + + + + + + Gets or sets whether or not the image cache should be cleared when the data source is updated. + + + true, if the image cache should be cleared when the data source is updated; otherwise, false. + + + + + + + Gets or sets the desired size of thumbnail images, created during the Asynchronous Image Load. + + + A Size structure that is the desired thumbnail image size. + + + + + + + + Gets or sets whether items should load their images from an image source when these images need to be loaded asynchronously. + + + true, if items should load their images from an image source when these images need to be loaded asynchronously; otherwise, false. + + + + + + + Gets or sets whether item images should be loaded in random order. + + + true, if item images should be loaded in random order; otherwise, false. + + + + + + + + Summarizes differences for a card's layout, as compared to the default card layout. + + + + + + + Initializes a new instance of the LayoutViewCardDifferences class. + + + + A object whose differences from the default card are collected by the created object. + + + + + + + + Initializes a new instance of the LayoutViewCardDifferences class. + + + + + + + + Adds a difference record, identifying how a layout item's (card field's) settings differ from the default settings. + + + + A string that identifies the layout item (card field). + + + + A value that specifies the setting to be changed + + + + A new value for the setting. + + + + + + + + Clear all difference records in the current LayoutViewCardDifferences object. + + + + + + + + Contains difference records for a card, identifying how the card field settings differ from the default settings. + + + A Dictionary<String, LayoutItemDifferences> object that contains difference records for all card fields. + + + + + + + Gets whether the LayoutViewCardDifferences object has any difference records. + + + true if there are no difference records; otherwise, false. + + + + + + + Returns whether settings of the current and specified objects are equal. + + + + A LayoutViewCardDifferences object whose settings must be compared with the current object. + + + true if the settings of the current and specified objects are equal; otherwise, false. + + + + + + + + Provides access to difference records for a specific layout item (card field). + + + + A string that identifies the layout item (card field). + + + A object that summarizes all difference records for a specific layout item (card field). + + + + + + + Removes the difference record of the specified type for the specified layout item (card field). + + + + A string that identifies the layout item (card field). + + + + A value that represents the modified setting to be removed. + + + + + + + + Removes all the difference records for the specified layout item (card field). + + + + A string that identifies the layout item (card field). + + + + + + + + + Identifies card field settings that can be modified via the event. + + + + + + + Identifies the group expansion state. A value for this setting must be of the Boolean type, where true indicates that the group is expanded and false indicates the group is collapsed. + + + + + + + + + Identifies the item's visibility. A value for this setting must be of the Boolean type, where true indicates that the item is visible and false indicates that the item is hidden. + + + + + + + + + Identifies the selected page index. The value for this setting must be of the Integer type. 0 corresponds to the first tab, 1 corresponds to the second tab, etc. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CancelPrintRowEventArgs class with the specified settings. + + + + The PrintingSystem object that provides methods to create bricks in the printout/export output. +This value is used to initialize the property. + + + + A Graphics object that represents the grid control's drawing surface. +This value is used to initialize the property. + + + + A object that implements report drawing functions. +This value is used to initialize the property. + + + + The handle of the row that has just been printed. +This value is used to initialize the property. + + + + The group level of the row that has been printed. +This value is used to initialize the property. + + + + The X coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + + + + + Initializes a new instance of the CancelPrintRowEventArgs class with the specified settings. + + + + The PrintingSystem object that provides methods to create bricks in the printout/export output. +This value is used to initialize the property. + + + + A Graphics object that represents the grid control's drawing surface. +This value is used to initialize the property. + + + + A object that implements report drawing functions. +This value is used to initialize the property. + + + + The handle of the row that has just been printed. +This value is used to initialize the property. + + + + The group level of the row that has been printed. +This value is used to initialize the property. + + + + The X coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + Specifies whether the row contains a footer. +This value is used to initialize the property. + + + + + + + + Gets or sets whether the current row must not be printed/exported. + + + true if the current row must not be printed/exported; otherwise, false. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PrintRowEventArgs class with the specified settings. + + + + The PrintingSystem object that provides methods to create bricks in the printout/export output. +This value is used to initialize the property. + + + + A Graphics object that represents the grid control's drawing surface. +This value is used to initialize the property. + + + + A object that implements report drawing functions. +This value is used to initialize the property. + + + + The handle of the row that has just been printed. +This value is used to initialize the property. + + + + The group level of the row that has been printed. +This value is used to initialize the property. + + + + The X coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + + + + + Initializes a new instance of the PrintRowEventArgs class with the specified settings. + + + + The PrintingSystem object that provides methods to create bricks in the printout/export output. +This value is used to initialize the property. + + + + A Graphics object that represents the grid control's drawing surface. +This value is used to initialize the property. + + + + A object that implements report drawing functions. +This value is used to initialize the property. + + + + The handle of the row that has just been printed. +This value is used to initialize the property. + + + + The group level of the row that has been printed. +This value is used to initialize the property. + + + + The X coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. +This value is used to initialize the property. + + + + Specifies whether the row contains a footer. +This value is used to initialize the property. + + + + + + + + Gets a object that implements report drawing functions. + + + A object. + + + + + + + Gets a Graphics object that represents the grid control's drawing surface + + + A Graphics object. + + + + + + + Gets whether the row contains a footer. + + + true if the row contains a footer; otherwise, false. + + + + + + + Gets the group level of the printed row . + + + + An integer value that specifies the group level of the printed row . + + + + + + + + Gets the PrintingSystem object that provides methods to create bricks in the printout/export output. + + + A object. + + + + + + + Gets the handle of the printed row. + + + + An integer value that represents the handle of the printed row. + + + + + + + + Gets or sets the X coordinate, in pixels, where the next row will be drawn in the printout/export output. + + + An integer value that specifies the X coordinate, in pixels, where the next row will be drawn in the printout/export output. + + + + + + + Gets or sets the Y coordinate, in pixels, where the next row will be drawn in the printout/export output. + + + An integer value that specifies the Y coordinate, in pixels, where the next row will be drawn in the printout/export output. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FilterPopupDateEventArgs class with the specified settings. + + + + A object whose filter dropdown is to be displayed. This value is assigned to the property. + + + + A list of filter items. This value is assigned to the property. + + + + + + + + Gets the column whose filter dropdown is about to be displayed on-screen. + + + A object whose filter dropdown is about to be displayed on-screen. + + + + + + + Gets the list of filter items represented as check boxes within the filter dropdown window. + + + A list of filter items. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RowClickEventArgs class with the specified settings. + + + + A object that contains information on the clicked point. + + + + An integer value that specifies the handle of the clicked row. This value is assigned to the property. + + + + + + + + Gets an object that identifies the clicked element. + + + A object that identifies the clicked element. + + + + + + + Gets the handle of the clicked row. + + + An integer value that specifies the handle of the clicked row. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RowCellClickEventArgs class with the specified settings. + + + + A object that contains information on the clicked point. + + + + An integer value that specifies the handle of the clicked row. This value is assigned to the property. + + + + A object that identifies the clicked grid column. This value is assigned to the property. + + + + + + + + Gets the edit value of the clicked cell. + + + An object that specifies the edit value of the clicked cell. + + + + + + + Gets the column that contains the clicked cell. + + + A object that specifies the column containing the clicked cell. + + + + + + + + Contains values that specify the filter dropdown style for grid columns. + + + + + + + The filter dropdown is represented as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the View will display those records that contain the checked values: + + + + + + + + + + + + This mode is in effect for columns displaying date-time values. The filter dropdown contains a calendar, plus check boxes that allow used date intervals to be selected: + + + + + + + + + + + + This mode is equivalent to DateSmart, but with a different number of filters: Today, This week, This month, Next month, etc. + + + + + + + + This mode is in effect for columns displaying date-time values. It consists of a calendar, like the Date mode, plus check boxes that allow used date intervals to be selected. +If there is no underlying data that would fall into a specific date range, the corresponding check box is hidden. + +If the data source is empty or if all values in the date-time column are set to null, all check boxes are visible. + + + + + + + + + + For columns displaying date-time values, this option is equivalent to the DateSmart option. For other columns, this option is equivalent to the List option. + + + + + + + + The filter dropdown is represented as a regular list of filter items. Clicking an item invokes a corresponding action, and automatically closes the dropdown. + + + + + + + + + + + + + Contains values that specify the region where a field's sort and filter buttons are displayed. + + + + + + + + The same option as the option. + + + + + + + + Sort and filter buttons are displayed in a field caption region. + + + + + + + + Sort and filter buttons are displayed in a field value region. + + + + + + + + The buttons are hidden. + + + + + + + + + Provides access to options that control the display of a field's sort and filter buttons. + + + + + + + Initializes a new instance of the OptionsField class. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the location of sort and filter buttons within the region where these buttons are displayed. + + + A value that specifies the location of sort and filter buttons. + + + + + + + Gets or sets the region where sort and filter buttons are displayed. + + + A value. + + + + + + + + Serves as the base for classes providing information about a particular View point. + + + + + + + Creates a new object. + + + + + + + + Sets all public properties to their default values. + + + + + + + + Gets or sets the test point. + + + A structure representing the test point. The point coordinates are set relative to the grid's top-left corner. + + + + + + + Gets a value indicating whether the hit information supplied by this object is valid. + + + true if the hit information is valid; otherwise, false. + + + + + + + Gets or sets the relation index of the master tab that is located under the test point. + + + An integer value that specifies the relation index of the master tab that is located under the test point. -1 if the test point doesn't belong to a master tab. + + + + + + + Gets or sets the View located under the test point. + + + The View located under the test point. + + + + + + + + Represents a total summary item collection. + + + + + + + Initializes a new instance of the GridSummaryItemCollection class. + + + + + + + + Gets the number of summary items participating in summary calculations. + + + An integer value indicating the number of summary items whose property is not set to . + + + + + + + Adds the specified summary item to the collection. + + + + A object (or descendant) to be added to the collection. + + + A zero-based integer representing the new summary item's position within the collection. + + + + + + + Creates a new total summary item and adds it to the end of the collection. + + + A object representing the new summary item. + + + + + + + Adds an array of summary item objects to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Copies items from the collection specified as a parameter. + + + + A object whose items should be copied to the current collection. + + + + + + + + Locks the GridSummaryItemCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the GridSummaryItemCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when changes are made to the summary item collection. + + + + + + + + Unlocks the GridSummaryItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the item's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the specified item's position within the collection. -1 if the collection doesn't contain the specified summary item. + + + + + + + Gets a summary item specified by its tag. + + + + An object specifying the property value of the required collection item. + + + A object representing the summary item whose property matches the parameter value. + + + + + + + Provides indexed access to individual summary items. + + + + An integer value specifying the zero-based index of the required collection item. If negative or exceeds the last available index, an exception is raised. + + + A object representing the summary item located at the specified index within the collection. + + + + + + + Removes the specified item from the collection. + + + + A object representing the summary item to be removed. + + + + + + + + Gets the View that owns the current summary item collection. + + + A descendant representing the View that owns the collection. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contain event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ValidateRowEventArgs class with the specified settings. + + + + An integer value representing the handle of the row being validated. This value is assigned to the property. + + + + An object representing the row being validated. This value is assigned to the property. + + + + + + + + Gets or sets the error description. + + + A string representing the error description. + + + + + + + Gets or sets whether the row validation succeeds. + + + true to accept row cell values; otherwise, false. + + + + + + + + A Tile View. + + + + + + + Initializes a new instance of the TileView class with the default settings. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether this TileView should animate the appearance of its tiles. + + + true, if this TileView should animate the appearance of its tiles; otherwise, false. + + + + + + + Provides access to appearance settings used to paint this TileView. + + + A object that contains appearance settings used to paint this TileView. + + + + + + + Provides access to appearance settings used to paint group captions for s within this TileView. + + + An object used to paint group captions for all groups within this Tile View. + + + + + + + Provides access to global appearance settings common to all s for all tiles within this view. + + + A TileItemAppearances object that stores appearance settings common to all s for all tiles within this view. + + + + + + + Provides access to appearance settings, applied when this View is printed or exported. + + + A object that stores appearance settings, applied when this View is printed or exported. + + + + + + + Clones all available settings from the target view to this TileView object. + + + + A BaseView object whose settings are to be copied. + + + + true, if the Assign method should also copy the target view's event handlers; otherwise, false. + + + + + + + + Begins the runtime initialization of this TileView. + + + + + + + + Returns the hit info for the target location. + + + + A Point structure that specifies coordinates for which the hit info should be obtained. + + + A TileViewHitInfo object that contains hit info for the target location. + + + + + + + Checks whether or not the current TileView can be grouped against a specific . + + + + A to be checked. + + + Always true. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Provides access to the set of properties that take s as values, and affect tile behavior and visual states. + + + A TileViewColumn collection that stores properties that take s as values, and affect tile behavior and visual states. + + + + + + + Occurs whenever an end-user clicks a context button within a TileView tile. + + + + + + + + Allows you to customize context buttons for individual TileView tiles. + + + + + + + + Provides access to the set of properties that manage context button appearance and behavior. + + + + A ContextItemCollectionOptions object that stores properties that manage context button appearance and behavior. + + + + + + + + Provides access to context buttons, displayed within this TileView's tiles. + + + + A ContextItemCollection that stores context buttons, displayed within this TileView's tiles. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Allows you to dynamically customize tooltips of context buttons, displayed by this TileView. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the border color for the focused tile within the TileView. + + + A Color of the focused tile in the TileView. + + + + + + + + Returns the array of row handles for data rows whose related tiles are currently checked. + + + An Int32 array that stores row handles for data rows whose related tiles are currently checked. + + + + + + + Allows you to assign your own loading indicator, displayed when tile background images are not yet loaded. + + + + + + + + Occurs whenever a tile within this TileView needs to load its background image asynchronously and allows you to manually pass the desired image. + + + + + + + + Gets the current number of tile groups in this TileView. + + + + An Int32 value that is the current number of tile groups in this TileView. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets whether this TileView is currently visible. + + + true, if this TileView is currently visible; otherwise, false. + + + + + + + Occurs whenever a tile within this TileView changes its checked state. + + + + + + + + Occurs when an end-user clicks a tile within this , or presses the Space or Enter keyboard keys. + + + + + + + + Allows you to customize individual tiles within this TileView. + + + + + + + + Fires whenever this TileView's tile is double-clicked. + + + + + + + + Occurs when a tile within the TileView is pressed. + + + + + + + + Raised when an end-user right clicks a tile within this TileView. + + + + + + + + + Redraws this TileView. + + + + + + + + Scrolls this TileView, making the tile associated with the target row visible on screen. + + + + + An Int32 value that is the row handle. + + + + + + + + Moves the selection of certain items forward or backward from the currently selected tile. + + + + + An Int32 value that specifies the number of tiles by which the current selection should be moved. + + + + + + + + Focuses the first tile of this TileView. + + + + + + + + Selects the last existing tile in this TileView. + + + + + + + + + Selects the last currently visible item within this TileView. + + + + + + + + Navigates to the next TileView page. + + + + + + + + Navigates to the previous TileView page. + + + + + + + + Provides access to settings that manage typical TileView behavior. + + + + A object that stores settings which manage typical TileView behavior. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to a set of properties that manage tile background image loading. + + + + A object that stores properties that manage tile background image loading. + + + + + + + + + Provides access to settings that control how this TileView is printed and exported. + + + A object that stores settings, which control how this TileView is printed and exported. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to advanced tile settings. + + + A object that stores advanced tile settings for this TileView. + + + + + + + An override for the base method. Paint styles are not supported for the TileView. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. Filtering is not supported within the TileView. + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Provides access to the template applied to all s in this TileView. + + + A object that is the template applied to all s in this TileView. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the bounds of the current view. + + + + A structure that is the bounds of the current view. + + + + + + + + + Represents a group summary item collection. + + + + + + + Creates a new object. + + + + A descendant specifying the View that will own the summary item collection. + + + + + + + + Creates a new group summary item with predefined settings and adds it to the end of the collection. + + + + A enumeration value specifying the aggregation function type. This value initializes the new item's property. + + + + A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the new item's property. + + + + A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. + + + A object representing the new summary item. + + + + + + + Creates a new group summary item with default settings and adds it to the end of the collection. + + + A object representing the new summary item. + + + + + + + Creates a new group summary item with predefined settings and adds it to the end of the collection. + + + + A enumeration value specifying the aggregation function type. This value initializes the new item's property. + + + + A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the created item's property. + + + + A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. + + + + A value specifying summary values formatting. This value initializes the new item's property. + + + A object representing the new summary item. + + + + + + + Creates a new group summary item with the specified settings and adds it to the end of the collection. + + + + A enumeration value specifying the aggregation function type. This value initializes the new item's property. + + + + A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the new item's property. + + + + A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. + + + + A value specifying the summary value's format. This value initializes the new item's property. + + + + + An IFormatProvider object that implements a formatting routine. This value is assigned to the property. + + + A object representing the new summary item. + + + + + + + Adds a new summary item to the current summary collection and initializes its summary type and field name. + + + + A value that is the new item's summary type. This parameter is used to initialize the property. + + + + A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. + + + + A object that is a new summary item added to the collection. + + + + + + + Gets a View that owns the current GridGroupSummaryItemCollection object. + + + A descendant that owns the current GridGroupSummaryItemCollection object. + + + + + + + + + Represents an individual group summary item. + + + + + + + Creates a new object with default settings. + + + + + + + + Creates a new object with predefined summary settings. + + + + A enumeration value specifying the aggregation function type. This value is assigned to the property. + + + + A string value specifying the name of a data filed whose values are used for summary calculation. This value is assigned to the property. + + + + A object representing a column whose group footer cells should display summary values. This value is assigned to the property. + + + + A string value specifying summary values formatting. This value is assigned to the property. + + + + + + + + Creates a new object with predefined summary settings and tag. + + + + A enumeration value specifying the aggregation function type. This value is assigned to the property. + + + + A string value specifying the name of a data filed whose values are used for summary calculation. This value is assigned to the property. + + + + A object representing a column whose group footer cells should display summary values. This value is assigned to the property. + + + + A string value specifying summary values formatting. This value is assigned to the property. + + + + An used to identify the group summary item. This value is assigned to the property. + + + + + + + + Copies settings of the specified group summary item object to the current one. + + + + A object whose settings should be copied to the current summary item. + + + + + + + + Returns the default display format for the group summary item. + + + A string that specifies the default display format for the group summary item. + + + + + + + Indicates whether the specified group summary item has the same settings as the current one. + + + + A object to be compared to the current summary item. + + + true if the specified object's settings match the current object's settings; otherwise, false. + + + + + + + Gets or sets the column whose group footer cells should display summary values. + + + A object (or descendant) representing the column whose group footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. + + + + + + + Gets or sets the name of the column whose group footer cells should display summary values. + + + A string value specifying the name of the column whose group footer cells display summary values. + + + + + + + + Contains information about a specific point within a Banded Grid View. + + + + + + + Creates a new class instance. + + + + + + + + Gets the band located under the test point. + + + A object representing the band located under the test point. + + + + + + + Sets the class properties to their default values. + + + + + + + + Gets or sets a column located under the test point. + + + A object representing a column that contains the test point. + + + + + + + Gets or sets a value identifying the type of the View's visual element located under the test point. + + + A enumeration value identifying the visual element under the test point. + + + + + + + Gets a value indicating whether the test point is within the band panel. + + + true if the test point is within the band panel; otherwise, false. + + + + + + + + Lists values identifying a Banded Grid View's visual elements. + + + + + + + The test point belongs to a band header. + + + + + + + + The test point belongs to the band panel button. + + + + + + + + + The test point belongs to the right edge of a band header. End-users can drag these edges to resize bands horizontally (the option of the desired band must be enabled for this purpose). + + + + + + + + The point belongs to the band header panel. + + + + + + + + The test point belongs to a master-detail expand button, which can be used to open/close details. + + + + + + + + The test point belongs to a column header. + + + + + + + + The test point belongs to the column header panel button. + + + + + + + + The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally or double-click them to apply best fit to the column (the option of the desired column must be enabled for this purpose). + + + + + + + + The test point belongs to a filter button, which can be used by end-users to invoke the flter dropdown. This enables end-users to apply filtering conditions to columns. + + + + + + + + The test point belongs to the column header panel. + + + + + + + + The test point belongs to the Customization Form. + + + + + + + + The test point is below all rows or belongs to an empty space within a row. Empty spaces may appear in advanced banded Views as the result of columns layout customization. + + + + + + + + The test point belongs to the filter close button. + + + + + + + + The test point belongs to the filter panel. + + + + + + + + The test point belongs to the button in the filter panel used to activate filtering within a View. + + + + + + + + The test point belongs to the filter panel customize button. + + + + + + + + The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. + + + + + + + + The test point belongs to the left fixed line. + + + + + + + + The test point belongs to the right fixed line. + + + + + + + + The test point belongs to the view footer. + + + + + + + + The test point belongs to the group panel. + + + + + + + + The test point belongs to a column header displayed within the group panel. + + + + + + + + The test point belongs to the filter button of the column header that resides within the group panel. + + + + + + + + The test point belongs to the group row cell. + + + + + + + + The test point belongs to the View's horizontal scroll bar. + + + + + + + + The test point belongs to the View's master-detail tab. + + + + + + + + The test point does not belong to any View's visual element or is outside the View. + + + + + + + + The test point belongs to a group row, group row indent or a cell edge. + + + + + + + + The test point belongs to a row cell. + + + + + + + + The test point belongs to a detail section. + + + + + + + + The test point belongs to the detail section's bottom edge. The edge can be dragged to resize the detail section vertically. + + + + + + + + + The test point belongs to an indicator panel cell corresponding to a detail section. + + + + + + + + The test point belongs to the bottom edge of a data row. The edge can be dragged to resize the row vertically (if the option is active). + + + + + + + + The test point belongs to a group footer. + + + + + + + + The test point belongs to a group expand button. + + + + + + + + The test point belongs to a Group Row Check Box Selector. + + + + + + + + The test point belongs to an indicator panel cell corresponding to a data row or group row. + + + + + + + + The test point belongs to a preview section. + + + + + + + + The test point belongs to the View Caption. + + + + + + + + The test point belongs to the View's vertical scroll bar. + + + + + + + + + Provides navigation options for Advanced Banded Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether advanced horizontal navigation is enabled. + + + true if the advanced horizontal navigation is enabled within a view; otherwise, false. + + + + + + + Gets or sets whether advanced vertical navigation is enabled within a View. + + + true if advanced vertical navigation is enabled within a view; otherwise, false. + + + + + + + + Represents a read-only column collection. + + + + + + + Creates a new object. + + + + A descendant representing the View that will own the new column collection. This value is assigned to the property. + + + + + + + + Indicates whether the collection contains the specified column. + + + + A object to locate in the collection. + + + true if the collection contains the specified column; otherwise, false. + + + + + + + Returns the specified column's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer value representing the specified column's position within the collection. -1 if the collection doesn't contain the specified column. + + + + + + + Provides indexed access to individual columns. + + + + An integer value specifying the column's zero-based index within the collection. + + + A object representing the column located at the specified position within the collection. null (Nothing in Visual Basic) if the specified index is negative or exceeds the last available index. + + + + + + + Gets the View that owns the current column collection. + + + A descendant representing the View that owns the column collection. + + + + + + + + Represents a column collection in Grid Views and Card Views. + + + + + + + Creates a new object. + + + + A descendant representing the View that will own the new column collection. + + + + + + + + Creates a new hidden column and adds it to the end of the collection. + + + A object representing the new column. + + + + + + + Adds the specified column to the end of the collection. + + + + The column to add to the collection. + + + An integer value that specifies the position of the column within the collection. + + + + + + + Creates a new hidden column which is bound to the specified field, and appends it to the collection. + + + + A value that specifies the name of the data field to which to bind the created column. + + + A object which represents the new column. + + + + + + + Adds an array of columns to the end of the collection. + + + + An array of objects. + + + + + + + + Adds a new column, binding it to the specified field and making this column visible. + + + + + A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. + + + The created object. + + + + + + + Adds a new column, binds it to the specified field, assigns the specified caption and makes this column visible. + + + + A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. + + + + A string that specifies the column's display caption. This value is assigned to the property. + + + The created object. + + + + + + + Returns a column specified by its bound field name. + + + + A string value representing the column's bound field name. + + + + A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection has no columns bound to the field. + + + + + + + Returns a column specified by its name. + + + + A string value specifying the column's name. + + + A object representing the column with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the column with the specified name. + + + + + + + Indicates whether the collection contains the specified column. + + + + A object to locate in the collection. + + + true if the collection contains the specified column; otherwise, false. + + + + + + + Returns the specified column's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the column's position within the collection. -1 if the column doesn't belong to the collection. + + + + + + + Creates a new column and adds it to the specified position within the collection. + + + + A zero-based integer specifying the new column's position within the collection. If negative, the column is inserted as the first element. If it exceeds the last available index, the column is appended to the collection. + + + A object representing the column inserted. + + + + + + + Inserts the specified column at the specified position. + + + + A zero-based integer specifying the column's position within the collection. If the specified index is negative or greater than or equal to the number of columns in the collection, an exception will be thrown. + + + + A object to be added to the collection. + + + + + + + + Provides indexed access to individual columns. + + + + A zero-based integer specifying the desired column's position within the collection. If negative or exceeds the last available index, an exception is raised. + + + A object representing the column at the specified position. + + + + + + + Gets the column specified by the bound field name. + + + + A string value specifying the column's bound field name. + + + A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection doesn't contain columns bound to the specified field. + + + + + + + Removes the specified column from the collection. + + + + A object representing the column to be removed. + + + + + + + + Gets the View that owns the collection. + + + A descendant representing the View that owns the column collection. + + + + + + + + Contains values specifying the band or column behavior when the View is scrolled. + + + + + + + The band or column is anchored to the View's left edge. + + + + + + + + + The band or column takes part in horizontal scrolling. + + + + + + + + The band or column is anchored to the View's right edge. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An integer value identifying the painted element's row by its handle. This value is assigned to the property. + + + + A object that represents the column containing the painted footer cell. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object that contains the View information about the element being painted. This value is assigned to the property. + + + + + + + + Gets an object providing information necessary to paint a footer cell. + + + A object. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the object that raised the event. + + + + A object that contains the event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure that specifies the boundaries of the painted element. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint a card caption. This value is assigned to the property. + + + + An integer value identifying the card whose caption is painted. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CardCaptionCustomDrawEventArgs class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A object which contains the information required to paint a card. This value is assigned to the property. + + + + + An object that provides the appearance settings used to paint a card caption. This value is assigned to the property. + + + + + + + + Gets or sets the current card's caption. + + + A string that specifies the card's caption. + + + + + + + Gets an object that stores the information needed to paint a card. + + + + A object that provides the information required to paint a card. + + + + + + + + Gets the row handle identifying the card whose caption is painted. + + + An integer value representing the row handle that identifies the painted card. + + + + + + + + Serves as the base for classes that provide options to grid control's Views. + + + + + + + Creates a new object. + + + + + + + + + Represents a method that will handle the , , and events. + + + + + + + Represents a method that will handle the , , and events. + + + + The event source. Identifies the object that raised the event. + + + + A object that contains the event data. + + + + + + + + + Provides data for custom painting events that need to provide row identification facilities. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An integer value identifying the painted element's row by its handle. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object that contains the View information about the element being painted. This value is assigned to the property. + + + + A object that specifies the painted element's appearance settings. This value is assigned to the property. + + + + + + + + Gets the handle of the row whose corresponding element is being painted. + + + An integer value representing the row handle. + + + + + + + + Serves as the base for the class. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An integer value identifying the painted element's row by its handle. This value is assigned to the property. + + + + A object (or a descendant) that represents the column corresponding to the painted element. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object that contains the View information about the element being painted. This value is assigned to the property. + + + + A object that specifies the painted element's appearance settings. This value is assigned to the property. + + + + + + + + Gets the column containing the painted element. + + + A object (or descendant) representing the column that contains the painted element. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An object representing the band or column whose header is about to be dragged. This value is assigned to the property. + + + + + + + + + Gets or sets whether the drag and drop operation can be started. + + + true if the end-user can start drag and drop; otherwise, false. + + + + + + + Gets the column or band whose header is about to be dragged. + + + An object representing the column or band whose header is about to be dragged. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An object representing the column or band whose header has been dropped. This value is assigned to the property. + + + + An object specifying the dropping position. This value is assigned to the property. + + + + + + + + Gets whether the dragged header has been dropped successfully. + + + true if the drag and drop operation was cancelled; otherwise, false. + + + + + + + + Gets the column or band whose header has been dropped. + + + An object representing the column or band whose header has been dropped. + + + + + + + Gets an object providing information about drop position. + + + A descendant. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A object that contains information about the element being painted. This value is assigned to the property. + + + + A object that specifies the painted element's appearance settings. This value is assigned to the property. + + + + + + + + Gets an object containing information about the painted element. + + + A object providing information about the painted element. + + + + + + + Gets the painter object that provides the default element painting mechanism. + + + An ObjectPainter descendant providing the default painting mechanism for the painted element. + + + + + + + + Represents a collection of style conditions applied to a View. + + + + + + + Creates a new object. + + + + A descendant that will own the new collection. This value is assigned to the property. + + + + + + + + Adds a style condition object to the end of the collection. + + + + A object to be added to the collection. + + + + + + + + Adds an array of style condition objects. + + + + An array of objects to be added to the collection. + + + + + + + + Compares the two specified values. + + + + The first value to compare. + + + + The second value to compare. + + + 0 if the values are equal; -1 if the first value is less than the second value; 1 if the first value is greater than the second value. + + + + + + + + Returns a style condition that matches the specified criteria. + + + + A object that specifies a grid column. + + + + A that is the column's value. + + + + + The index of the row in the data source whose value is to be tested. + + + A object that matches the specified criteria. + + + + + + + Gets a value which specifies whether the View that owns the current collection is being initialized. + + + + true if the View that owns the current collection is being initialized; otherwise, false. + + + + + + + Provides indexed access to individual items within the collection. + + + + An integer value specifying the required item's zero-based index within the collection. If negative or exceeds the last available index, an exception is raised. + + + A object residing at the specified position within the collection. + + + + + + + Gets the View that owns the collection. + + + A descendant representing the View that owns the collection. + + + + + + + + Represents a collection that contains Views currently displayed by a grid control. + + + + + + + Creates a new object. + + + + + + + + Indicates whether the collection contains the specified View. + + + + A descendant object to search for. + + + true if the collection contains the specified view; otherwise, false. + + + + + + + Provides indexed access to individual Views. + + + + An integer value representing the View's zero-based index within the collection. + + + A descendant representing the View located at the specified position within the collection. + + + + + + + + Provides appearance options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets whether neighboring cells with identical values merge. + + + + true, to allow neighboring cells with identical values to merge; otherwise, false. + + + + + + + + Gets or sets whether column and band icons within the current View should be painted with the same colors as the column captions. + + + + true, if column and band icons within the current View should be painted with the same colors as the column captions; otherwise, false. + + + + + + + + Gets or sets whether HTML tags can be used to format text in group rows. + + + true if HTML tags can be used to format text in group rows; otherwise, false. + + + + + + + Gets or sets whether HTML formatting can be applied to column and band captions. + + + true if HTML formatting can be applied to column and band captions; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether the number of text lines within preview sections is calculated automatically depending on their contents. + + + true to enable automatic calculation of preview sections' height; otherwise, false. + + + + + + + Gets or sets the number of data rows whose content is processed to apply best fit to columns. + + + + An integer value specifying the number of data rows that are processed to apply best fit to columns. + + + + + + + Gets or sets whether cell error icons are taken into account when calculating the "best width" for columns. + + + A value that specifies whether cell error icons are taken into account when calculating the "best width" for columns. + + + + + + + Gets or sets a value specifying whether column widths are automatically modified so that the total columns' width matches the View's width. + + + true to enable the column auto width feature; otherwise, false. + + + + + + + Gets or sets whether the column header panel height is automatically adjusted to fit wrapped column captions. + + + A enumeration value specifying whether the column header height is automatically adjusted to fit wrapped column captions. + + + + + + + + Gets or sets whether the even rows are painted using the appearance settings provided by the property. + + + true to paint the even rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets whether the odd rows are painted using the appearance settings provided by the property. + + + true to paint the odd rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets a value specifying how group rows should be painted. + + + A enumeration value specifying how group rows are to be painted. + + + + + + + Gets or sets which groups display footers. + + + A enumeration value specifying which groups display footers. + + + + + + + Gets or sets the display style of column filter buttons. + + + A enumeration value which specifies the display style of column filter buttons. + + + + + + + Gets or sets the new item row's position within the View. + + + A enumeration value specifying the new item row's position. + + + + + + + Gets or sets a value specifying whether the height of each data row is automatically adjusted to completely display the contents of its cells. + + + true, to enable automatic data row height calculation; otherwise, false. + + + + + + + Gets or sets whether the auto filter row is displayed. + + + true to display the auto filter row; otherwise, false. + + + + + + + Gets or sets a value specifying whether the View's group panel acts as a joined group panel. + + + true if the View's group panel can accept the child View's column headers; otherwise, false. + + + + + + + Gets or sets a value specifying whether column headers are displayed. + + + true to display the column header panel; otherwise, false. + + + + + + + Gets or sets a value specifying whether master rows display master-detail expand buttons. + + + true to display master-detail expand buttons; otherwise, false. + + + + + + + Gets or sets a value specifying whether the view footer is displayed. + + + true to display the View footer; otherwise, false. + + + + + + + Gets or sets a value specifying whether grouping columns are displayed within the View. + + + true to display grouping columns within the view; otherwise, false. + + + + + + + Gets or sets whether group expand buttons are visible. + + + true if group expand buttons are visible; otherwise, false + + + + + + + Gets or sets a value specifying whether the group panel is visible. + + + true to display the group panel; otherwise, false. + + + + + + + Gets or sets whether group column headers are arranged in the group panel in a horizontal line. + + + true if group column headers are arranged in the group panel in a horizontal line; false if they are arranged in a tree. + + + + + + + Gets or sets whether horizontal grid lines are displayed. + + + A value that specifies if horizontal grid lines are displayed. + + + + + + + Gets or sets a value specifying whether horizontal grid lines are displayed. + + + true to display horizontal grid lines; otherwise, false. + + + + + + + Gets or sets a value specifying whether the row indicator panel is displayed. + + + true to display the row indicator panel; otherwise, false. + + + + + + + Gets or sets a value specifying whether the new item row is displayed. + + + true to display the new item row; otherwise, false. + + + + + + + Gets or sets a value specifying whether preview sections are displayed. + + + + true, to display row preview sections; otherwise, false. + + + + + + + Gets or sets whether preview lines are displayed. + + + true to display preview lines; otherwise, false. + + + + + + + Gets or sets whether horizontal lines are displayed below preview sections. + + + A value that specifies if horizontal lines are displayed below preview sections. + + + + + + + Gets or sets whether vertical grid lines are displayed. + + + A value that specifies if vertical grid lines are displayed. + + + + + + + Gets or sets a value specifying whether vertical grid lines are displayed. + + + true to display vertical grid lines; otherwise, false. + + + + + + + Gets or sets how async data loading operations are indicated. This property is in effect in Instant Feedback Mode. + + + A object that specifies how async data loading operations are indicated. + + + + + + + + Provides selection options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the width of the built-in check column. + + + The integer value that specifies the check column width, in pixels. + + + + + + + Gets or sets whether the appearance settings for focused cell are enabled. + + + true if the appearance settings for focused cell are enabled; otherwise, false. + + + + + + + Gets or sets whether the appearance settings for a focused row are enabled. + + + + true, if the appearance settings for a focused row are enabled; otherwise, false. + + + + + + + + Gets or sets whether the appearance settings used to paint the selected row(s) when the grid control is not focused are enabled. + + + true if the appearance settings used to paint the selected row(s) when the grid control is not focused are enabled; otherwise, false. + + + + + + + Gets or sets a value specifying whether the focused style is applied to the focused cell only or to all but the focused row cell. + + + true to apply focused style to the focused cell only; otherwise, false. + + + + + + + Gets or sets whether multiple cells or rows can be selected. + + + A enumeration value which specifies whether multiple cells or rows can be selected. + + + + + + + Gets or sets whether the selection made in the check column is discarded on a click in the grid outside the check column. + + + true, if selection is discarded; otherwise, false. + + + + + + + Gets or sets whether multiple row selection in the built-in check column can be changed while navigating through grid rows with the keyboard. + + + A DefaultBoolean value that specifies whether multiple row selection in the built-in check column can be changed while navigating through grid rows with the keyboard. + + + + + + + Gets or sets whether a check box is displayed within the Check column header allowing an end-user to select/deselect all grid rows simultaneously. + + + + A DefaultBoolean value that specifies if a check box is displayed within the Check column header. + + + + + + + Gets or sets whether the selection check box is displayed in a group row allowing an end-user to select/deselect all grid rows of a group simultaneously. + + + + A DefaultBoolean value that specifies if the selection check box is displayed in a group row. + + + + + + + Gets or sets whether the built-in check column is inserted into the print/export output. + + + + A DefaultBoolean value that specifies if the built-in Check column is displayed in the print/export output. + + + + + + + Gets or sets whether rows can be selected via the Row Indicator Panel when the grid is in multiple selection mode. + + + + true if rows can be selected via the row indicator; otherwise, false. + + + + + + + + Provides print/export options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets whether text is wrapped in the print/export output if it contains newline characters. + + + true, if text is wrapped in the print/export output if it contains newline characters; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether widths of columns in the print/export output are automatically changed so that the View fits the page width. + + + true to force the View to fit the page horizontally; otherwise, false. + + + + + + + Gets or sets whether even rows in the print/export output are painted using the appearance settings provided by the property. +This option is in effect when the property is set to true. + + + true to paint even rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets whether odd rows in the print/export output are painted using the appearance settings provided by the property. +This option is in effect when the property is set to true. + + + true to paint odd rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets whether the View is printed/exported with all master rows expanded. + + + true, to print/export the View with all details visible regardless of the master rows' expanded state; otherwise, false. + + + + + + + + Gets or sets whether the View is printed/exported with all group rows expanded. + + + true to print/export the View with all data rows visible regardless of the group rows' expanded state; otherwise, false. + + + + + + + Gets or sets the maximum height of merged cells in the print/export output. + + + An integer value that specifies the maximum height of merged cells in the print/export output. + + + + + + + Gets or sets to print/export details of master rows. + + + false, to print/export the View with all master rows collapsed, regardless of their actual expanded state; otherwise, true. + + + + + + + Gets or sets whether to display the filter panel in the print/export output. + + + true to print/export the filter panel; otherwise, false. + + + + + + + Gets or sets whether to display the view footer in the print/export output. + + + true to print/export the View footer; otherwise, false. + + + + + + + Gets or sets whether to display group footers in the print/export output. + + + true to print/export group footers; otherwise, false. + + + + + + + Gets or sets whether to display column headers in the print/export output. + + + true to print/export column headers; otherwise, false. + + + + + + + Gets or sets whether horizontal grid lines are printed/exported. + + + true to display horizontal grid lines in the print/export output; otherwise, false. + + + + + + + Gets or sets whether to display the preview sections in the print/export output. + + + true to print preview/export sections; otherwise, false. + + + + + + + Gets or sets whether only the focused/selected rows are printed/exported. + + + true if only only the focused/selected rows are printed/exported; otherwise, false + + + + + + + Gets or sets whether vertical grid lines are displayed in the print/export output. + + + true, to print/export vertical grid lines; otherwise, false. + + + + + + + Gets or sets whether preview sections are allowed to be split across pages when printing/exporting. + + + true if preview sections are allowed to be split across pages when printing/exporting; otherwise, false. + + + + + + + Gets or sets whether print appearances are used when the grid control is printed/exported. + + + true to use print appearances when the grid control is printed/exported; false to use View appearances. + + + + + + + + Provides navigation options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid row. + + + true to focus new rows automatically; otherwise, false. + + + + + + + Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused. + + + true if horizontal navigation keys can move focus between rows; otherwise, false. + + + + + + + Gets or sets a value specifying whether the ENTER key can be used to move cell focus. + + + true to enable focus moving using the ENTER key; otherwise, false. + + + + + + + Enables the Office 2007 navigation mode, where pressing the PAGE DOWN key moves focus to the bottom visible record, and pressing the PAGE UP key moves focus to the top visible record. + + + true if Office 2007 navigation mode is enabled; otherwise, false. + + + + + + + Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus to the next/previous row cell or to the next/previous control in tab order. + + + true if the TAB/SHIFT+TAB key combinations are processed by the view; otherwise, false. + + + + + + + + Provides menu options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the border adornment effect for dialog forms within the . + + + A value that specifies the dialog form border adornment effect. + + + + + + + Gets or sets whether the end-users can invoke Column Header Context Menu. + + + true if end-users can right-click column headers to invoke their context menus; otherwise, false. + + + + + + + Gets or sets whether end-users can invoke footer context menus. + + + true if end-users can click the view footer and group footers to invoke their context menus; otherwise, false. + + + + + + + Gets or sets whether end-users can invoke the group panel context menu. + + + true if end-users can right-click the group panel to invoke its context menu; otherwise, false. + + + + + + + Gets or sets whether or not the footer menu contains an item that allows adding multiple total summaries for a column at runtime. + + + A value that specifies the availability of the corresponding menu item. + + + + + + + + Gets whether the "Show Auto Filter Row" check item is displayed within the Column Header Context Menu. + + + true if the "Show Auto Filter Row" check item is available within a column header's menu; otherwise, false. + + + + + + + Gets or sets whether the Conditional Formatting menu is available in a column's context menu at runtime, allowing end-users to apply style formats to columns. + + + true, if the conditional formatting menu is available at runtime; otherwise, false. + + + + + + + Gets or sets whether a menu that enables switching group modes for date-time columns is available at runtime. + + + true if a menu that enables switching group modes for date-time columns is available at runtime; otherwise, false. + + + + + + + Gets or sets whether a context menu for grouping columns contains commands that allow group rows to be sorted according to group summary values. + + + true if a grouping column's context menu contains these commands; otherwise, false. + + + + + + + Gets or sets whether an end-user can invoke a Group Summary Editor at runtime, via a context menu. + + + true if an end-user can invoke a Group Summary Editor at runtime, via a context menu; otherwise, false. + + + + + + + Gets or sets whether the Split command is available in the Grid Control's context menu. + + + true if the Split command is available in the Grid Control's context menu; otherwise, false. + + + + + + + + Provides hint options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether hints are displayed for cells with truncated content. + + + true to display hints for cells with truncated content; otherwise, false. + + + + + + + Gets or sets a value specifying whether hints are displayed for column headers displaying truncated captions. + + + true to display hints for column headers displaying truncated captions; otherwise, false. + + + + + + + Gets or sets whether tooltips are displayed for footer cells, when the text is clipped. + + + A Boolean value that specifies whether tooltips are displayed for footer cells, when the text is clipped. + + + + + + + + Provides detail customization options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets a value specifying whether master rows can be expanded when details have no data. + + + true if master rows can be expanded when details have no data; otherwise, false. + + + + + + + Gets or sets a value specifying whether several master rows can be expanded simultaneously. + + + true if expanding a master row collapses the previously expanded row; otherwise, false. + + + + + + + Gets or sets a value specifying whether the View's immediate details can be maximized to fit the entire grid control's area. + + + true if details can be zoomed; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether details are automatically maximized to fit the entire grid control's area when corresponding master rows are expanded. + + + true if the details are automatically zoomed when master rows are expanded; otherwise, false. + + + + + + + Gets or sets a value specifying whether detail tooltips are enabled for detail Views that are opened via the current master View. This option must be applied to a master View. + + + true if a detail tooltip is displayed when pointing to a master row's expand button; otherwise, false. + + + + + + + Gets or sets a value specifying whether the View's details can be displayed. + + + true, to allow expanding master rows ; otherwise, false. + + + + + + + Gets or sets whether detail tabs are displayed in detail sections when master rows of the current master View are expanded. This option must be applied to a master View. + + + + true to display detail tabs; otherwise, false. + + + + + + + Gets or sets a value specifying whether the current master View is automatically scrolled when one of its detail Views at the first level is expanded, so all rows in that detail View will be displayed. This functionality is supported only when expanding first level detail Views. + + + true if a View is automatically scrolled when one of its detail Views is expanded; otherwise, false. + + + + + + + Gets or sets whether master-detail expand buttons are displayed grayed out when their associated detail rows don't contain any data. + + + true to display master-detail expand buttons as grayed out when their associated detail rows don't contain any data; false to always display master-detail expand buttons in black. + + + + + + + Gets or sets a value which specifies the manner in which master-detail expand buttons are painted. + + + A enumeration value which specifies whether master-detail expand buttons are displayed grayed out when their associated details don't contain any data. + + + + + + + + Reserved for future use. + + + Reserved for future use. + + + + + + + + Provides customization options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets whether end-users are allowed to move columns by dragging their headers. + + + true if end-users are allowed to move grid columns; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to change the width of grid columns. + + + true if end-users are allowed to change a column's width; otherwise, false. + + + + + + + Gets or sets a value which specifies whether end-users can filter data using the filter dropdowns. + + + true if end-users can filter data using the filter dropdowns; otherwise, false. + + + + + + + Gets or sets a value specifying whether end-users can apply data grouping. + + + true if end-users can apply data grouping; otherwise, false. + + + + + + + Gets or sets whether a column/band can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. + + + true if a column/band can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open; otherwise, false + + + + + + + Gets or sets a value specifying whether end-users can resize data rows vertically. + + + true if end-users can drag data rows' bottom edges to resize rows vertically; otherwise, false. + + + + + + + Gets or sets a value specifying whether end-users can apply data sorting. + + + true if end-users can apply data sorting; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the displays the search box allowing an end-user to input a criterion to filter the list of available columns and bands. + + + true, if the Customization Form displays the search box; otherwise, false. + + + + + + + + Provides behavior options for Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified owning View. + + + + A descendant which represents a Grid View whose behavior options are initialized. + + + + + + + + Gets or sets whether to forcibly move group footer summaries (which reside in group footers) to positions in group rows under corresponding column headers. Group footers will be hidden as a result. + + + A value that specifies whether to display group footer summaries in group rows under corresponding column headers. + + + + + + + Gets or sets whether the top visible group row is always displayed when scrolling through grouped data. + + + A value that specifies if the top visible group row is always displayed when scrolling through grouped data. + + + + + + + Gets or sets a value specifying whether end-users can locate rows by typing the desired column value. + + + true if incremental searching is allowed; otherwise, false. + + + + + + + Gets or sets a value specifying whether several master rows can be expanded simultaneously. + + + true if expanding a master row collapses the previously expanded row; otherwise, false. + + + + + + + Gets or sets whether to hide group rows if they contain only a single data row. + + + A value that specifies whether to hide group rows if they contain only a single data row. The DefaultBoolean.Default property is equivalent to False. + + + + + + + Gets or sets whether a View is partially repainted when it's scrolled vertically by a row. + + + true if the View is partially repainted during vertical scrolling; false if the entire region of the View is repainted. + + + + + + + Gets or sets whether smooth pixel-based vertical scrolling is enabled for rows. + + + A value that specifies whether smooth pixel-based vertical scrolling is enabled for rows. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether all the groups within the View are automatically expanded. + + + true to expand all groups automatically; otherwise, false. + + + + + + + Gets or sets whether total summaries are automatically updated to reflect changes in column values. + + + true, if automatic total summary updates are enabled; otherwise, false. + + + + + + + Gets or sets whether column captions are copied to the clipboard, when CTRL+C is pressed or the method is called. + + + true if column captions are copied to the clipboard when CTRL+C is pressed or the method is called; otherwise, false. + + + + + + + Gets or sets the mode in which a data record can be edited - inplace or via a dedicated inline or popup Edit Form. + + + + The mode in which a data record can be edited. + + + + + + + Gets or sets a value specifying whether the group rows' expanded state is preserved when applying data sorting. + + + true to preserve the group rows' expanded state when sorting; otherwise, false. + + + + + + + Gets or sets a value specifying whether scrolling the View to the bottom places the last row at the top of the View. + + + + true, if scrolling to the bottom places the last row at the bottom of the view; false if, as the result, the last row is placed at the top. + + + + + + + + Gets or sets whether null values must be ignored when calculating summaries. + + + true if null values must be ignored when calculating summaries; otherwise, false. + + + + + + + + Provides appearance options for Card Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether card captions are displayed. + + + true to display card captions; otherwise, false. + + + + + + + Gets or sets whether expand buttons are displayed within the card captions. + + + true if expand buttons are displayed within the card captions; otherwise, false. + + + + + + + Gets or sets a value specifying whether empty fields are displayed within cards. + + + true if empty fields are displayed; otherwise, false. + + + + + + + Gets or sets whether field captions are displayed. + + + true to display field captions; otherwise, false. + + + + + + + Gets or sets a value specifying whether hints are displayed for card fields with truncated content. + + + true to display hints for card fields with truncated content; otherwise, false. + + + + + + + Gets or sets a value specifying whether the horizontal scroll bar is displayed. + + + true if the horizontal scroll bar is displayed; otherwise, false. + + + + + + + Gets or sets a value specifying whether Card Separator are displayed. + + + true if the card separators are displayed; otherwise, false. + + + + + + + Gets or sets whether the customization button is displayed. + + + true to display the quick customization button; otherwise, false. + + + + + + + + Provides print/export options for Card Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether cards in the print/export output are automatically resized horizontally to fit the report page's width. + + + + true if cards are automatically resized horizontally to fit the report page's width; otherwise, false. + + + + + + + Gets or sets whether card captions are printed/exported. + + + true if card captions are printed/exported; otherwise, false. + + + + + + + Gets or sets whether empty fields are printed/exported. + + + true if empty fields are printed/exported; otherwise, false. + + + + + + + Gets or sets whether the filter panel is printed/exported. + + + true to print/export the filter panel; otherwise, false. + + + + + + + Gets or sets whether to print/export only the selected card or all cards within the View. + + + true to print/export the selected card only; otherwise, false. + + + + + + + Gets or sets whether only the focused/selected cards are printed/exported. + + + true if only only the focused/selected cards are printed/exported; otherwise, false + + + + + + + Gets or sets whether print styles or View styles are used to print/export the View. + + + true to use print styles for printing/exporting the grid's data; false, to use View styles. + + + + + + + + Provides behavior options for Card Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified owning View. + + + + + A descendant which represents a Card View whose behavior options are initialized. + + + + + + + + Gets or sets whether cards can be collapsed. + + + true if cards can be collapsed; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether adding a new record focuses the new card. + + + true to force the View to focus new cards automatically; otherwise, false. + + + + + + + Gets or sets a value specifying whether the Card Auto Width feature is enabled. + + + true if the cards auto width feature is enabled; otherwise, false. + + + + + + + Gets or sets a value specifying whether card field height is calculated automatically, depending on cell contents. + + + + true to enable automatic field height calculation; otherwise, false. + + + + + + + + Gets or sets a value specifying whether a card column width can be changed by the end-users. + + + true if a card column width can be changed by the end-user; otherwise, false. + + + + + + + Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Card View or to the next/previous control in tab order. + + + true if TAB/SHIFT+TAB key combinations are handled by the view; otherwise, false. + + + + + + + + Represents a column collection owned by a band. + + + + + + + Creates a new object. + + + + A object representing the band that will own the column collection. This value is assigned to the property. + + + + + + + + Adds the specified column to the end of the collection. + + + + A object representing the column to add. + + + + + + + + Gets the band owning the current column collection. + + + A object whose property is represented by this column collection. + + + + + + + Indicates whether the collection contains the specified column. + + + + A object to locate in the collection. + + + true if the collection contains the specified column; otherwise, false. + + + + + + + Returns the position of the specified column within the collection. + + + + A object to locate in the collection. + + + An integer value representing the specified column's zero-based index within the collection. -1 if the collection doesn't contain the specified column. + + + + + + + + Adds the specified column to the specified position within the collection. + + + + An integer value representing the zero-based index where the specified column should be inserted. If negative or exceeds the number of elements, an exception is raised. + + + + A object representing the column to insert. + + + + + + + + Provides indexed access to columns. + + + + An integer value specifying the required column's zero-based index. If negative or exceeds the number of elements, an exception is raised. + + + + A object representing the column at the specified position within the collection. + + + + + + + Gets a column with the specified name. + + + + A value specifying the column name. + + + A object representing the column with the specified name. null (Nothing in Visual Basic) if the specified column doesn't belong to the collection. + + + + + + + Moves a column to a new position within the collection. + + + + An integer value specifying the target position (a zero-based index within the collection). A negative value to remove the column. + + + + A object representing the column to be moved. + + + + + + + + Removes a column from the collection. + + + + A object representing the column to remove. + + + + + + + + Gets the View that displays columns from this collection. + + + A object (or descendant) representing the View that displays columns from this collection. null (Nothing in Visual Basic) if collection doesn't have the owning band or the owning band doesn't have the owning View. + + + + + + + Gets the number of visible columns. + + + An integer value representing the number of visible columns. + + + + + + + + Represents a band collection. + + + + + + + Creates a new instance of the class. + + + + + A object or its descendant representing a View to which the created collection belongs. This value is assigned to the property. + + + + A object representing the band that owns the created band collection. This value is assigned to the property. + + + + + + + + Creates and adds a new band to the end of the collection. + + + A object representing the band added. + + + + + + + Adds the specified band to the end of the collection. + + + + A object representing the band to be added. + + + A object representing the new band. + + + + + + + Creates a band with the specified caption and appends it to the collection. + + + + + A value which specifies the band's caption. This value is assigned to the property. + + + + A object which represents the created band. + + + + + + + + Adds an array of band objects to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Indicates whether the specified band can be added to the collection. + + + + A object representing the band being examined. + + + true if the specified band can be added to the collection; otherwise, false. + + + + + + + Indicates whether the collection contains a specific band. + + + + A object to locate in the collection. + + + true if the collection contains the specified band; otherwise, false. + + + + + + + Indicates whether a specific band is a child of the collection owner (at any nesting level). + + + + A object to be located among the collection owner's children. + + + true if the specified band is a child of the collection owner; otherwise, false. + + + + + + + Creates a new band with default settings. + + + A object that represents the created band. + + + + + + + Gets the first visible band within the collection. + + + A object representing the first visible band within the collection. null (Nothing in Visual Basic) if the collection contains no visible bands. + + + + + + + Returns a band at the specified position among visible bands within the collection. + + + + An integer value specifying the zero-based index of a band among visible bands. + + + A object representing a band at the specified position among visible bands. null (Nothing in Visual Basic) if the collection contains no visible bands or the specified index is negative or exceeds the maximum available visible index. + + + + + + + Searches for a visible band starting from a specified band. + + + + A object specifying the band from which the search is started. + + + A object representing the found band. null (Nothing in Visual Basic) if no visible band is found. + + + + + + + Returns the specified band's position within the collection. + + + + A object representing the band to be located. + + + An integer value representing the specified band's zero-based index. -1 if the collection doesn't contain the specified band. + + + + + + + Creates a new band and adds it at the specified position within a collection. + + + + An integer value representing the zero-based index at which the new band should be inserted. + + + A object representing the new band. + + + + + + + Adds the specified band to the specified position within the collection. + + + + An integer value representing the zero-based index at which the specified band should be inserted. If negative or exceeds the number of elements, an exception is raised. + + + + A object representing the band to be inserted. + + + + + + + + Adds a band to the collection moving all previous collection elements to this band's children collection. + + + + A object representing the band to be added. + + + + + + + + Gets a band with the specified name. + + + + A value specifying the name of the band to be found. + + + A object representing a band with the specified name. null (Nothing in Visual Basic) if no band is found. + + + + + + + Provides indexed access to bands. + + + + An integer value specifying the band's zero-based index within the collection. + + + A object representing the band located at the specified position. + + + + + + + Gets the last visible band within the collection. + + + A object representing the last visible band within the collection. null (Nothing in Visual Basic) if the collection contains no visible bands. + + + + + + + Moves a band to a new position within the collection. + + + + An integer value representing a new position of a band within the collection. + + + + A object representing the band to be moved. + + + + + + + + Gets a band owning the current band collection. + + + A object whose property is represented by this band collection. + + + + + + + Removes the specified band from the collection. + + + + A object representing the band to remove. + + + + + + + + Gets the View that displays bands from this collection. + + + A object (or descendant) representing the View displaying bands in this collection. + + + + + + + Gets the number of visible bands within the collection. + + + An integer value representing the number of visible bands within the collection. + + + + + + + + Represents an individual band. + + + + + + + Creates a new object. + + + + + + + + Gets the appearance settings used to paint the band header. + + + An object representing the band header's appearance settings. + + + + + + + Gets or sets a value specifying whether a band header should be automatically stretched to fill the empty space below it. + + + true, if a band header is automatically stretched to fill the empty space below it; otherwise, false. + + + + + + + Gets the band's nesting level. + + + An integer value representing the band's zero-based nesting level. + + + + + + + Gets or sets the band's caption. + + + A string value specifying the text to be displayed within the band header. + + + + + + + Provides access to the band's child band collection. + + + A object representing the child band collection. + + + + + + + Gets the band collection that owns the current band. + + + A object representing the band collection that owns the current band. + + + + + + + Provides access to columns owned by the band. + + + A object representing the band's column collection. + + + + + + + Gets or sets the band's caption when its header is displayed within the Customization Form. + + + A value which specifies the band's caption when its header is displayed within the Customization Form. + + + + + + + Gets or sets the band's behavior when the View is scrolled horizontally. + + + A enumeration member specifying the band behavior when the View is scrolled horizontally. + + + + + + + Returns the non formatted band caption. + + + A string value that represents the band's non formatted caption. + + + + + + + Gets a value indicating that the band has child bands. + + + true if the band contains one or more child bands; otherwise, false. + + + + + + + Gets or sets an image displayed within a Band Header. + + + An image displayed within the band header. + + + + + + + Gets or sets the band header image alignment. + + + A System.Drawing.StringAlignment enumeration member specifying the image alignment. + + + + + + + Gets or sets the index of the image displayed within the band header. + + + A zero-based integer specifying the image by its index within the source collection. -1 if no image is displayed within the band header. + + + + + + + + Gets an image collection whose images can be displayed within the band's header. + + + An object which provides images for band headers. + + + + + + + Gets the band's position within the owning collection. + + + A zero-based integer representing the band's position. + + + + + + + Indicates whether the View that owns the band is currently being initialized. + + + true if the View is being initialized; otherwise, false. + + + + + + + Gets or sets the band's minimum allowed width. + + + An integer value specifying the band's minimum width in pixels. + + + + + + + Gets or sets the band name. + + + + A value specifying the band name. + + + + + + + Provides access to the band's options. + + + An object containing the band's options. + + + + + + + + Gets the parent band. + + + A object representing the band's parent. null (Nothing in Visual Basic) if the band is at the root hierarchy level or if it not within the View's bands hierarchy. + + + + + + + Gets a value indicating whether the band is currently visible. + + + true if a band is currently visible; otherwise, false. + + + + + + + Specifies a new width for the band. + + + + + An integer value representing the band's new width. + + + + + + + + + Gets the root band that is the current band's parent. + + + A object representing the root band in the current band's hierarchy branch. + + + + + + + Gets or sets the band header height in rows. + + + An integer value specifying the band header height in rows. Values less than 1 are not accepted. + + + + + + + Gets or sets the data associated with the current band. + + + + An object containing information which is associated with the current band. + + + + + + + + Gets or sets a custom tooltip for the band. + + + A string, which is a custom tooltip for the band. + + + + + + + + Gets the band's caption. + + + A string that specifies the band's caption. + + + + + + + Gets the View to which the band belongs. + + + A object (or descendant) representing the View to which the band belongs. + + + + + + + Gets or sets whether the band is visible. + + + true if the band is visible; otherwise, false. + + + + + + + Gets the band's visual position within its owner (within a parent band or, for root bands, within a View). + + + A zero-based integer value specifying the band's visual position. -1 if the band is invisible. + + + + + + + Gets the current band width. + + + An integer value representing the current band width in pixels. + + + + + + + Gets or sets band width. + + + An integer value specifying band width in pixels. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + An event source identifying the View which raised the event. + + + + A object providing data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object that contains the View information about the band header being painted. This value is assigned to the property. + + + + + + + + Gets the band whose header is to be painted. Returns null if an "empty band header" is currently being painted. + + + + + A object specifying the band whose header is to be painted. + + + + + + + Gets an object providing View information for the band header being painted. + + + A object containing the painted band's View information. + + + + + + + + Represents a View that displays data in a tabular form and which allows grouping of columns into bands. + + + + + + + Creates a new object with the specified owner. + + + + A object representing a grid control that will own the View. This value is assigned to the property. + + + + + + + + Creates a new object with default settings. + + + + + + + + Provides access to the properties that control the appearance of the Banded Grid View's elements. + + + A object that provides appearance settings for the View's elements. + + + + + + + Provides access to the properties that specify the appearances of Banded Grid View elements when they are printed/exported. + + + A object that provides appearance settings for Banded Grid View elements when they are printed/exported. + + + + + + + Copies properties and, optionally, event handlers from the View passed as a parameter. + + + + A descendant representing a View whose properties and event handlers are copied. If null (Nothing in Visual Basic), the method does nothing. + + + + true if event handlers should be copied; otherwise, false. + + + + + + + + Gets or sets the band panel row height. + + + An integer value specifying the band panel row height in pixels. -1 to calculate the band panel row height automatically based on band header contents. + + + + + + + Provides access to the root band collection. + + + A object representing the root band collection. + + + + + + + Occurs when the band's width is changed. + + + + + + + + Returns information about View elements located at a specified point. + + + + A structure specifying the test point coordinates relative to the grid control's top-left corner. + + + A object that contains information about View elements located at the test point. + + + + + + + Returns information about the View elements located at the specified point. + + + + + An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. + + + + An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. + + + A object which contains information on the View elements located at the test point. + + + + + + + Indicates whethera band can be dragged by end-users. + + + + A object representing the inspected band. + + + true if end-users can drag the band; otherwise, false. + + + + + + + Indicates whether the specified band can be resized by end-users. + + + + A object representing the inspected band. + + + true if end-users can resize the specified band; otherwise, false. + + + + + + + Provides access to the column collection. + + + A object representing the View's column collection. + + + + + + + Returns an object that enables you to export a View's data in a number of different formats + + + + An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. + + + A BaseExportLink descendant (a BandedViewExportLink object) providing facilities for exporting data. + + + + + + + Enables you to custom paint band headers. + + + + + + + + Invalidates a band header or the entire band panel. + + + + + A object representing the band whose header is to be repainted. null (Nothing in Visual Basic) to invalidate the entire band panel. + + + + + + + + + Invalidates the View element located at the point specified by the hit information object. + + + + A descendant (a object) containing hit information. + + + + + + + + Gets a value indicating whether a View element is currently being dragged. + + + true if a band header or column header is being dragged; otherwise, false. + + + + + + + Gets a value indicating whether a View element is currently being resized. + + + true if a View element is being resized; otherwise, false. + + + + + + + + Gets or sets the minimum band header panel height in rows. + + + An integer value specifying the minimal number of rows possible within the band panel. + + + + + + + Provides access to the View's customization options. + + + A object containing the View's customization options. + + + + + + + Provides access to the View's hint options. + + + A object containing the View's hint options. + + + + + + + Provides options that control how the View is printed/exported. + + + A object containing the View's print and export options. + + + + + + + Provides access to the View's visual display options. + + + A object containing the View's visual display options. + + + + + + + Provides access to the appearance settings currently used to paint the banded View's elements. + + + A object which provides the appearance settings currently used to paint the banded View's elements. + + + + + + + Gets the View's current state. + + + A enumeration member indicating the View's current state. + + + + + + + Synchronizes a View's visual settings with the specified View. + + + + A descendant representing the View whose visual settings should be copied to the current View. + + + + + + + + + + Provides appearance options for Banded Grid Views. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether the band panel is displayed. + + + true if the band panel is displayed; otherwise, false. + + + + + + + Gets or sets a value specifying whether grouping columns should be displayed within the View. + + + true to display grouping columns within the view; otherwise, false. + + + + + + + + Provides hint options for Banded Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value spoecifying whether hints are displayed for band headers with truncated captions. + + + true if hints are displayed for band headers with truncated captions; otherwise, false. + + + + + + + + Provides customization options for Banded Grid Views. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets whether bands can be moved to a new position. + + + true if bands can be moved to a new position; otherwise, false + + + + + + + Gets or sets whether the bands can be resized. + + + true if the bands can be resized; otherwise, false + + + + + + + Gets or sets a value specifying whether end-users can move bands between parents. + + + true if bands can be moved between parents; otherwise, false. + + + + + + + Gets or sets a value specifying whether end-users can move columns between bands. + + + true if end-users can move columns between bands; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets a value specifying whether hidden bands can be shown within the Customization Form. + + + true if hidden bands can be shown within the Customization Form; otherwise, false. + + + + + + + + Represents a read-only collection of banded columns. + + + + + + + Creates a new instance of the class. + + + + A descendant representing the View owning the column collection. + + + + + + + + Provides indexed access to individual columns. + + + + An integer value specifying the zero-based index of the required collection item. + + + A object representing the column at the specified position within the collection. null (Nothing in Visual Basic) if the specified index is negative or exceeds the last available index. + + + + + + + + Represents a banded grid column collection. + + + + + + + Creates a new instance of the class. + + + + A descendant representing a View that will own the column collection created. This value is assigned to the property. + + + + + + + + Creates a new hidden column and appends it to the collection. + + + + A object representing the new column. + + + + + + + Creates a new column which is bound to the specified field and appends it to the collection. + + + + A value that specifies the name of the data field to bind the created column to. + + + + A object which represents the new column. + + + + + + + Adds an array of column objects to the collection. + + + + An array of objects to be added to the collection. + + + + + + + + Returns a column by the name of the field to which it is bound. + + + + A value specifying the field name. + + + A object representing a column bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. + + + + + + + Returns a column by its name. + + + + A value specifying the column name. + + + A object representing a column with the specified name. null (Nothing in Visual Basic) if no column is found. + + + + + + + Gets a column at a specific index. + + + + An integer value specifying the zero-based index of the required column. If negative or exceeds the maximum available index, an exception is raised. + + + A object representing a column at the specified position within the collection. + + + + + + + Gets a column by the name of the field to which it is bound. + + + + A value specifying the data source field name. + + + A object representing a column within the collection bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. + + + + + + + Gets the View that owns a column collection. + + + A object representing a View where columns of this collection are displayed. + + + + + + + + Represents an individual column in Banded Grid Views. + + + + + + + + Creates a new instance of the class. + + + + + + + + Gets or sets a value specifying whether a column header should be automatically stretched to fill the empty space below it. + + + true if a column header is automatically stretched to fill the empty space below it; otherwise, false. + + + + + + + Gets a column's horizontal position within a band row. + + + An integer value representing the zero-based index of a column within a band row. -1 if the column has no parent band. + + + + + + + Gets or sets the column's visible state and position within a band row. + + + An integer value specifying the column's zero-based index among the visible columns in a band row. -1 if the column is invisible. + + + + + + + Gets or sets a value specifying whether a column is scrolled horizontally with the View or in a fixed position. + + + A enumeration member specifying column behavior when the View is scrolled. + + + + + + + This property is not supported by the BandedGridColumn class. + + + 0 + + + + + + + Gets or sets a column's parent band. + + + A object representing a band to which a column belongs. + + + + + + + Gets or sets the column header height in rows. + + + An integer value specifying the column header height in rows. Values less than 1 are not accepted. + + + + + + + Gets or sets the vertical position of a banded column. + + + An integer value representing the zero-based index of the band row where a column header is displayed. + + + + + + + Gets the View to which a specific column belongs. + + + A object representing a View to which a column belongs. + + + + + + + Gets or sets the column's position among visible columns. + + + An integer value specifying the column's zero-based index among visible columns. + + + + + + + + Represents a View that displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements. + + + + + + + Creates a new instance of the class owned by the grid control specified. + + + + A object representing the grid control that will own the created View. This value is assigned to the property. + + + + + + + + + Creates a new instance of the class with default settings. + + + + + + + + Returns an object that enables you to export a View's data in a number of different formats. + + + + An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. + + + A descendant (a DevExpress.XtraGrid.Export.AdvBandedViewExportLink object) providing exporting facilities. + + + + + + + Provides access to a View's navigation options. + + + An object that contains a View's navigation options. + + + + + + + Provides access to the View's selection options. + + + An object which contains the View's selection properties. + + + + + + + Provides access to the View's display options. + + + A object containing the View's display options. + + + + + + + Moves a column to the specified position among visible columns belonging to the same band. + + + + A object representing the column to be moved. + + + + An integer value representing the zero-based index of the row where the specified column should be moved. This value is assigned to the column's property. If negative, an exception is raised. + + + + An integer value representing the zero-based column index within a band row. This value is assigned to the column's property. If negative, it is set to 0. + + + + + + + + Sets the column's width to the specified value. + + + + A object whose width is to be changed. + + + + The column's new width. This value cannot be less than . + + + + + + + + + Contains values indicating all available Banded Grid View states. + + + + + + + A band header is pressed. + + + + + + + + A band header is being dragged by the end-user. The band's option must be enabled to allow band header dragging. + + + + + + + + A band is being resized by the end-user. This implies that the band header's right edge is being dragged. This operation is available only for bands whose option is enabled. + + + + + + + + Multiple cells are being selected by an end-user using the mouse. The property must be set to the value to make this operation available. + + + + + + + + + A header panel button is pressed. + + + + + + + + A column header is pressed. + + + + + + + + A column header is being dragged by the end-user. The column's and View's options must be enabled to allow column header dragging. + + + + + + + + A column's filter button is pressed. + + + + + + + + A column is being resized by the end-user. This implies that the column header's right edge is being dragged. This operation is available only for columns whose option is enabled. + + + + + + + + A cell editor is active at the moment. + + + + + + + + A filter close button is pressed. + + + + + + + + + A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a View is going to be enabled or disabled. + + + + + + + + A filter panel customize button is pressed. + + + + + + + + The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. + + + + + + + + The string in the filter panel which represents the filter criteria applied to a View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The incremental search is being performed. + + + + + + + + No specific action is being performed within a View. + + + + + + + + A detail View's clone is being resized by the end-user. This implies that the detail's bottom edge is being dragged. + + + + + + + + A data row is being resized by the end-user. This implies that the corresponding indicator cell's bottom edge is being dragged. The option must be enabled to allow such operations. + + + + + + + + A View is being scrolled. This implies that an end-user has depressed the mouse wheel and is moving the mouse to scroll the View's contents. + + + + + + + + + Multiple rows are being selected using the dragging operation. This implies that the end-user presses an indicator cell corresponding to the selection start and drags the mouse to the selection end. The option must be enabled to make this operation available. + + + + + + + + An unknown action is being performed within a View. + + + + + + + + + + Provides the appearance settings used to paint the elements in a Banded Grid View. + + + + + + + Initializes a new instance of the class with the specified owning View. + + + + A descendant representing the View that will own the created collection. + + + + + + + + Gets the appearance settings used to paint band headers. + + + A object that provides the appearance settings used to paint band headers. + + + + + + + Gets the appearance settings used to paint the band panel's background. + + + A object that provides the appearance settings used to paint the band panel's background. + + + + + + + Gets the appearance settings used to paint the column header panel's background. + + + A object that provides the appearance settings used to paint the column header panel's background. + + + + + + + + Contains values that specify how cards are arranged in a print/export output. + + + + + + + Cards are arranged in a single column. + + + + + + + + Currently, this option is the same as the option. + + + + + + + + Cards are arranged in multiple columns. + + + + + + + + Cards are arranged in multiple rows. + + + + + + + + Cards are arranged in a single row. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Creates a new object. + + + + An integer value representing the row's handle. This value is assigned to the property. + + + + + + + + Gets the row's handle (position). For the event, this property specifies the previous handle (position) of the currently processed row. + + + An integer value representing the row's handle. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Creates a new object. + + + + An integer value representing the handle of the row. This value is assigned to the property. + + + + true if the group row can be collapsed/expanded; otherwise, false. This value is assigned to the property. + + + + + + + + Gets or sets a value specifying whether the current operation is allowed. + + + true to allow the operation; otherwise, false. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the View that raised the event. + + + + A that contains event data. + + + + + + + + + Contains display options applied in single card display mode. + + + + + + + Initializes a new instance of the LayoutViewOptionsSingleRecordMode class. + + + + A object that will own the created object. + + + + + + + + Copies the properties of the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the card's alignment within the View when the card is stretched to fully fill the View's width or height. This option is in effect when the or property is enabled (not both). + + + A value that specifies the card's alignment. + + + + + + + Gets or sets whether the currently visible card is stretched vertically to fully fill the View's height. This option is in effect in Single Record view mode. + + + true if the current card is stretched vertically to fully fill the View's height; otherwise, false. + + + + + + + Gets or sets whether the currently visible card is stretched horizontally to fully fill the View's width. This option is in effect in Single Record view mode. + + + true if the current card is stretched horizontally to fully fill the View's width; otherwise, false. + + + + + + + + Lists values specifying Grid View context menu types. + + + + + + + Corresponds to the column header context menu. + + + + + + + + Corresponds to the group panel context menu. + + + + + + + + Corresponds to the context menu which is activated by an end-user right-clicking on a data or group row. + + + + + + + + Corresponds to the footer cell context menu. + + + + + + + + Corresponds to the user defined context menu. + + + + + + + + + Contains values that specify when the Filter Panel is visible. + + + + + + + The filter panel is shown when the filtering is applied to a View. Otherwise, the filter panel is hidden. + + + + + + + + The filter panel is hidden. + + + + + + + + The filter panel is always shown at the bottom of the View. + + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates and initializes a new object. + + + + A object representing the column containing an element where the context menu was activated. This value is assigned to the property. + + + + A object representing the group summaries collection defined for the sender View. This value is assigned to the property. + + + + A object representing a summary item whose corresponding footer cell was clicked to invoke the menu. This value is assigned to the property. + + + + A enumeration value specifying the aggregate function type used by the summary item. This value is assigned the property. + + + + A value specifying the summary value formatting. This value is assigned to the property. + + + + A enumeration value specifying the context menu type. This value is assigned to the property. + + + + A object representing the clicked menu item. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A object or descendant representing the column whose footer cell or header was clicked to invoke a menu. This value is assigned to the property. + + + + A object representing the View's group summaries collection. This value is assigned to the property. + + + + A object specifying summary settings for the footer cell where the context menu was activated. This value is assigned to the property. + + + + A enumeration value representing the summary item's type. This value is assigned to the property. + + + + A string value representing the summary value's formatting. This value is assigned to the property. + + + + A enumeration value specifying the type of the menu whose item was clicked. This value is assigned to the property. + + + + A object representing the clicked DX menu item. This value is assigned to the property. + + + + + + + + Gets the column whose footer cell or header was clicked to invoke a context menu. + + + A object or descendant representing the column whose footer cell or header was clicked to invoke a menu. null (Nothing in Visual Basic) if a group panel's menu item was clicked. + + + + + + + Gets the clicked menu item. + + + A object representing the clicked menu item. + + + + + + + Gets or sets a value specifying whether default menu item click processing is required after event handler execution. + + + true if default event processing is not required; otherwise, false. + + + + + + + This property is obsolete. + + + A object representing the clicked menu item. + + + + + + + Gets the type of the context menu whose item was clicked. + + + A enumeration value specifying the type of the menu whose item was clicked. + + + + + + + Gets or sets the summary value formatting. + + + A string value representing the summary value formatting. An empty string if the menu was invoked within a column header or group panel. + + + + + + + Gets a summary item object corresponding to the footer cell whose menu's item was clicked. + + + A object specifying summary settings for the footer cell where the context menu was activated. null (Nothing in Visual Basic) if the context menu was invoked by right-clicking a column header or group panel. + + + + + + + + Gets the View's group summary items collection. + + + A object representing the View's group summaries collection. null (Nothing in Visual Basic) if the context menu was invoked within a column header or group panel. + + + + + + + Gets the summary type which is about to be applied. + + + + A enumeration value representing the summary item type. + + + + + + + + Provides data for the and events. + + + + + + + + Gets the currently processed View. + + + A class descendant that represents the currently processed View. + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the grid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the previously focused View. This value is assigned to the property. + + + + A object representing the currently focused View. This value is assigned to the property. + + + + + + + + Gets a value representing the previously focused View. + + + A descendant representing the previously focused View. + + + + + + + Gets a value representing the currently focused View. + + + A descendant representing the currently focused View. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + A object which specifies the storage for the most often used pens, fonts and brushes. This value is assigned to the property. + + + + An integer value which represents the handle of the row whose indicator cell is being painted. This value is assigned to the property. + + + + A descendant which provides the default painting mechanism for the painted element. This value is assigned to the property. + + + + A object providing information about the painted element. This value is assigned to the property. + + + + + + + + Gets information about the painted row indicator. + + + A object which provides information about the painted indicator cell. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + An object that provides default painting facilities. This value is assigned to the property. + + + + A object that contains the View information about the element being painted. This value is assigned to the property. + + + + + + + + Gets the whose header is to be drawn. Returns null if an "empty column header" is currently being painted. + + + + A whose header is to be drawn. + + + + + + + Gets an object providing information necessary to paint a column header. + + + A object providing appearance and state information about a column header. + + + + + + + + Lists values specifying a View's scrollbar behavior. + + + + + + + If active, the View is scrolled simultaneously with changing its horizontal scrollbar's position. Otherwise, the actual View scrolling takes place only when the scrollbar's thumb is released. + + + + + + + + If active, the View is scrolled simultaneously with changing its vertical scrollbar's position. Otherwise, the actual View scrolling takes place only when the scrollbar's thumb is released. + +When this option is disabled, you can enable the vertical scrollbar's tooltip. The tooltip's text allows end-users to identify the row corresponding to the current scrollbar's position. If the current scrollbar's position corresponds to a group row, the group row's text is displayed by the tooltip. If the target row is a data row, the tooltip displays a value from this row's particular field. The field is specified by the property. + + + + + + + + If active, disables all other options. + + + + + + + + + Represents a method that will handle the , , and events. + + + + + + + Represents a method that will handle the , , and events. + + + + The event source. Identifies the View that raised the event. + + + + + A object that contains event data. + + + + + + + + + Provides data for the , , , and events. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure that specifies the boundaries of the painted element. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint a cell. This value is assigned to the property. + + + + An integer value identifying the row in which the painted element resides. This value is assigned to the property. + + + + + A object that represents the column containing the painted data cell. This value is assigned to the property. + + + + An object representing the painted cell's value. This value is assigned to the property. + + + + A string value that represents the painted cell's display text. This value is assigned to the property. + + + + + + + + Provides information on the painted cell. + + + A DevExpress.XtraGrid.Views.Grid.ViewInfo.GridCellInfo object that contains information about the painted cell. + + + + + + + Gets the painted value or display text (depending on the event). + + + An object representing the painted cell's value. + + + + + + + Gets the column whose element is being painted. + + + A object (or descendant) representing the column whose data cell is being painted. null (Nothing in Visual Basic) if the painted element has no corresponding column. + + + + + + + Gets or sets the painted element's display text. + + + A string value representing the element's display text. + + + + + + + Gets the handle of a painted element's row. + + + An integer value identifying the row that corresponds to the painted element. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the View which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure that represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object that specifies the painted element's appearance settings. This value is assigned to the property. + + + + + + + + Gets the painted element's appearance settings. + + + A object specifying the painted element's appearance settings. + + + + + + + Returns a value specifying limits for the drawing area. + + + A Rectangle specifying the drawing area. + + + + + + + Gets an object which specifies the storage for the most often used pens, fonts and brushes. + + + A object. + + + + + + + Performs default painting of an element. + + + + + + + + Gets an object used to paint. + + + A object providing a means for painting. + + + + + + + Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. + + + + true, if the default element painting is not required; otherwise, false. + + + + + + + + + Lists values specifying the availability of View elements that enable data scrolling. + + + + + + + The scrolling element is always visible. + + + + + + + + The scrolling element is visible only when data scrolling can be performed. + + + + + + + + The scrolling element is invisible regardless of whether data scrolling can be performed. + + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value specifying the row's handle. This value is assigned to the property. + + + + An integer value specifying the row's height in pixels. This value is assigned to the property. + + + + + + + + Gets the handle of the row whose height is to be specified. + + + An integer value representing the row's handle. + + + + + + + Gets or sets the row's height. + + + An integer value specifying the row height in pixels. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified level and appearance. + + + + An integer value specifying the level of the processed group row. This value is assigned to the property. + + + + A object which provides the appearance setting used to paint the group rows residing at the processed nesting level. This value is assigned to the property. + + + + + + + + Gets the nesting level of group rows whose style is to be specified. + + + A zero-based integer value representing the row nesting level. + + + + + + + Gets the appearance settings applied to the group rows located at the current nesting level. + + + A object which provides the appearance setting used to paint the group rows residing at the nesting level currently being processed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InvalidRowExceptionEventArgs class with the specified settings. + + + + A object representing the exception which caused this event to be raised. This value is assigned to the property. + + + + + A string value representing the error message box text. This value is assigned to the property. + + + + An integer value representing the handle of the row that failed validation. This value is assigned to the property. + + + + An object representing the row that failed validation. This value is assigned to the property. + + + + + + + + Gets an object which represents the row that failed validation. + + + + An object representing the row that failed validation. + + + + + + + Gets the handle of the row that failed validation. + + + An integer value specifying the handle of the row that failed validation. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value that specifies the handle of the row whose cell's style is to be set. This value is assigned to the property. + + + + + A object that represents the column that owns the cell. This value is assigned to the property. + + + + A enumeration value which specifies the row's state. + + + + An object that provides the appearance settings used to paint the cell. This value is assigned to the property. + + + + + + + + Gets the appearance settings used to paint the data cell currently being processed. + + + An object that provides the appearance settings used to paint the cell. + + + + + + + Copies the activated settings of the appearance object passed as the parameter. + + + + An object that represents the source of the operation. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value identifying the row owning the cell by its handle. This value is assigned to the property. + + + + A object representing the column that contains the cell. This value is assigned to the property. + + + + A enumeration value specifying the cell content's horizontal alignment. This value is assigned to the property. + + + + + + + + Gets or sets the cell content's default horizontal alignment. + + + A enumeration member specifying the cell content's default horizontal alignment. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the menu processing events. + + + + + + + Initializes a new instance of the GridMenuEventArgs class with the specified settings. + + + + A enumeration value specifying the type of the invoked Grid View's context menu. This value is assigned to the MenuType property. + + + + A object which represents the Grid View's context menu. This value is assigned to the Menu property. + + + + A object which contains information about the View elements located at the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the HitInfo property. + + + + true to display the context menu; otherwise, false. This value is assigned to the Allow property. + + + + + + + + Initializes a new instance of the GridMenuEventArgs class with the specified settings. + + + + A enumeration value specifying the type of the invoked Grid View's context menu. This value is assigned to the MenuType property. + + + + A object which represents the Grid View's context menu. This value is assigned to the Menu property. + + + + A structure which specifies the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the Point property. + + + + true to display the context menu; otherwise, false. This value is assigned to the Allow property. + + + + + + + + Initializes a new instance of the GridMenuEventArgs class with the specified settings. + + + + A object which represents the Grid View's context menu. This value is assigned to the Menu property. + + + + A object which contains information about the View elements located at the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the HitInfo property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the column whose Filter DropDown is about to be invoked. This value is assigned to the property. + + + + A object providing access to the filter items list. This value is assigned to the property. + + + + + + + + Gets the column whose filter dropdown is about to be displayed. + + + + A object (or descendant) representing the column whose filter dropdown is about to be displayed. + + + + + + + + Gets an object providing access to the filter dropdown's items. + + + + A object that allows you to access the filter items list. + + + + + + + + + Represents an individual item within a filter dropdown list. + + + + + + + + Creates a new object. + + + + + A value that is the textual representation of the created filter item. This value is assigned to the property. + + + + + An object representing the filter value. This value is assigned to the property. + + + + + + + + Specifies the text representing the filter item within the filter dropdown list. + + + + $ + + + + + + + Returns the filter item's textual representation. + + + A string that is the textual representation of the current filter item. + + + + + + + Gets the filter value represented by the current filter item. + + + An object representing the filter value defined by the filter item. + + + + + + + + Serves as the base for classes that provide data for cell events. + + + + + + + Creates a new object. + + + + An integer value representing the handle or the row that contains the processed cell. This value is assigned to the property. + + + + A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. + + + + + + + + Returns the value of the currently processed cell. + + + An object that specifies the current cell's value. + + + + + + + Gets the column that contains the processed cell. + + + A object (descendant) representing the column that contains the cell. + + + + + + + Gets the handle of the row that contains the processed cell. + + + An integer value specifying the handle of the row that contains the cell. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the handle of the row that contains the processed cell. This value is assigned to the property. + + + + A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. + + + + + + + + Creates a new object. + + + + An integer value representing the handle of the row that contains the processed cell. This value is assigned to the property. + + + + A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. + + + + A object representing the editor assigned to the processed cell. This value is assigned to the property. + + + + + + + + Gets or sets the editor assigned to the processed cell. + + + The object which represents the currently assigned editor. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the master row's handle. This value is assigned to the property. + + + + An integer value identifying the relation. This value is assigned to the property. + + + + A string value specifying the level whose corresponding View will represent the relation. This value is assigned to the property. + + + + + + + + For the event this property gets or sets the name of the level whose bound View will be used to represent the currently processed detail's data. + + +For the event this property gets or sets the display caption for the currently processed relation. + + + + + A string value specifying the name (or display name for the event) of the level for the currently processed relation. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the master row's handle. This value is assigned to the property. + + + + An integer value specifying the number of relations for the master row. This value is assigned to the property. + + + + + + + + Gets or sets the number of relations for the master row. + + + An integer value specifying the number of relations for the master row. + + + + + + + Gets a value identifying a master row. + + + An integer value representing the handle of the master row. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the master row's handle. This property is assigned to the property. + + + + An integer value identifying the detail by its relation index. This value is assigned to the property. + + + + A descendant representing the View that will be used to display the detail. This value is assigned to the property. + + + + + + + + Gets or sets a pattern view to represent the detail View. + + + A descendant that will be used to represent the detail's data. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the master row's handle. This value is assigned to the property. + + + + An integer value identifying the detail clone by its relation index. This value is assigned to the property. + + + + An object implementing the interface and containing the detail's records list. This value is assigned to the property. + + + + + + + + Gets or sets a detail clone's record list. + + + An object implementing the interface and containing records for the detail clone. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the master row's handle. This value is assigned to the property. + + + + An integer value identifying the detail View. This value is assigned to the property. + + + + true if the specified detail clone has no data; otherwise, false. This value is assigned to the property. + + + + + + + + Gets or sets a value specifying whether a detail contains data. + + + true, if the detail initially has no data; otherwise, false. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A class instance that contains the event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class. + + + + The row handle. This value is assigned to the property. + + + + The relation index. This value is assigned to the property. + + + + Indicates whether a row can be expanded. true, if a row can be expanded; otherwise, false. This value is assigned to the property. + + + + + + + + Gets or sets a value specifying whether the current operation is allowed. + + + true to allow the expanding/collapsing operation; otherwise, false + + + + + + + + Serves as the base for event arguments that require detail identification capabilities. + + + + + + + Creates a new instance of the class. + + + + An integer value representing a processed row handle. This value is assigned to the property. + + + + An integer value specifying the relation index that identifies the affected detail. This value is assigned to the property. + + + + + + + + Gets the relation index that identifies the affected detail. + + + An integer value specifying the relation index. + + + + + + + Gets the handle of the currently processed master row in the current View. + + + An integer value representing a row handle. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the View that raised the event. + + + + A class instance that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new instance of the class. + + + + A object representing the column to be filtered using the custom filter dialog. This value is assigned to the property. + + + + A object specifying the filter criteria to be applied to the column. This value is assigned to the property. + + + + + + + + Gets the column to be filtered using custom filter criteria. + + + + A object representing the column for which the event occurred. + + + + + + + + Gets or sets an object specifying custom filter criteria. + + + A object specifying the filter criteria to be applied. + + + + + + + Gets or sets a value specifying whether the custom filter dialog should be invoked. + + + true to suppress the standard custom filter dialog; otherwise, false. + + + + + + + + + + + + + + + Gets or sets whether the asterisk ('*') character can be used as a wildcard character. + + + true if the asterisk ('*') character can be used as a wildcard character; otherwise, false. + + + + + + + + Specifies a single style format rule for a grid control's View. + + + + + + + Initializes a new instance of a GridFormatRule class. + + + + + + + + Gets or sets whether the format is applied to an entire row. + + + true, if the format is applied to the entire row; otherwise, false. + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose settings are to be copied to the current object. + + + + + + + + Gets the collection that owns the current GridFormatRule object. + + + The collection of conditional format rules. + + + + + + + Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column. + + + The column that provides values to test against the current formatting rule. + + + + + + + Gets or sets a column, to which the format should be applied instead of the column specified by the property. + + + The target column to which the format is applied. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The name of the column to which the format is applied. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The name of the column that provides values to test against the current formatting rule. + + + + + + + Returns whether the format rule evaluates to "true" for a certain cell. + + + true, if the current rule is true; otherwise, false. + + + + + + + Gets whether the current GridFormatRule object is properly customized. + + + true, if the GridFormatRule object is properly customized; otherwise, false. + + + + + + + + Contains values specifying how the focus rectangle is painted within Grid Views. + + + + + + + The focus rectangle is painted around the focused cell. + + + + + + + + The focus rectangle is not painted. + + + + + + + + The focus rectangle is painted around the focused row, excluding the preview section (if it's visible). + + + + + + + + The focus rectangle is painted around the focused row, encompassing the preview section (if it's visible). + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutViewCardCaptionImageEventArgs class. + + + + An integer value which identifies the processed card. This value is assigned to the property. + + + + An object which represents the source of images. This value is assigned to the property. + + + + A zero-based integer specifying the image by its index within the source collection. -1, if no image is assigned to a visual element from the source collection. This value is assigned to the property. + + + + A System.Drawing.Image object representing the image to be displayed within an element. This value is assigned to the property. + + + + A Boolean value that specifies whether the image in the card's caption is visible. This value is assigned to the property. + + + + + + + + Gets or sets the relative position of an image within a card's caption. + + + A value that specifies the image's position. + + + + + + + Gets or sets whether the image in a card's caption is visible. + + + true if the caption image is visible; otherwise, false. + + + + + + + + Contains information about a specific point within a Card View. + + + + + + + Creates a new class instance. + + + + + + + + Sets all properties to their default values. + + + + + + + + Gets or sets the column located under the test point. + + + A object representing the column that contains the test point. null (Nothing in Visual Basic) if the test point is over a visual element (card, card caption, separator, etc.) which does not belong to any column. + + + + + + + Gets or sets a value identifying the type of the visual element located under the test point. + + + A enumeration value identifying the type of the visual element located under the test point. + + + + + + + Gets a value indicating whether the test point is within a card. + + + true if the test point is within a card; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a card scroll button. + + + true if the test point is within a card scroll button; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a card caption. + + + true if the test point is within a card caption; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a card field. + + + true if the test point is within a card field; otherwise, false. + + + + + + + + Gets a value indicating whether the test point is within a filter panel. + + + true if the test point is within a filter panel; otherwise, false. + + + + + + + Indicates whether the specified card hit object is equal to the current object. + + + + A object to be compared with the current card hit info object. + + + + true if the specified object equals the current object; otherwise, false. + + + + + + + Gets or sets a value identifying the card that contains the test point. + + + An integer value representing the handle of the card that contains the test point. if no card is located under the test point. + + + + + + + Gets or sets the located under the test point. + + + + The located under the test point. + + + + + + + + Lists values identifying Card View's visual elements. + + + + + + + The test point belongs to a card's area not occupied by card constituent elements (in other words, the point belongs to a card's edge). + + + + + + + + + The test point belongs to a card's caption. + + + + + + + + The test point belongs to an error icon displayed within a card caption. Such error icons are displayed when cards fail to be validated. + + + + + + + + The test point belongs to a bottom card scroll button. + + + + + + + + The test point belongs to the card expand button that resides within the card caption and is used to expand/collapse the card. + + + + + + + + The test point belongs to a top card scroll button. + + + + + + + + The test point belongs to a Card View's zoom button. + + + + + + + + The test point belongs to a card field's area which is not occupied by the field caption or field value cell (in other words, the point belongs to a field edge). + + + + + + + + The test point belongs to a field caption. + + + + + + + + The test point belongs to a field value cell. + + + + + + + + + The test point belongs to a filter panel. + + + + + + + + The test point belongs to the check box in the filter panel used to enable/disable filtering within a Card View. + + + + + + + + The test point belongs to a filter panel close button. + + + + + + + + The test point belongs to the filter panel customize button. + + + + + + + + The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The test point belongs to a string in the filter panel which represents the filter criteria applied to a Card View. + + + + + + + + The test point belongs to the View's master-detail tab. + + + + + + + + The test point does not belong to any Card View visual element or is outside the View. + + + + + + + + + The test point belongs to the customization button. + + + + + + + + The test point belongs to a card separator. + + + + + + + + The test point belongs to the View Caption. + + + + + + + + + Contains information about a specific point within a Grid View. + + + + + + + Creates a new class instance. + + + + + + + + Sets all properties to their default values. + + + + + + + + Gets or sets a column located under the test point. + + + A object representing the column that contains the test point. + + + + + + + Gets or sets an object that contains view information on a footer cell (if the test point belongs to a footer cell). + + + A GridFooterCellInfoArgs object that contains information on a footer cell. null if the test point doesn't belong to a footer cell. + + + + + + + Gets or sets a value identifying the type of a visual element located under the test point. + + + A enumeration value identifying the type of a visual element that contains the test point. + + + + + + + Gets a value indicating whether the test point is within a column header. + + + true if the test point is within a column header; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within the Column Header Panel. + + + true if the test point is within the column header panel; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a data row. + + + true, if the test point is within a data row; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within the filter panel. + + + true if the test point is within the filter panel; otherwise, false. + + + + + + + Gets a value indicating whether the test point is over a column header displayed within the Group Panel. + + + true if the test point is within a grouping column's header; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within the group panel. + + + true if the test point is within the group panel; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a group row. + + + true, if the test point is within a group row; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a row (data row or group row). + + + true if the test point is within a row; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a cell. + + + true if the test point is within a cell; otherwise, false. + + + + + + + Gets or sets the handle of the row located under the test point. + + + An integer value that specifies the handle of the row located under the test point. +The value if the test point doesn't belong to any row. + + + + + + + Gets or sets the located under the test point. + + + + The located under the test point. + + + + + + + + Lists values identifying a Grid View's visual elements. + + + + + + + The test point belongs to a master-detail expand button which can be used to open/close details. + + + + + + + + The test point belongs to a column header. + + + + + + + + The test point belongs to the header panel button. + + + + + + + + + The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the desired column's option must be enabled for this purpose). + + + + + + + + The test point belongs to a filter button. + + + + + + + + The test point belongs to the column header panel's area not occupied by column headers. + + + + + + + + The test point belongs to the Customization Form. + + + + + + + + The test point is below all rows. + + + + + + + + The test point belongs to the filter panel. + + + + + + + + The test point belongs to the button in the filter panel used to activate filtering within a View. + + + + + + + + The test point belongs to the filter close button. + + + + + + + + The test point belongs to the filter panel customize button. + + + + + + + + The test point belongs to the button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. + + + + + + + + The test point belongs to the left fixed line. + + + + + + + + The test point belongs to the right fixed line. + + + + + + + + The test point belongs to the view footer. + + + + + + + + The test point belongs to the group panel. + + + + + + + + + The test point belongs to a column header displayed within the group panel. + + + + + + + + The test point belongs to the filter button displayed by a column header that resides within the group panel. + + + + + + + + The test point belongs to the View's horizontal scroll bar. + + + + + + + + The test point belongs to the View's master-detail tab. + + + + + + + + The test point does not belong to any View visual element or is outside the View. + + + + + + + + The test point belongs to either a group row or a data row's area not occupied by data cells. + + + + + + + + The test point belongs to a row cell. + + + + + + + + The test point belongs to a detail section. + + + + + + + + The test point belongs to the detail section's bottom edge. The edge can be dragged to resize the detail section vertically. + + + + + + + + The test point belongs to an indicator panel cell corresponding to a detail section. + + + + + + + + The test point belongs to the bottom edge of a data row. The edge can be dragged to resize the row vertically (if the option is active). + + + + + + + + The test point belongs to a group footer. + + + + + + + + The test point belongs to a group expand button. + + + + + + + + The test point belongs to a row group cell. + + + + + + + + The test point belongs to a Group Row Check Box Selector. + + + + + + + + The test point belongs to an indicator panel cell corresponding to a data row or group row. + + + + + + + + The test point belongs to a preview section. + + + + + + + + The test point belongs to the View Caption. + + + + + + + + The test point belongs to the View's vertical scroll bar. + + + + + + + + + Represents a View displaying data in a tabular form. + + + + + + + Creates a new object with default settings. + + + + + + + + Creates a new object with the specified owner control. + + + + A object representing the grid control that will own the new View. This value is assigned to the property. + + + + + + + + Adds a new record to this GridView. + + + + + + + + Creates an unbound column with the specified name and display caption and opens the Expression Editor to allow an end-user to specify an expression for the column. + + + + A string to be assigned to the property. + + + + The column's display caption. This value is assigned to the property. + + + The created unbound column. null if an end-user didn't specify an expression for the column. + + + + + + + Creates an unbound column with an empty display caption and opens the Expression Editor to allow an end-user to specify an expression for the column. + + + The created unbound column. null if an end-user didn't specify an expression for the column. + + + + + + + Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output. + + + + + + + + Provides access to the properties that control the appearance of the Grid View's elements. + + + A object providing appearance settings for View elements. + + + + + + + Provides access to the properties that specify the appearances of the Grid View's elements when they are printed/exported. + + + A object that provides appearance settings for the Grid View's elements when they are printed/exported. + + + + + + + Copies property values and, optionally, event handlers from the View specified as a parameter. + + + + A descendant representing the View whose settings should be copied to the current View. + + + + true to copy event handlers; otherwise, false. + + + + + + + + Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported. + + + + + + + + + Prevents summaries from being calculated until the method is called. + + + + + + + + Adjusts the width of columns so that columns fit their content in the optimal way. + + + + + + + + + Adjusts the width of columns so that columns fit their content in the optimal way. The method's parameter allows you to forcibly adjust the column widths, regardless of whether column resizing is prohibited. + + + + true, if column widths should be forcibly adjusted even if column resizing is prohibited; otherwise, false. + + + + + + + + This property is obsolete. Use the property instead. + + + An integer value specifying the number of data rows that are processed to apply best fit to columns. + + + + + + + Returns information about View elements located at a specified point. + + + + A structure specifying test point coordinates relative to the grid control's top-left corner. + + + A object that contains information about View elements located at the test point. + + + + + + + Returns information about the View elements located at the specified point. + + + + + An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. + + + + An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. + + + A object that contains information about View elements located at the test point. + + + + + + + Enables you to provide custom text for preview sections. + + + + + + + + Enables you to specify the height of individual rows. + + + + + + + + Indicates whether a master row can be collapsed. + + + + An integer value identifying the master row by its handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + true if the master row can be collapsed; otherwise, false. + + + + + + + Indicates whether end-users can drag the specified column's header. + + + + A object (or descendant) representing the tested column. + + + true if end-users are allowed to drag the specified column's header; otherwise, false. + + + + + + + Indicates whether the specified master row can be expanded to make its default detail visible. + + + + An integer value identifying the master row being tested by its handle. + + + + true if the specified master row can be expanded; otherwise, false. + + + + + + + Indicates whether a master row can be expanded to display a particular detail. + + + + An integer value containing master row handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + true if the specified master row can be expanded; otherwise, false. + + + + + + + Indicates whether end-users can group data by a column's values. + + + + + A object (or descendant) that represents the tested column. + + + true end-users can involve the specified column in data grouping; otherwise, false. + + + + + + + Indicates whether the specified column's settings allow end-users to resize the column. + + + + A object (or descendant) representing the tested column. + + + true if end-users can resize the specified column; otherwise, false. + + + + + + + Indicates whether the end-users can change the height of the specified master row's detail section. + + + + An integer value containing a master row handle. + + + true if end-users can drag the detail section's bottom edge to resize the section; otherwise, false. + + + + + + + Indicates whether end-users can resize a row. + + + + An integer value identifying the row by its handle. + + + true if end-users can resize the row; otherwise, false. + + + + + + + Indicates whether end-users can use a particular column to apply data filtering. + + + + A object (or descendant) representing the tested column. + + + true if the filter button should be displayed within the specified column's header; otherwise, false. + + + + + + + Indicates whether end-users can sort data by values of a particular column. + + + + A object (or descendant) representing the tested column. + + + true if end-users can sort data by the specified column's values; otherwise, false. + + + + + + + Provides the ability to customize cell merging behavior. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + Gets or sets the name of the child level whose grouping state is displayed by the joined group panel. + + + A string value specifying the child level whose grouping state is displayed by the joined group panel. + + + + + + + Clears the grouping applied to the View and returns the group columns to display in the View. + + + + + + + + Clears sorting applied to the View. + + + + + + + + Saves changes and closes an Edit Form if data has been saved successfully. + + + + true, if data is saved successfully and an Edit Form is closed; otherwise, false. + + + + + + + Closes all View's details. + + + + + + + + Collapses all groups. + + + + + + + + Collapses group rows corresponding to the specified group level. Allows you to collapse group rows recursively. + + + + An integer value that is the group level of group rows to be collapsed. + + + + true if child group rows of target group rows must be collapsed as well; otherwise, false. + + + + + + + + Collapses group rows corresponding to the specified group level. + + + + An integer value that is the group level of group rows to be collapsed. + + + + + + + + Collapses the specified group row and optionally any child group rows at all nesting levels. + + + + An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. + + + + true to collapse any child group rows at all nesting levels; false to preserve the expanded state of any child group rows. + + + + + + + + Collapses the specified group row. + + + + An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. + + + + + + + + Collapses a specific detail View which belongs to the specific master row. + + + + The handle of the master row to collapse. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + + + + + + Collapses the specified master row. + + + + An integer value specifying the handle of the master row to be collapsed. + + + + + + + + Collapses a master row's detail View, identified by the name of the relationship associated with it. + + + + An integer value identifying the master row by its handle. + + + + A string representing the required relationship's name. + + + + + + + + Gets or sets the column header row height. + + + An integer value specifying the column header row height in pixels. -1 to calculate this height automatically depending on column header contents. + + + + + + + Invokes the Customization Form. + + + + + + + + Invokes the Customization Form at the specified position. + + + + A structure specifying the Customization Form's top-left corner position. The point is set in screen coordinates. + + + + + + + + Occurs after a column's width has been changed. + + + + + + + + + Copies the currently selected data to the clipboard. + + + + + + + + + Returns the export link (GridViewExportLink) for the specified . + + + + + An object that implements the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. + + + A BaseExportLink descendant (a GridViewExportLink object) providing export facilities. + + + + + + + Provides the ability to group data using custom rules. + + + + + + + + Enables data cells to be painted manually. + + + + + + + + Enables you to paint column headers manually. + + + + + + + + Enables you to paint the view footer manually. + + + + + + + + Enables you to paint view footer cells manually. + + + + + + + + Enables you to paint the group panel manually. + + + + + + + + Enables you to paint group rows manually. + + + + + + + + Allows you to manually paint group row cells for this GridView. + + + + + + + + Enables you to paint group footers manually. + + + + + + + + Enables you to paint group footer cells manually. + + + + + + + + Enables you to custom paint cells within the row indicator panel. + + + + + + + + Enables you to paint preview sections manually. + + + + + + + + Provides access to the Customization Form. + + + A descendant representing the Customization Form. null (Nothing in Visual Basic) if the Customization Form is hidden. + + + + + + + Sets the boundaries of the Customization Form. Reading this property may not return the actual boundaries of the Customization Form. + + + + + A structure representing the Customization Form's boundaries. + + + + + + + + Gets or sets the number of headers that can be displayed within the Customization Form simultaneously. + + + An integer value specifying the number of headers that can be displayed within the Customization Form. + + + + + + + Enables you to assign editors to individual cells. + + + + + + + + Allows you to assign a custom editor to a column for in-place editing and so override the default column editor, which is by default used both in display and edit modes. +This event also allows you to change editors within an Edit Form. + + + + + + + + Enables you to calculate summary values manually. + + + + + + + + Enables you to specify which summaries should be calculated and displayed. + + + + + + + + Gets or sets the value indicating which detail level is processed by default. + + + A zero-based integer representing the relation index processed by default. + + + + + + + Closes the Customization Form. + + + + + + + + Gets or sets the distance between master rows and Detail Sections, in pixels. + + + An integer value that specifies the distance between master rows and Detail Sections, in pixels. + + + + + + + Fires immediately after a drag and drop operation on a column header or band header has been completed. + + + + + + + + Enables you to control whether the dragged column header or band header can be dropped at the current position. + + + + + + + + Fires when the end-user attempts to drag a column header or band header. + + + + + + + + Determines whether end-users can modify the View's cell values. + + + true if end-users can activate cell editors and modify their contents; otherwise, false. + + + + + + + Occurs when the Edit Form is about to be displayed. + + + + + + + + Occurs when an Edit Form is about to be displayed. + + + + + + + + Gets or sets the edited cell value. + + + A representing the edited cell value. null (Nothing in Visual Basic) if no cell is currently being edited. + + + + + + + Forces an immediate summary calculation and re-enables the automatic summary calculation feature. + + + + + + + + Expands all groups. + + + + + + + + Expands group rows corresponding to the specified group level. Allows you to expand group rows recursively. + + + + An integer value that is the group level of group rows to be expanded. + + + + true if child group rows of target group rows must be expanded as well; otherwise, false. + + + + + + + + Expands group rows corresponding to the specified group level. + + + + An integer value that is the group level of group rows to be expanded. + + + + + + + + Expands the specified group row. + + + + An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. + + + + + + + + Expands the specified group row and optionally any child group rows at all nesting levels. + + + + An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. + + + + true to expand any child group rows at all nesting levels; false to preserve the expanded state of any child group rows. + + + + + + + + Expands the specified master row. + + + + An integer value identifying the master row by its handle. + + + + + + + + Expands the specified detail View, which is identified by its master row and relationship index. + + + + An integer value identifying the master row by its handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + + + + + + Expands the specified master row's detail View, which is identified by the relationship's name. + + + + An integer value identifying the master row by its handle. + + + + A string representing the required relationship's name. + + + + + + + + Gets or sets the width of frozen panel separators. + + + An integer value specifying the width of vertical lines that separate anchored columns and bands from others. The value is set in pixels. + + + + + + + Gets or sets a value specifying how the focus rectangle is painted. + + + A enumerator value. + + + + + + + Gets or sets the height of the view footer. + + + An integer value specifying the View footer height in pixels. -1 to calculate the View footer height automatically. + + + + + + + Returns the number of immediate children for a particular group row. + + + + An integer value identifying the group row by its handle. + + + An integer value representing the number of the specified group row's immediate children. 0 if the specified row is a data row. + + + + + + + Returns the handle of a group row's child. + + + + The handle of the group row whose immediate child row is to be obtained. + + + + A zero-based integer representing the desired child row's index. + + + An integer value representing the child row handle. The field value if the specified row is a data row or the specified child row index is invalid. + + + + + + + Returns the handle of the first data row within a group. + + + + An integer value specifying the group row by its handle. + + + An integer value identifying the data row by its handle. + + + + + + + Gets the detail View specified by the master row and data source relationship index. + + + + An integer value specifying the master row handle. + + + + A zero-based integer specifying the index of the relationship in the underlying data source. + + + A descendant representing the obtained detail clone. null (Nothing in Visual Basic) if the specified detail clone does not exist. + + + + + + + Returns the focused cell's display value. + + + A string representing the text displayed within the View's focused cell. + + + + + + + Returns the focused cell's value. + + + An object representing the focused cell's value. + + + + + + + Returns the text displayed within a specific group row. + + + + The handle of the group row. + + + + true to include the "[#image]" substring in the returned value in the position specified by the property; otherwise, false + + + The text displayed within a specific group row. + + + + + + + Returns the text displayed within a specific group row. + + + + The handle of the group row. + + + The text displayed within a specific group row. + + + + + + + Returns the export value corresponding to the specified group row. The value will be exported when exporting the grid View's data as values, not as display text in MS Excel format. + + + + An integer value that identifies a group row. + + + An export value corresponding to the specified group row. + + + + + + + Gets the value of the specified grouping column by which data is grouped. + + + + + + An integer value representing the handle of the required group row. + + + + The value of the grouping column by which data is grouped. + + + + + + + + Gets the value of a group row in the specified grouping column. + + + + An integer value that represents a group row's handle. + + + + A object that represents a grouping column. + + + An object that represents the value of a group row in a specific grouping column. + + + + + + + Returns the text representation of the specified group summary's value for a specific data group. + + + + The handle of the group row which contains the data rows against which the summary is calculated. + + + + A object identifying the required group summary. + + + A string representing the group summary's display text. + + + + + + + Gets the summary text displayed within a particular group row. + + + + An integer value representing the handle of the group row whose summary text is to be obtained. + + + A string value representing the summary text displayed within the specified group row. An empty string if no summary text is displayed within the row or if the specified row is a data row. + + + + + + + Returns the value of a specific group summary for a specific data group. + + + + The handle of the group row which contains the data rows against which the summary is calculated. + + + + A object identifying the required group summary. + + + An object representing the specified group summary's value. + + + + + + + Returns summary values calculated for a particular group. + + + + An integer value specifying the desired group by the corresponding group row handle. + + + A object containing summary values calculated for a particular group. + + + + + + + Occurs when the GridView loads its images asynchronously and allows you to set your custom loading indicator displayed for images that are not yet loaded. + + + + + + + + + Indicates whether the master row is expanded. + + + + The handle of the required master row. + + + true, if a specific master row is expanded, otherwise, false. + + + + + + + Indicates whether a particular detail clone is visible. + + + + The handle of the master row. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + true if the specified detail clone is visible; otherwise, false. + + + + + + + Returns the visible index of the row that follows a specific row. + + + + An integer value specifying a specific row's visible index, whose next visible row's index is to be obtained. The value is returned if the rowVisibleIndex parameter is equal to or greater than . + + + An integer value specifying the following row's visible index. + + + + + + + Determines a particular row's parent group row. + + + + The handle of the row whose parent row's handle is to be obtained. + + + The handle of the parent group row for the specified child row. + + + + + + + Returns the number of relations for a particular master row. + + + + An integer value specifying the master row handle. + + + An integer value indicating the number of relations for the specified master row. + + + + + + + Returns a detail clone's caption. + + + + An integer value specifying the master row by its handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + A string value representing the detail clone's caption. + + + + + + + Gets the index of the specified relationship for the specified master row. + + + + + An integer value specifying the master row handle. + + + + A string identifying the name of the required relationship. + + + + An integer representing the zero-based index of the specified relationship; -999999 if a relationship with the specified name is not found. + + + + + + + + Returns the name of the level whose associated View represents the specified detail clone. + + + + An integer value specifying the master row handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + A string value representing the level name. + + + + + + + Returns the specified cell's value in the current View. + + + + An integer value representing a handle of the row in which the desired cell resides. + + + + A object or descendant representing the column that contains the desired cell. + + + An object representing the required cell's value. + + + + + + + Returns the value of the specified cell, which is identified by the row handle and field name in the grid's data source. + + + + + An integer value representing the handle of the row in which the desired cell resides. + + + + A string representing the field name of the column that contains the required cell. A exception will be thrown if the underlying data source does not contain a column with the specified field name. + + + An object representing the required cell's value. + + + + + + + Gets the value of the specified cell in the grid's data source. + + + + An integer value that is the handle of the row in which the desired cell resides. For more information on row handles refer to the Identifying Rows and Cards. + + + + + A string representing the field name whose value is to be returned. This parameter can refer to any field in the data source, even if the current View does not contain a GridColumn referring to this field. +A exception will be thrown if the underlying data source does not contain the specified field. + + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested value is ready to be returned. The method's argument will contain the requested value. The completed parameter is optional and is only required in Instant Feedback Mode (async server mode). + + + +An object that is the specified cell's value. + + +null (Nothing in Visual Basic) if the specified row handle doesn't point to any of the rows within the current View or points to a group row. + + +In Instant Feedback Mode (async server mode), an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. + + + + + + + + + Returns the specified cell's value in the current View. + + + + An integer value that is the handle of the row in which the desired cell resides. For more information on row handles refer to the Identifying Rows and Cards. + + + + + A GridColumn object or descendant specifying the column that contains the desired cell. + + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested value is ready to be returned. +The method's argument will contain the requested value. The completed parameter is optional and is only required in Instant Feedback Mode (async server mode). + + + + +An object that is the specified cell's value. + + +null (Nothing in Visual Basic) if the specified row handle doesn't point to any of the rows within the current View or points to a group row. + + +In Instant Feedback Mode (async server mode), an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. + + + + + + + + + Indicates whether a specific group row is expanded. + + + + An integer value specifying the tested row's handle. + + + true for expanded group rows. false for collapsed group rows and data rows. + + + + + + + Returns the summary text displayed within a particular row footer cell. + + + + An integer value specifying the group row handle. This identifies the row footer whose cell's display text is to be obtained. + + + + A object (or descendant) representing the column where the desired cell resides. + + + A string value representing the summary text displayed within the specified row footer cell. + + + + + + + Returns the row's group level. + + + + An integer value the row by its handle. + + + A zero-based integer representing the row's group level. + + + + + + + Gets the text displayed within a row's preview section. + + + + An integer value specifying the handle of the row whose preview section's content is to be obtained. + + + A string value representing the text displayed within the specified preview section. + + + + + + + Returns a key-and-value pair representing the summary item and its value calculated for a particular group footer cell. + + + + An integer value specifying a group row handle. This identifies the group whose footer contains the desired cell. + + + + A object (or descendant) representing the column where the desired cell resides. + + + A object whose key is the summary item and value is the summary value. An empty dictionary entry if the specified row footer cell doesn't have the corresponding summary item. + + + + + + + Returns the columns where the selected cells in the specified row reside. + + + + An integer value which identifies the row. + + + An array of objects that contain the selected cells in the specified row. + + + + + + + Returns the selected cells. + + + An array of objects that represent selected cells. + + + + + + + Returns a value that specifies how an in-place editor is activated for a grid cell. + + + + A enumeration value which specifies how a cell editor is activated. + + + + + + + Gets the summary format for the specified column and summary type. + + + + A object for which the summary format is to be returned. + + + + A value that identifies the summary type. + + + A string that specifies the summary format for the specified column and summary type. + + + + + + + Occurs when the GridView loads its images asynchronously and allows you to manually pass the required image to the current item. + + + + + + + + Determines which of the master row's details is currently visible. + + + + An integer value specifying the master row's handle. + + + A zero-based integer identifying the opened detail. -1 if the master row is collapsed (i.e. none of the detail Views are visible). + + + + + + + Gets the master row's detail that is currently visible. + + + + An integer value specifying the handle of the master row whose visible detail is to be obtained. + + + A descendant representing the detail clone currently visible. null (Nothing in Visual Basic) if the specified master row is collapsed (no details are currently visible). + + + + + + + Gets the row's visible index. + + + + An integer value specifying the handle of the inspected row. + + + An integer value representing the row's visible index. + + + + + + + Returns the handle of the row displayed at the specified position. + + + + An integer value representing a row's visible index. + + + An integer value representing the desired row's handle. if the specified index corresponds to a new item row or a newly added row which is currently being edited. + + + + + + + Returns the group level of a row specified by its visible index. + + + + An integer value identifying the row by its visible index. + + + A zero-based integer representing the row's group level. + + + + + + + Enables you to provide custom responses to clicking context menu items. + + + + + + + + Gets or sets which groups display footers. + + + A enumeration value specifying which groups display footers. + + + + + + + Gets or sets the text pattern for group rows. + + + A string value specifying the text pattern for group rows. + + + + + + + Enables you to specify custom styles for group rows (and corresponding indents) residing at particular nesting levels. + + + + + + + + Gets or sets the text displayed within the group panel. + + + A string value specifying the text displayed within the group panel. + + + + + + + Fires immediately after a group row has been collapsed. + + + + + + + + Occurs before group rows are collapsed. + + + + + + + + + Fires immediately after a group row has been expanded. + + + + + + + + Occurs when a group row is about to be expanded. + + + + + + + + Gets or sets the height of group rows. + + + An integer value specifying the height of group rows in pixels. -1 to calculate the group row height automatically. + + + + + + + Provides access to group summary items. + + + A object representing the collection of group summary item objects. + + + + + + + Enables sorting group rows by summary values. + + + A collection which contains the information required to sort group rows by summary values. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A string. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A nullable Boolean value. + + + + + + + Closes the Customization Form. + + + + + + + + Fires before the Customization Form is closed. + + + + + + + + Closes an Edit Form without saving the changes. + + + + + + + + + Hides the active editor discarding any changes made. + + + + + + + + Hides the Loading Panel displayed via the method. + + + + + + + + Gets or sets the offset by which the View is scrolled horizontally when clicking scrollbar buttons. + + + An integer value specifying the horizontal scrolling step in pixels. + + + + + + + Gets or sets a value specifying when the horizontal scrollbar should be displayed. + + + A enumeration value specifying when the horizontal scrollbar should be displayed. + + + + + + + Gets or sets the width of the row indicator panel. + + + An integer value specifying the width of the row indicator panel in pixels. + + + + + + + Invalidates a particular column header or the entire column header panel. + + + + A object representing the column whose header is to be repainted. null (Nothing in Visual Basic) to invalidate the entire column header panel. + + + + + + + + Invalidates the filter panel. + + + + + + + + Invalidates the view footer. + + + + + + + + Invalidates the group panel. + + + + + + + + Invalidates the View element located at the point specified by the hit information object. + + + + A +descendant (a object) containing hit information. + + + + + + + + Invalidates the specified row. + + + + + An integer value specifying the handle of the row to be invalidated. + + + + + + + + Invalidates the specified data cell. + + + + An integer value specifying the handle of the row that contains the cell. + + + + A object representing the column to which the cell belongs. + + + + + + + + Invalidates the indicator panel cell corresponding to the specified row. + + + + An integer value representing the handle of the row whose corresponding indicator cell is to be repainted. + + + + + + + + Invalidates all rows. + + + + + + + + Inverts the cell's selection. + + + + An integer value which specifies the handle of the row which owns the cell. + + + + A object which represents the column which contains the cell. + + + + + + + + This member supports the View's infrastructure and should not be used from your code. + + + + A class instance representing data for the event. + + + + + + + + Gets or sets whether block selection is enabled. + + + + true if block selection is enabled; otherwise, false. + + + + + + + + Indicates whether the cell is selected. + + + + An integer value which specifies the handle of the row where the cell resides. + + + + A object which represents the column which contains the cell. + + + true is the cell is selected; otherwise, false. + + + + + + + Indicates whether the specified cell is selected. + + + + A object which represents the grid cell. + + + true is the cell is selected; otherwise, false. + + + + + + + Indicates whether the specified row is a regular data row. + + + + An integer value specifying the row to test by its handle. + + + + true if the specified row is a regular data row; otherwise, false. + + + + + + + + Gets a value indicating whether the View is in the default state. + + + true if no operation is being performed by end-users; otherwise, false. + + + + + + + Tests whether the end-user is currently dragging a column header. + + + true if a dragging operation is being performed within the view; otherwise, false. + + + + + + + Gets whether an Edit Form is opened or closed + + + true, if an Edit Form is opened; otherwise, false. + + + + + + + Indicates whether a cell editor is active presently. + + + true if the View is in the edit mode; otherwise, false. + + + + + + + Determines whether the group footer contains any summary values. + + + + The handle of the group row whose footer is tested. + + + true if the row footer contains summary values; otherwise, false. + + + + + + + Indicates whether the specified row is the auto filter row. + + + + An integer value specifying the tested row by its handle. + + + true if the specified row is the auto filter row; otherwise, false. + + + + + + + Indicates whether the specified row is a group row. + + + + An integer value specifying the tested row by its handle. + + + true if the specified row is a group row; otherwise, false. + + + + + + + Indicates whether the specified row is a master row. + + + + An integer value specifying the tested row by its handle. + + + true if the specified row is a master row; otherwise false. + + + + + + + Indicates whether a particular master row's default detail View is empty. + + + + An integer value specifying the tested master row by its handle. + + + true if the master row's default detail View is empty; otherwise, false. + + + + + + + Indicates whether a particular master row's detail View is empty. + + + + An integer value identifying the tested master row by its handle. + + + + A zero-based integer specifying the index of the relationship in the data source. + + + true if the specified detail View has no data; otherwise, false. + + + + + + + + Indicates whether multiple rows are allowed to be selected. + + + true if multiple rows are allowed to be selected; otherwise, false. + + + + + + + Determines a particular row's visible state. + + + + An integer value specifying the row by its handle. + + + A enumeration value specifying the row's visible state. + + + + + + + Indicates whether master-detail expand buttons are displayed within rows. + + + true if master-detail expand buttons are visible; otherwise false. + + + + + + + Indicates whether a particular row footer cell is visible. + + + + The handle of the group row whose corresponding row footer contains the required cell. + + + + A object (or descendant) representing the column whose row footer cell is to be tested. + + + true if the specified row footer cell is visible; otherwise, false. + + + + + + + Indicates whether group footers are available. + + + true if group footers are available; otherwise, false. + + + + + + + Gets whether the end-user is resizing columns, rows or details at present time. + + + true if the end-user is changing the size of the View elements; otherwise, false. + + + + + + + Indicates whether the specified row handle is valid. + + + + An integer value specifying the row's handle. + + + true if the specified row handle is valid; otherwise, false. + + + + + + + Gets a value indicating whether the View is visible on screen. + + + true if the View is visible on screen; otherwise, false. + + + + + + + Updates the View. + + + + + + + + Gets or sets the offset by which the View is scrolled horizontally. + + + An integer value specifying the horizontal scrolling offset in pixels. + + + + + + + Fires when the View is scrolled horizontally. + + + + + + + + Gets or sets the indent between group rows located at neighboring group levels, or between master and detail views. + + + An integer value representing the group row indent in pixels. + + + + + + + Gets or sets whether the animated Loading Panel indicating the data load process is displayed. + + + true, if the Loading panel is displayed; otherwise, false. + + + + + + + Makes the specified column visible on screen. + + + + + A object (or descendant) representing the column that should be made visible. + + + + + + + + Makes the specified row visible on screen. Allows you to invalidate the row, if required. + + + + An integer value specifying the handle of the row that should be made visible. + + + + true if the row needs to be invalidated; otherwise, false. + + + + + + + + Makes the specified row visible on screen. + + + + An integer value specifying the handle of the row that should be made visible. + + + + + + + + Fires immediately after a detail clone has been destroyed. + + + + + + + + Enables you to control whether master rows can be collapsed. + + + + + + + + Enables you to specify whether a particular detail is empty. This event is in effect if the option is set to false. + + + + + + + + Fires immediately after a particular detail clone has become visible. + + + + + + + + Enables you to control whether particular detail clones can be displayed. + + + + + + + + Enables you to supply detail data manually. + + + + + + + + Enables you to specify a pattern view to represent a particular detail. + + + + + + + + Enables you to specify the number of details for individual master rows. + + + + + + + + Enables the display caption for a particular relationship (detail clone) to be specified. + + + + + + + + + Enables you to specify the pattern view that will represent a particular detail clone. + + + + + + + + Provides the ability to specify the height of individual preview sections in pixels. + + + + + + + + Moves focus to the next page. + + + + + + + + Moves focus to the previous page. + + + + + + + + + Gets or sets the text displayed within the new item row. + + + A string value specifying the text displayed within the new item row. + + + + + + + Provides access to the View's behavior options. + + + A object containing the View's behavior options. + + + + + + + Provides access to the clipboard options. + + + A object that provides access to the clipboard options. + + + + + + + Provides access to the View's customization options. + + + A object containing the View's customization options. + + + + + + + Provides access to the View's master-detail options. + + + A object containing the View's master-detail options. + + + + + + + Provides access to the settings of an Edit Form. + + + The settings of an Edit Form. + + + + + + + Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. + + + A object. + + + + + + + Provides access to the View's hint options. + + + A object containing the View's hint options. + + + + + + + Provides access to the set of properties that manage the image loading process for this GridView. + + + + A object that stores properties that manage the image loading process for this GridView. + + + + + + + + Provides access to the View's menu options. + + + A object containing the View's menu options. + + + + + + + Gets options regarding cell navigation. + + + A object. + + + + + + + Provides options that control how the View is printed/exported. + + + A object containing the View's print and export options. + + + + + + + Provides access to the View's selection options. + + + A object containing the View's selection options. + + + + + + + Provides access to the View's display options. + + + A object containing the View's display options. + + + + + + + Provides access to the appearance settings currently used to paint the Grid View's elements. + + + A object which provides the appearance settings currently used to paint the Grid View's elements. + + + + + + + Enables you to customize or prohibit grid context menus. + + + + + + + + Gets the column whose header is pressed. + + + A object (or descendant) representing the column whose header is pressed. null (Nothing in Visual Basic) if no column header is pressed at the moment. + + + + + + + Gets or sets the name of the field whose values are displayed within preview sections. + + + A value specifying the name of the field whose values are displayed within preview sections. + + + + + + + Gets or sets the horizontal offset of preview text. + + + An integer value indicating the distance in pixels between a preview section's left edge and text. + + + + + + + Gets or sets the number of text lines within preview sections. + + + An integer value specifying the number of text lines within preview sections. + + + + + + + Gets the index of the previous top visible row after a vertical scroll operation. + + + An integer value that represents the index of the previous top visible row. + + + + + + + Updates the Master-Detail Expand Button for the specified row. + + + + The index of the target row in the data source. + + + + + + + + Refreshes the specified row cell. + + + + An integer value which identifies the row. + + + + A containing the required cell. + + + + + + + + Removes all cached copies of thumbnail images used in this GridView. + + + + + + + + + Allows you to respond to clicking a cell within a row. The event will not fire when clicking on a row cell, if data editing is enabled and the property is set to MouseDown (and to Default, if multiple row selection is disabled). + + + + + + + + Enables the appearance settings of individual cells to be changed. + + + + + + + + Allows you to respond to clicking a row. The event will not fire when clicking on a row cell, if data editing is enabled and the property is set to MouseDown (and to Default, if multiple row selection is disabled). + + + + + + + + Gets the number of visible rows within the current View. + + + An integer value representing the number of visible rows within a View. + + + + + + + Gets or sets the height of cells within data rows. + + + An integer value specifying the height of data cells in pixels. + + + + + + + Gets or sets the distance between rows. + + + An integer value specifying the distance between rows in pixels. + + + + + + + Enables the appearance settings of individual rows to be changed. + + + + + + + + Gets or sets a value specifying the behavior of the View's scrollbars. + + + A bitwise combination of enumeration values that specifies the scrollbars behavior. + + + + + + + Selects all rows within the View. + + + + + + + + Selects the cell. + + + + An integer value which specifies the handle of the row where the cell is located. + + + + A object which represents the column which contains the cell. + + + + + + + + Selects the specified cell. + + + + A object which represents the grid cell. + + + + + + + + Selects multiple cells. + + + + A object representing the grid cell which identifies the starting point of the selection. + + + + + A object representing the grid cell which identifies the end point of the selection. + + + + + + + + + Selects multiple cells. + + + + An integer value that specifies the handle of the row in which the cell that identifies the starting point of the selection is located. + + + + + A object that represents the column in which the cell that identifies the starting point of the selection is located. + + + + + An integer value that specifies the handle of the row in which the cell that identifies the end point of the selection is located. + + + + + A objects that represents the column in which the cell that identifies the end point of the selection is located. + + + + + + + + + Selects multiple cells. + + + + An integer value that specifies the handle of the row in which the cell that identifies the starting point of the selection is located. + + + + + A object that represents the column in which the cell that identifies the starting point of the selection is located. + + + + + An integer value that specifies the handle of the row in which the cell that identifies the end point of the selection is located. + + + + + A object that represents the column in which the cell that identifies the end point of the selection is located. + + + + + + + + + Selects multiple cells. + + + + A object representing the grid cell which identifies the starting point of the selection. + + + + A object representing the grid cell which identifies the end point of the selection. + + + + + + + + Selects the specified row. + + + + An integer value which specifies the handle of the row to select. + + + + + + + + Selects the visible rows in the specified range. + + + + An integer value which specifies the row's handle at which the selection starts. + + + + An integer value which specifies the row's handle at which the selection ends. + + + + + + + + Expands or collapses group rows at the specified group level. Allows you to expand/collapse child group rows. + + + + An integer value that is the group level of group rows to be expanded/collapsed. + + + + true to expand group rows; false to collapse group rows. + + + + true if child group rows of target group rows must be expanded/collapsed as well; otherwise, false. + + + + + + + + Expands or collapses the specified master row. + + + + An integer value identifying the master row by its handle. + + + + true to expand the specified row; false to collapse it. + + + + + + + + Opens or closes a master row's detail View identified by the relationship's name. + + + + + An integer value identifying the master row by its handle. + + + + A string representing the required relationship's name. + + + + + true to open the specified detail; false to hide it. + + + + + + + + Opens or closes a master row's detail. + + + + An integer value identifying the master row by its handle. + + + + A zero-based integer specifying the index of the relationship in the data source. +If set to -1, the method acts like the method. + + + + true to open the specified detail; false to hide it. + + + + + + + + Expands or collapses the specified group row and, optionally, the child group rows at all nesting levels. + + + + An integer value identifying the group row by its handle. + + + + true to expand the group row; false to collapse it. + + + + true to expand/collapse child group rows at all nesting levels; false to preserve the expanded state of child group rows. + + + + + + + + Expands or collapses the specified group row. + + + + An integer value identifying the group row by its handle. + + + + true to expand the group row; false to collapse it. + + + + + + + + Invokes the Customization Form. + + + + + + + + Fires immediately after the Customization Form has been invoked. + + + + + + + + Opens an Edit Form for the focused row based on the Edit Form type specified in the property. + + + + + + + + Invokes the focused cell's editor. + + + + + + + + Activates an editor for the focused row cell and passes a specific key to it. + + + + A System.Windows.Forms.KeyEventArgs object. + + + + + + + + Activates an editor for the focused row cell and passes a specific key to it. + + + + A System.Windows.Forms.KeyPressEventArgs object. + + + + + + + + Activates an editor for the focused Row Cell and passes a mouse click to it. + + + + + + + + Displays a Filter DropDown for the specified column. + + + + A column for which the filter popup must be invoked. + + + + + + + + Enables you to customize or prohibit grid context menus. + + + + + + + + Occurs when an Edit Form is about to be displayed as a separate modal window. + + + + + + + + Opens an Edit Form for the focused row as an in-line panel. + + + + + + + + + Displays the animated Loading Panel, allowing you to indicate the data load process. + + + + + + + + + Opens an Edit Form for the focused row as a separate modal window. + + + + + + + + Scrolls the View vertically to the specified scroll position. + + + + An integer value, in pixels, that specifies the vertical scroll position. + + + + + + + + Starts an incremental search for the specified string. + + + + The text to locate. + + + + + + + + Gets the View's current state. + + + A enumeration member indicating the View's current state + + + + + + + Stops the incremental search, if there is one currently in progress. + + + + + + + + Synchronizes a View's data representation settings with the specified View. + + + + A descendant representing the View whose data representation settings should be copied to the current View. + + + + + + + + Synchronizes a View's display settings with the specified View. + + + + A descendant representing the View whose display settings should be copied to the current View. + + + + + + + + + Fires when the View is scrolled vertically. + + + + + + + + Gets or sets the top visible row. + + + An integer value representing the top visible row's visible index. + + + + + + + Gets or sets the vertical scroll position, in pixels. This property is in effect if pixel-based scrolling is enabled. + + + An integer value that specifies the vertical scroll position, in pixels. + + + + + + + Unselects a cell. + + + + + An integer value which specifies the handle of the row in which the cell is located. + + + + + A object which represents the column that contains the cell. + + + + + + + + + Unselects the specified cell. + + + + A object which represents the grid cell. + + + + + + + + Unselects the specified cells. + + + + A object that represents the selection's start. + + + + A object that represents the selection's end. + + + + + + + + Unselects cells within the specified range. + + + + An integer value that is the handle of the row where the range starts. + + + + A object that is the column where the range starts. + + + + An integer value that is the handle of the row where the range ends. + + + + A object that is the column where the range ends. + + + + + + + + Updates the Customization Form. + + + + + + + + Updates group summaries. + + + + + + + + Updates both group summaries and total summaries. + + + + + + + + Updates total summaries. + + + + + + + + Gets or sets a Padding structure by which the default cell padding is adjusted. + + + A System.Windows.Forms.Padding structure by which the default cell padding is adjusted. + + + + + + + Gets or sets the field whose values are displayed within the vertical scrollbar's tooltip. + + + A string value specifying the name of the field whose values are displayed within the vertical scrollbar's tooltip. + + + + + + + Gets or sets a value specifying when the View's vertical scrollbar is visible. + + + A enumeration value specifying when the vertical scrollbar is visible. + + + + + + + Gets the bounding rectangle of the View's visible area. + + + A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the View that raised the event. + + + + A class instance that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new instance of the class. + + + + An integer value representing a handle of the row whose preview text is to be generated. This value is assigned to the property. + + + + A string value representing the preview text. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CalcPreviewTextEventArgs class. + + + + The index of the row in the underlying data source. This value is assigned to the property. + + + + The index of the row in the View. This value is assigned to the property. + + + + An object that specifies the currently processed row. This value is assigned to the property. + + + + The current preview text. This value is assigned to the property. + + + + + + + + Gets the index of the row in the underlying data source. + + + An integer value that is the zero-based index of the row in the underlying data source. + + + + + + + Gets or sets a text to display within the preview section. + + + A string value specifying the text to display within the preview section. + + + + + + + Gets the object that is the currently processed row. + + + An object that is the currently processed row. + + + + + + + Gets the handle of the row whose preview text is to be generated. + + + An integer value representing a handle of the row whose preview text is to be generated. + + + + + + + + Lists values representing row visibility states. + + + + + + + The row is invisible. Rows can be invisible as the result of View scrolling or collapsing their parent group rows. + + + + + + + + + The row is partially visible. A row can be partially visible if it is the bottom visible row or its height exceeds the View's height. + + + + + + + + The row is visible. + + + + + + + + + Lists values specifying which groups display their footers. + + + + + + + Group footers are not displayed. + + + + + + + + Group footers are displayed for each group regardless of group rows' expanded state. + + + + + + + + Group footers are displayed for expanded groups only. They are not displayed if there are no group summaries set up. + + + + + + + + + Contains values indicating all available Grid View states. + + + + + + + Multiple cells are being selected by an end-user via a mouse. The property must be set to the value to make this operation available. + + + + + + + + + The header panel button is presently pressed. + + + + + + + + A column header is presently pressed. + + + + + + + + A column header is being dragged. The desired column's and View's options must be enabled to allow column header dragging (the default behavior). + + + + + + + + A filter button is presently pressed. + + + + + + + + A column's right edge is being dragged to change the column's width. The desired column's option must be enabled to allow such resizing. + + + + + + + + + A cell editor is presently active. + + + + + + + + A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a View is going to be enabled or disabled. + + + + + + + + A filter close button is pressed. + + + + + + + + A filter panel customize button is pressed. + + + + + + + + The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. + + + + + + + + The string in the filter panel which represents the filter criteria applied to a View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. + + + + + + + + Incremental search is being performed. + + + + + + + + The View is in its normal state. No specific action is being performed by the end-user. + + + + + + + + A detail clone View's bottom edge is being dragged to resize the View vertically. + + + + + + + + A data row's bottom edge is being dragged to change row height. The View's option must be enabled to allow such resizing operations. + + + + + + + + A View is being scrolled. This implies that an end-user depresses the mouse wheel and moves the mouse to scroll the View's contents. + + + + + + + + + + Multiple rows are being selected using drag and drop. End-users must click an indicator cell and drag the mouse for this purpose. The option must be enabled to allow such selections. + + + + + + + + An unknown action is being performed within the Grid View. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FilterControlEventArgs class with the specified settings. + + + + The form displaying the FilterControl. + + + + The FilterControl to be displayed in in the form. + + + + + + + + Gets the form that displays the Filter Control. + + + A FilterBuilder object that represents the form displaying the Filter Control. + + + + + + + Gets the Filter Control that displays filter criteria. + + + A object. + + + + + + + Gets the Filter Control that displays filter criteria. + + + An IFilterControl object. + + + + + + + Gets or sets whether the Filter Editor must be displayed. + + + true if the Filter Editor must be displayed; otherwise, false. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. Identifies the grid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Represents a style condition applied to a View. + + + + + + + + Creates a new object with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the type of comparison operation. This value is assigned to the property. + + + + A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. + + + + An object used to identify the new style condition object. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + true to apply the specified style to entire rows that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the type of the comparison operation. This value is assigned to the property. + + + + A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. + + + + An object used to identify the new style condition object. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the type of the comparison operation. This value is assigned to the property. + + + + A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. + + + + An object used to identify the new style condition object. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the type of comparison operation. This value is assigned to the property. + + + + An object used to identify the style condition object created. This value is assigned to the property. + + + + A descendant which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. + + + + An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. + + + + An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. + + + + A object (or descendant) which represents a column whose values are involved in conditional formatting. This value is assigned to the property. + + + + true to apply the specified style to entire rows that contain cells which match the defined criteria; false to apply the style to individual cells only. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the type of comparison operation. This value is assigned to the property. + + + + An object used to identify the style condition object created. This value is assigned to the property. + + + + An object which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. + + + + An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. + + + + An object that is compared with the values of the cells values identified by the condition parameter. This value is assigned to the property. + + + + A object (or descendant) which represents a column whose values are involved in conditional formatting. This value is assigned to the property. + + + + true to apply the specified style to entire rows that contain cells which match the defined criteria; false to apply the style to the individual cells only. This value is assigned to the property. + + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + + + + + Gets or sets whether the appearance settings are to be applied to rows or individual cells. + + + true to apply the appearance settings to entire rows; otherwise, false. + + + + + + + Copies the properties of the specified object to the current object. + + + + + The object whose properties should be copied. + + + + + + + + Gets the collection that owns the current style condition object. + + + A object representing the collection that owns the current object. + + + + + + + Gets or sets the column whose values take part in conditional formatting. + + + A object (or descendant) representing the column whose values are used in conditional formatting. null (Nothing in Visual Basic) if all columns' values are involved. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + The name of the column to which the current condition is applied. + + + + + + + + Represents a footer summary item. + + + + + + + Creates a new object with default settings. + + + + + + + + Creates a new object with the predefined summary settings and tag. + + + + A enumeration value specifying the aggregation function type. This value is assigned to the property. + + + + A string value specifying the name of a data field whose values are used for summary calculation. This value is assigned to the property. + + + + A string value specifying the summary value's display format. This value is assigned to the property. + + + + An object used to identify the summary item. This value is assigned to the property. + + + + + + + + Creates a new object with the predefined summary settings. + + + + A enumeration value specifying the aggregation function type. This value is assigned to the property. + + + + + A string value specifying the name of a data field whose values are used for summary calculation. This value is assigned to the property. + + + + A string value specifying the summary value's display format. This value is assigned to the property. + + + + + + + + + Copies settings from the summary item object specified as the parameter. + + + + A object whose settings should be copied to the current object. + + + + + + + + Gets a collection to which the summary item belongs. + + + A object (or descendant) representing the collection to which the summary item belongs. + + + + + + + Gets or sets the summary value formatting. + + + A string specifying the summary value's display format. An empty string to display the summary value using default formatting. + + + + + + + Gets or sets the name of a dataset field whose values are used for summary calculation. + + + A string value specifying the name of a data field whose values are used for summary calculation. + + + + + + + Gets or sets the object which specifies how values should be formatted. + + + The IFormatProvider object, which specifies how values should be formatted. + + + + + + + Returns the default display format for the summary item. + + + A string that represents the default display format. + + + + + + + Returns the default format string for the specified summary type. + + + + A enumeration value representing the summary type. + + + + true to add static text identifying summary type; otherwise, false. + + + A string value representing the default format string used for the specified summary type. + + + + + + + Formats the specified value using the summary item's format settings. + + + + + A representing the value to be formatted. + + + + + true if the formatted string should contain static text identifying the summary item type; otherwise, false. + + + A string representing the specified value formatted with respect to the summary item's format settings. + + + + + + + Returns the value formatted according to the specified format string. + + + + A format string. + + + + A value to be formatted. + + + A string value that specifies the value formatted according to the specified format string. + + + + + + + Gets the summary item's position within the owning collection. + + + A zero-based integer value representing summary item's position within the collection. + + + + + + + + Indicates whether the specified summary item has the same settings as the current one. + + + + A object whose settings are compared to the current summary item's settings. + + + true if the summary item passed as the parameter has the same settings as the current one; otherwise, false. + + + + + + + Specifies the type and display format of the summary item. + + + + A enumeration value specifying the summary type. This value is assigned to the property. + + + + A string specifying the summary value's display format. This value is assigned to the property. + + + + + + + + Specifies the type, display format and format provider for the summary item. + + + + A enumeration value specifying the summary type. This value is assigned to the property. + + + + A string specifying the summary value's display format. This value is assigned to the property. + + + + A format provider. This value is assigned to the property. + + + + + + + + Gets or sets the aggregation function type. + + + A enumeration value specifying the summary type. + + + + + + + Gets the current total summary item's value. + + + A representing the total summary value. + + + + + + + Gets or sets data associated with the summary item. + + + An object containing information associated with the summary item. + + + + + + + Gets the object's text representation. + + + A string that specifies the object's text representation. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This identifies the control which fires the event. + + + + An object containing data related to the event. + + + + + + + + + The grid control. + + + + + + + Creates a new control. + + + + + + + + Activates the control's About dialog box. + + + + + + + + Notifies accessibility client applications of the specified event for the specified child control. + + + + An event being fired. + + + + + A child which fires the event. + + + + + + + + Gets or sets whether to preserve the focused row and selection after sorting, grouping or filtering. + + + A enumeration value that specifies whether the focused row and selection are restored after sorting, grouping or filtering. + + + + + + + Contains a value which represents the handle of the Auto Filter Row. For more information on row handles refer to the Identifying Rows and Cards section. + + + + $ + + + + + + + Gets the collection of registered View types. + + + A collection of View types that can be created using the designer or the method. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + A System.Drawing.Color structure. + + + + + + + Starts the grid's runtime initialization. + + + + + + + + + Locks the GridControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the for the control. + + + A for the control. + + + + + + + Gets or sets a object associated with the grid control. + + + + A object associated with the grid control. + + + + + + + Gets the collection of controls contained within the control. + + + A object representing the collection of controls contained within the grid control. + + + + + + + Creates a Split Container and places the current GridControl to it. + + + A that is the created Split Container. + + + + + + + Creates a View of the specified type. + + + + A that specifies the View type. + + + A descendant representing the new View. + + + + + + + Gets or sets the cursor that is displayed when the mouse pointer is over the current GridControl. + + + + A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. + + + + + + + Gets or sets a sub-list of the data source () whose data is supplied for the grid control's main View. + + + A string value representing the data source member. + + + + + + + Gets or sets the grid control's data source. + + + An object representing the grid control's data source. + + + + + + + Fires when changing the property value. + + + + + + + + Gets the currently maximized View. + + + A descendant representing the currently maximized Detail Pattern and Clone Views. + + + + + + + Fires when zooming a View in or out. + + + + + + + + Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. + + + + A value. + + + + + + + Provides access to the embedded data navigator. + + + A descendant representing the grid control's embedded data navigator. + + + + + + + Unlocks the GridControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in CSV format using the specified options. + + + + A stream to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in CSV format. + + + + A containing the full path to the file to which the control is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in CSV. + + + + A stream to which the control is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in CSV format using the specified options. + + + + A containing the full path to the file to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in XLS format. + + + + A string that specifies the full path to the file the default View's data will be exported to. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format. + + + + A string that specifies the full path to the file which the default View's data will be exported to. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format using the specified character encoding. + + + + A string that specifies the full path to the file which the default View's data will be exported to. + + + + + A representing the name of the character encoding (e.g. "UTF-8"). + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified HTML file with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + A representing the name of the character encoding (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created HTML document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A object, to which the created document is exported. + + + + + A representing the name of the character encoding (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created HTML document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format. + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object, to which the data is exported. + + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created MHT document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified character encoding. + + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created MHT document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in MHT format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in PDF format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in PDF format. + + + + A string that specifies the full path to the file which the default View's data will be exported to. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a file in RTF format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in RTF format. + + + + A object, which the data is exported to. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in TXT format. + + + + A string that specifies the full path to the file which the default View's data will be exported to. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string, quotation and text encoding settings. + + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) separator string text elements; otherwise, false. + + + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format. + + + + A object to which the created text file will be sent. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string, quotation and text encoding settings. + + + + + A object to which the created text file should be sent. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) separator string text elements; otherwise, false. + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string and quotation settings. + + + + + A object to which the created text file should be sent. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) separator string text elements; otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string. + + + + A object to which the created text file should be sent. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string. + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string and quotation settings. + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) separator string text elements; otherwise, false. + + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified sream in Text format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in Text format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the default View's data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified file in TXT format. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a file in XLS format. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) +to a file in XLS format with the specified formatting settings. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in XLS format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to a stream in XLS format with the specified formatting settings. + + + + A object to which the created document is exported. + + + + + true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in XLS format using the specified options. + + + + A object, to which the created document is exported. + + + + An or object that contains export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) +to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + An or object that contains export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) +to the specified stream in XLSX (MS Excel 2007) format using the specified options. + + + + A object to which data is exported. + + + + An or object that contains export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) +to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A string that specifies the full path to the file to which the data is exported. + + + + An or object that contains export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) +to the specified file in XLSX (MS Excel 2007) format. + + + + A string that specifies the full path to the file to which the data is exported. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in XLSX (MS Excel 2007) format + + + + A object to which data is exported. + + + + + + + + Forces an update to the control's properties that are listed within the property grid at design time. + + + + + + + + + Gets or sets the View which is currently focused. + + + A descendant which represents the focused View. + + + + + + + Fires in response to focus moving between Views. + + + + + + + + Forces the grid control to finish its initialization. + + + + + + + + Gets or sets whether the grid control's external forms are painted according to the Default LookAndFeel, or according to a View's painting scheme. + + + trueif the grid control's external forms are painted according to the Default LookAndFeel; false if the forms are painted according to a View's painting scheme. + + + + + + + Gets the View owning the specific point. + + + + A structure specifying the test point. The point is relative to the top left grid corner. + + + The object. + + + + + + + Gets a value indicating whether the current is being unloaded from memory. + + + true, if the current is being disposed of; otherwise, false. + + + + + + + The function supports the internal infrastructure and is not intended to be called from your code. + + + + + + + + + + + + + Contains the value representing the invalid row handle. This value is returned when an attempt to obtain a particular row fails, etc. Please refer to the Identifying Rows and Cards topic for more information regarding row handles. + + + $ + + + + + + + Gets whether the GridControl is attached to a , which performs data searching through grid data. + + + true, if the GridControl is attached to a ; otherwise, false. + + + + + + + Gets a value indicating whether the grid control is currently in design mode. + + + + true, if the grid control is in design mode; otherwise, false. + + + + + + + + Tests whether the grid control has input focus. + + + true if the grid control has input focus; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets whether the grid control is sending information to the print/export engine. + + + true if the grid is sending information to the print/export engine; otherwise, false. + + + + + + + Indicates whether the grid control can be printed/exported. + + + true if the grid control can be printed/exported; otherwise, false. + + + + + + + Gets whether the GridControl belongs to a . + + + true if the Grid Control belongs to a GridSplitContainer; otherwise, false. + + + + + + + Indicates whether a specific View is currently visible. + + + + A object that corresponds to the inspected View. + + + true, if a specific View is visible onscreen, otherwise, false. + + + + + + + Gets or sets the View that currently has keyboard focus. + + + A descendant representing the View that has keyboard focus. + + + + + + + Fires when moving focus between Views. + + + + + + + + Provides access to a hierarchical structure that associates pattern Views with specific master-detail relationships. + + + A object that associates pattern Views with specific master-detail relationships. + + + + + + + + Fires when a grid control is displayed for the first time. + + + + + + + + Prevents change notifications from being sent until the method is called. + + + + + + + + + Provides access to settings controlling the grid control's look and feel. + + + A object whose properties specify the grid control's look and feel. + + + + + + + Gets or sets the View that displays data at the top hierarchy level. + + + A descendant representing the View that displays data at the top hierarchy level. + + + + + + + Contains a value which represents the handle of the New Item Row/Card. For more information on row handles refer to the Identifying Rows and Cards section. + + + + $ + + + + + + + Prints the grid control's (the or the currently maximized detail View) without showing a print preview or print dialog. + + + + + + + + + Displays the standard Print dialog to print the data displayed in the Grid Control's . + + + + + + + + Enables you to process key presses before they are processed by the grid control. + + + + + + + + Updates the to reflect changes made to a data source. + + + + + + + + Removes the Grid Control from a Split Container and disposes of this Split Container. + + + + + + + + Gets whether server mode is enabled. + + + true if server mode is enabled; otherwise, false. + + + + + + + Gets or sets whether the Grid Control displays only the relationships that exist in the . + + + + true if only the relationships that exist in the are displayed by the grid; false if all the relationships in the bound data source are displayed by the grid. + + + + + + + + Opens the Print Preview window for the grid control's Default View. + + + + + + + + Opens the Print Preview window with a Bars UI. + + + + + + + + Displays the Print Preview window with a Ribbon UI. + + + + + + + + Applies the specified paint style to all Views. + + + + A string value specifying the paint style name. + + + + + + + + Re-enables change notifications after a call to the method. + + + + + + + + + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + + + true if the control is painted grayed out, when it's in the disabled state; otherwise, false + + + + + + + Gets or sets whether the embedded data navigator is visible. + + + true to make the embedded navigator visible; otherwise, false. + + + + + + + Provides access to the collection of Views in the grid's View repository. + + + A object that represents the collection of Views within the grid's View repository. + + + + + + + + Fires when a new detail clone is created. + + + + + + + + Fires when a detail clone is being disposed of. + + + + + + + + Gets the collection of Views currently displayed by the grid control. + + + A object containing Views that are currently displayed by the grid control. + + + + + + + + Provides data for the event when data editing is performed via the Edit Form. + + + + + + + Initializes a new instance of the EditFormValidateEditorEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Gets the corresponding to the Edit Form's editor being validated. + + + The corresponding to the Edit Form's editor being validated. + + + + + + + + + Represents a View displaying data using cards. + + + + + + + Creates a new object with default settings. + + + + + + + + Creates a new object with the specified owner. + + + + A object representing a grid control that will own the created View. This value is assigned to the property. + + + + + + + + Provides access to the properties that control the appearance of the Card View's elements. + + + A object providing the appearance settings for the View's elements. + + + + + + + Provides access to the properties that specify the appearances of View elements when they are printed/exported. + + + A object that provides appearance settings for View elements when they are printed/exported. + + + + + + + Copies property values and, optionally, event handlers from the View specified as a parameter. + + + + A descendant representing the View whose settings should be copied to the current View. + + + + true to copy event handlers; otherwise, false. + + + + + + + + Allows you provide custom height for individual card fields. + + + + + + + + Returns information about View elements located at a specified point. + + + + A structure specifying the test point coordinates relative to the grid control's top-left corner. + + + A object that contains information about View elements located at the test point. + + + + + + + Returns information about the View elements located at the specified point. + + + + + An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. + + + + An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. + + + A object that contains information on the View elements located at the test point. + + + + + + + + Indicates whether it is possible to resize cards. + + + true if a user can resize cards; otherwise false. + + + + + + + Gets or sets the card caption text pattern. + + + A string value specifying the card caption text pattern. + + + + + + + Fires immediately after a card has been collapsed. + + + + + + + + Provides the ability to prevent particular cards from being collapsed. + + + + + + + + Fires immediately after a card has been expanded. + + + + + + + + Provides the ability to prevent particular cards from being expanded. + + + + + + + + Gets or sets the distance between neighboring cards. + + + + An integer value representing the distance between cards in pixels. + + + + + + + Gets or sets the scroll buttons' paint style. + + + A enumeration value specifying the scroll buttons' paint style. + + + + + + + Gets or sets card width. + + + An integer value specifying card width in pixels. + + + + + + + Collapses all the cards within the View. + + + + + + + + Collapses the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + + Returns an object that enables you to export a View's data in a number of different formats. + + + + + An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. + + + A BaseExportLink descendant (a CardViewExportLink object) providing exporting facilities. + + + + + + + Enables custom images to be shown in card captions. + + + + + + + + Enables card captions to be custom painted. + + + + + + + + Enables you to custom paint card fields. + + + + + + + + Enables you to custom paint card field captions. + + + + + + + + Enables you to custom paint card field value cells. + + + + + + + + Expands all the cards within the View. + + + + + + + + Expands the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + Gets or sets the index of the top visible field within the focused card. + + + An integer value specifying the zero-based index of the focused card's top visible field. + + + + + + + Gets the specified card's caption text. + + + + An integer value specifying the card by its row handle. + + + A string value representing the specified card's caption text. + + + + + + + Gets whether the specified card is collapsed. + + + + An integer value specifying the card's handle. + + + true if the card is collapsed; false if the card is expanded. + + + + + + + Gets the specified card's visible index. + + + + An integer value specifying the handle of the card to inspect. + + + An integer value representing the card's visible index. if there isn't any card with the specified handle. + + + + + + + Returns the handle of the card displayed at the specified position. + + + + An integer value representing the card's visible index. + + + An integer value representing the card's handle. if no card is found or the specified index corresponds to a newly added card which is currently being edited. + + + + + + + Hides the currently active editor discarding changes made. + + + + + + + + Invalidates the specified card. + + + + An integer value specifying the card by its row handle. + + + + + + + + Invalidates the specified card field. + + + + An integer value specifying the card by its row handle. + + + + A object specifying the column that corresponds to the card field. + + + + + + + + Invalidates the View element located at the point specified by the hit information object. + + + + A descendant (a object) containing hit information. + + + + + + + + Indicates whether a card is visible, partially visible or hidden. + + + + The row handle of a card. + + + The enumerator value that specifies the visibility state of a card. + + + + + + + Gets a value indicating whether the View is in its normal state. + + + true if no specific operation is performed within the Card View; otherwise, false. + + + + + + + Gets a value indicating whether a cell editor is presently active. + + + true if the View is in edit mode; otherwise, false. + + + + + + + Gets a value indicating whether the end-user is presently resizing cards. + + + true if the end-user is dragging a card separator; otherwise, false. + + + + + + + Gets a value indicating whether the View is visible on screen. + + + true if the View is visible on screen; otherwise, false. + + + + + + + Updates the View. + + + + + + + + Gets or sets the maximum number of card columns which can be displayed simultaneously within a View. + + + The maximum number of card columns displayed simultaneously within a View. + + + + + + + Gets or sets the maximum number of card rows. + + + The maximum number of card rows. + + + + + + + Provides access to the View's behavior options. + + + A object containing the View's behavior options. + + + + + + + Provides options that control how the View is printed/exported. + + + A object containing the View's print and export options. + + + + + + + Provides access to the View's appearance options. + + + A object containing the View's appearance options. + + + + + + + Provides access to the appearance settings currently used to paint the Card View's elements. + + + A object which provides the appearance settings currently used to paint the Card View's elements. + + + + + + + Gets or sets a value defining the maximum number of card columns for printing/exporting. + + + The maximum number of printed/exported card columns. + + + + + + + Gets the number of visible cards within a Card View. + + + An integer value representing the number of visible cards within a View. + + + + + + + Collapses or expands the specified card. + + + + An integer value representing the card's handle. + + + + true to collapse the specified card; false to expand the specified card. + + + + + + + + Invokes the focused cell's editor. + + + + + + + + Displays a Filter DropDown for the specified column. + + + + A column for which the filter popup must be invoked. + + + + + + + + Obtains the View's current state. + + + A enumeration member indicating the View's current state. + + + + + + + Synchronizes a View's appearance settings with the specified View. + + + + A descendant representing the View whose appearance settings should be copied to the current View. + + + + + + + + + Occurs when a Card View is being scrolled. + + + + + + + + Gets or sets which card is displayed within the View's top-left corner. + + + An integer value representing the visible index of the card located at the top-left corner. + + + + + + + Gets or sets a value specifying the Card Up And Down Buttons availability. + + + + A enumeration value specifying the card's scroll buttons availability. + + + + + + + Gets the bounding rectangle of the View's visible area. + + + A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. + + + + + + + + + Contains values representing the visibility state of a card. + + + + + + + The card is hidden. + + + + + + + + The card is partially visible. + + + + + + + + The card is entirely visible. + + + + + + + + + Contains values indicating all available Card View states. + + + + + + + The bottom card scroll button is presently pressed. + + + + + + + + The card's expand button is pressed. + + + + + + + + The top card scroll button is pressed. + + + + + + + + The Card View's zoom button is pressed. + + + + + + + + A cell editor is presently active. + + + + + + + + A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a Card View is going to be enabled or disabled. + + + + + + + + A filter close button is pressed. + + + + + + + + A filter panel customize button is pressed. + + + + + + + + The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. + + + + + + + + The string in the filter panel which represents the filter criteria applied to a Card View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. + + + + + + + + The View is in its normal state. No specific action is being performed at present. + + + + + + + + The customization button is pressed. + + + + + + + + A Card View is being scrolled. This means that an end-user has depressed the mouse wheel and moved the mouse to scroll the View's contents. + + + + + + + + + A Card Separator is being dragged by the end-user at present. This action results in changing card width. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + An integer value representing the handle of the previously focused row. This value is assigned to the property. + + + + An integer value representing the focused row handle. This value is assigned to the property. + + + + + + + + Gets the handle of the currently focused row. + + + An integer value representing the handle of the currently focused row. The field value if no row is currently focused. + + + + + + + Gets the handle of the previously focused row. + + + An integer value representing the handle of the previously focused row. The field value if no row was previously focused. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the View that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the previously focused column. This value is assigned to the property. + + + + A object representing the currently focused column. This value is assigned to the property. + + + + + + + + Gets the currently focused column. + + + A object representing the currently focused column. null (Nothing in Visual Basic) if no column s currently focused. + + + + + + + Gets the previously focused column. + + + A object representing the previously focused column. null (Nothing in Visual Basic) if no column was previously focused. + + + + + + + + Serves as the base for Views that display data in a tabular format and allow editing of cell values by using inplace editors. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets a View's active editor. + + + A object representing the currently active editor. null (Nothing in Visual Basic) if no cell is being currently edited. + + + + + + + + Gets an object which represents the filter criteria for the current View. + + + + A object representing the filter criteria for the current View. + + + + + + + Gets or sets the current filter criteria. + + + A object which represents the total filter criteria. + + + + + + + Gets or sets whether the filtering functionality is enabled. + + + true if the filtering functionality is enabled; otherwise, false. + + + + + + + Gets or sets the total filter expression for the current View. + + + A string that specifies the total filter expression applied to the current View. + + + + + + + Adds a new record. + + + + + + + + Enables the filtering functionality. + + + + + + + + Searches for the specified string, using the search functionality provided by the Find Panel. + + + + A string to be located within the grid's data. + + + + + + + + Copies properties and, optionally, event handlers from another View to the current one. + + + + A object representing a View whose properties and event handlers are to be copied. + + + + true if event handlers should be copied; otherwise, false. + + + + + + + + Fires when async data loading has finished. + + + + + + + + Enables you to prevent row focus changes. + + + + + + + + Prevents visual and internal data updates until the method is called. + + + + + + + + Prevents visual and internal data updates until the method is called. + + + + + + + + Returns the minimum width that the specified column needs to display its contents completely. + + + + + A object which represents the grid column. + + + An integer value which specifies the minimum width which is required to display the column's contents completely. 0 if the specified column is a null reference. + + + + + + + Cancels changes made to focused row cells. + + + + + + + + Indicates whether grouping by a specific column is enabled. + + + + A object specifying the tested column. + + + true, if rows can be grouped by specific column values; otherwise, false. + + + + + + + Indicates whether end-users can resize a specific column by dragging its right edge. + + + + A object representing the tested column. + + + true if end-users can resize the specified column; otherwise, false. + + + + + + + Gets a value indicating whether a View can activate cell editors. + + + true if a View can activate cell editors; otherwise, false. + + + + + + + Indicates whether end-users can sort data by the specified column's values. + + + + + A object representing the tested column. + + + true if end-users can involve the specified column in sorting; otherwise, false. + + + + + + + Fires immediately after a cell's value has been changed. + + + + + + + + + Fires in response to changing the edit value. + + + + + + + + Removes error descriptions for the focused row. + + + + + + + + Removes any filter conditions applied to the View's columns. + + + + + + + + + Unselects any selected rows in the current View when multiple row selection is enabled. + + + + + + + + Clears sorting applied to the View. + + + + + + + + + Fires when changing a column's properties. + + + + + + + + Occurs when a column's filter condition is changed. + + + + + + + + + Allows you to respond to changing a column's position within the View. + + + + + + + + Provides access to the collection of columns available for display within the View. + + + + A object representing a collection of available columns within the current View. + + + + + + + Fires after a column's property has been changed. + + + + + + + + Converts objects from the collection to objects and adds them to the collection. + + + + + + + + Enables you to provide custom display text for column values displayed within text box-based cells, group rows and filter dropdowns. + + + + + + + + + Provides the ability to sort data using custom rules. + + + + + + + + + Enables a View's empty space to be custom painted when there aren't any rows displayed. + + + + + + + + Enables you to paint the filter panel manually. + + + + + + + + Enables the Custom Filter Dialog to be replaced with custom filtering facilities. + + + + + + + + + Allows you to customize the display text representing the current filter within the filter panel. + + + + + + + + Enables you to hide particular rows that exist in the data source or make them visible (regardless of the grid's filter). + + + + + + + + Enables data to be provided to, and modified data to be saved from visible unbound columns. + + + + + + + + + Fires when significant data source changes occur. + + + + + + + + The property is obsolete and you should not use it in your code. + + + null (Nothing in Visual Basic) always. + + + + + + + Deletes a data record or group row (in Grid Views) from the View. + + + + An integer value that represents the handle of the row to be deleted. + + + + + + + + + Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. + + + + + + + + + Gets or sets whether the View's focused record is synchronized with the current position of the corresponding CurrencyManager object. + + + false if the View's focused record is synchronized with the current position of the corresponding CurrencyManager object; otherwise, true. + + + + + + + Determines whether end-users can modify the View's cell values. + + + true if end-users can activate cell editors and modify their contents; otherwise, false. + + + + + + + Gets or sets the currently edited value. + + + An object representing the currently edited cell value. null (Nothing in Visual Basic) if no cell is presently being edited. + + + + + + + Determines whether the edited cell value has been changed since the cell editor was activated. + + + true if the edit value has been changed; otherwise, false. + + + + + + + + Fires after the grouping operation has been completed. + + + + + + + + Enables visual and internal data updates after the method call, and forces an immediate View update. + + + + + + + + Fires after the sorting operation has been completed. + + + + + + + + Loads a row (if it is not already loaded) and calls your callback method after that. This method is in effect in Instant Feedback Mode. + + + + An integer value that specifies the handle of the row to be loaded. + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested row has been loaded. The method's argument will contain an array of the loaded row's field values. + + + + + + + + Gets the number of columns that specify filtering conditions. + + + An integer value representing the number of columns whose property specifies a filter condition. + + + + + + + Allows you to customize the Filter Editor before it is displayed on screen. + + + + + + + + Gets the text displayed within the filter panel. + + + A string value representing the text displayed within the filter panel. + + + + + + + Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. + + + An integer value specifying the maximum number of records whose field values can be displayed within filter dropdowns. + + + + + + + Gets or sets the maximum number of items filter dropdowns can display at once. + + + An integer value specifying the maximum height of filter dropdowns. The height is specified in rows. + + + + + + + Gets or sets the text displayed in the Find Panel's edit box. + + + A string that specifies the text displayed in the Find Panel's edit box. + + + + + + + Gets or sets whether the Find Panel is visible. + + + true if the Find Panel is visible; otherwise, false. + + + + + + + Searches for the target data row within this ColumnView. + + + + An Object that is the row to be searched. + + + An Int32 value that is the row handle for the target row, if found within this ColumnView. + + + + + + + Gets or sets the focused column/card field (in CardView and LayoutView Views). + + + A object or descendant representing the currently focused column/card field. + + + + + + + + Fires in response to changing column focus. + + + + + + + + Fires in response to changing the position of the focused row. + + + + + + + + Gets or sets the focused record by its handle. + + + An integer value representing the handle of the focused record. + + + + + + + + Fires when the focused row's data has been loaded (in Instant Feedback Mode). + + + + + + + + Gets a value indicating whether the focused row's cell values have been modified since the row last received focus. + + + true, if the focused row's data has been changed; otherwise, false. + + + + + + + Fires when focus is moved to a different row object. + + + + + + + + Gets the focused cell value. + + + An object representing the focused cell value. + + + + + + + Provides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions. + + + A collection of conditional format rules. + + + + + + + Gets the error description for a specific cell or the entire focused row. + + + + A object identifying the cell within the focused row. null (Nothing in Visual Basic) to return the error description for the entire row. + + + A string value representing an error description. + + + + + + + Gets the type of the error associated with the specified cell in the currently focused row. + + + + + A object identifying the cell within the focused row. + + + An value that specifies the type of error. + + + + + + + Returns a object that represents the specified row. + + + + + An integer value representing the row handle. + + + A object representing the specified row. + + + + + + + Returns the index of the data source record which the specified row handle corresponds to. + + + + An integer value representing the row handle. + + + An integer value representing the zero-based index of the data record to which the specified row handle corresponds. + + + + + + + Formats a value according to the specified column's format settings. + + + + A object representing a column whose settings are used for formatting. + + + + An object representing the value to be formatted. + + + A string value representing the formatted value. + + + + + + + Returns the textual representation of the specified object. + + + + A object which specifies the filter whose text representation needs to be obtained. + + + A string which specifies the textual representation of the specified object. + + + + + + + Returns the textual representation of the specified filter. + + + + A object representing the filter whose text representation needs to be obtained. + + + The textual representation of the specified filter. + + + + + + + Returns a object that represents the focused row. + + + A object representing the focused row. + + + + + + + Returns the index of the data source record that corresponds to the focused grid row (card). + + + An integer value representing the zero-based index of the data record that corresponds to the focused grid row (card) + + + + + + + Returns the focused cell's display value. + + + A string representing the text displayed within the View's focused cell. + + + + + + + Returns an object representing the focused row. + + + An object representing the focused row. + + + + + + + Returns the text displayed in the specified column within the focused row. + + + + A column which contains the required cell. A exception will be thrown if this parameter is set to null. + + + A string representing the text displayed within the specified column in the focused row. + + + + + + + Gets the display value of the specified cell in the focused row. + + + + + A string identifying the field name of the column which contains the required cell. A exception will be thrown if the current View does not contain a column with the specified field name. + + + A string representing the text displayed within the specified column in the focused row. + + + + + + + Returns the specified column's edit value within the focused row. + + + + A column which contains the required cell. + + + An object representing the cell's value. + + + + + + + Returns the edit value of the specified cell within the focused row. + + + + + A string identifying the field name of the column which contains the required cell. A exception will be thrown if the underlying data source does not contain a column with the specified field name. + + + An object representing the cell's value. + + + + + + + Returns the focused cell's value. + + + An object that is the focused cell's value. + + + + + + + + Returns the text being searched during an incremental search. + + + A string that represents the text being searched. + + + + + + + Returns the value of the specified cell, which is identified by a field name and the index of a record in the data source. + + + + An integer value representing the index of the record in the underlying data source. + + + + A string representing the field name. + + + An object representing the required cell's value. + + + + + + + Returns the value of the specified cell, which is identified by a column and the index of a record in the data source. + + + + An integer value representing the index of the record in the underlying data source. + + + + A object identifying a field in the data source. + + + An object representing the required cell's value. + + + + + + + Returns the nearest column to the specified one that can be focused. + + + + A object representing the column which will be used as the search point. + + + A object representing the nearest column that can be focused. + + + + + + + Returns the visible index of the row that follows a specific row. + + + + An integer value specifying a specific row's visible index, whose next visible row's index is to be obtained. The value is returned if the rowVisibleIndex parameter is equal to or greater than . + + + + An integer value specifying the following row's visible index. + + + + + + + Gets the visible index of the row that is located prior to the specified row. + + + + An integer value specifying the visible index of the row located below the required row. + + + An integer value which specifies the visible index of the previous row. The value is returned if the rowVisibleIndex parameter is equal to or less then 0. + + + + + + + Returns an object that represents the specified row. + + + + + An integer value representing the desired row handle. + + + An object representing a specific row. + + + + + + + Returns a specific cell's display value from the current View. + + + + An integer value specifying the handle of the row where the desired cell resides. + + + + A object or descendant representing a column containing the desired cell. + + + A value representing a cell's display text. + + + + + + + Gets the display value of the specified cell. + + + + + An integer value specifying the handle of the row in which the desired cell resides. + + + + + A string representing the field name of the column that contains the required cell. A exception will be thrown if the current View does not contain a column with the specified field name. + + + A string representing the required cell's display text. + + + + + + + Returns a specific cell value from the current View. + + + + An integer value representing a handle of the row where the desired cell resides. + + + + A object or descendant representing a column that contains the desired cell. + + + An object representing a specific cell value. + + + + + + + Gets the value of the specified cell in the grid's data source. + + + + + An integer value representing the handle of the row in which the desired cell resides. + + + + + A string representing the field name whose value is to be returned. This parameter can refer to any field in the data source, even if the current View does not contain a GridColumn referring to this field. +A exception will be thrown if the underlying data source does not contain the specified field. + + + An object representing the specified cell's value. + + + + + + + + Returns the handle of the row which represents the specified record in the data source. + + + + The zero-based index of a record in the data source. + + + + An integer value which represents the handle of the row which corresponds to the specified record in the data source. + + + + + + + Returns the handles of the selected rows or cards. + + + An array of integer values representing the handles of the selected rows or cards. An empty array if no rows are selected. + + + + + + + Returns a value that specifies how an in-place editor is activated for a grid cell. + + + A enumeration value which specifies how a cell editor is activated. + + + + + + + Returns the column displayed at a specific position. + + + + An integer value representing the visible index of the desired column. This parameter value corresponds to the property of columns. + + + A object or descendant representing a column displayed at a specific position. null (Nothing in Visual Basic) if there are no columns with the specified visible index. + + + + + + + Returns the visible index of the row specified by its handle. + + + + An integer value representing the row's handle. + + + An integer value representing the specified record's visible index. -1 if the specified record is hidden within a collapsed group (in Grid Views). + + + + + + + Returns the handle of the row which is displayed at the specified position. + + + + + An integer value specifying the row's visible index. + + + + An integer value representing the corresponding row handle. The value is returned if an invalid index is passed as the parameter. + + + + + + + + Gets or sets how many columns are used to group data. + + + + The number of columns used to group data. + + + + + + + + Gets the collection of columns involved in data grouping. + + + A object representing a read-only collection of columns involved in grouping. + + + + + + + Indicates whether the focused row or at least a single cell within the focused row has an error assigned. + + + true if the focused row has errors; otherwise, false. + + + + + + + Fires immediately after an inplace editor has been closed. + + + + + + + + Closes the currently active inplace editor discarding changes made to the edited value. + + + + + + + + Hides the Find Panel. + + + + + + + + Gets or sets a collection of images that can be displayed within column headers and band headers. + + + An object that is an image collection providing images for the View's elements. + + + + + + + Enables you to initialize added rows. + + + + + + + + Fires when a row fails validation or when it cannot be saved to the data source. + + + + + + + + + Toggles the specified row's selected state. + + + + An integer value identifying the row by its handle. + + + + + + + + Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. + + + true if async data loading is in progress; otherwise, false. + + + + + + + Indicates whether the specified record is a regular data row/card. + + + + An integer value specifying the tested record by its handle. + + + true if the specified record is a regular data row/card; otherwise, false. + + + + + + + + Gets a value indicating whether the active editor has input focus. + + + true if the active editor has input focus; otherwise, false. + + + + + + + Determines whether a View contains any rows. + + + true if there are no rows within a specific view; otherwise, false. + + + + + + + Gets whether the Find Panel is visible. + + + true if the Find Panel is visible; otherwise, false. + + + + + + + Determines whether the first visible data or group row is focused. + + + true if the first visible data or group row is focused; otherwise, false. + + + + + + + Gets whether the focused row's data has been loaded (in Instant Feedback Mode). + + + true if the data has been loaded; otherwise, false. + + + + + + + Determines whether a View has input focus. + + + true if a View has input focus; otherwise, false. + + + + + + + Determines whether the last visible data or group row is focused. + + + true if the last visible data or group row is focused; otherwise, false. + + + + + + + Determines whether the last visible row is focused. + + + true if the last visible row is focused; otherwise, false. + + + + + + + Indicates whether multiple rows (cards) can be selected. + + + true if multiple rows (cards) can be selected; otherwise, false. + + + + + + + Indicates whether the specified row/card is the New Item Row/Card. + + + + The handle of the inspected row/card. + + + true if the specified row/card is used to enter a new record; otherwise, false. + + + + + + + Gets whether the specified row's data has been loaded (in Instant Feedback Mode). + + + + An integer that specifies the handle of the required row. + + + + true if the data has been loaded; otherwise, false. + + + + + + + Indicates whether the specified row is selected. + + + + The handle of the inspected row. + + + true if the specified row is selected; otherwise, false. + + + + + + + Determines whether the filter panel is visible. + + + true if the filter panel is visible; otherwise false. + + + + + + + Indicates whether the specified row handle is valid. + + + + + An integer value specifying the row's handle. + + + true if the row's handle is valid; otherwise, false. + + + + + + + Determines whether the current detail View is maximized. + + + true if the current detail View is maximized; otherwise, false. + + + + + + + Loads a row in Instant Feedback Mode. + + + + An integer value that is the row handle of the row to be loaded. + + + + + + + + Loads the specified data row's parent group rows (if they are not already loaded) in Instant Feedback Mode. + + + + + An integer value that is the row handle of the data row whose parent group rows need to be loaded. + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested rows have been loaded. The method's argument will be a Boolean value that specifies whether the load operation was success. + + + + + + + + + Locates rows by cells' display texts. + + + + An integer value specifying the handle of the row where the search starts. + + + + A object (or descendant) specifying the column whose cells' display texts are compared to the search text. + + + + A string to search for. + + + An integer value specifying the handle of the row found. If no matching row found, the field value is returned instead. + + + + + + + Locates rows by cell values. + + + + + An integer value specifying the handle of the row where the search starts. In server mode, this parameter must be set to 0. + + + + The object (or descendant) that is the column whose cells' values are compared to the search value. + + + + + An object representing the value to search for. + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested operation is completed. The method's argument will contain the requested value. This parameter is optional and is only required in Instant Feedback Mode (async server mode). + + + If the specified value is loaded, the method returns an integer value specifying the handle of the row found. + +In Instant Feedback Mode (async server mode), the DevExpress.Data.DataController.OperationInProgress value is returned if the requested search value is not currently loaded. + + +The value, if no row is found that matches the specified condition. + + + + + + + + Locates rows by cell values. + + + + + + A string that specifies the target column's field name. + + + + An object that is the value to search for. + + + + + A DevExpress.Data.OperationCompleted method that will be called when the requested operation is completed. The method's argument will contain the requested value. This parameter is optional and is only required in Instant Feedback Mode (async server mode). + + + If the specified value is loaded, the method returns an integer value specifying the handle of the row found. + +In Instant Feedback Mode (async server mode), the DevExpress.Data.DataController.OperationInProgress value is returned if the requested search value is not currently loaded. + + +The value, if no row is found that matches the specified condition. + + + + + + + + Moves row focus by the specified number of rows. + + + + An integer value representing a row focus offset. + + + + + + + + Moves focus to the first row. + + + + + + + + Moves focus to the last data record. + + + + + + + + + Moves focus to the last visible row. + + + + + + + + Moves focus to the row which is after the focused row. + + + + + + + + Moves focus to the next page. + + + + + + + + Moves focus to the previous row. + + + + + + + + Moves focus to the previous page. + + + + + + + + Provides access to the View's most recently used filters. + + + + A object that stores the filters recently used on the View. + + + + + + + + Cancels View zooming. + + + + + + + + Provides access to the View's behavior options. + + + A object containing the View's behavior options. + + + + + + + Provides access to the View's filtering options. + + + A object containing the View's filtering options. + + + + + + + Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. + + + A object. + + + + + + + Provides options which control how the current View's layout is stored to/restored from a data store (a stream, xml file or system registry). + + + A descendant which provides options for controlling how the layout is stored and restored. + + + + + + + + + Provides access to the View's selection options. + + + A object containing the View's selection options. + + + + + + + Provides access to the View's display options. + + + A object which contains the View's display options. + + + + + + + Creates columns for all the fields of the specified . + + + + A object representing a data table whose fields will provide data for the created columns. + + + + + + + + Creates columns for all fields in the bound data source. + + + + + + + + Creates columns for record fields in the specified data source (System.Data.DataTable, System.ComponentModel.ITypedList, System.Collections.IList, System.Collections.Generic.IList, DevExpress.XtraGrid.IXtraList, etc. ). + + + + The data source. + + + + + + + + Creates columns for the specified DataColumnInfo objects. + + + + An array of DataColumnInfo objects containing information on the columns to be created. + + + + + + + + + Generates columns for the custom code-first data source. + + + + A Type of the code-first data source for which columns should be generated. + + + + A PopulateColumnsParameters object that stores advanced column generation parameters. + + + + + + + + Reloads data into View from the data source. + + + + + + + + Refreshes the active editor. + + + + true if the editor should update the value it displays; otherwise, false. + + + + + + + + Refreshes the specified row. + + + + An integer value which identifies the row. + + + + + + + + Enables you to specify content alignment for individual cells. + + + + + + + + Fires after a data row is deleted. + + + + + + + + Fires when a data row is about to be deleted. + + + + + + + + Gets the expression used to filter the records displayed within the View. + + + + A string value representing the expression used to filter records. An empty string if no filtering is currently applied. + + + + + + + Fires when a row's data has been loaded (in Instant Feedback Mode). + + + + + + + + Occurs after the modified focused row has been saved to the underlying data source. + + + + + + + + Selects all rows (cards) within the View. + + + + + + + + Gets the number of selected rows (cards). + + + An integer value indicating the number of selected rows (cards). + + + + + + + Fires when row/cell selection is changed in multiple selection mode. + + + + + + + + Selects the visible rows (cards) in the specified range. + + + + An integer value specifying the row handle at which the selection starts. + + + + An integer value specifying the row handle at which the selection ends. + + + + + + + + Adds a row (card) to the current selection. + + + + An integer value identifying the row (card) to be selected by its handle. + + + + + + + + Sets an error description for a cell within the focused row or for the entire focused row. + + + + + A object representing a column that contains an error cell. null (Nothing in Visual Basic) if the error description should be assigned to the entire focused row. + + + + A string value representing an error description. An empty string to clear the assigned error. + + + + + + + + + Sets an error description and an error type for the specified cell within the focused row. + + + + A that identifies the cell to which an error is set. + + + + A string value representing an error description. An empty string to clear the assigned error. + + + + + An value that specifies the type of the error. Error types correspond to specific error icons. + + + + + + + + + Assigns a value to the specified column within the currently focused row. + + + + A object representing the column in which the required cell resides. + + + + An object representing the value to be assigned. + + + + + + + + Assigns a value to the specified field within the currently focused row. + + + + A string identifying the field name of the column which contains the required cell. + + + + An object representing the value to be assigned. + + + + + + + + Marks the focused row as modified. + + + + + + + + Assigns a value to the focused cell. + + + + An object representing the value to be assigned. + + + + + + + + Assigns a value to a specific cell. + + + + An integer value representing a row handle containing the desired cell. + + + + A object or descendant representing a column containing the desired cell. + + + + An object representing the value to be assigned. + + + + + + + + Sets the value of the specified cell in the current View. + + + + An integer value representing the handle of the row which contains the desired cell. + + + + + A string representing the field name that identifies the required cell. + + + + An object representing the value to be assigned. + + + + + + + + Gets or sets a value specifying editor button display mode. + + + A enumeration value specifying how editor buttons are displayed within a View. + + + + + + + + Displays the custom filter dialog. + + + + A column whose filtering settings will be modified by the custom filter dialog. + + + + + + + + Displays the Filter Editor. + + + + A column to which a filter is applied in the Filter Editor. + + + + + + + + Displays a Filter DropDown for the specified column. + + + + A column for which the filter popup must be invoked. + + + + + + + + Allows you to customize checked filter dropdown lists before they are displayed. + + + + + + + + Allows you to customize the filter dropdown for date-time columns. + + + + + + + + Enables you to customize a particular column's filter dropdown list. + + + + + + + + Displays the Find Panel. + + + + + + + + Allows you to cancel editor activation. + + + + + + + + Fires immediately after a cell editor has been invoked. + + + + + + + + Invokes an Expression Editor that enables editing an expression for the specified unbound column. + + + + A that represents an unbound column whose expression will be edited in the Expression Editor. + + + + + + + + Gets the collection of columns involved in sorting. + + + A object representing the collection of columns involved in sorting. + + + + + + + + Provides access to the collection of sorted and grouping columns within the current View. + + + A collection containing information on the sorted and grouping columns within the View. + + + + + + + Fires before a grouping operation is started. + + + + + + + + Fires before a sorting operation is started. + + + + + + + + Allows you to replace a filter applied with another filter. + + + + + + + + For internal use only. + + + + + + + + Synchronizes a View's data representation settings with the specified View. + + + + A descendant representing the View whose data representation settings should be copied to the current View. + + + + + + + + + Synchronizes a View's visual settings with the specified View. + + + + A descendant representing the View whose visual settings should be copied to the current View. + + + + + + + + + Fires after an Expression Editor has been created for an unbound column. + + + + + + + + Removes a row (card) from the current selection. + + + + An integer value identifying the row (card) by its handle. + + + + + + + + Validates the focused row and saves its values to the data source. + + + true if the row has been successfully updated; otherwise, false. + + + + + + + Validates the active editor. + + + true if editor validation succeeded; otherwise, false. + + + + + + + Enables you to specify whether a modified row's data is valid, and whether the row can lose focus. + + + + + + + + Gets or sets the height of the View Caption region. + + + An integer value that specifies the height of the View Caption region. + + + + + + + Converts the specified row handle to a data source record index. + + + + An integer value representing the row handle to convert. + + + An integer value representing the zero-based data record index. + + + + + + + Gets the visible column collection. + + + A object representing the visible column collection. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (the descendant representing the View that raised the event). + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Creates an instance of the class. + + + + An integer value representing the handle of the row where a cell resides. This value is assigned to the property. + + + + A object representing the column where the cell resides. This value is assigned to the property. + + + + An object representing the new cell value. This value is assigned to the property. + + + + + + + + Gets the column that contains the processed cell. + + + A object representing the column whose cell is processed by the event. + + + + + + + Gets the handle of the row that contains the processed cell. + + + An integer value indicating the handle of the row whose cell is processed by the event. + + + + + + + Gets the current cell value. + + + An object representing the current cell value. + + + + + + + + Serves as the base for objects representing Views in a grid control. + + + + + + + Creates a new instance of the class. + + + + + + + + Gets the active editor within a View. + + + A descendant representing the active editor within the current View. null (Nothing in Visual Basic) if no cell is being edited at the moment. + + + + + + + Gets the name of the currently applied painting scheme. + + + A string representing the name of the currently applied painting scheme. + + + + + + + Provides access to the properties that control the appearance of the View's elements. + + + A object that provides the base appearance settings for View elements. + + + + + + + Provides access to the properties that specify the appearances of View elements when they are printed/exported. + + + A object that provides the print/export appearance settings for View elements. + + + + + + + Copies the settings of a View object to the current one. + + + + A object or descendant representing the source of the operation. + + + + true, if event handlers assigned to the source object should be assigned to the corresponding events of the destination View object; otherwise, false. + + + + + + + + Gets an object providing information for creating and initializing the View. + + + A object containing information necessary to create and initialize the View. + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + + Prevents visual and internal data updates until the method is called. + + + + + + + + Starts the runtime View initialization. + + + + + + + + + Prevents selection updates until the or the method is called. + + + + + + + + Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets or sets the border style for the current View. + + + A enumeration value specifying the border style of a View. + + + + + + + Returns information about the View elements located at the specified point. + + + + + An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. + + + + An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. + + + + A class descendant that contains information on the View elements located at the test point. + + + + + + + Returns information about the View elements located at the specified point. + + + + + A structure specifying the test point coordinates relative to the top-left corner of the grid control. + + + A class descendant that contains information about the View elements located at the test point. + + + + + + + + Enables selection updates after the method call, but doesn't force an immediate update. + + + + + + + + + Forces the grid control to finish its initialization. + + + + + + + + Clears a print/export document. + + + + + + + + Occurs when a View is clicked. + + + + + + + + Hides the active editor saving changes made. + + + + + + + + Connects the View to the specified object. + + + + An object representing the control to connect the current View to. + + + + + + + + + Copies the selected record(s) to the clipboard as text. + + + + + + + + Creates a print/export document based on the View's current data. + + + + + + + + Returns an object that enables you to export a View's data in a number of different formats. + + + + An object implementing the interface that exports the data. + + + A object (or descendant) providing exporting facilities. + + + + + + + Gets the data controller which implements data-aware operations. + + + A object which represents the data controller. + + + + + + + Gets how many data rows are contained within the View. + + + + An integer value providing a count of the number of data rows in the View. + + + + + + + + Gets the data source whose data is displayed by a View. + + + A data source object whose data is displayed by the current View. + + + + + + + Occurs when the data source of the current View changes. + + + + + + + + Gets or sets the height of a View when it serves as a detail View. + + + An integer value specifying the View height in pixels. + + + + + + + + Gets the nesting level of a View. + + + An integer value representing the nesting level of a View. + + + + + + + Gets or sets the position of detail tabs within detail sections. + + + A enumeration value specifying the position of detail tabs. + + + + + + + Removes the connection between the View and the specified object. + + + + An object representing the control which the View is to be disconnected from. + + + + + + + + + Occurs when a View is double-clicked. + + + + + + + + Determines whether end-users can modify the View's cell values. + + + true if end-users can activate cell editors and modify their contents; otherwise, false. + + + + + + + Enables visual and internal data updates after the method call, and forces an immediate View update. + + + + + + + + Ends the runtime View initialization. + + + + + + + + Enables selection updates after calling the method and forces an immediate update. + + + + + + + + + Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a stream, using the specified options. + + + + An value that specifies the format in which the View's data is exported. + + + + A object, to which the data is exported. + + + + + An descendant that provides export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a file. + + + + An value that specifies the format in which the View's data is exported. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a file, using the specified options. + + + + An value that specifies the format in which the View's data is exported. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + An descendant that provides export options. + + + + + + + + Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a stream. + + + + An value that specifies the format in which the View's data is exported. + + + + A object, to which the data is exported. + + + + + + + + + Exports the control's data to the specified stream in CSV format. + + + + A Stream to which the control is exported. + + + + + + + + Exports the control's data to the specified file in CSV format. + + + + A containing the full path to the file to which the control is exported. + + + + + + + + Exports the control's data to the specified stream in CSV format using the specified options. + + + + A stream to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in CSV format using the specified options. + + + + A containing the full path to the file to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the 's data to the specified file in MS Excel format. + + + + A string that specifies the full path to the file to which the default View's data will be exported. + + + + + + + + + Exports the 's data to the specified file in HTML format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to an HTML file using the specified character encoding. + + + + A containing the full path (including the file name and extension) specifying where the HTML file will be created. + + + + A representing the name of the character encoding (e.g. "UTF-8"). + + + + + + + + Exports the 's data to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A object, which the created document is exported to. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created HTML document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the 's data to a stream in HTML format. + + + + A object, which the data is exported to. + + + + + + + + Exports the 's data to the specified HTML file with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A containing the full path (including the file name and extension) specifying where the HTML file will be created. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created HTML document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the 's data to the specified stream in HTML format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in HTML format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in HTML format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object, to which the data is exported. + + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created MHT document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the 's data to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created MHT document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the 's data to the specified file in MHT format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to the specified file in MHT format using the specified character encoding. + + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A representing the encoding name set in the MHT file (e.g. "UTF-8"). + + + + + + + + Exports the 's data to the specified stream in MHT format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in MHT format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in PDF format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to a stream in PDF format. + + + + A object, which the data is exported to. + + + + + + + + Exports the 's data to the specified file in PDF format. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + A object which specifies the export options to be applied when the View's data is exported. + + + + + + + + Exports the 's data to a stream in RTF format. + + + + A object, which the data is exported to. + + + + + + + + Exports the 's data to a file in RTF format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to the specified file in TXT format. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + + + + + Exports the 's data to a file in TXT format using the specified separator string and quotation settings. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + + + + + Exports the 's data to a stream in TXT format using the specified separator string. + + + + A object which the created text file should be sent to. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the 's data to a stream in TXT format. + + + + A object to which the created text file will be sent. + + + + + + + + + Exports the 's data to a file in TXT format using the specified separator string, quotation and text encoding settings. + + + + A string that specifies the full path to the file the View's data will be exported to. + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the 's data to a stream in TXT format using the specified separator string, quotation and text encoding settings. + + + + A object to which the created text file should be sent. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the 's data to a stream in TXT format using the specified separator string and quotation settings. + + + + A object to which the created text file should be sent. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) separator string text elements; otherwise, false. + + + + + + + + + + Exports the 's data to a file in TXT format using the specified separator string. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the 's data to the specified stream in Text format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in Text format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the View is exported. + + + + + + + + Exports the 's data to the specified file in TXT format. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + + + + + Exports the 's data to a file in XLS format with the specified formatting settings. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the 's data to a file in XLS format. + + + + A string that specifies the full path to the file to which the View's data will be exported. + + + + + + + + + Exports the 's data to a stream in XLS format with the specified formatting settings. + + + + A object, to which the created document is exported. + + + + + true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the 's data to a stream in XLS format + + + + A object, to which the created document is exported. + + + + + + + + + Exports the 's data to the specified stream in XLS format using the specified options. + + + + A object, to which the created document is exported. + + + + An or object that contains export options. + + + + + + + + Exports the 's data to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + An or object that contains export options. + + + + + + + + Exports the 's data to the specified stream in XLSX (MS Excel 2007) format using the specified options. + + + + A object to which data is exported. + + + + An or object that contains export options. + + + + + + + + Exports the 's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A string that specifies the full path to the file to which the data is exported. + + + + An or object that contains export options. + + + + + + + + Exports the 's data to the specified file in XLSX (MS Excel 2007) format. + + + + A string that specifies the full path to the file to which the data is exported. + + + + + + + + Exports the 's data to the specified stream in XLSX (MS Excel 2007) format. + + + + A object to which data is exported. + + + + + + + + Focuses the Grid Control and current View within it. + + + true if the operation was a success; otherwise, false. + + + + + + + Gets or sets whether double-clicking within the View fires the DoubleClick event, even if a data cell has been double-clicked and its editor has been invoked on the first click. + + + true if the DoubleClick event fires when double-clicking within the View even if a data cell has been double-clicked; +false if the DoubleClick event fires when double-clicking on any element except for the data cells which allow their in-place editors to be invoked on mouse clicking. + + + + + + + Gets the collection of style format conditions for a View. + + + A object representing a collection of style format conditions for a View. + + + + + + + Returns an object representing a row specified by its handle. + + + + An integer value representing the desired row handle. + + + An object representing a specific row. + + + + + + + Gets the View's display caption. + + + + A string representing the View's display caption. + + + + + + + + Returns the object which contains the internal information used to render the View. + + + A DevExpress.XtraGrid.Views.Base.ViewInfo.BaseViewInfo descendant which contains the internal information used to render the View. + + + + + + + Occurs when a View receives focus. + + + + + + + + Gets the grid control that owns a specific View. + + + A object that owns the current View. + + + + + + + Hides the currently active editor discarding changes made. + + + + + + + + + Gets or sets a collection of images to be inserted into column headers and group rows using HTML tags. + + + A object that stores a collection of images. + + + + + + + Invalidates the region occupied by the current View (adds it to the control's update region that will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. + + + + + + + + + + Invalidates the View element located at the point specified by the hit information object. + + + + A descendant containing hit information. + + + + + + + + Invalidates the specified region of a View (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. + + + + + A System.Drawing.Rectangle structure representing the region to invalidate. + + + + + + + + + Enables you to provide a proper response to entering an invalid cell value. + + + + + + + + Gets a value indicating whether the View is in normal state. + + + true always. + + + + + + + Gets a value indicating whether the current View is a detail View. + + + true if the current View is a detail View; otherwise, false. + + + + + + + Gets whether the current object is being disposed of. + + + true if the current object is being disposed of; otherwise, false. + + + + + + + Gets a value indicating whether a View element is currently being dragged. + + + false always. + + + + + + + Gets a value indicating whether a View is in edit mode. + + + + true if a View is in edit mode; otherwise, false. + + + + + + + + Gets a value indicating whether a View is currently focused. + + + true if a View has input focus; otherwise, false. + + + + + + + Gets whether the current View object is associated with a node within the at a non-root level. + + + true, if the current View object is associated with a node within the at a non-root level; otherwise, false. + + + + + + + Gets a value indicating whether a specific View is being initialized at present time. + + + true if a View is being initialized; otherwise, false. + + + + + + + Gets whether the View obtains data in Server Mode. + + + true if the View obtains data in server mode; otherwise, false. + + + + + + + Gets a value indicating whether a View element is currently being resized. + + + false always. + + + + + + + Gets a value indicating whether a View is visible. + + + true if a View is visible; otherwise, false. + + + + + + + Gets a value indicating whether the current View is maximized. + + + true if the current View is maximized, otherwise, false. + + + + + + + + Fires when a key is pressed while the View has focus. + + + + + + + + Fires when a character key is pressed while the View has focus. + + + + + + + + + Occurs when releasing the pressed key. + + + + + + + + + Fires immediately after a View's layout has been changed. + + + + + + + + + Updates the current View. + + + + + + + + Occurs when a layout is restored from storage (a stream, xml file or system registry) and its version differs from the version of the current View's layout. + + + + + + + + Gets the name of the master-detail relationship corresponding to the current detail View. + + + A value indicating the relationship name represented by the current detail View. + + + + + + + Gets how many objects are connected to the View. + + + + An integer value representing the number of connections to the View. + + + + + + + Occurs when a View loses focus. + + + + + + + + + Allows you to limit the maximum number of rows that are copied to the clipboard when the method is called, or when an end-user presses the CTRL+C shortcut. + + + + + + + + + Occurs when the mouse pointer is over a View and a mouse button is pressed. + + + + + + + + Occurs when the mouse pointer enters the View. + + + + + + + + Occurs when the mouse pointer leaves the View. + + + + + + + + Occurs when the mouse pointer moves over a View. + + + + + + + + Occurs when the mouse button is released if it was pressed within a View. + + + + + + + + Occurs when the mouse wheel is moved while a View has focus. + + + + + + + + Gets or sets the View name. + + + A value representing the View name. + + + + + + + Restores View layout after the View has been maximized. + + + + + + + + + Provides options that control how the current View's layout is stored to/restored from a stream, xml file or system registry. + + + A descendant, providing options that control how the layout is stored and restored. + + + + + + + + Provides options that control how the View is printed/exported. + + + A object containing the View's print and export options. + + + + + + + Provides access to the appearance settings currently used to paint the View's elements. + + + A object which provides the appearance settings currently used to paint the View's elements. + + + + + + + Fires after the View's paint style has changed. + + + + + + + + Gets or sets the paint style name for the current View. + + + + A value specifying the name of the paint style applied to the current View. + + + + + + + + Gets or sets a master View for the current View. + + + + A descendant representing a parent View. + + + + + + + + Creates grid columns/card fields for fields in the View's bound data source. + + + + + + + + Posts the value being edited to the associated data source without closing the active in-place editor. + + + true if the value being edited has been successfully saved to the associated data source; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + Fires repeatedly while the View's data is being printed/exported. + + + + + + + + Allows you to customize general print/export settings when the View is about to be printed/exported. + + + + + + + + Reloads data into View from the data source. + + + + + + + + Sets the mouse cursor to the grid's Cursor property value. + + + + + + + + + Restores a View's layout stored at the specified system registry path. + + + + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. + + + + + + + + + Restores the View's layout using the specified settings stored at the specified system registry path. + + + + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method does nothing. + + + + + + A descendant specifying which options should be restored. + + + + + + + + Restores a View's layout from the specified stream. + + + + A descendant from which View settings are read. + + + + + + + + Restores the View's layout using the specified settings which are stored in the specified stream. + + + + + A descendant containing the layout settings. + + + + + A descendant specifying which options should be restored. + + + + + + + + Restores a View's layout from a specific XML file. + + + + A string value specifying the path to the XML file from which View settings are read. If the specified file doesn't exist, System.IO.FileNotFoundException type exception is raised. + + + + + + + + Restores the View's layout using the specified settings from the specified XML file. + + + + A string value specifying the path to the XML file which contains the layout settings. If the specified file doesn't exist a System.IO.FileNotFoundException type exception is raised. + + + + + A descendant specifying which options should be restored. + + + + + + + + Gets a count of the total number of visible rows contained within the current View. + + + An integer value providing a count of the total number of visible rows in the View. + + + + + + + + Occurs when the number of visible records is changed within a View. + + + + + + + + Saves a View's layout to a system registry path. + + + + A string value specifying the system registry path to which the layout is saved. + + + + + + + + Saves the View's layout using the specified settings to the specified system registry path. + + + + + A string value specifying the system registry path to which the layout is saved. + + + + A descendant specifying which options should be saved. + + + + + + + + Saves a View's layout to a specific stream. + + + + A descendant to which a View's layout is written. + + + + + + + + Saves the View's layout using the specified settings to the specified stream. + + + + A descendant to which the View's layout is written. + + + + + A descendant specifying which options should be saved. + + + + + + + + Saves a View's layout to a specific XML file. + + + + A string value specifying the path to the file where a View layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Saves the View's layout using the specified settings to the specified XML file. + + + + + A string value specifying the path to the file where the View's layout settings should be stored. If an empty string is specified, an exception is raised. + + + + A descendant specifying which options should be saved. + + + + + + + + Activates the focused cell's editor. + + + + + + + + Activates an editor for the focused row cell and passes a specific key to it. + + + + A object identifying the key to be passed to the inplace editor. + + + + + + + + Activates an editor for the focused row cell and passes a specific key to it. + + + + + A object identifying the key to be passed to the inplace editor. + + + + + + + + Activates an editor for the focused row cell and passes a mouse click to it. + + + + + + + + + + + + + + + + + + + + + + + + Gets a master row for a View. + + + An object representing a master row for the current detail View. + + + + + + + Gets the handle of a master row for a View. + + + An integer value representing a master row handle for the current detail View. + + + + + + + Gets the pattern View used to create a clone View. + + + + A descendant representing a pattern View containing settings of a clone View. + + + + + + + + Copies the specified settings of a View to the current View. + + + + A descendant specifying the View whose settings are copied to the current View. + + + + A SynchronizationMode enumeration value specifying whether data representation settings, visual settings or both should be copied. + + + + + + + + Copies the visual and data representation settings of a specific View to the current View. + + + + A descendant whose visual and data representation settings should be copied to the current View. + + + + + + + + Gets or sets a value specifying whether this View's clones have synchronized appearance and data representation settings. + + + true to synchronize this View's clones; otherwise, false. + + + + + + + Synchronizes the data representation settings of the current view with a another View object. + + + + A descendant whose data representation settings should be copied to the current View. + + + + + + + + Synchronizes the visual representation settings of the current view with a specific View object. + + + + A descendant whose appearance settings should be copied to the current View. + + + + + + + + Gets or sets the data associated with the current View. + + + + An object containing information which is associated with the current View. + + + + + + + + Validates the currently focused row's value/data. + + + true if the row has been successfully updated; otherwise, false. + + + + + + + Validates the active editor. + + + true if the active editor's value is accepted; otherwise, false. + + + + + + + Enables you to perform manual validation of cell values and editor values (within the Edit Form). + + + + + + + + Gets or sets the View's caption. + + + A string value specifying the View's caption. + + + + + + + Gets the bounding rectangle of the View's visible area. + + + A structure representing the bounding rectangle of the current View. + + + + + + + Gets the View repository that owns the current View. + + + A object representing the repository that owns the current View. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A Boolean value. + + + + + + + Maximizes the current detail View clone. + + + + + + + + + Lists values specifying the cells in which editor buttons are displayed + + + + + + + If a column's property is set to this value, the column uses the View's settings. Assigning this value to the View's property is equivalent to assigning the ShowForFocusedCell value. + + + + + + + + Editor buttons are displayed for all cells within the column/view. + + + + + + + + Editor buttons are displayed for the focused cell only. + + + + + + + + Buttons are displayed for cells that reside within the focused row. + + + + + + + + Buttons are displayed only when a cell editor is active. + + + + + + + + + Represents an individual column in Grid Views and Card Views. + + + + + + + Creates a new object with default settings. + + + + + + + + Gets or sets the column's position within the View's column collection. + + + An integer value representing the zero-based column index within the collection. + + + + + + + + Gets or sets whether all supported summaries or only the Count summary are enabled in the column's footer context menu. + + + true if all supported summaries are enabled in the column's footer context menu; false if only the Count summary is enabled. + + + + + + + Gets the appearance settings used to paint the column's data cells. + + + A object which provides the appearance settings used to paint the column's data cells. + + + + + + + Gets the appearance settings used to paint the column header. + + + An object representing the column header's appearance settings. + + + + + + + Resizes the column to the minimum width required to display the column content completely. + + + + + + + + + Gets a value indicating whether the column's header can be displayed within the Customization Form. + + + true if the column's header can be displayed within the Customization Form; otherwise, false. + + + + + + + Gets or sets the column's display caption. + + + A value specifying the column's display caption. + + + + + + + Clears filtering applied to the column. + + + + + + + + Returns the object that contains current values for all existing Data Annotation Attributes. + + + An object that contains current values for all existing Data Annotation Attributes. + + + + + + + Gets or sets the repository item specifying the editor used to edit a column's cell values. + + + A descendant. + + + + + + + Gets or sets the name of the column's editor. + + + A string value specifying editor name. + + + + + + + Gets or sets the column's bound data field by its index within the associated data source. + + + An integer value specifying the bound data field's zero-based index. + + + + + + + Gets the column's data type. + + + A System.Type value representing column data type. + + + + + + + Gets or sets the column's caption when its header is displayed within the Customization Form. + + + A value which specifies the column's caption when its header is displayed within the Customization Form. + + + + + + + Provides access to the object specifying the formatting applied to column values. + + + A object that specifies format settings for column values. + + + + + + + + Gets or sets the column's unique field name. For bound columns, this property refers to a field in the underlying data source. + + + A value that specifies the column's unique field name. + + + + + + + Gets or sets another field by which data is sorted/grouped/filtered when sorting/grouping/filtering is applied to the current column. + + + + A string that specifies a field name. + + + + + + + Gets or sets the filter condition applied to the column. + + + A object specifying the filter condition applied to the column. + + + + + + + Gets or sets how column values are filtered via the auto filter row and filter dropdown. + + + A enumeration value that specifies how the column values are filtered. + + + + + + + Gets or sets a value specifying whether the column takes part in horizontal View scrolling or is anchored to a View edge. + + + A enumeration value. + + + + + + + Returns the minimum width that the column can have and still display its contents completely. + + + + An integer value that specifies the column's minimum width which is required to display its contents completely. + + + + + + + + Returns the actual display caption for the current column. + + + A string that specifies the column's actual display caption. + + + + + + + Gets this column's description, assigned using the [Display(Description = ". . .")] data attribute. + + + A String value that is the column's description. + + + + + + + Returns the non formatted column caption. + + + A string value that represents the column's non formatted caption. + + + + + + + Groups data by the values of the current column. + + + + + + + + Provides access to the formatting settings for the column's values which are displayed within group rows. + + + + A object containing the formatting settings for the column's values that are displayed within group rows. + + + + + + + + Gets or sets the value specifying whether the column takes part in grouping and at which level. + + + An integer value specifying the column's position among grouping columns. -1 if the View is not grouped by this column's values. + + + + + + + Gets or sets how data rows are grouped when grouping by the current column is applied. Not supported in Server Mode. + + + + A value that determines how data rows are grouped when grouping by the current column is applied. + + + + + + + Gets or sets an image displayed within the Column Header. + + + An image displayed within the column header. + + + + + + + Gets or sets the column header image alignment. + + + A System.Drawing.StringAlignment enumeration member specifying the image alignment. + + + + + + + Gets or sets the index of the image displayed within the column header. + + + An integer value specifying the image by its zero-based index within the source collection. -1 to display no image. + + + + + + + Gets an image collection whose images can be displayed within the column's header. + + + An object which provides images for column headers. + + + + + + + Indicates whether the View that owns the current column is currently being initialized. + + + true if the View is being initialized; otherwise, false. + + + + + + + Gets whether the column's specifies a valid expression. + + + true if the column's UnboundExpression specifies a valid expression; otherwise, false. + + + + + + + Gets or sets the column's maximum width. + + + An integer value that specifies the column's maximum width. + + + + + + + Gets or sets the column's minimum allowed width. + + + An integer value specifying the column's minimum width in pixels. + + + + + + + Provides access to the column's recently used filters. + + + A object that stores the recently used filters for the column. + + + + + + + + Gets or sets the column name. + + + A value specifying the column name. + + + + + + + Provides access to the column's options. + + + An object containing the column's options. + + + + + + + Provides access to the settings of the editor that corresponds to the current column within an Edit Form. + + + The settings of the editor that corresponds to the current column within an Edit Form. + + + + + + + Provides access to the filter options for the current column. + + + + An object specifying a set of filter options for the current column. + + + + + + + + Gets a value indicating whether the column's option is enabled. + + + true if the option is enabled; otherwise, false. + + + + + + + Gets the repository item that actually represents the column's editor. + + + A descendant representing the actual column's editor. + + + + + + + Specifies a new width for the column. + + + + An integer value representing the column's new width. + + + + + + + + Gets or sets a value specifying which column cells display editor buttons. + + + A enumeration value specifying which column cells display editor buttons. + + + + + + + Gets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu. + + + true if an end-user can open an Expression Editor for the current unbound column, using a context menu; otherwise, false. + + + + + + + Gets or sets the column's position among sorted columns. + + + An integer value representing the zero-based column's index among sorted columns. -1 if data is not sorted by this column. + + + + + + + Gets or sets how the column's data is sorted when sorting/grouping is applied to it. + + + + A value specifying how the column's data is sorted in sort mode. + + + + + + + Gets or sets the column's sort order. + + + A enumeration value specifying the column's sort order. + + + + + + + + Allows you to add multiple total summaries for a column. These summaries are displayed within the View Footer. + + + A object that is a collection of column total summaries. + + + + + + + + Provides access to the column's footer summary settings. + + + A object containing the column's footer summary settings. + + + + + + + Gets the summary text displayed within the View footer cell located under this column. + + + A value which is the formatted textual representation of this column's total summary value. + + + + + + + Gets or sets the data associated with the column. + + + + An object containing information which is associated with the column. + + + + + + + + Gets or sets a custom tooltip for the column. + + + A string representing a custom tooltip for the column. + + + + + + + Gets the column's caption. + + + A string that specifies the column's caption. + + + + + + + Gets or sets an expression used to evaluate values for the current unbound column. + + + A string that specifies an expression used to evaluate values for the current column. + + + + + + + Gets or sets the data type and binding mode of the column. + + + A enumeration value representing the data type and binding mode of the column. + + + + + + + Ungroups data by the values of the current column. + + + + + + + + Gets the View that owns the column. + + + A descendant representing the View that owns the column. + + + + + + + Gets or sets whether the column is visible. + + + true, if the column is visible; otherwise, false. + + + + + + + Gets or sets the column's visible state and position within the View. + + + An integer value specifying the column's visible state and position within the View. -1 if the column is either a grouping column or hidden. + + + + + + + Gets the current column width. + + + An integer value specifying the current column width in pixels. + + + + + + + Gets or sets column width. + + + An integer value specifying a column's width. + + + + + + + + Contains column filter settings. + + + + + + + + Creates a new class instance with default settings. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the filter type. This value is assigned to the property. + + + + A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + + A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. +If this parameter has a value (it's not null or an empty string) the val parameter is ignored. + + + + + A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A representing the filter value. The specified value is compared to column values. When filtering is active, records are only displayed when values within the column match this parameter. The parameter value is assigned to the property. + + + + + + + + Creates a new class instance with the specified filter condition and its text representation. + + + + A string value specifying the filter criteria. This string should be composed in compliance with SQL syntax requirements. This parameter value is assigned to the property. + + + + A string value specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value and filter text representation. + + + + A representing the filter value. The specified value is compared to column values. Records whose values within the column do not match this parameter are not displayed when filtering is applied. This parameter value is assigned to the property. + + + + A string value specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. + + + + + + + + Obsolete. Initializes a new instance of the class with the specified settings. + + + + A enumeration value specifying the filter type. This value is assigned to the property. + + + + A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + + A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. +If this parameter has a value (it's not null or an empty string) the val parameter is ignored. + + + + A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. + + + + A string representing the current filter condition in the filter dropdown list. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + + A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. +If this parameter has a value (it's not null or an empty string) the val parameter is ignored. + + + + + A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This parameter value is assigned to the property. + + + + A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + A enumeration value specifying the filter type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ColumnFilterInfo class with the specified filter type and filter expression. + + + + A enumeration value which specifies the filter type. This value is assigned to the property. + + + + A value that represents the filter expression. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ColumnFilterInfo class with the specified filter expression. + + + + A value that represents the filter expression. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ColumnFilterInfo class with the specified settings. + + + + A enumeration value which specifies the filter type. This value is assigned to the property. + + + + A object that represents the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + A value that represents the filter expression. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ColumnFilterInfo class with the specified filter expression and filter value. + + + + A value that represents the filter expression. This value is assigned to the property. + + + + A object that represents the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + + + + + Creates a new ColumnFilterInfo class instance with the specified filter value and column. + + + + A object whose values are compared against the specified value. + + + + A representing the filter value. The specified value is compared to the column's values. Records, whose values within the column do not match this parameter, are not displayed when filtering is applied. This parameter value is assigned to the Value property. + + + + + + + + + Initializes a new instance of the class with the specified filter criteria. + + + + A object which represents filter criteria. + + + + + + + + Initializes a new instance of the class with the specified filter settings. + + + + A enumeration value specifying the filter type. This value is assigned to the property. + + + + + A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. + + + + + + A object which represents the filter criteria. If this parameter is not null the _value parameter is ignored. + + + + A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Obsolete. Creates a new class instance with the specified filter value. + + + + A filter value that is used to initialize the property. + + + + + + + + Creates a new ColumnFilterInfo class instance with the specified grid column, filter value and display text. + + + + A object whose values are compared against the specified value. + + + + A representing the filter value. The specified value is compared to the column's values. Records, whose values within the column do not match this parameter, are not displayed when filtering is applied. This parameter value is assigned to the property. + + + + A specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. + + + + + + + + Returns a copy of the current object. + + + A representing a clone of the current object. + + + + + + + Gets the filter condition's textual representation. + + + A string value representing the filter condition's textual representation. + + + + + + + Gets an empty filter condition. + + + A object representing the empty filter condition. + + + + + + + Determines whether the current object has the same settings as that specified. + + + + A object to compare with the current object. + + + true if an object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets the current filter criteria. + + + A object which represents the current filter criteria. + + + + + + + Gets the filter expression specified by this object. + + + + A value representing the filter expression. + + + + + + + Returns the actual textual representation of the filtering condition applied. + + + A string that represent the filtering condition within the filter panel. + + + + + + + Returns the same value as the method. + + + + A string returned by the method. + + + + + + + + Gets whether the current filter condition has been created by the Grid Control or is a custom condition. + + + ColumnFilterKind.Predefined if the filter item was created by the XtraGrid; ColumnFilterKind.User if the filter item was created via code. + + + + + + + + Controls whether the current object filters data by a particular value, uses a custom filter string or provides no filtering condition. + + + A enumeration value indicating the filtering type. + + + + + + + + Gets the value by which data is filtered. + + + A representing the value by which data is filtered. + + + + + + + This member is obsolete. + + + + An empty string. + + + + + + + + + Contains values specifying filtering types. + + + + + + + Indicates that a column's values are filtered via the automatic filtering row. + + + + + + + + Indicates that filtering is applied based on a custom filter string. The string should be constructed in compliance with SQL requirements. + + + + + + + + Indicates that filtering is disabled. + + + + + + + + Indicates that a column should be filtered by a specific value. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides members that manage common options. + + + + + + + Initializes a new instance of the WinExplorerViewOptionsView class with the specified settings. + + + + A object that owns the newly created WinExplorerViewOptionsView object. + + + + + + + + Initializes a new instance of the WinExplorerViewOptionsView class with the default settings. + + + + + + + + Gets or sets whether WinExplorer View item text and description strings can be formatted via HTML tags. + + + true, if item text and description strings can be formatted via HTML tags; otherwise, false. + + + + + + + Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsView object. + + + + A BaseOptions object that stores settings which should be copied to this WinExplorerViewOptionsView object. + + + + + + + + Gets or sets the horizontal alignment for the content. + + + A enumeration value that specifies the horizontal alignment for the content. + + + + + + + Gets or sets whether items checked via check boxes are automatically selected. + + + true, if items checked via check boxes are automatically selected.; otherwise, false. + + + + + + + Gets or sets the WinExplorer View item image layout mode. + + + An ImageLayoutMode enumerator value that specifies the WinExplorer View item image layout mode. + + + + + + + Gets or sets how hovered WinExplorer View's items should display their borders. + + + An enumerator value that specifies how hovered WinExplorer View's items should display their borders. + + + + + + + Gets or sets whether scroll bars within this WinExplorer View should be displayed. + + + A ScrollVisibility enumerator value that specifies whether scroll bars within this WinExplorer View should be displayed. + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + Gets or sets whether check boxes within this WinExplorer View should be displayed. + + + true, if check boxes within this WinExplorer View should be displayed; otherwise, false. + + + + + + + Gets or sets whether groups within this should display check boxes in their caption area. + + + true, if groups within this should display check boxes in their caption area; otherwise, false. + + + + + + + Gets or sets whether the group expand/collapse button should be displayed. + + + + true, if the group expand/collapse button should be displayed; otherwise, false. + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + Gets or sets the current WinExplorer View style. + + + A WinExplorerViewStyle enumerator value that specifies the current WinExplorer View style. + + + + + + + + Provides members that manage selection options. + + + + + + + Initializes a new instance of the WinExplorerViewOptionsSelection class with the default settings. + + + + + + + + Gets or sets whether marquee selection is enabled within this WinExplorer View. + + + true, if marquee selection is enabled within this WinExplorer View; otherwise, false. + + + + + + + Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsSelection object. + + + + A BaseOptions object whose settings are to be copied. + + + + + + + + Gets or sets the way items within this are selected. + + + An IconItemSelectionMode enumerator value that specifies the way items within this are selected. + + + + + + + + Provides members that manage behavior options. + + + + + + + Initializes a new instance of the WinExplorerViewOptionsBehavior class with the specified settings. + + + + A object that owns this WinExplorerViewOptionsBehavior. + + + + + + + + Initializes a new instance of the WinExplorerViewOptionsBehavior class with the default settings. + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsBehavior object. + + + + A BaseOptions object, whose settings are to be copied. + + + + + + + + Gets or sets whether or not the WinExplorer View should scroll up or down when an end-user clicks a view item. + + + + true if the WinExplorer View should scroll up or down when an end-user clicks a view item; otherwise, false. + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + This property is now obsolete and no longer in use + + + + + + + + + + Gets or sets whether smooth scrolling is enabled. + + + true, if smooth scrolling is enabled; otherwise, false. + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + An overload for the property, not supported in WinExplorer View. + + + + + + + + + + Gets or sets whether optimized scrolling mechanics should be used within this WinExplorer View. + + + true, if optimized scrolling mechanics should be used within this WinExplorer View; otherwise, false. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.dll new file mode 100644 index 0000000..e34cfc5 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.xml new file mode 100644 index 0000000..764b77f --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraLayout.v15.2.xml @@ -0,0 +1,9265 @@ + + + + DevExpress.XtraLayout.v15.2 + + + + + + A default localizer to translate resources for the WinForms Layout Manager. + + + + + + + + + Initializes a new instance of the LayoutResLocalizer class with default settings. + + + + + + + + Gets the string, localized by the current LayoutResLocalizer, for the specified user interface element. + + + + A enumeration value specifying the UI element whose caption (text) is to be localized. + + + A representing the text to be displayed within the specified UI element. + + + + + + + Returns the name of the language currently used by this localizer object. + + + + + A specifying the language used to localize the user interface. + + + + + + + + Contains the values that specify how an item is positioned next to a base item. + + + + + + + Specifies that an item is positioned horizontally next to a base item. + + + + + + + + Specifies that an item is positioned vertically next to a base item. + + + + + + + + + Enumerates values that specify whether a layout item is visible in customization mode and regular mode (when customization is not performed). + + + + + + + A layout item is visible in regular mode and in customization mode. + + + + + + + + A layout item is not visible in regular mode or customization mode. + + + + + + + + + A layout item is only visible in customization mode, and hidden in regular mode (when customization is not performed). + + + + + + + + A layout item is only visible in regular mode, and hidden in customization mode. + + + + + + + + + Enumerates the options that control how layout items are resized when using a splitter. + + + + + + + Moving the splitter changes the size of adjacent layout items and all their neighbors even if they belong to other layout groups. + + + + + + + + Moving the splitter allows adjacent layout items that belong to the same layout group to be resized (the layout item to the left, and all layout items to the right/top are allowed to be resized). + + + + + + + + + A data-bound version of the . + + + + + + + Initializes a new instance of the DataLayoutControl class. + + + + + + + + Adds a layout item to the control and hides it. + + + + A descendant that represents the layout item to be added to the control and hidden. + + + + + + + + Gets or sets whether or not this DataLayoutControl is allowed to automatically create nested groups. + + + true, if this DataLayoutControl is allowed to automatically create nested groups; otherwise, false. + + + + + + + Gets or sets whether a layout is re-built each time a new value is assigned to the property. + + + true, if a layout is re-built each time a new value is assigned to the property; otherwise, false. + + + + + + + Gets an object that identifies which editors can be used to edit data of specific types. + + + A object. + + + + + + + For internal use. + + + + + + + + + + Fires when the current position in the bound data source changes. + + + + + + + + Gets or sets the data source member which supplies data to the DataLayoutControl's editors. + + + A string value representing the data source member. + + + + + + + Gets or sets the data source providing data for editors that are created by the DataLayoutControl control. + + + The object used as the data source. + + + + + + + Fires after a layout is generated at runtime. Allows you to customize settings of individual generated layout items and editors. + + + + + + + + Fires before a layout item with an embedded editor is generated and thus, prior to the editor's data binding. It allows you to customize the type of editor to be generated, modify editor binding settings and hide certain editors. + + + + + + + + + Forces the control to finish its initialization. + + + + + + + + + Returns information on the layout column count and binding settings of public properties in the data source. + + + A value that specifies information on layout element binding settings. + + + + + + + Creates layout items for all public fields in the bound data source. + + + + + + + + Creates layout items for all public fields in the bound data source and allows you to customize general binding and layout settings. + + + + An object that provides additional binding and layout customization options. + + + + + + + + Gets or sets the site associated with the current DataLayoutControl. + + + A System.ComponentModel.ISite object. + + + + + + + + Contains options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). + + + + + + + + Initializes a new instance of the LayoutSerializationOptions class with default settings. + + + + + + + + Copies options from the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the items that exist in a layout when it's restored, but that don't exist in the current layout control, should be discarded or added to the control. + + + + true to discard the items that exist in the layout being restored, but don't exist in the current layout control; false to add these items to the layout control. + + + + + + + + Gets or sets whether or not secondary layout items should be re-created when restoring the LayoutControl's layout. + + + true, if secondary layout items should be re-created; otherwise, false. + + + + + + + Gets or sets whether the appearance settings of item captions are loaded when a layout is loaded from a data store. + + + A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. + + + + + + + Gets or sets whether the appearance settings of tab pages are loaded when a layout is loaded from a data store. + + + A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. + + + + + + + Gets or sets whether layout groups' padding settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether layout groups' spacing settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether the appearance settings of groups are loaded when a layout is loaded from a data store. + + + A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. + + + + + + + Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether layout items' padding settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether layout items' spacing settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether layout items' captions are restored when restoring the control's layout from a data store. + + + true if layout items' captions are restored when restoring the control's layout from a data store; otherwise, false. + + + + + + + Gets or sets whether the layout root group's padding settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether the layout root group's spacing settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether tabbed groups' padding settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether tabbed groups' spacing settings () are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. + + + true to restore the corresponding settings; otherwise, false. + + + + + + + + Represents a Splitters. + + + + + + + Initializes a new instance of the SplitterItem class. + + + + + + + + Initializes a new instance of the SplitterItem class with the specified parent. + + + + A object that owns the new splitter item. + + + + + + + + Gets whether the layout item's borders are highlighted when the mouse cursor hovers over the layout items + + + Always true. + + + + + + + Gets the appearance settings used to paint an item's caption. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object which provides the appearance settings used to paint the item's caption. + + + + + + + Starts the item's initialization. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Ends the item's initialization. + + + + + + + + Gets or sets whether and which layout item/group is fixed. + + + A value that specifies whether and which layout item/group is fixed. + + + + + + + Returns the splitter item's name. + + + A value that specifies the splitter item's name. + + + + + + + Returns the bounds of the region used to drag the splitter item. This method supports the internal infrastructure and is not intended to be used directly from your code. + + + A Rectangle object. + + + + + + + Gets whether the splitter item is oriented horizontally. + + + true if the splitter item is oriented horizontally; otherwise, false. + + + + + + + Gets whether the splitter item is oriented vertically. + + + true if the splitter item is oriented vertically; otherwise, false. + + + + + + + Gets or set the maximum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A structure that defines the item's maximum width and height. + + + + + + + Gets or sets the minimum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + A structure that defines the item's minimum width and height. + + + + + + + Gets or sets the amount of space in pixels between the item's borders and its contents. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object that contains inner indents between the layout item's borders and its contents. + + + + + + + Gets or sets the splitter's resize mode. + + + A value that specifies the splitter's resize mode. + + + + + + + Gets or sets the splitter item's size. + + + A structure that defines the splitter item's width and height. + + + + + + + Gets or sets the size constraints type. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A enumeration value which specifies the manner in which the item can be resized. The default is SizeConstraintsType.Default. + + + + + + + Gets or sets the outer indents of the item's borders. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object that contains the outer indents of the layout item's borders. + + + + + + + Gets or sets the splitter's width. + + + An integer value that specifies the splitter's width. + + + + + + + Gets or sets the item's text. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A value that specifies the item's text. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A value. + + + + + + + Gets or sets the size of the text region. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A structure that defines the width and height of the item's text region. + + + + + + + Gets whether the text region is visible. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + Always false. + + + + + + + Gets the name of the item's type. + + + The 'SplitterItem' value. + + + + + + + + Contains options that specify how the text regions of layout items, displayed within a specific group, are rendered. + + + + + + + + Initializes a new instance of the OptionsItemTextGroup class with default settings. + + + + A object which will own the new object. + + + + + + + + Gets or sets whether controls with hidden text must be aligned when the local alignment of controls within the group is enabled. + + + + + true if controls with hidden text must be aligned when the local alignment is enabled; otherwise, false. + + + + + + + + + Disposes of the current object. + + + + + + + + Gets or sets the alignment settings of the controls displayed in the current group. + + + + A value which specifies the alignment settings of the controls. + + + + + + + Gets or sets the distance between the text regions of layout items and the corresponding controls. + + + An integer value that represents the distance between the text regions of layout items and the corresponding controls. + + + + + + + + + Enumerates the options that determine the alignment settings of a layout item's control. + + + + + + + The auto-size feature is applied to the current layout item. The item's text region is automatically resized to the minimum width that allows the text to be displayed in its entirety. + + + + + + + + + + + Enables custom size mode, in which the size of the layout item's text region must be specified manually via the property. + + + + + + + + + + Alignment settings are determined by the item's parent. The item's property is ignored. In this mode, this setting is determined by the item's parent. + + +The item's immediate parent is a group which provides the property to control the alignment settings of its items. However, by default the group's property is set to . In this mode, the alignment settings of the group's items are determined by the group's parent. + + +For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). + + + + + + + + + + Enumerates the options that specify how the controls, displayed within a specific layout group, are aligned and the corresponding text regions are resized. + + + + + + + + Controls displayed within the current group are equally aligned independent of other groups. + + + + + + + + + + Controls displayed within the current and nested groups are equally aligned independent of other groups. + + + + + + + + + The auto-size feature is applied to the layout items of the current group. The text regions of the layout items are automatically resized to the minimum width that allows the text to be displayed in its entirety. + + + + + + + + + + Enables custom size mode, in which the size of the text regions of the group's layout items must be specified manually via the property. + + + + + + + + + Alignment settings are determined by the group's parent. The and properties of the current group are ignored. In this mode, these settings are determined by the group's parent. + + +For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). + + + + + + + + + + Enumerates the options that specify how the controls, displayed within the LayoutControl, are aligned and the corresponding text regions are resized. + + + + + + + + Controls are auto-aligned independently within each layout group. + + + + + + + + For internal use. + + + + + + + + Controls are auto-aligned throughout the LayoutControl. + + + + + + + + The auto-size feature is enabled. The text regions of layout items are automatically resized to the minimum width that allows the text to be displayed in it entirety. + + + + + + + + + Enables custom size mode, in which the size of the text regions of all layout items must be specified manually via the property. + + + + + + + + + + + Obsolete. Instead use the options provided by the class. + + + + + + + This member is obsolete. Controls are aligned throughout the LayoutControl. + + + + + + + + This member is obsolete. Controls are aligned independently within layout groups. + + + + + + + + This member is obsolete. The auto-size feature is enabled. + + + + + + + + + Enumerates size constraints modes. + + + + + + + A layout item's size can be changed within the range which is specified by the and properties. + + + + + + + + Default Size Constraints are applied to the layout item and its control. The default size constraints are determined automatically depending upon the type of its control. + + + + + + + + + This mode is designed to support horizontal alignment of the controls that implement the automatic sizing feature, when they are displayed within a LayoutControl. A layout item's maximum and minimum sizes are determined automatically. To custom align a control, set its AutoSizeInLayoutControl property to true and specify the control's alignment via the property. See Aligning Controls Within Layout Items to learn more. + + + + + + + + + Specifies the direction in which focus is moved when the TAB key is pressed. + + + + + + + Focus moves from one 'row' to another selecting each control in a row. + + + + + + + + Focus moves from one 'column' to another selecting each control in a column + + + + + + + + + Contains options that determine the control's display options + + + + + + + + Initializes a new instance of the OptionsView class. + + + + An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. + + + + + + + + Gets or sets whether icons for all layout items within the current should be painted in the items' foreground colors. + + + true, if icons for all layout items within the current should be painted in the items' foreground colors; otherwise, false. + + + + + + + Gets or sets whether layout item borders are highlighted when the mouse cursor hovers over the layout items. + + + true if the hot-tracking of layout items is enabled; otherwise, false. + + + + + + + + This option is equivalent to the option. + + + A Boolean value. + + + + + + + Gets or sets whether the , and options are in effect. + + + True, if the corresponding options are in effect; otherwise; False. + + + + + + + Gets or sets whether or not lock size indicators should be displayed during the runtime customization. + + + A enumerator value that specifies whether or not lock size indicators should be displayed during the runtime customization. + + + + + + + This property is now obsolete. Use the property instead. + + + + + + + + + + Allows the parent's background to be seen through the LayoutControl. + + + A Boolean value. + + + + + + + Gets or sets whether focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible. + + + true if focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible; otherwise, false. + + + + + + + Gets or sets how a LayoutControl's size is changed when it is positioned within another LayoutControl. + + + A value that specifies how the LayoutControl's size is changed when it is positioned within another LayoutControl. + + + + + + + Gets or sets how a LayoutControl's size is changed when it's positioned within another LayoutControl. + + + A value. + + + + + + + Gets or sets how default maximum size constraints are calculated for controls that implement the interface. + + + A value. + + + + + + + Gets or sets the number of frames in the fade animation. + + + An integer value that specifies the number of frames in the fade animation. + + + + + + + Gets or sets the fade animation length. + + + An integer value that specifies the length of the fade animation, in miliseconds. + + + + + + + Gets or sets whether to draw an adorner layer that is used to provide customization visual cues. + + + A value that specifies whether to draw the adorner layer. + + + + + + + Gets or sets whether to draw an adorner layer used to provide customization visual cues. + + + A value that specifies whether to draw the adorner layer. + + + + + + + Gets or sets whether layout item borders are visible at runtime. + + + + true if item borders are visible at runtime; otherwise, false. + + + + + + + + Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. + + + true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. + + + + + + + Allows the parent's background to be seen through the LayoutControl. + + + true if the parent's background is seen through the LayoutControl; otherwise, false. + + + + + + + + Gets or sets whether controls are fitted to fill the entire height of the . + + + true, if controls are fitted to fill the entire height of the ; otherwise, false. + + + + + + + Gets or sets whether controls are fitted to fill the entire width of the . + + + true, if controls are fitted to fill the entire width of the ; otherwise, false. + + + + + + + Gets or sets whether disabled layout items are highlighted according to the current skin. + + + true if disabled layout items are highlighted; otherwise, false. + + + + + + + Gets or sets whether focused layout items are highlighted according to the current skin. + + + true if focused layout items are highlighted; otherwise, false. + + + + + + + Gets or sets whether the layout control is read-only. + + + A value that specifies if the layout control is read-only. + + + + + + + Gets or sets the color used to paint layout item borders when they are visible. + + + A value that specifies the color of layout item borders. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A PaddingMode value. + + + + + + + Gets or sets whether the RightToLeft setting has been changed. + + + true, if the RightToLeft setting has been changed; otherwise, false. + + + + + + + Determines whether the LayoutControl manages the look and feel and style settings of DevExpress .NET controls that are displayed within the LayoutControl. + + + true if the look and feel and style settings of controls are determined by the property; otherwise, false. + + + + + + + Gets or sets whether to use the default paint mechanism to indicate drag-and-drop operations. + + + true if the default paint mechanism is used to indicate drag-and-drop operations; otherwise, false. + + + + + + + Gets or sets whether indents between elements in the LayoutControl are automatically adjusted, based on the owning container's auto-scale settings. + + + + true, if indents between elements in the LayoutControl are automatically adjusted based on the owning container's auto-scale settings; otherwise, false. + + + + + + + + Gets or sets whether padding settings ( and ) of items and groups are obtained from the current skin. This is a backward compatibility option. + + + true if padding settings of items and groups are obtained from the current skin; otherwise, false. + + + + + + + + Contains default options that specify how the text regions of layout items displayed within the LayoutControl are rendered. + + + + + + + Initializes a new instance of the OptionsItemText class. + + + + An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. + + + + + + + + Gets or sets whether controls with hidden text must be aligned when the control alignment is enabled. + + + + + true if controls with hidden text must be aligned when the control alignment is enabled; otherwise, false. + + + + + + + + + Specifies the alignment options. + + + + + + + + + + Releases all resources used by the current object. + + + + + + + + Gets or sets whether the automatic alignment of controls is enabled. + + + + + + + + + + Gets or sets the alignment settings of the controls which are displayed in the LayoutControl. + + + + A value which specifies the current alignment mode. + + + + + + + + Gets options that specify how text is rendered. + + + A object. + + + + + + + Gets or sets the default distance between the text regions of layout items and the corresponding controls. + + + + An integer value that represents the distance between the text regions of layout items and the corresponding controls. + + + + + + + + + Contains options that affect focus movement between controls within the Layout Control and layout groups. + + + + + + + + Initializes a new instance of the OptionsFocus class with the specified focus direction and right-to-left setting. + + + + A value that specifies how focus is moved when the TAB key is pressed. This value is assigned to the property. + + + + A Boolean value that specifies whether focus needs to be moved from right to left when the TAB key is pressed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the OptionsFocus class. + + + + An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. + + + + + + + + Gets or sets whether the currently selected child control is activated when the LayoutControl receives focus. + + + true if the currently selected child control is activated when the LayoutControl receives focus; otherwise, false. + + + + + + + Gets or sets whether the first control within a tab page is focused when the tab page is activated. + + + true if the first control within a tab page is focused when the tab page is activated; false if focus is not moved to this control. + + + + + + + Gets or sets whether a layout item's control is focused when its label is clicked. + + + true if a layout item's control is focused when its label is clicked; otherwise, false. + + + + + + + Gets or sets whether the expand buttons of regular groups can be focused when the TAB key is pressed. + + + true if the expand buttons of groups can receive focus; otherwise, false. + + + + + + + Gets or sets whether read-only editors are focused when focus is moved between controls using the TAB key. + + + true if read-only editors are focused when focus is moved between controls using the TAB key; otherwise, false. + + + + + + + Gets or sets whether the headers of tabbed groups can be focused. + + + true if the headers of tabbed groups can be focused; otherwise, false. + + + + + + + Gets or sets whether the Automatic Tab Order feature is enabled. + + + true if the Automatic Tab Order feature is enabled; otherwise, false. + + + + + + + Gets or sets the direction in which focus moves in Automatic Tab Order mode when the TAB key is pressed. + + + A value that specifies the direction in which focus moves. + + + + + + + Gets or sets whether focus moves from right to left. + + + true if focus moves from right to left; false if focus moves from left to right. + + + + + + + + Contains options that affect the appearance of the Customization Form. + + + + + + + + Initializes a new instance of the OptionsCustomizationForm class. + + + + An object that implements the interface, and owns the created OptionsCustomizationForm object. + + + + + + + + Gets or sets whether the default handling of the DELETE key in customization mode is disabled. + + + true if the default handling of the DELETE key in customization mode is disabled; otherwise, false. + + + + + + + Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations. + + + true if the LayoutControl allows an end-user to undo/redo runtime customization operations; otherwise, false. + + + + + + + Gets or sets the default directory for the Open dialog that is opened when clicking on the Customization Form's Load Layout button. + + + A string that specifies the default directory for the Open dialog invoked via the Customization Form. + + + + + + + Gets or sets the default directory for the Save dialog that is opened when clicking on the Customization Form's Save Layout button. + + + A string that specifies the default directory for the Save dialog invoked via the Customization Form. + + + + + + + Gets or sets the coordinates and bounding rectangle of the control's Customization Form at design time. + + + A Nullable Rectangle value that specifies the Customization Form's coordinates and bounds at design time. + + + + + + + Gets or sets whether the Undo Manager, which allows customization operations to be reverted, is enabled. + + + true if the Undo Manager is enabled; otherwise, false. + + + + + + + Gets or sets a delay between pressing the and the start of quick customization mode initialization. + + + A value that specifies the delay between pressing the and the start of quick customization mode initialization (displaying the load indicator). + + + + + + + + Gets or sets the size of the quick customization mode load indicator. + + + A value that specifies the load indicator's height and width. + + + + + + + Gets or sets quick mode activation time. + + + A value that specifies quick mode activation time (load indicator filling time). + + + + + + + Gets or sets whether the Layout Tree View tab page is visible in the Customization Form. + + + true if the Layout Tree View tab page is visible; otherwise, false. + + + + + + + Gets or sets whether the Customization Form's Load button is visible. + + + true if the Load button is visible; otherwise, false. + + + + + + + Gets or sets whether the Property Grid is displayed within the Customization Form. + + + true to display the Property Grid within the Customization Form; otherwise, false. + + + + + + + Gets or sets whether the Customization Form's Redo button is visible. + + + true if the Redo button is visible; otherwise, false. + + + + + + + Gets or sets whether the Customization Form's Save button is visible. + + + true if the Save button is visible; otherwise, false. + + + + + + + Gets or sets whether the Customization Form's Undo button is visible. + + + true if the Undo button is visible; otherwise, false. + + + + + + + + Contains information on a specific point within a Layout Control. + + + + + + + Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object. + + + + A object whose settings are copied to the object being created. + + + + + + + + Initializes a new instance of the BaseLayoutItemHitInfo class. + + + + + + + + Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings. + + + + A structure that represents the test point. This value is assigned to the property. + + + + A value that specifies the type of a layout item's element located under the test point. This value is assigned to the property. + + + + A object that represents the layout item located under the test point. This value is assigned to the property. + + + + + + + + Gets the test point. + + + A structure that specifies the current test point. + + + + + + + Gets the type of the layout item's element located under the test point. + + + A value that specifies the type of the element located under the test point. + + + + + + + Gets whether the test point belongs to a group's expand button. + + + true if the test point belongs to a group's expand button; otherwise, false. + + + + + + + Gets whether the current test point belongs to a Layout Group. + + + true if the current test point belongs to a Layout Group; otherwise, false. + + + + + + + Gets whether the test point belongs to a tab of a and this tab resides within the last tab row. This property is in effect if tabs are allowed to be arranged in multiple rows (see ). + + + true, if a tab resides within the last tab row; otherwise, false. + + + + + + + Gets whether the current layout item is being or about to be resized by dragging the item's border with the mouse. + + + true if the current layout item is being or about to be resized; otherwise false. + + + + + + + + Gets whether the current test point belongs to a Tabbed Group. + + + true if the current test point belongs to a Tabbed Group; otherwise, false. + + + + + + + Gets the layout item (regular group or tabbed group) positioned under the test point. + + + A descendant that specifies the layout item positioned under the test point. + + + + + + + If the test point belongs to a tab page header, gets the index of the corresponding tab page. + + + An integer which specifies the index of a tab page. -1 if the test point doesn't belong to a tab page header. + + + + + + + + Provides print and export options for layout items. + + + + + + + Initializes a new instance of an class with the specified owner. + + + + An object that will own the created object. + + + + + + + + + Defines a column in a table layout. + + + + + + + Initializes a new instance of a ColumnDefinition class with the default settings. + + + + + + + + Initializes a new instance of a ColumnDefinition class with the specified owner. + + + + A layout group that owns the created ColumnDefinition object. + + + + + + + + Initializes a new instance of a ColumnDefinition class with the specified settings. + + + + A layout group that owns the created ColumnDefinition object. + + + + The width of the created column. This value is assigned to the property. + + + + The size type of the created column. This value is assigned to the property. + + + + + + + + Gets or sets the column's size type in a table layout. + + + A value that specifies the column's size type. + + + + + + + Gets or sets the column width, in pixels or as a percentage, according to the . + + + + A value that specifies the column width. + + + + + + + + Enumerates the options that specify how a 's size is changed when it is positioned within another LayoutControl. + + + + + + + The embedded LayoutControl's size is fixed and is equal to its minimum size. + + + + + + + + The embedded LayoutControl's size can vary between its minimum and maximum sizes. + + + + + + + + The embedded LayoutControl's minimum size is restricted; while its maximum size is unlimited. + + + + + + + + + Represents an Empty Space Items (an item used to insert an empty region within the LayoutControl). + + + + + + + Initializes a new instance of the EmptySpaceItem class. + + + + + + + + Initializes a new instance of the EmptySpaceItem class with the specified parent group. + + + + A object that owns the created item. + + + + + + + + This property is not supported by the EmptySpaceItem class. + + + false. + + + + + + + Not supported. + + + null. + + + + + + + Not supported. + + + A structure. + + + + + + + Not supported. + + + A structure. + + + + + + + Returns the default value of the property. + + + A value that specifies the default value of the property. + + + + + + + Gets or sets the maximum size of the EmptySpaceItem. + + + A structure that defines the item's maximum width and height. + + + + + + + Gets or sets the minimum size of the EmptySpaceItem. + + + A structure that defines the item's minimum width and height. + + + + + + + Not supported. + + + The value. + + + + + + + Not supported. + + + Zero. + + + + + + + Gets or sets whether the text region is visible. + + + true if the text region is visible; otherwise, false. + + + + + + + + Gets the name of the item's type. + + + The EmptySpaceItem value. + + + + + + + + Represets a container of layout items. + + + + + + + Gets or sets whether the layout of the current container can be customized using drag and drop. + + + true if the layout of the current container can be customized using drag and drop; otherwise, false. + + + + + + + Provides access to the properties that control the group's appearance. + + + A object that provides the appearance settings used to paint the group. + + + + + + + + Provides access to a tabbed group's appearance settings. + + + A object that provides the appearance settings for a tabbed group. + + + + + + + Locks the LayoutItemContainer object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Gets whether the specified item belongs to the current container. + + + + A object whose membership should be tested. + + + true if the specified item belongs to the current container; otherwise, false. + + + + + + + Unlocks the LayoutItemContainer object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Provides access to the appearance settings currently used to paint the layout group. + + + An object that contains the corresponding appearance settings. + + + + + + + Provides access to the appearance settings currently used to paint layout items that belong to the current container. + + + An object that contains the corresponding appearance settings. + + + + + + + Gets or sets the layout group that owns the LayoutItemContainer. + + + A object that owns the LayoutItemContainer. + + + + + + + Gets or sets the width, in pixels, of tab headers. + + + An integer value that specifies the width, in pixels, of tab headers. + + + + + + + Gets or sets the container's side along which its caption is displayed. + + + + A value which specifies the container's side along which its caption is displayed. + + + + + + + Not supported. + + + A structure. + + + + + + + Not supported. + + + Zero. + + + + + + + + Lists the values that identify the Layout Control's visual elements. + + + + + + + The test point belongs to a control which is located within a layout item. + + + + + + + + A layout item is being or about to be resized horizontally. See the topic. + + + + + + + + The test point belongs to a layout item, group or tabbed group. + + + + + + + + The test point does not belong to any visual element or is outside the LayoutControl. + + + + + + + + The test point belongs to a layout item's text area. + + + + + + + + A layout item is being or about to be resized vertically. See the topic. + + + + + + + + + Provides the appearance settings used to paint a LayoutControl. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the appearance settings used to paint the contents of all the editors owned by the LayoutControl. + + + A object which provides the appearance settings used to paint the editor's contents. + + + + + + + Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are disabled. This option is only in effect for DevExpress controls that support the Style Controller mechanism. + + + A object which provides the appearance settings used to paint the contents of the editors when they are disabled. + + + + + + + Gets the appearance settings used to paint the popup window of all the editors owned by the LayoutControl. + + + A object which provides the appearance settings used to paint the editor's popup window. + + + + + + + Gets the appearance settings used to paint the header panel within the popup windows of all the editors owned by the LayoutControl. + + + + A object which provides the appearance settings used to paint the header panel within the popup window. + + + + + + + Gets the appearance settings used to paint the currently focused editor within the LayoutControl. + + + A object which provides the appearance setting used to paint the currently focused editor within the LayoutControl. + + + + + + + Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are in the read-only state. This option is only in effect for DevExpress controls that support the Style Controller mechanism. + + + A object which provides the corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint captions of disabled layout groups. + + + An object that contains corresponding appearance settings. + + + + + + + Gets the appearance settings used to paint captions of disabled layout items or items that display disabled controls. + + + An object that contains corresponding appearance settings. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method for handling the event. + + + + The event source. This identifies the LayoutControl control which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Lists the values that specify how a layout item is inserted to another position. + + + + + + + An item is inserted inside the specified item. + + + + + + + + + An item is inserted outside the specified item. In this case, the inserted item is reduced to its minimum size which is specified by its property. + + + + + + + + + + Lists the values that specify the position to which a layout item is inserted. + + + + + + + + + To insert an item after the specified one. + + + + + + + + To insert an item before the specified one. + + + + + + + + + Represents a tabbed group within the LayoutControl. + + + + + + + Initializes a new instance of the class with the specified owner. + + + + A object or descendant which owns the created group. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Appends the specified tab page to the collection. + + + + A object or descendant that represents the new tab page. + + + A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. + + + + + + + Appends the specified tab page with the specified text to the collection. + + + + A object or descendant that represents the new tab page. + + + + A value that specifies the text displayed within the page header. This value is assigned to the property. + + + A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. + + + + + + + Creates a new tab page and appends it to the collection. + + + A object that represents the new page. + + + + + + + Creates a new tab page with the specified text and appends it to the collection. + + + + A value that specifies the text displayed within the page header. This value is assigned to the property. + + + A object that represents the new page. + + + + + + + Gets the collection of layout groups which is owned by the current tabbed group. + + + A object which represents the collection of layout groups owned by the tabbed group. + + + + + + + + + Represents the base class for layout items. + + + + + + + Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item. + + + + A class descendant. + + + + + + + + Gets or sets whether the item can be hidden to the Customization Form. + + + + true if the item can be hidden to the Customization Form; otherwise, false. + + + + + + + + Gets the appearance settings used to paint a layout item's caption. + + + An object which provides the appearance settings used to paint the layout item's caption. + + + + + + + Starts the component's initialization. + + + + + + + + Gets or sets the width of the current BaseLayoutItem relative to other items' width after the method has been called. + + + An Integer value that is the proportion of the current BaseLayoutItem's width to other items' width after the method has been called. + + + + + + + Gets or sets the BindingContext for the item. + + + A BindingContext for the item. + + + + + + + Gets the layout item's bounding rectangle. + + + A structure that specifies the bounding rectangle. + + + + + + + Returns whether the layout item can be moved to a specific position. + + + + A object whose settings determine the position to which the layout item should be moved. + + + true if the layout item can be moved to a specific position; otherwise, false. + + + + + + + Fires when the current item is clicked. + + + + + + + + Creates a copy of the current layout item. + + + + A object that represents the group to which the created layout item belongs. + + + + An object that implements the interface, and owns the created layout item. + + + A object that represents an exact copy of the current BaseLayoutItem instance. + + + + + + + Gets or sets the layout item's caption within the Customization Form. + + + A string value that specifies the layout item's caption within the Customization Form. + + + + + + + Gets the data bindings for the layout item. + + + A ControlBindingsCollection that contains the Binding objects for the item + + + + + + + Fires when the current item is clicked. + + + + + + + + Finishes the component's initialization. + + + + + + + + Not supported. + + + Always True. + + + + + + + Gets the default value of the property. + + + A string that specifies the default value of the property. + + + + + + + Gets or sets the layout item's height. + + + An integer that specifies the layout item's height. + + + + + + + Fires after an item has been hidden. + + + + + + + + Hides the item. + + + + + + + + Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). + + + + + + + + + Invalidates the region which is occupied by the layout item. + + + + + + + + Gets whether the current item is being disposed of. + + + true if the current item is being disposed of; otherwise, false. + + + + + + + Gets whether the current layout item represents a Layout Group. + + + true if the layout item represents a Layout Group; otherwise, false. + + + + + + + Gets whether the layout item is hidden. + + + true if the layout item is hidden; otheriwse, false. + + + + + + + Gets whether the layout item has been locked for updating. + + + true if the layout item is locked; otherwise, false. + + + + + + + Gets or sets the coordinates of the layout item's top left corner. + + + A structure that specifies the coordinates of the layout item's top left corner. + + + + + + + Gets or sets the maximum size of the layout item. + + + A structure that defines the item's maximum width and height. + + + + + + + Gets or sets the item's minimum size. + + + A structure that defines the item's minimum width and height. + + + + + + + Occurs when the mouse pointer is over a layout item and a mouse button is pressed. + + + + + + + + Occurs when the mouse button is released if it was pressed within a layout item. + + + + + + + + Moves the item to the specified position within the LayoutControl. + + + + + A object whose settings determine the position to which the layout item should be moved. + + + true if the item has been successfully moved to a new position; otherwise, false. + + + + + + + Moves the item to the specified visual position within the LayoutControl. + + + + A descendant that represents the layout item within the LayoutControl. + + + + A enumeration value that specifies the position of the new group relative to the specified baseItem. + + + true if the item has been successfully moved to a new position; otherwise, false. + + + + + + + Gets or sets the layout item's name. + + + A value that specifies the item's name. + + + + + + + Contains options that specify which operations can be performed on the layout item at runtime. + + + A object that contains the corresponding options. + + + + + + + This member is obsolete. Use the property instead. + + + A BaseLayoutItemToolTipOptions object. + + + + + + + This member is obsolete. Use the property instead. + + + A BaseLayoutItemToolTipOptions object. + + + + + + + Provides access to the options that specify how a layout item is arranged within a table layout. + + + An object that contains the layout item's arrangement options. + + + + + + + Contains options that allow tooltips to be assigned to layout items and their images. + + + A object providing corresponding options. + + + + + + + Gets or set the LayoutControl that owns the current layout item. + + + A LayoutControl control. + + + + + + + Gets or sets the amount of space in pixels between the item's borders and its contents. + + + A object that contains inner indents between the layout item's borders and its contents. + + + + + + + Provides access to the appearance settings currently used to paint the layout item. + + + An object that contains the corresponding appearance settings. + + + + + + + Gets or sets the group that owns the current item. + + + A or its descendant that owns the current item. + + + + + + + Gets or sets the name of the item's parent. + + + A string that specifies the name of the item's parent. + + + + + + + Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. + + + + + + + + + Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type. + + + + + A descendant which represents the layout group that the current layout item will be added to. + + + + + + + + Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position. + + + + A descendant which represents the layout item within the LayoutControl. + + + + A enumeration value that specifies the position of the restored item relative to the baseItem. + + + + + + + + Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl. + + + + A object whose settings determine the position to which the layout item should be moved. + + + + + + + + Gets or sets the selection state of the current item. + + + true if the current layout item is selected; otherwise, false. + + + + + + + Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. + + + true if the layout item is displayed within the Customization Form when it's hidden; otherwise, false. + + + + + + + Fires when the item is about to be added to the layout (by dragging it from the Customization Form). + + + + + + + + Fires after an item has been made visible. + + + + + + + + Gets or sets the layout item's size. + + + A structure that defines the item's width and height. + + + + + + + Gets or sets the outer indents of the item's borders. + + + + A object that contains the outer indents of the layout item's borders. + + + + + + + + Gets or sets whether the current item starts a new row within a flow layout. + + + true, if the layout item starts a new row within the flow layout; otherwise, false. + + + + + + + Gets or sets an object that contains data on the current layout item. + + + An object that contains data on the layout item. + + + + + + + Gets or sets the text associated with the layout item. + + + A string that specifies the layout item's text. + + + + + + + Fires after the layout item's text has been changed. + + + + + + + + Gets or sets the position of the text region. + + + A value that specifies the position of the item's text region. + + + + + + + Gets or sets the size of the text region. + + + A structure that defines the width and height of the item's text region. + + + + + + + Gets or sets the distance between the control displayed within the layout item and the text region. + + + + An integer that specifies the distance, in pixels. + + + + + + + + Gets or sets whether the text region is visible. + + + true if the text region is visible; otherwise, false. + + + + + + + Gets the name of the current layout item's type. + + + A string that represents the name of the current layout item's type. + + + + + + + Updates the region occupied by the layout item. + + + + + + + + Gets the object which contains the information used to render the layout item. + + + A object. + + + + + + + Gets or sets whether the layout item is visible within the LayoutControl in regular mode (when layout customization is not performed) and in customization mode. + + + A value. + + + + + + + Gets whether the layout item is visible. + + + true if the layout item is visible; otherwise, false. + + + + + + + Gets or sets the layout item's width. + + + An integer that specifies the layout item's width. + + + + + + + Gets or sets the X coordinate of the item's top left corner relative to the parent's top left corner. + + + An integer which specifies the X coordinate of the item's top left corner. + + + + + + + Gets or sets the Y coordinate of the item's top left corner relative to the parent's top left corner. + + + An integer which specifies the Y coordinate of the item's top left corner. + + + + + + + + Represents a regular group within the LayoutControl. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified parent layout group. + + + + A descendant which represents the parent layout group. + + + + + + + + Creates a new layout item group with the default layout type. + + + A object that has been created. + + + + + + + Creates a new layout group with the default layout type and the specified caption. The new group is added to the collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + A object that represents the new layout group. + + + + + + + Appends the specified layout group to the collection. + + + + A object that represents the group to add to the collection. + + + A object that represents the added group. + + + + + + + Creates a new layout group with the specified caption and at the specified position within the current group. The new group is appended to the collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the new layout group. + + + + + + + Creates a new layout group at the specified position within the current group. The new group is appended to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the new layout group. + + + + + + + Positions the specified layout group at the specified position within the current group and appends it to the collection. + + + + A object that represents the layout group to add to the current group. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the added layout group. + + + + + + + Creates a new layout item with the default layout type. + + + A object that has been created. + + + + + + + Appends the specified layout item with the default layout type to the collection. + + + + A descendant which represents the layout item to add to the collection. + + + A object which represents the layout item added. + + + + + + + + Creates a new layout item with the specified text and appends it to the group's collection. + + + + A value that specifies the layout item's text. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item with the specified text and control. The new item is appended to the group's collection. + + + + A value that specifies the layout item's text. + + + + A descendant that represents the control which is owned by the layout item. This value is assigned to the property. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item with the specified text, control and at the specified visual position within the group. The new layout item is appended to the group's collection. + + + + A value that specifies the new layout item's text. + + + + A descendant that represents the control which is owned by the layout item. This value is assigned to the property. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item at the specified visual position within the group and appends it to the group's collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A object which represents the new layout item. + + + + + + + Positions the specified layout item at the specified visual position within the current group and appends it to the group's collection. + + + + A descendant which represents the layout item to add to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A object which represents the added layout item. + + + + + + + Adds an array of layout items to the current group. + + + + An array of objects. + + + + + + + + Creates a new tabbed group with the default layout type. + + + A object that has been created. + + + + + + + Appends the specified tabbed group to the collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + A object that represents the tabbed group added. + + + + + + + Creates a new tabbed group at the specified visual position within the current group. The new group is appended to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the specified item. + + + A object that represents the new tabbed group. + + + + + + + Positions the specified tabbed group at the specified visual position within the current group and appends it to the collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the specified item. + + + A object that represents the tabbed group added. + + + + + + + Hides the group. + + + + + + + + Provides access to the visible layout items owned by the current group. + + + A object which represents the collection of visible layout items. + + + + + + + Gets or set the LayoutControl that owns the current layout group. + + + A control. + + + + + + + Gets the object which contains information used to render the layout group. + + + + A object. + + + + + + + + Represents a layout item that can display an external control. + + + + + + + Initializes a new instance of the class with the specified parent group. + + + + A object representing the layout group which owns the created item. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class. + + + + A object which owns the created layout item. This value is assigned to the property. + + + + A descendant which is owned by the created layout item. This value is assigned to the property. + + + + + + + + Gets or sets whether the auto-alignment feature is enabled for the item. + + + A Boolean value. + + + + + + + Gets or sets whether the LayoutControlItem's icon should be painted in the item's foreground color. + + + A DefaultBoolean enumerator value that specifies whether the LayoutControlItem's icon should be painted in the item's foreground color. + + + + + + + Gets or sets whether the layout item's borders are highlighted when the mouse cursor hovers over it. + + + true if the layout item can be hot-tracked; otherwise, false. + + + + + + + Gets or sets whether HTML formatting is allowed in the text that is associated with the layout item. + + + true if HTML formatting is allowed; otherwise, false. + + + + + + + Gets or sets whether the layout item's contents are visible. + + + true if the layout item's contents are visible; otherwise, false. + + + + + + + Gets or sets the control which is owned by the layout item. + + + A descendant which is owned by the layout item. + + + + + + + Gets or sets the alignment of the LayoutControlItem's control within the layout item. + + + A value that specifies the control's alignment within the layout item. + + + + + + + Gets or sets the client area's maximum size. + + + A structure that defines the client area's maximum width and height. + + + + + + + Gets or sets the control's minimum size. + + + A structure that defines the control's minimum width and height. + + + + + + + This property is for internal use only. It is used in serialization. Do not change it. + + + A value that specifies the name of the control which is owned by the current layout item. + + + + + + + Gets or sets whether the layout item and its control are enabled. + + + true, if the layout item and its control are enabled; otherwise, false. + + + + + + + Finishes the component's initialization. + + + + + + + + Not supported. + + + Always True. + + + + + + + Gets or sets whether the control occupies the layout item's maximum allowed client area. + + + true if the control occupies the layout item's maximum allowed client area; otheriwse, false. + + + + + + + Gets or sets the image displayed in the item's label. + + + An object which represents the item's image. + + + + + + + Gets or sets the alignment of the image within the label. + + + A enumeration value that specifies the alignment of the image within the label. + + + + + + + Gets or sets the index of the image assigned to the item. + + + An integer which specifies the index of the item's image in a collection of images. + + + + + + + Gets an image collection whose images can be displayed within the current item. + + + An object that represents the image source. + + + + + + + Gets or sets the distance between the item's label and image. + + + An integer value that specifies the distance between the item's label and image, in pixels. + + + + + + + Returns the collection of images that can be displayed within the current item. + + + An ImageCollection object that contains images. + + + + + + + Gets or sets the layout item's maximum size. + + + A structure that defines the item's maximum width and height. + + + + + + + Gets or sets the item's minimum size. + + + A structure that defines the item's minimum width and height. + + + + + + + Provides access to options that specify how the is printed/exported. + + + An object containing the layout item's print and export options. + + + + + + + Gets or set the LayoutControl that owns the current layout item. + + + A LayoutControl control. + + + + + + + Gets or sets the size constraints type. + + + A enumeration value which specifies the manner in which the current layout item can be resized. + + + + + + + Gets or sets the alignment settings of the item's control. + + + A value. + + + + + + + Gets or sets whether the client region's height is trimmed to match the control's height. + + + true if the client region's height is trimmed to match the control's height; otherwise, false. + + + + + + + Gets the name of the item's type. + + + The "LayoutControlItem" string. + + + + + + + Gets the object which contains information used to render the layout item. + + + + A object. + + + + + + + + Represents the base class for tabbed layout groups. + + + + + + + Invokes the Visit method of the specified visitor for each item that belongs to the current layout tabbed group. + + + + A class descendant. + + + + + + + + Adds a new tabbed page to the current tabbed group. + + + A object or descendant which represents the new page. + + + + + + + Appends the specified tab page to the collection. + + + + A object or descendant that represents the new tab page. + + + A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. + + + + + + + Appends the specified tab page with the specified text to the collection. + + + + A object or descendant that represents the new tab page. + + + + A value that specifies the text displayed within the page header. This value is assigned to the property. + + + A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. + + + + + + + Creates a new tab page with the specified text and appends it to the collection. + + + + A value that specifies the text displayed within the page header. This value is assigned to the property. + + + A object or descendant that represents the new page. + + + + + + + Gets or sets default padding for images displayed in the page headers belonging to the current group. + + + A Padding object that specifies default padding for images displayed in the page headers belonging to the current group. + + + + + + + Finishes the component's initialization. + + + + + + + + Gets or sets whether tab headers are stretched to the width of the TabbedGroup's header region. + + + A value that specifies whether tab headers are stretched to the width of the TabbedGroup's header region. + + + + + + + Gets or sets the orientation of tab headers. + + + A enumeration member which specifies the orientation of tab headers. + + + + + + + Adds the specified page to the collection at the specified position. + + + + An integer value which represents the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. + + + + + A object or descendant which represents the inserted page. + + + + + + + + Adds the page to the collection before or after the specified page. + + + + A object or descendant that represents the page before or after which the page will be inserted. + + + + + A object or descendant which represents the inserted page. + + + + An enumeration value which specifies the position that the page will be inserted at. + + + + + + + + + Gets the maximum size of the tabbed group. + + + A structure that specifies the tabbed group's maximum size. + + + + + + + Gets the minimum size of the tabbed group. + + + A structure that defines the tabbed group's minimum width and height. + + + + + + + Moves the page to another position within the collection. + + + + A object which contains information on the page that would be moved and the position that the page would be moved to. + + + true if the page has been moved; otherwise, false. + + + + + + + Gets or sets whether more than one row of tabs can be displayed. + + + A value that specifies whether tabs can be arranged in multiple rows. + + + + + + + + This property is not supported by the TabbedGroup class. + + + A object. + + + + + + + Gets or set the LayoutControl that owns the current tabbed group. + + + A object or descendant which the tabbed group belongs to. + + + + + + + Gets or sets the alignment of images displayed within headers of pages that belong to the current group. + + + + A value that specifies the alignment of images displayed within headers of pages that belong to the current group. + + + + + + + Removes the specified tab page from the collection. + + + + A object which represents the tab page to be removed from the collection. + + + true if the tab page has been removed; otherwise, false. + + + + + + + Occurs when a tab page is activated. + + + + + + + + Enables you to prevent changing the selected page. + + + + + + + + Gets or sets the currently selected layout group within the tabbed group. + + + A object which represents the tabbed page that is currently selected. + + + + + + + + Gets or sets the index of the currently selected tab page. + + + A zero-based integer which specifies the index of the selected tab page. + + + + + + + Gets or sets the name of the tab page currently being selected. + + + A value that specifies the name of the tab page currently being selected. + + + + + + + Gets or sets whether tab headers are shown. + + + A enumeration value that specifies whether tab headers are shown. + + + + + + + Gets the collection of layout groups which is owned by the current tabbed group. + + + A object which represents the collection of layout groups owned by the tabbed group. + + + + + + + + Gets or sets the size of the text region. + + + A System.Drawing.Size structure that defines the width and height of the text region. + + + + + + + Gets or sets whether the current object's text region is visible. This property is not supported by the TabbedGroup class. + + + Always false. + + + + + + + Gets the name of the item's type. + + + The 'TabbedGroup' value. + + + + + + + Ungroups the tabbed group. + + + + + + + + Gets the object which contains the information used to render the tabbed group. + + + A object. + + + + + + + + Represents the base class for layout items. + + + + + + + + Represents the base class for regular layout groups. + + + + + + + Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item group. + + + + A class descendant. + + + + + + + + Adds the specified item along the bottom or right edge of the current group. + + + + + A descendant which represents the item that is to be added to the group. + + + + + + + + + Creates a new layout item group with the default layout type. + + + A descendant that has been created. + + + + + + + Creates a new layout item group with the default layout type and the specified caption. The new group is added to the collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + A descendant that represents the new layout group. + + + + + + + Appends the specified layout item group to the collection. + + + + A descendant that represents the group to add to the collection. + + + A descendant that represents the new layout item group. + + + + + + + Creates a new layout item group with the specified caption and at the specified position within the current group. The new group is appended to the collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A descendant that represents the new group. + + + + + + + Creates a new layout item group at the specified position within the current group. The new group is appended to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A descendant that represents the new group. + + + + + + + Positions the specified layout group at the specified position within the current group and appends it to the collection. + + + + A descendant that represents the layout group to add to the current group. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A descendant that represents the added group. + + + + + + + Creates a new layout item with the default layout type. + + + A descendant that has been created. + + + + + + + Appends the specified layout item with the default layout type to the collection. + + + + A descendant which represents the layout item to add to the collection. + + + A descendant which represents the layout item added. + + + + + + + + Creates a new layout item with the specified text and appends it to the group's collection. + + + + A value that specifies the layout item's text. + + + A descendant which represents the new layout item. + + + + + + + Creates a new layout item with the specified text and at the specified visual position within the group. The new layout item is appended to the group's collection. + + + + A value that specifies the new layout item's text. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A descendant which represents the new layout item. + + + + + + + Creates a new layout item at the specified visual position within the group and appends it to the group's collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the baseItem. + + + A descendant which represents the new layout item. + + + + + + + Displays the specified layout item at a specific position within the current group relative to another layout item. Allows the new text to be specified for the item. + + + + A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. + + + + + A descendant which represents the added layout item. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the baseItem. + + + A descendant which represents the added layout item. + + + + + + + + + Positions the specified layout item at the specified visual position within the current group and appends it to the group's collection. + + + + A descendant which represents the layout item to add to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the baseItem. + + + A descendant which represents the added layout item. + + + + + + + Creates a new tabbed group with the default layout type. + + + A descendant that has been created. + + + + + + + Appends the specified tabbed group to the collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + A descendant that represents the tabbed group added. + + + + + + + Creates a new tabbed group at the specified visual position within the current group. The new group is appended to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the specified item. + + + A descendant that represents the new tabbed group. + + + + + + + Positions the specified tabbed group at the specified visual position within the current group and appends it to the collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the specified item. + + + A descendant that represents the tabbed group added. + + + + + + + Gets or sets whether to colorize the layout group border and caption according to the BorderColor setting in skinning paint schemes. + + + true, if the layout group border should be colorized according to its border color in skinning paint schemes; otherwise, false. + + + + + + + Gets or sets whether to paint the group's background when the property is set to false. + + + true if the group's background is painted; otherwise, false. + + + + + + + Gets or sets whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. + + + A DefaultBoolean enumerator value that specifies whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. + + + + + + + Gets or sets whether HTML formatting is allowed within the layout group caption. + + + true, if the HTML formatting is allowed; otherwise, false. + + + + + + + Gets or sets the group's background image that can be stretched across the group, tiled, centered, etc. + + + An object. + + + + + + + Gets or sets the position and behavior of the background image assigned to the property. + + + An value. + + + + + + + Gets or sets whether the background image, specified by the property, is in effect. + + + true if the background image, specified by the property, is in effect; otherwise, false. + + + + + + + Resizes the group's elements so that they are displayed in the optimal way. + + + + + + + + Returns whether the layout mode can be changed for a . + + + + true, if the layout mode can be changed; otherwise, false. + + + + + + + + Returns whether a new tabbed group can be created within the current group which will display a selected child group. + + + + true if a tabbed group can be created; otherwise, false. + + + + + + + Returns whether a new group can be created within the current group which will display selected child items. + + + + true if a new group can be created; otherwise, false. + + + + + + + Returns whether the specified item can be moved to the specified new position. + + + + A object that contains information on the item that would be moved and the position that the item would be moved to. + + + + true if the specified item can be moved to the specified new position; otherwise, false. + + + + + + + + Specifies the image to display within the group's caption area. + + + A object that specifies the group's caption image. + + + + + + + + Gets the index of an image in an image collection which must be displayed within the group's caption. + + + A zero-based index of an image in an image collection, that is displayed within the group's caption. + + + + + + + Gets or sets the relative position of an image within the group caption. + + + A value that specifies the image's position. + + + + + + + Gets or sets padding for the image displayed in the current group's page header. + + + A Padding value that specifies padding for the image displayed in the current group's page header. + + + + + + + Gets or sets whether the group caption image is visible. + + + true if the group caption image is visible; otherwise, false. + + + + + + + Gets or sets the cell width and height of the flow layout sizing grid. + + + A Size value that specifies the cell size of the flow layout grid. + + + + + + + Removes the items from the current group. + + + + + + + + Clears selected items specified by the property. + + + true if the selection was modified; otherwise, false. + + + + + + + Gets or sets the group's background image that is displayed "as is", and can be aligned to any group's edge. + + + An object. + + + + + + + Gets or sets the content image's alignment within the group. + + + A value that specifies the content image's alignment. + + + + + + + Gets the number of items that the current group owns. + + + + An integer that specifies the number of items that the current group own. + + + + + + + Creates a new group that will contain the currently selected child items. + + + + A descendant that specifies the group that has been created. + + + + + + + Creates a new tabbed group that will display the selected child group within the current group. + + + A descendant that specifies the group that has been created. + + + + + + + + Fires when a custom header button is checked. + + + + + + + + Fires on a regular (push) custom header button click. + + + + + + + + Fires when a custom header button is unchecked. + + + + + + + + + Gets or sets the collection of custom buttons displayed in the group header. + + + A collection of buttons displayed in the group header. + + + + + + + Gets or sets the default layout type for newly created items within the current group. + + + A object that specifies the default layout type. + + + + + + + Gets or sets whether layout items that belong to the current group are enabled. + + + true if layout items that belong to the current group are enabled; otherwise, false. + + + + + + + Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. + + + true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. + + + + + + + Gets or sets the position of the expand button within the group header. + + + A value that specifies the expand button's position. + + + + + + + Gets or sets the direction of the expand button's arrow. + + + A value that specifies the direction of the expand button's arrow. + + + + + + + Gets or sets whether the group's expand button is visible. + + + true if the group's expand button is visible; otherwise, false. + + + + + + + Gets or sets whether the current group is expanded. + + + true if the group is expanded; otherwise, false. + + + + + + + Gets or sets whether the group is expanded/collapsed on double-clicking its caption. + + + true if the group is expanded/collapsed on double-clicking its caption; otherwise, false. + + + + + + + Flips the current group's layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any. + + + + true if nested layout groups must be processed as well; otherwise, false. + + + + + + + + Flips the current group's layout items around a vertical axis. + + + + + + + + Gets the default value of the group's property. + + + + A string that specifies the default value of the group's property. + + + + + + + Gets whether the group's borders are visible. + + + true if the group's borders are visible; otherwise false. + + + + + + + Gets or sets whether the group header buttons are displayed before or after text. + + + The position of group header button relative to the header text. + + + + + + + Gets an image collection whose images can be displayed within the group. + + + An object which represents an image collection. + + + + + + + Invalidates the region which is occupied by the Layout Group. + + + + + + + + Gets whether the current group is displayed as a tab within a tabbed group. + + + true if the current group is displayed as a tab within a tabbed group; otherwise false. + + + + + + + + Provides indexed access to the items that belong to the current group. + + + + An integer that specifies the index of the required item. + + + A object that represents the item at the specified index. + + + + + + + Provides access to the collection of items owned by the current group. + + + + A object that contains the group's child items. + + + + + + + + Gets or sets layout the mode for a . + + + + A enumerator value that specifies the layout mode for the LayoutGroup. + + + + + + + + Gets the maximum size of the group. + + + A structure that defines the group's maximum width and height. + + + + + + + Gets the minimum size of the group. + + + A structure that defines the group's minimum width and height. + + + + + + + Moves the layout group to the specified position within the LayoutControl. + + + + A object whose settings determine the position to which the layout group should be moved. + + + true if the layout group has been successfully moved to a new position; otherwise, false. + + + + + + + Gets the options that determine how the controls displayed within the current group are aligned. + + + + A object. + + + + + + + Provides access to options that specify how the is printed/exported . + + + An object containing the layout group's print and export options. + + + + + + + Provides settings and events for table layout customization. + + + An object that contains options and settings specific to table layout mode. + + + + + + + Gets or sets whether the tab that corresponds to the current group is enabled. This property is in effect when the group is represented as a tab page within a . + + + true if the tab that corresponds to the current group is enabled; otherwise, false. + + + + + + + Gets or sets the group that owns the current group. + + + A or its descendant that owns the current group. + + + + + + + Gets the parent tabbed group if the current group is displayed as a tab. + + + A descendant that specifies the parent tabbed group; null if the current group is not displayed as a tab within a tabbed group. + + + + + + + Removes the specified child item within the current group. + + + + The object that should be removed. + + + + + + + + + Removes the child item at the specified index. + + + + An integer that specifies the index of the item to remove. + + + + + + + + Interchanges the columns and rows of layout items, including columns and rows of nested groups. + + + + + + + + Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups. + + + + true if nested layout groups must be rotated as well; otherwise, false. + + + + + + + + Provides access to the collection of selected items within the current group. + + + A collection that contains the group's selected items. + + + + + + + Gets or sets whether a Close button is displayed within a group when it's embedded into a . + + + true if a Close button is visible when a group is embedded into a TabbedGroup; otherwise, false. + + + + + + + Gets or sets the group's size. + + + A structure that defines the group's width and height. + + + + + + + Gets the name of the group's parent if the current group is displayed as a tab. + + + A string which specifies the parent's name. + + + + + + + Gets the name of the item's type. + + + The LayoutGroup value. + + + + + + + Ungroups the selected child group. + + + + + + + + + Gets the object which contains the information used to render the layout group. + + + A object. + + + + + + + + The Layout Control. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + true to allow use splitters; otherwise, false. + + + + true to allow use tabbed groups; otherwise, false. + + + + + + + + This constructor supports the internal infrastructure, and is not intended to be used directly from your code. + + + + A Boolean value. + + + + + + + + Activates the layout control's About dialog box. + + + + + + + + Creates a new layout group with the default layout type and the specified caption. The new group is added to the root group's collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + A object that represents the new layout group. + + + + + + + Creates a new layout group with the default layout type and appends it to the root group's collection. + + + + A object that represents the new layout group. + + + + + + + Appends the specified layout group to the root group's collection. + + + + A object that represents the group to add to the collection. + + + A object that represents the added group. + + + + + + + Positions the specified layout group at the specified position within the root group and appends it to the root group's collection. + + + + A object that represents the layout group to add to the root group. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the added layout group. + + + + + + + Creates a new layout group with the specified caption and at the specified position within the root group. The new group is appended to the root group's collection. + + + + A value that specifies the group's caption. This value is assigned to the property. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the new layout group. + + + + + + + Creates a new layout group at the specified position within the root group. The new group is appended to the root group's collection. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new group relative to the specified item. + + + A object that represents the new layout group. + + + + + + + Creates a new layout item with the specified text and control. The new item is appended to the root group's collection. + + + + A value that specifies the layout item's text. + + + + A descendant that represents the control which is owned by the layout item. This value is assigned to the property. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item with the default layout type and appends it to the root group's collection. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item with the specified text and appends it to the root group's collection. + + + + A value that specifies the layout item's text. + + + A object which represents the new layout item. + + + + + + + Appends the specified layout item to the root group's collection. + + + + A descendant which represents the layout item to add to the collection. + + + A object which represents the layout item added. + + + + + + + + Positions the specified layout item at the specified position within the root group and appends it to the root group's collection. + + + + A descendant which represents the layout item to add to the collection. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A object which represents the added layout item. + + + + + + + Creates a new layout item with the specified text, control and at the specified visual position within the root group. The new layout item is appended to the root group's collection. + + + + A value that specifies the layout item's text. + + + + A descendant that represents the control which is owned by the layout item. This value is assigned to the property. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new item relative to the specified baseItem. + + + A object which represents the new layout item. + + + + + + + Creates a new layout item at the specified visual position within the root group and appends it to the root group's collection. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new item relative to the specified baseItem. + + + A object which represents the new layout item. + + + + + + + Displays the specified layout item at a specific position within the root group, relative to another layout item. Allows a new text to be specified for the item. + + + + + A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. + + + + This parameter is ignored. + + + + A descendant which represents the layout item to add to the collection. + + + + A descendant which is owned by the current group. + + + + A enumeration value that specifies the position of the new item relative to the specified item. + + + A object which represents the added layout item. + + + + + + + Appends the specified tabbed group to the root group's collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + A object that represents the tabbed group added. + + + + + + + Creates a new tabbed group with the default layout type and appends it to the root group's collection. + + + A object that represents the new tabbed group. + + + + + + + Adds a new tabbed group to the specified position within the current group. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the baseItem. + + + A object that represents the new tabbed group. + + + + + + + Positions the specified tabbed group at the specified visual position within the root group and appends it to the root group's collection. + + + + A descendant that represents the tabbed group to add to the collection. + + + + A descendant which is owned by the root group. + + + + A enumeration value that specifies the position of the new tabbed group relative to the specified item. + + + A object that represents the tabbed group added. + + + + + + + Gets or sets whether customization mode can be activated by end-users at runtime. + + + true, if end-users can activate customization mode at runtime; otherwise, false + + + + + + + Gets or sets whether the customization menu can be invoked by end-users. + + + true, to allow end-users to invoke the customization menu; otherwise, false. + + + + + + + + Provides access to the properties that control the appearance of the controls located within the layout control. + + + A object which provides the appearance settings for the layout controls. + + + + + + + Gets an object that calculates appearances for layout items based on the appearance settings of items and their parent layout groups. + + + An object. + + + + + + + Assigns the unique names to the items contained within the collection. + + + + + + + + Gets or sets whether the layout control will allow an end-user to scroll to any controls placed outside of its visible boundaries. + + + true to enable the auto-scrolling feature; otherwise, false. + + + + + + + Not supported. + + + A structure. + + + + + + + Not supported. + + + A structure. + + + + + + + This property is not supported by the LayoutControl class. + + + + + + + + + + Gets or sets whether the control's size is automatically calculated based on its content. + + + true, if the control's size is automatically calculated; otherwise, false. + + + + + + + Gets or sets how the control is resized when automatic resizing is enabled. + + + A value that specifies how the control is automatically resized. + + + + + + + Gets or sets the control's background color. + + + A that represents the control's background color. + + + + + + + Gets or sets the layout control's background image. + + + A descendant that represents the layout control's background image. + + + + + + + Gets or sets the background image layout as defined in the ImageLayout enumeration. + + + A value. + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + Starts the layout control's runtime initialization. + + + + + + + + + Locks the LayoutControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Proportionally resizes layout items that are displayed in a single row. + + + + + + + + Gets or sets the for the control. + + + A for the control. + + + + + + + Returns information on the layout elements located at the specified point. + + + + A structure which specifies the test point coordinates relative to the layout controls top-left corner. + + + A object which contains information about the layout elements located at the test point. + + + + + + + Gets or sets a collection of images that can be displayed within layout group captions. + + + An object which represents the image source. + + + + + + + Fires when a property of the layout control is changed. + + + + + + + + Fires when a property of the layout control is about to be changed. + + + + + + + + Disposes all the layout items and their controls owned by the Layout Control. Hidden items are not removed. + + + + + + + + Clears items, allowing hidden items to be removed. + + + + true to clear the collection; otherwise, false. + + + + true to dispose of controls associated with layout items; otherwise, false. + + + + + + + + Gets the layout control's client height. + + + An integer value that specifies the layout control's client height. + + + + + + + Gets the layout control's client width. + + + An integer value that specifies the layout control's client width. + + + + + + + Gets the constraints manager. + + + A object. + + + + + + + Creates and returns a new Customization Form. + + + A object which represents the created Customization Form. + + + + + + + Creates an Empty Space Items within the specified group. + + + + A object which specifies the parent group for the created item. + + + An object that has been created. + + + + + + + Creates a new Layout Groups within the specified group. + + + + A object which specifies the parent group for the created group. + + + A object which represents the newly created group. + + + + + + + Creates a new Layout Item within the specified group. + + + + A object which specifies the parent group for the created item. + + + A object which represents the newly created item. + + + + + + + Creates a within the specified group. + + + + A object which represents the parent group for the created item. + + + A object that has been created. + + + + + + + Creates a new Tabbed Group within the specified group. + + + + A object which specifies the parent group for the created group. + + + A object which represents the newly created tabbed group. + + + + + + + Gets or sets the cursor that is displayed when the mouse pointer is over the control. + + + A object. + + + + + + + Provides access to the Customization Form. + + + A object which represents the Customization Form. + + + + + + + Gets or sets the boundaries of the Customization Form. + + + A structure which represents the Customization Form's boundaries. + + + + + + + An object which provides the Context Menu. + + + A object. + + + + + + + Allows you to switch between the default and quick customization modes. + + + The customization mode used to adjust the layout by end-users. + + + + + + + Fires after the default layout (the layout saved by the method) has been loaded. + + + + + + + + Fires before loading the default layout (the layout saved by the method). + + + + + + + + Gets an object that calculates the enabled states for layout items based on the enabled states of layout groups and controls. + + + An object. + + + + + + + Ends the layout control's runtime initialization. + + + + + + + + + Unlocks the LayoutControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Exports the contents of the LayoutControl to the specified stream in XML format. + + + + A object which specifies the stream to which the LayoutControl is exported in XML format. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in HTML format + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in HTML format + + + + A object, to which the created document is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding. + + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + + + + + Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the control's data to the specified stream in HTML format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in HTML format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in MHT format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding. + + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + + + + + Exports the control's data to the specified stream in MHT format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in MHT format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in PDF format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in PDF format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in RTF format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in RTF format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string and quotation settings. + + + + A object, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string, quotation and text encoding settings. + + + + A object, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string. + + + + A object, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string and quotation settings. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in TXT format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in TXT format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string, quotation and text encoding settings. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + A containing symbols which will be used to separate the document's text elements in the created text file. + + + + + true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. + + + + + A class descendant specifying the encoding of the created text document. + + + + + + + + Exports the control's data to the specified stream in Text format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in Text format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in XLS format using the specified formatting settings. + + + + A object, to which the created document is exported. + + + + + true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in XLS format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + + Exports the controls displayed within the LayoutControl to a file in XLS format using the specified formatting settings. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in XLS format. + + + + A object, to which the created document is exported. + + + + + + + + + Exports the control's data to the specified stream in XLS format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. + + + + A object to which data is exported. + + + + An object that contains export options. + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the data is exported. + + + + An object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a file in XLSX (MS Excel 2007) format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + Exports the controls displayed within the LayoutControl to a stream in XLSX (MS Excel 2007) format. + + + + A object, to which the created document is exported. + + + + + + + + Gets or sets an object which provides the means to implement custom behavior for focus movement. + + + A object which provides the means to implement custom behavior for focus movement. + + + + + + + Returns the control with the specified name, contained within the Layout Control. + + + + A value that specifies the control's name. + + + A descendant that represents the control with the specified name, contained within the Layout Control. null (Nothing in Visual Basic) if the control isn't found. + + + + + + + Gets the specified control's name. + + + + A Control object whose name is to be retrieved. + + + + A string that specifies the control's name. + + + + + + + Returns the group which is located at the specified point. + + + + A structure which specifies the test point coordinates relative to the layout control's top-left corner. + + + A object which represents the group located at the specified point. null (Nothing in Visual Basic) if there is no group at the specified point. + + + + + + + + Returns the layout item contained within the root group which holds the specified control. + + + + A object which represents the control whose parent layout item is to be returned. + + + A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the root group which holds the specified control. + + + + + + + Returns the layout item which is contained within the specified group and holds the specified control. + + + + A object which represents the control whose parent layout item is to be returned. + + + + A object representing the group within which the search is performed. + + + A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the specified group which holds the specified control. + + + + + + + Retrieves the size of a rectangular area into which the control can be fit. + + + + + The custom-sized area for the control. + + + A System.Drawing.Size value. + + + + + + + Fires after a layout group has been expanded/collapsed. + + + + + + + + Fires when a layout group is about to be expanded or collapsed. + + + + + + + + Recalculates the view information and immediately updates the LayoutControl. + + + + + + + + Provides access to a collection of hidden layout items. + + + A object which represents a collection of hidden layout items. + + + + + + + Allows you to specify a comparer object for sorting hidden items within the Customization Form. + + + An object implementing the interface, which is used to sort hidden items; null if no object has been assigned. + + + + + + + Fires before the Customization Form is closed. + + + + + + + + Closes the Customization Form. + + + + + + + + Hides the specified layout item. + + + + A descendant which represents the layout item to hide. + + + + + + + + Hides the currently selected items to the Customization Form. + + + + + + + + Gets or sets a collection of images that can be displayed within the LayoutControl's elements. + + + An object that is an image collection providing images to be displayed in the LayoutControl's items. + + + + + + + Indicates whether the LayoutControl has been initialized. + + + true if the LayoutControl has been initialized; otherwise, false. + + + + + + + Gets whether the layout has been modified. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + true if the layout has been modified; otherwise, false. + + + + + + + Gets whether the layout has been changed. + + + true if the layout has been changed; otherwise, false. + + + + + + + Indicates whether the LayoutControl can be printed. + + + + true if the LayoutControl can be printed; otherwise, false. + + + + + + + + Gets whether the layout control has been locked for updating. + + + true if the layout control is locked; otherwise, false; + + + + + + + Fires after a layout item has been added to the Items collection of its parent. + + + + + + + + Fires repeatedly when a layout item is being dragged and allows you to prevent the item from being dropped at a specific position. + + + + + + + + Fires after a layout item has been removed from the Items collection of its parent. + + + + + + + + Provides access to all the layout items owned by the LayoutControl. + + + A object which represents the collection of layout items. + + + + + + + Fires after the selected layout item has been changed. + + + + + + + + Updates the Layout Control. + + + + + + + + Occurs when the Layout Tree View Context Menu is about to be displayed. + + + + + + + + Occurs after the size of any layout item has been changed. + + + + + + + + Occurs when a layout is restored from a data store (a stream, xml file or system registry), and its version differs from the version of the current layout. + + + + + + + + + Gets or sets the version of the layout. + + + + A string representing the version of the layout. + + + + + + + + Provides access to the settings that control the layout control's look and feel. + + + A object whose properties specify the layout control's look and feel. + + + + + + + Gets or sets an object that controls the look and feel of the popup menus. + + + An object that controls the look and feel of the popup menus. + + + + + + + Provides access to the options which control the appearance and behavior of the Customization Form. + + + A object which provides options related to the Customization Form. + + + + + + + Provides access to the layout control's focus options. + + + A object that contains the layout control's focus options. + + + + + + + Provides access to the default alignment settings of the controls displayed in the LayoutControl. + + + + + An object that provides the alignment options. + + + + + + + + Provides access to the options that specify how a is printed/exported. + + + An object containing the LayoutControl's print and export options. + + + + + + + + Provides access to options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). + + + A object. + + + + + + + Provides access to the display options of the LayoutControl. + + + A object which specify the control's display options. + + + + + + + Provides access to the paint style collection. + + + A object which represents the paint style collection. + + + + + + + Occurs when the Context Menu is about to be displayed. + + + + + + + + Prints the LayoutControl. + + + + + + + + Updates the layout control. + + + + + + + + Registers the specified wrapper object that identifies which properties to display for specific layout items in the Customization Form's Property Grid. + + + + The type of layout item with which the current wrapper object is associated. + + + + The type of the wrapper object to be registered. + + + + + + + + Registers the specified 'fixed' item for runtime use in the LayoutControl. + + + + The type of the 'fixed' item to be registered. + + + + + + + + Registers the specified custom Customization Form. + + + + The type of the custom Customization Form. + + + + + + + + Activates an edit box that allows an end-user to rename the currently selected layout item. + + + + + + + + Allows you to provide unique names for layout items created in code, whose names conflict with existing names. + + + + + + + + + Restores the layout that has been saved using the method. + + + + + + + + Restores the layout which is stored at the specified system registry path. + + + + A value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the layout from the specified stream. + + + + A descendant from which the layout is read. If null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Restores the layout from the specified XML file. + + + + + A value which specifies the path to the XML file that contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. + + + + + + + + + Gets or sets the LayoutControl's root group. + + + A object which represents the root group. + + + + + + + Saves the current layout to the specified system registry path. + + + + A value which specifies the system registry path to save the layout to. + + + + + + + + + Saves the current layout to the specified stream. + + + + A descendant to which the current layout is written. + + + + + + + + Saves the layout to an XML file. + + + + A value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + + Selects the currently selected item's parent. + + + + + + + + Sets the current cursor. + + + + A object which represents the mouse cursor. + + + + + + + + Saves the current layout to an internal memory buffer. + + + + + + + + Occurs when the Context Menu is about to be displayed. + + + + + + + + Fires immediately after the Customization Form has been invoked. + + + + + + + + Invokes the Customization Form. + + + + + + + + Occurs when the Layout Tree View Context Menu is about to be displayed. + + + + + + + + Opens the Print Preview window for the LayoutControl with a Bars UI. + + + + + + + + + + Displays the Print Preview window with a Ribbon UI. + + + + + + + + Gets or sets the style controller component that provides appearance settings for the control. + + + An object which implements the interface and provides appearance settings for the control. + + + + + + + Fires when a Close button within a tab page is clicked. + + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for layout items. + + + The component controlling the appearance and behavior of hints displayed for layout items. + + + + + + + Gets the manager that handles undo/redo operations via the Customization Form. + + + A object. + + + + + + + Allows you to provide unique names for layout items created in code, whose names conflict with existing names. + + + + + + + + + Unregisters the specified wrapper object that has been registered via the method. + + + + The type of the wrapper object to be unregistered. + + + + + + + + Unregisters the specified 'fixed' item in the current LayoutControl. + + + + The type of the 'fixed' item to be unregistered. + + + + + + + + Gets or sets whether controls within the current LayoutControl use the local BindingContext, or the form's BindingContext. + + + true if controls use the LayoutControl's BindingContext; false if controls use the form's BindingContext. + + + + + + + + Contains methods to move a layout item to a position next to another layout item. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + A object to be moved. This object is used to initialize the property. + + + + + A object relative to which the dragItem will be positioned. This object is used to initialize the property. + + + + A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. + + + + A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. + + + + + + A value that specifies whether the draItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. + + + + + + + + + + + + + Initializes a new LayoutItemDragController instance with settings specifying that thedragItem should be inserted horizontally after the baseItem, occupying its largest part (typically, half the region). + + + + + + A object to be moved. This object is used to initialize the property. + + + + A object relative to which the dragItem will be positioned. This object is used to initialize the property. + + + + + + + + Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem, occupying its largest part (typically, half the region). + + + + + A object to be moved. This object is used to initialize the property. + + + + + A object relative to which the dragItem will be positioned. This object is used to initialize the property. + + + + + A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. + + + + A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. + + + + + + + + + Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted at a certain position within a specific group. + + + + + A object to be moved. This object is used to initialize the property. + + + + + A object into which the dragItem will be inserted. + + + + A Point where the dragItem will be inserted into the group. + + + + + + + + Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem. + + + + + A object to be moved. This object is used to initialize the property. + + + + + A object relative to which the dragItem will be positioned. This object is used to initialize the property. + + + + A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. + + + + A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. + + + + + + A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. + + + + + + + + + Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to another item, as specified by the settings of the controller parameter. + + + + + A object to be moved. This object is used to initialize the property. + + + + A LayoutItemDragController object, whose settings determine how a dragItem is inserted next to another item. + + + + + + + + Inserts the to a position, specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that do not belong to a . + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets the item to be inserted to a position, specified by the settings of the LayoutItemDragController object. + + + + A object that represents the item to be inserted. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Inserts the orphan to a position specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that belong to a . + + + + true if the item has been successfully inserted; otherwise, false. + + + + + + + Gets an object that identifies an element located at the point. This member is in effect if the current LayoutItemDragController object has been initiailized using a constructor with a Point parameter. + + + A object that provides information on the element located at the point. + + + + + + + Gets the point at which the will be inserted. This member is in effect if the current LayoutItemDragController object has been initialized using a constructor with a Point parameter. + + + + + A Point at which the will be inserted. + + + + + + + Gets whether the is inserted before or after the . + + + + A value that specifies whether the is inserted before or after the . + + + + + + + Gets the item next to which the is inserted. + + + A object that identifies the item next to which the is inserted. + + + + + + + Gets whether the is inserted horizontally or vertically next to the . + + + A value that specifies whether the is inserted horizontally or vertically next to the . + + + + + + + Gets whether the is inserted inside or outside the . + + + A value that specifies whether the is inserted inside or outside the . + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + For internal use. + + + + + + + + + + + Contains values that specify whether and which layout item/group is fixed. + + + + + + + The left or top item is fixed (depending on the SplitterItem's orientation). + + + + + + + + No item is fixed. + + + + + + + + The right or bottom item is fixed (depending on the SplitterItem's orientation). + + + + + + + + + Contains parameters for the method. + + + + + + + + Initializes a new instance of the RetrieveFieldsParameters class with the specified settings. + + + + + + + + Gets or sets the number of columns in the layout that will be generated. + + + An integer value that specifies the number of columns in the layout that will be generated. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the default value used to initialize the Binding.DataSourceNullValue property for all auto-generated editors. +This property identifies the value to be stored in the data source if the editor's value is null or empty. + + + The default value used to initialize the Binding.DataSourceNullValue property of all auto-generated editors. + + + + + + + Gets or sets the default value used to initialize the Binding.DataSourceUpdateMode property for all auto-generated editors. +This property indicates when changes to the bound editor property are propagated to the data source. + + + The default value used to initialize the Binding.DataSourceNullValue property of all auto-generated editors. + + + + + + + + Provides print and export options for the . + + + + + + + Initializes a new instance of an class with the specified owner. + + + + An object that will own the created object. + + + + + + + + Gets or sets whether the , when printed, is horizontally stretched to the width of the printing page. + + + + + true, if the LayoutControl is fit to the page width; otherwise, false. + + + + + + + + Contains appearance settings used to paint captions of layout groups when a is printed/exported. + + + An object that contains settings to customize the appearance of layout group captions. + + + + + + + Contains appearance settings used to paint layout item captions in a 's print/export output. + + + An object that contains settings to customize the appearance of layout item captions. + + + + + + + Gets or sets whether a utilizes the old print/export mode. + + + true, if the LayoutControl uses the old print/export mode; false, if it uses the default mode. + + + + + + + Gets or sets the distance between text regions of all layout items and their controls in a 's print/export output. + + + A value that specifies the distance between text regions and controls, in pixels. + + + + + + + + + The base class for classes that provide print and export options for layout items and groups. + + + + + + + Initializes a new instance of an class with the specified owner. + + + + An object that will own the created object. + + + + + + + + Gets or sets whether a layout item along with its nested items are included in a 's print/export output . + + + true, if the layout item and its nested items are printed/exported; false, if they are excluded from the printing/export output. + + + + + + + Contains appearance settings used to paint a layout item's caption in a 's print/export output. + + + An object that contains settings to customize the appearance of the layout item caption. + + + + + + + Gets or sets the distance between a layout item's text and its control in the LayoutControl's print/export output. + + + A value that specifies the distance between the text region and control, in pixels. + + + + + + + + + Defines a row in a table layout. + + + + + + + Initializes a new instance of a RowDefinition class with the default settings. + + + + + + + + Initializes a new instance of a RowDefinition class with the specified owner. + + + + A layout group that owns the created RowDefinition object. + + + + + + + + Initializes a new instance of a RowDefinition class with the specified settings. + + + + A layout group that owns the created RowDefinition object. + + + + The height of the created row. This value is assigned to the property. + + + + The size type of the created row. This value is assigned to the property. + + + + + + + + Gets or sets the row height, in pixels or as a percentage, according to the . + + + + A value that specifies the row height. + + + + + + + Gets or sets the row's size type in a table layout. + + + A value that specifies the row's size type. + + + + + + + + Contains values that specify how default maximum size constraints are calculated for controls that implement the interface. + + + + + + + The default maximum width is calculated for a control as the maximum of two values: Control.MaximumSize.Width and IXtraResizableControl.MaxSize.Width. + +The default maximum height is calculated for a control as the maximum of two values: Control.MaximumSize.Height and IXtraResizableControl.MaxSize.Height. + + + + + + + + + The default maximum width and height are specified by the Control.MaximumSize.Width and Control.MaximumSize.Height values, respectively. + + + + + + + + The default maximum width is specified by the Control.MaximumSize.Width property if it is not set to 0; otherwise, the default maximum width is specified by the IXtraResizableControl.MaxSize.Width property. + +The default maximum height is specified by the Control.MaximumSize.Height property if it is not set to 0; otherwise, the default maximum height is specified by the IXtraResizableControl.MaxSize.Height property. + + + + + + + + + + Provides print and export options for layout groups. + + + + + + + Initializes a new instance of an class with the specified owner. + + + + An object that will own the created object. + + + + + + + + Gets or sets whether the layout group's caption is included in the print/export output . + + + true, if the layout group's caption is printed/exported; false, if the group's caption is excluded from the print/export output. + + + + + + + Contains appearance settings used to paint a layout group's caption in a 's print/export output. + + + An object that contains settings to customize the appearance of the layout group's caption. + + + + + + + + Enumerates the runtime customization modes for a . + + + + + + + Default customization mode. Customization commands are provided using context menus. + + + + + + + + Quick customization mode. Customization commands are available in the touch-friendly Customization Form. + + + + + + + + + A base class that provides necessary functionality for custom localizers of the Layout Manager. + + + + + + + Initializes a new instance of the LayoutLocalizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + + A column collection within a table layout. + + + + + + + Initializes a new instance of a ColumnDefinitions class with the specified owner. + + + + A layout group that owns the created ColumnDefinitions object. + + + + + + + + Initializes a new instance of a ColumnDefinitions class with the settings of the specified source object and with the specified owner. + + + + An object whose settings are used to initialize the created object. + + + + A layout group that owns the created object. + + + + + + + + Adds a specified column to the table layout. + + + + An object that specifies the column to be added. + + + + + + + + Adds an array of columns to the table layout. + + + + An array of objects to be added to the table layout. + + + + + + + + Provides indexed access to columns within the table layout. + + + + A zero-based integer value that specifies the index of the required column. + + + A column at the specified position within the collection. + + + + + + + + A row collection within a table layout. + + + + + + + Initializes a new instance of a RowDefinitions class with the specified owner. + + + + A layout group that owns the created RowDefinitions object. + + + + + + + + Initializes a new instance of a RowDefinitions class with the settings of the specified source object and with the specified owner. + + + + An object whose settings are used to initialize the created object. + + + + A layout group that owns the created object. + + + + + + + + Adds the specified row to the table layout. + + + + An object that specifies the row to be added. + + + + + + + + Adds an array of row objects to the table layout. + + + + An array of objects to be added to the table layout. + + + + + + + + Provides indexed access to rows within the current row collection. + + + + A zero-based integer value that specifies the index of the required row. + + + An object that represents the row at the specified position within the collection. + + + + + + + + Provides settings that specify item positions in a table layout. + + + + + + + Initializes a new instance of an OptionsTableLayoutItem class with the specified owner. + + + + A layout item that owns the created OptionsTableLayoutItem object. + + + + + + + + Gets or sets the index of the column in which the current layout item is displayed. + + + The zero-based index that specifies the layout item's column position within the table layout. + + + + + + + Gets or sets the number of columns spanned by the current layout item within the table layout. + + + A positive integer value that specifies the number of columns spanned by the layout item. + + + + + + + Gets or sets the index of the row in which the current layout item is displayed. + + + + The zero-based index that specifies the layout item's row position within the table layout. + + + + + + + Gets or sets the number of rows spanned by the current layout item within the table layout. + + + A positive integer value that specifies the number of rows spanned by the layout item. + + + + + + + + Enumerates values that specify the layout mode for a . + + + + + + + + Flow layout mode. Layout items are automatically arranged in rows according to their order in the collection, and are automatically wrapped at the group's right edge + + + + + + + + Regular layout mode. Layout items can stretch within the parent layout group and can have any size + + + + + + + + + Table layout mode. Layout items are arranged in a two-dimensional table according to their row and column indexes and span values. + + + + + + + + + Contains options that specify which operations can be performed on a layout item at runtime. + + + + + + + Initializes a new instance of the BaseLayoutItemCustomizationOptions class. + + + + A object that will own the created object. + + + + + + + + Gets or sets whether the current layout item/group can be dragged-and-dropped to another position. + + + + An ItemDragDropMode value that specifies whether the current item/group can be dragged-and-dropped to another position. + + + + + + + + Gets or sets whether other items can be dragged-and-dropped onto the current layout item/group. + + + + An ItemDragDropMode value that specifies whether other items can be dragged-and-dropped onto the current layout item/group. + + + + + + + + Copies options from the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Returns whether the layout item can be dragged-and-dropped to another position. + + + + true if the layout item can be dragged-and-dropped to another position; otherwise, false. + + + + + + + + Returns whether other layout items can be dragged-and-dropped onto the current layout item. + + + + true if other layout items can be dragged-and-dropped onto the current layout item; otherwise, false. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. + + + + A object representing the menu to be displayed. This object is assigned to the Menu property. + + + + A object that identifies the clicked object. This object is assigned to the HitInfo property. + + + + A Boolean value that specifies whether the menu is allowed to be displayed. This value is assigned to the Allow property. + + + + + + + + Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. + + + + A object representing the menu to be displayed. This object is assigned to the Menu property. + + + + A object that identifies the clicked object. This object is assigned to the HitInfo property. + + + + + + + + + Provides options and methods to customize a table layout enabled for a . + + + + + + + + Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners. + + + + An object that implements the ILayoutControl interface, and owns the created OptionsTableLayoutGroup object. + + + + A layout group that owns the created OptionsTableLayoutGroup object. + + + + + + + + Adds the specified column to a table layout. + + + + An object that specifies the column to be added. + + + + + + + + Adds the specified row to a table layout. + + + + An object that specifies the row to be added. + + + + + + + + Creates a new column with default settings and adds it to the table layout. + + + An object that specifies the newly created column. + + + + + + + Creates a new row with default settings and adds it to the table layout. + + + An object that specifies the new row. + + + + + + + Gets or sets the default size for empty rows/columns of the SizeType.AutoSize type in table layout mode. + + + A value that specifies the size for rows/columns of the AutoSize type, in pixels. + + + + + + + Returns the number of columns within the table layout. + + + The number of columns within the table layout. + + + + + + + Provides access to columns of the table layout. + + + The table layout's columns. + + + + + + + Returns a column by its index within the table layout. + + + + The column's zero-based index. + + + The column located at the specified position within the column collection. + + + + + + + Returns a row by its index within the table layout. + + + + The row's zero-based index. + + + The row located at the specified position within the row collection. + + + + + + + Removes the specified column from the table layout. + + + + An object that specifies the column to be removed. + + + + + + + + Removes the specified row from a table layout. + + + + An object that specifies the row to be removed. + + + + + + + + Returns the number of rows within the table layout. + + + The number of rows within the table layout. + + + + + + + Provides access to rows of the table layout. + + + The table layout's rows. + + + + + + + + Contains options that allow tooltips to be assigned to layout items. + + + + + + + Initializes a new instance of the BaseLayoutItemOptionsToolTip class. + + + + + + + + Gets or sets whether HTML formatting tags can be used to format the tooltip's text. + + + A value that specifies whether HTML formatting tags can be used to format the tooltip's text. + + + + + + + Copies options from the specified object to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Returns whether a tooltip for a layout item's image can be displayed. + + + true if a tooltip for a layout item's image can be displayed; otherwise, false. + + + + + + + Returns whether a tooltip for a layout item's caption can be displayed. + + + true if a tooltip for a layout item's caption can be displayed; otherwise, false. + + + + + + + Gets or sets whether a tooltip displayed for the layout item's image is enabled. + + + true if a tooltip displayed for the layout item's image is enabled; otherwise, false. + + + + + + + Gets or sets whether HTML formatting tags can be used to format the text of the tooltip displayed for the item's icon. + + + A value that specifies whether HTML formatting tags can be used to format the text of the tooltip displayed for the item's icon. + + + + + + + Gets or sets whether the tooltip for the layout item's icon is displayed immediately or after a delay. + + + true, if the tooltip is displayed immediately; otherwise, false. + + + + + + + Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's image. + + + A string that specifies the tooltip's text. + + + + + + + Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's image. + + + A value. + + + + + + + Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's image. + + + A string that specifies the tooltip's title. + + + + + + + Gets or sets whether the tooltip is displayed immediately or after a delay. + + + true, if the tooltip is displayed immediately; otherwise, false. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + An IComponent object. + + + A Boolean value. + + + + + + + Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. + + + A string that specifies the tooltip's text. + + + + + + + Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. + + + + A value. + + + + + + + Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. + + + A string that specifies the tooltip's title. + + + + + + + + Represents a method that will handle notification events that fire when a layout group is in any way affected. + + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the LayoutControl control which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Provides data for the and events. + + + + + + + + Initializes a new instance of the LayoutGroupEventArgs class with the specified settings. + + + + A object that represents the group to which the created object will refer. This value is used to initialize the property. + + + + + + + + Gets the group currently being processed. + + + A object that refers to the group currently being processed. + + + + + + + + Represents a layout item capable of displaying information provided by a repository item object. + + + + + + + Initializes a new instance of the LayoutRepositoryItem class with default settings. + + + + + + + + Initializes a new instance of the LayoutRepositoryItem class with the specified repository item. + + + + A object to be associated with the created layout item. This value is assigned to the property. + + + + + + + + This property supports the internal infrastructure, and is not intended to be used directly from your code. + + + A string value. + + + + + + + Specifies the desired width of the layout item's region displaying the editor (repository item). + + + An integer value that specifies the width of the layout item's edit portion. + + + + + + + Gets or sets a value to be displayed by a repository item. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + An object representing the value to be displayed. + + + + + + + Gets or sets a repository item associated with the current layout item. + + + A object to be associated with the current layout item. + + + + + + + Resets the desired width of the layout item's region displaying an editor. + + + + + + + + Gets the name of the item's type. + + + The "LayoutRepositoryItem" string. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.dll new file mode 100644 index 0000000..efdeb54 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.xml new file mode 100644 index 0000000..483bb14 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPdfViewer.v15.2.xml @@ -0,0 +1,6408 @@ + + + + DevExpress.XtraPdfViewer.v15.2 + + + + + + The base class for each PDF Viewer command. + + + + + + + Supports the context menu initialization in a PDF Viewer. + + + + A that maintains the application bars and individual bar items. + + + A element. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Sets the zoom factor value to 75 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom75Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom75Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Changes the outlines node text size within the navigation pane to medium. + + + + + + + Initializes a new instance of the PdfOutlinesTextSizeToMediumCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A service which is used to create PDF Viewer commands. + + + + + + + Enables you to create a custom command for use in the PDF Viewer. + + + + A member specifying a command to create. + + + A object that is the PDF Viewer command. + + + + + + + + Lists the values specifying the type of the selected PDF content. + + + + + + + + The selected content is an image. + + + + + + + + The selected content is not defined. + + + + + + + + The selected content is text. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Specifies the path to the document. + + + A value, specifying the path to the document. + + + + + + + Gets a value that indicates whether or not to open the referenced document in a new window. + + + true to open the referenced document in a new window; otherwise false. + + + + + + + + A default localizer to translate the PDF Viewer's resources. + + + + + + + Initializes a new instance of the XtraPdfViewerResLocalizer class with default settings. + + + + + + + + Gets the string, localized by the current XtraPdfViewerResLocalizer, for the specified user interface element. + + + + An enumeration value, specifying the user interface element whose caption (text) is to be localized. + + + A value, specifying the text to be displayed within the specified user interface element. + + + + + + + Returns the name of the language currently used by this localizer object. + + + + A value that specifies the language of the user interface localization. + + + + + + + + Provides the means to localize the user interface elements of a PDF Viewer. + + + + + + + + Initializes a new instance of the XtraPdfViewerLocalizer class with default settings. + + + + + + + + Specifies a localizer object providing localization of a PDF Viewer at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + + + An object, storing resources based on the thread's language and regional settings (culture). + + + + + + + Returns a localized string for the given string identifier. + + + + An enumeration value, identifying the string to localize. + + + A value, corresponding to the specified identifier. + + + + + + + + Contains strings that correspond to the PDF Viewer user interface captions that are subject to localization. + + + + + + + "PDF Viewer" + + + + + + + + "Copy" + + + + + + + + "Copy" + + + + + + + + "Export" + + + + + + + + "Export form data to the file." + + + + + + + + "Find" + + + + + + + + "Find text." + + + + + + + + + "Hand Tool" + + + + + + + + "Hand Tool" + + + + + + + + "Import" + + + + + + + + "Import form data from the file." + + + + + + + + "Next" + + + + + + + + "Show next page." + + + + + + + + + "Next View" + + + + + + + + "Next View" + + + + + + + + "Open" + + + + + + + + + "Open a PDF file." + + + + + + + + + "Collapse Top-Level Bookmarks" + + + + + + + + "Expand Current Bookmark" + + + + + + + + "Expand Top-Level Bookmarks" + + + + + + + + "Go to Bookmark" + + + + + + + + "Hide After Use" + + + + + + + + "Print Page(s)" + + + + + + + + "Print Section(s)" + + + + + + + + "Text Size" + + + + + + + + "Large" + + + + + + + + "Medium" + + + + + + + + "Small" + + + + + + + + "Wrap Long Bookmarks" + + + + + + + + "Previous" + + + + + + + + + "Show previous page." + + + + + + + + + "Previous View" + + + + + + + + "Previous View" + + + + + + + + "Print" + + + + + + + + + "Print file." + + + + + + + + + "Rotate Clockwise" + + + + + + + + + "Rotate Counterclockwise" + + + + + + + + + "Save As" + + + + + + + + "Save the PDF file." + + + + + + + + "Select All" + + + + + + + + "Select All" + + + + + + + + "Select Tool" + + + + + + + + "Select Tool" + + + + + + + + + "Actual Size" + + + + + + + + + "Fit Visible" + + + + + + + + + "Fit Width" + + + + + + + + + "Zoom to Page Level" + + + + + + + + + "Document properties" + + + + + + + + + "Zoom" + + + + + + + + + "Change the zoom level of the PDF document." + + + + + + + + + "100%" + + + + + + + + + "10%" + + + + + + + + + "125%" + + + + + + + + + "150%" + + + + + + + + + "200%" + + + + + + + + + "25%" + + + + + + + + + "400%" + + + + + + + + + "500%" + + + + + + + + + "50%" + + + + + + + + + "75%" + + + + + + + + + "Zoom In" + + + + + + + + + "Zoom in to get a close-up view of the PDF document." + + + + + + + + + " (Ctrl + Plus)" + + + + + + + + + "Zoom Out" + + + + + + + + + "Zoom out to see more of the page at a reduces size." + + + + + + + + + " (Ctrl + Minus)" + + + + + + + + + "Create Bars" + + + + + + + + + "Create Ribbon" + + + + + + + + + "Create Bars" + + + + + + + + + "Create Ribbon" + + + + + + + + + "Dock in parent container" + + + + + + + + + "Load PDF file..." + + + + + + + + + "Undock in parent container" + + + + + + + + + "Unload PDF file" + + + + + + + + + "File" + + + + + + + + + "Case Sensitive" + + + + + + + + + "Whole Words Only" + + + + + + + + + "Interactive Form" + + + + + + + + "FDF Files (.fdf)|*.fdf|XFDF Files (.xfdf)|*.xfdf|XML Files (.xml)|*.xml|TXT Files (.txt)|*.txt" + + + + + + + + "Form Data" + + + + + + + + "Cannot find a constructor with a PdfViewer type parameter in the {0} class" + + + + + + + + + "Unable to copy data to the clipboard." + + + + + + + + "The current page number should be greater than 0." + + + + + + + + + "Do you want to save the changes to the document before closing it?" + + + + + + + + "Document Closing" + + + + + + + + "{0} is protected" + + + + + + + + + "Error" + + + + + + + + "An error occurred while exporting the document's form data." + + + + + + + + "Unable to import the specified data into the document form.\r\n{0}\r\n Please ensure that the provided data meets the {1} specification." + + + + + + + + "The maximum printing DPI value should be greater than or equal to 0." + + + + + + + + "The current navigation pane visibility cannot be set to PdfNavigationPaneVisibility.Default." + + + + + + + + "The page number should be greater than 0, and less than or equal to the document page count." + + + + + + + + + "The password is incorrect. Please make sure that Caps Lock is not enabled." + + + + + + + + + "Unable to load the PDF document because the following file is not available or it is not a valid PDF document.\r\n{0}\r\nPlease ensure that the application can access this file and that it is valid, or specify a different file." + + + + + + + + + "Unable to print the document. Please contact your system administrator." + + + + + + + + "{0}\r\nYou don't have a permission to save in this location.\r\nContact the administrator to obtain the permission." + + + + + + + + "Cannot save the attachment with the following name: {0}" + + + + + + + + "Find" + + + + + + + + + "Finished searching throughout the document. No more matches were found." + + + + + + + + + "Finished searching throughout the document. No matches were found." + + + + + + + + + "Security Warning" + + + + + + + + "The document is trying to access an embedded resource:\r\n'{0}'\r\nDo you want to open it?" + + + + + + + + "The document is trying to access an external resource by using the following URI (uniform resource identifier): '{0}'\r\nDo you want to open it?" + + + + + + + + "Attachments" + + + + + + + + "Bookmarks" + + + + + + + + "Navigation" + + + + + + + + + "{0:0.00} x {1:0.00} in" + + + + + + + + + "PDF Files (.pdf)|*.pdf" + + + + + + + + + "Printable Files (.prn)|*.prn|All Files (.*)|*.*" + + + + + + + + "Selection" + + + + + + + + "Zoom" + + + + + + + + + + Provides data for the event. + + + + + + + Indicates the visibility state of the Find dialog window. + + + true if the Find dialog window is visible; otherwise false. + + + + + + + + Finds the specified text in a document. + + + + + + + Initializes a new instance of the PdfFindTextCommand class with the specified PDF Viewer. + + + + A object. + + + + + + + + Gets a string resource identifier of a command description. + + + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfFindTextCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfFindTextCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Provides information about the selected PDF content. + + + + + + + Indicates the type of the PDF content corresponding to a specific document point. + + + A enumeration value. + + + + + + + Returns the selected PDF image. + + + A object. + + + + + + + Returns the selected PDF text. + + + A value. + + + + + + + + Navigates to the previous position in the document, based on the viewing history. + + + + + + + Initializes a new instance of the PdfPreviousViewCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfPreviousViewCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfPreviousViewCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + An exception thrown after canceling the Save operation in a . + + + + + + + Initializes a new instance of the PdfCancelSaveOperationException class with default settings. + + + + + + + + + Goes to a bookmark within a PDF document. + + + + + + + Initializes a new instance of the PdfOutlinesGotoCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfOutlinesGotoCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Navigates to the next position in the document, based on the viewing history. + + + + + + + Initializes a new instance of the PdfNextViewCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfNextViewCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfNextViewCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Decreases the document zoom factor by ten percent. + + + + + + + Initializes a new instance of the PdfZoomOutCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfZoomOutCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfZoomOutCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Increases the document zoom factor by ten percent. + + + + + + + Initializes a new instance of the PdfZoomInCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfZoomInCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfZoomInCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + The base for classes that provide fixed zoom factor values. + + + + + + + + Sets the zoom factor value to 50 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom50Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom50Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 500 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom500Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom500Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 400 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom400Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom400Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 25 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom25Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom25Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 200 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom200Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom200Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 150 percent of the original document size. + + + + + + + + Initializes a new instance of the PdfZoom150Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom150Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to show the original document size. + + + + + + + Initializes a new instance of the PdfZoom100Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom100Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Runs the Document Properties dialog that provides detailed information about the current document. + + + + + + + Initializes a new instance of the PdfShowDocumentPropertiesCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfShowDocumentPropertiesCommand. + + + A member that is the command identifier. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Varies the current document zoom factor value by ten percent. + + + + + + + + Initializes a new instance of the PdfSetZoomCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + Gets the ID of the specified PdfSetZoomCommand. + + + A member that is the command identifier. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Adjusts the document zoom factor value to attain a page size appropriate to the application window's dimensions. + + + + + + + + Initializes a new instance of the PdfSetPageLevelZoomModeCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Adjusts the document zoom factor value to adjust the page width to the application window's dimensions. + + + + + + + + Initializes a new instance of the PdfSetFitWidthZoomModeCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Adjusts the document zoom factor value to contain the visible part of the page content within the application window's dimensions + + + + + + + + Initializes a new instance of the PdfSetFitVisibleZoomModeCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Restores the default zoom factor value, showing the document in its actual size. + + + + + + + Initializes a new instance of the PdfSetActualSizeZoomModeCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Runs the system Print dialog to adjust the print settings and send the current document to a printer. + + + + + + + Initializes a new instance of the PdfPrintFileCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfPrintFileCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfPrintFileCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Navigates to the previous document page. + + + + + + + Initializes a new instance of the PdfPreviousPageCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfPreviousPageCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfPreviousPageCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + A command that corresponds to a fixed value of a specific setting. + + + + + + + + Supports the context menu initialization for commands with a fixed value of a specific setting. + + + + A that maintains the application bars and individual bar items. + + + A element. + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfCheckableCommand. + + + A member that is the command identifier. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Opens a document. + + + + + + + Initializes a new instance of the PdfOpenFileCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfOpenFileCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfOpenFileCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the , and events. + + + + + + + A method that will handle the , and events. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Gets the document page count. + + + An integer value that is the total number of pages in the document. + + + + + + + Gets the page number of the currently displayed page. + + + An integer value that is the current page number. + + + + + + + + Lists the document zoom modes provided by a PDF Viewer. + + + + + + + Sets the document zoom factor value to 100%. + + + + + + + + The document zoom factor is defined by the property value. + + + + + + + + The document zoom factor is calculated to fit the actual content of a page (if possible). + + + + + + + + Sets the document zoom factor value to fit the entire page width. + + + + + + + + Sets the document zoom factor value to fit the entire page height. + + + + + + + + + Provides data for the event. + + + + + + + Indicates the path to the document file. + + + A value, specifying the path to the document. + + + + + + + Indicates the file stream storing the document bytes. + + + A value, identifying the file stream. + + + + + + + + Provides data for the event. + + + + + + + Gets the name of the form field in the PDF document. + + + A string that specifies the form field name. + + + + + + + Gets an object which represents the new value of the form field which has been assigned. + + + An object of the System.Object class representing the form field new value. + + + + + + + + + + Gets the form field's previous value. + + + + An object of the class representing the previous value of the form field. + + + + + + + + Activates the Select Tool to select the document content. + + + + + + + Initializes a new instance of the PdfSelectToolCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfSelectToolCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfSelectToolCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Sets the zoom factor value to 125 percent of the original size. + + + + + + + + Initializes a new instance of the PdfZoom125Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom125Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A control to display PDF files in WinForms applications without the need to install any third-party software on end user machines. + + + + + + + Initializes a new instance of the PdfViewer class with default settings. + + + + + + + + Invokes the About dialog. + + + + + + + + Gets or sets a value indicating whether pressing the TAB key is processed by the PDF Viewer instead of moving the focus to the next control in the tab order. + + + true, if a tab is accepted in the PDF viewer; otherwise, false. + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + true, to promote this request to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + true, to promote this request to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + + + + + Clears the current selection, making no document content being selected. + + + + + + + + Closes the current document. + + + + + + + + Specifies the mode for calculating the outer border width displayed by a around document pages. + + + + A enumeration value. + + + + + + + Specifies the minimum width of the outer border displayed by a around document pages. + + + An integer value, specifying the minimum width of the page outer border. + + + + + + + Copies the selected PDF content to the clipboard. + + + + + + + + Creates a toolbar with actions specific to the PdfViewer control. + + + + + + + + Exports a PDF page to an image. + + + + + An integer value, specifying the page number. + + + + An integer value, specifying the length of the image's largest dimension. + + + A object. + + + + + + + Creates a Ribbon tab with actions specific to the PdfViewer control. + + + + + + + + Exports a PDF document to a TIFF image using the document's file path and the image's largest edge length. + + + + A which specifies the file name (including the full path) for the PDF document. + + + + An integer value, specifying the length of the image's largest dimension. + + + + + + + + Exports a PDF document to a TIFF image using the document's file path, the image's largest edge length and page numbers. + + + + + A which specifies the file name (including the full path) for the PDF document. + + + + An integer value, specifying the length of the image's largest dimension. + + + + A list of page numbers which implements the interface. + + + + + + + + Exports a PDF document to a TIFF image using the document's stream, the image's largest edge length and page numbers. + + + + + A object that is the stream containing a PDF document. + + + + An integer value, specifying the length of the image's largest dimension. + + + + A list of page numbers which implements the interface. + + + + + + + + Exports a PDF document to a TIFF image using the document's stream and the image's largest edge length. + + + + A object that is the stream containing a PDF document. + + + + An integer value, specifying the length of the image's largest dimension. + + + + + + + + Occurs after the currently displayed page has been changed. + + + + + + + + Specifies the number of the currently displayed page. + + + An integer value, specifying the current page number. + + + + + + + Specifies the initial directory displayed by the Save As dialog and Open File dialog. + + + + A value, specifying the path to the default directory. + + + + + + + Specifies whether or not to close the input stream after loading a PDF. + + + true to close the input stream after loading a PDF; otherwise false. + + + + + + + Occurs when a PdfViewer control loads another PDF document. + + + + + + + + + + Occurs when closing a PDF document. + + + + + + + + If the document was converted to PDF from another format, specifies the name of the conforming product that created the original document from which it was converted. + + + A value. + + + + + + + Gets or sets the path to the PDF file, which is currently opened in the PdfViewer control. + + + A string value containing the file path. + + + + + + + If the document was converted to PDF from another format, specifies the name of the conforming product that converted it to PDF. + + + A value. + + + + + + + Provides access to the basic information about a document. + + + A object. + + + + + + + Occurs when an attachment is opening in the Attachments panel and allows you to manage the attachment opening behavior. For example, the attachment contents are not opened if e.Cancel is set to true. If you want to hide the Security Warning message box, set the property to true. + + + + + + + + Specifies the text search options assigned to the Find Text dialog. + + + A object. + + + + + + + Occurs when the visibility state of the Find dialog window has changed. + + + + + + + + Searches for the specified text in the current document with default parameters. + + + + A value, specifying the text to find in the PDF. + + + A object. + + + + + + + Searches for the specified text in the current document with the applied parameters. + + + + A value, specifying the text to find in the PDF. + + + + A object. + + + A object. + + + + + + + Searches for the specified text in the current document with the applied parameters. + + + + A value, specifying the text to find in the PDF. + + + + A object. + + + + A function, specifying whether to display a window with an option to terminate the search when searching text in long documents. + + + A object. + + + + + + + Occurs after a form field value in the PDF document has been changed. + + + + + + + + Occurs when an end-user has finished editing a form field value and tries to commit it (e.g., presses Enter or moves focus to another element). + + + + + + + + + Returns the client point corresponding to the specified PDF coordinates. + + + + A object. + + + A structure. + + + + + + + Provides information about the PDF content corresponding to the specified document area. + + + + A structure. + + + A object. + + + + + + + Converts the screen coordinates (in pixels) to the coordinates. + + + + A structure, specifying the hit point coordinates (in pixels). + + + A object, specifying the PDF coordinates of the hit point. + + + + + + + Converts the screen coordinates (in pixels) to the coordinates including outside page bounds, if the inPageBounds parameter is set to false. + + + + A structure, specifying the hit point coordinates (in pixels). + + + + A value that determines how the method interprets the hit point located outside page bounds; if true - the outside page hit point is determined as a closest page; otherwise - the method returns the document with outside page bounds coordinates. + + + A object, specifying the PDF coordinates of the hit point. + + + + + + + Returns the size of the specified document page. + + + + An integer value, specifying the document page index. + + + A structure, specifying the page width and height. + + + + + + + Returns the selected PDF content. + + + A object. + + + + + + + Gets the specified service. + + + A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type. + + + + + + + Specifies whether to browse a document (by using the Hand Tool), or select parts of its content (by using the Select Tool). + + + true to enable browsing the document; false to enable selecting the document content. + + + + + + + Specifies whether or not any PDF content is selected. + + + true if some content has been selected in the PDF; otherwise false. + + + + + + + Hides the text search user interface. + + + + + + + + Hides the text search user interface, without showing the fade-out animation. + + + + true, to omit animation when hiding the text search user interface; otherwise false. + + + + + + + + Gets or sets a color which is used to highlight form fields in a PDF document. + + + + + A value that specifies the form fields color to be highlighted. + + + + + + + Gets or sets a value which indicates whether to use a color to highlight form fields in a PDF document. + + + + true to highlight form fields with a color; false to leave form fields with a default highlighted color in the document. + + + + + + + Specifies the horizontal position of the PdfViewer scroll bar. + + + A value. This value must be in the 0 - 1 range. + + + + + + + Specifies the size of the PDF image cache (in megabytes). + + + An integer value, specifying the image cache size (in megabytes). + + + + + + + Indicates whether the current document has been changed. + + + true if changes have been made to the current document; otherwise false. + + + + + + + Gets a value indicating whether any document is currently being loaded into the . + + + + true if a document is currently opened; otherwise false. + + + + + + + Indicates the visibility state of the Find dialog in a PDF Viewer. + + + true if the Find dialog is currently visible; otherwise false. + + + + + + + Loads the PDF document from the specified path. + + + + A string specifying the path to the PDF document. + + + + + + + + Loads the PDF document from the specified stream. + + + + A Stream class descendant. + + + + + + + + Specifies the maximum DPI (dots per inch) value allowed for document printing. + + + An integer value. The zero value indicates that the printing DPI is not limited. + + + + + + + Returns the maximum allowed zoom factor. + + + A value. + + + + + + + Specifies an object that controls the look and feel of the popup menus. + + + An object that controls the look and feel of the popup menus. + + + + + + + Returns the minimum allowed zoom factor. + + + A value. + + + + + + + Specifies the initial visible state of a navigation pane after loading a new PDF document. + + + A enumerator value defining the visibility of a navigation pane. + + + + + + + Returns the minimum width of a navigation pane. + + + An integer value that determines the minimum navigation pane width. + + + + + + + Specifies the current visible state of a navigation pane. + + + A enumerator value defining the visibility of a navigation pane. + + + + + + + Occurs after the visibility of a navigation pane has been changed. + + + + + + + + Gets or sets the navigation pane width (where outlines are located). + + + An integer value, specifying the width of a navigation pane. + + + + + + + Provides access to the settings of the PDF outline viewer. + + + A object which contains the settings to customize the PDF outline viewer. + + + + + + + Returns the total number of pages in a document. + + + An integer value, specifying the document page count. + + + + + + + Occurs when displaying the Page Setup dialog in the PDF Viewer. + + + + + + + + Specifies the maximum number of allowed attempts to enter the PDF file's security password. + + + An integer value. + + + + + + + Occurs when requesting a security password to open a protected PDF file. + + + + + + + + Occurs after the popup menu of a PDF Viewer has been invoked. + + + + + + + + Invokes a Print dialog and prints the current document using the print settings specified in this dialog window. + + + + + + + + + Obsolete. Prints the current document using the specified print settings. + + + + + A object. + + + + + + + + Prints the current document using the specified PDF print settings. + + + + A value, specifying the PDF printing options. + + + + + + + + Occurs when the document page is printed. + + + + + + + + Occurs immediately before the event. + + + + + + + + Specifies whether document modifications are prohibited. + + + + + true if the document is in a read-only state; otherwise, false. + + + + + + + Occurs when opening an embedded or external document by clicking its corresponding link in a PDF document. + + + + + + + + Removes the service of the specified type from the service container. + + + + + The type of service to remove. + + + + true, to promote this request to any parent service containers; otherwise, false. + + + + + + + + Removes the service of the specified type from the service container. + + + + + The type of service to remove. + + + + + + + + Specifies the rotation angle of a document in the PdfViewer. + + + An integer value, specifying the rotation angle of document pages (in degrees). This value must be multiple of 90. + + + + + + + Saves the current PDF to the specified stream. + + + + A System.IO.Stream, specifying the document address. + + + true, if the document is saved successfully; false - if the document saving operation is cancelled by the user. + + + + + + + Saves the current PDF to the specified file path. + + + + A System.String value, specifying the document location. + + + true, if the document is saved successfully; false - if the document saving operation is cancelled by the user. + + + + + + + Scrolls the document horizontally by the specified number of units. + + + + + An integer value, specifying the scrolling amount. + + + + + + + + + Occurs after changing the current scroll bar position in a . + + + + + + + + Scrolls the document vertically by the specified number of units. + + + + + An integer value, specifying the scrolling amount. + + + + + + + + Selects the document contents found within the specified rectangle. + + + + A structure. + + + + + + + + Selects the document contents found at the specified position. + + + + A value, specifying the starting position in the document. + + + + + A value, specifying the ending position in the document. + + + + + + + + + Selects all the text in the document. + + + + + + + + Occurs after the selection of the PDF content has been continued. + + + + + + + + + Occurs after the selection of the PDF content has finished. + + + + + + + + + Occurs after the selection of the PDF content has started. + + + + + + + + + Specifies whether to display a warning before the current document is closed. + + + + true to display a warning before closing a document; otherwise false. + + + + + + + Invokes the text search user interface. + + + + + + + + Invokes the Find Text dialog with the specified text search options. + + + + A object. + + + + + + + + Gets or sets a value which indicates whether to show placeholders for images in unsupported image formats. + + + true to show image placeholders in unsupported image formats; otherwise false. + + + + + + + Specifies whether or not to show a print status dialog when printing a document. + + + true, to show a print status dialog; otherwise false. + + + + + + + Raised when changes occur which may affect the control's UI. + + + + + + + + Occurs after clicking a hyperlink addressing an external URI (universal resource identifier). + + + + + + + + + Specifies the vertical position of the PdfViewer scroll bar. + + + A value. This value must be in the 0 - 1 range. + + + + + + + Occurs after the current zoom factor has been changed. + + + + + + + + Specifies the document zoom factor. + + + A value, specifying the document zoom factor (as a percentage). + + + + + + + + Specifies the document zoom mode. + + + A enumeration value. + + + + + + + + Provides data for the event. + + + + + + + Specifies the horizontal position of the toolbar. + + + A value, specifying the horizontal position of the toolbar. + + + + + + + Specifies the vertical position of the toolbar. + + + A value, specifying the vertical position of the toolbar. + + + + + + + + Provides data for the event. + + + + + + + + + Indicates the current document zoom factor value. + + + A value, specifying the zoom factor. + + + + + + + Indicates the current document zoom mode. + + + A enumeration value, specifying the document zoom mode. + + + + + + + + + Provides outline settings of the PDF viewer. + + + + + + + Gets or sets a value which specifies whether the PDF outline pane is hidden after clicking on the outline item. + + + true to hide the outline pane after clicking on the item (e.g., a bookmark); false to show the outline pane after use. + + + + + + + Gets or sets the text size of nodes located in the PDF outline viewer (navigation pane). + + + + A enumeration value which represents an outline nodes' text size mode. + + + + + + + Specifies whether to use document foreground colors for the outline node text in the navigation pane. + + + true to apply document foreground colors to the outline node text; false to apply theme colors to the outline node text. + + + + + + + Gets or sets a value which defines whether to wrap long lines in the outline node text of the PDF outline viewer. + + + true to wrap long lines in the outline node text; false to show the outline node text unwrapped in the PDF outline viewer. + + + + + + + + Provides data for the event. + + + + + + + Gets the collection of popup menu links displayed when the menu is being invoked. + + + A object that contains links to a popup menu. + + + + + + + Provides access to a popup menu that is being invoked. + + + A object. + + + + + + + Gets the type of a particular popup menu shown for the PDF Viewer. + + + A enumeration value which represents the kind of a popup menu shown for the PDF Viewer. + + + + + + + + Selects all content in a document. + + + + + + + Initializes a new instance of the PdfSelectAllCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfSelectAllCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfSelectAllCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Provides the text search options displayed by the Find Text dialog. + + + + + + + Initializes a new instance of the PdfFindDialogOptions class with the specified settings. + + + + A value, specifying the search text. This value is assigned to the property. + + + + true, to take into account the letter case; otherwise false. This value is assigned to the property. + + + + true, if whole words should match the search criteria; otherwise false. This value is assigned to the property. + + + + + + + + Gets a value that specifies whether or not to ignore the letter case when searching text in a PDF. + + + true, to take into account the letter case; otherwise false. + + + + + + + Returns the search text. + + + A value, specifying the search text. + + + + + + + Specifies whether or not to take into account only whole words when searching text in a PDF. + + + true, if whole words should match the search criteria; otherwise false. + + + + + + + + Adjust the document zoom factor to match one of the predefined static values. + + + + + + + Initializes a new instance of the PdfShowExactZoomListCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfShowExactZoomListCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfShowExactZoomListCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + Save the PDF to a new file. + + + + + + + Initializes a new instance of the PdfSaveAsFileCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfSaveAsFileCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfSaveAsFileCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Sets the zoom factor value to 10 percent. + + + + + + + Initializes a new instance of the PdfZoom10Command class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to PdfZoom10Command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event sender. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Gets the file attachment stored in the Attachments tab of the PDF Viewer. + + + A object that is the file attachment. + + + + + + + Gets or sets a value that specifies whether the event is handled; if handled, the Security Warning message box is hidden. + + + true, if the Security Warning message box is hidden; otherwise false. + + + + + + + + Hides the PDF navigation panel after clicking on the bookmark item. + + + + + + + Initializes a new instance of the PdfOutlinesHideAfterUseCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets the ID of the specified PdfOutlinesHideAfterUseCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + The base for classes that provide custom document zoom factor modes. + + + + + + + + Rotates the document clockwise through 90 degrees. + + + + + + + Initializes a new instance of the PdfRotatePageClockwiseCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfRotatePageClockwiseCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfRotatePageClockwiseCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Provides data for the event. + + + + + + + Gets or sets the point that specifies the screen coordinates of the form's upper-left corner. + + + A that represents the upper-left corner of the form in the screen coordinates. + + + + + + + Gets or sets the size of the PDF page setup dialog. + + + A structure that specifies the setup dialog form's width and height, in pixels. + + + + + + + Gets or sets the form start position at runtime. + + + A that is the start position of the form. + + + + + + + Gets the form's minimum size. + + + A structure that specifies the setup dialog form's width and height, in pixels. + + + + + + + Provides access to the PDF printer settings. + + + A object. + + + + + + + + Provides information related to the currently opened document in the Document Properties dialog. + + + + + + + + Indicates the application that generated the document. + + + + A value. + + + + + + + Indicates a document's author. + + + A value. + + + + + + + Specifies the date of the PDF file creation. + + + A structure. + + + + + + + Indicates the physical location of a document. + + + A value. + + + + + + + Indicates a document's file name. + + + A value, specifying the file name. + + + + + + + Indicates a path to the folder that contains the document file. + + + A value, specifying the path to the folder that contains the document file. + + + + + + + Indicates the physical size of the document file. + + + A long integer value. + + + + + + + Indicates the keywords that describe the primary topics covered in a document. + + + A value, providing a set of document keywords. + + + + + + + Specifies the date of the PDF file's last modification. + + + A structure. + + + + + + + Indicates an application that produces a PDF. + + + A value, specifying the application name. + + + + + + + Indicates the primary subject of a document. + + + A value, specifying the document subject. + + + + + + + Indicates the title of a document. + + + A value, specifying the document title. + + + + + + + Specifies the PDF version of a document. + + + A value, specifying the PDF version. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + For internal use. + + + + + + + For internal use. Use the method instead to create a custom command of the PDF Viewer. + + + + A member specifying a command to create. + + + A object that is the PDF Viewer command. + + + + + + + + Changes node text size within the navigation pane to small, medium or large. + + + + + + + Supports the context menu initialization for a command that changes node text size within the navigation pane of a PDF VIewer. + + + + A that maintains the application bars and individual bar items. + + + A element. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Prints document sections that correspond to selected bookmarks. + + + + + + + Initializes a new instance of the PdfOutlinesPrintSectionsCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets the ID of the specified PdfOutlinesPrintSectionsCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Lists the values specifying the kind of a popup menu that can be invoked in the PDF Viewer. + + + + + + + Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Bookmarks panel of the PDF Viewer. + + + + + + + + + Specifies a popup menu that can be invoked by right clicking the bookmark item in the bookmarks hierarchical tree on the navigation panel of the PDF Viewer. + + + + + + + + + Specifies a popup menu that can be invoked by right clicking the page content of the PDF Viewer. + + + + + + + + + + Activates the Hand Tool to scroll the document by dragging its surface. + + + + + + + Initializes a new instance of the PdfHandToolCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfHandToolCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfHandToolCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Provides data for the , and events. + + + + + + + Returns the PDF coordinates of a hit point. + + + A object. + + + + + + + + Copies the selected document content to the clipboard. + + + + + + + Initializes a new instance of the PdfCopyCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfCopyCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfCopyCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Gets or sets a value that specifies whether the event is handled; if handled, the Security Warning message box is hidden. + + + + true, if the Security Warning message box is hidden; otherwise false. + + + + + + + Gets the opened document's URI (Uniform Resource Identifier). + + + A object that is the document URI. + + + + + + + + Lists values specifying the outline node text size in the PDF navigation pane. + + + + + + + The text of outline nodes in the PDF navigation pane is large. + + + + + + + + + The text of outline nodes in the PDF navigation pane is medium. + + + + + + + + + The text of outline nodes in the PDF navigation pane is small. + + + + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Gets a value indicating whether or not the current PDF has been modified. + + + true if the document has been modified; otherwise false. + + + + + + + + Navigates to the next document page. + + + + + + + Initializes a new instance of the PdfNextPageCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfNextPageCommand. + + + A member that is the command identifier. + + + + + + + + Gets the name of the icon associated with the PdfNextPageCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + + + + Occurs after a document zoom factor value has changed. + + + + A value, specifying the event sender. + + + + A object that contains data related to the event. + + + + + + + + + Imports PDF form data. + + + + + + + Initializes a new instance of the PdfImportFormDataCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfImportFormDataCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfImportFormDataCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Changes the outlines node text size within the navigation page to large. + + + + + + + Initializes a new instance of the PdfOutlinesTextSizeToLargeCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Changes outlines node text size within the navigation pane to small. + + + + + + + Initializes a new instance of the PdfOutlinesTextSizeToSmallCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Wraps long lines in the outline node text of the PDF viewer. + + + + + + + + Initializes a new instance of the PdfOutlinesWrapLongLinesCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets the ID of the specified PdfOutlinesWrapLongLinesCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Lists values specifying the visibility of the PDF navigation pane. + + + + + + + The PDF navigation pane is collapsed. + + + + + + + + When this option is specified for the property, it sets the property either to Visible (a document contains bookmarks) or to Collapsed (a document does not have bookmarks and attachments tab is shown in the collapsed state). +This option is not supported for the property (the ArgumentOutOfRangeException is thrown). + + + + + + + + The PDF navigation pane is expanded. + + + + + + + + The PDF navigation pane is hidden. + + + + + + + + This navigation pane is displayed. + + + + + + + + + + Provides data for the event. + + + + + + + Gets the visible state of a navigation pane. + + + A enumerator value defining the visibility of a navigation pane. + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Gets the name of the form field. + + + A string that specifies the form field name. + + + + + + + Gets or sets a new value of the form field. + + + An object representing the new value of the form field. + + + + + + + Gets the form field's previous value. + + + An object representing the previous value of the form field. + + + + + + + + Lists the values specifying the mode for calculating the outer border width displayed by a around document pages. + + + + + + + The width of a page's outer border is variable and depends on the skin that is currently applied to a . + + + + + + + + The page border width is constant regardless of the skin that is currently applied to a . + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Rotates the document counterclockwise through 90 degrees. + + + + + + + Initializes a new instance of the PdfRotatePageCounterclockwiseCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfRotatePageCounterclockwiseCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfRotatePageCounterclockwiseCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + Prints only pages to which selected bookmarks are linked in the document. + + + + + + + + Initializes a new instance of the PdfOutlinesPrintPagesCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets the ID of the specified PdfOutlinesPrintPagesCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + A value, specifying the event source. + + + + A object that contains data related to the event. + + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains data related to the event. + + + + + + + + + Expands current outlines located in the navigation panel of a PDF viewer. + + + + + + + Initializes a new instance of the PdfOutlinesExpandCurrentCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfOutlinesExpandCurrentCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + + Exports PDF form data. + + + + + + + Initializes a new instance of the PdfExportFormDataCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfExportFormDataCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the icon associated with the PdfExportFormDataCommand. + + + A value, specifying the image name. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Expands or collapses top-level outlines. + + + + + + + Initializes a new instance of the PdfOutlinesExpandCollapseTopLevelCommand class with the specified owner. + + + + A that is the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An enumeration value that is the resource string identifier. + + + + + + + Gets the ID of the specified PdfOutlinesExpandCollapseTopLevelCommand. + + + A member that is the command identifier. + + + + + + + Gets a string resource identifier of the menu caption of a command. + + + An enumeration value that is the resource string identifier. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Lists the values that identify the PDF Viewer commands. + + + + + + + Initializes a new instance of the PdfViewerCommandId class with the specified value. + + + + A System.Int32 value. + + + + + + + + Identifies the . + + + + + + + + + Determines whether or not the specified object is equal to the current PdfViewerCommandId instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current PdfViewerCommandId instance; otherwise false. + + + + + + + Determines whether or not the specified object is equal to the current PdfViewerCommandId instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current PdfViewerCommandId instance; otherwise false. + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PdfViewerCommandId object. + + + An integer value specifying the hash code for the current object. + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + An undefined command. + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + + Identifies the . + + + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.dll new file mode 100644 index 0000000..4e93d50 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.xml new file mode 100644 index 0000000..80297a2 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraPrinting.v15.2.xml @@ -0,0 +1,3888 @@ + + + + DevExpress.XtraPrinting.v15.2 + + + + + + Enables modifying options in the Print dialog that is provided by the . + + + + + + + Indicates whether the All option button is enabled. + + + + + + + + Indicates whether the Current page option button is enabled. + + + + + + + + Indicates whether the Print to file check box is enabled. + + + + + + + + Indicates whether the Selection option button is enabled. + + + + + + + + Indicates whether the Pages option button is enabled. + + + + + + + + + Provides settings to an application's Print dialog. + + + + + + + Assigns a default Print dialog. + + + A , or . + + + + + + + Invokes a specified Print dialog. + + + + A . + + + + A . + + + + An object implementing the interface that is the dialog owner. + + + + A enumeration value that enables editing of specific settings in the invoked dialog. + + + A enumeration value that specifies identifiers to indicate the return value of a dialog box. + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the DataGridLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a DataGridLink class instance. + + + + + + + + Initializes a new instance of the DataGridLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DataGridLink class with default settings. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the page's headers and footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + An object. + + + + + + + Prints the current document to the specified printer. + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the RichTextBoxLink class with default settings. + + + + + + + + Initializes a new instance of the RichTextBoxLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A composite link that can be used to combine several printing links together into a composite document. + + + + + + + Initializes a new instance of the CompositeLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CompositeLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a CompositeLink class instance. + + + + + + + + Initializes a new instance of the CompositeLink class with default settings. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the Printing System of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview form with the document created from this link. + + + + + + + + Invokes the Print Preview form with the document created from this link. + + + + A object which specifies the look and feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the TreeViewLink class with default settings. + + + + + + + + Initializes a new instance of the TreeViewLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the ListViewLink class with the default settings. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A print preview form with a ribbon toolbar. + + + + + + + Initializes a new instance of the PrintPreviewRibbonFormEx class with the default settings. + + + + + + + + + Gets the PrintRibbonController of the Print Preview form with a Ribbon. + + + A object which represents the Print Ribbon Controller of the Print Preview form with a Ribbon. + + + + + + + + Gets the RibbonControl of the Print Preview form with a Ribbon. + + + A object which represents the Ribbon Control of the Print Preview form with a Ribbon. + + + + + + + + Gets the RibbonStatusBar of the Print Preview form with a Ribbon. + + + A object which represents the Ribbon Status Bar of the Print Preview form with a Ribbon. + + + + + + + + + As part of the control, provides a ribbon toolbar to a Print Preview. + + + + + + + Initializes a new instance of the PrintRibbonController class with default settings. + + + + + + + + Initializes a new instance of the PrintRibbonController class with the specified context. + + + + A which contains information about the current context. + + + + + + + + Initializes a new instance of the PrintRibbonController class with the specified container. + + + + An object implementing the interface. + + + + + + + + Starts the PrintRibbonController's initialization. Initialization occurs at runtime. + + + + + + + + + Ends the PrintRibbonController's initialization. + + + + + + + + + Gets a bar item within the Ribbon Control by its command. + + + + + A enumeration value which specifies the command to be executed by the bar item to be found. + + + + A object that represents the bar item which executes the specified command. + + + + + + + Gets the collection of images used in the PrintRibbonController UI. + + + A object. + + + + + + + Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance. + + + + An object of the <T> generic type, representing a collection of Ribbon pages. + + + + + + + Gets or sets the class instance to which the Print Ribbon Controller belongs. + + + + + A class instance to which the Print Ribbon Controller belongs. + + + + + + + Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands. + + + + + + + + + + + Represents the collection of images used in the Ribbon UI. + + + + + + + + Initializes a new instance of the RibbonImageCollection class. + + + + + + + + Gets the specified image from the collection. + + + + A value specifying the image name. + + + An object. + + + + + + + Sets the specified image in the collection. + + + + A value specifying the image name. + + + + An object. + + + + + + + + + Specifies a Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. + + + + + + + Initializes a new instance of the DefaultPrintDialogRunner class with default settings. + + + + + + + + Invokes a customized Print dialog. + + + + A . + + + + A . + + + + An object implementing the interface that is the dialog owner. + + + + A enumeration value that enables editing of specific settings in the invoked dialog. + + + A enumeration value that specifies identifiers to indicate the return value of a dialog box. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the PrintTool class with the specified Printing System. + + + + A object that represents the Print Tool's Printing System. This value is assigned to the property. + + + + + + + + Closes the Print Preview form. + + + + + + + + Closes the Ribbon Print Preview form. + + + + + + + + Disposes of the PrintTool object. + + + + + + + + + Applies the printer settings restored from the specified file to the system default printer. + + + + A value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded. + + + + + + + + Applies the printer settings restored from the specified registry to the system default printer. + + + + A , specifying the system registry path from where the printer settings should be loaded. + + + + + + + + + Applies the printer settings restored from the specified stream to the system default printer. + + + + A from where the printer settings should be loaded. + + + + + + + + For internal use. + + + + A descendant. + + + + + + + + Provides access to a Print Preview form of the PrintTool. + + + A object. + + + + + + + Provides access to a Ribbon Print Preview form of the PrintTool. + + + A object. + + + + + + + Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. + + + + A object that is the parent window for this dialog. + + + true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. + + + + A object, specifying the look-and-feel settings applied to the Print dialog. + + + true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print dialog. + + + true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + Saves the settings of the system default printer to the specified file. + + + + A value, specifying the name of the file (with a full path to it) to where the printer settings should be saved. + + + + + + + + Saves the settings of the system default printer to the specified registry. + + + + A , specifying the system registry path to where the printer settings should be saved. + + + + + + + + + Saves the settings of the system default printer to the specified stream. + + + + A to where the printer settings should be saved. + + + + + + + + Displays a customized Page Setup dialog that reflects the application's current Look And Feel settings. + + + true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). + + + + + + + Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. + + + + + + + + Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. + + + + + + + + Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. + + + + + + + + Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. + + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. + + + + + + + + Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. + + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A control to publish (preview, print and export) documents in Windows Forms applications. + + + + + + + Initializes a new instance of the DocumentViewer class with default settings. + + + + + + + + Specifies a document supplier for the DocumentViewer. + + + A value. + + + + + + + Specifies whether to create a document automatically, or on a user request. + + + + + + + + Specifies a Printing System assigned to the DocumentViewer. + + + A descendant. + + + + + + + Specifies whether to create a document automatically, or on a user request. + + + + true to create a document on a user request; otherwise false. + + + + + + + + + An instrument for report printing. + + + + + + + + Initializes a new instance of the ReportPrintTool class with the specified report. + + + + An object implementing the interface (usually, it is the class instance). + + + + + + + + Specifies whether the Parameters panel is visible in the Print Preview window. + + + + + true to always show the Parameters UI; otherwise false. + + + + + + + Provides access to the settings of the report assigned to the ReportPrintTool. + + + An object implementing the interface (which is typically the class instance). + + + + + + + Displays a customized Page Setup dialog that reflects the application's current Look And Feel settings. + + + true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). + + + + + + + + The base class for the print preview forms with a standard toolbar. + + + + + + + + Initializes a new instance of the PrintPreviewFormExBase class with default settings. + + + + + + + + Gets the Print Control of the Print Preview Form. + + + A object which represents the Print Control of the form. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Specifies whether the Print Preview Form's size, position and zoom setting are saved to the Windows registry. + + + + + true if Print Preview Form settings are saved in the Windows registry; otherwise, false. + + + + + + + Gets or sets the index of the currently selected page in the form's . + + + + + An integer value which represents the index of the selected page. + + + + + + + + Displays the Print Preview Form using the specified Look-and-Feel settings. + + + + + A object which specifies the Look-and-Feel settings to apply to the Print Preview Form. + + + + + + + + Displays the Print Preview Form. + + + + + + + + Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the Print Preview Form form which is shown modally as a child of the specified parent window using the specified look and feel settings. + + + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally as a child of the specified parent window. + + + + + + A object representing the parent window for this dialog. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Print Preview Form. + + + A enumeration value representing the return value of the dialog. + + + + + + + + As part of the control, provides the toolbar, status bar and menu elements in a Print Preview. + + + + + + + + + Initializes a new instance of the PrintBarManager class with default settings. + + + + + + + + Initializes a new instance of the PrintBarManager class with the specified container. + + + + An object implementing the interface. + + + + + + + + Gets or sets the popup control which is used to specify a color within the printing bar manager. + + + + + A object which represents the popup control used to select a color. + + + + + + + Gets a bar item within the bar manager by its command. + + + + + A enumeration value that specifies the command to be executed by the bar item to be found. + + + + A object that is the bar item which executes the specified command. + + + + + + + + Gets the source of images that can be displayed within items. + + + A object which provides images for bar items. + + + + + + + + Gets or sets a stream which contains the images used to display Print Bar Manager items. + + + + A object which represents the stream of images. + + + + + + + Performs basic initialization of the created PrintBarManager object, and assigns the specified Print Control to it. + + + + + + A object which specifies the print control to be assigned. + + + + + + + + + Overrides the property. + + + + A which provides large images for bar button items. + + + + + + + Gets or sets the popup control which is used to specify the number of pages to preview within the printing bar manager. + + + + + A object which represents the popup control used to select the number of pages to preview. + + + + + + + + Gets or sets the print preview bar controlled by this preview bar manager. + + + + A object which represents the print preview bar of this bar manager. + + + + + + + Gets or sets the class instance to which the Print Bar Manager belongs. + + + + + A class instance to which the Print Bar Manager belongs. + + + + + + + + Gets or sets the popup control which is used to specify the document scaling options. + + + + + A object which represents the popup control used to specify scaling options. + + + + + + + Updates print bar manager items according to the current visibility state of the corresponding Printing System commands. + + + + + + + + + Gets or sets the editor which is used to specify the zoom level within the printing bar manager. + + + + + A object which represents the zoom editor. + + + + + + + + A print preview form with a standard toolbar. + + + + + + + Initializes a new instance of the PrintPreviewFormEx class with default settings. + + + + + + + + Gets the of the Print Preview Form. + + + A object which represents the Print Bar Manager of the Print Preview Form. + + + + + + + + + An instrument to print documents created by links. + + + + + + + + Initializes a new instance of the LinkPrintTool class with the specified link. + + + + A descendant. + + + + + + + + + A customized Page Setup dialog that reflects the application's current Look And Feel settings. + + + + + + + Initializes a new instance of the PageSetupEditorForm class with default settings. + + + + + + + + Specifies whether the editor values in the Page Setup dialog use the imperial or metric system of measurement. + + + + true if the editor values are calculated in millimeters; false if the editor values are calculated in inches. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enables running the standard . + + + + + + + Initializes a new instance of the SystemPrintDialogRunner class with default settings. + + + + + + + + Invokes a standard system Print dialog. + + + + A . + + + + A . + + + + An object implementing the interface that is the dialog owner. + + + + A enumeration value that enables editing of specific settings in the invoked dialog. + + + A enumeration value that specifies identifiers to indicate the return value of a dialog box. + + + + + + + + Represents a method that will handle all brick events within the XtraPrinting Library. + + + + + + + A method that will handle all brick events within the XtraPrinting Library. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for all brick events within the XtraPrinting Library. + + + + + + + Initializes a new instance of the BrickEventArgs class with the specified brick. + + + + A value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickEventArgs class with the specified settings. + + + + A object. This value is assigned to the property. + + + + A object. This value is assigned to the property. + + + + A object. This value is assigned to the property. + + + + A structure. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + + + + + Returns an object storing the event arguments. + + + A object, storing the event arguments. + + + + + + + Returns the rectangle displayed when clicking a brick. + + + A structure. + + + + + + + Returns the document page containing the brick for which the corresponding event was fired. + + + + A object, specifying the page on which the brick is located. + + + + + + + + Returns the horizontal mouse position within a brick. + + + A value, specifying the mouse position's X-coordinate (in three hundredths of an inch). + + + + + + + Returns the vertical mouse position within a brick. + + + + A value, specifying the mouse position's Y-coordinate (in three hundredths of an inch). + + + + + + + + A link to print components that implement the interface. + + + + + + + Initializes a new instance of the PrintableComponentLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a PrintableComponentLink class instance. + + + + + + + + Initializes a new instance of the PrintableComponentLink class with default settings. + + + + + + + + Initializes a new instance of the PrintableComponentLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + Provides functionality to print reports. + + + + + + + Initializes a new instance of the XtraPageSettings class with the specified printing system. + + + + A object, which identifies the printing system to be used. + + + + + + + + Assigns the specified page settings. + + + + A object providing the page settings. + + + + + + + + + Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. + + + + A object which specifies the margins of the document. + + + + A value which specifies one of the standard paper sizes. + + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Assigns the default printer's settings to the object. + + + + + + + + + Assigns the default printer settings to the current page settings according to the specified value. + + + + + A object specifying which of the printer settings should be assigned. + + + + + + + + + Assigns the specified printer's settings to the XtraPageSettings object. + + + + A value specifying the printer name. This value is assigned to the property. + + + + A value specifying the paper name. This value is assigned to the property. + + + + A object specifying which of the printer settings should be assigned. + + + + + + + + Provides access to the current page settings. + + + A object representing the current page settings. + + + + + + + + Represents the base class for Ribbon Controller classes that embed their specific functionality into the existing object. + + + + + + + + + + Starts the RibbonControllerBase's initialization. Initialization occurs at runtime. + + + + + + + + + Ends the RibbonControllerBase's initialization. + + + + + + + + + Performs basic initialization of the created Ribbon Controller, and assigns the specified Ribbon Control and Ribbon Status Bar to it. + + + + + A object, specifying the Ribbon Control to be assigned to the property. + + + + + A object, specifying the Ribbon status bar to be assigned to the property. + + + + + + + + + + Gets or sets the class instance to which the Ribbon Controller belongs. + + + + A class instance to which the Ribbon Controller belongs. + + + + + + + Gets or sets the class instance to which the Ribbon Controller belongs. + + + + A class instance to which the Ribbon Controller belongs. + + + + + + + + As part of the control, provides a canvas on which document pages are drawn in a Print Preview. + + + + + + + + Initializes a new instance of the PrintControl class with default settings. + + + + + + + + Occurs when the region of a brick within the is clicked. + + + + + + + + Occurs when a brick within the is double-clicked. + + + + + + + + + Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is pressed. + + + + + + + + Occurs when pressing the mouse button over a brick's region within the . + + + + + + + + Occurs when moving the mouse over a brick's region within the . + + + + + + + + Occurs when releasing the mouse button over a brick's region within the . + + + + + + + + Occurs when the mouse pointer moves over the region specified by a brick within the . + + + + + + + + Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is released. + + + + + + + + Checks whether or not the specified command can be executed. + + + + A enumeration value. + + + true if the command can be executed; otherwise false. + + + + + + + + + + + + + + Occurs after the status of a printing system command has been changed. + + + + + + + + Disables specified export modes of the supported export formats. + + + + An array of export modes to be disabled. + + + + + + + + Provides access to the Print Control's dock manager. + + + A object, representing the dock manager. + + + + + + + Specifies whether or not bookmarks are specified for a document associated with the PrintControl. + + + true if the document contains bookmarks; otherwise false. + + + + + + + Gets whether the Document Map is visible. + + + true if the Document Map is visible; otherwise false. + + + + + + + Executes the printing system command without any parameters. + + + + A enumeration value representing the command to be executed. + + + + + + + + Executes the specified printing system command and passes the specified parameters. + + + + + A enumeration value representing the command to be executed. + + + + A collection of objects representing the parameters to be passed to the executing command. + + + + + + + + Finds a brick based on specific screen coordinates. + + + + A screen coordinate point used to locate a brick. + + + A class instance to which a specific point belongs. + + + + + + + Finds a instance that corresponds to the specified parameters. + + + + A structure. + + + + A object. + + + + A structure. + + + A object. + + + + + + + Gets whether the PrintControl's Find Panel is visible. + + + true if the Find Panel is visible; otherwise false. + + + + + + + Obtains the location and size of the specified brick on the screen. + + + + A object representing the brick whose bounds should be determined. + + + + A object representing the page containing the brick whose bounds should be determined. + + + A object representing brick bounds on the screen. + + + + + + + Specifies whether the PrintControl's horizontal scroll bar is visible or hidden. + + + A value. + + + + + + + Redraws the region specified by a brick within a . + + + + A class instance whose visual representation needs to be redrawn. + + + + + + + + Specifies whether or not the printing system command is enabled. + + + + A enumeration value. + + + true if the command is enabled; otherwise false. + + + + + + + Occurs after a selection border has been drawn around an element in Print Preview. + + + + + + + + + + + + + + + Specifies the Printing System that is used to create and print a document for the link associated with the PrintControl. + + + A class descendant. + + + + + + + Sets the visibility of the Document Map which is available if the document, represented by the Print Control, contains at least one bookmark. + + + + + + true to show the Document Map; otherwise, false. + + + + + + + + Specifies whether or not to display the Thumbnails panel. + + + + true to display thumbnails; otherwise false. + + + + + + + + Moves the print control's focus to the specified brick which is printed on the specified page. + + + + A object representing the brick to which focus is moved. + + + + + A object representing the page where the brick is printed. Note that if a brick is split across two or more pages, then only the part of the brick which is printed on the specified page will be focused. + + + + + + + + + + + + + + + + + + + + + Displays the Search panel within the current PrintControl. + + + + + + + + Indicates whether or not the Thumbnails panel is currently visible. + + + true if thumbnails are visible; otherwise false. + + + + + + + Specifies whether the PrintControl's vertical scroll bar is visible or hidden. + + + A value. + + + + + + + + Implements the basic printing functionality of the XtraPrinting Library. + + + + + + + Initializes a new class instance and adds it to the form's container. + + + + An IContainer that contains a XtraPrintingSystem component, if any. + + + + + + + + Initializes a new instance of the PrintingSystem class with default settings. + + + + + + + + Activates the About dialog. + + + + + + + + Gets the collection of links, defined for the current object. + + + The link collection of the current object. + + + + + + + Gets the current page settings. + + + Current page settings. + + + + + + + Displays the PageSetup dialog. + + + true, if the "OK" button is clicked in the PageSetup dialog, false, if the "Cancel" button is clicked in the PageSetup dialog. + + + + + + + Gets the form used to display the document preview. + + + A object which represents the current preview form. + + + + + + + Gets the Ribbon form used to display the document preview. + + + A object which represents the current preview form. + + + + + + + Prints the current document. + + + + + + + + Prints the current document to the specified printer. + + + + + A representing the name of the printer on which to print the document. + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + A enumeration value containing the return value of the print dialog box. + + + + + + + + Provides access to watermark settings of the printing system's document. + + + A object containing watermark settings. + + + + + + + + A printing link. + + + + + + + Initializes a new instance of the Link class with the specified container. + + + + An object implementing the interface which specifies the owner container of a Link class instance. + + + + + + + + Initializes a new instance of the Link class with default settings. + + + + + + + + Initializes a new instance of the Link class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified PrintingSystem. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A representing the name of the printer on which to print the document. + + + + + + + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Print Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + Enables editing the export options of a report before saving it to a third-party format. + + + + + + + Invokes the Export Options dialog. + + + + An descendant that specifies the report export options. + + + + A descendant. + + + A enumeration value. + + + + + + + Invokes the Export Options dialog. + + + + An descendant. + + + + A descendant. + + + + A dictionary, listing the disabled export modes. + + + A enumeration value. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.dll b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.dll new file mode 100644 index 0000000..efd31ac Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.xml b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.xml new file mode 100644 index 0000000..ee390e8 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/DevExpress.XtraTreeList.v15.2.xml @@ -0,0 +1,15386 @@ + + + + DevExpress.XtraTreeList.v15.2 + + + + + + Contains options that control node drag-and-drop functionality. + + + + + + + Initializes a new instance of the TreeListOptionsDragAndDrop class. + + + + + + + + Gets or sets whether the current TreeList accepts nodes being dragged from another TreeList control. + + + true, if the current TreeList accepts nodes being dragged from another TreeList control; otherwise, false. + + + + + + + Copies settings of the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. + + + true, to allow end-users to clone nodes using drag-and-drop; otherwise, false. + + + + + + + Gets or sets the amount of time (in milliseconds) before the node is expanded when another node is dragged over it. + + + An integer value specifying the delay (in milliseconds) from the time a dragged node begins hovering over a collapsed node to the time that the node is expanded. + + + + + + + Gets or sets whether single or multiple nodes can be dragged simultaneously, or whether the drag-and-drop functionality is disabled. + + + + Nodes drag-and-drop mode. + + + + + + + Gets or sets whether the SHIFT key needs to be pressed to insert a node before another node. + + + true, if the SHIFT key needs to be pressed to insert a node before another node; otherwise, false. + + + + + + + Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. + + + true, if collapsed nodes are automatically expanded when a dragged node is hovered over them; otherwise, false. + + + + + + + + A base class that provides necessary functionality for custom localizers of the Tree List control. + + + + + + + Initializes a new instance of the TreeListLocalizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + + Provides filtering options for the . + + + + + + + Initializes a new instance of the TreeListOptionsFilter class. + + + + + + + + Gets or sets whether recently used filter items are displayed in the Column's Filter DropDown. + + + true if the columns' filter dropdown lists can display recently used filter items; otherwise, false. + + + + + + + Gets or sets whether the Filter Editor can be used to build complex filter criteria. + + + true to allow using the Filter Editor; otherwise, false. + + + + + + + Gets or sets whether the TreeList's MRU Filter List is enabled. + + + true if the MRU Filter List is enabled; otherwise false. + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets the maximum number of items that the Column's Filter DropDown can display simultaneously. + + + An integer value specifying the maximum height of regular filter dropdowns. The height is specified in rows. + + + + + + + Gets or sets how an end-user can edit criteria in the Filter Editor. + + + A value that specifies how an end-user can edit criteria in the Filter Editor. + + + + + + + Gets or sets a filter mode used within the current . + + + A enumerator value that specifies a filter mode used within the current . + + + + + + + Gets or sets the maximum number of items that the column's MRU Filter Lists can store. + + + An integer specifying the maximum number of items that the column's MRU Filter Lists can store. + + + + + + + Gets or sets the maximum number of items the TreeList's MRU Filter List can display at once. + + + An integer value that determines the maximum number of items that the TreeList's MRU Filter List can display at once. + + + + + + + Gets or sets whether the column filter dropdown represented as a checked list shows all available values. + + + true, if the column filter dropdown shows all available values; otherwise, false. + + + + + + + Gets or sets whether the Column's Filter DropDown shows all available values. + + + true to display all values in the Column's Filter DropDown; otherwise false. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted cell's appearance settings. This value is assigned to the property. + + + + A object that provides facilities for painting a cell using the default mechanism. This value is assigned to the property. + + + + A object which represents the column containing the painted cell. This value is assigned to the property. + + + + A object which represents the node in which the painted cell resides This value is assigned to the Node property. + + + + A object which provides view information on the painted cell's editor. This value is assigned to the property. + + + + true if the painted cell has focus; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawNodeCellEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted cell's appearance settings. This value is assigned to the property. + + + + A object that provides facilities for painting a cell using the default mechanism. This value is assigned to the property. + + + + A object which represents the column containing the painted cell. This value is assigned to the property. + + + + A object which represents the node in which the painted cell resides This value is assigned to the Node property. + + + + A object which provides view information on the painted cell's editor. This value is assigned to the property. + + + + true, if the painted cell has focus; otherwise, false. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets the painted cell's display text. + + + A string value representing the painted cell's display text. + + + + + + + Gets the painted cell's value. + + + An object representing the painted cell's value. + + + + + + + Gets the painted cell's column. + + + A object representing the column that contains the painted cell. + + + + + + + Gets the editor's painter object used to paint a cell. + + + A BaseEditPainter object providing a painting mechanism for the painted editor. + + + + + + + Gets the editor's view information. + + + A object providing view information on the painted cell's editor. + + + + + + + Gets a value indicating whether the painted cell has focus. + + + true if the painted cell has focus; otherwise. false. + + + + + + + + Enumerates the comparison operator types for the filter conditions created for specific columns via the Auto Filter Row. + + + + + + + The Contains operator selects records whose values in the corresponding column contain the entered string. + + + + + + + + +For columns being filtered by their display text (see ), the Default option acts identically to the Like option. + + + +The Default option acts like the Equals option for the columns that have any of the following in-place editors or any of their descendants: , , or . + + + +For other columns, the Default option acts identically to the Like option. + + + + + + + + + + The Equals comparison operator selects records whose values in the corresponding column match the entered value. + + + + + + + + +The Like comparison operator selects records whose values in the corresponding column start with the entered string. + + +For the columns that use , , or in-place editors, the Equals operator is always used, unless these columns are filtered by display text (see ). + + + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. + + + + A TreeListMenu object that specifies the menu to be displayed. This value is assigned to the property. + + + + A Point value that specifies the point at which the menu is to be displayed. + + + + A Boolean value that specifies if display of the menu is allowed. This value is assigned to the property. + + + + + + + + + Gets or sets if display of the menu is allowed. + + + true if display of the menu is allowed; otherwise, false. + + + + + + + + Gets or sets the control's popup menu that will be shown. + + + A TreeListMenu object that is the menu that will be shown. + + + + + + + + Gets the position where the menu is to be invoked. + + + A Point value that specifies the position where the menu is to be invoked. + + + + + + + + Lists the values that identify cells within which animation is enabled. + + + + + + + Animation is enabled within all visible cells. + + + + + + + + Animation is enabled within the focused node. + + + + + + + + The same value as the option. + + + + + + + + Animation is disabled. + + + + + + + + + Enumerates data types that columns can have in unbound mode. + + + + + + + Indicates that the column contains Boolean values (the type). + + + + + + + + Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. + + + + + + + + Indicates that the column contains date-time values (the type). + + + + + + + + Indicates that the column contains decimal values (the type). + + + + + + + + Indicates that the column contains integer values (the type). + + + + + + + + Indicates that the column contains values of any type. + + + + + + + + Indicates that the column contains string values (the type). + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the VirtualTreeSetCellValueInfo class. + + + + The current cell's old value. This value is assigned to the property. + + + + The new value to be assigned to the current cell. This value is assigned to the property. + + + + A business object to be processed. This value is assigned to the property. + + + + A object that represents the currently processed column. This value is assigned to the property. + + + + + + + + Gets or sets whether the new value is discarded. + + + true if the new value is discarded; otherwise, false. + + + + + + + Gets the column that contains the cell being currently processed. + + + A object that represents the column being currently processed. + + + + + + + Gets the new data for the current cell. + + + An object that represents the new data for the cell. + + + + + + + Gets an instance of the business object being currently processed. + + + An object being currently processed. + + + + + + + Gets the current cell's old data. + + + An object that specifies the current cell's old data. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the VirtualTreeGetChildNodesInfo class. + + + + A business object to be processed. This value is assigned to the property. + + + + + + + + Gets or sets the collection of children for the currently processed business object. + + + Initially this property is set to a null reference. Use this property to assign a list of children for the currently processed object. + + + + + + + Gets an instance of the business object being currently processed. + + + An object being currently processed. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the VirtualTreeGetCellValueInfo class. + + + + A business object to be processed. This value is assigned to the property. + + + + A object that represents the currently processed column. This value is assigned to the property. + + + + + + + + Gets or sets the current cell's data. + + + Initially this property is set to a null reference. Use this property to supply data for the current cell. + + + + + + + Gets the column that contains the cell currently being processed. + + + + A object that represents the column currently being processed. + + + + + + + + Gets an instance of the business object being currently processed. + + + An object being currently processed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the Tree List control which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the Tree List control which fires the event. + + + + A object that contains data for the event. + + + + + + + + + Contains values that specify how data searching is initiated within specific controls. + + + + + + + + A control starts searching data automatically, after a short delay. + + + + + + + + + This option is equivalent to Always. + + + + + + + + A control starts searching data on clicking the Find button or pressing ENTER. + + + + + + + + + Contains values that specify when the Filter Panel is visible. + + + + + + + + The Filter Panel is shown when a filter is applied to the control. Otherwise, the Filter Panel is hidden. + + + + + + + + The Filter Panel is hidden. + + + + + + + + The Filter Panel is always shown at the bottom of the control. + + + + + + + + + Provides access to options controlling the view and behavior settings of the Find Panel. + + + + + + + Initializes a new instance of the TreeListOptionsFind class. + + + + + + + + Gets or sets whether the Find Panel can be invoked by an end-user. + + + true if the Find Panel can be invoked by an end-user; otherwise, false. + + + + + + + Gets or sets whether the Find Panel is always visible. + + + true if the Find Panel is always visible; otherwise, false. + + + + + + + Copies all the settings of the options object passed as this method's parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the Find Panel's search (filter) string is cleared when the Find Panel is hidden. + + + true if the Find Panel's search string is cleared on hiding the control; otherwise, false. + + + + + + + Returns '*' which means that the search is performed against all visible columns. + + + + + + + + + Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active). + + + An integer that specifies the delay in milliseconds, after which a data search is initiated. + + + + + + + Gets or sets the field names against which searches are performed by the Find Panel. + + + A string specifying the field names against which searches are performed. + + + + + + + Gets or sets whether data searches start automatically, or must be started manually. + + + + The value that specifies whether a search starts automatically, or must be started manually. + + + + + + + Gets or sets the text displayed grayed out when the search box is empty. + + + The text displayed grayed out when the search box is empty. + + + + + + + Gets or sets whether the search string is highlighted within located records. + + + true if the search string is highlighted within located records; otherwise, false. + + + + + + + Gets or sets whether the Clear button is displayed within the Find Panel. + + + true if the Clear button is displayed within the Find Panel; otherwise, false. + + + + + + + Gets or sets whether the close ('x') button is displayed within the Find Panel. + + + true if the close ('x') button is displayed within the Find Panel; otherwise, false. + + + + + + + Gets or sets whether the Find button is displayed within the Find Panel. + + + true if the Find button is displayed within the Find Panel; otherwise, false. + + + + + + + + Represents a style condition collection for a Tree List control. + + + + + + + Initializes a new instance of the StyleFormatConditionCollection class. + + + + A control that will own the new collection. The value is assigned to the property. + + + + + + + + Adds the specified style condition object to the end of the collection. + + + + A object to be added to the collection. + + + + + + + + Adds an array of style condition objects. + + + + An array of objects to be added to the collection. + + + + + + + + Compares the two specified values. + + + + The first value to compare. + + + + The second value to compare. + + + 0 if the values are equal; -1 if the first value is less than the second value; 1 if the first value is greater than the second value. + + + + + + + + Gets whether the control that owns the current collection is being initialized. + + + + true if the control that owns the current collection is being initialized; otherwise, false. + + + + + + + Provides access to style conditions, using the data that is stored in the Tag property as an indexer. + + + + An object to search against the properties of style conditions stored in this collection. + + + A object which contains the specified tag object in the property. + + + + + + + Provides indexed access to style conditions in the current collection. + + + + An integer that represents the zero-based index of the object to be returned. + + + A object with the specified index. + + + + + + + Gets a control that owns the current collection. + + + A object which is the owner of the current collection. + + + + + + + + Represents a style condition object that can be applied to a Tree List control. + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified settings. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. + + + + Any object to be associated with the created style condition. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + true to apply the specified style to entire nodes that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. + + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified settings. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + Any object to be associated with the created style condition. This value is assigned to the property. + + + + A descendant which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. + + + + true to apply the specified style to entire nodes that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. + + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified settings. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. + + + + Any object to be associated with the created style condition. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + + + + + Initializes a new instance of the StyleFormatCondition class. + + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + + + + + Initializes a new instance of the StyleFormatCondition class with the specified settings. + + + + A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. + + + + A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. + + + + Any object to be associated with the created style condition. This value is assigned to the property. + + + + An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. + + + + + + + + Gets or sets whether the appearance settings are to be applied to entire nodes or individual cells. + + + true to apply the appearance settings to entire nodes; otherwise, false. + + + + + + + Copies the properties of the specified object to the current object. + + + + The object whose properties should be copied. + + + + + + + + Gets or sets the column whose values take part in conditional formatting. + + + A object representing the column whose values are used in conditional formatting. null (Nothing in Visual Basic) if all columns' values are involved. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The name of the column to which the current condition is applied. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents the method for handling events which take a object as a parameter. + + + + The event source. This identifies the Tree List control which fires the event. + + + + A object that contains data for the event. + + + + + + + + + An editor that provides lookup functionality using a drop-down . + + + + + + + Initializes a new instance of the TreeListLookUpEdit class. + + + + + + + + Gets the class name of the current editor. + + + A string that is the class name of the current editor. + + + + + + + + Returns a data source row corresponding to the currently selected edit value. + + + An object that represents a data source row corresponding to the currently selected edit value. + + + + + + + Specifies settings specific to the current editor. + + + A object containing settings for the editor. + + + + + + + + Contains options that specify how a control's layout is restored from a data store (a stream, xml file or the system registry). + + + + + + + Initializes a new instance of the OptionsLayoutTreeList class. + + + + + + + + Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. + + + true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. + + + + + + + Copies the settings from the object passed as the parameter. + + + + An object whose settings are copied to the current object. + + + + + + + + Gets or sets whether the columns that exist in a layout when it's restored, but that don't exist in the current control, should be discarded or added to the control. + + + + + true to discard the columns that exist in the layout being restored, but don't exist in the current control; false to add these columns to the control. + + + + + + + + + Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage, and restored when the layout is restored from storage. + + + true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The control that fires the event. + + + + Contains event data. + + + + + + + + + Contains options that control node navigation functionality. + + + + + + + Initializes a new instance of the TreeListOptionsNavigation class. + + + + + + + + Copies settings of the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + Gets or sets whether a newly added node is automatically focused. + + + true, if a newly added node is automatically focused; otherwise, false. + + + + + + + Gets or sets whether the Left Arrow and Right Arrow keyboard keys move focus to the next/previous node when the current node's last/first cell is focused. + + + true, if horizontal navigation keys can move focus between nodes; otherwise, false. + + + + + + + Gets or sets whether the ENTER key can be used to move focus between cells. + + + true, to enable focus moving using the ENTER key; otherwise, false. + + + + + + + Gets or sets whether end-users can navigate through cells using Arrow keys while editing cells. + + + true, to allow end-users to navigate through cells using arrow keys while editing cells; otherwise, false. + + + + + + + Gets or sets whether advanced horizontal navigation is enabled in a banded layout. + + + + + + + + + + Gets or sets whether advanced vertical navigation is enabled in a banded layout. + + + true, if advanced vertical navigation is enabled; otherwise, false. + + + + + + + Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. + + + true, if the TAB/SHIFT+TAB key combinations are processed by the Tree List; otherwise, false. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomizeNewNodeFromOuterDataEventArgs class with the specified settings. + + + + The node being dragged. This object is used to initialize the property. + + + + The node onto which or relative to which the source node is dropped. This object is used to initialize the property. + + + + A dictionary containing data to initialize a new node. This object is used to initialize the property. + + + + + + + + Gets the node onto which (or relative to which) the is dropped. + + + The node relative to which the dragged node is dropped. + + + + + + + Gets or sets whether you perform all the required actions manually and no default processing is required. + + + true if no default processing is required; false if default processing will be performed after your event handler execution. + + + + + + + Provides access to the dictionary that contains data to initialize a new node. + + + The dictionary that contains data to initialize a new node. + + + + + + + Gets the node (from another TreeList control) being dragged. + + + The node (from another TreeList control) being dragged. + + + + + + + + Provides access to a 's customization options. + + + + + + + Initializes a new instance of a TreeListOptionsCustomization class. + + + + + + + + Specifies whether bands can be moved by dragging their headers. + + + true, if bands can be moved to a new position; otherwise, false. + + + + + + + Specifies whether bands can be resized by dragging the right edge of their headers. + + + true, if bands can be resized; otherwise, false. + + + + + + + Specifies whether bands can be moved between parents. + + + true, if bands can be moved between parents; otherwise, false. + + + + + + + Specifies whether columns can be moved between bands. + + + true, if columns can be moved between bands; otherwise, false. + + + + + + + Specifies whether columns can be moved by dragging their headers. + + + true, if columns can be moved to a new position; otherwise, false. + + + + + + + Specifies whether columns can be resized by dragging the right edge of their headers. + + + true, if columns can be resized; otherwise, false. + + + + + + + Specifies whether bands and individual columns can be hidden by dragging their headers away from the header panel. + + + true, if bands and columns can be hidden by dragging their headers away from the header panel; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + An object whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the Customization Form displays the search box that allows end-users to find columns and bands. + + + true, if the Customization Form displays the search box; otherwise, false. + + + + + + + Specifies whether hidden bands are displayed in the Customization Form. + + + true, if hidden bands are displayed in the Customization Form; otherwise, false. + + + + + + + + Provides access to band options. + + + + + + + Initializes a new instance of a TreeListOptionsBand class. + + + + + + + + Specifies whether the band can be moved by dragging its header. + + + true, if the band can be moved to a new position; otherwise, false. + + + + + + + Specifies whether the band can be resized by dragging the right edge of its header; + + + true, if the band can be resized; otherwise, false. + + + + + + + Copies all settings from the options object passed as a parameter. + + + + An object whose settings are assigned to the current object. + + + + + + + + Specifies whether the band's width remains fixed when the 's auto width feature is enabled and the Tree List is resized. + + + true, if the band's width remains fixed; otherwise, false. + + + + + + + Specifies whether the band's header is displayed in the Customization Form when the band is hidden. + + + true, the band's header is displayed in the Customization Form when the band is invisible; otherwise, false. + + + + + + + + Provides column options. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether end-users can invoke editors for the column's cells. + + + true if end-users are allowed to invoke cell editors; otherwise, false. + + + + + + + Gets or sets whether end-users can move focus to the column using either the mouse or keyboard. + + + true if end-users can move focus to the column using either the mouse or keyboard; otherwise, false. + + + + + + + Gets or sets whether end-users can drag the column's header. + + + true if end-users can drag the column's header; otherwise, false. + + + + + + + Gets or sets whether end-users can drag the column's header to the Customization Form. + + + true to allow end-users to drag the column's header to the Customization Form; otherwise, false. + + + + + + + Gets or sets whether end-users can drag the column header's right edge to change the column's width. + + + true if end-users can change the column's width; otherwise, false. + + + + + + + Gets or sets whether end-users can sort data by the column's values. + + + true if end-users can sort data by the column's values; otherwise, false. + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the column's width remains the same when the column's auto width feature is enabled. + + + true if the column's width remains the same when the column's auto width feature is enabled; otherwise, false. + + + + + + + Gets or sets whether a column is included in the print/export output. + + + A value that specifies whether a column is included in the print/export output. + + + + + + + Gets or sets whether end-users are prevented from editing the column's cell values. + + + true if end-users are prevented from modifying the column's cell values; otherwise, false. + + + + + + + Gets or sets whether the column's header is displayed within the Customization Form when the column is hidden. + + + true if the column's header is displayed within the Customization Form when the column is hidden; otherwise, false. + + + + + + + Gets or sets whether the current column is available in the field list in the Expression Editor. + + + true, if the current column is available in the field list in the Expression Editor; otherwise, false. + + + + + + + + Provides the appearance settings used to paint the elements in a Tree List when it's printed and exported. + + + + + + + Initializes a new instance of the class. + + + + A object or its descendant which represents the Tree List that will own the created collection. + + + + + + + + Gets the appearance settings used to paint the band headers when the is printed. + + + An object that specifies the appearance settings used to paint the band headers when the is printed. + + + + + + + Gets the appearance settings used to paint the caption when the Tree List is printed. + + + An object which provides the appearance settings used to paint the caption when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the even nodes when the Tree List is printed. + + + A object which provides the appearance settings used to paint the even nodes when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the summary footer when the Tree List is printed. + + + A object which provides the appearance settings used to paint the summary footer when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the group footer when the Tree List is printed. + + + A object which provides the appearance settings used to paint the group footer when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the column headers when the Tree List is printed. + + + A object which provides the appearance settings used to paint the column headers when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the horizontal and vertical lines when the Tree List is printed. + + + A object which provides the appearance settings used to paint the horizontal and vertical lines when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the odd nodes when the Tree List is printed. + + + A object which provides the appearance settings used to paint odd nodes when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the preview sections when the Tree List is printed. + + + A object which provides the appearance settings used to paint the preview sections when the Tree List is printed. + + + + + + + Gets the appearance settings used to paint the data cells when the Tree List is printed. + + + A object which provides the appearance settings used to paint the data cells when the Tree List is printed. + + + + + + + + Provides view options for the Tree List controls. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether columns within a band can be arranged in multiple rows. + + + true, if columns can be arrange in multiple rows; otherwise, false. + + + + + + + Gets or sets whether column and node icons of the current should be painted with the foreground color of these columns or nodes. + + + + true, if column and node icons of the current should be painted with the foreground color of these columns or nodes; otherwise, false. + + + + + + + + Gets or sets whether HTML formatting can be applied to column and band captions. + + + true if HTML formatting can be applied to column and band captions; otherwise, false. + + + + + + + Gets or sets the animation mode, which identifies cells for which animation is enabled. + + + Animation mode. + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the number of text lines within preview sections are calculated automatically depending upon their contents. + + + true to enable automatic calculation of the height of preview sections; otherwise, false. + + + + + + + Gets or sets whether the widths of column is automatically adjusted so that the total width of all the columns matches the Tree List's width. + + + true to enable the column auto width feature; otherwise, false. + + + + + + + Gets or sets whether the column header height is automatically adjusted to fit wrapped column captions. + + + + A value that specifies whether the column header height is automatically adjusted to fit wrapped column captions. + + + + + + + + Gets or sets whether even nodes are painted using the appearance settings provided by the property. + + + true to paint even nodes using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets whether odd nodes are painted using the appearance settings provided by the property. + + + true to paint odd nodes using the appearance settings provided by the property; false to use the appearance settings provided by the property. + + + + + + + Gets or sets whether the expand button is vertically centered within the node. + + + true if the expand button is vertically centered within the node; false if the button is top-aligned. + + + + + + + Gets or sets a value that specifies how the focus rectangle is painted. + + + A value that specifies the focus rectangle style. + + + + + + + Gets or sets the display style of column filter buttons. + + + A enumeration value which specifies the display style of column filter buttons. + + + + + + + Gets or sets whether the Auto Filter Row is displayed. + + + true to display the Auto Filter Row; otherwise false. + + + + + + + Gets or sets whether band headers are displayed. + + + true, if band headers are displayed; otherwise, false. + + + + + + + Gets or sets whether bands are displayed. + + + A value that specifies whether the band panel is displayed. + + + + + + + Gets or sets whether the expand buttons are displayed. + + + true to display the expand buttons; otherwise, false. + + + + + + + Gets or sets whether the caption panel is displayed at the top of the control. + + + true, if the caption is displayed above the ; otherwise, false. + + + + + + + Gets or sets whether nodes display check boxes. + + + true to show check boxes; otherwise, false. + + + + + + + Gets or sets whether column headers are displayed. + + + true to display column headers; otherwise, false. + + + + + + + Gets or sets a value that specifies when the Filter Panel is shown. + + + A enumeration value which specifies when the filter panel is shown. + + + + + + + Gets or sets whether a focus frame is displayed around the focused cell. + + + true to display a focus frame around the focused cell; otherwise, false. + + + + + + + Gets or sets whether horizontal lines are displayed. + + + true to display horizontal lines; otherwise, false. + + + + + + + Gets or sets whether tree indents are painted using the appearance settings of their corresponding nodes. + + + true to paint tree indents using the appearance settings of their corresponding nodes; otherwise, false. + + + + + + + Gets or sets whether the node indicator panel is displayed. + + + true to display the node indicator panel; otherwise, false. + + + + + + + Gets or sets whether preview sections are displayed. + + + true to display preview sections; otherwise, false. + + + + + + + Gets or sets whether tree lines between root nodes are displayed. + + + true to display tree lines between root nodes; otherwise, false. + + + + + + + Gets or sets whether group footers are displayed. + + + true to display group footers; otherwise, false. + + + + + + + Gets or sets whether the summary footer is displayed. + + + true to display the summary footer; otherwise, false. + + + + + + + Gets or sets whether vertical lines are displayed. + + + true to display vertical lines; otherwise, false. + + + + + + + + Provides selection options for Tree List controls. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the appearance settings for the focused cell are enabled. + + + true if the appearance settings for the focused cell are enabled; otherwise, false. + + + + + + + Gets or sets whether the appearance settings for the focused node are enabled. + + + true if the appearance settings for the focused node are enabled; otherwise, false. + + + + + + + Gets or sets whether the focused style is applied to the focused cell only or to all the cells except for the focused one. + + + true to apply the focused style to the focused cell only; otherwise, false. + + + + + + + Gets or sets whether multiple nodes can be selected. + + + true to allow multiple nodes to be selected; otherwise, false. + + + + + + + Gets or sets whether multiple selection is made by node or by cell. + + + A enumeration value that specifies whether multiple selection is made by node or by cell. + + + + + + + Gets or sets whether nodes are focused when right-clicked. + + + true, if nodes are focused when right-clicked; otherwise, false. + + + + + + + Gets or sets whether nodes can be selected via the node indicator when the Tree List is in multiple selection mode. + + + true if nodes can be selected via the node indicator; otherwise, false. + + + + + + + + Provides options that control how the Tree List control is printed and exported. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether the print/export progress window contains the Cancel button, which allows an end-user to cancel the current print/export operation. + + + true, if the print/export progress window contains the Cancel button; otherwise, false. + + + + + + + Copies all the settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the height of nodes is calculated automatically when the Tree List is printed. + + + true if the height of nodes is calculated automatically; otherwise, false. + + + + + + + Gets or sets whether columns are automatically stretched when the Tree List is printed so that it fits the page's width (except margins). + + + + true to force the Tree List to fit the printed page horizontally; otherwise, false. + + + + + + + Gets or sets whether the Tree List is printed with all its nodes expanded. + + + true to expand all the collapsed nodes when the Tree List is printed; otherwise, false. + + + + + + + Gets or sets whether band headers are printed/exported. + + + true, if band headers are printed/exported; otherwise, false. + + + + + + + Gets or sets whether the tree indents are painted using the appearance settings of their corresponding nodes when the Tree List is printed. + + + true to paint the tree indents using the appearance settings of their corresponding nodes; otherwise, false. + + + + + + + Gets or sets whether horizontal lines are printed. + + + true to print horizontal lines; otherwise, false. + + + + + + + Gets or sets whether the state and select images are printed. + + + true to print node images; otherwise, false. + + + + + + + Gets or sets whether column headers are printed. + + + true to print column headers; otherwise, false. + + + + + + + Gets or sets whether preview sections are printed. + + + true to print preview sections; otherwise, false. + + + + + + + Gets or sets whether the summary footer is printed. + + + true to print the summary footer; otherwise, false. + + + + + + + Gets or sets whether group footers are printed. + + + true to print group footers; otherwise, false. + + + + + + + Gets or sets whether the tree lines are printed. + + + true to print tree lines; otherwise, false. + + + + + + + Gets or sets whether the node expand buttons are printed. + + + true to print node expand buttons; otherwise, false. + + + + + + + Gets or sets whether vertical lines are printed. + + + true to print vertical lines; otherwise, false. + + + + + + + Gets or sets whether a separate window is used to indicate print/export progress. + + + true, if a separate window is used to indicate print/export progress; otherwise, false. + + + + + + + Gets or sets whether the print appearances are used when the Tree List is printed and exported. + + + true to use the print appearances; otherwise, false. + + + + + + + + Provides behavior options for Tree List controls. + + + + + + + Initializes a new instance of the TreeListOptionsBehavior class with the specified settings. + + + + A object to which the current behavior settings belong. + + + + + + + + Gets or sets whether an end-user can copy selected nodes to the clipboard via the CTRL+C shortcut. + + + true if an end-user can copy selected nodes to the clipboard via a keyboard shortcut; otherwise, false. + + + + + + + Gets or sets whether a node is expanded/collapsed after it has been double clicked. + + + true if the node is expanded/collapsed after it has been double clicked; otherwise, false. + + + + + + + Gets or sets whether end-users can locate nodes by typing the desired column value. + + + true if incremental searching is allowed; otherwise, false. + + + + + + + Gets or sets whether a node can be set to the indeterminate check state. + + + true if a node's check state can be set to the indeterminate state; otherwise, false. + + + + + + + Gets or sets whether smooth pixel-based vertical scrolling is enabled for nodes. + + + + A value that specifies whether smooth pixel-based vertical scrolling is enabled for nodes. + + + + + + + + Gets or sets whether a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. + + + true if a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open; otherwise, false + + + + + + + Gets or sets whether child nodes are automatically checked/unchecked when a parent node is checked/unchecked and vice versa. + + + true if child nodes are automatically checked/unchecked when a parent node is checked/unchecked; otherwise, false. + + + + + + + Copies all the settings from the options object passed as the parameter to the current object. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether the node's parent field value is automatically set to the key field value of its parent node. + + + true, if the node's parent field value is automatically set to the key field value of its parent node; otherwise, false. + + + + + + + Gets or sets whether a newly added node is automatically focused. + + + true if a newly added node is automatically focused; otherwise, false. + + + + + + + Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node's last/first cell is focused. + + + true if horizontal navigation keys can move focus between nodes; otherwise, false. + + + + + + + Gets or sets whether the height of each node is automatically adjusted to completely display the contents of its cells. + + + true to enable automatic calculation of the heights of nodes; otherwise, false. + + + + + + + Gets or sets whether columns should be automatically created for all the fields in the underlying data source when the Tree List doesn't contain any columns. + + + + true if the columns are created automatically when the Tree List doesn't contain any columns; otherwise, false. + + + + + + + Gets or sets whether activating a cell editor using the mouse or ENTER or F2 keys selects the entire editor's content. + + + true to select the entire cell's content when editing starts; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. + + + true, to allow end-users to clone nodes using drag-and-drop; otherwise, false. + + + + + + + Gets or sets whether the active editor is automatically closed when the Tree List loses focus. + + + true if the active editor is automatically closed when the Tree List loses focus and any changes made to the edited cell's content are saved; otherwise, the cell's editor isn't closed. + + + + + + + Gets or sets whether column captions are copied to the clipboard. + + + true if column captions are copied to the clipboard along with selected nodes; false if only selected nodes are copied to the clipboard. + + + + + + + Gets or sets whether data is copied to the clipboard with the hierarchy information included or in a flat form. + + + true if data is copied to the clipboard with the hierarchy information included; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to move or copy nodes using drag-and-drop. + + + true, to allow end-users to move or copy nodes using drag-and-drop; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to invoke cell editors. + + + true if end-users are allowed to invoke cell editors; otherwise, false. + + + + + + + Gets or sets a value which specifies whether nodes can be filtered. + + + true to allow nodes to be filtered; otherwise, false. + + + + + + + + Gets or sets whether the ENTER key can be used to move focus between cells. + + + true to enable focus moving using the ENTER key; otherwise, false. + + + + + + + Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. + + + true if collapsed nodes are automatically expanded when a dragged node is hovered over them; otherwise, false. + + + + + + + Gets or sets whether the collapsed nodes are automatically expanded if they match the filter criteria. + + + true, if the collapsed nodes are automatically expanded if match the filter criteria; otherwise, false. + + + + + + + Gets or sets a value that specifies whether collapsed nodes are expanded to display the node if it matches the search criteria. + + + true to expand the collapsed node if it matches the search criteria; otherwise, false. + + + + + + + Gets or sets whether an in-place editor is automatically activated when a cell is clicked. + + + true if an in-place editor is automatically activated when a cell is clicked; otherwise, false. + + + + + + + Gets or sets whether the selected nodes remain selected when their values are being edited. + + + true if the selected nodes remain selected when their values are being edited; false if the nodes are automatically deselected after the selected cell's editor has been invoked. + + + + + + + Gets or sets whether end-users can navigate through cells using arrow keys while editing. + + + true to allow end-users to navigate through cells using arrow keys while editing; otherwise, false. + + + + + + + Gets or sets whether the method creates columns that are bound to the fields specified by the , and properties. + + + true to create service columns when calling the method; false, service columns are not created. + + + + + + + Gets or sets whether the current is read-only. + + + true if the current is read-only; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to change the heights of nodes. + + + true to allow end-users to change the heights of nodes; otherwise, false. + + + + + + + Gets or sets whether a cell's editor is activated when the mouse button is released from a click within the cell. + + + true to activate a cell's editor when the mouse button is released from a click within the cell; false to activate a cell's editor when the mouse button is initially pressed within the cell. + + + + + + + Gets or sets whether tooltips are displayed for the cells and column headers. + + + true, to show tooltips for the cells and column headers with truncated content; otherwise, false. + + + + + + + Gets or sets whether the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List's area. + + + true if the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List's area; otherwise, false. + + + + + + + Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. + + + true if the TAB/SHIFT+TAB key combinations are processed by the Tree List; otherwise, false. + + + + + + + + Provides the appearance settings used to paint the Tree List. + + + + + + + Initializes a new instance of the class with the specified owner. + + + + An object which implements the IAppearanceOwner interface (the or descendant) that will own the created collection. + + + + + + + + Gets the appearance settings used to paint band headers. + + + An object that specifies the appearance settings used to paint band headers. + + + + + + + Gets the appearance settings used to paint the caption. + + + An object that provides the appearance settings used to paint the Tree List's caption. + + + + + + + Gets or sets the appearance of the hint text displayed within an empty Customization Form. + + + A object that contains corresponding style settings. + + + + + + + Gets the appearance settings used to paint the Tree List's empty space. + + + An object that provides the appearance settings used to paint the Tree List's empty space. + + + + + + + Gets the appearance settings used to paint even nodes. + + + An object that provides the appearance settings used to paint even nodes. + + + + + + + Gets the appearance settings used to paint the Filter Panel. + + + An object that contains appearance settings used to paint the filter panel. + + + + + + + Gets the appearance settings used to paint the fixed lines. + + + A object that provides the appearance settings used to paint the fixed lines. + + + + + + + Gets the appearance settings used to paint the currently focused cell. + + + An object that provides the appearance settings used to paint the currently focused cell. + + + + + + + Gets the appearance settings used to paint the currently focused node. + + + An object which provides the appearance settings used to paint the currently focused node. + + + + + + + Gets the appearance settings used to paint the summary footer. + + + + An object that provides the appearance settings used to paint the summary footer. + + + + + + + Gets the appearance settings used to paint node expand buttons. + + + An object that provides the appearance settings used to paint node expand buttons. + + + + + + + Gets the appearance settings used to paint the group footer. + + + An object that provides the appearance settings used to paint the group footer. + + + + + + + Gets the appearance settings used to paint the column header and node indicator panels. + + + An object that provides the appearance settings used to paint the column header and node indicator panels. + + + + + + + Gets the appearance settings used to paint the column header panel's background. + + + An object that specifies the appearance settings used to paint the column header panel's background. + + + + + + + Gets the appearance settings used to paint the selected node(s) when the Tree List isn't focused. + + + An object that provides the appearance settings used to paint the selected node(s) when the Tree List isn't focused. + + + + + + + Gets the appearance settings used to paint the horizontal lines. + + + An object that provides the appearance settings used to paint the horizontal lines. + + + + + + + Gets the appearance settings used to paint odd nodes. + + + A object that provides the appearance settings used to paint odd nodes. + + + + + + + Gets the appearance settings used to paint the preview section. + + + An object that provides the appearance settings used to paint the preview section. + + + + + + + Gets the appearance settings used to paint data cells within Tree List nodes. + + + An object that provides the appearance settings used to paint data cells within Tree List nodes. + + + + + + + Gets the appearance settings used to paint the selected nodes. + + + An object that provides the appearance settings used to paint the selected nodes. + + + + + + + Gets the appearance settings used to paint the tree lines. + + + An object that provides the appearance settings used to paint the tree lines. + + + + + + + Gets the appearance settings used to paint the vertical lines. + + + A object that provides the appearance settings used to paint the vertical lines. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted footer's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting a footer using the default mechanism. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawFooterEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted footer's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting a footer using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the Tree List that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CreateCustomNodeEventArgs class with the specified settings. + + + + A zero-based integer specifying the unique identifier of the created node. This value is assigned to the property. + + + + A collection which owns the created node. This value is assigned to the property. + + + + A custom object to be associated with the created node. This value is assigned to the property. + + + + + + + + Gets or sets a value which represents the created node. + + + A descendant which represents the created node. + + + + + + + Gets the node's unique identifier. + + + A zero-based integer specifying the unique identifier of the created node. + + + + + + + Gets the collection of nodes which owns the created node. + + + A collection which owns the created node. + + + + + + + Gets the data associated with the Tree List node via the constructor. + + + An object containing custom information associated with the Tree List node. + + + + + + + + Contains values that specify the filter dropdown style for Tree List columns. + + + + + + + The filter dropdown is represented as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the control will display those records that contain the checked values. + + + + + + + + This mode is in effect for columns displaying date-time values. The filter dropdown contains a calendar, plus check boxes that allow used date intervals to be selected. +If there is no underlying data that would fall into a specific date range, the corresponding check box is hidden. + + + + + + + + For columns displaying date-time values, this option is equivalent to the Date option. For other columns, this option is equivalent to the List option. + + + + + + + + The filter dropdown is represented as a regular list of filter items. Clicking an item invokes a corresponding action, and automatically closes the dropdown. + + + + + + + + + Contains filter options for columns. + + + + + + + Initializes a new instance of the TreeListOptionsColumnFilter class. + + + + + + + + Gets or sets whether the column's values can be filtered using the Auto Filter Row. + + + true if the column's values can be filtered using the automatic filtering row; otherwise, false. + + + + + + + Gets or sets whether an end-user can filter against the current column using the filter dropdown. + + + + + true if an end-user can filter against the current column using the filter dropdown; otherwise, false. + + + + + + + Copies the settings from the object passed as the parameter. + + + + An object whose settings are copied to the current object. + + + + + + + + Gets or sets the type of the comparison operator used to create filter conditions for the current column via the auto filter row. + + + An value that determines the type of the comparison operator used to create filter conditions for the current column via the auto filter row. + + + + + + + Gets or sets the display mode for the current column's filter dropdown. + + + + A value that specifies the display mode for the column's filter dropdown list. + + + + + + + Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the contents of the auto filter row's cell. + + + + true if the column's filter condition is updated each time an end-user modifies the contents of the auto filter row's cell; otherwise, false. + + + + + + + This option is in effect for date-time columns whose Filter DropDown contains an embedded calendar with check boxes to select common date intervals. It specifies whether selecting a date or date range via this dropdown window filters Tree List nodes immediately. + + + A value that specifies whether data is filtered immediately when selecting a date or date range via the calendar. + + + + + + + Gets or sets whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. + + + + A value that specifies whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. + + + + + + + Gets or sets whether a Filter DropDown has a filter used to select records that contain null values in a date-time column. + + + true if a corresponding filter is available; otherwise, false. + + + + + + + + A band that combines Tree List columns. + + + + + + + + Initializes a new instance of the TreeListBand class with default settings. + + + + + + + + Specifies whether the band and all its parents are visible. + + + true, if the current band is visible within the ; otherwise, false. + + + + + + + Provides access to appearance settings used to paint the band header. + + + An object that specifies appearance settings used to paint the band header. + + + + + + + Provides access to the band's child band collection. + + + An object that specifies the band's child band collection. + + + + + + + Gets or sets the band caption to be displayed within the band header. + + + A value that specifies the band header. + + + + + + + Provides access to the column collection owned by the current band. + + + A value that specifies the column collection owned by the current band. + + + + + + + Gets or sets the band caption when its header is displayed in the Customization Form. + + + + A value that specifies the band caption when its header is displayed in the Customization Form. + + + + + + + + The default value for the property. The DefaultBandMinWidth field is set to 20. + + + $ + + + + + + + The default value for the property. The DefaultBandWidth field is set to 75. + + + $ + + + + + + + Specifies the minimum allowed value of the property. The DefaultMinimumMinBandWidth field is set to 16. + + + + + + + + + Gets or sets the band's behavior when the control is scrolled horizontally. + + + A value that specifies the band's behavior when the control is scrolled horizontally. + + + + + + + Returns the non formatted band caption. + + + A value that specifies the non formatted band caption. + + + + + + + Gets whether the current band has child bands. + + + true, if the current band contains one or more child bands; otherwise, false. + + + + + + + Gets whether the current band has visible child bands. + + + true, if the current band contains one or more visible child bands; otherwise, false. + + + + + + + Gets the index of the current band within the owning collection. + + + -1, if the band has no owning collection; otherwise, a zero-based index that specifies the band's position within the owning collection. + + + + + + + Indicates whether the control owning the current band is being initialized. + + + true, if the control is being initialized; otherwise, false. + + + + + + + Gets the nesting level of the current band in the band hierarchy. + + + A zero-based value that specifies the band's nesting level. + + + + + + + Gets or sets the band's minimum allowed width. + + + A value that specifies the band's minimum width, in pixels. + + + + + + + Gets or sets the band name. + + + A value that specifies the band name. + + + + + + + Provides access to the band's options. + + + A value that specifies the band's options. + + + + + + + Gets the band's parent. + + + An object that specifies the band's parent. + + + + + + + Gets the root band that is the current band's parent. + + + An object that specifies the root band in the current hierarchy branch. + + + + + + + Gets or sets the band header height, in rows. + + + The band header height, in rows. Values less than 1 are not accepted. + + + + + + + Gets the band's caption. + + + A string that specifies the band's caption. + + + + + + + Gets a object to which the current band belongs. + + + An object that specifies the object to which the current band belongs. + + + + + + + Specifies whether the current band is visible. + + + true, if the current band is visible; otherwise, false. + + + + + + + Returns the current band width. + + + A value that specifies the current band width, in pixels. + + + + + + + Gets or sets the band's width. + + + A value that specifies the band's width, in pixels. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the TreeListFormatRuleCollection class. + + + + + An object that will own the collection of formatting rules. + + + + + + + + Gets the object that owns the current collection of formatting rules. + + + A object that owns the collection of formatting rules. + + + + + + + + Provides clipboard options for the . + + + + + + + + + + + + + + + + + + Gets or sets whether an end-user can copy selected TreeList nodes to the clipboard. + + + + A DefaultBoolean enumerator value that specifies if an end-user can copy selected TreeList nodes to the clipboard. + + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose setting will be copied to the current object + + + + + + + + Specifies whether the nodes hierarchy should be saved when copying data from this Tree List. + + + A DefaultBoolean enumerator value that specifies whether the nodes hierarchy should be saved. + + + + + + + + + A repository item which stores settings specific to a control. + + + + + + + Initializes a new instance of the RepositoryItemTreeListLookUpEdit class. + + + + + + + + Gets or sets whether the 's nodes are automatically focused when hovered with the mouse pointer. + + + true, if the 's nodes are automatically focused when hovered with the mouse pointer; otherwise, false. + + + + + + + Copies settings of the specified repository item. + + + + A object or its descendant that represents the source of the operation. + + + + + + + + Gets or sets whether the automatic completion feature is enabled. + + + true, if the automatic completion feature is enabled; otherwise, false. + + + + + + + Gets or sets whether all nodes are automatically expanded when the Tree List is being loaded. This is a dependency property. + + + true, to expand all nodes when the Tree List is being loaded; otherwise, false. + + + + + + + + + + + + + + + Returns "TreeListLookUpEdit". This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + Gets the class name of an editor corresponding to the current repository item. + + + The string identifying the class name of a corresponding editor. + + + + + + + Returns the text representation of the specified value, formatted according to the specified settings. + + + + A object that specifies formatting settings. + + + + A value to be formatted. + + + A string that specifies the value's formatted text representation. + + + + + + + Returns the text representation of the DisplayMember field value of the specified row. + + + + An integer that is the index of the required row. + + + The text representation of the DisplayMember field value for the specified row. + + + + + + + Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. + + + + The value of the ValueMember field for the row to locate. + + + The text representation of the DisplayMember field value for the specified row. + + + + + + + Returns the index of the row that contains the specified value in the ValueMember field. + + + + The value of the ValueMember field for the row to locate. + + + An integer that specifies the index of the required row. + + + + + + + Returns the key value contained in the specified row. + + + + An integer that is the index of the required row. + + + The value of the row's ValueMember field. + + + + + + + Returns a data source row containing the specified value in the field. + + + + The value of the field for the row to be located. + + + An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. + + + + + + + Gets the editor which owns the current repository item object. + + + A control owning the current repository item. + + + + + + + Gets or sets how records in the dropdown window are filtered when typing text within the edit box. + + + A value that specifies the editor's popup filter mode. + + + + + + + Registers the control. + + + + + + + + Gets or sets a associated with the current control. + + + A associated with the current control. + + + + + + + + Represents a column collection in the Tree List control. + + + + + + + Creates a new object. + + + + A object to which a new column collection belongs. + + + + + + + + Creates a new column and appends it to the end of the collection. + + + A object representing the new column. + + + + + + + Adds the specified column to the end of the collection. + + + + An object that specifies the column to be added. + + + A value that specifies the position into which the column was inserted. + + + + + + + Creates a new column which is bound to the specified field and appends it to the collection. + + + + A value that specifies the name of the data field to bind the created column to. + + + A object which represents the new column. + + + + + + + Adds an array of columns to the end of the collection. + + + + An array of objects. + + + + + + + + Adds a new column, binding it to the specified field and making this column visible. + + + + A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. + + + The created column. + + + + + + + Copies the current collection's elements to the collection specified. + + + + A object representing the column collection into which columns are copied. + + + + + + + + Fires when changes are made to the column collection. + + + + + + + + Returns a column with the field name specified. + + + + A value that specifies the name of the field to which the column is bound. + + + + A object which represents the column bound to the specified field. null (Nothing in Visual Basic) if the collection has no columns bound to the field. + + + + + + + Returns a column specified by its name. + + + + A string value specifying the column's name. + + + A object which represents the column with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the column with the specified name. + + + + + + + Returns the specified column's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer representing the column's position within the collection. -1 if the column doesn't belong to the collection. + + + + + + + Creates a new column and adds it to the collection at the specified position. + + + + A zero-based integer specifying the new column's position within the collection. If negative, the column is inserted as the first element. If it exceeds the last available index, the column is appended to the end of collection. + + + A object representing the column inserted. + + + + + + + Gets the column bound to the specified field. + + + + A string value specifying the column's bound field name. + + + A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection doesn't contain a column bound to the specified field. + + + + + + + Provides indexed access to individual columns. + + + + A zero-based integer identifying the desired column's position within the collection. + + + A object representing the column at the specified position. null (Nothing in Visual Basic) if the collection doesn't contain a column at the specified position. + + + + + + + Removes a column from the collection. + + + + A object representing the column to remove. + + + + + + + + Gets the control that owns the collection. + + + A object representing the Tree List that owns the column collection. + + + + + + + + Provides menu options for Tree List controls. + + + + + + + Initializes a new instance of the class. + + + + + + + + Copies all settings from the options object passed as the parameter. + + + + A descendant whose settings are assigned to the current object. + + + + + + + + Gets or sets whether end-users can invoke the column header context menu. + + + + true if end-users can right-click column headers to invoke their context menus; otherwise, false. + + + + + + + Gets or sets whether end-users can invoke footer context menus. + + + true if end-users can click the summary footer and group footers to invoke their context menus; otherwise, false. + + + + + + + Gets whether the 'Show Auto Filter Row' check item is displayed within the Column Header Context Menu. + + + true if the 'Show Auto Filter Row' check item is available within a column header's menu; otherwise, false. + + + + + + + Gets or sets whether the Conditional Formatting menu is available in a column's context menu at runtime, allowing end-users to apply style formats to columns. + + + true, if the conditional formatting menu is available at runtime; otherwise, false. + + + + + + + + Provides members that specify a filtering mode. + + + + + + + Specifies the same behavior as the value if the is contained within a . Otherwise, specifies the behavior identical to the mode. + + + + + + + + The control displays nodes that match the filter criteria regardless of whether their parent nodes match this criteria. If a node matches the filter criteria, all its parent nodes are also displayed. + + + + + + + + Allows a to display all child nodes that match the filter criteria, whether or not their parent nodes match the criteria. + + + + + + + + + Requires all node parents to match the filter criteria to show a particular child node. + + + + + + + + + Contains values indicating all the available states for the Tree List. + + + + + + + The band button is clicked. + + + + + + + + A band's header is being dragged. The band's option must be enabled to allow a band header to be dragged. + + + + + + + + + A band's header is pressed. + + + + + + + + A band's right edge is being dragged to change the band's width. The band's option must be enabled to allow such resizing. + + + + + + + + Multiple cells are being selected. + + + + + + + + The column button is clicked. + + + + + + + + A column's header is being dragged. The column's option must be enabled to allow column header dragging. + + + + + + + + A column's header is pressed. + + + + + + + + A column's right edge is being dragged to change the column's width. The column's option must be enabled to allow such resizing. + + + + + + + + The Tree List is currently in design mode. + + + + + + + + A cell editor is currently active. + + + + + + + + An incremental search is being performed. + + + + + + + + + Multiple nodes are being selected using drag and drop. The option must be set to true to enable this feature. + + + + + + + + A node is being dragged. See . + + + + + + + + A node is currently pressed. + + + + + + + + A node is being resized by an end-user. This implies that the node's edge is being dragged. This operation is only available for nodes whose option is enabled. + +You can prevent the node from being resized by enabling the option. + + + + + + + + An external object, not one of the Tree List's elements, is being dragged from outside over the Tree List control. + + + + + + + + The Tree List is in its normal state. No specific action is being performed by an end-user. + + + + + + + + + Contains values indicating how the node has been changed. + + + + + + + A new node has been added to the Tree List's collection. This can be performed by calling the method. + + + + + + + + The node's property has been changed. + + + + + + + + The node's property has been changed. + + + + + + + + The node's property has been changed. + + + + + + + + The node's property has been changed. + + + + + + + + A node has been removed from the Tree List's collection. This can be performed using the method. + + + + + + + + The node's property has been changed. + + + + + + + + The node's property has been changed. + + + + + + + + The node's property has been changed. + + + + + + + + The corresponding user's property has been changed. + + + + + + + + The corresponding user's property has been changed. + + + + + + + + The corresponding user's property has been changed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Lists values specifying the availability of the control's elements that enable data scrolling. + + + + + + + + The scrolling element is always visible. + + + + + + + + The scrolling element is only visible when data scrolling can be performed. + + + + + + + + The scrollbar is invisible regardless of whether data scrolling can be performed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (the object which raised the event). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the node. This value is assigned to the property. + + + + + + + + Gets or sets the error description. + + + A string representing the error description. + + + + + + + Gets or sets whether the node's validation succeeds. + + + true to accept node cell values; otherwise, false. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender (the object which raised the event). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the processed node. This value is assigned to the property. + + + + A enumeration member specifying the way the node has been changed. This value is assigned to the property. + + + + + + + + Gets the way the node has been changed. + + + A enumeration member specifying the way the node has been changed. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event sender (the object which raised the event). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the exception that caused the event. This value is assigned to the property. + + + + A string value specifying the error description. This value is assigned to the property. + + + + A object representing the node that failed validation. This value is assigned to the property. + + + + + + + + Gets the node that failed validation. + + + A object representing the node that failed validation. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (the object which raised the event). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A object which specifies the storage for the pens, fonts and brushes used. This value is assigned to the property. + + + + A structure which specifies the boundaries of the painted element. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint an empty area. This value is assigned to the property. + + + + A structure which represents the bounding rectangle occupied by the empty rows. This value is assigned to the property. + + + + A structure which specifies the drawing area under the blank column's header. This value is assigned to the property. + + + + A object which represents the interior of the empty area. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawEmptyAreaEventArgs class with the specified settings. + + + + A object which specifies the storage for the pens, fonts and brushes used. This value is assigned to the property. + + + + A structure which specifies the boundaries of the painted element. This value is assigned to the property. + + + + A object which provides the appearance settings used to paint an empty area. This value is assigned to the property. + + + + A structure which represents the bounding rectangle occupied by the empty rows. This value is assigned to the property. + + + + A structure which specifies the drawing area under the blank column's header. This value is assigned to the property. + + + + A object which represents the interior of the empty area. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets the blank column's bounding rectangle. + + + A structure specifying the drawing area under the blank column header. + + + + + + + Gets the region which is occupied by the empty area. + + + A object which represents the interior of the empty area. + + + + + + + Gets the bounding rectangle occupied by the empty rows. + + + A structure which represents the bounding rectangle occupied by the empty rows. + + + + + + + + Represents a collection of filter conditions for the Tree List control. + + + + + + + Initializes a new instance of the FilterConditionCollection class. + + + + A control that will own the new collection. The value is assigned to the property. + + + + + + + + Adds the specified filter condition object to the end of the collection. + + + + A object to be added to the collection. + + + + + + + + Adds an array of filter condition objects. + + + + An array of objects to be added to the collection. + + + + + + + + Provides indexed access to filter conditions in the current collection. + + + + An integer that represents the zero-based index of the object to be returned. + + + A object with the specified index. + + + + + + + Gets the control that owns the current filter condition collection. + + + A control that owns the current filter condition collection. + + + + + + + + The base class for filter condition collections. + + + + + + + Initializes a new instance of the FilterConditionCollectionBase class. + + + + + + + + Adds the specified object to the current collection. + + + + A object to be added to the collection. + + + + + + + + Copies settings of the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + Locks the FilterConditionCollectionBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. + + + + + + + + + + Fires when the collection is modified. + + + + + + + + Returns a Boolean value that specifies whether the collection contains the specified element. + + + + An element to be located in the collection. + + + A Boolean value that specifies whether the collection contains the specified element. + + + + + + + Unlocks the FilterConditionCollectionBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Returns the index of the specified object within the collection. + + + + An object to be located in the collection. + + + The index of the specified object within the collection. + + + + + + + Provides indexed access to items in the current collection. + + + + An integer that represents the zero-based index of the object to be returned. + + + A object with the specified index. + + + + + + + Removes the specified condition from the collection. + + + + A object to be removed from the collection. + + + + + + + + + The base class for filter conditions. + + + + + + + Initializes a new instance of the FilterConditionBase class with the specified column, comparison operator, and condition values. + + + + A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. + + + + The object to which the condition is applied. This value is assigned to the property. + + + + The first value that is used to create the filter condition. This value is assigned to the property. + + + + The second value that is used to create the filter condition. This value is assigned to the property. + + + + + + + + Initializes a new instance of the FilterConditionBase class. + + + + + + + + Clears the contents of the current collection and then copies the contents of the specified collection to the current collection. + + + + A collection whose contents must be copied to the current collection. + + + + + + + + Checks whether the specified value matches the current condition. + + + + A value to be tested. + + + true if the specified value matches the current condition; otherwise, false. + + + + + + + Gets the collection to which the current condition belongs. + + + A object that owns the current condition. + + + + + + + Gets or sets the comparison operator. + + + A FilterConditionEnum value that represents the comparison operator. + + + + + + + Gets or sets a value that is compared to a column's values. + + + A value that is compared to a column's values. + + + + + + + Gets or sets a value that is compared to a column's values. + + + A value that is compared to a column's values. + + + + + + + + Represents a filter condition for the Tree List control. + + + + + + + Initializes a new instance of the FilterCondition class. + + + + + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the FilterCondition class. + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the FilterCondition class. + + + + + + + + + + + + Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values. + + + + A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. + + + + The object to which the condition is applied. This value is assigned to the property. + + + + The first value that is used to create the filter condition. This value is assigned to the property. + + + + The second value that is used to create the filter condition. This value is assigned to the property. + + + + + + + + Initializes a new instance of the FilterCondition class with the specified comparison operator. + + + + A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. + + + + + + + + Initializes a new instance of the FilterCondition class. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the FilterCondition class. + + + + + + + + Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition value. + + + + A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. + + + + The object to which the condition is applied. This value is assigned to the property. + + + + The first value that is used to create the filter condition. This value is assigned to the property. + + + + + + + + Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values. + + + + A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. + + + + The object to which the condition is applied. This value is assigned to the property. + + + + The first value that is used to create the filter condition. This value is assigned to the property. + + + + The second value that is used to create the filter condition. This value is assigned to the property. + + + + A Boolean value that specifies whether nodes that match the created condition must remain visible or be hidden. This value is assigned to the property. + + + + + + + + + Checks whether the specified value matches the current condition. + + + + A value to be tested. + + + true if the specified value matches the current condition; otherwise, false. + + + + + + + Gets or sets the column to which the current filter condition is applied. + + + The object to which the current filter condition is applied. + + + + + + + Gets or sets whether a node that matches the current condition must remain visible or be hidden. + + + + true if a node that matches the current condition must remain visible; false if this node must be hidden. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source (typically, the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the target node. This value is assigned to the property. + + + + An integer value specifying the index of the image in the source collection. This value is assigned to the property. + + + + A structure representing the mouse pointer's coordinates relative to the top-left corner of the control. This value is assigned to the property. + + + + A object which provides data for the drag-and-drop events. This value is assigned to the property. + + + + + + + + Gets an object which provides information for drag-and-drop events. + + + A object which provides data for drag-and-drop events. + + + + + + + Gets or sets the index of the image to be displayed in front of nodes when dragging. + + + An integer value representing the zero-based index of the desired image within the TreeList.Painter.NodeDragImages collection. + + + + + + + Gets the current mouse pointer's coordinates relative to the top-left corner of the control. + + + A structure representing the current mouse pointer's coordinates. + + + + + + + + Serves as the base for classes that represent operations performed on visible nodes. + + + + + + + Returns a value that specifies whether all nodes or only those that have children are to be visited. + + + true always. + + + + + + + Gets a value specifying whether children of the specified node are to be visited. + + + + A object representing the node whose child nodes are to be visited. + + + true always. + + + + + + + + Serves as the base for classes specifying operations performed on nodes. + + + + + + + Returns a value indicating whether the iteration must be stopped. + + + + A object representing the processed node. + + + true to continue iteration; false to stop the iteration. + + + + + + + Must be implemented to perform an operation on the visited node. + + + + A object representing the node against which the operation is to be performed. + + + + + + + + Can be overridden to perform final operations and free allocated resources. + + + + + + + + Gets a value indicating whether all or only parent nodes must be processed by the operation. + + + true if all nodes must be processed by the operation; false if only nodes that have children are to be processed. + + + + + + + Gets a value specifying whether the operation must be performed on the specified node's children. + + + + A object representing the node whose child nodes are to be visited. + + + true if the operation must be performed on the specified node's children; otherwise false. + + + + + + + + Enables you to perform specified operations over nodes from the predefined set. + + + + + + + Performs the specified operation over the predefined set of nodes and their children. + + + + A descendant representing the operation to be performed. + + + + A object representing the collection of nodes across which the operation is performed. + + + + + + + + Performs the specified method over the predefined set of nodes and their children. + + + + A TreeListOperationDelegate object that represents the method to be called for the specified nodes. + + + + A object representing the collection of nodes across which the operation is performed. + + + + + + + + Performs the specified operation across all nodes. + + + + A descendant representing the operation to be performed. + + + + + + + + Performs the specified method across all nodes. + + + + A TreeListOperationDelegate object that represents the method to be called for the specified nodes. + + + + + + + + Performs the specified operation over a range of nodes that are not hidden within collapsed groups. + + + + A descendant that specifies the operation to be performed. + + + + A object representing the node from which the iteration begins. + + + + A object representing the node at which the iteration ends. + + + + + + + + Returns the visible node located after the specified one. + + + + A object representing the visible node whose next visible node is returned. + + + A object representing the visible node located after the specified one. null (Nothing in Visual Basic) if the node specified by the parameter is the last visible node. + + + + + + + Returns the visible node which is located prior to the specified one. + + + + A object representing the visible node whose previous visible node is returned. + + + A object representing the visible node which is located prior to the specified one. null (Nothing in Visual Basic) if the node specified by the parameter is the first visible node. + + + + + + + + + Contains values identifying menu types available in the control. + + + + + + + Identifies the column header context menu. + + + + + + + + Identifies a menu for a Tree List node. By default, the menu is empty. Use the event to add items to the menu. + + + + + + + + Identifies the summary footer or row footer context menu. + + + + + + + + Corresponds to the user defined context menu. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the column for which the context menu has been activated. This value is assigned to the property. + + + + true if the summary footer's menu item has been clicked; false if either the column header or row footer's menu item has been clicked. This value is assigned to the property. + + + + A enumeration value specifying the type of summary which is about to be applied to the column. This value is assigned to the property. + + + + The format string applied to the column's summary value. This value is assigned to the property. + + + + A enumeration value indicating the type of menu whose item has been clicked. This value is assigned to the property. + + + + A object representing the clicked menu item. This value is assigned to the property. + + + + + + + + Gets the column against whose header or footer the context menu has been activated. + + + A object representing the column for which the context menu has been activated. + + + + + + + Gets or sets a value indicating whether default menu item click processing is prohibited. + + + true if default menu item click processing is not performed; otherwise false. + + + + + + + Gets a value indicating whether a summary footer's menu item has been clicked. + + + true if the summary footer's menu item has been clicked; false if either the column header or row footer's menu item has been clicked. + + + + + + + Gets the clicked menu item. + + + A object representing the clicked menu item. + + + + + + + Gets the type of menu whose item has been clicked. + + + A enumeration value indicating the type of menu whose item has been clicked. + + + + + + + Gets or sets the format of summary value displayed for the column. + + + The format string applied to the column's summary value. + + + + + + + Gets or sets the summary type which is about to be applied to the column. + + + A enumeration value specifying the type of summary which is about to be applied to the column. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the Tree List's context menu. This value is assigned to the Menu property. + + + + A structure that contains the current mouse pointer coordinates. This value is assigned to the Point property. + + + + true if the context menu will be displayed; otherwise false. This value is assigned to the Allow property. + + + + + + + + + Represents a method that will handle the , , and events. + + + + + + + Represents a method that will handle events that require a node as the parameter. + + + + The sender of an event. + + + + A object that contains event related data. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (typically the control). + + + + A object that contains the event data. + + + + + + + + + Provides data for the and events. + + + + + + + Creates an instance of the class. + + + + A object representing the clicked node. + + + + A System.Drawing.Point structure that contains the current mouse pointer position. + + + + + + + + Gets the mouse pointer's location. + + + A structure that contains the current mouse pointer's location. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains the event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object representing the column which owns the cell being processed. This value is assigned to the property. + + + + A object which represents a Tree List node whose cell is being processed. This value is assigned to the property. + + + + + + + + Gets or sets the value contained within the processed cell. + + + An object representing the processed cell's value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the cell's owning column. This value is assigned to the property. + + + + A object which represents the node in which the processed cell resides. This value is assigned to the property. + + + + An object which specifies the cell's appearance settings. This value is assigned to the property. + + + + + + + + Gets the appearance settings used to paint the cell currently being processed. + + + An object which provides the appearance settings used to paint the cell. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A object representing the column whose cell is processed. This value is assigned to the property. + + + + A object representing the node whose cell is processed. This value is assigned to the property. + + + + A object representing the editor used to edit the processed cell's values. This value is assigned to the property. + + + + + + + + Gets or sets the editor assigned to the processed cell. + + + A object representing the currently assigned editor. + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A object representing the currently focused column. null (Nothing in Visual Basic) if none of the columns is currently focused. This value is assigned to the property. + + + + A object representing the previously focused column. null (Nothing in Visual Basic) if none of the columns was previously focused. This value is assigned to the property. + + + + + + + + Gets the previously focused column. + + + A object representing the previously focused column. null (Nothing in Visual Basic) if none of the columns was previously focused. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A object which represents a node containing the painted row footer. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawRowFooterEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A object which represents a node containing the painted row footer. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets the node for whose children the painted row footer is displayed. + + + A object representing the node for whose children the row footer is displayed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the column whose footer cell is painted. This value is assigned to the property. + + + + A object which represents the node for whose children the row footer is displayed. This value is assigned to the property. + + + + A enumeration value specifying the type of summary whose value is displayed within the painted footer cell. This value is assigned to the property. + + + + A string value specifying the text to be displayed within the painted row footer cell. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawRowFooterCellEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the column whose footer cell is painted. This value is assigned to the property. + + + + A object which represents the node for whose children the row footer is displayed. This value is assigned to the property. + + + + A enumeration value specifying the type of summary whose value displayed in the painted footer cell. This value is assigned to the property. + + + + + A string value specifying the text to be displayed in the painted row footer cell. This value is assigned to the property. + + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets the node for whose children the row footer is displayed. + + + A object specifying the node for whose children the row footer is displayed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the node whose preview section is being painted. This value is assigned to the Node property. + + + + A string value representing the text of the preview section. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawNodePreviewEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the node whose preview section is being painted. This value is assigned to the Node property. + + + + A string value representing the text of the preview section. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets or sets the painted preview section's text. + + + A string value representing the text of the preview section being painted. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomDrawNodeIndicatorEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A Boolean value that indicates whether the painted indicator cell corresponds to a node or to a row footer. This value is assigned to the property. + + + + A value that specifies the painted indicator cell's image index. This value is assigned to the property. + + + + A Boolean value that specifies whether the painted indicator corresponds to the topmost row. + + + + A object which represents the node in which the painted cell resides This value is assigned to the Node property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawNodeIndicatorEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A Boolean value that indicates whether the painted indicator cell corresponds to a node or to a row footer. This value is assigned to the property. + + + + A value that specifies the painted indicator cell's image index. This value is assigned to the property. + + + + A Boolean value that specifies whether the painted indicator corresponds to the topmost row. + + + + A object which represents the node in which the painted cell resides This value is assigned to the Node property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + + + + + Gets or sets the painted indicator cell's image index. + + + An integer value representing the painted indicator cell's image index. -1 if no image is about to be displayed within the cell. + + + + + + + Gets a value indicating whether the painted indicator cell corresponds to a node or to a row footer. + + + true if the painted cell corresponds to a node; otherwise false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the node whose images are being painted. This value is assigned to the Node property. + + + + An integer value specifying the zero-based index of the image displayed within the node when it's focused. This value is assigned to the property. + + + + An integer value specifying the zero-based index of the node's state image. This value is assigned to the property. + + + + A structure that represents the bounding rectangle of the select image. This value is assigned to the property. + + + + A structure that represents the state image's bounding rectangle. This value is assigned to property. + + + + A structure that represents the top-left point of the select image. This value is assigned to the property. + + + + A structure that represents the top-left corner of the state image. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawNodeImagesEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + A object which represents the node whose images are being painted. This value is assigned to the Node property. + + + + An integer value specifying the zero-based index of the image displayed in the node when it's focused. This value is assigned to the property. + + + + + An integer value specifying the zero-based index of the node's state image. This value is assigned to the property. + + + + A structure that represents the bounding rectangle of the select image. This value is assigned to the property. + + + + A structure that represents the state image's bounding rectangle. This value is assigned to property. + + + + A structure that represents the top-left point of the select image. This value is assigned to the property. + + + + A structure that represents the top-left corner of the state image. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets or sets the index of the image displayed within the painted node when it is focused. + + + An integer value representing the zero-based index of the image displayed within the node when it is focused. + + + + + + + Gets the location of the select image's top-left corner. + + + A System.Drawing.Point structure that represents the top-left point of the select image. + + + + + + + Gets the bounding rectangle of the select image. + + + A System.Drawing.Rectangle structure representing the bounding rectangle of the select image. + + + + + + + Gets or sets the index of the state image displayed within the node. + + + An integer value representing the node's state image's index. + + + + + + + Gets the location of the state image's top-left corner. + + + A System.Drawing.Point structure specifying the top-left corner of the state image. + + + + + + + Gets the bounding rectangle of the state image. + + + A System.Drawing.Rectangle structure that represents the state image's bounding rectangle. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted expand button's appearance settings. This value is assigned to the property. + + + + A object which represents the node that contains the button being painted. + + + + An object that provides facilities for painting the node's expand button using the default mechanism. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted expand button's appearance settings. This value is assigned to the property. + + + + A object which represents the node that contains the button being painted. + + + + An object that provides facilities for painting the node's expand button using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets a value indicating whether the painted button's corresponding node is expanded. + + + true if the painted button's corresponding node is expanded; otherwise false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted footer cell's appearance settings. This value is assigned to the property. + + + + A object which represents the column whose footer cell is being painted. This value is assigned to the property. + + + + + A enumeration value specifying the type of summary whose value is displayed within the painted cell. This value is assigned to the property. + + + + A string value specifying the text to be displayed within the painted footer cell. This value is assigned to the property. + + + + An object that provides facilities for painting a footer cell using the default mechanism. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawFooterCellEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted footer cell's appearance settings. This value is assigned to the property. + + + + A object which represents the column whose footer cell is being painted. This value is assigned to the property. + + + + A enumeration value specifying the type of summary whose value is displayed within the painted cell. This value is assigned to the property. + + + + A string value specifying the text to be displayed within the painted footer cell. This value is assigned to the property. + + + + An object that provides facilities for painting a footer cell using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets a column whose footer cell is painted. + + + A object representing the column whose footer cell is painted. + + + + + + + Gets the type of summary whose value that is displayed within the painted cell. + + + A enumeration value specifying the type of summary whose value is displayed within the painted cell. + + + + + + + Gets or sets the text intended to be displayed within the painted footer cell. + + + A string value specifying the text to be displayed within the painted footer cell (a string representation of the resulting summary value). An empty string if summary is not applied to a column whose footer cell is being painted. + + + + + + + + Provides basic data required to perform custom painting of an element. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified property. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified property. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted element's appearance settings. This value is assigned to the property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets the painted element's appearance settings. + + + A object specifying the painted element's appearance settings. + + + + + + + Gets the painted element's bounding rectangle. + + + A System.Drawing.Rectangle structure specifying the boundaries of the painted element. + + + + + + + Gets an object specifying the storage for the most used pens, fonts and brushes. + + + A object. + + + + + + + Performs default painting of an element. + + + + + + + + Gets an object used to paint. + + + A System.Drawing.Graphics object used to paint. + + + + + + + Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. + + + + true, if the default element painting is not required; otherwise, false. + + + + + + + + Gets a value indicating whether the TreeList's elements are aligned to support locales using right-to-left fonts. + + + true, if the TreeList's elements are aligned to support locales using right-to-left fonts; otherwise, false. + + + + + + + Gets an object containing information about the painted element. + + + An ObjectInfoArgs object providing information about the painted element. + + + + + + + Gets the painter object that provides the default element's painting mechanism. + + + An ObjectPainter descendant providing the default painting mechanism for the painted element. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically, the control). + + + + A object that contains the event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted column header's appearance settings. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CustomDrawColumnHeaderEventArgs class. + + + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. + + + + A structure which represents the painted element's bounding rectangle. This value is assigned to the property. + + + + An object which specifies the painted column header's appearance settings. This value is assigned to the property. + + + + A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. + + + + + + + + Gets or sets the text displayed within the painted column header. + + + A string value representing the painted column header's text. An empty string if the column button or the space not occupied by column headers is painted. + + + + + + + Gets the rectangle where the column caption is intended to be drawn. + + + A System.Drawing.Rectangle structure specifying the bounding rectangle of the header's text. + + + + + + + Gets the column whose header is painted. + + + A object representing the column whose header is painted. null (Nothing in Visual Basic) if the column button or the space not occupied by column headers is currently painted. + + + + + + + Gets a value indicating the type of element to be painted. + + + A enumeration value indicating the type of element to be painted. + + + + + + + Gets a value indicating whether the painted column header is hot tracked. + + + true if the painted column header is hot tracked; otherwise false. + + + + + + + Gets a value indicating whether the painted element is pressed. + + + true if the painted element is pressed by an end-user; otherwise false. + + + + + + + Gets the rectangle where the image indicating sort order is intended to be drawn. + + + A System.Drawing.Rectangle structure specifying the sort order image's bounding rectangle. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the and events. + + + + + + + Creates an instance of the class. + + + + A object representing the column whose cell's value has been modified. This value is assigned to the property. + + + + A object representing the node whose cell's value has been modified. This value is assigned to the property. + + + + An object representing the new value assigned to the cell. This value is assigned to the property. + + + + + + + + Gets the new value assigned to a cell. + + + An object representing the newly assigned cell value. + + + + + + + + Provides data for events which require column and node as parameters to identify the cell being processed. + + + + + + + Creates an instance of the class. + + + + A object representing the column to which the processed cell belongs. This value is assigned to the property. + + + + A object representing the node to which the processed cell belongs. This value is assigned to the property. + + + + + + + + Gets a column to which the cell processed by an event belongs. + + + A object representing the column owning the cell being processed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A object representing the node whose height is calculated. This value is assigned to the property. + + + + An integer value specifying the node height. This value is assigned to the property. + + + + + + + + Gets or sets the current node's height in pixels. + + + An integer value specifying the node's height in pixels. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically the control). + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A object representing the node from which focus is shifting. This value is assigned to the property. + + + + + A object representing the node which is about to obtain focus. This value is assigned to the property. + + + + + + + + Gets or sets a value indicating whether focus is allowed to be moved. + + + true if the focus is allowed to be moved; otherwise false. + + + + + + + + Represents a collection of selected nodes for the Tree List control. + + + + + + + Creates a collection of selected nodes for a specific object. + + + + A object to which the collection belongs. + + + + + + + + Adds the specified node to the collection of selected nodes. + + + + A object representing the node to be added. + + + + + + + + Selects the specified collection of nodes. + + + + An object implementing the IEnumerable interface which holds the collection of nodes to be selected. + + + + + + + + Toggles the specified node between the selected and deselected states. + + + + A object representing the node to be selected or deselected. + + + + + + + + Clears the current selection. + + + + + + + + Specifies whether a specific node is in the collection of selected nodes. + + + + The object to check. + + + true, if a node is in the collection of selected nodes; otherwise, false + + + + + + + Determines the index of a specific object in the collection of selected nodes. + + + + A object for which to return the position within the collection of selected nodes. + + + The zero-based index of a specific object in the collection of selected nodes. + + + + + + + Gets a object from the collection of selected nodes referenced by the specified index. + + + + The index of the selected node to retrieve. + + + A selected node referenced by the specified index. + + + + + + + Removes a specific object from the collection of selected nodes. + + + + The node to remove from the collection of selected nodes. + + + + + + + + Removes all nodes from the collection of selected nodes and then adds a specific group of nodes to the collection. + + + + A group of nodes to select. + + + + + + + + Removes all nodes from the collection of selected nodes and then adds a specific node to the collection. + + + + The node to select. + + + + + + + + + Represents a collection of objects in the component. + + + + + + + Creates a collection of nodes at the root level of the Tree List. + + + + A instance to which the node collection belongs. + + + + + + + + Creates a collection of child nodes for a specific parent node. + + + + A class instance to which the collection belongs. + + + + The node for which to create a collection of child nodes. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Appends a new node to the end of the TreeListNodes collection and initializes the node with the specified data. + + + + An array of values or a object, used to initialize the created node's cells. + + + The new object. + + + + + + + Adds a new child containing the specified values. + + + + An array of values or a object, used to initialize the created node's cells. + + + The created object. + + + + + + + Gets the Auto Filter Row element. + + + A TreeListAutoFilterNode object that is the Auto Filter Row. + + + + + + + + Removes all elements from the current node collection. + + + + + + + + Copies the entire nodes collection to a one dimensional array starting at the specified index of the target array. + + + + A one-dimensional array that is the destination of nodes copied from the collection. + + + + An integer value specifying the zero-based index in the target array at which copying begins. + + + + + + + + Gets the number of nodes in the current node collection, without taking into account children of these nodes. + + + The number of nodes in the current node collection. + + + + + + + Gets the first element in the collection. + + + A object representing the first node in the collection. null (Nothing in Visual Basic) if the collection is empty. + + + + + + + Gets the enumerator used to iterate through the node collection. + + + An enumerator through which the node collection can be iterated. + + + + + + + Returns the index of a specified node within the node collection. + + + + The node to locate in the collection. + + + The index of a specific node within the node collection. + + + + + + + Gets a value indicating whether access to the nodes collection is synchronized (thread-safe). + + + true if access to the nodes collection is synchronized (thread-safe); otherwise false. + + + + + + + Obtains the object by a specific index in the current node collection. + + + + The zero-based index of the node to locate. The index is a value between 0 and - 1. + + + A child at the specified index within the node collection. + + + + + + + Gets the last node in the node collection. + + + The last node in the node collection. + + + + + + + Gets the parent of the node collection. + + + A instance that represents the parent of the node collection. + + + + + + + Removes a specific node from the node collection. + + + + The node to remove from the node collection. + + + + + + + + Removes a node referenced by the specified index from the node collection. + + + + The index of the node to remove from the node collection. + + + + + + + + Gets an object that can be used to synchronize access to the nodes collection. + + + An object that can be used to synchronize access to the nodes collection. + + + + + + + Gets the object to which the node collection belongs. + + + A object to which the node collection belongs. + + + + + + + + Represents a node of the Tree List control. + + + + + + + Checks the current node and all its nested nodes (including all their children). + + + + + + + + Gets or sets whether the node is checked. + + + true if the node is checked; otherwise, false. + + + + + + + Gets or sets the node's check state. + + + A enumeration value that specifies the node's check state. + + + + + + + Returns a copy of this node. + + + A object representing this node's copy. + + + + + + + Gets or sets a value that can be freely used as your specific programming needs dictate. + + + A value of the object type bound to the current node. + + + + + + + Expands all the child nodes. + + + + + + + + Specifies whether the current node is expanded. + + + true if the current node is expanded; otherwise, false. + + + + + + + Gets the first child node. + + + A object which represents the first child node. null (Nothing in Visual Basic) if the current node has no child nodes. + + + + + + + Gets whether the node is currently focused. + + + true if the node is focused; otherwise, false. + + + + + + + Returns the text representation of a specific column value. + + + + An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). + + + A text string that represents a specific column value. + + + + + + + Returns the value for a specific column. + + + + An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). + + + The value of a specific column. + + + + + + + Determines whether the current node has a instance as a parent. + + + + The instance to check. + + + true if the current node has a instance as a parent; otherwise, false. + + + + + + + Gets or sets a value indicating whether a node has children. + + + true, if a node has children; otherwise, false. + + + + + + + Gets the index of the corresponding record within the associated data source. + + + An integer value representing the zero-based index of the corresponding data source record. + + + + + + + Gets or sets the index of the node's select image displayed when this node is not focused. + + + An integer value representing the zero-based index of the select image displayed when this node is not focused. + + + + + + + + Gets or sets a value for a specific column. + + + + An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). + + + The value for a specific column. + + + + + + + Gets the last child node. + + + A object which represents the last child node. null (Nothing in Visual Basic) if the current node has no child nodes. + + + + + + + Returns the nesting level of a node. + + + The nesting level of a node. + + + + + + + Returns the next node in the collection. + + + A object which represents the next node in the collection. null (Nothing in Visual Basic) if the current node is the last node in the collection. + + + + + + + Returns the next visible node after the current node. + + + A object which represents the next visible node after the current one. null (Nothing in Visual Basic) if the current node is the last visible node. + + + + + + + Gets the collection of the node's children. + + + A object representing the node's child nodes collection. + + + + + + + Gets the parent node of the current tree node. + + + A instance that represents the parent of the current tree node. + + + + + + + Gets the previous node in the collection. + + + A object which represents the previous node in the collection. null (Nothing in Visual Basic) if the current node is the first node in the collection. + + + + + + + Returns the visible node located prior to the current node. + + + A object which represents the visible node located prior to the current one. null (Nothing in Visual Basic) if the current node is the first node in the Tree List's collection. + + + + + + + Gets a node at the root level which contains the current node as a child. + + + The node at the root level which contains the current node as a child. + + + + + + + Gets or sets whether the current node is selected. + + + true if the node is selected; otherwise, false. + + + + + + + Gets or sets the index of the node's select image displayed when the node is focused. + + + An integer value representing the zero-based index of the select image displayed when the node is focused. + + + + + + + + Sets the value for a specific column. + + + + An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). + + + + The value to set for a specific column in the current node. + + + + + + + + Gets or sets the index of the node's state image from the . + + + An integer value representing the node's state image index. + + + + + + + Gets or sets the data associated with a Tree List node. + + + An object containing information associated with the Tree List node. + + + + + + + Gets the object to which the current node belongs. + + + A object to which the current node belongs. + + + + + + + Unchecks the current node and all its nested nodes (including all their children). + + + + + + + + Gets or sets whether the node is visible. + + + true if the node is visible; otherwise, false. + + + + + + + + Represents a single column in the control. + + + + + + + Initializes a new class instance. + + + + + + + + Gets or sets a column's position within the Tree List's column collection. + + + An integer value representing the column's zero based index within the collection. + + + + + + + Specifies whether a summary is calculated against all Tree List nodes or against root nodes only. + + + true if a summary is calculated against all Tree List nodes; otherwise, it is calculated only against root nodes. + + + + + + + Gets or sets whether incremental searches can be performed against the column. + + + true if incremental searches can be performed against the column; otherwise, false. + + + + + + + Gets the appearance settings used to paint the column's cells. + + + An object that provides the appearance settings used to paint the column cells. + + + + + + + Gets the appearance settings used to paint the column header. + + + A object that contains the column header's appearance settings. + + + + + + + Adjusts the width to display the contents of the column's cells, header and summaries optimally. + + + + + + + + + Gets or sets the column caption displayed in the HeaderPanel of the XtraTreeList. + + + Column caption. + + + + + + + Gets data annotation attributes applied to this TreeListColumn. + + + An AnnotationAttributes object that stores data annotation attributes applied to this TreeListColumn. + + + + + + + Gets or sets the repository item that specifies the editor used to edit a column's cell values. + + + A descendant. + + + + + + + Gets or sets the name of the editor used for this column's cells. + + + A string value specifying the column cell's editor name. + + + + + + + Gets the position of the associated field within the data source. + + + An integer value representing the zero-based index of the corresponding field within the data source. + + + + + + + Gets the horizontal position of a banded column. + + + The zero-based index that specifies the column position within the band. + + + + + + + Gets the column's data type. + + + A value that indicates the column's data type. + + + + + + + Gets or sets the column's caption when its header is displayed within the Customization Form. + + + A value which specifies the column's caption when its header is displayed within the Customization Form. + + + + + + + Gets or sets the field name assigned to the current column from a datasource. + + + A value that specifies the name of a data field. + + + + + + + Gets an object specifying custom filter criteria. + + + A object specifying the filter criteria to be applied. + + + + + + + Gets or sets how column values are filtered via the Auto Filter Row and Column's Filter DropDown. + + + A enumeration value that specifies how the column values are filtered. + + + + + + + Gets or sets whether the column is anchored to a Tree List's edge. + + + A enumeration value. + + + + + + + Gets the object that specifies the formatting applied to column values. + + + A object that specifies formatting settings for column values. + + + + + + + Returns the column's display caption. + + + A string that specifies the column's display caption. + + + + + + + Gets this TreeListColumn's description, assigned by a related data attribute. + + + A String value that is this TreeListColumn's description, assigned by a related data attribute. + + + + + + + Returns the column's plain text caption. + + + A string value that represents the column's plain text caption. + + + + + + + Gets or sets the alignment of the column header's image. + + + A enumeration member which specifies the image's alignment. + + + + + + + Gets or sets the index of the image displayed within the column header. + + + An integer value specifying the image by its zero-based index within the source collection. -1 to not display an image. + + + + + + + Gets the source of images that can be displayed within column headers. + + + An object which represents the source of the images that can be displayed within column headers. + + + + + + + + Gets the minimum column width. + + + An Integer value that determines the minimum column width. + + + + + + + Provides access to the column's recently used filters. + + + A object that stores the recently used filters for the column. + + + + + + + Gets or sets the column's name. + + + A string value representing the column name. + + + + + + + Provides access to the column's options. + + + A object which contains the column's options. + + + + + + + Provides access to the column's filter options. + + + An object that contains the column's filter options. + + + + + + + Gets or set a column's parent band. + + + A value that specifies the column's parent band. + + + + + + + Gets a value indicating whether data within a column can be edited. + + + true if column data cannot be changed; otherwise, false. + + + + + + + Gets the repository item that actually specifies the column's editor. + + + A descendant that specifies the actual column's editor. + + + + + + + + + + + + + + + Specifies the type of the summary calculated against child nodes of every parent node in a column. + + + A enumerator value. + + + + + + + Gets or sets the format to display the . + + + A string that specifies the format applied to the . + + + + + + + Gets or sets the vertical position of a banded column. + + + The zero-based index that specifies the band row where the column header is displayed. + + + + + + + Gets or sets a value specifying which column cells display editor buttons. + + + A enumeration value specifying which column cells display editor buttons. + + + + + + + Gets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu. + + + true, if an end-user can open an Expression Editor for the current unbound column, using a context menu; otherwise, false. + + + + + + + Gets the index of the column in the sorting columns list. + + + An integer value representing the zero-based index of the column within the sorting columns list. + + + + + + + Gets or sets how the column's data is sorted when sorting is applied. + + + + A value specifying how the column's data is sorted in sort mode. + + + + + + + Gets or sets the column's sort order. + + + A enumeration value specifying the column's sort order. + + + + + + + + Gets or sets the name of the style for the current column. + + + A string representing the name of the style set for the current column. + + + + + + + Specifies the type of the summary to calculate against all nodes. + + + A enumerator value that specifies the summary type applied. + + + + + + + Gets or sets the format to display the . + + + A string that specifies the format applied to the . + + + + + + + Gets or sets the column's associated data. + + + An object representing data associated with the column. + + + + + + + Gets or sets a custom tooltip for the column. + + + A string representing a custom tooltip for the column. + + + + + + + Gets the column's caption. + + + A string that specifies the column's caption. + + + + + + + Obtains the control to which a column belongs. + + + A control to which a column belongs. + + + + + + + Gets or sets an expression used to evaluate values for the current unbound column. + + + A that specifies an expression used to evaluate values for this column. + + + + + + + Gets or sets the data type and binding mode of the column. + + + A value that specifies the data type and binding mode of the column. + + + + + + + Gets or sets whether the column is visible. + + + true if the column is visible; otherwise, false. + + + + + + + Gets or sets the position in the Tree List where the current column is displayed. + + + An Integer value that specifies the position of the current column in the Tree List. + + + + + + + Gets the visible width of the column. + + + An integer value representing the visible column width. + + + + + + + Gets or sets the column width in pixels. + + + An integer value representing the column width in pixels. + + + + + + + + Represents a class that contains information about what is located at a specific point within the control. + + + + + + + Initializes a new class instance. + + + + + + + + Gets the band located under the test point. + + + An object specifying the band that contains the test point. + + + + + + + Gets the limits for the Tree List element that contains the test point. + + + A structure representing the element's bounding rectangle. + + + + + + + Gets the column located under the test point. + + + The object representing the column that contains the test point. + + + + + + + Gets the visual element located under the test point. + + + A enumeration value identifying the type of visual element at the test point. + + + + + + + Gets an object containg information about the visual element located under the test point. + + + A object containg information about the visual element located under the test point. + + + + + + + Gets the coordinates of the point under the mouse cursor relative to the Tree List control. + + + A object specifying the mouse cursor's position relative to the upper left corner of a Tree List control. + + + + + + + Gets the node located under the test point. + + + A object representing a node located under the test point. + + + + + + + + A multi-column control where nodes (records) are displayed in a tree-like structure. + + + + + + + Initializes a new class instance. + + + + + + + + Brings up the About dialog. + + + + + + + + Notifies accessibility client applications of the specified event for the specified child control. + + + + + An event being fired. + + + + The identifier of the AccessibleObject. + + + + A child which fires the event. + + + + + + + + Gets the currently active cell editor. + + + A descendant representing the currently active editor. null (Nothing in Visual Basic) if no cell is being edited at the moment. + + + + + + + Gets or sets the current filter criteria. + + + A object which is the total filter criteria. + + + + + + + Gets or sets whether the filtering functionality is enabled. + + + true to enable filtering; otherwise false. + + + + + + + Gets the total filter expression. + + + A object specifying the total filter expression. + + + + + + + Gets or sets the total filter expression for the TreeList. + + + A string that specifies the total filter expression applied to the TreeList. + + + + + + + Adds a predefined filter with a string filtering condition to the current TreeList. + + + + A String value that is the filtering condition. + + + + + + + + Adds a CriteriaOperator-based filter to the current TreeList. + + + + A object that contains a filtering condition. + + + + + + + + + Occurs after a node's check state has been changed by an end-user. + + + + + + + + Fires immediately after a node has been collapsed. + + + + + + + + Fires immediately after a drag-and-drop operation on a node has been successfully completed. + + + + + + + + Fires after a node is dropped. + + + + + + + + Fires immediately after a node has been expanded. + + + + + + + + Fires in response to focus being moved between nodes. + + + + + + + + Returns the total number of nodes within the TreeList. + + + An integer value indicating the total number of nodes. + + + + + + + Provides access to the properties that control the appearance of the Tree List's elements. + + + A object which provides the appearance settings for the Tree List's elements. + + + + + + + Provides access to the properties that specify the appearances of the Tree List's elements when the Tree List is printed and exported. + + + A object which provides the appearance settings used to paint the Tree List's elements when the Tree List is printed and exported. + + + + + + + Adds a new containing the specified values to the XtraTreeList. + + + + An array of values or a object, used to initialize the created node's cells. + + + + A parent node of the added one. + + + + A object representing the added node. + + + + + + + Appends a new node containing the specified values to the specified node's child collection. + + + + An array of values or a object, used to initialize the created node's cells. + + + + An integer value specifying the parent node's identifier. + + + A object or descendant representing the added node. + + + + + + + Adds a containing the specified values to the XtraTreeList. + + + + An array of values or a object, used to initialize the created node's cells. + + + + A parent node for the added one. + + + + An object that contains information associated with the Tree List node. This value is assigned to the property. + + + A object or descendant representing the added node. + + + + + + + Adds a containing the specified values to the XtraTreeList. + + + + An array of values or a object, used to initialize the created node's cells. + + + + An integer value specifying the identifier of the parent node. + + + + An object that contains information associated with the Tree List node. This value is assigned to the property. + + + A object or descendant representing the added node. + + + + + + + Appends a new node with the specified settings. + + + + An array of values or a object, used to initialize the created node's cells. + + + + An integer value that identifies the parent node. + + + + A zero-based index of the image displayed within the node. + + + + A zero-based index of the image displayed within the node when it is focused or selected. + + + + An integer value that specifies the index of the node's state image. + + + + The node's check state. + + + A object that represents the added node. + + + + + + + Appends a new node with the specified settings. + + + + An array of values or a object, used to initialize the created node's cells. + + + + An integer value that identifies the parent node. + + + + The node's check state. + + + A object that represents the added node. + + + + + + + Appends a new node with the specified settings. + + + + An array of values or a object, used to initialize the created node's cells. + + + + A object that represents the parent node. + + + + The node's check state. + + + A object that represents the added node. + + + + + + + Appends a new node with the specified settings. + + + + An array of values or a object, used to initialize the created node's cells. + + + + An integer value specifying the parent node's identifier. + + + + A zero-based index of the image displayed within the node. + + + + A zero-based index of the image displayed within the node when it is focused or selected. + + + + An integer value that specifies the index of the node's state image. + + + A object representing the added node. + + + + + + + Searches for the specified string, using the search functionality provided by the Find Panel. + + + + A string to be located within the Tree List's data. + + + true, if the specified search string is successfully applied; otherwise, false. + + + + + + + Contains a value which specifies the Auto Filter Row's ID. + + + + + + + + + + Gets or sets the band panel row height. + + + A value that specifies the band panel row height, in pixels. + + + + + + + Provides access to the root band collection. + + + An object that specifies the root band collection. + + + + + + + Occurs when the band's width is changed. + + + + + + + + Occurs before a node's check state is changed. + + + + + + + + Fires before a node is collapsed. + + + + + + + + Fires when an attempt to drag a node is performed. + + + + + + + + Fires when a node is about to be dropped, and allows you to cancel the operation. + + + + + + + + Fires before a node is expanded. Allows you to implement dynamic node loading in unbound mode. + + + + + + + + Fires before a node is focused. + + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + + Prevents deletion updates until the method is called. + + + + + + + + Prevents selection updates until the method is called. + + + + + + + + Prevents the tree structure from being changed when changing specific options affecting the order of nodes, until the method is called. + + + + + + + + + In unbound mode, prevents updates of +the tree structure due to adding, deleting and modifying nodes, until the method is called. + + + + + + + + Locks the TreeList, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. + + + + + + + + Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Allows you to resize columns to fit the treelist width. + + + + true if the total width of columns must be equal to the control's width after resizing; otherwise false. + + + + + + + + Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. + + + true to implement best fit taking into account only nodes not hidden within collapsed groups; otherwise false. + + + + + + + Gets or sets the border style for the Tree List. + + + A enumeration value specifying the border style of a Tree List. + + + + + + + Returns information about the Tree List's elements which are located at the specified point. + + + + A structure which specifies test point coordinates relative to the Tree List's top-left corner. + + + A object which contains information about the Tree List's elements located at the test point. + + + + + + + Enables you to specify a custom image to be displayed in front of nodes when dragging. + + + + + + + + Allows you to assign custom node height. + + + + + + + + Cancels changes made to focused node cells. + + + + + + + + Unlocks the TreeList object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets a value indicating whether the current cell's editor can be invoked. + + + true if the current cell's editor can be invoked; otherwise false. + + + + + + + Gets or sets the caption displayed at the top of the TreeList control. + + + A value that specifies the caption that is displayed at the top of the TreeList control. + + + + + + + Gets or sets the height, in pixels, of the panel at the top of the TreeList control in which the caption is displayed. + + + An integer value that specifies the height, in pixels, of the panel at the top of the TreeList control in which the caption is displayed. + + + + + + + Fires immediately after a cell editor is closed if the editor's value has been modified. + + + + + + + + Fires when an end-user starts to edit a cell value. + + + + + + + + Checks all nodes in the Tree List control. + + + + + + + + Removes the error descriptions for a focused node. + + + + + + + + Removes the filter condition applied to the specified column. + + + + A object specifying the column which filter condition is to be discarded. + + + + + + + + + Removes the filter criteria applied to the TreeList. + + + + + + + + Clears a print/export document. + + + + + + + + Removes focus from the focused column. + + + + + + + + Removes all nodes from the XtraTreeList. + + + + + + + + Clears all the sorting that has been applied to an Tree List control. + + + + + + + + Hides the active editor, saving changes that were made. + + + + + + + + + Collapses all the nodes in the Tree List. + + + + + + + + Fires when the column button is clicked. + + + + + + + + Fires immediately after the column collection or an individual column has been modified. + + + + + + + + Occurs when a column's filter condition is changed. + + + + + + + + Gets or sets the height of the column header panel, in pixels. + + + An integer value specifying the column panel height in pixels. + + + + + + + Fires when a column is moved, hidden, or shown. + + + + + + + + Provides access to a Tree List's column collection. + + + A object representing a collection of all the columns within a Tree List. + + + + + + + Invokes the Customization Form. + + + + + + + + Invokes the Customization Form at the specified screen location. + + + + A structure which specifies the position of the Customization Form's top-left corner. The point is set in screen coordinates. + + + + + + + + Gets or sets the source of images that can be displayed within column headers. + + + An object that is the source of images that can be displayed within column headers. + + + + + + + Fires after a column's property has been changed. + + + + + + + + Fires after a column's width has been changed. + + + + + + + + Enables you to implement custom sorting for columns whose property is set to Custom. + + + + + + + + Converts objects from the collection to objects and adds them to the collection. + + + + + + + + + Copies the specified node to the specified node's child collection. + + + + A object representing the node to be copied. + + + + A object representing the node to whose child collection the node is copied. + + + + true if child nodes of the node being copied must be cloned; otherwise false. + + + A object representing the copy of the specified node. + + + + + + + Copies the specified node to the specified node's child collection. + + + + A object representing the node to be copied. + + + + A object representing the node to whose child collection the node is copied. + + + + true if child nodes of the node being copied must be cloned; otherwise false. + + + + true if the destination node's key field value is assigned to the parent field of the source node and all its copies; otherwise false. + + + A object representing the copy of the specified node. + + + + + + + Copies selected nodes to the clipboard. + + + + + + + + Invokes the Customization Form. + + + + + + + + Provides the ability to create custom nodes. + + + + + + + + + + + + + + + + Provides the capability to custom paint band headers. + + + + + + + + Provides the ability to custom paint column headers and the column button. + + + + + + + + Enables you to custom paint a Tree List's empty area. + + + + + + + + Enables you to custom paint the Filter Panel. + + + + + + + + Gives you the ability to perform custom painting of the summary footer. + + + + + + + + Gives you the ability to perform custom painting of column footer cells. + + + + + + + + Gives you the ability to perform custom painting of expand buttons. + + + + + + + + Provides the ability to perform custom painting of node cells. + + + + + + + + Enables you to manually paint check boxes displayed within nodes. + + + + + + + + Provides the ability to perform custom painting of node state and select images. + + + + + + + + Enables tree indents to be painted manually. + + + + + + + + Provides the ability to perform custom painting of indicator cells. + + + + + + + + Provides the ability to perform custom painting of preview sections. + + + + + + + + Provides the ability to perform custom painting of row footers. + + + + + + + + Provides the ability to perform custom painting of row footer cells. + + + + + + + + Allows the text displayed within the Filter Panel to be customized. + + + + + + + + Gets the object representing the Customization Form. + + + A DevExpress.XtraTreeList.Columns.TreeListCustomizationForm object that represents the Customization Form. null (Nothing in Visual Basic) if the Customization Form is currently closed. + + + + + + + Gets or sets the boundaries of the Customization Form. + + + A structure representing the Customization Form's boundaries. + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + Fires when a node from another TreeList control is dropped onto the current TreeList control and thus, a new node in the current TreeList is about to be created. The event allows you to provide data for the new node that is to be created. + + + + + + + + + Enables editors to be assigned to cells on an individual basis. + + + + + + + + Allows you to assign a custom editor to a column for in-place editing and override the default column editor, which is by default used both in display and edit modes. + + + + + + + + + + Enables data to be provided to, and modified data to be saved from visible unbound columns. + + + + + + + + Gets or sets a specific list in a data source whose data is displayed by the TreeList control. + + + A string value specifying a list in a data source. + + + + + + + Gets or sets the object used as the data source for the current control. + + + + The object used as the data source. + + + + + + + + + + + + + + + Fires when a different paint helper is assigned to the TreeList control. + + + + + + + + + + + + + + + + Removes a specific from the XtraTreeList. + + + + The removed . + + + + + + + + Deletes the selected nodes in multiple selection mode or focused nodes in single selection mode. + + + + + + + + + Closes the Customization Form. + + + + + + + + Continues the incremental search that is in progress in the specified direction. + + + + true to continue the incremental search forward; false to continue the incremental search backward. + + + true if another node with the specified search string has been found and focused; otherwise, false. + + + + + + + Fires immediately after a drag-and-drop operation over a node has been canceled. + + + + + + + + Gets or sets the amount of time (in milliseconds) before the node is expanded when another node is dragged over it. + + + An integer value specifying the delay (in milliseconds) from the time a dragged node begins hovering over a collapsed node to the time that the node is expanded. + + + + + + + Gets or sets how end-users can drop nodes. + + + A value that specifies the node drop mode. + + + + + + + + Fires immediately after the drag and drop operation has been completed. + + + + + + + + Enables you to control whether the dragged column header can be dropped at the current position. + + + + + + + + Fires when an end-user attempts to drag a column header. + + + + + + + + Gets or sets the cell value being edited. + + + An object representing the currently edited cell value. null (Nothing in Visual Basic) if editing is not being performed at the moment. + + + + + + + + + + + + + + + Posts the focused node's values to the data source. + + + + + + + + Enables deletion updates after calling the method and forces an immediate update. + + + + + + + + Enables selection updates after calling the method and forces an immediate update. + + + + + + + + Forces the control to update itself after the method has been called. + + + + + + + + + + Fires after a sorting operation has finished. + + + + + + + + Forces the control to update itself after the method has been called. + + + + + + + + Unlocks the TreeList object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Expands all nodes. + + + + + + + + Expands TreeList's nodes up to the specified level. + + + + A System.Int32 value that specifies the level up to which TreeList's nodes should be expanded. + + + + + + + + Exports the control's data to the specified stream in CSV format using the specified options. + + + + A object to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in CSV format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the Tree List's data to the specified CSV file. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + + + + + Exports data to the specified stream in CSV format. + + + + A object to which the created document is exported. + + + + + + + + Exports the Tree List's data as HTML and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the Tree List's data to the specified file as HTML. + + + + A value which contains the full path (including the file name and extension) specifying where the HTML file will be created. + + + + + + + + Exports the control's data to the specified stream in HTML format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in HTML format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to a file in MHT format using the specified character encoding. + + + + + A that specifies the full path to the file, to which the created document will be exported + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + + + + + Exports the control's data to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A that specifies the full path to the file, to which the created document will be exported . + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the control's data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object, to which the created document will be exported. + + + + + A representing the encoding name set in the output document (e.g. "UTF-8"). + + + + A containing the name shown as the title of the created document. + + + + true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the control's data to the specified file in MHT format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in MHT format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the Tree List's data to the specified PDF file. + + + + A value which specifies the full path (including the file name and extension) to where the PDF file will be created. + + + + + + + + + Exports the Tree List's data to a PDF document and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the control's data to the specified file in PDF format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in PDF format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the Tree List's data as Rich Text and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the Tree List's data to the specified RTF file. + + + + A value which specifies the full path (including the file name and extension) to where the RTF file will be created. + + + + + + + + Exports the Tree List's data to a text file at the specified path. + + + + A value which specifies the full path (including the file name and extension) to where the text file will be created. + + + + + + + + + Exports the Tree List's data to a text document and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the control's data to the specified stream in Text format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in Text format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the Tree List's data to the specified file as XLS. + + + + A value which specifies the full path (including the file name and extension) to where the XLS file will be created. + + + + + + + + + Exports the Tree List's data as XLS and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the control's data to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in XLS format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. + + + + A object, to which the created document is exported. + + + + An object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports data to a file in XLSX (MS Excel 2007) format using the specified options. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + An object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports data to the specified file in XLSX (MS Excel 2007) format. + + + + A that specifies the full path to the file, to which the created document is exported. + + + + + + + + Exports data to the specified stream in XLSX (MS Excel 2007) format. + + + + A object, to which the created document is exported. + + + + + + + + Exports the Tree List's data as XML and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the Tree List's data to the specified file as XML. + + + + The that contains the full path (including the file name and extension) specifying where the XML file will be created. + + + + + + + + Gets the collection of filter conditions for a Tree List. + + + A object that represents the collection of filter conditions for a Tree List. + + + + + + + Allows you to customize the Filter Editor before it is displayed on screen. + + + + + + + + Enables you to hide particular nodes. + + + + + + + + Forces the Tree List control to re-filter its data. + + + + + + + + Forces data filtration for the specified node collection. + + + + A collection of nodes to be filtered. + + + + + + + + Gets the text displayed within the Filter Panel. + + + The text displayed within the filter panel. + + + + + + + Gets the text displayed in the Find Panel's edit box. + + + A String value that is the text currently displayed in the Find Panel's edit box. + + + + + + + + Returns the first node that matches the specified criteria. + + + + The method that defines a set of criteria and determines whether a meets those criteria. + + + The first node that matches the specified criteria. null (Nothing in Visual Basic) if no matching node is found. + + + + + + + Returns a node by its field value. + + + + A value which identifies the column. + + + + An object which represents the field value of the requested node. + + + A object that represents the node which contains the specified value within the specified column. null (Nothing in Visual Basic) if the node isn't found. + + + + + + + + Returns the node specified by its identifier. + + + + An integer value specifying the identifier of the requested node. + + + A object representing the node with the specified identifier. null (Nothing in Visual Basic) if there is no node with the specified identifier. + + + + + + + Returns the node by its key field value. + + + + An object representing the key field value of the requested node. + + + The node that has the specified key field value. null (Nothing in Visual Basic) if no node is found that matches the criteria. + + + + + + + + + Gets or sets whether the Find Panel is visible. + + + true, if the Find Panel is visible; otherwise, false. + + + + + + + Forces an update to the control's properties listed within the property grid at design time. + + + + + + + + Gets or sets the width of fixed panel dividers. + + + An integer value which specifies the width of vertical lines, in pixels, that separate anchored columns from other columns. + + + + + + + Gets or sets the focused column. + + + A object representing the focused column. + + + + + + + Fires immediately after focus has been moved from a column. + + + + + + + + Gets or sets the focused node. + + + A object representing the focused node. null (Nothing in Visual Basic) if no node is focused. + + + + + + + Fires immediately after changing the focused node. + + + + + + + + Gets or sets the height of the Summary Footer. + + + An integer value that is the Summary Footer's height. + + + + + + + Forces the Tree List to finish its initialization. + + + + + + + + Gets the collection of style format conditions for a Tree List. + + + A object that represents the collection of style format conditions. + + + + + + + Provides access to a collection of conditional formatting rules, which allow you to change the appearance of individual cells or rows based on specific conditions. + + + A collection of conditional formatting rules. + + + + + + + Collapses all expanded nodes within the XtraTreeList. + + + + + + + + Expands all nodes within the XtraTreeList. + + + + + + + + Expands all child nodes of a specific node. + + + + The to expand. + + + + + + + + Returns the list of nodes that are checked. + + + The list of nodes that are checked. + + + + + + + Gets the column by the bound field's index within the data source. + + + + An integer value representing the zero-based index of the field whose bound column is sought for. + + + A object representing the column with the specified bound field index. + + + + + + + Returns a column by its visible index. + + + + An integer value representing the column's index among other visible columns. + + + A object or its descendant representing a column displayed at the position specified among other visible columns. null (Nothing in Visual Basic) if there is no column at the specified position. + + + + + + + Gets the error description for the focused cell or the entire focused node. + + + + A object representing the column where the focused cell resides. null (Nothing in Visual Basic) to return the error description for the entire node. + + + A string value representing an error description. + + + + + + + Gets the type of the error associated with the specified cell in the currently focused node. + + + + A object identifying the cell within the focused row. + + + An value that specifies the type of error. + + + + + + + Provides the ability to assign editors to individual cells. + + + + + + + + Provides the ability to assign custom style to individual cells. + + + + + + + + Enables you to perform custom summary value calculations. + + + + + + + + Returns a data row associated with the node specified. + + + + The object representing the node whose associated data row is to be obtained. + + + A data row associated with the node specified. null (Nothing in Visual Basic) if the node is not found. + + + + + + + Returns a summary value calculated against the specified group of nodes. + + + + A object which represents the column whose values are used for summary calculation. + + + + A object which represents the nodes collection containing the nodes against which the summary is calculated. + + + An object which represents the summary value calculated against a group of nodes. + + + + + + + Returns information on the current control at a specified point. + + + + A Point that represents a single (x,y) coordinate. + + + A object containing information on the control at a specified point. + + + + + + + Returns a node with the specified index among the visible nodes. + + + + A zero-based integer specifying the node's index. + + + A object representing the node with the specified index. null (Nothing in Visual Basic) if the node with the specified index is not found. + + + + + + + Provides the ability to display custom values within cells. + + + + + + + + Gets the specified node's index. + + + + A object representing the node whose index is to be obtained. + + + An integer value representing the destination position of the node within its parent node's child collection. -1 if the specified node is a null reference or doesn't belong to any node collection. + + + + + + + Returns a list of all nodes in the TreeList. + + + A list of all nodes in the TreeList. + + + + + + + Enables you to supply custom preview text for each node. + + + + + + + + Permits manual calculations of summary values for the printed version of the Tree List control. + + + + + + + + Enables you to display custom text within preview sections of the printed control. + + + + + + + + Returns the list of currently selected cells. + + + A object that contains the cells currently selected. + + + + + + + + Returns the list of columns currently selected in the specified node. + + + + A node in which to locate the selected columns. + + + A list of columns currently selected in the specified node. + + + + + + + Allows you to dynamically assign select images to nodes. + + + + + + + + Gets the column involved in sorting by its index within the sort column collection. + + + + An integer value representing the zero-based index of the column within the sort column list. + + + A object representing the requested column. null (Nothing in Visual Basic) if the specified sort column index is negative or exceeds the last available index. + + + + + + + Allows you to assign state images to nodes. + + + + + + + + Returns a summary value calculated against all the Tree List nodes or against the root nodes only. + + + + A object which represents the column whose values are used for summary calculation. + + + + true to calculate the summary against all the Tree List nodes; false to calculate a summary only against the root nodes. + + + An object which represents the summary value calculated against Tree List nodes. + + + + + + + Returns a summary value calculated against all the Tree List nodes or against the root nodes only. + + + + A object which represents the column whose values are used for the summary calculation. + + + An object which represents the summary value calculated against the Tree List nodes. + + + + + + + Returns the index of the specified node among the visible nodes. + + + + The object representing the node whose visible index is obtained. + + + An integer value specifying the position of the specified node among the visible nodes. + + + + + + + This property is obsolete. Gets or sets the size of group buttons. + + + An integer value specifying the size of group buttons in pixels. + + + + + + + Indicates whether the focused node or at least a single cell within the focused node has an error assigned. + + + true if the focused node has errors; otherwise, false. + + + + + + + Gets a value indicating whether the Tree List control is focused. + + + true if the Tree List has focus; otherwise, false. + + + + + + + Fires immediately after a cell editor has been closed. + + + + + + + + Fires immediately after the Customization Form has been closed. + + + + + + + + Switches the TreeList control from edit to browse mode without saving changes. + + + + + + + + Hides the Find Panel. + + + + + + + + Gets or sets the offset by which the Tree List is scrolled horizontally when the scrollbar buttons are clicked. + + + An integer value specifying by how many pixels the Tree List is scrolled. + + + + + + + Gets or sets a value specifying when the horizontal scrollbar should be displayed. + + + A enumeration value specifying when the horizontal scrollbar should be displayed. + + + + + + + Gets or sets a collection of images to be inserted into column headers using HTML tags. + + + A ImageCollection object that stores a collection of images. + + + + + + + Gets or sets the name of the field whose values represent select image indexes for corresponding nodes. + + + A string value specifying the name of the field that serves as the source of select image indexes. + + + + + + + Imports the data to the Tree List from the XML file. + + + + A value that specifies the full path (including the file name and extension) to the file in XML format which data will be imported to the Tree List. + + + + + + + + Imports the data to the Tree List from the specified stream. + + + + A object which the Tree List's data is imported from. + + + + + + + + Gets or sets the node indicator's width. + + + An integer value specifying the width of the node indicator in pixels. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + Invalidates the specified band header. + + + + An object that specifies the band whose header is to be invalidated. + + + + + + + + Invalidates the band panel. + + + + + + + + Invalidates the specified cell. + + + + A object representing the node that contains the cell to invalidate. + + + + A object representing the column to which the invalidated cell belongs. + + + + + + + + Invalidates the header of the specified column. + + + + A object specifying the column whose header is to be invalidated. + + + + + + + + Invalidates the column header panel. + + + + + + + + Invalidates the Filter Panel. + + + + + + + + Invalidates the specified node. + + + + A object specifying the node to be invalidated. + + + + + + + + Invalidates all visible nodes and row footers. + + + + + + + + Invalidates the summary footer panel. + + + + + + + + Fires when a node fails validation or when its data cannot be saved to the data source. + + + + + + + + + Enables you to handle exceptions raised as a result of assigning invalid values to cells. + + + + + + + + This member supports the Tree List's infrastructure and should not be used from your code. + + + + A object representing data for the event. + + + + + + + + Returns whether the cell in the specified node and column is currently selected. + + + + A node that contains the required cell. + + + + A column that contains the required cell. + + + true, if the cell in the specified node and column is currently selected; otherwise, false. + + + + + + + Gets a value indicating whether the Tree List is currently in design mode. + + + true, if the Tree List is in design mode; otherwise, false. + + + + + + + Gets whether the current Tree List control functions as a part of a control. + + + true, if the current Tree List control functions as a part of a control; otherwise, false. + + + + + + + Indicates whether a specific is currently visible. + + + + A whose visibility is inspected. + + + true, if a specific node is visible; otherwise, false. + + + + + + + Gets whether the TreeList control is sending information to the print/export engine. + + + true, if the TreeList control is sending information to the print/export engine; otherwise, false. + + + + + + + Indicates whether the Tree List can be printed or exported. + + + true if the Tree List can be printed or exported; otherwise, false. + + + + + + + Obtains the value determining whether the current control is in unbound mode. + + + true, if the current control is in unbound mode, otherwise, false. + + + + + + + Gets or sets a value specifying the key field of the data source bound to the Tree List control. + + + A string value representing the name of the field used as the unique record identifier. + + + + + + + + Called when global changes are applied to the object. + + + + + + + + Fires after a Tree List's layout has been changed. + + + + + + + + Occurs after a layout the version of which doesn't match the current layout version used has been loaded from storage (a stream, xml file or system registry). + + + + + + + + Gets or sets the version of the control's layout. + + + A string representing the version of the control's layout. + + + + + + + Gets or sets a value specifying the number of pixels by which the control's content is scrolled horizontally. + + + An integer value specifying the horizontal scrolling offset of the control's content in pixels. + + + + + + + Fires when the control's content is scrolled horizontally. + + + + + + + + Occurs when a TreeList control is displayed for the first time. + + + + + + + + In bound mode, prevents updates of the tree structure when adding and deleting nodes and changing nodes' parents via the Tree List or data source, until the method is called. + + + + + + + + + Provides access to settings which control the Tree List's look and feel. + + + A object whose properties specify the Tree List control's look and feel. + + + + + + + Makes visible the specified via the parameter. + + + + The to make visible. + + + The found node's index among visible nodes. + + + + + + + Allows you to specify the height of individual preview sections in pixels. + + + + + + + + Gets or sets the minimum allowed width of all the columns in a Tree List. + + + An integer value that specifies the minimum width of columns, in pixels. + + + + + + + Moves focus to the first node. + + + A object representing the focused node. + + + + + + + Moves focus to the last node within the current . + + + A object representing the focused node. + + + + + + + Moves focus to the last visible node within the current . + + + A representing the focused node. + + + + + + + Moves focus to the node following the currently focused one within the current control. + + + A object representing the focused node. + + + + + + + Moves focus to the next visible node following the currently focused one within the current control. + + + A object representing the focused node. + + + + + + + Moves the specified via the sourceNode parameter to the collection of the specified by the destinationNode parameter. + + + + The moved . + + + + A accepting the moved one. + + + true, if the sourceNode was moved, otherwise, false. + + + + + + + Moves the selected node to the specified node's child collection. + + + + A object representing the node to be moved. + + + + A object representing the node to whose child collection the node is moved. null (Nothing in Visual Basic) if the source node must be moved to the root nodes collection. + + + + + true, if the parent field value of the source node must be set to the key field value of the destination node; otherwise false. + + + + true, if the node has been moved successfully, otherwise false. + + + + + + + Moves focus to the node preceding the currently focused one within the current control. + + + A object representing the focused node. + + + + + + + Moves focus to the visible node preceding the currently focused one within the current control. + + + A object representing the focused node. + + + + + + + Provides access to the TreeList's most recently used filters. + + + A object that stores the recently used filters. + + + + + + + Enables appearances to be assigned to individual cells. + + + + + + + + Fires after the node's property has changed. + + + + + + + + Provides access to the collection of the TreeList's root nodes. + + + The collection of root nodes. + + + + + + + Gets an object that enables you to perform specific operations on a set of nodes. + + + A object used to perform predefined operations on a set of nodes. + + + + + + + Fires when the Tree List control reloads all nodes. + + + + + + + + Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column. + + + + A object that specifies a filter applied to the TreeList and not associated with any column. + + + + + + + + + Gets the text representation of the filter applied to the TreeList and not associated with any column. + + + + + The text representation of the filter that is not associated with any Tree List column. + + + + + + + + Provides access to the Tree List's behavior options. + + + A object which contains the Tree List's behavior options. + + + + + + + Provides access to the clipboard options. + + + A object that provides access to the clipboard options. + + + + + + + + Provides access to a 's customization options. + + + An object that specifies the TreeList's customization options. + + + + + + + Contains options that control the node drag-and-drop functionality. + + + An object that provides drag-and-drop options. + + + + + + + Provides access to the TreeList's filtering options. + + + A object containing the filtering options. + + + + + + + + Provides access to settings controlling the behavior and visibility of the current TreeList's Find Panel and its elements. + + + A object that stores the settings controlling the behavior and visibility of the current TreeList's Find Panel and its elements. + + + + + + + Provides access to options that specify how a control's layout is stored to and restored from a data store (a stream, xml file or the system registry). + + + An object that provides the corresponding options. + + + + + + + Provides access to the Tree List's menu options. + + + A object which provides the Tree List's menu options. + + + + + + + Provides access to a 's focus navigation options. + + + An object that specifies the TreeList's focus navigation options. + + + + + + + Provides access to the Tree List's options that affect how the control is printed and exported + + + A object which contains the print and export options. + + + + + + + Provides access to the Tree List's selection options. + + + A object which contains the Tree List's selection options. + + + + + + + Provides access to the Tree List's display options. + + + A object which contains the Tree List's display options. + + + + + + + Gets an object that provides the painting functionality of the TreeList control. + + + A TreeListPainter object implementing the control's painting functionality. + + + + + + + Gets or sets a value representing the data source field identifying the parent record in this data source. + + + The name of the field used as an identifier of a parent record within a data source. + + + + + + + Creates columns for all fields in the bound data source. + + + + + + + + Allows you to customize the default menus for column headers, summary footers and nodes. + + + + + + + + Posts edited cell's value to the associated data source. + + + + + + + + Gets or sets the name of the field whose values are displayed in preview sections. + + + The name of the field whose values are displayed in preview sections. + + + + + + + Gets or sets the number of text lines within preview sections. + + + An integer value specifying the number of text lines within preview sections. + + + + + + + Prints the Tree List control. + + + + + + + + Displays the standard Print dialog to print the data displayed in the TreeList control. + + + + + + + + Fires repeatedly while the TreeList's data is being printed/exported. + + + + + + + + Forces the Tree List to invalidate its client area and immediately redraw itself. + + + + + + + + Refreshes the specified cell. + + + + A that contains the specified cell. + + + + A object that is the column where the target cell resides. + + + + + + + + Updates the Tree List control to reflect changes made to a data source. + + + + + + + + Refreshes the specified node. + + + + A to be refreshed. + + + + + + + + Restores the control layout stored at the specified system registry path. + + + + A string value specifying the system registry path. + + + + + + + + Restores the control's layout stored at the specified system registry path, using the specified options. + + + + A string value specifying the system registry path. + + + + An object that specifies which Tree List options must be restored. +Or a object, to restore all the settings. + + + + + + + + Loads the control's layout from a stream. + + + + A System.IO.Stream object from which the control's settings are read. + + + + + + + + Loads the control's layout from a stream, using the specified options. + + + + A System.IO.Stream object from which the control's settings are read. + + + + An object that specifies which Tree List options must be restored. +Or, a object, to restore all the settings. + + + + + + + + Loads a control's layout from the specified XML file. + + + + A string value specifying the XML file from which control settings are read. + + + + + + + + + Loads a control's layout from the specified XML file, using the specified options. + + + + A string value specifying the XML file from which control settings are read. + + + + An object that specifies which Tree List options must be restored. +Or, a object, to restore all the settings. + + + + + + + + Gets or sets the value used to identify the records in the underlying data source that will be represented as root nodes. These records must have the RootValue in the field specified by the property. + + + An object representing the value that root nodes contain, in the field specified by the property. + + + + + + + Gets or sets the height of a node in pixels. + + + An integer value specifying the height of a node in pixels. + + + + + + + Saves the control's layout to the specified system registry path. + + + + A string value, specifying the system registry path to which the layout is saved. + + + + + + + + Saves the control's layout to the specified system registry path, using the specified options. + + + + + A string value specifying the system registry path. + + + + An object that specifies which Tree List options must be saved. +Or, a object, to save all the settings. + + + + + + + + Saves the control's layout to a stream. + + + + A System.IO.Stream object to which the control's layout is written. + + + + + + + + Saves the control's layout to a stream, using the specified options. + + + + A System.IO.Stream object to which the control's layout is written. + + + + An object that specifies which Tree List options must be saved. +Or, a object, to save all the settings. + + + + + + + + Saves a control's layout to a specified XML file. + + + + A string value specifying the XML file name. + + + + + + + + Saves a control's layout to a specified XML file, using the specified options. + + + + A string value specifying the XML file name. + + + + An object that specifies which Tree List options must be saved. +Or, a object, to save all the settings. + + + + + + + + Selects all currently visible nodes. + + + + + + + + Selects the cell in the specified node and column. + + + + A node in which to select the cell. + + + + A column in which to select the cell. + + + + + + + + Selects cells in the specified range. + + + + A node containing the cell that specifies the starting point of the range to select. + + + + + A column containing the cell that specifies the starting point of the range to select. + + + + + A node containing the cell that specifies the end point of the range to select. + + + + A column containing the cell that specifies the end point of the range to select. + + + + + + + + Fires when the user clicks a node's select image. + + + + + + + + Gets or sets the source of select images for nodes. + + + + An object which represents the source of select images. + + + + + + + + Gets the collection of selected nodes. + + + A instance containing selected nodes. + + + + + + + Fires in response to changing selection when the TreeList is in multiselect mode. + + + + + + + + Selects the specified node. + + + + A node to select. + + + + + + + + Sets an error description for a cell within the focused node or for the entire focused node. + + + + A object representing a column that contains an error cell. null (Nothing in Visual Basic) if the error description should be assigned to the entire focused node. + + + + A string value representing an error description. An empty string to clear the assigned error. + + + + + + + + Sets an error description and an error type for the specified cell within the focused node. + + + + A that identifies the cell to which an error is set. + + + + A string value representing an error description. An empty string to clear the assigned error. + + + + An value that specifies the type of the error. Error types correspond to specific error icons. + + + + + + + + Moves the specified column to the specified position among visible columns belonging to the same band. + + + + An object that specifies the column to be moved. + + + + The zero-based index of the row where the specified column should be moved. This value is assigned to the property. + + + + The zero-based index of the column within a band row where the specified column should be moved. This value is assigned to the property. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Activates automatic row height adjustment. + + + + + + + + Sets the options provided by the property to their default values. + + + + + + + + Sets focus to a specific node within the current control. + + + + The node to set focus on. + + + The index of the focused node among visible nodes. + + + + + + + Sets the node's check state to the specified value. Allows you to set the check state for the node's children. + + + + A object whose check state is to be changed. + + + + A CheckState value that specifies the node's new check state. + + + + true to set the check state of the node's children to the specified value; otherwise, false. + + + + + + + + Sets the node's check state to the specified value. + + + + A object whose check state is to be changed. + + + + A CheckState value that specifies the node's new check state. + + + + + + + + Moves the specified node to a new position within its parent node's child collection. + + + + A object representing the node to be moved. + + + + An integer value representing the destination position of the node within its parent node's child collection. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + Gets or sets a value determining the manner in which the editor buttons of cells are displayed. + + + A enumerator value that specifies the manner in which editor buttons are displayed. + + + + + + + + Fires immediately after the Customization Form has been displayed. + + + + + + + + Switches the TreeList control to edit mode. + + + + + + + + Shows the Filter Editor. + + + + A object to which a filter is applied in the Filter Editor. + + + + + + + + + Allows you to customize checked Column's Filter DropDown lists before they are displayed. + + + + + + + + + Allows you to customize a column's dropdown calendar before it is displayed. + + + + + + + + Enables you to customize a particular Column's Filter DropDown. + + + + + + + + Displays the Find Panel. + + + + + + + + Fires before the TreeList is switched to edit mode. + + + + + + + + Fires immediately after a cell editor has been invoked. + + + + + + + + Opens the Print Preview window with a Bars UI. + + + + + + + + Displays the Print Preview window with a Ribbon UI. + + + + + + + + Allows you to customize the default menus for column headers, summary footers and nodes. + + + + + + + + Invokes an Expression Editor that enables editing an expression for the specified unbound column. + + + + A that represents an unbound column whose expression will be edited in the Expression Editor. + + + + + + + + Gets the number of columns involved in sorting. + + + An integer value representing the number of columns involved in sorting. + + + + + + + Starts an incremental search for the specified string. + + + + The text to locate. + + + + + + + + Fires before a sorting operation is started. + + + + + + + + Gets the control's current state. + + + A enumeration member, indicating the Tree List's current state. + + + + + + + + Fires after the Tree List's state has changed. + + + + + + + + Fires when the user clicks a node's state image. + + + + + + + + Gets or sets the source of state images for nodes. + + + + An object which represents the source of state images. + + + + + + + Stops the incremental search, if there is one currently in progress. + + + + + + + + Gets or sets the index of the top visible node. + + + An integer value specifying the zero-based index of the top visible node. + + + + + + + Fires when the control's content is scrolled vertically. + + + + + + + + Gets or sets the vertical scroll position of the top node. + + + A System.Int32 value that specifies the vertical scroll position of the top node + + + + + + + Gets or sets the width of the level's indent space. + + + + An integer which specifies the width of the level's indent space. + + + + + + + Specifies the style for displaying tree lines of the current control. + + + A enumerator value specifying the style for displaying tree lines. + + + + + + + Gets a value indicating whether the current control is being unloaded from memory. + + + true, if the control is being unloaded from memory; otherwise, false. + + + + + + + Provides the ability to perform custom handling of a context menu item click. + + + + + + + + Fires after an Expression Editor has been created for an unbound column. + + + + + + + + Unchecks all nodes in the Tree List control. + + + + + + + + Updates the control's tree structure after the method call, and updates it immediately. + + + + + + + + + Discards selection of the cell in the specified intersection. + + + + A node in which to unselect the cell. + + + + A column in which to unselect the cell. + + + + + + + + Discards selection of the specified range of cells. + + + + A node containing the cell that specifies the starting point of the range to unselect. + + + + + A column containing the cell that specifies the starting point of the range to unselect. + + + + + A node containing the cell that specifies the end point of the range to unselect. + + + + A column containing the cell that specifies the end point of the range to unselect. + + + + + + + + Discards selection of the specified node. + + + + A node to unselect. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + + + true if the control is painted grayed out, when it's in the disabled state; otherwise, false + + + + + + + Gives you the ability to specify whether a modified node's data is valid, and if this node can lose focus. + + + + + + + + Fires when an editor is validated. + + + + + + + + Gets or sets a value specifying when the Tree List's vertical scrollbar is visible. + + + A enumeration value specifying when the vertical scrollbar is visible. + + + + + + + Gets the control's view/display information. + + + A TreeListViewInfo object providing view information on all the Tree List's elements. + + + + + + + This event allows you to initialize cells of the processed node, when populating the Tree List control with data dynamically. + + + + + + + + This event allows you to provide root and child nodes, when populating the Tree List control with data dynamically. + + + + + + + + + Allows changes that are made via the TreeListControl's cells to be stored. + + + + + + + + Gets the number of visible columns within the Tree List. + + + An integer value representing the number of visible columns. + + + + + + + Gets the collection of visible columns. + + + A VisibleColumnsList object storing visible columns. + + + + + + + Gets the number of rows which are not hidden within collapsed groups. + + + An integer value representing the number of rows which are not hidden within collapsed groups. + + + + + + + + Provides data for the , , and events. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + + + + + Gets the current Tree List node. + + + A object that specifies the current Tree List node. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + The image index. + + + + + + + + Gets or sets the index of the node's image in a source image list. +When handling the event, the source of images is specified by the property. +When handling the event, the source of images is specified by the property. + + + An integer value representing the zero-based index of an image from a source image list. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + The image index. + + + + Indicates whether a node is focused. + + + + + + + + Gets or sets a value indicating whether a node is focused. + + + true, if a node is focused; otherwise, false. + + + + + + + + Represents a method that will handle the and events of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + Preview text. + + + + + + + + Gets or sets preview text. + + + Preview text. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + The nodes collection to calculate a summary. + + + + A Tree List column. + + + + Determines the collection contained in the nodes parameter. + + + + + + + + Obtains the Tree List column used by the summary calculations. + + + A Tree List column used by the summary calculations. + + + + + + + Gets or sets a value to be displayed within a summary. + + + An object representing the custom summary value. + + + + + + + Gets a value indicating whether the total or group summary value is to be calculated. + + + true, if the total summary value is to be calculated; false for the group summary. + + + + + + + Gets the nodes collection for which to calculate a custom summary. + + + The nodes collection for which to calculate a custom summary. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + The previous focused Tree List node. + + + + The current focused Tree List node. + + + + + + + + Gets the previously focused Tree List node. + + + The previously focused Tree List node. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates a new object. + + + + A object representing the node containing the first value involved in the comparison. This value is assigned to the property. + + + + A object representing the node that contains the second value involved in the comparison. This value is assigned to the property. + + + + An object representing the first value involved in the comparison. This value is assigned to the property. + + + + An object representing the second value involved in the comparison. This value is assigned to the property. + + + + A object representing the column against whose values the data will be sorted. This value is assigned to the property. + + + + A enumeration member representing the sort order to be applied. This value is assigned to the property. + + + + An integer value representing the comparison result. This value is assigned to the property. + + + + + + + + Gets the column against whose values sorting is performed. + + + A object representing the column against whose values data is being sorted. + + + + + + + Gets the node containing the first value involved in comparison. + + + A object representing the node containing the first value involved in comparison. + + + + + + + Gets the node containing the second value involved in comparison. + + + A object representing the node that contains the second value involved in comparison. + + + + + + + Gets the first value involved in comparison. + + + + An object representing the first value involved in comparison. + + + + + + + Gets the second value involved in comparison. + + + An object representing the second value involved in comparison. + + + + + + + Gets or sets a comparison result. + + + An integer value representing the comparison result. + + + + + + + Gets the sort order applied to the column whose values are going to be compared. + + + A enumeration member representing the sort order applied. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Creates an instance of the class. + + + + A object representing the column related to the event. This value is assigned to the property. + + + + + + + + Gets a Tree List column. + + + A Tree List column. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + + + + + Gets or sets whether a Tree List node can be expanded. + + + true if a Tree List node can be expanded; otherwise, false. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + + + + + Initializes a new instance of the BeforeDragNodeEventArgs class with the specified settings. + + + + A list of nodes that are about to be dragged. + + + + + The node that is focused when a drag-and-drop operation starts. + + + + + + + + + Gets or sets a value indicating whether a Tree List node can be dragged. + + + true if a Tree List node can be dragged; otherwise, false. + + + + + + + Gets the list of nodes that are about to be dragged. + + + The list of nodes that are about to be dragged. + + + + + + + + Represents a method that will handle the event of the class. + + + + + + + Represents a method that will handle the event of the class. + + + + The event source. + + + + A class instance containing event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new class instance. + + + + A Tree List node. + + + + + + + + Gets or sets a value indicating whether a Tree List node can collapse. + + + true if a Tree List node can collapse; otherwise, false. + + + + + + + + Specifies the border style of the XtraTreeList. + + + + + + + Specifies whether the border style is Border3D. + + + + + + + + + Specifies whether the border style is Flat. + + + + + + + + + Specifies whether the border style is none. + + + + + + + + + Specifies whether the border style is Single. + + + + + + + + + Specifies whether the border style is ThinFlat. + + + + + + + + + + Specifies summary type to calculate against a group of column cells. + + + + + + + Calculates the average field value within a group of column cells. + + + + + + + + Calculates the number of nodes within a group of column cells. + + + + + + + + Allows a user to define a custom summary value by handling the event. + + + + + + + + Retrieves the maximum value within a group of column cells. + + + + + + + + Retrieves the minimum value within a group of column cells. + + + + + + + + Summary is not calculated. + + + + + + + + Calculates the sum of field values within a group of column cells. + + + + + + + + + Contains settings that define the visibility of editor buttons within a cell. + + + + + + + + Specifies the default behavior for all columns - buttons are displayed only for the focused cell. If a column's property is specified, the behavior specified by the Tree List is overridden. + + + + + + + + Buttons are always displayed. + + + + + + + + Buttons are displayed only for the focused cell. + + + + + + + + Buttons are displayed for all cell editors in the focused row. + + + + + + + + Buttons are displayed only when a cell editor is active. + + + + + + + + + Specifies the tree line style for the current control. + + + + + + + Sets the control tree line style to Dark. + + + + + + + + + Sets the control tree line style to Large. + + + + + + + + + Sets the control tree line style to Light. + + + + + + + + + Hides tree lines. + + + + + + + + Sets the control tree line style to Percent50. + + + + + + + + + Sets the control tree line style to Solid. + + + + + + + + + Sets the control tree line style to Wide. + + + + + + + + + + Lists values that identify the different elements of the Tree List control. + + + + + + + A point is over the Auto Filter Row. + + + + + + + + A point is over a band header. + + + + + + + + A point is over the band button. + + + + + + + + A point is over a band edge. + + + + + + + + A point is over the band panel. + + + + + + + + A point is over the blank column header. + + + + + + + + A point is over an expand button. + + + + + + + + A point is over the Caption Panel. + + + + + + + + + A point is over a cell. + + + + + + + + A point is over a column header. + + + + + + + + A point is over the column button. + + + + + + + + A point is over a column edge. + + + + + + + + A point is over a Filter Button. + + + + + + + + A point is over the Customization Form. + + + + + + + + A point is over the empty area. + + + + + + + + A point is over the Filter Panel. + + + + + + + + A point is over the check box displayed within in the Filter Panel and used to enable/disable the filter. + + + + + + + + A point is over the Close Filter Button in the Filter Panel. + + + + + + + + A point is over the 'Edit Filter' button displayed within the Filter Panel and used to invoke the Filter Editor. + + + + + + + + A point is over the MRU Filter Button in the Filter Panel. + + + + + + + + A point is over the filter string displayed within the Filter Panel. + + + + + + + + The test point belongs to the left fixed line. + + + + + + + + The test point belongs to the right fixed line. + + + + + + + + The test point belongs to the Tree List's horizontal scroll bar. + + + + + + + + The test point belongs to a node's check box. + + + + + + + + A point is outside the Tree List control. + + + + + + + + A point is over a node area not occupied by any of the node's elements. + + + + + + + + A point is over a row(group) footer. + + + + + + + + A point is over an area that separates a row from its corresponding indicator cell. This value is returned only when the option is enabled. Otherwise, an Empty value is returned when a point is over this area. + + + + + + + + A point is over a node indicator cell. + + + + + + + + A point is on a row indicator's edge. + + + + + + + + A point is over a preview section. + + + + + + + + A point is over a node's select image. + + + + + + + + A point is over a node's state image. + + + + + + + + A point is over the summary footer. + + + + + + + + The test point belongs to the Tree List's vertical scroll bar. + + + + + + + + + A band collection within a . + + + + + + + Initializes a new instance of the TreeListBandCollection class. + + + + A object that will own the created band collection. This value is assigned to the property. + + + + + + + + + + Initializes a new instance of a TreeListBandCollection class. + + + + A object that will own the created band collection. This value is assigned to the property. + + + + + A object that will own the created band collection. This value is assigned to the property. + + + + + + + + + Adds the specified band to the end of the band collection. + + + + An object that specifies the band to be added. + + + An object specifying the new band. + + + + + + + Creates a new band and adds it to the band collection. + + + An object that specifies the new band. + + + + + + + Creates a new band with the specified caption and appends it to the band collection. + + + + A value that specifies the band's caption. This value is assign to the property. + + + An object that specifies the new band. + + + + + + + Adds an array of bands to the end of the band collection. + + + + An array of bands to be added to the collection. + + + + + + + + Returns whether the specified band is contained within the current band collection or any of its bands' collections. + + + + An object that specifies the band to be found. + + + + true, if the search should be extended to the collections of the current collection's bands; otherwise, false. + + + true, if the specified band is found; otherwise, false. + + + + + + + Create a new instance of the TreeListBandCollection class with default settings. + + + An object that specifies the created band. + + + + + + + Returns the specified band's position within the collection. + + + + An object that specifies the band to locate. + + + The zero-based index of the specified band within the collection; -1, if the collection does not contain the specified band. + + + + + + + Inserts the specified band to the specified position within the band collection. + + + + The zero-based index at which the specified band should be inserted. + + + + An object to be inserted. + + + + + + + + Provides indexed access to the band collection. + + + + The band's zero-based index. + + + The band located at the specified position within the collection. + + + + + + + Returns a band with the specified name within the collection. + + + + The band with the specified name; null (Nothing in visual basic) if no band is found. + + + The band's name to be found. + + + + + + + Gets a band that owns the current collection. + + + An object that specifies the band owning the current collection. + + + + + + + Removes the specified band from the band collection. + + + + An object that specifies the band to be removed. + + + + + + + + Changes the specified band's position within the collection. + + + + A new band position within the collection. + + + + An object that specifies the band to be moved. + + + + + + + + Gets a object that owns the current collection. + + + An object owning the current collection. + + + + + + + Gets the number of visible bands within the collection. + + + A value that specifies the number of visible bands. + + + + + + + + Specifies a single style format rule for a control. + + + + + + + Initializes a new instance of a TreeListFormatRule class. + + + + + + + + Gets or sets whether the format is applied to the entire row. + + + true, if the format is applied to the entire row; otherwise, false. + + + + + + + Copies settings from the specified object to the current object. + + + + An object whose settings are to be copied to the current object. + + + + + + + + Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column. + + + The column that provides values to test against the current formatting rule. + + + + + + + Gets or sets a column, to which the format should be applied instead of the column specified by the property. + + + + The target column to which the format is applied. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The name of the column to which a format is applied. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + The name of the column that provides values to test against the current formatting rule. + + + + + + + Gets whether the current TreeListFormatRule object is properly customized. + + + true, if the TreeListFormatRule object is properly customized; otherwise, false. + + + + + + + Gets the object that owns the current formatting rule. + + + A object that owns the current formatting rule. + + + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.dll b/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.dll new file mode 100644 index 0000000..9a87bd2 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.xml b/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.xml new file mode 100644 index 0000000..cd4ad0a --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Independentsoft.Msg.xml @@ -0,0 +1,4492 @@ + + + + Independentsoft.Msg + + + + + Represents a file used to store data as virtual streams. + + + + + Initializes a new instance of the CompoundFile class. + + + + + Initializes a new instance of the CompoundFile class based on the supplied file. + + File path. + + + + Initializes a new instance of the CompoundFile class based on the supplied stream. + + A stream. + + + + Opens compound file from the specified file. + + File path. + + + + Opens compound file from the specified stream. + + A stream. + + + + Gets stream to read from this compound file. + + + + + + Gets buffer to read from this compound file. + + + + + + Saves this compound file to the specified file. + + File path. + + + + Saves this compound file to the specified file. + + File path. + True to overwrite existing file, otherwise false. + + + + Saves this compound file to the specified stream. + + A stream. + + + + Gets the root node. + + + + + Gets or sets major version. Allowed values are 3 (512 bytes sector size) or 4 (4096 bytes sector size). + + + + + Gets FAT sector size. + + + + + Gets size of mini sectors. + + + + + Gets FAT sector count. + + + + + Gets maximum size of mini streams. + + + + + Gets count of mini FAT sectors. + + + + + Gets or sets compound file class ID. + + + + + Represents a directory entry. + + + + + Compares this instance with the specified object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry. + + A DirectoryEntry + A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter. + + + + Gets or sets name. + + + + + Gets creation time. + + + + + Gets last modified time. + + + + + Gets size. + + + + + Gets or sets class ID. + + + + + Description of DirectoryEntryList. + + + + + Gets the with the specified name. + + The name. + DirectoryEntry. + + + + The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification is malformed. + + + + + Creates a new instance of the InvalidFileFormatException class. + + + + + Creates a new instance of the InvalidFileFormatException class with the specified error message. + + The message that describes the error. + + + + Creates a new instance of the InvalidFileFormatException class with the specified error message and inner exception. + + The message that describes the error. + The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception. + + + + Represents a root node. + + + RootDirectoryEntry object in a compound file that must be accessed before any other objects and objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy. + + + + + Gets root's name. + + + + + Gets collection of . + + + + + Contains collection of . + + + Storage is analogous to a file system directory. The parent object of a storage object must be another storage object or the . + + + + + Initializes a new instance of the Storage class. + + + + + Initializes a new instance of the Storage class. + + Storage name. + + + + Gets collection of . + + + + + Represents a virtual stream to store data. + + + Stream is analogous to a file system file. The parent object of a stream object must be a object or the . + + + + + Initializes a new instance of the Stream class. + + + + + Initializes a new instance of the Stream class and load data from the specified file. + + File path. + + + + Initializes a new instance of the Stream class and load data from the specified . + + Stream name. + A stream. + + + + Initializes a new instance of the Stream class and load data from the specified buffer. + + Stream name. + Data buffer. + + + + Loads data to this stream from the specified file. + + File path. + + + + Loads data to this stream from the specified . + + Stream name. + A stream. + + + + Loads data to this stream from the specified buffer. + + Stream name. + Data buffer. + + + + Saves data from this stream to to the specified file. + + File path. + + + + Saves data from this stream to the specified . + + A stream. + + + + Gets to read data from this stream. + + + + + + Gets or sets streams data. + + + + + Class Attachment. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The file path. + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The buffer. + + + + Initializes a new instance of the class. + + The stream. + The name. + + + + Initializes a new instance of the class. + + The buffer. + The name. + + + + Saves the specified stream. + + The stream. + stream + + + + Saves this message to the specified file. + + File path. + + + + Saves this message to the specified file. + + File path. + True to overwrite existing file, otherwise false. + + + + Gets the stream. + + Stream. + + + + Gets the bytes. + + System.Byte[][]. + + + + Gets the name of the file. + + System.String. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the name. + + The name. + + + + Gets or sets the type of the content. + + The type of the content. + + + + Gets or sets the content identifier. + + The content identifier. + + + + Gets or sets the content location. + + The content location. + + + + Gets or sets the content description. + + The content description. + + + + Gets or sets the content disposition. + + The content disposition. + + + + Class BodyPart. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The attachment. + + + + Saves the specified file path. + + The file path. + + + + Saves the specified file path. + + The file path. + if set to true [overwrite]. + + + + Saves the specified stream. + + The stream. + stream + + + + Gets the bytes. + + System.Byte[][]. + + + + Gets the stream. + + Stream. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets the headers. + + The headers. + + + + Gets the body parts. + + The body parts. + + + + Gets or sets the body. + + The body. + + + + Gets or sets the embedded message. + + The embedded message. + + + + Gets or sets the header encoding. + + The header encoding. + + + + Gets or sets the header character set. + + The header character set. + + + + Gets or sets the type of the content. + + The type of the content. + + + + Gets or sets the content transfer encoding. + + The content transfer encoding. + + + + Gets or sets the content disposition. + + The content disposition. + + + + Gets or sets the content description. + + The content description. + + + + Gets or sets the content identifier. + + The content identifier. + + + + Gets or sets the content location. + + The content location. + + + + Class BodyPartList. + + + + + Adds the specified attachment. + + The attachment. + + + + Class ContentDisposition. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The type. + + + + Initializes a new instance of the class. + + The content disposition. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the type. + + The type. + + + + Gets the parameters. + + The parameters. + + + + Summary description for ContentDispositionType. + + + + + Specifies that the attachment is to be displayed as a file attached to the e-mail message. + + + + + The attachment is to be displayed as part of the e-mail message body. + + + + + Specifies the Content-Transfer-Encoding header information for an e-mail message attachment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Class ContentType. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The type. + The subtype. + + + + Initializes a new instance of the class. + + The type. + The subtype. + The charset. + + + + Initializes a new instance of the class. + + Type of the content. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the type. + + The type. + + + + Gets or sets the type of the sub. + + The type of the sub. + + + + Gets or sets the character set. + + The character set. + + + + Gets the parameters. + + The parameters. + + + + Class Header. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The name. + The value. + + + + Initializes a new instance of the class. + + The name. + The value. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the name. + + The name. + + + + Gets or sets the value. + + The value. + + + + Contains types of header encoding. + + + + + Quoted-Printable encoding. + + + + + Binary encoding. + + + + + Class HeaderList. + + + + + Removes the specified standard header. + + The standard header. + + + + Removes the specified name. + + The name. + + + + Gets the with the specified name. + + The name. + Header. + + + + Gets the with the specified name. + + The name. + Header. + + + + Represents a mailbox. + + + + + Initializes a new instance of the Mailbox. + + + + + Initializes a new instance of the Mailbox. + + Email address of mailbox owner. + Name of mailbox owner. + + + + Initializes a new instance of the Mailbox. + + Email address and name of mailbox owner. + + + + Returns a String that represents the current Mailbox. + + + + + + Gets or sets display name. + + + + + Gets or sets email address. + + + + + Class Message. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The file path. + + + + Initializes a new instance of the class. + + The stream. + + + + Initializes a new instance of the class. + + The buffer. + + + + Opens the specified file path. + + The file path. + + + + Opens the specified stream. + + The stream. + stream + + + + Opens the specified buffer. + + The buffer. + + + + Gets the attachments. + + Attachment[][]. + + + + Gets the attachments. + + if set to true [include embedded]. + Attachment[][]. + + + + Gets the name of the file. + + System.String. + + + + Saves the specified stream. + + The stream. + stream + + + + Saves this message to the specified file. + + File path. + + + + Saves this message to the specified file. + + File path. + True to overwrite existing file, otherwise false. + + + + Gets the bytes. + + System.Byte[][]. + + + + Gets the stream. + + Stream. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets the headers. + + The headers. + + + + Gets the body parts. + + The body parts. + + + + Gets or sets the body. + + The body. + + + + Gets or sets the embedded message. + + The embedded message. + + + + Gets or sets the header encoding. + + The header encoding. + + + + Gets or sets the header character set. + + The header character set. + + + + Gets or sets the type of the content. + + The type of the content. + + + + Gets or sets the content transfer encoding. + + The content transfer encoding. + + + + Gets or sets the content disposition. + + The content disposition. + + + + Gets or sets the content description. + + The content description. + + + + Gets or sets the content identifier. + + The content identifier. + + + + Gets or sets the content location. + + The content location. + + + + Gets or sets the subject. + + The subject. + + + + Gets or sets the MIME version. + + The MIME version. + + + + Gets or sets the comments. + + The comments. + + + + Gets or sets the keywords. + + The keywords. + + + + Gets or sets the message identifier. + + The message identifier. + + + + Gets or sets the resent message identifier. + + The resent message identifier. + + + + Gets or sets the date. + + The date. + + + + Gets or sets the resent date. + + The resent date. + + + + Gets or sets the references. + + The references. + + + + Gets to. + + To. + + + + Gets the cc. + + The cc. + + + + Gets the BCC. + + The BCC. + + + + Gets the reply to. + + The reply to. + + + + Gets or sets from. + + From. + + + + Gets or sets the sender. + + The sender. + + + + Gets or sets the resent from. + + The resent from. + + + + Gets or sets the resent sender. + + The resent sender. + + + + Gets or sets the in reply to. + + The in reply to. + + + + Gets or sets the return path. + + The return path. + + + + The exception that is thrown when load or parse message with wrong format. + + + + + Initializes a new instance of the MessageFormatException class. + + + + + Initializes a new instance of the MessageFormatException class with the specified error message. + + Error description. + + + + Initializes a new instance of the MessageFormatException class with the specified error message and inner exception. + + The message that describes the error + The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception. + + + + Class Parameter. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The name. + + + + Initializes a new instance of the class. + + The name. + The value. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the name. + + The name. + + + + Gets or sets the value. + + The value. + + + + Class ParameterList. + + + + + Removes the specified name. + + The name. + + + + Gets the with the specified name. + + The name. + Parameter. + + + + Contains the standard message headers defined in RFC 2822. + + + + + Resent-Date header field. + + + + + Resent-From header field. + + + + + Resent-Sender header field. + + + + + Resent-To header field. + + + + + Resent-Cc header field. + + + + + Resent-Bcc header field. + + + + + Resent-Msg-ID header field. + + + + + From header field. + + + + + Sender header field. + + + + + Reply-To header field. + + + + + To header field. + + + + + Cc header field. + + + + + Bcc header field. + + + + + Message-ID header field. + + + + + In-Reply-To header field. + + + + + References header field. + + + + + Subject header field. + + + + + Comments header field. + + + + + Keywords header field. + + + + + Date header field. + + + + + Return-Path header field. + + + + + Received header field. + + + + + MIME-Version header field. + + + + + Content-Type header field. + + + + + Content-ID header field. + + + + + Content-Transfer-Encoding header field. + + + + + Content-Description header field. + + + + + Content-Disposition header field. + + + + + Content-Location header field. + + + + + Content-Length header field. + + + + + Summary description for Util. + + + + + Represents an attachment to a message. + + + + + Initializes a new instance of the Attachment class. + + + + + Initializes a new instance of the Attachment class based on the supplied file. + + File path. + + + + Initializes a new instance of the Attachment class based on the supplied stream. + + Attachment file name. + A stream. + + + + Initializes a new instance of the Attachment class based on the supplied byte array. + + Attachment file name. + A byte array. + + + + Saves this attachment to the specified file. + + File path. + + + + Saves this attachment to the specified file. + + File path. + True to overwrite existing file, otherwise false. + + + + Saves this attachment to the specified stream. + + A stream. + stream + + + + Gets bytes to read from this attachment. + + Attachment as a byte array. + + + + Gets bytes to read from this attachment. + + Attachment as a byte array. + + + + Gets stream to read from this attachment. + + A stream. + + + + Provides file type information for a non-Windows attachment. + + The additional information. + + + + Contains the content base header of a MIME message attachment. + + The content base. + + + + Contains the content identification header of a MIME message attachment. + + The content identifier. + + + + Contains the content location header of a MIME message attachment. + + The content location. + + + + Contains the content disposition header of a MIME message attachment. + + The content disposition. + + + + Contains binary attachment data. + + The data. + + + + Contains attachment's data as embedded object. + + The data object. + + + + Contains the encoding for an attachment. + + The encoding. + + + + Contains the record key for an attachment. + + The record key. + + + + Contains a file name extension that indicates the document type of an attachment. + + The extension. + + + + Contains an attachment's base file name and extension, excluding path. + + The name of the file. + + + + Contains flags for an attachment. + + The flags. + + + + Contains an attachment's long filename and extension, excluding path. + + The long name of the file. + + + + Contains an attachment's fully-qualified long path and filename. + + The long name of the path. + + + + Contains a MAPI-defined constant representing the way the contents of an attachment can be accessed. + + The method. + + + + Contains the MIME sequence number of a MIME message attachment. + + The MIME sequence. + + + + Contains formatting information about a MIME attachment. + + The MIME tag. + + + + Contains an attachment's fully-qualified path and filename. + + The name of the path. + + + + Contains a Microsoft Windows metafile with rendering information for an attachment. + + The rendering. + + + + Contains rendering position index. + + The rendering position. + + + + Contains attachment's size in bytes. + + The size. + + + + Contains an object identifier specifying the application that supplied an attachment. + + The tag. + + + + Contains the name of an attachment file modified so that it can be associated with TNEF messages. + + The name of the transport. + + + + Contains the display name of the attachment. + + The display name. + + + + Contains object if the attachment is an embedded Message. + + The embedded message. + + + + Contains the type of the attachment. + + The type of the object. + + + + Indicates whether an attachment is hidden from the end user. + + true if this instance is hidden; otherwise, false. + + + + Contains the creation date and time of the attachment. + + The creation time. + + + + Contains the date and time when the attachment was last modified. + + The last modification time. + + + + Indicates whether this attachment is a contact photo. + + true if this instance is contact photo; otherwise, false. + + + + Gets or sets the data object storage. + + The data object storage. + + + + Represents attachment's flags. + + + + + Indicates that this attachment is not available to HTML rendering applications and should be ignored in MIME processing. + + + + + Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI. + + + + + None + + + + + Represents the way the contents of an attachment can be accessed. + + + + + The attachment has just been created. + + + + + The property contains the attachment data. + + + + + The or the property contains a fully-qualified path identifying the attachment to recipients with access to a common file server. + + + + + The or the property contains a fully-qualified path identifying the attachment. + + + + + The or the property contains a fully-qualified path identifying the attachment. + + + + + The property contains an embedded object. + + + + + The attachment is an embedded OLE object + + + + + None + + + + + Specifies whether the attendee is busy at the time of an appointment on their calendar. The specified status appears in the free/busy view of the calendar. + + + + + Free status + + + + + Tentative status + + + + + Busy status + + + + + Out of the office status + + + + + Enum CalendarType + + + + + Describes which week in a month is used in a relative recurrence pattern. + + + + + First. + + + + + Second. + + + + + Third. + + + + + Fourth. + + + + + Last. + + + + + None. + + + + + Contains a value used to associate an icon with a particular row of a table. + + + + + An automated agent, such as Quote-Of-The-Day or a weather chart display. + + + + + A distribution list. + + + + + Display default folder icon adjacent to folder. + + + + + Display default folder link icon adjacent to folder rather than the default folder icon. + + + + + Display icon for a folder with an application-specific distinction, such as a special type of public folder. + + + + + A forum, such as a bulletin board service or a public or shared folder. + + + + + A global address book. + + + + + A local address book that you share with a small workgroup. + + + + + A typical messaging user. + + + + + Modifiable; the container should be denoted as modifiable in the user interface. + + + + + A special alias defined for a large group, such as helpdesk, accounting, or blood-drive coordinator. + + + + + A private, personally administered distribution list. + + + + + A recipient known to be from a foreign or remote messaging system. + + + + + A wide area network address book. + + + + + Does not match any of the other settings. + + + + + None. + + + + + Class ExtendedProperty. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The tag. + + + + Initializes a new instance of the class. + + The tag. + The value. + + tag + or + value + + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Initializes a new instance of the class. + + The tag. + if set to true [value]. + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Initializes a new instance of the class. + + The tag. + The value. + + tag + or + value + + + + + Initializes a new instance of the class. + + The tag. + The value. + + + + Gets the string value. + + System.String. + + + + Gets the string array value. + + System.String[][]. + + + + Gets the boolean value. + + true if XXXX, false otherwise. + + + + Gets the short value. + + System.Int16. + + + + Gets the integer value. + + System.Int32. + + + + Gets the long value. + + System.Int64. + + + + Gets the float value. + + System.Single. + + + + Gets the double value. + + System.Double. + + + + Gets the date time value. + + DateTime. + + + + Gets or sets the tag. + + The tag. + + + + Gets or sets the value. + + The value. + + + + Class ExtendedPropertyId. + + + + + Class ExtendedPropertyTag. + + + + + Gets or sets the unique identifier. + + The unique identifier. + + + + Gets or sets the type. + + The type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The identifier. + The unique identifier. + + + + Initializes a new instance of the class. + + The identifier. + The unique identifier. + The type. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the identifier. + + The identifier. + + + + Class ExtendedPropertyList. + + + + + Gets the with the specified tag. + + The tag. + ExtendedProperty. + + + + Class ExtendedPropertyName. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The name. + The unique identifier. + + + + Initializes a new instance of the class. + + The name. + The unique identifier. + The type. + + + + Returns a that represents this instance. + + A that represents this instance. + + + + Gets or sets the name. + + The name. + + + + Represents flag color. + + + + + Purple color. Value is 1. + + + + + Orange color. Value is 2. + + + + + Green color. Value is 3. + + + + + Yellow color. Value is 4. + + + + + Blue color. Value is 5. + + + + + Red color. Value is 6. + + + + + None. Value is 0. + + + + + Contains the Microsoft Office Outlook follow-up flags for the message. + + + + + Complete. + + + + + Follow-up is required. + + + + + No follow-up has been specified. + + + + + Enum Gender + + + + + Indicates the message sender's opinion of the importance of a message. + + + + + The message has low importance. + + + + + The message has normal importance. + + + + + The message has high importance. + + + + + None. + + + + + Represents last action on the message. + + + + + Reply has been sent to sender. Value is 102. + + + + + Reply has been sent to all. Value is 103. + + + + + The message has been forwarded. Value is 104. + + + + + None. + + + + + The MeetingStatus enum specifies the status of an appointment or meeting. + + + + + An Appointment item without attendees has been scheduled. This status can be used to set up holidays on a calendar. + + + + + The meeting has been scheduled. + + + + + The meeting request has been received. + + + + + The scheduled meeting has been cancelled but still appears on the user's calendar. + + + + + The scheduled meeting has been cancelled. + + + + + None. + + + + + Represents Outlook message file. + + + + + Initializes a new instance of the Message class. + + + + + Initializes a new instance of the Message class based on the supplied file. + + File path. + + + + Initializes a new instance of the Message class based on the supplied stream. + + A stream. + + + + Initializes a new instance of the Message class from the specified MIME message. + + The MIME message. + + + + Loads message from the specified file. + + File path. + + + + Loads message from the specified stream. + + An input stream. + + + + Gets stream to read from this message. + + A stream. + + + + Gets bytes to read from this message. + + Attachment as a byte array. + + + + Saves this message to the specified file. + + File path. + + + + Saves this message to the specified file. + + File path. + True to overwrite existing file, otherwise false. + + + + Saves this message to the specified stream. + + A stream. + stream + + + + Converts to MIME message. + + Independentsoft.Email.Mime.Message. + + + + Gets or sets message encoding. Default is UTF8 encoding. + + The encoding. + + In order to save message as Unicode use: + + message.Encoding = System.Text.Encoding.Unicode; + + + + + + Contains a text string that identifies the sender-defined message class, such as IPM.Note. + + The message class. + + + + Contains the full subject of a message. + + The subject. + + + + Contains a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding. + + The subject prefix. + + + + Contains the topic of the first message in a conversation thread. + + The conversation topic. + A conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the property. Subsequent messages in the thread should use the same topic without modification. + + + + Contains an ASCII list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). + + The display BCC. + + + + Contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). + + The display cc. + + + + Contains a list of the display names of the primary (To) message recipients, separated by semicolons (;). + + The display to. + + + + Contains a list of the display names of the primary (To) message recipients, separated by semicolons (;). + + The original display to. + + + + Contains reply to email address. + + The reply to. + + + + Contains the message subject with any prefix removed. + + The normalized subject. + + + + Contains the message text. + + The body. + + + + Contains the Rich Text Format (RTF) version of the message text. + + The body RTF. + + + + Contains the Rich Text Format (RTF) version of the message text, usually in compressed form. + + The RTF compressed. + + + + Contains a binary-comparable key that identifies correlated objects for a search. + + The search key. + + + + Contains a change key of a message. + + The change key. + + + + Contains a MAPI entry identifier used to open and edit properties of a particular MAPI object. + + The entry identifier. + + + + Gets or sets the read receipt entry identifier. + + The read receipt entry identifier. + + + + Gets or sets the read receipt search key. + + The read receipt search key. + + + + Contains the creation date and time of the message. + + The creation time. + A message store sets this property for each message that it creates. + + + + Contains the date and time when the message was last modified. + + The last modification time. + This property is initially set to the same value as the property. + + + + Contains the date and time when a message was delivered. + + The message delivery time. + This property describes the time the message was stored at the server, rather than the download time when the transport provider copied the message from the server to the local store. + + + + Contains the date and time the message sender submitted a message. + + The client submit time. + + + + Contains the date and time the mail provider submitted a message. + + The provider submit time. + + + + Contains the report date and time. + + The report time. + + + + Contains the time when the last verb was executed. + + The last verb execution time. + + + + Contains report text. + + The report text. + + + + Contains name of the person who created message. + + The name of the creator. + + + + Contains name of the person who modified message. + + The last name of the modifier. + + + + Contains unique ID for the message. + + The internet message identifier. + + + + Contains the identifier of the message to which this message is a reply. + + The in reply to. + + + + Contains Internet reference ID for the message. + + The internet references. + + + + Contains the code page that is used for the message. + + The message code page. + + + + Contains a number that indicates which icon to use when you display a group of e-mail objects. + + The index of the icon. + + + + Contains the size of the body, subject, sender, and attachments. + + The size. + + + + Indicates the code page used for the or the properties. + + The internet code page. + + + + Contains a binary value that indicates the relative position of this message within a conversation thread. + + The index of the conversation. + + + + Contains true if message is invisible. + + true if this instance is hidden; otherwise, false. + + + + Contains true if message is read only. + + true if this instance is read only; otherwise, false. + + + + Contains true if message is system message. + + true if this instance is system; otherwise, false. + + + + Gets or sets a value indicating whether [disable full fidelity]. + + true if [disable full fidelity]; otherwise, false. + + + + Contains true if a message contains at least one attachment. + + true if this instance has attachment; otherwise, false. + + + + Contains true if the property has the same text content as the property for this message. + + true if [RTF in synchronize]; otherwise, false. + + + + Gets or sets a value indicating whether [read receipt requested]. + + true if [read receipt requested]; otherwise, false. + + + + Gets or sets a value indicating whether [delivery report requested]. + + true if [delivery report requested]; otherwise, false. + + + + Contains the Hypertext Markup Language (HTML) version of the message text. + + The body HTML. + + + + Contains the Hypertext Markup Language (HTML) version of the message text. + + The body HTML text. + + + + Contains a value that indicates the message sender's opinion of the sensitivity of a message. + + The sensitivity. + + + + Contains the last verb executed. + + The last verb executed. + + + + Contains a value that indicates the message sender's opinion of the importance of a message. + + The importance. + + + + Contains the relative priority of a message. + + The priority. + This property and the property should not be confused. Importance indicates a value to users, while priority indicates the order or speed at which the message should be sent by the messaging system software. Higher priority usually indicates a higher cost. Higher importance usually is associated with a different display by the user interface. + + + + Specifies the flag icon of the message object. + + The flag icon. + + + + Specifies the flag state of the message object. + + The flag status. + + + + Contains the type of an object. + + The type of the object. + + + + Contains the address type for the messaging user who is represented by the user actually receiving the message. + + The type of the received representing address. + + + + Contains the e-mail address for the messaging user who is represented by the receiving user. + + The received representing email address. + + + + Contains the entry identifier for the messaging user who is represented by the receiving user. + + The received representing entry identifier. + + + + Contains the display name for the messaging user who is represented by the receiving user. + + The name of the received representing. + + + + Contains the search key for the messaging user represented by the receiving user. + + The received representing search key. + + + + Contains the e-mail address type, such as SMTP, for the messaging user who actually receives the message. + + The type of the received by address. + + + + Contains the e-mail address for the messaging user who receives the message. + + The received by email address. + + + + Contains the entry identifier of the messaging user who actually receives the message. + + The received by entry identifier. + + + + Contains the display name of the messaging user who receives the message. + + The name of the received by. + + + + Contains the search key of the messaging user who receives the message. + + The received by search key. + + + + Contains the message sender's e-mail address type. + + The type of the sender address. + + + + Contains the message sender's e-mail address. + + The sender email address. + + + + Contains the message sender's entry identifier. + + The sender entry identifier. + + + + Contains the message sender's display name. + + The name of the sender. + + + + Contains the message sender's search key. + + The sender search key. + + + + Contains the address type for the messaging user who is represented by the sender. + + The type of the sent representing address. + + + + Contains the e-mail address for the messaging user who is represented by the sender. + + The sent representing email address. + + + + Contains the entry identifier for the messaging user represented by the sender. + + The sent representing entry identifier. + + + + Contains the display name for the messaging user represented by the sender. + + The name of the sent representing. + + + + Contains the search key for the messaging user represented by the sender. + + The sent representing search key. + + + + Contains transport-specific message envelope information. + + The transport message headers. + + + + Contains a bitmask of flags that indicate the origin and current state of a message. + + The message flags. + This property is a nontransmittable message property exposed at both the sending and receiving ends of a transmission, with different values depending upon the client application or store provider involved. This property is initialized by the client or message store provider when a message is created and saved for the first time and then updated periodically by the message store provider, a transport provider, and the MAPI spooler as the message is processed and its state changes. This property exists on a message both before and after submission, and on all copies of the received message. Although it is not a recipient property, it is exposed differently to each recipient according to whether it has been read or modified by that recipient. + + + + Contains values that client applications should query to determine the characteristics of a message store. + + The store support masks. + + + + Contains version number of Microsoft Office Outlook client. + + The outlook version. + + + + Contains internal version number of Microsoft Office Outlook client. + + The outlook internal version. + + + + Contains the start date and time of a message. + + The common start time. + + + + Contains the end date and time of a message. + + The common end time. + + + + Contains the date and time specifying the date by which an e-mail message is due. + + The flag due by. + + + + Contains the names of the companies associated with the contact item. + + The companies. + + + + Contains the names of the contacts associated with the item. + + The contact names. + + + + Contains the categories associated with a message. + + The keywords. + + + + Contains the categories associated with a message. + + The categories. + + + + Contains the billing information associated with a message. + + The billing information. + + + + Contains free-form string value and can be used to store mileage information associated with the message. + + The mileage. + + + + Contains account name or email address. + + The name of the internet account. + + + + Contains the path and file name of the sound file to play when the reminder occurs for the appointment, mail message, or task. + + The reminder sound file. + + + + Contains true if message is marked as private. + + true if this instance is private; otherwise, false. + + + + Contains true if the reminder overrides the default reminder behavior for the appointment, mail item, or task. + + true if [reminder override default]; otherwise, false. + + + + Contains true if the reminder should play a sound when it occurs for this appointment or task. + + true if [reminder play sound]; otherwise, false. + + + + Contains appointment's the start date and time. + + The appointment start time. + + + + Contains appointment's the end date and time. + + The appointment end time. + + + + Contains appointment's location. + + The location. + + + + Contains appointment's message class. + + The appointment message class. + + + + Contains appointment's time zone. + + The time zone. + + + + Contains recurring pattern description. + + The recurrence pattern description. + + + + Contains appoinmtment or task recurring pattern. + + The recurrence pattern. + + + + Contains message's global unique id. + + The unique identifier. + + + + Contains appointment's label color. + + The label. + + + + Contains appointment's duration in minutes. + + The duration. + + + + Contains appointment's busy status. + + The busy status. + + + + Contains the status of the meeting. + + The meeting status. + + + + Contains the response to a meeting request. + + The response status. + + + + Contains the recurrence pattern type. + + The type of the recurrence. + + + + Contains task's owner name. + + The owner. + + + + Contains task's delegator name. + + The delegator. + + + + Contains the percentage of the task completed at the current date and time. + + The percent complete. + + + + Contains the actual effort (in minutes) spent on the task. + + The actual work. + + + + Contains the total work for the task. + + The total work. + + + + Contains true if the task is a team task. + + true if this instance is team task; otherwise, false. + + + + Contains true if the task is complete. + + true if this instance is complete; otherwise, false. + + + + Contains true if the task or appointment is recurring. + + true if this instance is recurring; otherwise, false. + + + + Contains true if the appointment is all day event. + + true if this instance is all day event; otherwise, false. + + + + Contains true if a reminder has been set for this appointment, e-mail item, or task. + + true if this instance is reminder set; otherwise, false. + + + + Contains the date and time at which the reminder should occur for the specified item. + + The reminder time. + + + + Contains the number of minutes the reminder should occur prior to the start of the appointment. + + The reminder minutes before start. + + + + Contains task's the start date and time. + + The task start date. + + + + Contains task's the due date and time. + + The task due date. + + + + Contains the completion date of the task. + + The date completed. + + + + Contains the status of the task. + + The task status. + + + + Contains the ownership state of the task. + + The task ownership. + + + + Contains the delegation state of a task. + + The state of the task delegation. + + + + Contains height of the note item. + + The height of the note. + + + + Contains width of the note item. + + The width of the note. + + + + Contains top position of the note item. + + The note top. + + + + Contains left position of the note item. + + The note left. + + + + Contains background color of the note item. + + The color of the note. + + + + Contains journal's the start date and time. + + The journal start time. + + + + Contains journal's the end date and time. + + The journal end time. + + + + Contains the type of the journal item. + + The type of the journal. + + + + Contains the type description of the journal item. + + The journal type description. + + + + Contains journal's the duration in minutes. + + The duration of the journal. + + + + Contains the birthday date for the contact. + + The birthday. + + + + Contains the names of the children of the contact. + + The children names. + + + + Contains the name of assistent of the contact. + + The name of the assistent. + + + + Contains assistent's phone number of the contact. + + The assistent phone. + + + + Contains the first business telephone number for the contact. + + The business phone. + + + + Contains the business fax number for the contact. + + The business fax. + + + + Contains the url of the business Web page for the contact. + + The business home page. + + + + Contains the callback telephone number for the contact. + + The callback phone. + + + + Contains the car telephone number for the contact. + + The car phone. + + + + Contains the mobile telephone number for the contact. + + The cellular phone. + + + + Contains the company main telephone number for the contact. + + The company main phone. + + + + Contains the company name for the contact. + + The name of the company. + + + + Contains the name of the computer network for the contact. + + The name of the computer network. + + + + Contains the country/region code portion of the business address for the contact. + + The business address country. + + + + Contains the customer ID for the contact. + + The customer identifier. + + + + Contains the department name for the contact. + + The name of the department. + + + + Contains display name. + + The display name. + + + + Contains display name prefix. + + The display name prefix. + + + + Contains the FTP site entry for the contact. + + The FTP site. + + + + Contains the generation for the contact. + + The generation. + + + + Contains the given name for the contact. + + The name of the given. + + + + Contains the government ID number for the contact. + + The government identifier. + + + + Contains the hobby names for the contact. + + The hobbies. + + + + Contains the second home telephone number for the contact. + + The home phone2. + + + + Contains the city portion of the home address for the contact. + + The home address city. + + + + Contains the country/region portion of the home address for the contact. + + The home address country. + + + + Contains the postal code portion of the home address for the contact. + + The home address postal code. + + + + Contains the post office box number portion of the home address for the contact. + + The home address post office box. + + + + Contains the state portion of the home address for the contact. + + The state of the home address. + + + + Contains the street portion of the home address for the contact. + + The home address street. + + + + Contains the home fax number for the contact. + + The home fax. + + + + Contains the first home telephone number for the contact. + + The home phone. + + + + Contains the initials for the contact. + + The initials. + + + + Contains the ISDN number for the contact. + + The isdn. + + + + Contains the city name portion of the business address for the contact. + + The business address city. + + + + Contains the manager name for the contact. + + The name of the manager. + + + + Contains the middle name for the contact. + + The name of the middle. + + + + Contains the nickname for the contact. + + The nickname. + + + + Contains the specific office location for the contact. + + The office location. + + + + Contains the second business telephone number for the contact. + + The business phone2. + + + + Contains the city portion of the other address for the contact. + + The other address city. + + + + Contains the country/region portion of the other address for the contact. + + The other address country. + + + + Contains the postal code portion of the other address for the contact. + + The other address postal code. + + + + Contains the state portion of the other address for the contact. + + The state of the other address. + + + + Contains the street portion of the other address for the contact. + + The other address street. + + + + Contains the other telephone number for the contact. + + The other phone. + + + + Contains the pager number for the contact. + + The pager. + + + + Contains the url of the personal Web page for the contact. + + The personal home page. + + + + Contains the postal address for the contact. + + The postal address. + + + + Contains the postal code (zip code) portion of the business address for the contact. + + The business address postal code. + + + + Contains the post office box number portion of the business address for the contact. + + The business address post office box. + + + + Contains the state code portion of the business address for the contact. + + The state of the business address. + + + + Contains the street address portion of the business address for the contact. + + The business address street. + + + + Contains the primary fax number for the contact. + + The primary fax. + + + + Contains the primary telephone number for the contact. + + The primary phone. + + + + Contains the profession for the contact. + + The profession. + + + + Contains the radio telephone number for the contact. + + The radio phone. + + + + Contains the spouse name for the contact. + + The name of the spouse. + + + + Contains the last name for the contact. + + The surname. + + + + Contains the telex number for the contact. + + The telex. + + + + Contains the title for the contact. + + The title. + + + + Contains the TTY/TDD telephone number for the contact. + + The tty TDD phone. + + + + Contains the wedding anniversary date for the contact. + + The wedding anniversary. + + + + Contains the gender of the contact. + + The gender. + + + + Contains the type of the mailing address for the contact. + + The selected mailing address. + + + + Contains true if the contact has picture. + + true if [contact has picture]; otherwise, false. + + + + Contains the default keyword string assigned to the contact when it is filed. + + The file as. + + + + Contains the instant messenger address for the contact. + + The instant messenger address. + + + + Contains the url location of the user's free-busy information in vCard Free-Busy standard format. + + The internet free busy address. + + + + Contains the whole, unparsed business address for the contact. + + The business address. + + + + Contains the whole, unparsed home address for the contact. + + The home address. + + + + Contains the whole, unparsed other address for the contact. + + The other address. + + + + Contains the e-mail address of the first e-mail entry for the contact. + + The email1 address. + + + + Contains the e-mail address of the second e-mail entry for the contact. + + The email2 address. + + + + Contains the e-mail address of the third e-mail entry for the contact. + + The email3 address. + + + + Contains the display name of the first e-mail address for the contact. + + The display name of the email1. + + + + Contains the display name of the second e-mail address for the contact. + + The display name of the email2. + + + + Contains the display name of the third e-mail address for the contact. + + The display name of the email3. + + + + Contains the display as name of the first e-mail address for the contact. + + The email1 display as. + + + + Contains the display as name of the second e-mail address for the contact. + + The email2 display as. + + + + Contains the display as name of the third e-mail address for the contact. + + The email3 display as. + + + + Contains the type of the first e-mail address for the contact. + + The type of the email1. + + + + Contains the type of the second e-mail address for the contact. + + The type of the email2. + + + + Contains the type of the third e-mail address for the contact. + + The type of the email3. + + + + Contains the entry ID of the first e-mail address for the contact. + + The email1 entry identifier. + + + + Contains the entry ID of the second e-mail address for the contact. + + The email2 entry identifier. + + + + Contains the entry ID of the third e-mail address for the contact. + + The email3 entry identifier. + + + + Contains collection of recipients. + + The recipients. + + + + Contains collection of attachments. + + The attachments. + + + + Contains collection of extended (custom) properties. + + The extended properties. + + + + Contains collection of named properties definition. + + + + + Contains true if Message is embedded into another message object. + + true if this instance is embedded; otherwise, false. + + + + Contains a value that indicates the origin and current state of a message. + + + + + The message is an associated message of a folder. The client or provider has read-only access to this flag. The Read flag is ignored for associated messages, which do not retain a read/unread state. + + + + + The messaging user sending was the messaging user receiving the message. This flag is meant to be set by the transport provider. + + + + + The message has at least one attachment. The client has read-only access to this flag. + + + + + A nonread report needs to be sent for the message. The client or provider has read-only access to this flag. + + + + + The incoming message arrived over the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access. + + + + + The incoming message arrived over an external link other than X.400 or the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access. + + + + + The incoming message arrived over an X.400 link. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access. + + + + + The message is marked as having been read. This flag is ignored if the Associated flag is set. + + + + + The message includes a request for a resend operation with a non-delivery report. + + + + + A read report needs to be sent for the message. The client or provider has read-only access to this flag. + + + + + The message is marked for sending. Message store providers set this flag; the client has read-only access. + + + + + The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered. + + + + + The message is still being composed. It is saved, but has not been sent. Typically, this flag is cleared after the message is sent. + + + + + Represents Note item background color. + + + + + Blue color. + + + + + Green color. + + + + + Pink color. + + + + + Yellow color. + + + + + White color. + + + + + None. + + + + + Represents type of an object. + + + + + Address book container object. + + + + + Address book object. + + + + + Message attachment object. + + + + + Distribution list object. + + + + + Folder object. + + + + + Form object. + + + + + Messaging user object. + + + + + Message object. + + + + + Profile section object. + + + + + Session object. + + + + + Status object. + + + + + Message store object. + + + + + None + + + + + Represents the relative priority of a message. + + + + + The message is not urgent. + + + + + The message has normal priority. + + + + + The message is urgent. + + + + + None. + + + + + Enum PropertyType + + + + + Represents a user or resource, generally a mail message addressee. + + + + + Initializes a new instance of the Recipient class. + + + + + Contains the display name of the recipient. + + + + + Contains the recipient's e-mail address. + + + + + Contains the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP). + + + + + Contains the type of the recipient. + + + + + Contains the recipient type for a message recipient. + + + + + Contains a value used to associate an icon with a particular row of a table. + + + + + Contains the EntryID of the recipient. + + + + + Contains a value that uniquely identifies a row in a table. + + + + + Contains a binary-comparable key that identifies correlated objects for a search. + + + + + Contains true if some transport provider has already accepted responsibility for delivering the message to this recipient, and false if the MAPI spooler considers that this transport provider should accept responsibility. + + + + + Contains SMTP email address. + + + + + Contains a 7-bit ASCII representation of the recipient's display name. + + + + + Contains a recipient's display name in a secure form that cannot be changed. + + + + + Contains true if the recipient can receive all message content, including Rich Text Format (RTF) and Object Linking and Embedding (OLE) objects. + + + + + Contains a bitmask of encoding preferences. + + + + + + + + + + + + + + + Represents the recipient type for a message recipient. + + + + + The recipient is a primary (To) recipient. + + + + + The recipient is a carbon copy (Cc) recipient. + + + + + The recipient is a blind carbon copy (Bcc) recipient. + + + + + The recipient did not successfully receive the message on the previous attempt. + + + + + None. + + + + + Class RecurrencePattern. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The buffer. + + + + Gets the frequency. + + The frequency. + + + + Gets the type. + + The type. + + + + Gets the type of the calendar. + + The type of the calendar. + + + + Gets the period. + + The period. + + + + Gets the day of week. + + The day of week. + + + + Gets the index of the day of week. + + The index of the day of week. + + + + Gets the day of month. + + The day of month. + + + + Gets the end type. + + The end type. + + + + Gets the occurence count. + + The occurence count. + + + + Gets the first day of week. + + The first day of week. + + + + Gets the deleted instance count. + + The deleted instance count. + + + + Gets the deleted instance dates. + + The deleted instance dates. + + + + Gets the modified instance count. + + The modified instance count. + + + + Gets the modified instance dates. + + The modified instance dates. + + + + Gets the start date. + + The start date. + + + + Gets the end date. + + The end date. + + + + Enum RecurrencePatternType + + + + + Specifies the recurrence pattern type. + + + + + Represents a daily recurrence pattern. + + + + + Represents a weekly recurrence pattern. + + + + + Represents a monthly recurrence pattern. + + + + + Represents a MonthNth recurrence pattern. + + + + + Represents a yearly recurrence pattern. + + + + + Represents a YearNth recurrence pattern. + + + + + None. + + + + + Indicates the response to a meeting request. + + + + + The appointment is on the Organizer's calendar or the recipient is the Organizer of the meeting. + + + + + Meeting tentatively accepted. + + + + + Meeting accepted. + + + + + Meeting declined. + + + + + Recipient has not responded. + + + + + The appointment is a simple appointment and does not require a response. + + + + + Indicating the type of the mailing address for the contact. + + + + + + + + + + + + + + + + + + + + None. + + + + + Identifies the sensitivity level assigned to a message item. These levels are arbitrarily set and filtered for, by the user. + + + + + The message has the Personal sensitivity setting. + + + + + The message has the Private sensitivity setting. + + + + + The message has the Confidential sensitivity setting + + + + + The message has the Normal sensitivity setting. + + + + + Class StandardPropertySet. + + + + + Contains a value that client applications should query to determine the characteristics of a message store. + + + + + The message store supports properties containing ANSI (8-bit) characters. + + + + + The message store supports attachments (OLE or non-OLE) to messages. + + + + + The message store supports categorized views of tables. + + + + + The message store supports creation of new messages. + + + + + Entry identifiers for the objects in the message store are unique, that is, never reused during the life of the store. + + + + + The message store supports HTML messages, stored in the property. + + + + + In a wrapped PST store, indicates that when a new message arrives at the store, the store does rules and spam filter processing on the message separately. + + + + + This flag is reserved and should not be used. + + + + + The message store supports modification of its existing messages. + + + + + The message store supports multivalued properties, guarantees the stability of value order in a multivalued property throughout a save operation, and supports instantiation of multivalued properties in tables. + + + + + The message store supports notifications. + + + + + The message store supports OLE attachments. + + + + + The folders in this store are public (multi-user), not private (possibly multi-instance but not multi-user). + + + + + The MAPI Protocol Handler will not crawl the store, and the store is responsible to push any changes through notifications to the indexer to have messages indexed. + + + + + All interfaces for the message store have a read-only access level. + + + + + The message store supports restrictions. + + + + + The message store supports Rich Text Format (RTF) messages, usually compressed. + + + + + The message store supports search-results folders. + + + + + The message store supports sorting views of tables. + + + + + The message store supports marking a message for submission. + + + + + The message store supports storage of RTF messages in uncompressed form. + + + + + The message store supports properties containing Unicode characters. + + + + + Represents the status types of a delegated task. + + + + + Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox. + + + + + Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task. + + + + + Specifies that a task has been accepted. This value should not be in the enumeration. + + + + + Specifies that the task has been accepted. + + + + + Specifies that the task has been declined. + + + + + None. + + + + + Indicates the ownership state of the task. + + + + + Specifies that task has not yet been assigned to a user. + + + + + Specifies that task has been delegated to another user. + + + + + Specifies that task is assigned to the current user. + + + + + None. + + + + + Identifies the status types of a task item. + + + + + Specifies that the task is not started. + + + + + Specifies that the task is in progress. + + + + + Specifies that the task is completed. + + + + + Specifies that the task is waiting on others. + + + + + Specifies that the task is deferred. + + + + + None. + + + + diff --git a/DD_PM_WINDREAM/bin/Debug/Interop.WINDREAMLib.dll b/DD_PM_WINDREAM/bin/Debug/Interop.WINDREAMLib.dll new file mode 100644 index 0000000..aac85b8 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/Interop.WINDREAMLib.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1.pdf new file mode 100644 index 0000000..18669d6 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1~1.pdf new file mode 100644 index 0000000..18669d6 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_08-08~1~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1.pdf new file mode 100644 index 0000000..9b191a9 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1~1.pdf new file mode 100644 index 0000000..9b191a9 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_145005_09-09_09-09~1~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1.pdf new file mode 100644 index 0000000..201b64d --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1~1.pdf new file mode 100644 index 0000000..201b64d --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_151423_09-11_05-05~1~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_153842_09-12_10-10~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_153842_09-12_10-10~1.pdf new file mode 100644 index 0000000..72ec70d --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_153842_09-12_10-10~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160226_09-29_42-42~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160226_09-29_42-42~1.pdf new file mode 100644 index 0000000..a8af2b7 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160226_09-29_42-42~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160954_09-37_12-12~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160954_09-37_12-12~1.pdf new file mode 100644 index 0000000..d6f003a --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_160954_09-37_12-12~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_161309_09-39_13-13~1.pdf b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_161309_09-39_13-13~1.pdf new file mode 100644 index 0000000..2809bab --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/KP14-Admin02@logit-services.de_20120723_161309_09-39_13-13~1.pdf @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Karte2~1.pdf b/DD_PM_WINDREAM/bin/Debug/Karte2~1.pdf new file mode 100644 index 0000000..fc284d0 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Karte2~1.pdf @@ -0,0 +1,24 @@ +Arbeitsauftragskarte Version 20140519 + +Stadtwerke Eschwege GmbH 22. Mai 2014 + +*A-0000709* Auftra.g .Nr.. . . . . . . . A-0000709 Seite 1 + +Übergeordneter Auftrag WP0001250 Techn. O.bj.ek. t. . . . . +Beschreib. u.ng. . . . . . . . . Wasserhausanschluss erneuern + Beschre.ib.un. g. . . . . . . . +Versorgungsob. je.k.t . . . . . 37269 Eschwege + Lerchenweg 5 Auftragsst.at.us. . . . . . . . Fertig + +Ausführungsdatum. /-.ze. it. . . 07.03.14 12:00 Anlage.n.nr.. . . . . . . . . . +Geplante Fertigste.llu. n.g. . . 20.03.14 12:00 Budgetn.am. e. . . . . . . . . ERFOLG +Sachbearbeit.er. N.r. . . . . . Stefan Huber Budgetpositio.n.nr.. . . . . . 1.3.1.3.001 +Arbeitspla. n.nr.. . . . . . . . . +Arbeitsvorbereitg. du. r.ch. . . Aktivie.ru.n.g . . . . . . . . . Nein +Verantwortlich (K. S.T.) . . . . Armin Langlotz Kon. t.on. r. . . . . . . . . . . +Me.is.te. r. . . . . . . . . . . . Armin Langlotz Auftragsbuch.g.ru.pp. e. . . . AUFWAND +Verkauf an Debit.or.nr.. . . . . Kostenstelle C. o.de. . . . . . 0656 + Kostenträger .Co. d.e. . . . . + + Erlös Kostenstelle C. o. d.e. . 0656 + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Karte2~2.pdf b/DD_PM_WINDREAM/bin/Debug/Karte2~2.pdf new file mode 100644 index 0000000..fc284d0 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Karte2~2.pdf @@ -0,0 +1,24 @@ +Arbeitsauftragskarte Version 20140519 + +Stadtwerke Eschwege GmbH 22. Mai 2014 + +*A-0000709* Auftra.g .Nr.. . . . . . . . A-0000709 Seite 1 + +Übergeordneter Auftrag WP0001250 Techn. O.bj.ek. t. . . . . +Beschreib. u.ng. . . . . . . . . Wasserhausanschluss erneuern + Beschre.ib.un. g. . . . . . . . +Versorgungsob. je.k.t . . . . . 37269 Eschwege + Lerchenweg 5 Auftragsst.at.us. . . . . . . . Fertig + +Ausführungsdatum. /-.ze. it. . . 07.03.14 12:00 Anlage.n.nr.. . . . . . . . . . +Geplante Fertigste.llu. n.g. . . 20.03.14 12:00 Budgetn.am. e. . . . . . . . . ERFOLG +Sachbearbeit.er. N.r. . . . . . Stefan Huber Budgetpositio.n.nr.. . . . . . 1.3.1.3.001 +Arbeitspla. n.nr.. . . . . . . . . +Arbeitsvorbereitg. du. r.ch. . . Aktivie.ru.n.g . . . . . . . . . Nein +Verantwortlich (K. S.T.) . . . . Armin Langlotz Kon. t.on. r. . . . . . . . . . . +Me.is.te. r. . . . . . . . . . . . Armin Langlotz Auftragsbuch.g.ru.pp. e. . . . AUFWAND +Verkauf an Debit.or.nr.. . . . . Kostenstelle C. o.de. . . . . . 0656 + Kostenträger .Co. d.e. . . . . + + Erlös Kostenstelle C. o. d.e. . 0656 + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Karte2~3.pdf b/DD_PM_WINDREAM/bin/Debug/Karte2~3.pdf new file mode 100644 index 0000000..fc284d0 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Karte2~3.pdf @@ -0,0 +1,24 @@ +Arbeitsauftragskarte Version 20140519 + +Stadtwerke Eschwege GmbH 22. Mai 2014 + +*A-0000709* Auftra.g .Nr.. . . . . . . . A-0000709 Seite 1 + +Übergeordneter Auftrag WP0001250 Techn. O.bj.ek. t. . . . . +Beschreib. u.ng. . . . . . . . . Wasserhausanschluss erneuern + Beschre.ib.un. g. . . . . . . . +Versorgungsob. je.k.t . . . . . 37269 Eschwege + Lerchenweg 5 Auftragsst.at.us. . . . . . . . Fertig + +Ausführungsdatum. /-.ze. it. . . 07.03.14 12:00 Anlage.n.nr.. . . . . . . . . . +Geplante Fertigste.llu. n.g. . . 20.03.14 12:00 Budgetn.am. e. . . . . . . . . ERFOLG +Sachbearbeit.er. N.r. . . . . . Stefan Huber Budgetpositio.n.nr.. . . . . . 1.3.1.3.001 +Arbeitspla. n.nr.. . . . . . . . . +Arbeitsvorbereitg. du. r.ch. . . Aktivie.ru.n.g . . . . . . . . . Nein +Verantwortlich (K. S.T.) . . . . Armin Langlotz Kon. t.on. r. . . . . . . . . . . +Me.is.te. r. . . . . . . . . . . . Armin Langlotz Auftragsbuch.g.ru.pp. e. . . . AUFWAND +Verkauf an Debit.or.nr.. . . . . Kostenstelle C. o.de. . . . . . 0656 + Kostenträger .Co. d.e. . . . . + + Erlös Kostenstelle C. o. d.e. . 0656 + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_02_12.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_02_12.txt new file mode 100644 index 0000000..9a73b3c --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_02_12.txt @@ -0,0 +1,78 @@ +## ProcessManager Windream gestartet - 12.02.2015 10:26:28 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Datei nicht vorhanden +#ACHTUNG# (12.02.2015 10:26:52): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 10:26:52): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 12.02.2015 10:27:58 + +## ProcessManager Windream gestartet - 12.02.2015 10:29:16 +>> Username: SchreiberM +## ProcessManager Windream gestartet - 12.02.2015 10:29:34 +>> Username: SchreiberM +## ProcessManager beendet - 12.02.2015 10:32:14 + +## ProcessManager Windream gestartet - 12.02.2015 10:36:53 +>> Username: SchreiberM +#ACHTUNG# (12.02.2015 10:38:07): Fehler bei Execute_non_Query: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +#ACHTUNG# (12.02.2015 10:38:59): Fehler bei Execute_non_Query: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +## ProcessManager beendet - 12.02.2015 10:39:32 + +## ProcessManager Windream gestartet - 12.02.2015 10:42:35 +>> Username: SchreiberM +## ProcessManager beendet - 12.02.2015 10:42:48 + +## ProcessManager Windream gestartet - 12.02.2015 10:43:21 +>> Username: SchreiberM +## ProcessManager beendet - 12.02.2015 10:43:23 + +## ProcessManager Windream gestartet - 12.02.2015 10:44:08 +>> Username: SchreiberM +## ProcessManager Windream gestartet - 12.02.2015 10:45:40 +>> Username: SchreiberM + >> KEINE PROFILE FÜR USER: 'SchreiberM' hinterlegt?! + >> KEINE PROFILE FÜR USER: 'SchreiberM' hinterlegt?! + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.02.2015 10:54:11): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 10:54:11): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+940$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+940 ### + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.02.2015 10:55:02): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 10:55:02): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1338$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1338 ### + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +#ACHTUNG# (12.02.2015 10:55:08): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 10:55:08): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 12.02.2015 10:55:57 + +## ProcessManager Windream gestartet - 12.02.2015 10:56:08 +>> Username: SchreiberM +## ProcessManager beendet - 12.02.2015 10:56:28 + +## ProcessManager Windream gestartet - 12.02.2015 11:01:33 +>> Username: SchreiberM +## ProcessManager beendet - 12.02.2015 11:01:35 + +## ProcessManager Windream gestartet - 12.02.2015 12:20:08 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.02.2015 12:21:14): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 12:21:14): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1338$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1338 ### + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.02.2015 12:23:37): ### FEHLER in CloseDocView +#ACHTUNG# (12.02.2015 12:23:37): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1338$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1338 ### +## ProcessManager beendet - 12.02.2015 12:27:58 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_12.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_12.txt new file mode 100644 index 0000000..a9ac6da --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_12.txt @@ -0,0 +1,167 @@ +## ProcessManager Windream gestartet - 12.03.2015 13:39:59 +- the Password '' could not be decrypted +## ProcessManager Windream gestartet - 12.03.2015 13:44:12 +- the Password '' could not be decrypted +## ProcessManager Windream gestartet - 12.03.2015 13:45:53 +- the Password '' could not be decrypted +## ProcessManager Windream gestartet - 12.03.2015 13:48:27 +#ACHTUNG# (12.03.2015 13:49:14): LoadProfile_PM - Fehler: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +#ACHTUNG# (12.03.2015 13:49:17): ### Fehler bei LogOut +#ACHTUNG# (12.03.2015 13:49:17): ### Fehler: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +## ProcessManager Windream gestartet - 12.03.2015 13:51:01 +#ACHTUNG# (12.03.2015 13:51:22): LoadProfile_PM - Fehler: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +#ACHTUNG# (12.03.2015 13:51:24): ### Fehler bei LogOut +#ACHTUNG# (12.03.2015 13:51:24): ### Fehler: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +## ProcessManager Windream gestartet - 12.03.2015 13:52:13 +## ProcessManager Windream gestartet - 12.03.2015 13:52:55 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 13:53:56): 1. Ausnahme in Windream_get_Doc_info: Variable: DMS erstellt(Zeit) not found +#ACHTUNG# (12.03.2015 13:53:56): Fehler in Windream_get_Doc_info (GENERELL): ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215990+?+0+?++?+CAIS_PDObject::getVariableNamed() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Variable: DMS erstellt(Zeit) not found! Error with HRESULT: <0x8004158a>+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1032+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function getVariableNamed() failed!+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1031+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function getVariableValue() failed!+?++?++?+DD-VMX01-APS01+?+25dc +## ProcessManager beendet - 12.03.2015 13:54:40 + +## ProcessManager Windream gestartet - 12.03.2015 13:55:24 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 13:56:52): 1. Ausnahme in Windream_get_Doc_info: Variable: DMS Created not found +1. Ausnahme-Fehler: ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215990+?+0+?++?+CAIS_PDObject::getVariableNamed() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Variable: DMS Created not found! Error with HRESULT: <0x8004158a>+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1032+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function getVariableNamed() failed!+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1031+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function getVariableValue() failed!+?++?++?+DD-VMX01-APS01+?+25dc +#ACHTUNG# (12.03.2015 13:57:24): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 13:57:24): ### Fehler beim Auflösen der Überladung. Kein Public = kann mit diesen Argumenten aufgerufen werden: + 'Public Shared Operator =(a As String, b As String) As Boolean': + Der mit dem Argument übereinstimmende Parameter a kann nicht von __ComObject in String konvertieren.. ### + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +## ProcessManager Windream gestartet - 12.03.2015 14:17:06 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 14:17:20 + +## ProcessManager Windream gestartet - 12.03.2015 14:32:01 +>> Username: SchreiberM +#ACHTUNG# (12.03.2015 14:32:44): Fehler bei Execute_Scalar: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +#ACHTUNG# (12.03.2015 14:33:02): Fehler bei Execute_non_Query: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +#ACHTUNG# (12.03.2015 14:33:04): Fehler bei Execute_non_Query: Die ConnectionString-Eigenschaft wurde nicht initialisiert. +## ProcessManager beendet - 12.03.2015 14:33:20 + +## ProcessManager Windream gestartet - 12.03.2015 14:34:33 +>> Username: SchreiberM +#ACHTUNG# (12.03.2015 14:35:05): Fehler bei Execute_Scalar: Ungültiger Objektname 'TBDD_USER'. +#ACHTUNG# (12.03.2015 14:35:14): Fehler bei Execute_non_Query: Ungültiger Objektname 'TBDD_USER'. +## ProcessManager beendet - 12.03.2015 14:35:35 + +## ProcessManager Windream gestartet - 12.03.2015 14:39:22 +>> Username: SchreiberM +## ProcessManager Windream gestartet - 12.03.2015 14:41:05 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 14:41:06 + +## ProcessManager Windream gestartet - 12.03.2015 14:41:24 +>> Username: SchreiberM +#ACHTUNG# (12.03.2015 14:42:15): Fehler bei Execute_Scalar: Ungültiger Objektname 'TBDD_USER'. +#ACHTUNG# (12.03.2015 14:42:21): Fehler bei Execute_non_Query: Ungültiger Objektname 'TBDD_USER'. +## ProcessManager Windream gestartet - 12.03.2015 14:43:57 +>> Username: SchreiberM +#ACHTUNG# (12.03.2015 14:44:33): Fehler bei Execute_Scalar: Ungültiger Objektname 'TBDD_USER'. +#ACHTUNG# (12.03.2015 14:44:36): Fehler bei Execute_non_Query: Ungültiger Objektname 'TBDD_USER'. +## ProcessManager beendet - 12.03.2015 14:44:57 + +## ProcessManager Windream gestartet - 12.03.2015 14:46:04 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 14:46:17 + +## ProcessManager Windream gestartet - 12.03.2015 14:47:07 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 14:47:10): Unvorhergesehener Fehler in Load_Next_Document: Ungültige Konvertierung von Typ IViewerNG in Typ String. +## ProcessManager beendet - 12.03.2015 14:47:39 + +## ProcessManager Windream gestartet - 12.03.2015 14:49:09 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +## ProcessManager Windream gestartet - 12.03.2015 14:50:31 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +#ACHTUNG# (12.03.2015 14:50:37): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:50:37): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +#ACHTUNG# (12.03.2015 14:50:40): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:50:40): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 12.03.2015 14:50:41 + +## ProcessManager Windream gestartet - 12.03.2015 14:50:58 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +#ACHTUNG# (12.03.2015 14:51:04): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:51:04): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 14:51:46): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:51:46): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+11c0$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+11c0 ### + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 14:53:09): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:53:09): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+25dc ### +## ProcessManager beendet - 12.03.2015 14:53:14 + +## ProcessManager Windream gestartet - 12.03.2015 14:53:44 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 14:53:57): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:53:57): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+11c0$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+11c0 ### + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 14:54:30): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 14:54:30): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+25dc$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+25dc ### +## ProcessManager beendet - 12.03.2015 14:54:33 + +## ProcessManager Windream gestartet - 12.03.2015 15:41:00 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 15:42:15 + +## ProcessManager Windream gestartet - 12.03.2015 15:53:47 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 16:02:21 + +## ProcessManager Windream gestartet - 12.03.2015 16:02:28 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (12.03.2015 16:02:56): ### FEHLER in CloseDocView +#ACHTUNG# (12.03.2015 16:02:56): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+11c0$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+11c0 ### +## ProcessManager beendet - 12.03.2015 16:02:59 + +## ProcessManager Windream gestartet - 12.03.2015 16:20:21 +>> Username: SchreiberM +## ProcessManager beendet - 12.03.2015 16:20:44 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_19.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_19.txt new file mode 100644 index 0000000..b9fe788 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_19.txt @@ -0,0 +1,14 @@ +## ProcessManager Windream gestartet - 19.03.2015 11:46:13 +>> Username: SchreiberM +## ProcessManager beendet - 19.03.2015 11:47:17 + +## ProcessManager Windream gestartet - 19.03.2015 11:48:20 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool\Tipps und Tricks.docx' gestartet +#ACHTUNG# (19.03.2015 11:48:49): ### FEHLER in CloseDocView +#ACHTUNG# (19.03.2015 11:48:49): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1c0c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Tipps und Tricks.docx[ID: 11124]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1c0c ### +## ProcessManager beendet - 19.03.2015 11:48:52 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_31.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_31.txt new file mode 100644 index 0000000..5309e3d --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_03_31.txt @@ -0,0 +1,124 @@ +## ProcessManager Windream gestartet - 31.03.2015 10:52:59 +>> Username: SchreiberM +## ProcessManager beendet - 31.03.2015 10:53:12 + +## ProcessManager Windream gestartet - 31.03.2015 10:54:22 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\Legal\01_ProdV\Scan12345678910214 - Kopie.pdf' gestartet +#ACHTUNG# (31.03.2015 10:55:50): >> Unvorhergesehener Fehler bei FillIndexValues: ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215990+?+0+?++?+CAIS_PDObject::getVariableNamed() +(PDObject: Document - Scan12345678910214 - Kopie.pdf[ID: 16152]) - Variable: vktTest64 not found! Error with HRESULT: <0x8004158a>+?++?++?+DD-VMX01-APS01+?+d0c$°1.0.1+?+WMPD.PDObject_Error+?+1032+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Scan12345678910214 - Kopie.pdf[ID: 16152]) - Function getVariableNamed() failed!+?++?++?+DD-VMX01-APS01+?+d0c$°1.0.1+?+WMPD.PDObject_Error+?+1031+?+0+?++?+CAIS_PDObject::getVariableValue() +(PDObject: Document - Scan12345678910214 - Kopie.pdf[ID: 16152]) - Function getVariableValue() failed!+?++?++?+DD-VMX01-APS01+?+d0c +#ACHTUNG# (31.03.2015 10:55:56): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 10:55:56): ### Die Objektvariable oder die With-Blockvariable wurde nicht festgelegt. ### +## ProcessManager beendet - 31.03.2015 10:57:01 + +## ProcessManager Windream gestartet - 31.03.2015 11:01:37 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\Legal\01_ProdV\Scan12345678910214 - Kopie.pdf' gestartet +#ACHTUNG# (31.03.2015 11:02:58): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:02:58): ### Die Objektvariable oder die With-Blockvariable wurde nicht festgelegt. ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\Legal\Productions\02_MitwV\Projektunterlage1.docx' gestartet +#ACHTUNG# (31.03.2015 11:03:29): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:03:29): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Projektunterlage1.docx[ID: 16143]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1204$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Projektunterlage1.docx[ID: 16143]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1204 ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\Legal\Productions\02_MitwV\Projektunterlage1 [1].docx' gestartet +## ProcessManager Windream gestartet - 31.03.2015 11:06:29 +>> Username: SchreiberM + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-hossjdsssd.json' gestartet +#ACHTUNG# (31.03.2015 11:06:48): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:06:48): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-hossjdsssd.json[ID: 16145]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1204$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-hossjdsssd.json[ID: 16145]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1204 ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-Digital Data NEU.json' gestartet +#ACHTUNG# (31.03.2015 11:07:04): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:04): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-Digital Data NEU.json[ID: 16146]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+1204$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-Digital Data NEU.json[ID: 16146]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+1204 ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-Defaultwert.sql' gestartet +#ACHTUNG# (31.03.2015 11:07:11): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:11): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-Defaultwert.sql[ID: 16147]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-Defaultwert.sql[ID: 16147]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-schreiberm.json' gestartet +#ACHTUNG# (31.03.2015 11:07:15): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:15): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-schreiberm.json[ID: 16148]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-schreiberm.json[ID: 16148]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-schreiberm~2.json' gestartet +#ACHTUNG# (31.03.2015 11:07:16): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:16): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-schreiberm~2.json[ID: 16150]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-schreiberm~2.json[ID: 16150]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-schreiberm~2.xlsx' gestartet +#ACHTUNG# (31.03.2015 11:07:18): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:18): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-schreiberm~2.xlsx[ID: 16151]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-schreiberm~2.xlsx[ID: 16151]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-hossj.json' gestartet +#ACHTUNG# (31.03.2015 11:07:19): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:19): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-hossj.json[ID: 16130]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-hossj.json[ID: 16130]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-feyginv.json' gestartet +#ACHTUNG# (31.03.2015 11:07:20): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:20): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-feyginv.json[ID: 16131]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-feyginv.json[ID: 16131]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-schreiberm.docx' gestartet +#ACHTUNG# (31.03.2015 11:07:21): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:21): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-schreiberm.docx[ID: 16132]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-schreiberm.docx[ID: 16132]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-prausera.sql' gestartet +#ACHTUNG# (31.03.2015 11:07:22): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:22): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-prausera.sql[ID: 16133]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-prausera.sql[ID: 16133]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\ER\ERE-truebenbacha.msg' gestartet +#ACHTUNG# (31.03.2015 11:07:24): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:24): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ERE-truebenbacha.msg[ID: 16134]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ERE-truebenbacha.msg[ID: 16134]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\Email_Digital Data~7.msg' gestartet +#ACHTUNG# (31.03.2015 11:07:25): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:25): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Email_Digital Data~7.msg[ID: 16135]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Email_Digital Data~7.msg[ID: 16135]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\Email_TestGI.msg' gestartet +#ACHTUNG# (31.03.2015 11:07:26): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:26): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Email_TestGI.msg[ID: 16136]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Email_TestGI.msg[ID: 16136]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\Email_TestGI~2.msg' gestartet +#ACHTUNG# (31.03.2015 11:07:27): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:27): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Email_TestGI~2.msg[ID: 16137]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Email_TestGI~2.msg[ID: 16137]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### + +>> Validierung für Dokument 'W:\Brainpool - Geschäftsprozess\GI\Email_sdsdsdsd.msg' gestartet +#ACHTUNG# (31.03.2015 11:07:30): ### FEHLER in CloseDocView +#ACHTUNG# (31.03.2015 11:07:30): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - Email_sdsdsdsd.msg[ID: 16138]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+DD-VMX01-APS01+?+d7c$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - Email_sdsdsdsd.msg[ID: 16138]) - Function setObjectPath() failed!+?++?++?+DD-VMX01-APS01+?+d7c ### +## ProcessManager beendet - 31.03.2015 11:07:32 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_04_30.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_04_30.txt new file mode 100644 index 0000000..ca65aa3 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_04_30.txt @@ -0,0 +1,8 @@ +## ProcessManager Windream gestartet - 30.04.2015 12:47:21 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Datei nicht vorhanden +#ACHTUNG# (30.04.2015 12:47:42): ### FEHLER in CloseDocView +#ACHTUNG# (30.04.2015 12:47:42): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 30.04.2015 12:51:28 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_05_28.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_05_28.txt new file mode 100644 index 0000000..e31a1da --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_05_28.txt @@ -0,0 +1,8 @@ +## ProcessManager Windream gestartet - 28.05.2015 11:30:25 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Datei nicht vorhanden +#ACHTUNG# (28.05.2015 11:31:09): ### FEHLER in CloseDocView +#ACHTUNG# (28.05.2015 11:31:09): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 28.05.2015 11:31:19 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_06.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_06.txt new file mode 100644 index 0000000..3af74c2 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_06.txt @@ -0,0 +1,8 @@ +## ProcessManager Windream gestartet - 06.07.2015 11:23:24 +>> Username: SchreiberM + + >> ACHTUNG: Ausnahme in GetNextGUID - Datei nicht vorhanden +#ACHTUNG# (06.07.2015 11:23:36): ### FEHLER in CloseDocView +#ACHTUNG# (06.07.2015 11:23:36): ### Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ### +## ProcessManager beendet - 06.07.2015 11:23:38 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_22.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_22.txt new file mode 100644 index 0000000..fbadd44 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_SchreiberM_2015_07_22.txt @@ -0,0 +1,4 @@ +## ProcessManager Windream gestartet - 22.07.2015 14:09:48 +>> Username: SchreiberM +## ProcessManager beendet - 22.07.2015 14:09:54 + diff --git a/DD_PM_WINDREAM/bin/Debug/Log/log_schreiberm_2015_01_07.txt b/DD_PM_WINDREAM/bin/Debug/Log/log_schreiberm_2015_01_07.txt new file mode 100644 index 0000000..44990bb --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Log/log_schreiberm_2015_01_07.txt @@ -0,0 +1,166 @@ +## ProcessManager Windream gestartet - 07.01.2015 10:46:00 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Karte2.pdf' gestartet + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Karte2.pdf' gestartet +## ProcessManager Windream gestartet - 07.01.2015 10:53:09 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Nachindexierung\ABL_31778788~2.docx' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Test_Clatronic.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Karte2.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Test.pdf' gestartet +## ProcessManager Windream gestartet - 07.01.2015 10:57:23 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Karte2.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: Karte2~2.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\ABL_31778788~2.docx' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Test_Clatronic.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Karte2.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Test.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: Test~2.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\Test.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\SchreiberM-AD.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Volltexttests\Test.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: Test~3.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\597567 .pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\ABL_31867872.docx' gestartet + +>> Validierung für Dokument 'W:\Nachindexierung\KP12-Admin01@logit.syncreon.com_20140708_163146_12-22_87-89.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\MS - Test VS\ABL\29.01.2014\Ablieferbeleg_17.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\Ablieferbeleg_17.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Karte2.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: Karte2~3.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\ABL_31778788~2.docx' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\MS - Test VS\ABL\ABL_31844716.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\ABL_31844716.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\Test_Clatronic.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\MS - Test VS\ABL\17.11.2014\ABL_31924824.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\ABL_31924824.pdf + +>> Validierung für Dokument 'W:\Nachindexierung\Karte2.pdf' gestartet +>> Ziel und Quellpfad sind identisch! + +>> Validierung für Dokument 'W:\Nachindexierung\Fulltext\Test.pdf' gestartet + +>> Validierung für Dokument 'W:\Nachindexierung\KP12-Admin01@logit.syncreon.com_20140708_163146_12-22_87-89.pdf' gestartet + +>> Validierung für Dokument 'W:\Ablieferbeleg_17.pdf' gestartet + +>> Validierung für Dokument 'W:\Ablieferbeleg_17.pdf' gestartet +## ProcessManager Windream gestartet - 07.01.2015 11:13:08 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Test.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\Test.pdf + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +## ProcessManager beendet - 07.01.2015 11:14:08 + +## ProcessManager Windream gestartet - 07.01.2015 11:15:51 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Test_Clatronic.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\Test_Clatronic.pdf + +>> Validierung für Dokument 'W:\ABL_31924824.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\ABL_31924824.pdf + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + +## ProcessManager beendet - 07.01.2015 11:20:44 + +## ProcessManager Windream gestartet - 07.01.2015 11:20:47 +>> Username: schreiberm +## ProcessManager beendet - 07.01.2015 11:20:49 + +## ProcessManager Windream gestartet - 07.01.2015 11:28:20 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Ablieferbeleg_17.pdf' gestartet + + >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden! + >> Kein weiteres Dokument gefunden! + + +>> Validierung für Dokument 'W:\Ablieferbeleg_17.pdf' gestartet +## ProcessManager beendet - 07.01.2015 11:33:55 + +## ProcessManager Windream gestartet - 07.01.2015 12:10:56 +>> Username: schreiberm +## ProcessManager beendet - 07.01.2015 12:11:54 + +## ProcessManager Windream gestartet - 07.01.2015 12:14:13 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\Ablieferbeleg_17.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\Ablieferbeleg_17.pdf + +>> Validierung für Dokument 'W:\ABL_31844716.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\ABL_31844716.pdf + +>> Validierung für Dokument 'W:\ABL_31924824.pdf' gestartet +## ProcessManager Windream gestartet - 07.01.2015 12:33:12 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\ABL_31924824.pdf' gestartet +>> Datei erfolgreich verschoben - Ziel: W:\Nachindexierung\ABL_31924824.pdf + +>> Validierung für Dokument 'W:\ABL_31867872.docx' gestartet + +>> Validierung für Dokument 'W:\ABL_31867872.docx' gestartet + +>> Validierung für Dokument 'W:\ABL_31867872.docx' gestartet +## ProcessManager beendet - 07.01.2015 12:34:48 + +## ProcessManager Windream gestartet - 07.01.2015 12:38:22 +>> Username: schreiberm + +>> Validierung für Dokument 'W:\ABL_31867872.docx' gestartet +#ACHTUNG# (07.01.2015 12:38:50): ### FEHLER in CloseDocView +#ACHTUNG# (07.01.2015 12:38:50): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ABL_31867872.docx[ID: 12048]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+SDD-VMX02-APS01+?+ac4$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ABL_31867872.docx[ID: 12048]) - Function setObjectPath() failed!+?++?++?+SDD-VMX02-APS01+?+ac4 ### + +>> Validierung für Dokument 'W:\ABL_31867872.docx' gestartet +#ACHTUNG# (07.01.2015 12:39:13): ### FEHLER in CloseDocView +#ACHTUNG# (07.01.2015 12:39:13): ### ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215986+?+0+?++?+CAIS_FS_PDObject::setObjectPath() +(PDObject: Document - ABL_31867872.docx[ID: 12048]) - Not locked! Error with HRESULT: <0x8004158e>+?++?++?+SDD-VMX02-APS01+?+468$°1.0.1+?+WMPD.PDObject_Error+?+1018+?+0+?++?+CAIS_PDObject::setObjectPath(const MString& aObjectPath, CIAIS_Session* pCIAIS_Session) +(PDObject: Document - ABL_31867872.docx[ID: 12048]) - Function setObjectPath() failed!+?++?++?+SDD-VMX02-APS01+?+468 ### +## ProcessManager beendet - 07.01.2015 12:39:20 + diff --git a/DD_PM_WINDREAM/bin/Debug/Oracle.ManagedDataAccess.dll b/DD_PM_WINDREAM/bin/Debug/Oracle.ManagedDataAccess.dll new file mode 100644 index 0000000..473ca83 Binary files /dev/null and b/DD_PM_WINDREAM/bin/Debug/Oracle.ManagedDataAccess.dll differ diff --git a/DD_PM_WINDREAM/bin/Debug/Test~1.pdf b/DD_PM_WINDREAM/bin/Debug/Test~1.pdf new file mode 100644 index 0000000..7e5e175 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Test~1.pdf @@ -0,0 +1,92 @@ + Aufmassprotokoll Jahres LV Gas /Wasser + +Ort Eschwege Datum 19.09.2014 + +Straße Cyriakusstraße Bearbeiter Stefan Huber + +Hausnummer 5 Auftrag A - 0 0 0 1 7 2 0 Auftrag + +Art der Arbeiten Wasser Einbaugarnitur auswechseln Anwesender Fa. Schade + Auftragnehmer + Grube 1 Grube 2 + Grube 3 +Länge in m 1,6m Länge in m 2,1m +Breite in m 2,1m Breite in m 0,6m Länge in m +Tiefe in m 1,65m Tiefe in m 0,5m + Breite in m +DA der größten Gas 100 Stahl DA der größten Stromleitung +Leitung in mm Leitung in mm Tiefe in m + +Länge der Länge der DA der größten + Leitung in mm +Längsleitungen Längsleitungen + Länge der +in m 2m Gas Stahl 100 in m 2m Stromleitung Längsleitungen + in m +Breite < 40cm = Breite < 40cm = Breite < 40cm = + 1 Leitung +1 Leitung 1 Leitung + Anzahl der +Anzahl der Anzahl der Kreuzungen +Kreuzungen 1 Kreuzungen innerhalb von +innerhalb von innerhalb von 1m = 1 Kreuzung +1m = 1 Kreuzung 1m = 1 Kreuzung + Oberfläche 3 + Oberfläche 1 Oberfläche 2 + Bitu Straße +Bitu Straße Bitu Straße Bitu Gehweg +Bitu Gehweg Bitu Gehweg Pflaster +Pflaster Pflaster Schotter +Schotter Schotter Rasen +Rasen Rasen + Länge Oberfläche in m +Länge Oberfläche in m 2,6m Länge Oberfläche in m +Breite Oberfläche in m 2,3m Breite Oberfläche in m Breite Oberfläche in m + +Länge der Anschnitte Länge der Anschnitte Länge der Anschnitte +in m in m in m + Länge des Fugenbandes +Länge des Fugenbandes Länge des Fugenbandes in m +in m in m + Grube 1 Grube 2 Grube 3 + +Länge Hochbord in m Länge Hochbord in m Länge Hochbord in m +Länge Tiefbord in m Länge Tiefbord in m Länge Tiefbord in m +Länge Gosse in m Länge Gosse in m Länge Gosse in m +Länge Rasenbord in m Länge Rasenbord in m Länge Rasenbord in m + +Bodenverdrängung Bodenverdrängung Bodenverdrängung +srakete in m srakete in m srakete in m + +Bodenverdrängung Bodenverdrängung Bodenverdrängung +srakete Rücklauf in srakete Rücklauf in srakete Rücklauf in +m m m + + Wiederverfüllung Wiederverfüllung Wiederverfüllung + +Schotter Schotter Schotter +Wiedereinbau Wiedereinbau Wiedereinbau + Anzahl Straßen- Anzahl Straßen- +Anzahl Straßen- 1 kappen 12 cm kappen 12 cm + Anzahl Straßen- Anzahl Straßen- +kappen 12 cm kappen 19cm kappen 19cm + Anzahl UH Kappen +Anzahl Straßen- Anzahl Suchschlitze Anzahl UH Kappen +kappen 19cm Anzahl Fotos + Sonstiges Anzahl Suchschlitze +Anzahl UH Kappen + Oberfläche siehe Grube 1 Anzahl Fotos +Anzahl Suchschlitze Sonstiges + +Anzahl Fotos 3 + +Sonstiges + Bild 1 Bild 2 Bild 3 +Bild 4 + Bild 5 Bild 6 + + Skizze + +Unterschrift +Auftragnehmer + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Test~2.pdf b/DD_PM_WINDREAM/bin/Debug/Test~2.pdf new file mode 100644 index 0000000..7e5e175 --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Test~2.pdf @@ -0,0 +1,92 @@ + Aufmassprotokoll Jahres LV Gas /Wasser + +Ort Eschwege Datum 19.09.2014 + +Straße Cyriakusstraße Bearbeiter Stefan Huber + +Hausnummer 5 Auftrag A - 0 0 0 1 7 2 0 Auftrag + +Art der Arbeiten Wasser Einbaugarnitur auswechseln Anwesender Fa. Schade + Auftragnehmer + Grube 1 Grube 2 + Grube 3 +Länge in m 1,6m Länge in m 2,1m +Breite in m 2,1m Breite in m 0,6m Länge in m +Tiefe in m 1,65m Tiefe in m 0,5m + Breite in m +DA der größten Gas 100 Stahl DA der größten Stromleitung +Leitung in mm Leitung in mm Tiefe in m + +Länge der Länge der DA der größten + Leitung in mm +Längsleitungen Längsleitungen + Länge der +in m 2m Gas Stahl 100 in m 2m Stromleitung Längsleitungen + in m +Breite < 40cm = Breite < 40cm = Breite < 40cm = + 1 Leitung +1 Leitung 1 Leitung + Anzahl der +Anzahl der Anzahl der Kreuzungen +Kreuzungen 1 Kreuzungen innerhalb von +innerhalb von innerhalb von 1m = 1 Kreuzung +1m = 1 Kreuzung 1m = 1 Kreuzung + Oberfläche 3 + Oberfläche 1 Oberfläche 2 + Bitu Straße +Bitu Straße Bitu Straße Bitu Gehweg +Bitu Gehweg Bitu Gehweg Pflaster +Pflaster Pflaster Schotter +Schotter Schotter Rasen +Rasen Rasen + Länge Oberfläche in m +Länge Oberfläche in m 2,6m Länge Oberfläche in m +Breite Oberfläche in m 2,3m Breite Oberfläche in m Breite Oberfläche in m + +Länge der Anschnitte Länge der Anschnitte Länge der Anschnitte +in m in m in m + Länge des Fugenbandes +Länge des Fugenbandes Länge des Fugenbandes in m +in m in m + Grube 1 Grube 2 Grube 3 + +Länge Hochbord in m Länge Hochbord in m Länge Hochbord in m +Länge Tiefbord in m Länge Tiefbord in m Länge Tiefbord in m +Länge Gosse in m Länge Gosse in m Länge Gosse in m +Länge Rasenbord in m Länge Rasenbord in m Länge Rasenbord in m + +Bodenverdrängung Bodenverdrängung Bodenverdrängung +srakete in m srakete in m srakete in m + +Bodenverdrängung Bodenverdrängung Bodenverdrängung +srakete Rücklauf in srakete Rücklauf in srakete Rücklauf in +m m m + + Wiederverfüllung Wiederverfüllung Wiederverfüllung + +Schotter Schotter Schotter +Wiedereinbau Wiedereinbau Wiedereinbau + Anzahl Straßen- Anzahl Straßen- +Anzahl Straßen- 1 kappen 12 cm kappen 12 cm + Anzahl Straßen- Anzahl Straßen- +kappen 12 cm kappen 19cm kappen 19cm + Anzahl UH Kappen +Anzahl Straßen- Anzahl Suchschlitze Anzahl UH Kappen +kappen 19cm Anzahl Fotos + Sonstiges Anzahl Suchschlitze +Anzahl UH Kappen + Oberfläche siehe Grube 1 Anzahl Fotos +Anzahl Suchschlitze Sonstiges + +Anzahl Fotos 3 + +Sonstiges + Bild 1 Bild 2 Bild 3 +Bild 4 + Bild 5 Bild 6 + + Skizze + +Unterschrift +Auftragnehmer + \ No newline at end of file diff --git a/DD_PM_WINDREAM/bin/Debug/Test~3.pdf b/DD_PM_WINDREAM/bin/Debug/Test~3.pdf new file mode 100644 index 0000000..f3b92eb --- /dev/null +++ b/DD_PM_WINDREAM/bin/Debug/Test~3.pdf @@ -0,0 +1,149 @@ +Speditionsauftrag syncreon + Loglt^ + +Sendung 31608275 +Seite•1•von•3 + +vom:•02.05.2014 Auftrag: + Auftraggeben + Servicelevel:•ABH./DEIN•STALL•ATIO> + +T-Systems•International•GmbH•(PG•8108) + +49031•Osnabrück Projekt:•SHIP•TO:•DESK + Frankatur:•Frei•Verw./lMann +Versender-Nr: 6AP000004683912 + +Referenz•2: 0084978074 + +Beladung: Entladung: +08.07.2014 + 12:00 bis•16:00 10.07.2014 bis + +interne•Abwicklung Webinstore•AG + +T-Systems•International•GmbH Wegedornstraße•36 +Grevesmühlener•Straße•36 D•12523•Berlin + +D 19057 Schwerin + +Ansprechpartner/Telefonummer:•Teske•Andreas 0385/555792041 + +Hinweise: 01441168 + + Modul•11 + Product•Change•Hardware•g + Anlieferung:•6AP000004530650•# + Geb.•-R.•F.01.004•| + Modul•11•Rücktransport•von•Geräten•(im•Zuge•einer•Anlieferung)•von•unverpackten•Komponentengin + Verpacken•vor•Ort•und•Versiegelung/•Verplombung•sowie•Deinstallation•(Entkabelung)•# + +Markierung•Anzahl•Packmitttel•Inhalt Seriennummer Seriennummer•2 kg + +PC/Notebook•1 Security•FTS•MT•ESPRIMO•P7935 0002-7045618361 18 + Box•E8400•2/160GB•BND + +Gesamt•1 Verpackt•in:•1 18 + + Zustand•der•Ware•bei•Abholung: gebraucht neu•□•Sonstiges: + verschmutzt: ja•□ nein•Q + ja•□ + verkratzt: ja•□ nein•□ + beschädigt: ja•□ nein □ Unterschrift•Kund +Verpackung•zurückgenommen? + qm: + +Ware•vollständig•und•äusserlich•unbeschädigt•erhalten;•die•aufgeführten•Leistungen•wurden•zu•den•eingetragenen•Zeiten•ordnungsgemäß•durchgeführt: + +Abholung•/•Datum:•7^"^^•Zustellung•/•Datum: + +Uhrzeit•Ankunft•Uhrzeit•Abfahrt:•Uhrzeit•Ankunft:•Uhrzeit•Abfahrt: + +Unterschrift•Mitarbeite: Unterschrift•Mitarbeiter: + +In•Klarschrift: In•Klarschrift: +Unterschrift•KundeT^^ Unterschrift•Kunde: + +In•Klarschrift:•^ In•Klarschrift: + + Logit•SeHrvaincdese•lsGrmegbisHte•■r••GNeesucshsä•HftsRfBüh•1re2r5:•0Jü2r•g■•enS•tGeueeirp-eNi,r•.H•1a2rr2y/•5L7i4e8d/t4k7e4•■3••E■•rUfüSltl.uIdn.g-sNorr.t••DuE.••G1e1r9i•c6h7ts0s•t8a6n9d:•Neuss Seite•1•von•3 + KBC•BANK•Deutschland•AG,•BLZ•301•205•00,•Konto•284•712•••IBAN:•DE•2830•1205•0000•0028•4712,•SWIFT•/•BIG:•BANVDEHB300 + + Commerzbank•AG,•BLZ•300•400•00,•Konto•80•32•153•••IBAN:•DE•8230•0400•0008•0321•5300,•SWIFT•/•BIG:•COBADEFFXXX + Wir•arbeiten•ausschließlich•auf•Grundlage•der•Allgemeinen•Deutschen•Spediteurbedingungen•(ADSp)•neueste•Fassung•und + + verweisen•insbesondere•auf•deren•Ziffern•23•und•24•„Haftungsbegrenzungen". + >' Retourenlieferschein•(Ship•from syncreon + desk)•6AP000004683912 Loglt^ + +APos-Nummer 6AP000004683912 Abholadresse +Key 01441168 +Service•ID 0084978074 interne•Abwicklung +Retour•engrand Rollback T-Systems•International•GmbH + Grevesmühlener•Straße•36 + D•19057•Schwerin + +Kundenauftrag [•]•Ja•-yflee:m Teske•Andreas +Abholung•bereits•erfolgt 08.07.2014 0385/555792041 +Ahholtermin + [X]•Lieferung•via•DIC + + Die•Verpackung•der•Komponenten•erfolgt•durch•den•Logistiker•mit +[•]•Rollcontainer•[•]•Kartonage•[•]•Originalverpackung•-^j^ecurity•Box + + Zurückzuführende•Komponenten + +lfd. Artikeln•ummer Bezeichnung•(Langtext) Verlust Schaden Abgabe•Verweigert Komponente +Nr. CDO-Nr. Datum•Inbetriebnah. + + Seriennummer durch•Kunde•Klärung•DOC/Kunde ist•eingebaut + +000000000002252831 FTS•MT•ESP✓R• IMO•P7935•E8400•2/160GB•BND + +0002-7045618361 ~ty + + [] [] [] [] [] + +Bemerkungen•zu•Schaden•/•Funkion•der•Komponenten•und•Verursacher + + KBCC•oBmAmNeKrLz•Dobgaeniutkt•sS•cAehHrlGvaani,nc•dBde•esAL•lsGGZr•,me•3gBb0iLsH0tZe•••4■r•3•G0N001ee•s•u0c2s0h0s,ä•5•Hf•Kt0sRo0fBnü,•th•oK1r•eo82rn05:t••0oJ3•ü222r••8g■1•4e5Sn•37•t•eG1■•u2eIe•Bi■rp•A-IeNBNl,Ar:••.HN•D1:aE•2rD•2r8yE/25••3L27084ie•380d0/4t4•k017e024••03■•05•0E••0•0rU8f0ü•S00lt0l.3uI•2dn01.g0-•Ns25o8r3r.••t04•D0u7E,.1•••S2G1W,•1eSr9IiFW•cT6hI•7Ft/s0T•s•B•t8/aI•6GnB9d:I•G:C•:ON•BBeAAusDNsEVFDFEXHXBX300 Seite•2•von•3 +Wir•arbeiten•ausschließlich•auf•Grundlage•der•Allgemeinen•Deutschen•Spediteurbedingungen•(ADSp)•neueste•Fassung•und + + verweisen•insbesondere•auf•deren•Ziffern•23•und•24•„Haftungsbegrenzungen". + syncreon + Loglt^ + +Lieferumfang•komplett,•Vollständigkeit•erfüllt?•Ja•[•]•Nein + +Maßnahme•zur•Datensicherheit! + +Im•Rahmen•der•Rückholung•der•Althardware•ist•der•Dienstleichter•verpflichtet,•die•übergebene•Hardware•/ +Datenträger•in•Anwesenheit•des•Kunden•zu•verpacken•und•mittels•Klebeband•/•Plomben•zu•versiegeln. + +Verpackt•und•verplombt•j^f•ja•[•]•Nein + +Plombennummern:•Z•V + +Bestätigt•mit•meiner•unten•geleisteten•Unterschrift +Ort,•Datum,•Uhrzeit•Unterschrift + + V +Ort,•Datum,•Uhrzeit•Unterschrift•I)ÖC•(wenn•beteiligt) + + ■•7 +Ort,•Datum,•Uhrzeit•_^^yMten _ +Partial Class frmAbout + 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 + + Friend WithEvents OKButton As System.Windows.Forms.Button + + '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.OKButton = New System.Windows.Forms.Button() + Me.lblProduktname = New System.Windows.Forms.Label() + Me.lblVersion = New System.Windows.Forms.Label() + Me.lblCompanyName = New System.Windows.Forms.Label() + Me.txtDescription = New System.Windows.Forms.TextBox() + Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() + Me.PictureBox1 = New System.Windows.Forms.PictureBox() + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'OKButton + ' + Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.OKButton.Location = New System.Drawing.Point(281, 231) + Me.OKButton.Name = "OKButton" + Me.OKButton.Size = New System.Drawing.Size(260, 23) + Me.OKButton.TabIndex = 0 + Me.OKButton.Text = "&OK" + ' + 'lblProduktname + ' + Me.lblProduktname.AutoSize = True + Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblProduktname.Location = New System.Drawing.Point(278, 18) + Me.lblProduktname.Name = "lblProduktname" + Me.lblProduktname.Size = New System.Drawing.Size(48, 17) + Me.lblProduktname.TabIndex = 2 + Me.lblProduktname.Text = "Label1" + ' + 'lblVersion + ' + Me.lblVersion.AutoSize = True + Me.lblVersion.Location = New System.Drawing.Point(278, 42) + Me.lblVersion.Name = "lblVersion" + Me.lblVersion.Size = New System.Drawing.Size(40, 13) + Me.lblVersion.TabIndex = 3 + Me.lblVersion.Text = "Label1" + ' + 'lblCompanyName + ' + Me.lblCompanyName.AutoSize = True + Me.lblCompanyName.Location = New System.Drawing.Point(278, 64) + Me.lblCompanyName.Name = "lblCompanyName" + Me.lblCompanyName.Size = New System.Drawing.Size(40, 13) + Me.lblCompanyName.TabIndex = 4 + Me.lblCompanyName.Text = "Label1" + ' + 'txtDescription + ' + Me.txtDescription.BackColor = System.Drawing.SystemColors.Control + Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.txtDescription.Location = New System.Drawing.Point(281, 90) + Me.txtDescription.Multiline = True + Me.txtDescription.Name = "txtDescription" + Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical + Me.txtDescription.Size = New System.Drawing.Size(260, 103) + Me.txtDescription.TabIndex = 5 + ' + 'LinkLabel1 + ' + Me.LinkLabel1.AutoSize = True + Me.LinkLabel1.Location = New System.Drawing.Point(281, 200) + Me.LinkLabel1.Name = "LinkLabel1" + Me.LinkLabel1.Size = New System.Drawing.Size(93, 13) + Me.LinkLabel1.TabIndex = 6 + Me.LinkLabel1.TabStop = True + Me.LinkLabel1.Text = "www.didalog.de" + ' + 'PictureBox1 + ' + Me.PictureBox1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.PM_mit_slogan1 + Me.PictureBox1.Location = New System.Drawing.Point(12, 5) + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.Size = New System.Drawing.Size(260, 249) + Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox1.TabIndex = 7 + Me.PictureBox1.TabStop = False + ' + 'frmAbout + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom + Me.CancelButton = Me.OKButton + Me.ClientSize = New System.Drawing.Size(544, 268) + Me.Controls.Add(Me.PictureBox1) + Me.Controls.Add(Me.LinkLabel1) + Me.Controls.Add(Me.txtDescription) + Me.Controls.Add(Me.lblCompanyName) + Me.Controls.Add(Me.lblVersion) + Me.Controls.Add(Me.lblProduktname) + Me.Controls.Add(Me.OKButton) + Me.DoubleBuffered = True + Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmAbout" + Me.Padding = New System.Windows.Forms.Padding(9) + Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "AboutBox1" + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents lblProduktname As System.Windows.Forms.Label + Friend WithEvents lblVersion As System.Windows.Forms.Label + Friend WithEvents lblCompanyName As System.Windows.Forms.Label + Friend WithEvents txtDescription As System.Windows.Forms.TextBox + Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel + Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox + +End Class diff --git a/DD_PM_WINDREAM/frmAbout.resx b/DD_PM_WINDREAM/frmAbout.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/DD_PM_WINDREAM/frmAbout.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmAbout.vb b/DD_PM_WINDREAM/frmAbout.vb new file mode 100644 index 0000000..3f7cd36 --- /dev/null +++ b/DD_PM_WINDREAM/frmAbout.vb @@ -0,0 +1,32 @@ +Public NotInheritable Class frmAbout + + Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load + ' Legen Sie den Titel des Formulars fest. + Dim ApplicationTitle As String + If My.Application.Info.Title <> "" Then + ApplicationTitle = My.Application.Info.Title + Else + ApplicationTitle = System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName) + End If + Me.Text = String.Format("Information zu: {0}", ApplicationTitle) + ' Initialisieren Sie den gesamten Text, der im Infofeld angezeigt wird. + ' TODO: Die Assemblyinformationen der Anwendung im Bereich "Anwendung" des Dialogfelds für die + ' Projekteigenschaften (im Menü "Projekt") anpassen. + lblProduktname.Text = My.Application.Info.ProductName + Me.lblVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString) + Me.lblCompanyName.Text = My.Application.Info.CompanyName + Me.txtDescription.Text = My.Application.Info.Description + End Sub + + Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click + Me.Close() + End Sub + + + Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked + ' Specify that the link was visited. + Me.LinkLabel1.LinkVisited = True + ' Navigate to a URL. + System.Diagnostics.Process.Start("http://www.didalog.de") + End Sub +End Class diff --git a/DD_PM_WINDREAM/frmAdminPasswort.Designer.vb b/DD_PM_WINDREAM/frmAdminPasswort.Designer.vb new file mode 100644 index 0000000..712fbff --- /dev/null +++ b/DD_PM_WINDREAM/frmAdminPasswort.Designer.vb @@ -0,0 +1,149 @@ + _ +Partial Class frmAdminPasswort + 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() + Me.txtOld = New System.Windows.Forms.TextBox() + Me.txtNew = New System.Windows.Forms.TextBox() + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.btnSetNew = New System.Windows.Forms.Button() + Me.Label1 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'txtOld + ' + Me.txtOld.Location = New System.Drawing.Point(12, 27) + Me.txtOld.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtOld.Name = "txtOld" + Me.txtOld.Size = New System.Drawing.Size(116, 25) + Me.txtOld.TabIndex = 1 + Me.txtOld.UseSystemPasswordChar = True + ' + 'txtNew + ' + Me.txtNew.Location = New System.Drawing.Point(147, 27) + Me.txtNew.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtNew.Name = "txtNew" + Me.txtNew.Size = New System.Drawing.Size(116, 25) + Me.txtNew.TabIndex = 2 + Me.txtNew.UseSystemPasswordChar = True + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'btnSetNew + ' + Me.btnSetNew.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.btnSetNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSetNew.Location = New System.Drawing.Point(12, 60) + Me.btnSetNew.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnSetNew.Name = "btnSetNew" + Me.btnSetNew.Size = New System.Drawing.Size(251, 48) + Me.btnSetNew.TabIndex = 4 + Me.btnSetNew.Text = "Neues Passwort setzen" + Me.btnSetNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnSetNew.UseVisualStyleBackColor = True + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(9, 6) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(95, 17) + Me.Label1.TabIndex = 5 + Me.Label1.Text = "Altes Passwort:" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(144, 6) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(104, 17) + Me.Label2.TabIndex = 6 + Me.Label2.Text = "Neues Passwort:" + ' + 'frmAdminPasswort + ' + Me.AcceptButton = Me.btnSetNew + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(291, 121) + Me.Controls.Add(Me.Label2) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.btnSetNew) + Me.Controls.Add(Me.txtNew) + Me.Controls.Add(Me.txtOld) + Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmAdminPasswort" + Me.Text = "Admin Passwort ändern:" + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents txtOld As System.Windows.Forms.TextBox + Friend WithEvents txtNew As System.Windows.Forms.TextBox + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents btnSetNew As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label +End Class diff --git a/DD_PM_WINDREAM/frmAdminPasswort.resx b/DD_PM_WINDREAM/frmAdminPasswort.resx new file mode 100644 index 0000000..b9ac78c --- /dev/null +++ b/DD_PM_WINDREAM/frmAdminPasswort.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 179, 17 + + + 442, 17 + + + 699, 17 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmAdminPasswort.vb b/DD_PM_WINDREAM/frmAdminPasswort.vb new file mode 100644 index 0000000..c8d38d8 --- /dev/null +++ b/DD_PM_WINDREAM/frmAdminPasswort.vb @@ -0,0 +1,40 @@ +Imports System.Text + +Public Class frmAdminPasswort + Dim akt_pw As String + + Private Sub frmAdminPasswort_Load(sender As Object, e As EventArgs) Handles MyBase.Load + Try + Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + akt_pw = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminPW + Catch ex As Exception + MsgBox("Fehler bei Form Load:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + + Private Sub btnSetNew_Click(sender As Object, e As EventArgs) Handles btnSetNew.Click + Dim oldPW As String + oldPW = Me.txtOld.Text + Dim bytesToEncode As Byte() + bytesToEncode = Encoding.UTF8.GetBytes(oldPW) + Dim encoded_oldPW As String + encoded_oldPW = Convert.ToBase64String(bytesToEncode) + + If encoded_oldPW = akt_pw Then + Dim newPW As String + newPW = Me.txtNew.Text + bytesToEncode = Encoding.UTF8.GetBytes(newPW) + Dim encoded_newPW As String + encoded_newPW = Convert.ToBase64String(bytesToEncode) + TBPM_KONFIGURATIONTableAdapter.cmdSetAdminPW(encoded_newPW) + MsgBox("Das neue Passwort wurde erfolgreich eingetragen!", MsgBoxStyle.Information) + akt_pw = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminPW + Else + MsgBox("Achtung das alte Passwort ist nicht korrekt!", MsgBoxStyle.Exclamation) + Me.txtOld.Focus() + Me.txtOld.Text = "" + End If + + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmConnection.Designer.vb b/DD_PM_WINDREAM/frmConnection.Designer.vb new file mode 100644 index 0000000..c231a61 --- /dev/null +++ b/DD_PM_WINDREAM/frmConnection.Designer.vb @@ -0,0 +1,638 @@ + _ +Partial Class frmConnection + 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 GEANDERTWERLabel As System.Windows.Forms.Label + Dim GEAENDERTWANNLabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnection)) + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox() + Me.Chckwin_aut = New System.Windows.Forms.CheckBox() + Me.txtBezeichnung = New System.Windows.Forms.TextBox() + Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.Label1 = New System.Windows.Forms.Label() + Me.btnCheck_Con = New System.Windows.Forms.Button() + Me.lblDatasource2 = New System.Windows.Forms.Label() + Me.btnMdbLöschen = New System.Windows.Forms.Button() + Me.btnMdbLocation = New System.Windows.Forms.Button() + Me.txtPassword = New System.Windows.Forms.MaskedTextBox() + Me.txtUserId = New System.Windows.Forms.TextBox() + Me.lblPassword = New System.Windows.Forms.Label() + Me.lblUserId = New System.Windows.Forms.Label() + Me.lblDataSource = New System.Windows.Forms.Label() + Me.cmbDbArt = New System.Windows.Forms.ComboBox() + Me.lblDatenbanktyp = New System.Windows.Forms.Label() + Me.txtDatasource2 = New System.Windows.Forms.TextBox() + Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.TBPM_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() + 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.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() + Me.TBPM_CONNECTIONBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() + Me.TBPM_CONNECTIONDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn() + Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox() + Me.txtDatasource1 = New System.Windows.Forms.TextBox() + Me.grpbx_ConnAdd = New System.Windows.Forms.GroupBox() + Me.btnadd = New System.Windows.Forms.Button() + Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() + GEANDERTWERLabel = New System.Windows.Forms.Label() + GEAENDERTWANNLabel = New System.Windows.Forms.Label() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_CONNECTIONBindingNavigator.SuspendLayout() + CType(Me.TBPM_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + Me.grpbx_ConnAdd.SuspendLayout() + Me.SuspendLayout() + ' + 'GEANDERTWERLabel + ' + GEANDERTWERLabel.AutoSize = True + GEANDERTWERLabel.Location = New System.Drawing.Point(501, 251) + GEANDERTWERLabel.Name = "GEANDERTWERLabel" + GEANDERTWERLabel.Size = New System.Drawing.Size(91, 16) + GEANDERTWERLabel.TabIndex = 56 + GEANDERTWERLabel.Text = "Geändert wer:" + ' + 'GEAENDERTWANNLabel + ' + GEAENDERTWANNLabel.AutoSize = True + GEAENDERTWANNLabel.Location = New System.Drawing.Point(657, 251) + GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" + GEAENDERTWANNLabel.Size = New System.Drawing.Size(44, 16) + GEAENDERTWANNLabel.TabIndex = 62 + GEAENDERTWANNLabel.Text = "wann:" + ' + 'chkOR_ohne_TNS + ' + Me.chkOR_ohne_TNS.AutoSize = True + Me.chkOR_ohne_TNS.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.chkOR_ohne_TNS.Location = New System.Drawing.Point(14, 174) + Me.chkOR_ohne_TNS.Name = "chkOR_ohne_TNS" + Me.chkOR_ohne_TNS.Size = New System.Drawing.Size(140, 21) + Me.chkOR_ohne_TNS.TabIndex = 45 + Me.chkOR_ohne_TNS.Text = "Ohne tnsnames.ora" + Me.chkOR_ohne_TNS.UseVisualStyleBackColor = True + Me.chkOR_ohne_TNS.Visible = False + ' + 'Chckwin_aut + ' + Me.Chckwin_aut.AutoSize = True + Me.Chckwin_aut.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Chckwin_aut.Location = New System.Drawing.Point(14, 174) + Me.Chckwin_aut.Name = "Chckwin_aut" + Me.Chckwin_aut.Size = New System.Drawing.Size(182, 21) + Me.Chckwin_aut.TabIndex = 44 + Me.Chckwin_aut.Text = "Windows-Authentifizierung" + Me.Chckwin_aut.UseVisualStyleBackColor = True + Me.Chckwin_aut.Visible = False + ' + 'txtBezeichnung + ' + Me.txtBezeichnung.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtBezeichnung.Location = New System.Drawing.Point(231, 36) + Me.txtBezeichnung.Name = "txtBezeichnung" + Me.txtBezeichnung.Size = New System.Drawing.Size(294, 25) + Me.txtBezeichnung.TabIndex = 41 + ' + 'TBPM_CONNECTIONBindingSource + ' + Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" + Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label1.Location = New System.Drawing.Point(228, 19) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(155, 17) + Me.Label1.TabIndex = 40 + Me.Label1.Text = "Bezeichnung Verbindung:" + ' + 'btnCheck_Con + ' + Me.btnCheck_Con.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnCheck_Con.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link + Me.btnCheck_Con.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnCheck_Con.Location = New System.Drawing.Point(373, 133) + Me.btnCheck_Con.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnCheck_Con.Name = "btnCheck_Con" + Me.btnCheck_Con.Size = New System.Drawing.Size(152, 28) + Me.btnCheck_Con.TabIndex = 39 + Me.btnCheck_Con.Text = "Test DB-Verbindung" + Me.btnCheck_Con.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnCheck_Con.UseVisualStyleBackColor = True + Me.btnCheck_Con.Visible = False + ' + 'lblDatasource2 + ' + Me.lblDatasource2.AutoSize = True + Me.lblDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblDatasource2.Location = New System.Drawing.Point(228, 65) + Me.lblDatasource2.Name = "lblDatasource2" + Me.lblDatasource2.Size = New System.Drawing.Size(91, 17) + Me.lblDatasource2.TabIndex = 34 + Me.lblDatasource2.Text = "InitialCatalog*:" + Me.lblDatasource2.Visible = False + ' + 'btnMdbLöschen + ' + Me.btnMdbLöschen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.btnMdbLöschen.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnMdbLöschen.Image = CType(resources.GetObject("btnMdbLöschen.Image"), System.Drawing.Image) + Me.btnMdbLöschen.Location = New System.Drawing.Point(496, 84) + Me.btnMdbLöschen.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnMdbLöschen.Name = "btnMdbLöschen" + Me.btnMdbLöschen.Size = New System.Drawing.Size(29, 26) + Me.btnMdbLöschen.TabIndex = 33 + Me.btnMdbLöschen.UseVisualStyleBackColor = True + Me.btnMdbLöschen.Visible = False + ' + 'btnMdbLocation + ' + Me.btnMdbLocation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.btnMdbLocation.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnMdbLocation.Location = New System.Drawing.Point(461, 84) + Me.btnMdbLocation.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnMdbLocation.Name = "btnMdbLocation" + Me.btnMdbLocation.Size = New System.Drawing.Size(29, 26) + Me.btnMdbLocation.TabIndex = 32 + Me.btnMdbLocation.Text = "..." + Me.btnMdbLocation.UseVisualStyleBackColor = True + Me.btnMdbLocation.Visible = False + ' + 'txtPassword + ' + Me.txtPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtPassword.Location = New System.Drawing.Point(230, 136) + Me.txtPassword.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtPassword.Name = "txtPassword" + Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) + Me.txtPassword.Size = New System.Drawing.Size(137, 25) + Me.txtPassword.TabIndex = 7 + Me.txtPassword.Visible = False + ' + 'txtUserId + ' + Me.txtUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtUserId.Location = New System.Drawing.Point(14, 136) + Me.txtUserId.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtUserId.Name = "txtUserId" + Me.txtUserId.Size = New System.Drawing.Size(200, 25) + Me.txtUserId.TabIndex = 6 + Me.txtUserId.Visible = False + ' + 'lblPassword + ' + Me.lblPassword.AutoSize = True + Me.lblPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblPassword.Location = New System.Drawing.Point(228, 115) + Me.lblPassword.Name = "lblPassword" + Me.lblPassword.Size = New System.Drawing.Size(63, 17) + Me.lblPassword.TabIndex = 4 + Me.lblPassword.Text = "Passwort:" + Me.lblPassword.Visible = False + ' + 'lblUserId + ' + Me.lblUserId.AutoSize = True + Me.lblUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUserId.Location = New System.Drawing.Point(11, 115) + Me.lblUserId.Name = "lblUserId" + Me.lblUserId.Size = New System.Drawing.Size(49, 17) + Me.lblUserId.TabIndex = 3 + Me.lblUserId.Text = "UserId:" + Me.lblUserId.Visible = False + ' + 'lblDataSource + ' + Me.lblDataSource.AutoSize = True + Me.lblDataSource.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblDataSource.Location = New System.Drawing.Point(11, 65) + Me.lblDataSource.Name = "lblDataSource" + Me.lblDataSource.Size = New System.Drawing.Size(83, 17) + Me.lblDataSource.TabIndex = 2 + Me.lblDataSource.Text = "DataSource*:" + Me.lblDataSource.Visible = False + ' + 'cmbDbArt + ' + Me.cmbDbArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cmbDbArt.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbDbArt.FormattingEnabled = True + Me.cmbDbArt.Items.AddRange(New Object() {"MS-SQL", "ODBC", "ORACLE"}) + Me.cmbDbArt.Location = New System.Drawing.Point(14, 36) + Me.cmbDbArt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.cmbDbArt.Name = "cmbDbArt" + Me.cmbDbArt.Size = New System.Drawing.Size(200, 25) + Me.cmbDbArt.TabIndex = 1 + ' + 'lblDatenbanktyp + ' + Me.lblDatenbanktyp.AutoSize = True + Me.lblDatenbanktyp.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblDatenbanktyp.Location = New System.Drawing.Point(11, 19) + Me.lblDatenbanktyp.Name = "lblDatenbanktyp" + Me.lblDatenbanktyp.Size = New System.Drawing.Size(96, 17) + Me.lblDatenbanktyp.TabIndex = 0 + Me.lblDatenbanktyp.Text = "Datenbanktyp*:" + ' + 'txtDatasource2 + ' + Me.txtDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtDatasource2.Location = New System.Drawing.Point(231, 86) + Me.txtDatasource2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtDatasource2.Name = "txtDatasource2" + Me.txtDatasource2.Size = New System.Drawing.Size(224, 25) + Me.txtDatasource2.TabIndex = 35 + Me.txtDatasource2.Visible = False + ' + 'TBPM_CONNECTIONTableAdapter + ' + Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Me.TBPM_CONNECTIONTableAdapter + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'TBPM_CONNECTIONBindingNavigator + ' + Me.TBPM_CONNECTIONBindingNavigator.AddNewItem = Nothing + Me.TBPM_CONNECTIONBindingNavigator.BindingSource = Me.TBPM_CONNECTIONBindingSource + Me.TBPM_CONNECTIONBindingNavigator.CountItem = Me.BindingNavigatorCountItem + Me.TBPM_CONNECTIONBindingNavigator.CountItemFormat = "von {0} Connections" + Me.TBPM_CONNECTIONBindingNavigator.DeleteItem = Nothing + Me.TBPM_CONNECTIONBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.ToolStripButton1, Me.TBPM_CONNECTIONBindingNavigatorSaveItem, Me.ToolStripButton2}) + Me.TBPM_CONNECTIONBindingNavigator.Location = New System.Drawing.Point(0, 0) + Me.TBPM_CONNECTIONBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem + Me.TBPM_CONNECTIONBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem + Me.TBPM_CONNECTIONBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem + Me.TBPM_CONNECTIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem + Me.TBPM_CONNECTIONBindingNavigator.Name = "TBPM_CONNECTIONBindingNavigator" + Me.TBPM_CONNECTIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem + Me.TBPM_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(818, 25) + Me.TBPM_CONNECTIONBindingNavigator.TabIndex = 53 + Me.TBPM_CONNECTIONBindingNavigator.Text = "BindingNavigator1" + ' + 'BindingNavigatorCountItem + ' + Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" + Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(114, 22) + Me.BindingNavigatorCountItem.Text = "von {0} Connections" + Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + '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(58, 23) + Me.BindingNavigatorPositionItem.Text = "0" + Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorSeparator1 + ' + Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" + Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) + ' + '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) + ' + 'ToolStripButton1 + ' + Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton1.Name = "ToolStripButton1" + Me.ToolStripButton1.Size = New System.Drawing.Size(152, 22) + Me.ToolStripButton1.Text = "Verbindung hinzufügen" + Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'TBPM_CONNECTIONBindingNavigatorSaveItem + ' + Me.TBPM_CONNECTIONBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPM_CONNECTIONBindingNavigatorSaveItem.Image"), System.Drawing.Image) + Me.TBPM_CONNECTIONBindingNavigatorSaveItem.Name = "TBPM_CONNECTIONBindingNavigatorSaveItem" + Me.TBPM_CONNECTIONBindingNavigatorSaveItem.Size = New System.Drawing.Size(112, 22) + Me.TBPM_CONNECTIONBindingNavigatorSaveItem.Text = "Daten speichern" + ' + 'ToolStripButton2 + ' + Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + Me.ToolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton2.Name = "ToolStripButton2" + Me.ToolStripButton2.Size = New System.Drawing.Size(129, 22) + Me.ToolStripButton2.Text = "Lösche Verbindung" + ' + 'TBPM_CONNECTIONDataGridView + ' + Me.TBPM_CONNECTIONDataGridView.AllowUserToAddRows = False + Me.TBPM_CONNECTIONDataGridView.AllowUserToDeleteRows = False + DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua + Me.TBPM_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 + Me.TBPM_CONNECTIONDataGridView.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.TBPM_CONNECTIONDataGridView.AutoGenerateColumns = False + Me.TBPM_CONNECTIONDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_CONNECTIONDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn8, Me.DataGridViewCheckBoxColumn1}) + Me.TBPM_CONNECTIONDataGridView.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.TBPM_CONNECTIONDataGridView.Location = New System.Drawing.Point(15, 303) + Me.TBPM_CONNECTIONDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.TBPM_CONNECTIONDataGridView.Name = "TBPM_CONNECTIONDataGridView" + Me.TBPM_CONNECTIONDataGridView.Size = New System.Drawing.Size(797, 256) + Me.TBPM_CONNECTIONDataGridView.TabIndex = 53 + ' + 'DataGridViewTextBoxColumn1 + ' + Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn1.HeaderText = "ID" + Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" + Me.DataGridViewTextBoxColumn1.ReadOnly = True + ' + 'DataGridViewTextBoxColumn2 + ' + Me.DataGridViewTextBoxColumn2.DataPropertyName = "BEZEICHNUNG" + Me.DataGridViewTextBoxColumn2.HeaderText = "Bezeichnung" + Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" + ' + 'DataGridViewTextBoxColumn3 + ' + Me.DataGridViewTextBoxColumn3.DataPropertyName = "SQL_PROVIDER" + Me.DataGridViewTextBoxColumn3.HeaderText = "SQL-Provider" + Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" + ' + 'DataGridViewTextBoxColumn4 + ' + Me.DataGridViewTextBoxColumn4.DataPropertyName = "SERVER" + Me.DataGridViewTextBoxColumn4.HeaderText = "Datasource1" + Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" + ' + 'DataGridViewTextBoxColumn5 + ' + Me.DataGridViewTextBoxColumn5.DataPropertyName = "DATENBANK" + Me.DataGridViewTextBoxColumn5.HeaderText = "Datasource2" + Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" + ' + 'DataGridViewTextBoxColumn6 + ' + Me.DataGridViewTextBoxColumn6.DataPropertyName = "USERNAME" + Me.DataGridViewTextBoxColumn6.HeaderText = "Username" + Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" + ' + 'DataGridViewTextBoxColumn8 + ' + Me.DataGridViewTextBoxColumn8.DataPropertyName = "BEMERKUNG" + Me.DataGridViewTextBoxColumn8.HeaderText = "Bemerkung" + Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" + ' + 'DataGridViewCheckBoxColumn1 + ' + Me.DataGridViewCheckBoxColumn1.DataPropertyName = "AKTIV" + Me.DataGridViewCheckBoxColumn1.HeaderText = "Aktiv" + Me.DataGridViewCheckBoxColumn1.Name = "DataGridViewCheckBoxColumn1" + ' + 'GEANDERTWERTextBox + ' + Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONNECTIONBindingSource, "GEANDERTWER", True)) + Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(504, 270) + Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" + Me.GEANDERTWERTextBox.ReadOnly = True + Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(147, 23) + Me.GEANDERTWERTextBox.TabIndex = 57 + ' + 'txtDatasource1 + ' + Me.txtDatasource1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtDatasource1.Location = New System.Drawing.Point(14, 86) + Me.txtDatasource1.Name = "txtDatasource1" + Me.txtDatasource1.Size = New System.Drawing.Size(200, 25) + Me.txtDatasource1.TabIndex = 59 + Me.txtDatasource1.Visible = False + ' + 'grpbx_ConnAdd + ' + Me.grpbx_ConnAdd.Controls.Add(Me.btnadd) + Me.grpbx_ConnAdd.Controls.Add(Me.lblDatenbanktyp) + Me.grpbx_ConnAdd.Controls.Add(Me.txtUserId) + Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource1) + Me.grpbx_ConnAdd.Controls.Add(Me.txtPassword) + Me.grpbx_ConnAdd.Controls.Add(Me.lblPassword) + Me.grpbx_ConnAdd.Controls.Add(Me.lblUserId) + Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLocation) + Me.grpbx_ConnAdd.Controls.Add(Me.lblDataSource) + Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLöschen) + Me.grpbx_ConnAdd.Controls.Add(Me.cmbDbArt) + Me.grpbx_ConnAdd.Controls.Add(Me.lblDatasource2) + Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource2) + Me.grpbx_ConnAdd.Controls.Add(Me.chkOR_ohne_TNS) + Me.grpbx_ConnAdd.Controls.Add(Me.btnCheck_Con) + Me.grpbx_ConnAdd.Controls.Add(Me.Label1) + Me.grpbx_ConnAdd.Controls.Add(Me.Chckwin_aut) + Me.grpbx_ConnAdd.Controls.Add(Me.txtBezeichnung) + Me.grpbx_ConnAdd.Location = New System.Drawing.Point(15, 28) + Me.grpbx_ConnAdd.Name = "grpbx_ConnAdd" + Me.grpbx_ConnAdd.Size = New System.Drawing.Size(540, 208) + Me.grpbx_ConnAdd.TabIndex = 61 + Me.grpbx_ConnAdd.TabStop = False + Me.grpbx_ConnAdd.Text = "Definition Verbindung:" + Me.grpbx_ConnAdd.Visible = False + ' + 'btnadd + ' + Me.btnadd.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnadd.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnadd.Location = New System.Drawing.Point(230, 168) + Me.btnadd.Name = "btnadd" + Me.btnadd.Size = New System.Drawing.Size(295, 30) + Me.btnadd.TabIndex = 60 + Me.btnadd.Text = "Verbindung hinzufügen" + Me.btnadd.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnadd.UseVisualStyleBackColor = True + ' + 'GEAENDERTWANNTextBox + ' + Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONNECTIONBindingSource, "GEAENDERTWANN", True)) + Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(657, 270) + Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" + Me.GEAENDERTWANNTextBox.ReadOnly = True + Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(155, 23) + Me.GEAENDERTWANNTextBox.TabIndex = 63 + ' + 'frmConnection + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(818, 559) + Me.Controls.Add(GEAENDERTWANNLabel) + Me.Controls.Add(Me.GEAENDERTWANNTextBox) + Me.Controls.Add(Me.grpbx_ConnAdd) + Me.Controls.Add(GEANDERTWERLabel) + Me.Controls.Add(Me.GEANDERTWERTextBox) + Me.Controls.Add(Me.TBPM_CONNECTIONDataGridView) + Me.Controls.Add(Me.TBPM_CONNECTIONBindingNavigator) + Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmConnection" + Me.Text = "Verwaltung der Connections" + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_CONNECTIONBindingNavigator.ResumeLayout(False) + Me.TBPM_CONNECTIONBindingNavigator.PerformLayout() + CType(Me.TBPM_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + Me.grpbx_ConnAdd.ResumeLayout(False) + Me.grpbx_ConnAdd.PerformLayout() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents btnCheck_Con As System.Windows.Forms.Button + Friend WithEvents lblDatasource2 As System.Windows.Forms.Label + Friend WithEvents btnMdbLöschen As System.Windows.Forms.Button + Friend WithEvents btnMdbLocation As System.Windows.Forms.Button + Friend WithEvents txtPassword As System.Windows.Forms.MaskedTextBox + Friend WithEvents txtUserId As System.Windows.Forms.TextBox + Friend WithEvents lblPassword As System.Windows.Forms.Label + Friend WithEvents lblUserId As System.Windows.Forms.Label + Friend WithEvents lblDataSource As System.Windows.Forms.Label + Friend WithEvents cmbDbArt As System.Windows.Forms.ComboBox + Friend WithEvents lblDatenbanktyp As System.Windows.Forms.Label + Friend WithEvents txtDatasource2 As System.Windows.Forms.TextBox + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents TBPM_CONNECTIONBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel + 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 TBPM_CONNECTIONBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton + Friend WithEvents TBPM_CONNECTIONDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents chkOR_ohne_TNS As System.Windows.Forms.CheckBox + Friend WithEvents Chckwin_aut As System.Windows.Forms.CheckBox + Friend WithEvents GEANDERTWERTextBox As System.Windows.Forms.TextBox + Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewCheckBoxColumn1 As System.Windows.Forms.DataGridViewCheckBoxColumn + Friend WithEvents txtDatasource1 As System.Windows.Forms.TextBox + Friend WithEvents grpbx_ConnAdd As System.Windows.Forms.GroupBox + Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton + Friend WithEvents btnadd As System.Windows.Forms.Button + Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox + Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton +End Class diff --git a/DD_PM_WINDREAM/frmConnection.resx b/DD_PM_WINDREAM/frmConnection.resx new file mode 100644 index 0000000..8c56943 --- /dev/null +++ b/DD_PM_WINDREAM/frmConnection.resx @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + False + + + False + + + 179, 17 + + + 17, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAIySURBVDhPlZJrTxNBFIaJicnG36BWiYbISkDiDaEt + C5TWBgQT6P1Cu5UC0pZe0qZQG/WDJv4SfxeIir1hpbu97Pb1TEmXbvqJD08yc2be98w5Z0YAXIvmlnhr + cK87RCZnIHhdbIBmMMzLXn+i4XCb+rGrC0ycO0Q3m4eaSA2ZNAMhvhmKoLWzh39vN77XV9cesbhOjOIn + dAk1mUFnd18zkf1bPGVHJ5YACkWw9bnVnqguWG5cGqSzXDeZUbuHH4Cv36DmC8wArZDIy74gT9nR3o8D + dC4HQzhffq1UhaWbVy8g1HiSU97HFTWTAz5/gZLOohmOgLKjvRcD8ke9dc1iI/Ei19dpBoxOdJdridtK + J3ZA5XwEjookLAC5PGRfALUlq1KdX9DEDJ0Bg57LSR6/ijyV4w0ALi+QyaK2uKxWzIJOzNBtGJLbx0YF + 0DTgcAMbTuAgRXXbUJqZG5qObiO5vLzk8aEdiQKpDAnTQJzKoQbKm05UjWb8nprWmWiLhtPDS24v2uI2 + QGOUXB5Qs5TynEm9WF0HojtovFlH6elznI6NayaXYoebp+xoh99R1iQkejo1SynPmrjSixnubPqZUrdY + gbCIC5sdZxOTOLk32jPpGdDPEhoOF9ohEdKmC9QspfzKqDXs18QU93P8sfLXLECyr+DP5BMc3zEImgGD + fpZQX1lDxTSvUrOGun36cIz7MfpAGRQzdJcqRrNQejk7JO5zYrjPHd++q4kZugvXByP/AXK7pMeJCyzg + AAAAAElFTkSuQmCC + + + + 424, 17 + + + 663, 17 + + + 836, 17 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vwAADr8BOAVTJAAAASpJREFUOE9jGDygcNbz/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 + vwAADr8BOAVTJAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 + vwAADr8BOAVTJAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vwAADr8BOAVTJAAAASxJREFUOE9jGFygcNbz/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== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vwAADr8BOAVTJAAAAi9JREFUOE+tkt1L01EYx3//QvfdBF10W1NjOBerwa9cQ1k2DCvCXn6RZmm6TBMV + K9Oo+QbZCpdOWq0m4aQiX8AUKRFlKlmauaIlDjXFJoLB1/Oc/fK4ii6iB56bw/l8znlepP8Sz5+FQelr + XUKLdxEP3fNoagzhrmMadbVfYL8VwPXySZSWjKOw4C3yckdw/pwfKi5JBHZ1ArU1K/hbLK+swpTahUOp + T3mquCR5nyxwQWXFN/Xq70FwaH4ZuywvoNEosB70CIH7wRwXlJZ8Va9Hx0/4Y3ABMWYfCi5N4YClWQic + DTNccNH2QUVEbISHJ0LYJnuRkz2G5CSnENTfDnJB1tkRFYvEr3CfP4jNBjcUZQBms0MIaqo/c4FyakBF + /wx39n/CpvhGHD7yComJdUJwo3IKHe1gowSOHX8D69Fe3m1qGNVM36aXI3A3UqwvIct2IbhSNoE2H9gO + AM2uH2zu31F+bZY3lRpGNWdm+Nfh/cmtMBorhOBy4Rg8j4D7zlW2OGGY0rKj0pJuQ9qZogicxOB9HhgM + ZUJgyxtlMFBdFeYvE0TnMToZg+9nMDo5CyX3KvaYWjis2+2CXl8kBLSWjjtY/zYJCD6dfxPvAnMITC/i + QrEdsQYXg5sQm3APuvh8IcjMGGJ1L3F4q9GDLTtkPG7rga+9Dx3d/eh9PYi9Zis0+gbEMXi7th5abU60 + 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmConnection.vb b/DD_PM_WINDREAM/frmConnection.vb new file mode 100644 index 0000000..3262adf --- /dev/null +++ b/DD_PM_WINDREAM/frmConnection.vb @@ -0,0 +1,247 @@ +Imports Oracle.ManagedDataAccess.Client +Public Class frmConnection + Dim formloaded As Boolean = False + Private Sub cmbDbArt_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cmbDbArt.SelectedIndexChanged + If Me.cmbDbArt.SelectedIndex <> -1 And formloaded = True Then + Chckwin_aut.Visible = False + chkOR_ohne_TNS.Visible = False + Select Case Me.cmbDbArt.SelectedItem + Case "MS-SQL" + Me.txtDatasource1.Visible = True + Me.txtUserId.Visible = True + Me.txtPassword.Visible = True + Me.lblDataSource.Text = "SQL-Server (IP oder Name):" + + Me.lblDataSource.Visible = True + Me.txtDatasource1.ReadOnly = False + Me.txtDatasource1.Text = "" + Me.btnMdbLocation.Visible = False + Me.btnMdbLöschen.Visible = False + Me.lblUserId.Visible = True + Me.lblUserId.Text = "UserId:" + Me.lblPassword.Visible = True + Me.lblPassword.Text = "Passwort:" + Me.lblDatasource2.Visible = True + Me.lblDatasource2.Text = "Datenbank:" + Me.txtDatasource2.Visible = True + Chckwin_aut.Visible = True + Me.btnCheck_Con.Visible = True + + Case "ORACLE" + Me.txtDatasource1.Visible = True + Me.txtUserId.Visible = True + Me.txtPassword.Visible = True + Me.lblDataSource.Text = "Host (IP-Adresse):" + Me.txtDatasource1.ReadOnly = False + Me.txtDatasource1.BackColor = System.Drawing.SystemColors.Window + Me.txtDatasource1.Text = "" + Me.btnMdbLocation.Visible = False + Me.btnMdbLöschen.Visible = False + Me.lblUserId.Text = "UserId:" + Me.lblPassword.Text = "Passwort:" + Me.lblDatasource2.Text = "SID:" + Me.lblDatasource2.Visible = True + Me.txtDatasource2.Visible = True + chkOR_ohne_TNS.Visible = True + Me.btnCheck_Con.Visible = True + MsgBox("Bitte beachten Sie das Auswahllisten aktuell nur mit MS-SQl möglich sind", MsgBoxStyle.Information) + Case "ODBC" + Me.lblDataSource.Text = "DSN*:" + Me.txtDatasource1.ReadOnly = False + Me.txtDataSource1.BackColor = System.Drawing.SystemColors.Window + Me.txtDataSource1.Text = "" + Me.btnMdbLocation.Visible = False + Me.btnMdbLöschen.Visible = False + Me.lblUserId.Text = "UserId:" + Me.lblPassword.Text = "Passwort:" + Me.lblDatasource2.Visible = False + Me.txtDatasource2.Visible = False + MsgBox("Bitte beachten Sie das Auswahllisten aktuell nur mit MS-SQl möglich sind", MsgBoxStyle.Information) + Case "Ole (Access)" + Me.lblDataSource.Text = ".mdb Datei*:" + Me.txtDatasource1.ReadOnly = True + Me.txtDatasource1.BackColor = System.Drawing.SystemColors.Info + Me.txtDatasource1.Text = "" + Me.btnMdbLocation.Visible = True + Me.btnMdbLöschen.Visible = True + Me.lblUserId.Text = "UserId:" + Me.lblPassword.Text = "Passwort:" + Me.lblDatasource2.Visible = False + Me.txtDatasource2.Visible = False + + + End Select + Else + Me.txtDatasource1.Visible = False + Me.txtUserId.Visible = False + Me.txtPassword.Visible = False + End If + + End Sub + + Private Sub btnCheck_Con_Click(sender As System.Object, e As System.EventArgs) Handles btnCheck_Con.Click + Try + If Me.cmbDbArt.SelectedIndex <> -1 Then + Dim connstr As String + Select Case Me.cmbDbArt.SelectedItem + Case "MS-SQL" + Dim con As String + If Chckwin_aut.Checked Then + con = "Data Source=" & Me.txtDataSource1.Text & ";Initial Catalog=" & Me.txtDatasource2.Text & ";Trusted_Connection=True;" + Else + con = "Server=" & Me.txtDataSource1.Text & ";Database=" & Me.txtDatasource2.Text & ";User Id=" & Me.txtUserId.Text & ";Password=" & Me.txtPassword.Text & ";" + End If + Dim connection As New SqlClient.SqlConnection(con) + connstr = con + connection.Open() + Cursor = Cursors.Default + MsgBox("Die Verbindung wurde erfolgreich aufgebaut!", MsgBoxStyle.Information, "Erfolg:") + My.Settings.Save() + Case "ORACLE" + Try + Dim conn As New OracleConnectionStringBuilder + If chkOR_ohne_TNS.Checked Then + connstr = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=" & txtDatasource1.Text & ")(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=" & _ + txtDatasource2.Text & ")));User Id=" & txtUserId.Text & ";Password=" & txtPassword.Text & ";" + Else + conn.DataSource = txtDatasource2.Text + conn.UserID = txtUserId.Text + conn.Password = txtPassword.Text + conn.PersistSecurityInfo = True + conn.ConnectionTimeout = 120 + connstr = conn.ConnectionString + End If + + Dim connection As New OracleConnection(connstr) + connection.Open() + + MsgBox("Die Verbindung wurde erfolgreich aufgebaut!", MsgBoxStyle.Information, "Erfolg:") + Catch ex As Exception + MsgBox(ex.Message & vbNewLine & vbNewLine & connstr, MsgBoxStyle.Critical, "Fehler bei Verbindungsaufbau Oracle:") + End Try + Case Else + MsgBox("Test zur Zeit nicht möglich", MsgBoxStyle.Information, "Achtung:") + End Select + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + End If + Catch ex As Exception + Cursor = Cursors.Default + Dim template As String = ex.Message + MsgBox("Fehler beim Verbindungsaufbau: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) + End Try + End Sub + + Private Sub TBPM_CONNECTIONBindingNavigatorSaveItem_Click(sender As System.Object, e As System.EventArgs) Handles TBPM_CONNECTIONBindingNavigatorSaveItem.Click + Try + Me.TBPM_CONNECTIONBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_CONNECTION.GetChanges Is Nothing = False Then + Me.GEANDERTWERTextBox.Text = Environment.UserName + Me.TBPM_CONNECTIONBindingSource.EndEdit() + Me.TBPM_CONNECTIONTableAdapter.Update(DD_DMSLiteDataSet.TBPM_CONNECTION) + MsgBox("Änderungen wurden erfolgreich gespeichert!", MsgBoxStyle.Information) + End If + Catch ex As Exception + MsgBox("Fehler beim Speichern: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) + End Try + + End Sub + + Private Sub frmConnection_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load + Try + Me.TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + load_connections() + Catch ex As Exception + MsgBox("Fehler bei Laden der Grunddaten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Sub + Sub load_connections() + Try + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + TBPM_CONNECTIONDataGridView.AutoResizeColumns() + Catch ex As Exception + MsgBox("Fehler bei Connections laden: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Sub + Private Sub Chckwin_aut_CheckedChanged(sender As Object, e As EventArgs) Handles Chckwin_aut.CheckedChanged + If Chckwin_aut.Checked Then + Me.txtUserId.Enabled = False + Me.txtPassword.Enabled = False + Me.txtUserId.Text = "WINAUTH" + Me.txtPassword.Text = "" + Else + Me.txtUserId.Enabled = True + Me.txtPassword.Enabled = True + Me.txtUserId.Text = "" + Me.txtPassword.Text = "" + End If + End Sub + + Private Sub frmConnection_Shown(sender As Object, e As EventArgs) Handles Me.Shown + formloaded = True + End Sub + + Private Sub TBPM_CONNECTIONBindingSource_AddingNew(sender As Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBPM_CONNECTIONBindingSource.AddingNew + DD_DMSLiteDataSet.TBPM_CONNECTION.ERSTELLTWERColumn.DefaultValue = Environment.UserName + End Sub + + Private Sub TBPM_CONNECTIONBindingSource_PositionChanged(sender As Object, e As EventArgs) Handles TBPM_CONNECTIONBindingSource.PositionChanged + + End Sub + + Private Sub chkOR_ohne_TNS_CheckedChanged(sender As Object, e As EventArgs) Handles chkOR_ohne_TNS.CheckedChanged + If chkOR_ohne_TNS.Checked Then + Me.lblDatasource2.Visible = True + Me.txtDatasource2.Visible = True + Else + Me.lblDatasource2.Visible = False + Me.txtDatasource2.Visible = False + Me.txtDatasource2.Text = "" + End If + End Sub + + Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click + TBPM_CONNECTIONBindingSource.AddNew() + Me.grpbx_ConnAdd.Visible = True + End Sub + + Private Sub btnadd_Click(sender As Object, e As EventArgs) Handles btnadd.Click + Try + Select Case cmbDbArt.Text + Case "ORACLE" + Case "MS-SQL" + If Me.txtUserId.Text = "WINAUTH" Then + TBPM_CONNECTIONTableAdapter.CmdInsert(txtBezeichnung.Text, cmbDbArt.Text, txtDatasource1.Text, txtDatasource2.Text, "WINAUTH", "", "", True, Environment.UserName) + Else + TBPM_CONNECTIONTableAdapter.CmdInsert(txtBezeichnung.Text, cmbDbArt.Text, txtDatasource1.Text, txtDatasource2.Text, txtUserId.Text, txtPassword.Text, "", True, Environment.UserName) + End If + + End Select + Catch ex As Exception + MsgBox("Fehler bei Insert Connection: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + load_connections() + End Sub + + Private Sub TBPM_CONNECTIONDataGridView_SelectionChanged(sender As Object, e As EventArgs) Handles TBPM_CONNECTIONDataGridView.SelectionChanged + grpbx_ConnAdd.Visible = False + End Sub + + Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click + Try + Dim i, ID As Integer + i = TBPM_CONNECTIONDataGridView.CurrentRow.Index + ID = TBPM_CONNECTIONDataGridView.Item(0, i).Value + If ID > 0 Then + Dim result As MsgBoxResult = MsgBox("Wollen Sie die Connection wirklich löschen?", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + ' wenn Löschen ja + If result = MsgBoxResult.Yes Then + TBPM_CONNECTIONTableAdapter.Delete(ID) + load_connections() + End If + End If + Catch ex As Exception + MsgBox("Fehler bei Löschen Connection: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmControl_Detail.Designer.vb b/DD_PM_WINDREAM/frmControl_Detail.Designer.vb new file mode 100644 index 0000000..8c97573 --- /dev/null +++ b/DD_PM_WINDREAM/frmControl_Detail.Designer.vb @@ -0,0 +1,340 @@ + _ +Partial Class frmControl_Detail + 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 SPALTENNAMELabel As System.Windows.Forms.Label + Dim SPALTEN_HEADERLabel As System.Windows.Forms.Label + Dim SPALTENBREITELabel As System.Windows.Forms.Label + Dim GUIDLabel As System.Windows.Forms.Label + Dim ADDED_WHOLabel As System.Windows.Forms.Label + Dim ADDED_WHENLabel As System.Windows.Forms.Label + Dim CHANGED_WHOLabel As System.Windows.Forms.Label + Dim CHANGED_WHENLabel As System.Windows.Forms.Label + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_CONTROL_TABLETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.SPALTENNAMETextBox = New System.Windows.Forms.TextBox() + Me.SPALTEN_HEADERTextBox = New System.Windows.Forms.TextBox() + Me.SPALTENBREITETextBox = New System.Windows.Forms.TextBox() + Me.GUIDTextBox = New System.Windows.Forms.TextBox() + Me.READ_ONLYCheckBox = New System.Windows.Forms.CheckBox() + Me.LOAD_IDX_VALUECheckBox = New System.Windows.Forms.CheckBox() + Me.btnSave = New System.Windows.Forms.Button() + Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() + Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() + Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() + Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel() + SPALTENNAMELabel = New System.Windows.Forms.Label() + SPALTEN_HEADERLabel = New System.Windows.Forms.Label() + SPALTENBREITELabel = New System.Windows.Forms.Label() + GUIDLabel = New System.Windows.Forms.Label() + ADDED_WHOLabel = New System.Windows.Forms.Label() + ADDED_WHENLabel = New System.Windows.Forms.Label() + CHANGED_WHOLabel = New System.Windows.Forms.Label() + CHANGED_WHENLabel = New System.Windows.Forms.Label() + CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).BeginInit + CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).BeginInit + Me.StatusStrip1.SuspendLayout + Me.SuspendLayout + ' + 'SPALTENNAMELabel + ' + SPALTENNAMELabel.AutoSize = true + SPALTENNAMELabel.Location = New System.Drawing.Point(12, 51) + SPALTENNAMELabel.Name = "SPALTENNAMELabel" + SPALTENNAMELabel.Size = New System.Drawing.Size(117, 13) + SPALTENNAMELabel.TabIndex = 2 + SPALTENNAMELabel.Text = "Spaltenname (intern):" + ' + 'SPALTEN_HEADERLabel + ' + SPALTEN_HEADERLabel.AutoSize = True + SPALTEN_HEADERLabel.Location = New System.Drawing.Point(12, 92) + SPALTEN_HEADERLabel.Name = "SPALTEN_HEADERLabel" + SPALTEN_HEADERLabel.Size = New System.Drawing.Size(67, 13) + SPALTEN_HEADERLabel.TabIndex = 3 + SPALTEN_HEADERLabel.Text = "Überschrift:" + ' + 'SPALTENBREITELabel + ' + SPALTENBREITELabel.AutoSize = True + SPALTENBREITELabel.Location = New System.Drawing.Point(12, 133) + SPALTENBREITELabel.Name = "SPALTENBREITELabel" + SPALTENBREITELabel.Size = New System.Drawing.Size(40, 13) + SPALTENBREITELabel.TabIndex = 4 + SPALTENBREITELabel.Text = "Breite:" + ' + 'GUIDLabel + ' + GUIDLabel.AutoSize = True + GUIDLabel.Location = New System.Drawing.Point(12, 9) + GUIDLabel.Name = "GUIDLabel" + GUIDLabel.Size = New System.Drawing.Size(21, 13) + GUIDLabel.TabIndex = 6 + GUIDLabel.Text = "ID:" + ' + 'ADDED_WHOLabel + ' + ADDED_WHOLabel.AutoSize = True + ADDED_WHOLabel.Location = New System.Drawing.Point(11, 213) + ADDED_WHOLabel.Name = "ADDED_WHOLabel" + ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13) + ADDED_WHOLabel.TabIndex = 12 + ADDED_WHOLabel.Text = "Erstellt wer:" + ' + 'ADDED_WHENLabel + ' + ADDED_WHENLabel.AutoSize = True + ADDED_WHENLabel.Location = New System.Drawing.Point(164, 213) + ADDED_WHENLabel.Name = "ADDED_WHENLabel" + ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13) + ADDED_WHENLabel.TabIndex = 13 + ADDED_WHENLabel.Text = "Erstellt wann:" + ' + 'CHANGED_WHOLabel + ' + CHANGED_WHOLabel.AutoSize = True + CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 254) + CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" + CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13) + CHANGED_WHOLabel.TabIndex = 15 + CHANGED_WHOLabel.Text = "Geändert wer:" + ' + 'CHANGED_WHENLabel + ' + CHANGED_WHENLabel.AutoSize = True + CHANGED_WHENLabel.Location = New System.Drawing.Point(164, 254) + CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" + CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13) + CHANGED_WHENLabel.TabIndex = 17 + CHANGED_WHENLabel.Text = "Geändert wann:" + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_CONTROL_TABLEBindingSource + ' + Me.TBPM_CONTROL_TABLEBindingSource.DataMember = "TBPM_CONTROL_TABLE" + Me.TBPM_CONTROL_TABLEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_CONTROL_TABLETableAdapter + ' + Me.TBPM_CONTROL_TABLETableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'SPALTENNAMETextBox + ' + Me.SPALTENNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENNAME", True)) + Me.SPALTENNAMETextBox.Location = New System.Drawing.Point(15, 67) + Me.SPALTENNAMETextBox.Name = "SPALTENNAMETextBox" + Me.SPALTENNAMETextBox.Size = New System.Drawing.Size(226, 22) + Me.SPALTENNAMETextBox.TabIndex = 3 + ' + 'SPALTEN_HEADERTextBox + ' + Me.SPALTEN_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTEN_HEADER", true)) + Me.SPALTEN_HEADERTextBox.Location = New System.Drawing.Point(15, 108) + Me.SPALTEN_HEADERTextBox.Name = "SPALTEN_HEADERTextBox" + Me.SPALTEN_HEADERTextBox.Size = New System.Drawing.Size(226, 22) + Me.SPALTEN_HEADERTextBox.TabIndex = 4 + ' + 'SPALTENBREITETextBox + ' + Me.SPALTENBREITETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENBREITE", true)) + Me.SPALTENBREITETextBox.Location = New System.Drawing.Point(15, 149) + Me.SPALTENBREITETextBox.Name = "SPALTENBREITETextBox" + Me.SPALTENBREITETextBox.Size = New System.Drawing.Size(81, 22) + Me.SPALTENBREITETextBox.TabIndex = 5 + ' + 'GUIDTextBox + ' + Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "GUID", true)) + Me.GUIDTextBox.Location = New System.Drawing.Point(15, 25) + Me.GUIDTextBox.Name = "GUIDTextBox" + Me.GUIDTextBox.ReadOnly = true + Me.GUIDTextBox.Size = New System.Drawing.Size(61, 22) + Me.GUIDTextBox.TabIndex = 7 + ' + 'READ_ONLYCheckBox + ' + Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "READ_ONLY", true)) + Me.READ_ONLYCheckBox.Location = New System.Drawing.Point(15, 177) + Me.READ_ONLYCheckBox.Name = "READ_ONLYCheckBox" + Me.READ_ONLYCheckBox.Size = New System.Drawing.Size(87, 24) + Me.READ_ONLYCheckBox.TabIndex = 9 + Me.READ_ONLYCheckBox.Text = "Read Only" + Me.READ_ONLYCheckBox.UseVisualStyleBackColor = true + ' + 'LOAD_IDX_VALUECheckBox + ' + Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "LOAD_IDX_VALUE", true)) + Me.LOAD_IDX_VALUECheckBox.Location = New System.Drawing.Point(108, 177) + Me.LOAD_IDX_VALUECheckBox.Name = "LOAD_IDX_VALUECheckBox" + Me.LOAD_IDX_VALUECheckBox.Size = New System.Drawing.Size(120, 24) + Me.LOAD_IDX_VALUECheckBox.TabIndex = 11 + Me.LOAD_IDX_VALUECheckBox.Text = "lade Indexdaten" + Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = true + ' + 'btnSave + ' + Me.btnSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save + Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSave.Location = New System.Drawing.Point(240, 169) + Me.btnSave.Name = "btnSave" + Me.btnSave.Size = New System.Drawing.Size(86, 32) + Me.btnSave.TabIndex = 12 + Me.btnSave.Text = "Speichern" + Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnSave.UseVisualStyleBackColor = true + ' + 'ADDED_WHOTextBox + ' + Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHO", true)) + Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(14, 229) + Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" + Me.ADDED_WHOTextBox.ReadOnly = true + Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(147, 22) + Me.ADDED_WHOTextBox.TabIndex = 13 + ' + 'ADDED_WHENTextBox + ' + Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHEN", true)) + Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(167, 229) + Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" + Me.ADDED_WHENTextBox.ReadOnly = true + Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(159, 22) + Me.ADDED_WHENTextBox.TabIndex = 14 + ' + 'CHANGED_WHOTextBox + ' + Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHO", true)) + Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 270) + Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" + Me.CHANGED_WHOTextBox.ReadOnly = true + Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(146, 22) + Me.CHANGED_WHOTextBox.TabIndex = 16 + ' + 'CHANGED_WHENTextBox + ' + Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHEN", true)) + Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(167, 270) + Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" + Me.CHANGED_WHENTextBox.ReadOnly = true + Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 22) + Me.CHANGED_WHENTextBox.TabIndex = 18 + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 309) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(346, 22) + Me.StatusStrip1.TabIndex = 21 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tslblAenderungen + ' + Me.tslblAenderungen.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_red + Me.tslblAenderungen.Name = "tslblAenderungen" + Me.tslblAenderungen.Size = New System.Drawing.Size(153, 17) + Me.tslblAenderungen.Text = "Änderungen gespeichert" + Me.tslblAenderungen.Visible = false + ' + 'frmControl_Detail + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(346, 331) + Me.Controls.Add(Me.StatusStrip1) + Me.Controls.Add(CHANGED_WHENLabel) + Me.Controls.Add(Me.CHANGED_WHENTextBox) + Me.Controls.Add(CHANGED_WHOLabel) + Me.Controls.Add(Me.CHANGED_WHOTextBox) + Me.Controls.Add(ADDED_WHENLabel) + Me.Controls.Add(Me.ADDED_WHENTextBox) + Me.Controls.Add(ADDED_WHOLabel) + Me.Controls.Add(Me.ADDED_WHOTextBox) + Me.Controls.Add(Me.btnSave) + Me.Controls.Add(Me.LOAD_IDX_VALUECheckBox) + Me.Controls.Add(Me.READ_ONLYCheckBox) + Me.Controls.Add(GUIDLabel) + Me.Controls.Add(Me.GUIDTextBox) + Me.Controls.Add(SPALTENBREITELabel) + Me.Controls.Add(Me.SPALTENBREITETextBox) + Me.Controls.Add(SPALTEN_HEADERLabel) + Me.Controls.Add(Me.SPALTEN_HEADERTextBox) + Me.Controls.Add(SPALTENNAMELabel) + Me.Controls.Add(Me.SPALTENNAMETextBox) + Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.MaximizeBox = false + Me.MinimizeBox = false + Me.Name = "frmControl_Detail" + Me.Text = "frmControl_Detail" + Me.TopMost = true + CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).EndInit + CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).EndInit + Me.StatusStrip1.ResumeLayout(false) + Me.StatusStrip1.PerformLayout + Me.ResumeLayout(false) + Me.PerformLayout + +End Sub + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_CONTROL_TABLEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents SPALTENNAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents SPALTEN_HEADERTextBox As System.Windows.Forms.TextBox + Friend WithEvents SPALTENBREITETextBox As System.Windows.Forms.TextBox + Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox + Friend WithEvents READ_ONLYCheckBox As System.Windows.Forms.CheckBox + Friend WithEvents LOAD_IDX_VALUECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents btnSave As System.Windows.Forms.Button + Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox + Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents tslblAenderungen As System.Windows.Forms.ToolStripStatusLabel +End Class diff --git a/DD_PM_WINDREAM/frmControl_Detail.resx b/DD_PM_WINDREAM/frmControl_Detail.resx new file mode 100644 index 0000000..74d4199 --- /dev/null +++ b/DD_PM_WINDREAM/frmControl_Detail.resx @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + 17, 17 + + + 179, 17 + + + 440, 17 + + + 695, 17 + + + 1021, 17 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmControl_Detail.vb b/DD_PM_WINDREAM/frmControl_Detail.vb new file mode 100644 index 0000000..cf5b98b --- /dev/null +++ b/DD_PM_WINDREAM/frmControl_Detail.vb @@ -0,0 +1,56 @@ + +Public Class frmControl_Detail + Private Sub TBPM_CONTROL_TABLEBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) + Me.Validate() + Me.TBPM_CONTROL_TABLEBindingSource.EndEdit() + Me.TableAdapterManager.UpdateAll(Me.DD_DMSLiteDataSet) + + End Sub + + Public Function FillData(ID As Integer) + Try + TBPM_CONTROL_TABLETableAdapter.FillByGUID(DD_DMSLiteDataSet.TBPM_CONTROL_TABLE, ID) + Return True + Catch ex As System.Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden der Daten:") + End Try + + End Function + + Private Sub btnSave_Click(sender As Object, e As EventArgs) Handles btnSave.Click + Try + TBPM_CONTROL_TABLEBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_CONTROL_TABLE.GetChanges Is Nothing = False Then + Me.CHANGED_WHOTextBox.Text = Environment.UserName + TBPM_CONTROL_TABLEBindingSource.EndEdit() + TBPM_CONTROL_TABLETableAdapter.cmdUpdate(SPALTENNAMETextBox.Text, SPALTEN_HEADERTextBox.Text, SPALTENBREITETextBox.Text, True, READ_ONLYCheckBox.Checked, LOAD_IDX_VALUECheckBox.Checked, CHANGED_WHOTextBox.Text, GUIDTextBox.Text) + tslblAenderungen.Visible = True + tslblAenderungen.Text = "Änderungen gespeichert - " & Now + FillData(GUIDTextBox.Text) + Else + tslblAenderungen.Visible = False + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Speichern:") + End Try + + End Sub + + Private Sub frmControl_Detail_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing + My.Settings.frmTableColumns_Position = Me.Location + End Sub + + Private Sub frmControl_Detail_Load(sender As Object, e As EventArgs) Handles Me.Load + Try + If My.Settings.frmTableColumns_Position.IsEmpty = False Then + If My.Settings.frmTableColumns_Position.X > 0 And My.Settings.frmTableColumns_Position.Y > 0 Then + Me.Location = My.Settings.frmTableColumns_Position + End If + End If + Me.TBPM_CONTROL_TABLETableAdapter.Connection.ConnectionString = MyConnectionString + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden der Formulardaten:") + End Try + + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmError.Designer.vb b/DD_PM_WINDREAM/frmError.Designer.vb new file mode 100644 index 0000000..863baff --- /dev/null +++ b/DD_PM_WINDREAM/frmError.Designer.vb @@ -0,0 +1,100 @@ + _ +Partial Class frmError + 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() + Me.OK_Button = New System.Windows.Forms.Button() + Me.Label1 = New System.Windows.Forms.Label() + Me.txterror = New System.Windows.Forms.TextBox() + Me.Timer1 = New System.Windows.Forms.Timer(Me.components) + Me.SuspendLayout() + ' + 'OK_Button + ' + Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None + Me.OK_Button.Location = New System.Drawing.Point(355, 150) + Me.OK_Button.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5) + Me.OK_Button.Name = "OK_Button" + Me.OK_Button.Size = New System.Drawing.Size(134, 41) + Me.OK_Button.TabIndex = 0 + Me.OK_Button.Text = "OK" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.ForeColor = System.Drawing.Color.Red + Me.Label1.Location = New System.Drawing.Point(15, 9) + Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(358, 23) + Me.Label1.TabIndex = 0 + Me.Label1.Text = "Folgender Fehler wurde festgestellt:" + ' + 'txterror + ' + Me.txterror.AcceptsReturn = True + Me.txterror.Enabled = False + Me.txterror.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txterror.ForeColor = System.Drawing.Color.DarkRed + Me.txterror.Location = New System.Drawing.Point(19, 35) + Me.txterror.Multiline = True + Me.txterror.Name = "txterror" + Me.txterror.ReadOnly = True + Me.txterror.Size = New System.Drawing.Size(470, 107) + Me.txterror.TabIndex = 1 + Me.txterror.TabStop = False + ' + 'Timer1 + ' + Me.Timer1.Interval = 300 + ' + 'frmError + ' + Me.AcceptButton = Me.OK_Button + Me.AutoScaleDimensions = New System.Drawing.SizeF(12.0!, 23.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(495, 203) + Me.ControlBox = False + Me.Controls.Add(Me.txterror) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.OK_Button) + Me.Font = New System.Drawing.Font("Verdana", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog + Me.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5) + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmError" + Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Fehlermeldung:" + Me.TopMost = True + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents OK_Button As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents txterror As System.Windows.Forms.TextBox + Friend WithEvents Timer1 As System.Windows.Forms.Timer + +End Class diff --git a/DD_PM_WINDREAM/frmError.resx b/DD_PM_WINDREAM/frmError.resx new file mode 100644 index 0000000..d0d99f4 --- /dev/null +++ b/DD_PM_WINDREAM/frmError.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmError.vb b/DD_PM_WINDREAM/frmError.vb new file mode 100644 index 0000000..9ede055 --- /dev/null +++ b/DD_PM_WINDREAM/frmError.vb @@ -0,0 +1,24 @@ +Imports System.Windows.Forms + +Public Class frmError + + Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click + Me.Close() + End Sub + + Private Sub frmError_Load(sender As Object, e As System.EventArgs) Handles Me.Load + Me.txterror.Text = My.Settings.errormessage + Me.Label1.Focus() + Me.Timer1.Start() + End Sub + + Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick + If Me.OK_Button.Focused Then + Me.Label1.Focus() + End If + End Sub + + Private Sub frmError_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown + Me.Label1.Focus() + End Sub +End Class diff --git a/DD_PM_WINDREAM/frmFormDesigner.Designer.vb b/DD_PM_WINDREAM/frmFormDesigner.Designer.vb new file mode 100644 index 0000000..acd382e --- /dev/null +++ b/DD_PM_WINDREAM/frmFormDesigner.Designer.vb @@ -0,0 +1,1061 @@ + _ +Partial Class frmFormDesigner + 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 X_LOCLabel As System.Windows.Forms.Label + Dim Y_LOCLabel As System.Windows.Forms.Label + Dim CHANGED_WHOLabel As System.Windows.Forms.Label + Dim CHANGED_WHENLabel As System.Windows.Forms.Label + Dim HEIGHTLabel As System.Windows.Forms.Label + Dim WIDTHLabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFormDesigner)) + Me.Panel1 = New System.Windows.Forms.Panel() + Me.lblDesign = New System.Windows.Forms.Label() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.btnTabelle = New System.Windows.Forms.Button() + Me.btnCheckbox = New System.Windows.Forms.Button() + Me.btnVektor = New System.Windows.Forms.Button() + Me.btndtp = New System.Windows.Forms.Button() + Me.btncmb = New System.Windows.Forms.Button() + Me.btntextbox = New System.Windows.Forms.Button() + Me.btnlabel = New System.Windows.Forms.Button() + Me.pnldesigner = New System.Windows.Forms.Panel() + Me.Label1 = New System.Windows.Forms.Label() + Me.lblhintergrund = New System.Windows.Forms.Label() + Me.gbx_CTRL = New System.Windows.Forms.GroupBox() + Me.TabControlEigenschaften = New System.Windows.Forms.TabControl() + Me.TabPage1 = New System.Windows.Forms.TabPage() + Me.LOAD_IDX_VALUECheckBox = New System.Windows.Forms.CheckBox() + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.READ_ONLYCheckBox = New System.Windows.Forms.CheckBox() + Me.INDEX_NAME_VALUE = New System.Windows.Forms.TextBox() + Me.rbVektor = New System.Windows.Forms.RadioButton() + Me.rbIndex = New System.Windows.Forms.RadioButton() + Me.lblCtrlName = New System.Windows.Forms.Label() + Me.CHOICE_LISTTextBox = New System.Windows.Forms.TextBox() + Me.lblBeschriftung = New System.Windows.Forms.Label() + Me.VALIDATIONCheckBox = New System.Windows.Forms.CheckBox() + Me.lblIndex = New System.Windows.Forms.Label() + Me.CTRL_TEXTTextBox = New System.Windows.Forms.TextBox() + Me.cmbIndex = New System.Windows.Forms.ComboBox() + Me.NAMETextBox = New System.Windows.Forms.TextBox() + Me.CheckBoxAuswahlliste = New System.Windows.Forms.CheckBox() + Me.lblAuswahlliste = New System.Windows.Forms.Label() + Me.INDEX_NAMETextBox = New System.Windows.Forms.TextBox() + Me.TabPage2 = New System.Windows.Forms.TabPage() + Me.btnheight_minus = New System.Windows.Forms.Button() + Me.btnheight_plus = New System.Windows.Forms.Button() + Me.Label3 = New System.Windows.Forms.Label() + Me.btnwidth_minus = New System.Windows.Forms.Button() + Me.btnwidth_plus = New System.Windows.Forms.Button() + Me.Label2 = New System.Windows.Forms.Label() + Me.TabPage3 = New System.Windows.Forms.TabPage() + Me.pnlAuswahlliste = New System.Windows.Forms.Panel() + Me.btnShowConnections = New System.Windows.Forms.Button() + Me.SQL_UEBERPRUEFUNGTextBox = New System.Windows.Forms.TextBox() + Me.btnTestSQL = New System.Windows.Forms.Button() + Me.Label5 = New System.Windows.Forms.Label() + Me.Label4 = New System.Windows.Forms.Label() + Me.cmbConnection = New System.Windows.Forms.ComboBox() + Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.btndelete = New System.Windows.Forms.Button() + Me.btnsave = New System.Windows.Forms.Button() + Me.X_LOCTextBox = New System.Windows.Forms.TextBox() + Me.Y_LOCTextBox = New System.Windows.Forms.TextBox() + Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() + Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel() + Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() + Me.HEIGHTTextBox = New System.Windows.Forms.TextBox() + Me.WIDTHTextBox = New System.Windows.Forms.TextBox() + Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter() + Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter() + Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_CONTROL_TABLETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter() + Me.btnrefresh = New System.Windows.Forms.Button() + X_LOCLabel = New System.Windows.Forms.Label() + Y_LOCLabel = New System.Windows.Forms.Label() + CHANGED_WHOLabel = New System.Windows.Forms.Label() + CHANGED_WHENLabel = New System.Windows.Forms.Label() + HEIGHTLabel = New System.Windows.Forms.Label() + WIDTHLabel = New System.Windows.Forms.Label() + Me.Panel1.SuspendLayout() + Me.GroupBox1.SuspendLayout() + Me.pnldesigner.SuspendLayout() + Me.gbx_CTRL.SuspendLayout() + Me.TabControlEigenschaften.SuspendLayout() + Me.TabPage1.SuspendLayout() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage2.SuspendLayout() + Me.TabPage3.SuspendLayout() + Me.pnlAuswahlliste.SuspendLayout() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip1.SuspendLayout() + CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'X_LOCLabel + ' + X_LOCLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + X_LOCLabel.AutoSize = True + X_LOCLabel.Location = New System.Drawing.Point(12, 397) + X_LOCLabel.Name = "X_LOCLabel" + X_LOCLabel.Size = New System.Drawing.Size(72, 16) + X_LOCLabel.TabIndex = 14 + X_LOCLabel.Text = "Location X:" + ' + 'Y_LOCLabel + ' + Y_LOCLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Y_LOCLabel.AutoSize = True + Y_LOCLabel.Location = New System.Drawing.Point(134, 397) + Y_LOCLabel.Name = "Y_LOCLabel" + Y_LOCLabel.Size = New System.Drawing.Size(71, 16) + Y_LOCLabel.TabIndex = 16 + Y_LOCLabel.Text = "Location Y:" + ' + 'CHANGED_WHOLabel + ' + CHANGED_WHOLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + CHANGED_WHOLabel.AutoSize = True + CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 449) + CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" + CHANGED_WHOLabel.Size = New System.Drawing.Size(91, 16) + CHANGED_WHOLabel.TabIndex = 18 + CHANGED_WHOLabel.Text = "Changed who:" + ' + 'CHANGED_WHENLabel + ' + CHANGED_WHENLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + CHANGED_WHENLabel.AutoSize = True + CHANGED_WHENLabel.Location = New System.Drawing.Point(250, 449) + CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" + CHANGED_WHENLabel.Size = New System.Drawing.Size(98, 16) + CHANGED_WHENLabel.TabIndex = 20 + CHANGED_WHENLabel.Text = "Changed when:" + ' + 'HEIGHTLabel + ' + HEIGHTLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + HEIGHTLabel.AutoSize = True + HEIGHTLabel.Location = New System.Drawing.Point(250, 397) + HEIGHTLabel.Name = "HEIGHTLabel" + HEIGHTLabel.Size = New System.Drawing.Size(49, 16) + HEIGHTLabel.TabIndex = 21 + HEIGHTLabel.Text = "Height:" + ' + 'WIDTHLabel + ' + WIDTHLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + WIDTHLabel.AutoSize = True + WIDTHLabel.Location = New System.Drawing.Point(328, 397) + WIDTHLabel.Name = "WIDTHLabel" + WIDTHLabel.Size = New System.Drawing.Size(46, 16) + WIDTHLabel.TabIndex = 22 + WIDTHLabel.Text = "Width:" + ' + 'Panel1 + ' + Me.Panel1.Controls.Add(Me.lblDesign) + Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top + Me.Panel1.Location = New System.Drawing.Point(0, 0) + Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(987, 34) + Me.Panel1.TabIndex = 1 + ' + 'lblDesign + ' + Me.lblDesign.AutoSize = True + Me.lblDesign.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblDesign.Location = New System.Drawing.Point(12, 9) + Me.lblDesign.Name = "lblDesign" + Me.lblDesign.Size = New System.Drawing.Size(50, 16) + Me.lblDesign.TabIndex = 0 + Me.lblDesign.Text = "Label2" + ' + 'GroupBox1 + ' + Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.GroupBox1.Controls.Add(Me.btnTabelle) + Me.GroupBox1.Controls.Add(Me.btnCheckbox) + Me.GroupBox1.Controls.Add(Me.btnVektor) + Me.GroupBox1.Controls.Add(Me.btndtp) + Me.GroupBox1.Controls.Add(Me.btncmb) + Me.GroupBox1.Controls.Add(Me.btntextbox) + Me.GroupBox1.Controls.Add(Me.btnlabel) + Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupBox1.Location = New System.Drawing.Point(507, 70) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(468, 129) + Me.GroupBox1.TabIndex = 2 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Control-Typ (Drag and Drop)" + ' + 'btnTabelle + ' + Me.btnTabelle.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnTabelle.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.table_add + Me.btnTabelle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnTabelle.Location = New System.Drawing.Point(290, 55) + Me.btnTabelle.Name = "btnTabelle" + Me.btnTabelle.Size = New System.Drawing.Size(103, 29) + Me.btnTabelle.TabIndex = 6 + Me.btnTabelle.Text = "Tabelle" + Me.btnTabelle.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnTabelle.UseVisualStyleBackColor = True + ' + 'btnCheckbox + ' + Me.btnCheckbox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnCheckbox.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.checkbox_16xLG + Me.btnCheckbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnCheckbox.Location = New System.Drawing.Point(151, 90) + Me.btnCheckbox.Name = "btnCheckbox" + Me.btnCheckbox.Size = New System.Drawing.Size(133, 31) + Me.btnCheckbox.TabIndex = 5 + Me.btnCheckbox.Text = "Checkbox" + Me.btnCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnCheckbox.UseVisualStyleBackColor = True + ' + 'btnVektor + ' + Me.btnVektor.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnVektor.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.table_add + Me.btnVektor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnVektor.Location = New System.Drawing.Point(151, 55) + Me.btnVektor.Name = "btnVektor" + Me.btnVektor.Size = New System.Drawing.Size(133, 29) + Me.btnVektor.TabIndex = 4 + Me.btnVektor.Text = "Mehrfach-/Vektorfeld" + Me.btnVektor.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnVektor.UseVisualStyleBackColor = True + ' + 'btndtp + ' + Me.btndtp.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btndtp.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.DateOrTimePicker_675 + Me.btndtp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btndtp.Location = New System.Drawing.Point(151, 22) + Me.btndtp.Name = "btndtp" + Me.btndtp.Size = New System.Drawing.Size(133, 27) + Me.btndtp.TabIndex = 3 + Me.btndtp.Text = "DatePicker" + Me.btndtp.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btndtp.UseVisualStyleBackColor = True + ' + 'btncmb + ' + Me.btncmb.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btncmb.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.ComboBox_16xLG + Me.btncmb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btncmb.Location = New System.Drawing.Point(12, 90) + Me.btncmb.Name = "btncmb" + Me.btncmb.Size = New System.Drawing.Size(133, 31) + Me.btncmb.TabIndex = 2 + Me.btncmb.Text = "Combobox" + Me.btncmb.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btncmb.UseVisualStyleBackColor = True + ' + 'btntextbox + ' + Me.btntextbox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btntextbox.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.TextBox_708 + Me.btntextbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btntextbox.Location = New System.Drawing.Point(13, 55) + Me.btntextbox.Name = "btntextbox" + Me.btntextbox.Size = New System.Drawing.Size(133, 29) + Me.btntextbox.TabIndex = 1 + Me.btntextbox.Text = "Textbox" + Me.btntextbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btntextbox.UseVisualStyleBackColor = True + ' + 'btnlabel + ' + Me.btnlabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnlabel.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Label_684 + Me.btnlabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnlabel.Location = New System.Drawing.Point(12, 22) + Me.btnlabel.Name = "btnlabel" + Me.btnlabel.Size = New System.Drawing.Size(133, 27) + Me.btnlabel.TabIndex = 0 + Me.btnlabel.Text = "Label" + Me.btnlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnlabel.UseVisualStyleBackColor = True + ' + 'pnldesigner + ' + Me.pnldesigner.AllowDrop = True + Me.pnldesigner.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.pnldesigner.BackColor = System.Drawing.Color.Transparent + Me.pnldesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.pnldesigner.Controls.Add(Me.Label1) + Me.pnldesigner.Controls.Add(Me.lblhintergrund) + Me.pnldesigner.Location = New System.Drawing.Point(15, 72) + Me.pnldesigner.Name = "pnldesigner" + Me.pnldesigner.Size = New System.Drawing.Size(481, 322) + Me.pnldesigner.TabIndex = 3 + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.ForeColor = System.Drawing.SystemColors.InactiveCaption + Me.Label1.Location = New System.Drawing.Point(91, 150) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(347, 16) + Me.Label1.TabIndex = 6 + Me.Label1.Text = "Gestalten sie in diesem Bereich Ihre Validierungsoberfläche" + ' + 'lblhintergrund + ' + Me.lblhintergrund.AutoSize = True + Me.lblhintergrund.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblhintergrund.ForeColor = System.Drawing.SystemColors.InactiveCaption + Me.lblhintergrund.Location = New System.Drawing.Point(89, 111) + Me.lblhintergrund.Name = "lblhintergrund" + Me.lblhintergrund.Size = New System.Drawing.Size(248, 29) + Me.lblhintergrund.TabIndex = 1 + Me.lblhintergrund.Text = "Validierungsbereich" + ' + 'gbx_CTRL + ' + Me.gbx_CTRL.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.gbx_CTRL.Controls.Add(Me.TabControlEigenschaften) + Me.gbx_CTRL.Controls.Add(Me.btndelete) + Me.gbx_CTRL.Controls.Add(Me.btnsave) + Me.gbx_CTRL.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.gbx_CTRL.Location = New System.Drawing.Point(507, 205) + Me.gbx_CTRL.Name = "gbx_CTRL" + Me.gbx_CTRL.Size = New System.Drawing.Size(468, 317) + Me.gbx_CTRL.TabIndex = 4 + Me.gbx_CTRL.TabStop = False + Me.gbx_CTRL.Text = "Controleigenschaften:" + Me.gbx_CTRL.Visible = False + ' + 'TabControlEigenschaften + ' + Me.TabControlEigenschaften.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.TabControlEigenschaften.Controls.Add(Me.TabPage1) + Me.TabControlEigenschaften.Controls.Add(Me.TabPage2) + Me.TabControlEigenschaften.Controls.Add(Me.TabPage3) + Me.TabControlEigenschaften.Location = New System.Drawing.Point(12, 22) + Me.TabControlEigenschaften.Name = "TabControlEigenschaften" + Me.TabControlEigenschaften.SelectedIndex = 0 + Me.TabControlEigenschaften.Size = New System.Drawing.Size(447, 248) + Me.TabControlEigenschaften.TabIndex = 22 + ' + 'TabPage1 + ' + Me.TabPage1.AutoScroll = True + Me.TabPage1.BackColor = System.Drawing.Color.White + Me.TabPage1.Controls.Add(Me.LOAD_IDX_VALUECheckBox) + Me.TabPage1.Controls.Add(Me.READ_ONLYCheckBox) + Me.TabPage1.Controls.Add(Me.INDEX_NAME_VALUE) + Me.TabPage1.Controls.Add(Me.rbVektor) + Me.TabPage1.Controls.Add(Me.rbIndex) + Me.TabPage1.Controls.Add(Me.lblCtrlName) + Me.TabPage1.Controls.Add(Me.CHOICE_LISTTextBox) + Me.TabPage1.Controls.Add(Me.lblBeschriftung) + Me.TabPage1.Controls.Add(Me.VALIDATIONCheckBox) + Me.TabPage1.Controls.Add(Me.lblIndex) + Me.TabPage1.Controls.Add(Me.CTRL_TEXTTextBox) + Me.TabPage1.Controls.Add(Me.cmbIndex) + Me.TabPage1.Controls.Add(Me.NAMETextBox) + Me.TabPage1.Controls.Add(Me.CheckBoxAuswahlliste) + Me.TabPage1.Controls.Add(Me.lblAuswahlliste) + Me.TabPage1.Controls.Add(Me.INDEX_NAMETextBox) + Me.TabPage1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TabPage1.Location = New System.Drawing.Point(4, 25) + Me.TabPage1.Name = "TabPage1" + Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage1.Size = New System.Drawing.Size(439, 219) + Me.TabPage1.TabIndex = 0 + Me.TabPage1.Text = "Allgemein" + ' + 'LOAD_IDX_VALUECheckBox + ' + Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "LOAD_IDX_VALUE", True)) + Me.LOAD_IDX_VALUECheckBox.Location = New System.Drawing.Point(6, 185) + Me.LOAD_IDX_VALUECheckBox.Name = "LOAD_IDX_VALUECheckBox" + Me.LOAD_IDX_VALUECheckBox.Size = New System.Drawing.Size(121, 24) + Me.LOAD_IDX_VALUECheckBox.TabIndex = 19 + Me.LOAD_IDX_VALUECheckBox.Text = "Lade Indexdaten" + Me.ToolTip1.SetToolTip(Me.LOAD_IDX_VALUECheckBox, "Die im zugrundeliegenden Index gepeicherten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Daten werden nicht angezeigt") + Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = True + ' + 'TBPM_PROFILE_CONTROLSBindingSource + ' + Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS" + Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'READ_ONLYCheckBox + ' + Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "READ_ONLY", True)) + Me.READ_ONLYCheckBox.Location = New System.Drawing.Point(6, 164) + Me.READ_ONLYCheckBox.Name = "READ_ONLYCheckBox" + Me.READ_ONLYCheckBox.Size = New System.Drawing.Size(86, 24) + Me.READ_ONLYCheckBox.TabIndex = 18 + Me.READ_ONLYCheckBox.Text = "Read Only" + Me.ToolTip1.SetToolTip(Me.READ_ONLYCheckBox, "lässt keine Änderungen am Index zu") + Me.READ_ONLYCheckBox.UseVisualStyleBackColor = True + ' + 'INDEX_NAME_VALUE + ' + Me.INDEX_NAME_VALUE.BackColor = System.Drawing.Color.White + Me.INDEX_NAME_VALUE.BorderStyle = System.Windows.Forms.BorderStyle.None + Me.INDEX_NAME_VALUE.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "INDEX_NAME", True)) + Me.INDEX_NAME_VALUE.ForeColor = System.Drawing.Color.White + Me.INDEX_NAME_VALUE.Location = New System.Drawing.Point(334, 142) + Me.INDEX_NAME_VALUE.Name = "INDEX_NAME_VALUE" + Me.INDEX_NAME_VALUE.ReadOnly = True + Me.INDEX_NAME_VALUE.Size = New System.Drawing.Size(51, 16) + Me.INDEX_NAME_VALUE.TabIndex = 17 + Me.INDEX_NAME_VALUE.TabStop = False + ' + 'rbVektor + ' + Me.rbVektor.AutoSize = True + Me.rbVektor.Location = New System.Drawing.Point(174, 52) + Me.rbVektor.Name = "rbVektor" + Me.rbVektor.Size = New System.Drawing.Size(225, 20) + Me.rbVektor.TabIndex = 15 + Me.rbVektor.TabStop = True + Me.rbVektor.Text = "Benutze Vektor-Feld für Metadaten" + Me.rbVektor.UseVisualStyleBackColor = True + Me.rbVektor.Visible = False + ' + 'rbIndex + ' + Me.rbIndex.AutoSize = True + Me.rbIndex.Location = New System.Drawing.Point(9, 52) + Me.rbIndex.Name = "rbIndex" + Me.rbIndex.Size = New System.Drawing.Size(159, 20) + Me.rbIndex.TabIndex = 14 + Me.rbIndex.TabStop = True + Me.rbIndex.Text = "Beschreibe Index direkt" + Me.rbIndex.UseVisualStyleBackColor = True + Me.rbIndex.Visible = False + ' + 'lblCtrlName + ' + Me.lblCtrlName.AutoSize = True + Me.lblCtrlName.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblCtrlName.Location = New System.Drawing.Point(6, 3) + Me.lblCtrlName.Name = "lblCtrlName" + Me.lblCtrlName.Size = New System.Drawing.Size(46, 16) + Me.lblCtrlName.TabIndex = 0 + Me.lblCtrlName.Text = "Name:" + ' + 'CHOICE_LISTTextBox + ' + Me.CHOICE_LISTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHOICE_LIST", True)) + Me.CHOICE_LISTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CHOICE_LISTTextBox.Location = New System.Drawing.Point(174, 185) + Me.CHOICE_LISTTextBox.Name = "CHOICE_LISTTextBox" + Me.CHOICE_LISTTextBox.Size = New System.Drawing.Size(178, 23) + Me.CHOICE_LISTTextBox.TabIndex = 13 + ' + 'lblBeschriftung + ' + Me.lblBeschriftung.AutoSize = True + Me.lblBeschriftung.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblBeschriftung.Location = New System.Drawing.Point(132, 4) + Me.lblBeschriftung.Name = "lblBeschriftung" + Me.lblBeschriftung.Size = New System.Drawing.Size(83, 16) + Me.lblBeschriftung.TabIndex = 2 + Me.lblBeschriftung.Text = "Beschriftung:" + Me.lblBeschriftung.Visible = False + ' + 'VALIDATIONCheckBox + ' + Me.VALIDATIONCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "VALIDATION", True)) + Me.VALIDATIONCheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.VALIDATIONCheckBox.Location = New System.Drawing.Point(6, 143) + Me.VALIDATIONCheckBox.Name = "VALIDATIONCheckBox" + Me.VALIDATIONCheckBox.Size = New System.Drawing.Size(144, 24) + Me.VALIDATIONCheckBox.TabIndex = 12 + Me.VALIDATIONCheckBox.Text = "Eingabe zwingend" + Me.VALIDATIONCheckBox.UseVisualStyleBackColor = True + ' + 'lblIndex + ' + Me.lblIndex.AutoSize = True + Me.lblIndex.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblIndex.Location = New System.Drawing.Point(3, 84) + Me.lblIndex.Name = "lblIndex" + Me.lblIndex.Size = New System.Drawing.Size(124, 16) + Me.lblIndex.TabIndex = 4 + Me.lblIndex.Text = "zugeordneter Index:" + Me.lblIndex.Visible = False + ' + 'CTRL_TEXTTextBox + ' + Me.CTRL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CTRL_TEXT", True)) + Me.CTRL_TEXTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CTRL_TEXTTextBox.Location = New System.Drawing.Point(135, 23) + Me.CTRL_TEXTTextBox.Multiline = True + Me.CTRL_TEXTTextBox.Name = "CTRL_TEXTTextBox" + Me.CTRL_TEXTTextBox.Size = New System.Drawing.Size(298, 23) + Me.CTRL_TEXTTextBox.TabIndex = 11 + ' + 'cmbIndex + ' + Me.cmbIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "INDEX_NAME", True)) + Me.cmbIndex.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbIndex.FormattingEnabled = True + Me.cmbIndex.Location = New System.Drawing.Point(9, 103) + Me.cmbIndex.Name = "cmbIndex" + Me.cmbIndex.Size = New System.Drawing.Size(178, 24) + Me.cmbIndex.TabIndex = 5 + Me.cmbIndex.Visible = False + ' + 'NAMETextBox + ' + Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "NAME", True)) + Me.NAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.NAMETextBox.Location = New System.Drawing.Point(9, 23) + Me.NAMETextBox.Name = "NAMETextBox" + Me.NAMETextBox.Size = New System.Drawing.Size(121, 23) + Me.NAMETextBox.TabIndex = 10 + ' + 'CheckBoxAuswahlliste + ' + Me.CheckBoxAuswahlliste.AutoSize = True + Me.CheckBoxAuswahlliste.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CheckBoxAuswahlliste.Location = New System.Drawing.Point(174, 145) + Me.CheckBoxAuswahlliste.Name = "CheckBoxAuswahlliste" + Me.CheckBoxAuswahlliste.Size = New System.Drawing.Size(98, 20) + Me.CheckBoxAuswahlliste.TabIndex = 6 + Me.CheckBoxAuswahlliste.Text = "Auswahlliste" + Me.CheckBoxAuswahlliste.UseVisualStyleBackColor = True + Me.CheckBoxAuswahlliste.Visible = False + ' + 'lblAuswahlliste + ' + Me.lblAuswahlliste.AutoSize = True + Me.lblAuswahlliste.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblAuswahlliste.Location = New System.Drawing.Point(171, 167) + Me.lblAuswahlliste.Name = "lblAuswahlliste" + Me.lblAuswahlliste.Size = New System.Drawing.Size(186, 16) + Me.lblAuswahlliste.TabIndex = 7 + Me.lblAuswahlliste.Text = "Auswahllistennamen eingeben:" + Me.lblAuswahlliste.Visible = False + ' + 'INDEX_NAMETextBox + ' + Me.INDEX_NAMETextBox.Location = New System.Drawing.Point(9, 104) + Me.INDEX_NAMETextBox.Name = "INDEX_NAMETextBox" + Me.INDEX_NAMETextBox.Size = New System.Drawing.Size(319, 23) + Me.INDEX_NAMETextBox.TabIndex = 16 + Me.INDEX_NAMETextBox.Visible = False + ' + 'TabPage2 + ' + Me.TabPage2.Controls.Add(Me.btnheight_minus) + Me.TabPage2.Controls.Add(Me.btnheight_plus) + Me.TabPage2.Controls.Add(Me.Label3) + Me.TabPage2.Controls.Add(Me.btnwidth_minus) + Me.TabPage2.Controls.Add(Me.btnwidth_plus) + Me.TabPage2.Controls.Add(Me.Label2) + Me.TabPage2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TabPage2.Location = New System.Drawing.Point(4, 25) + Me.TabPage2.Name = "TabPage2" + Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage2.Size = New System.Drawing.Size(439, 219) + Me.TabPage2.TabIndex = 1 + Me.TabPage2.Text = "Format" + Me.TabPage2.UseVisualStyleBackColor = True + ' + 'btnheight_minus + ' + Me.btnheight_minus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnheight_minus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_out + Me.btnheight_minus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnheight_minus.Location = New System.Drawing.Point(94, 69) + Me.btnheight_minus.Name = "btnheight_minus" + Me.btnheight_minus.Size = New System.Drawing.Size(75, 25) + Me.btnheight_minus.TabIndex = 1 + Me.btnheight_minus.Text = "kleiner" + Me.btnheight_minus.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnheight_minus.UseVisualStyleBackColor = True + ' + 'btnheight_plus + ' + Me.btnheight_plus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnheight_plus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_in + Me.btnheight_plus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnheight_plus.Location = New System.Drawing.Point(13, 69) + Me.btnheight_plus.Name = "btnheight_plus" + Me.btnheight_plus.Size = New System.Drawing.Size(75, 25) + Me.btnheight_plus.TabIndex = 0 + Me.btnheight_plus.Text = "größer" + Me.btnheight_plus.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnheight_plus.UseVisualStyleBackColor = True + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(10, 50) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(42, 16) + Me.Label3.TabIndex = 5 + Me.Label3.Text = "Höhe:" + ' + 'btnwidth_minus + ' + Me.btnwidth_minus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnwidth_minus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_out + Me.btnwidth_minus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnwidth_minus.Location = New System.Drawing.Point(94, 22) + Me.btnwidth_minus.Name = "btnwidth_minus" + Me.btnwidth_minus.Size = New System.Drawing.Size(75, 25) + Me.btnwidth_minus.TabIndex = 1 + Me.btnwidth_minus.Text = "kleiner" + Me.btnwidth_minus.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnwidth_minus.UseVisualStyleBackColor = True + ' + 'btnwidth_plus + ' + Me.btnwidth_plus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnwidth_plus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_in + Me.btnwidth_plus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnwidth_plus.Location = New System.Drawing.Point(13, 22) + Me.btnwidth_plus.Name = "btnwidth_plus" + Me.btnwidth_plus.Size = New System.Drawing.Size(75, 25) + Me.btnwidth_plus.TabIndex = 0 + Me.btnwidth_plus.Text = "größer" + Me.btnwidth_plus.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnwidth_plus.UseVisualStyleBackColor = True + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(10, 3) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(46, 16) + Me.Label2.TabIndex = 4 + Me.Label2.Text = "Breite:" + ' + 'TabPage3 + ' + Me.TabPage3.Controls.Add(Me.pnlAuswahlliste) + Me.TabPage3.Location = New System.Drawing.Point(4, 25) + Me.TabPage3.Name = "TabPage3" + Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage3.Size = New System.Drawing.Size(439, 219) + Me.TabPage3.TabIndex = 2 + Me.TabPage3.Text = "SQL-Liste" + Me.TabPage3.UseVisualStyleBackColor = True + ' + 'pnlAuswahlliste + ' + Me.pnlAuswahlliste.AutoScroll = True + Me.pnlAuswahlliste.Controls.Add(Me.btnShowConnections) + Me.pnlAuswahlliste.Controls.Add(Me.SQL_UEBERPRUEFUNGTextBox) + Me.pnlAuswahlliste.Controls.Add(Me.btnTestSQL) + Me.pnlAuswahlliste.Controls.Add(Me.Label5) + Me.pnlAuswahlliste.Controls.Add(Me.Label4) + Me.pnlAuswahlliste.Controls.Add(Me.cmbConnection) + Me.pnlAuswahlliste.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlAuswahlliste.Location = New System.Drawing.Point(3, 3) + Me.pnlAuswahlliste.Name = "pnlAuswahlliste" + Me.pnlAuswahlliste.Size = New System.Drawing.Size(433, 213) + Me.pnlAuswahlliste.TabIndex = 2 + ' + 'btnShowConnections + ' + Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnShowConnections.Location = New System.Drawing.Point(271, 30) + Me.btnShowConnections.Name = "btnShowConnections" + Me.btnShowConnections.Size = New System.Drawing.Size(111, 24) + Me.btnShowConnections.TabIndex = 6 + Me.btnShowConnections.Text = "Connections" + Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnShowConnections.UseVisualStyleBackColor = True + ' + 'SQL_UEBERPRUEFUNGTextBox + ' + Me.SQL_UEBERPRUEFUNGTextBox.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.SQL_UEBERPRUEFUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "SQL_UEBERPRUEFUNG", True)) + Me.SQL_UEBERPRUEFUNGTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.SQL_UEBERPRUEFUNGTextBox.Location = New System.Drawing.Point(5, 76) + Me.SQL_UEBERPRUEFUNGTextBox.Multiline = True + Me.SQL_UEBERPRUEFUNGTextBox.Name = "SQL_UEBERPRUEFUNGTextBox" + Me.SQL_UEBERPRUEFUNGTextBox.Size = New System.Drawing.Size(425, 100) + Me.SQL_UEBERPRUEFUNGTextBox.TabIndex = 5 + ' + 'btnTestSQL + ' + Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.btnTestSQL.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnTestSQL.Location = New System.Drawing.Point(6, 182) + Me.btnTestSQL.Name = "btnTestSQL" + Me.btnTestSQL.Size = New System.Drawing.Size(166, 28) + Me.btnTestSQL.TabIndex = 4 + Me.btnTestSQL.Text = "Teste SQL" + Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnTestSQL.UseVisualStyleBackColor = True + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label5.Location = New System.Drawing.Point(3, 57) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(76, 16) + Me.Label5.TabIndex = 2 + Me.Label5.Text = "SQL-Befehl:" + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label4.Location = New System.Drawing.Point(3, 11) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(76, 16) + Me.Label4.TabIndex = 1 + Me.Label4.Text = "Connection:" + ' + 'cmbConnection + ' + Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_CONTROLSBindingSource, "CONNECTION_ID", True)) + Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.cmbConnection.DisplayMember = "BEZEICHNUNG" + Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbConnection.FormattingEnabled = True + Me.cmbConnection.Location = New System.Drawing.Point(5, 30) + Me.cmbConnection.Name = "cmbConnection" + Me.cmbConnection.Size = New System.Drawing.Size(260, 24) + Me.cmbConnection.TabIndex = 0 + Me.cmbConnection.ValueMember = "GUID" + ' + 'TBPM_CONNECTIONBindingSource + ' + Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" + Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'btndelete + ' + Me.btndelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.btndelete.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btndelete.Location = New System.Drawing.Point(13, 280) + Me.btndelete.Name = "btndelete" + Me.btndelete.Size = New System.Drawing.Size(178, 23) + Me.btndelete.TabIndex = 1 + Me.btndelete.Text = "Control löschen" + Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btndelete.UseVisualStyleBackColor = True + ' + 'btnsave + ' + Me.btnsave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnsave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save + Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnsave.Location = New System.Drawing.Point(271, 279) + Me.btnsave.Name = "btnsave" + Me.btnsave.Size = New System.Drawing.Size(188, 24) + Me.btnsave.TabIndex = 5 + Me.btnsave.Text = "Änderungen Speichern" + Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnsave.UseVisualStyleBackColor = True + Me.btnsave.Visible = False + ' + 'X_LOCTextBox + ' + Me.X_LOCTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.X_LOCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "X_LOC", True)) + Me.X_LOCTextBox.Location = New System.Drawing.Point(15, 416) + Me.X_LOCTextBox.Name = "X_LOCTextBox" + Me.X_LOCTextBox.ReadOnly = True + Me.X_LOCTextBox.Size = New System.Drawing.Size(100, 23) + Me.X_LOCTextBox.TabIndex = 15 + ' + 'Y_LOCTextBox + ' + Me.Y_LOCTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.Y_LOCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "Y_LOC", True)) + Me.Y_LOCTextBox.Location = New System.Drawing.Point(137, 416) + Me.Y_LOCTextBox.Name = "Y_LOCTextBox" + Me.Y_LOCTextBox.ReadOnly = True + Me.Y_LOCTextBox.Size = New System.Drawing.Size(100, 23) + Me.Y_LOCTextBox.TabIndex = 17 + ' + 'CHANGED_WHOTextBox + ' + Me.CHANGED_WHOTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHANGED_WHO", True)) + Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 468) + Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" + Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(222, 23) + Me.CHANGED_WHOTextBox.TabIndex = 19 + ' + 'TBPM_PROFILE_CONTROLSTableAdapter + ' + Me.TBPM_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Me.TBPM_PROFILE_CONTROLSTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 541) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(987, 22) + Me.StatusStrip1.TabIndex = 20 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tslblAenderungen + ' + Me.tslblAenderungen.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_red + Me.tslblAenderungen.Name = "tslblAenderungen" + Me.tslblAenderungen.Size = New System.Drawing.Size(153, 17) + Me.tslblAenderungen.Text = "Änderungen gespeichert" + Me.tslblAenderungen.Visible = False + ' + 'CHANGED_WHENTextBox + ' + Me.CHANGED_WHENTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHANGED_WHEN", True)) + Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(253, 468) + Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" + Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 23) + Me.CHANGED_WHENTextBox.TabIndex = 21 + ' + 'HEIGHTTextBox + ' + Me.HEIGHTTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.HEIGHTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "HEIGHT", True)) + Me.HEIGHTTextBox.Location = New System.Drawing.Point(253, 416) + Me.HEIGHTTextBox.Name = "HEIGHTTextBox" + Me.HEIGHTTextBox.ReadOnly = True + Me.HEIGHTTextBox.Size = New System.Drawing.Size(71, 23) + Me.HEIGHTTextBox.TabIndex = 22 + ' + 'WIDTHTextBox + ' + Me.WIDTHTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.WIDTHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "WIDTH", True)) + Me.WIDTHTextBox.Location = New System.Drawing.Point(331, 416) + Me.WIDTHTextBox.Name = "WIDTHTextBox" + Me.WIDTHTextBox.ReadOnly = True + Me.WIDTHTextBox.Size = New System.Drawing.Size(81, 23) + Me.WIDTHTextBox.TabIndex = 23 + ' + 'TBPM_CONNECTIONTableAdapter + ' + Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + ' + 'TBWH_CHECK_PROFILE_CONTROLSBindingSource + ' + Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource.DataMember = "TBWH_CHECK_PROFILE_CONTROLS" + Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBWH_CHECK_PROFILE_CONTROLSTableAdapter + ' + Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True + ' + 'TBPM_CONTROL_TABLEBindingSource + ' + Me.TBPM_CONTROL_TABLEBindingSource.DataMember = "TBPM_CONTROL_TABLE" + Me.TBPM_CONTROL_TABLEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_CONTROL_TABLETableAdapter + ' + Me.TBPM_CONTROL_TABLETableAdapter.ClearBeforeFill = True + ' + 'btnrefresh + ' + Me.btnrefresh.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.arrow_refresh + Me.btnrefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnrefresh.Location = New System.Drawing.Point(415, 41) + Me.btnrefresh.Name = "btnrefresh" + Me.btnrefresh.Size = New System.Drawing.Size(81, 23) + Me.btnrefresh.TabIndex = 24 + Me.btnrefresh.Text = "Refresh" + Me.btnrefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnrefresh.UseVisualStyleBackColor = True + ' + 'frmFormDesigner + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(987, 563) + Me.Controls.Add(Me.btnrefresh) + Me.Controls.Add(WIDTHLabel) + Me.Controls.Add(Me.WIDTHTextBox) + Me.Controls.Add(HEIGHTLabel) + Me.Controls.Add(Me.HEIGHTTextBox) + Me.Controls.Add(CHANGED_WHENLabel) + Me.Controls.Add(Me.CHANGED_WHENTextBox) + Me.Controls.Add(Me.StatusStrip1) + Me.Controls.Add(CHANGED_WHOLabel) + Me.Controls.Add(Me.CHANGED_WHOTextBox) + Me.Controls.Add(Y_LOCLabel) + Me.Controls.Add(Me.Y_LOCTextBox) + Me.Controls.Add(X_LOCLabel) + Me.Controls.Add(Me.X_LOCTextBox) + Me.Controls.Add(Me.gbx_CTRL) + Me.Controls.Add(Me.Panel1) + Me.Controls.Add(Me.GroupBox1) + Me.Controls.Add(Me.pnldesigner) + Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmFormDesigner" + Me.Text = "Validation-Designer" + Me.Panel1.ResumeLayout(False) + Me.Panel1.PerformLayout() + Me.GroupBox1.ResumeLayout(False) + Me.pnldesigner.ResumeLayout(False) + Me.pnldesigner.PerformLayout() + Me.gbx_CTRL.ResumeLayout(False) + Me.TabControlEigenschaften.ResumeLayout(False) + Me.TabPage1.ResumeLayout(False) + Me.TabPage1.PerformLayout() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage2.ResumeLayout(False) + Me.TabPage2.PerformLayout() + Me.TabPage3.ResumeLayout(False) + Me.pnlAuswahlliste.ResumeLayout(False) + Me.pnlAuswahlliste.PerformLayout() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents Panel1 As System.Windows.Forms.Panel + Friend WithEvents lblDesign As System.Windows.Forms.Label + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents btnlabel As System.Windows.Forms.Button + Friend WithEvents btntextbox As System.Windows.Forms.Button + Friend WithEvents pnldesigner As System.Windows.Forms.Panel + Friend WithEvents btndtp As System.Windows.Forms.Button + Friend WithEvents btncmb As System.Windows.Forms.Button + Friend WithEvents gbx_CTRL As System.Windows.Forms.GroupBox + Friend WithEvents lblBeschriftung As System.Windows.Forms.Label + Friend WithEvents lblCtrlName As System.Windows.Forms.Label + Friend WithEvents lblhintergrund As System.Windows.Forms.Label + Friend WithEvents lblIndex As System.Windows.Forms.Label + Friend WithEvents cmbIndex As System.Windows.Forms.ComboBox + Friend WithEvents btnsave As System.Windows.Forms.Button + Friend WithEvents lblAuswahlliste As System.Windows.Forms.Label + Friend WithEvents CheckBoxAuswahlliste As System.Windows.Forms.CheckBox + Friend WithEvents btndelete As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents CHOICE_LISTTextBox As System.Windows.Forms.TextBox + Friend WithEvents VALIDATIONCheckBox As System.Windows.Forms.CheckBox + Friend WithEvents CTRL_TEXTTextBox As System.Windows.Forms.TextBox + Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents X_LOCTextBox As System.Windows.Forms.TextBox + Friend WithEvents Y_LOCTextBox As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents tslblAenderungen As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox + Friend WithEvents TabControlEigenschaften As System.Windows.Forms.TabControl + Friend WithEvents TabPage1 As System.Windows.Forms.TabPage + Friend WithEvents TabPage2 As System.Windows.Forms.TabPage + Friend WithEvents btnwidth_minus As System.Windows.Forms.Button + Friend WithEvents btnwidth_plus As System.Windows.Forms.Button + Friend WithEvents btnheight_minus As System.Windows.Forms.Button + Friend WithEvents btnheight_plus As System.Windows.Forms.Button + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents HEIGHTTextBox As System.Windows.Forms.TextBox + Friend WithEvents WIDTHTextBox As System.Windows.Forms.TextBox + Friend WithEvents btnVektor As System.Windows.Forms.Button + Friend WithEvents TabPage3 As System.Windows.Forms.TabPage + Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter + Friend WithEvents pnlAuswahlliste As System.Windows.Forms.Panel + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents btnTestSQL As System.Windows.Forms.Button + Friend WithEvents SQL_UEBERPRUEFUNGTextBox As System.Windows.Forms.TextBox + Friend WithEvents btnCheckbox As System.Windows.Forms.Button + Friend WithEvents rbVektor As System.Windows.Forms.RadioButton + Friend WithEvents rbIndex As System.Windows.Forms.RadioButton + Friend WithEvents INDEX_NAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents INDEX_NAME_VALUE As System.Windows.Forms.TextBox + Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter + Friend WithEvents LOAD_IDX_VALUECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents READ_ONLYCheckBox As System.Windows.Forms.CheckBox + Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip + Friend WithEvents btnTabelle As System.Windows.Forms.Button + Friend WithEvents TBPM_CONTROL_TABLEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter + Friend WithEvents btnrefresh As System.Windows.Forms.Button + Friend WithEvents btnShowConnections As System.Windows.Forms.Button +End Class diff --git a/DD_PM_WINDREAM/frmFormDesigner.resx b/DD_PM_WINDREAM/frmFormDesigner.resx new file mode 100644 index 0000000..4681a7a --- /dev/null +++ b/DD_PM_WINDREAM/frmFormDesigner.resx @@ -0,0 +1,600 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + False + + + False + + + False + + + False + + + False + + + False + + + 179, 17 + + + 17, 17 + + + 898, 56 + + + 1021, 17 + + + 458, 17 + + + 731, 17 + + + 904, 17 + + + 17, 56 + + + 256, 56 + + + 580, 56 + + + 997, 56 + + + 17, 95 + + + 25 + + + + + AAABAAkAMDAQAAEABABoBgAAlgAAACAgEAABAAQA6AIAAP4GAAAQEBAAAQAEACgBAADmCQAALzAAAAEA + CACoDgAADgsAACAgAAABAAgAqAgAALYZAAAQEAAAAQAIAGgFAABeIgAALzAAAAEAIADoJAAAxicAACAg + AAABACAAqBAAAK5MAAAQEAAAAQAgAGgEAABWXQAAKAAAADAAAABgAAAAAQAEAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAIAAAACAgACAAAAAgACAAICAAADAwMAAgICAAAAA/wAA/wAAAP//AP8A + AAD/AP8A//8AAP///wAREREQAAAAAAAAAAAAAAAAAAAAAAERERERERGHd3d3d3d3d3d3d3d3d3d3CIAR + ERERERh/////////////////////cHgBEREREY//////////////////////9weAEREREY////////// + //////gI////9weAEREREY//////////////APCwiA//9weAEREREY//AAAAAA/////zswuzAzD/9weA + EREREY/////////////zu7u7uzD/9weAEREREY//AAAAAA/////3O7Mzuwj/9weAEREREY////////// + //8wCzgIO7gI9weAEREREY////////////87uzBwO7sw9weAEREREY////////////8zuzgIO7gI9weA + EREREY//////////////C7Mzuwj/9weAEREREY//AAAAAAAAAAADe7u7uzD/9weAEREREY////////// + ///zswu7AzD/9weAEREREY//AAAAAAAAAAAAOIOzgA//9weAEREREY////////////////Mz////9weA + EREREY//AAAAAAAAAAAAAAAAAAAP9weAEREREY//////////////////////9weAEREREY//AAAAAAAA + AAAAAAAAAAAP9weAEREREY//////////////////////9weAEREREY//AAAAAAAAAAAAAAAAAAAP9weA + EREREY//////////////////////9weAEREREY//AAAAAAAAAAAAAAAAAAAP9weAEREREY////////// + ////////////9weAEREREY//////////////////////9weAEREREY//////////////////////9weA + EREREY//AAAAAA//////////////9weAEREREY//////////////////////9weAEREREY////////// + ////////////9weAEREREY//////////////////////9weAEREREY//////////////////////9weA + EREREY//AAAA////////////////9weAEREREY//////////////////////9weAEREREY//AAAAAAD/ + ////////////9weAEREREY//////////////////////9weAEREREY//AAAAAAD/////AA8AAAAP9weA + EREREY//////////////////////9weAEREREY//////////////////////9weAEREREY////////// + ////////////9weAEREREY//////////////////////9weAEREREY//////////////////////9weA + EREREY/3D/cP9w/3D/cP9w/3D/cP+ACAEREREY9w/3D/cP9w/3D/cP9w/3D/cA+AEREREY9w/3D/cP9w + /3D/cP9w/3D/cA+AERERERhwiHCIcIhwiHCIcIhwiHCIcIABEREREREXABcAFwAXABcAFwAXABcAFwAR + ERERERERERERERERERERERERERERERERERH+AAAAAH8AAPwAAAAAPwAA+AAAAAAfAADwAAAAAA8AAPAA + AAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAP + AADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAA + AAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAP + AADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAA + AAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAADwAAAAAA8AAPAAAAAADwAA8AAAAAAP + AADwAAAAAA8AAPAAAAAADwAA8AAAAAAPAAD4AAAAAB8AAP4iIiIiPwAA////////AAAoAAAAIAAAAEAA + AAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAICA + gADAwMAAAAD/AAD/AAAA//8A/wAAAAAAAAD//wAA////AN3dAAAAAAAAAAAAAAAN3d3d14iIiIiIiIiI + iIiAgN3d3X//////////////+AgN3d1///////////////gIDd3df/AAAA////AAD//4CA3d3X////// + //AwsDAP+AgN3d1/8AAAD//zu7uzD/gIDd3df///////M7MDsAD4CA3d3X///////zuwcLsw+AgN3d1/ + 8AAAAAAzswOwAPgIDd3df///////87u7sw/4CA3d3X/wAAAAAAMwsDAP+AgN3d1/////////8zM///gI + Dd3df/AAAAAAAAAAAA/4CA3d3X//////////////+AgN3d1/8AAAAAAAAAAAD/gIDd3df/////////// + ///4CA3d3X//////////////+AgN3d1/8AAAD/////////gIDd3df//////////////4CA3d3X////// + ////////+AgN3d1///////////////gIDd3df/AAAA/////////4CA3d3X//////////////+AgN3d1/ + 8AAAD////w8AD/gIDd3df//////////////4CA3d3X//////////////+AgN3d1///////////////gI + Dd3dfw/w/w/w/w/w/w/3CA3d3X8P8P8P8P8P8P8P9wgN3d3X939393939393939w3d3d3QDwDwDwDwDw + DwDw3d3d8AAAH+AAAA/AAAAHwAAAB8AAAAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AA + AAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AAAAfAAAAHwAAAB8AA + AAfAAAAH4AAAD/AAAD8oAAAAEAAAACAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + gAAAgAAAAICAAIAAAACAAIAAgIAAAICAgADAwMAAAAD/AAD/AAAA//8A/wAAAAAAAAD//wAA////AN0A + AAAAAA3d14iIiIiIgN3X//////+A3df///Aw/4Dd1/8Ag7MPgN3X//87Cz+A3df/AIOzD4Dd1///+Dj/ + gN3X/wAAAP+A3df//////4Dd1/8ADwD/gN3X//////+A3df//////4Dd1/Dw8PDw8N3dD39/f38N3d3Q + 8PDw8N3dwAf//4AD/zuAA7swgAMN3YAD8ACAAwAzgAOwAIADDd2AA///gAP/84ADsw+AAw3dgAPwAIAD + AAPABzAP4A8N3SgAAAAvAAAAYAAAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A///8AP// + +QD///gA///1AP//9AD///EA/Pv5AP//8AD//+8A///uAP//7QD//+sA///oAPv78QD//+YA///lAP// + 4wD//+AA///fAP//3AD59PIA///aAP//2AD9+OYA+vXrAP//1QD//9EA/PbfAPvz4QDt7e4A/PfUAN7s + 8gD26+sA7OzsAPrw2wD06eQA4enqAPrw0QDx5uIA+OrRAPntxgCo4fsA4ePhAPfkzwDT3d8A9eHGAOfb + 0wD03sYAxNrfAPTbvgD027gAk9fiANvWyABuzv0A4NDOAITN8wDx1rcAhtTiAKTK6ADU0cgAYcr9APHV + sgDx07UAm8/XAFzH+gAH3ewAy8nKAHXO3QBXxfgA79CnAGXN3wBpxe0AyMfGAGDF7wC2xs0AUcH1AM7F + uwBOwPMABdTmAILG0gAS0uMA4r6+AGfG2wBKvvEALcjnAFS87QDtyJ0ACM/hAFbF2AAqyeAARbzvANy6 + ugDFvrgARLnsAFK72wDrwpQAO7fqANq1swDatbAAMMDXANq1rgA8v9IAOrTnANqzrQAAwtwAn7S9ALK0 + tQDnvI8A16+uAHy2vwBNtdIAMbHkANSssABDreMAhLDFANqsrABfss0A2qyrAPC7hQDouYgAI7jRADav + 2wCPrrwAJ63gAOe3gwBkqscAIardADKn3AANtNAAHqjcANiwiAAorswAfqi4AEeuvgArpdkA5bJ7AByn + 2gCwqZ4AlqatAKqirQDqsXgAI6rOABil2AAFrNAAXaiyABWj1QCioqIA5K10AByg1QB8oK8AIqfBAH+V + wgB/lsAAJ5zSAA6g0wB7m64A4qhtAKWalwAFm88Ae5WvABuevwDMk5MADJjMAKSZjwAenbgAjZOiAL6d + fABqmJ8Asp52AMyNjQCvjZQAzI2JAKCUiABDkLEAnoyXAJ2SiQDfnVsAApDFACqJwwCLlIUAF5C1AFmM + ogDnm1AAP42mAACEvwBxgpUAEIC5ABh8vAChiXAApXyFAOKSQwCWgIEASYiNAMB5egDbjkMA4I47AKJ2 + fgB9fX0AA3e1AFx6hgCJe3EAv3BwAI98aQAxd5QAAm6wAGRvgQCDdGsArGpuAL99QQAAaK0AQ3F8ALlm + ZgAEaKIAumVlAExoggC4YmIAAWKjAHRsYgAAAAAAcWRtAA5coQCXXWYAZmZmALVaWgBnY2IATlh/AAFY + lgAIU5sAAlKUAABQkgARTZEAjFFbACtLigBaWVgAPlBwABVFkwAfQpQAqUxNAC1FfgAARY4AAECMAEpM + WABOTk4AQUNjAAs6iAA4S1YAHjx8ADNKUgAANIkAW0g+AEpGRgA1PE4ALT1JAEM2MwAzLy8A29vb29vb + 29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29sA29vb29vf39/f29vb29vb29vb + 29vb29vb29vb29vb29vb29vb29vb29vb29vb29sA29vb2988iqTP39/f39/f39vb29vb29vb29vb29vb + 29vb29vb29vb29vb29vb29sA29vb3zcbGxsbGhkvTaSwz9/f39/f36Tb29vb29vb29vb29vb29vb29vb + 29vb29sA29vfomUbGxsaGhoXFxYUFBUVPEmkwN/f39/f39+k29vb29vb29vb29vb29vb29sA29tt1GUb + GxsaGhoXFhYUFBMSEhEQEA8OB0ldnsnf39/f29vb29vb29vb29vb29sA29tt1GUbGxoaGhcWFhQUExIS + ERAQDw0NDAwLCggGBx7f29vb29vb29vb29vb29sA29tt1GUbGhoaFxYWFBQTExIRERAQDQ0MDAsKCQgG + BQXf29vb29vb29vb29vb29sA29tt1GUaGhoXFxYUFBMTEhIREBANDQwMCwoJCAYFBQTf29vb29vb29vb + 29vb29sA29tt1GUaGhoXFhYUFBMSEhEQEA8NDQwLCwkIBgUFBATf29vb29vb29vb29vb29sA29tt1GUa + GhopKRQUExISERAQDw0NDAwLCggGBgUEBAPf29vb29vb29vb29vb29sA29tt1GUaFyl9iJR9bD4zHx8P + DQ0MDAsKCQgGBQUEAwLf29vb29vb29vb29vb29sA29tt1GUXFxYUFBMfHygoMDAwLiwYCwoJCAYFBQQD + AwLf29vb29vb29vb29vb29sA29tt1GMXFhYUFBMSEhEQEA8NDAoLCwkIBgUFBAQDLHff29vb29vb29vb + 29vb29sA29tt1GMWFh9gYCkpERAQDw0NDAwLCggGBgUEBAMCd43f29vb29vb29vb29vb29sA29tt1GMW + FB9GRn19lJR4eD45IyMKCQgLjbcyAweZ6e/r39vb29vb29vb29vb29sA29tt1GMUFBMTEhIREBAjIyws + OTk/PzJ9t7e3YJnx8fHs39vb29/f39vb29vb29sA29tt1GMUFBMSEhEQEA8NDAwLCwkIBkvi78O/v9zm + 5ubw+t/b3+3t9N/b29vb29sA29tt1GMUEyadnVdXKSYcDAwLCggGK/Xx8fXRxNqAh4e8/vr09fHx7N/b + 29vb29sA29tt1GMTEx8mKT4+YGB4eHhXVzIwoPDm5vH59+RhZ3Ca+fn58Obm8PLb29vb29sA29tt1GMT + EhIREBANDQwMCxgYHSgooLNycuXx8d1hZ3Ca8PDw1aOj2fLb29vb29sA29tt1GMSEhEQEA8NDAwLCwkI + Bhi/tEVFTHLj5ZphZ3CH4+PNiY+Sm/bf29vb29sA29tt1GMSESaxsZSUV0YuIyMGBjPEqUVFTE5bW2Fh + Z3BwfHx/iY+Sm/j839vb29sA29tt1GMRERAPDSMjMjM+V1dgbOn5+d1MTE5bW2FhZ3BwfHx/iY+Szfn5 + +d/b29sA29tt1GMREBANDQwMCwoJCAYFLfHw8OZUTlRbXmFhZ3BwfHx/iY+78PDw8N/b29sA29tt1GMQ + EBEmJg8LCwkIBgUFLebj415MTlRbXmFefq68lZWViY+b2ePj5d/b29sA29tt1GMQDyaIiJ2dnX19Rj4y + LXJWVkVMTlRbXkhJk8bq59nSx7mym7Kyst/b29sA29tt1GMPDQ0MDAsKCxgYKCwsNT09QUVMTlRbWyVJ + k8bq/dLNx7myn5+fn9/b29sA29tt1GMNDQwMCwoJCAYFBQQDID1BQUVMTlRbSiJJk8bq/dLHubmfm5+f + n9vb29sA29tt1GMNDAwLCwkIBgUFBAMDAio2RUVMTlRbSiJJk8bq+H+CkpKSm5+V29vb29sA29tt1GMN + DAwLCQgGBgUEBAMCAgEBADhMTlRbSiJJk8bq+H+Jj5KPzN/b29vb29sA29tt1GIMDAsKCQgGBQQEAwIC + AQEAAJhyTlRbSiJJk8bq+H+Jj5LV69/b29vb29sA29tt1GIMCyOIiEY+Mh0dBAIBAQAAAJheTltbSiJJ + k8bq+H+Jj5J809/b29vb29sA29tt1GILCwsdHSwuMDk5Pz85MDAHADtMTltbSiJJk8bq+H+Jj5KPltvb + 29vb29sA29tt1GILCQgGBgUEBAMCAgEBAAAAAAAqSFYgACut4fPz/99feo+P29vb29vb29sA29tt1GIK + CQgGBQQEAwICAQEAAAAAAAAAAAAAAYO92vPz/t/b29vb29vb29vb29sA29tt1GIJCCOIiIhgYGAwMDAZ + FRUBAAAAAAAAAGCny+rz+9vb29vb29vb29vb29sA29tt1GIIBgUFBAMZGRkjIyMsLCwHAAAAAAAAAAEk + TV3h29vb29vb29vb29vb29sA29tt1GIGBgUEBAMCAgEBAAAAAAAAAAAAAAAAAAAAAADf29vb29vb29vb + 29vb29sA29tt1GIGBQQEAwICAQEAAAAAAAAAAAAAAAAAAAAAAADf29vb29vb29vb29vb29sA29tt1GIF + rJwlAwIBdiAAAAAAAAAAAAAAAAAAAAAAAADf29vb29vb29vb29vb29sA29tt1GIF7rWhIQIn6JCrAACq + 3HUhAACqcyIAAAAnAADf29vb29vb29vb29vb29sA29tt1G0kLySQXAEBdG+4IQCq6IGrAADutaEhAHTX + jh7f29vb29vb29vb29vb29sA29tt4NjWysppxcKioq+BYlJSUoS6ISEVFZBcAAdxgabf29vb29vb29vb + 29vb29sA29vbcXu6YoxPwt7Q1s6B4ODY2KXIysrKwmm+oqKirrbf29vb29vb29vb29vb29sA29vb21BC + kVFma2Rke1hZMZdqQ0+Fr550wE/CyuDguMHf29vb29vb29vb29vb29sA29vb29tEWl9L30BZUVlr31NC + QlrfbkKGUVmLeWaoQsjf29vb29vb29vb29vb29sA29vb29vb29vb29vbMd/b29s0NN/b2zpZRN/bOlVV + RN/b29vb29vb29vb29vb29sA///////+AAD4f/////4AAPAA/////gAA4AAB///+AADAAAAD//4AAMAA + AAB//gAAwAAAAH/+AADAAAAAf/4AAMAAAAB//gAAwAAAAH/+AADAAAAAf/4AAMAAAAB//gAAwAAAAH/+ + AADAAAAAf/4AAMAAAAB//gAAwAAAAD/+AADAAAAAOP4AAMAAAAAQfgAAwAAAAAB+AADAAAAAAH4AAMAA + AAAAfgAAwAAAAAA+AADAAAAAAB4AAMAAAAAADgAAwAAAAAAOAADAAAAAAA4AAMAAAAAADgAAwAAAAAAO + AADAAAAAAB4AAMAAAAAAPgAAwAAAAAB+AADAAAAAAH4AAMAAAAAAfgAAwAAAAAD+AADAAAAAAf4AAMAA + AAAf/gAAwAAAAD/+AADAAAAAf/4AAMAAAAB//gAAwAAAAH/+AADAAAAAf/4AAMAAAAB//gAAwAAAAH/+ + AADAAAAAf/4AAOAAAAB//gAA8AAAAH/+AAD4AAAAf/4AAP/zjCD//gAAKAAAACAAAABAAAAAAQAIAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///4A///7AP//+QD///cA///2AP//9AD///MA+/v8AP// + 8QD///AA///vAP//7gD//+sA///qAP359QD//+cA///mAP//5AD+/OkA///hAO32+QD//98A/PfuAP// + 3QD//9oA/frkAP345wDb8/wA///XAP364QD58vIA+/TtAP//1QD89uYA9vPtAP//0gD78+sA/fjbAPnx + 6AD7894A9/DlAPfw4QDJ6/sA2+vyAPfw3QD789UA+vHZAPXp6QD38NgA+vDVAPfw1ADw79gA6+jlAPjq + 3AD38NAA+u/QAPfwzAD469IA2eTrAPfwyAD4684A9+fUAOnm2gDA4u8A6ubWANvh5ACj3/sA8ODZAPfm + yQC43u8A1NvoAODc4ACf3PYA9eHHAODd0gD03b8A9N66APPawADz27kA09PTAKLS4wC/0dkA8te3APLX + tQDx1LUA4svMAGDK/QCq0NYAtc7RAJHP2wDy16YA8dOrAFjF+ADvz6wAecXnAO/PpwDPyrsAU8P2AO/P + oQBRwfQAhMbUAGjI2gBOwPEA4r6+AEy/8wDuy50ASr7yAG/E2ADtyZ4AR73wAEW87wCUv8sA7ceWAGXB + 0wBCuu0Aw7y4AFHB1gBtt98AV7nhAKW4xgBJtesAoLrBAMC5tABGtOkAOrbpAIS4xgBjuNEAm7TDAL62 + sgBFvNIA6r+PAAfD2gAkv9YANLPnADyy5gC9tq0AZrfJAJmxwQDbrqwAMrDjALqzqQDpvIYAMbjRAHew + xgApruEAvqysAHytvQBkrMMAJ7LNAOe3fAAuq9cA1aWlAImptwCtqagA5rR9AB6o3AC6o6kAeKi2ABun + 2gDlsXwAHK7KAH+gwQBhqboAG6bZALCnngAno9gAFKPXAOSudACjn6UAe5+zACSe1AAzm9EAFp7TAA+f + 0wBenrgACp7RAGaerABLlsUA4qhpAAaczwBEnbMAwJWVADGSzQABms0ADZbKACWWwQAlmrkAGZm+ACSV + wAAAkscARpCvAMqJiQArka8AsZR3AJqNjQAdkLEAA4vEAMaGhgCCiJgAx4ODAJ+OfAC4g4gAioqKABKC + wQALhrsAW3mtAHN/kQAhfbMAAn68ALl7fgBee48AaXiNAF96igCLfXIALHGnALBxdQBFeIsAAG6xAIB2 + cQC9a2sAEWyoAFVviACia3IAZHFwAANoowANZp4ACWWhAFtlggAyWpwAAAAAACpXmwBmZmYACFudAARa + nQBGXnwABFmbAG1iYQAAWJUAamFZACJNmAAAVJMAW1ZjAAJOkwAoSYsAY1hXAFhYVwAVRZIAAEmQAFVL + WQBQUFAAAD6MAEtHVwAAOYoAS0tLAEcyKgDm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm + 5ujo6Ojm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5uboQWGI1ujo6Ojo6Obm5ubm5ubm5ubm5ubm5ubm + 5ubm5sY8JCQhHRk0QY2l6Ojo6Ojo5ubm5ubm5ubm5ubm5ubmxjwkJCEdGRkYFhQSERA/S4jo6Ojo5ubm + 5ubm5ubm5ubGPCQhHRkZGBYUEhEQDg0MCwkGdOjm5ubm5ubm5ubm5sY5IR0dGRgWFBQRERANDAsJBwV7 + 6Obm5ubm5ubm5ubmxjkdHRkYFhQUEhEQDg0LCgcGBHvo5ubm5ubm5ubm5ubGOR1bY4NxYE09JhoNDAoH + BgUDe+jm5ubm5ubm5ubm5sY3GRkYFhQSHh4oGwwLCQYFAwOB6Obm5ubm5ubm5ubmxjcZlrNxajguEA0M + CwkHBQQDR6no5ubm5ubm5ubm5ubGNxgWFCYuRU9cXlVOPiIXA/f75ejm6Ojm5ubm5ubm5sYzGBYUEhEQ + Dg0MCkL3ziMX6ePX//nw8PLm5ubm5ubmxjMWXGNjbW1PTDoi5/j49+eMhqv09/j46+jm5ubm5ubGMxQU + ERAQDQwLEyKyXazz832Gpvjsra7Z9ejm5ubm5sYxFI6om1xcOi8bQnZdZHyHfYaRq5ykp7/87ebm5ubm + xjESERAQKChFSoH9+3xnbnN9hpGRnKTN+/3k6Obm5ubGMRE4ODIMCwkGovHdZGduc3ev0Mytrbnu8dXo + 5ubm5sYtEC8yOlNTU1WZV11iaW9nUMv66trRvrC4sejm5ubmxi0QDgwLCgcGBEBXXWJpb0lQy/ri0cWw + sLie6Obm5ubGLQ4NDAoHBgUDAhxDYmlvSVDL+rqfp66urtvm5ubm5sYtDQwLCQYFAwICAQC3a3NJUMv6 + vZ+n4dvm5ubm5ubmxioMVGBgXl5VPj4lCHlrc0lQy/q9n6eX2+bm5ubm5ubGKgsKBwUEAwIBAQAAK19G + Fcn2/uB3d3fm5ubm5ubm5sYqCoOgoFVTTiUlDwAAAAAnwu/+6Obm5ubm5ubm5ubmxikJBgUDFxcgNjYg + AAAAAAAnNZro5ubm5ubm5ubm5ubGKQcFBAMCAQEAAAAAAAAAAAAAe+jm5ubm5ubm5ubm5sYptn8DAngs + AAg7AAAAAAAAAAB06Obm5ubm5ubm5ubmxkSLlFIB2MQfi96qANK8SB/UUXTo5ubm5ubm5ubm5uaY39zT + 1NzcxMbAysFoaJCAMFa8kujm5ubm5ubm5ubm5uaPcqF6hH6VipNwo8+dtcffyLvD5ubm5ubm5ubm5ubm + 5uZaWOhaZuhZZmzoZYV16ISCiejm5ubm5ubm5ubm/////+H////AB///wAAf/8AAAf/AAAH/wAAB/8AA + Af/AAAH/wAAB/8AAAf/AAAE/wAAAH8AAAA/AAAAHwAAAB8AAAAPAAAADwAAAA8AAAAPAAAAHwAAAH8AA + AB/AAAA/wAAB/8AAAf/AAAH/wAAB/8AAAf/AAAH/4AAD//AAA/8oAAAAEAAAACAAAAABAAgAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAQDhFAFlOTAAqPVcAPEBbAEpHWwBoX2AARFdhAEZdZgBmZmYAX2ZoAKNs + cwCJhH8A6b2KAGl4iwCHhZQAFU2VAO3ImAAYV5oAK26bAA5foQApeKEApZahACBtpgC1rqYAP2ynADOJ + qAAUbKoAL4GqAKqqqgBqla4A0L+xANKzsgDx1bIA07SzAPPbswApl7UA8ti1ANW3tgDy2bYA89u3AEaY + uABLnLgAfaa4AFmtuADOtLgA9N25APXhuQDTvLwAysW8APXhvQD03r8AVrPBAF+2wwAIjsQA+e3EAPrw + xQANi8YA1dDGAPntxwD68McAf7/JAA2RygD38MoALZzLAGqzzAD358wA9+fNAPjszQD38M0ARKXPAFOr + zwDq0M8A7NbPAPrwzwD68s8A9/DQAAme0QD38NIA+vLTAPfw1AA/rNUAm8/VAP//1QD57dYAob3XAK3J + 2AD38NgA+vDYAByl2QAaptkA+/PZAP//2QD57doA9/DaACen2wC60N0A+e3dAPfw3QD68N0A/vzdAP// + 3QD57d4A+vDeAPfw3wDq6OAA+e3gAECo4QCgzeEA7OjhAPnt4QD38OIA///iAD2w5AD38OQA///lAP// + 5gA3tegAObbpAO/s6gD78+oA/v3qAP//6gD09esA+/XrAP//6wD//+wARLvuAODo7gD//+4A///vAGLF + 8AD///AAZMfxAE6+8gBPvvIA2+zyAP//8gD///MA///0AFHC9QD///UA///2APr9+ACw4/kA/vz5AP// + +QD+/PoAdND7AP79+wD3+vwAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAJaWCAgICAiWlpaWlpaWlpaWL2x6aDAXCAgICAiWlpaWlh8+Ultk + b3N8gYkIlpaWlpYfRDc2Y3J5gIiNCJaWlpaWH0s7Ok5aeIOMkQgFCJaWlh9NSklDJEIeYA8CAAQIlpYf + Ty4iLUE5Exh1FhESAZaWH1YQDCYgVIZwdF5YPwMIlh9dMScyYhqFfkYbODUUCJYfYX2Bio6Ti4QcBj1M + UJaWH2dXU1xlkGqCHAdZKAiWlh9uiI17d5SPawsJRUWWlpYhcWZgaW2Sl5d2CJaWlpaWJUhAR1Ush1+V + fwiWlpaWlpYNGQ4jCh0VKikIlpaWlpaWUZY8ljOWNJYrlpaWlpbB/8Y5gA9jg4APTT2ADw0MgAMGBYAB + 6OaAAebmgADm5oAAxjeAARgWgAEeHoADDAuADwUDgA/o5sAP5ubVX+bmKAAAAC8AAABgAAAAAQAgAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAAAWBAQAhYRTsaU0A2NFRBNUNbRTlDXk1APF5J + PjFaRTclTDkvG0kxJBVVOTkSYFBAEHZiTg1mZk0KgFVVBkBAQASAgAACgAAAAoCAAAL/AAABAAAAAQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmMzMFWUM3F1M8MURNNil7SzUqmU04 + LJtQOi6QTTktfkoyJmtEKx9aRi0jUE83LUpZRjpCXkw/OV5OQy5XQjojUjMpGU1AJhRVRzkSZlVED2Ji + Tg1xVVUJVVVVBlVVVQOAgAACgIAAAv//AAH/AAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAmI7Ow1TOS8xwLCry8/M + we2ro5fvoJaJ73NiV+FmVEjWOyQWwTojFbU/KButRzAkpU44K5pQOi6MTTgsekgyJWdDLB1XRzAkT1E8 + LkhaRztBYU9BN11LQCxYQDAgTjcsF1FDNhNaSzwRZlVED2pVVQyAYGAIZmYzBYCAgAIAAAABAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmMzMFWDsxGpd+ + en3g0M7////O////z////9D////S////0//19ez/39zT/crEu/mek4jylYl/7HNjV+BZRjnROyMVvjok + FbNBKh6sSDIlpE05LZhROi+ITDYrdkYvImJDKx5USTUoTVZBNkddSUE/YE1DNV1LPilSQC4cUTYoE11G + LguAQEAEAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWYz + MwpTPTIutYWG3dq1rf///8/////Q////0f///9P////U////1f///9f////Y////2v///9v////c//b3 + 8f/29/H/1NHK+8vGv/mflYzyi3106XVkWt5LNinLOyIUuzskF7FELSCqSjQpoU86LpVPOi6ESjYrcUYw + IltJLyRGVUQ5LWNVRxKAgIAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AACAAAACUDAwEKCIhnC6aGj/2rWt////0P///9H////S////1P///9X////W////2P///9n////a//// + 3P///93////f////4P///+H////j////5P///+X////m//r69f/6+vf/zcfC+sO8tveil5DxgXJo5nZl + W9w8JBfEPCQYs0QuIpZVQDZjZFFLKWZmTQr///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAIAAAAJVOTkS2srL0blmZv/ata3////Q////0v///9T////V////1v///9f////Z//// + 2v///9v////d////3v///+D////g////4v///+T////l////5v///+f////p////6v///+v////t//// + 7v////D////x//z8+f/x8e39koZ93lQ/NIllT0Y6dmJiDYCAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1rv///9L////T////1f///9b////X//// + 2f///9r////b////3P///97////f////4P///+L////j////5P///+X////n////6f///+r////r//// + 7P///+7////v////8P////L////0////9P+nnJXtUz8zlmRQREB3ZlUPgICAAgAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAACUTY2E9nJytK5Zmb/2rWu////0////9T////V//// + 1////9j////a////2////9z////e////3////+D////h////4////+T////l////5////+j////q//// + 6////+z////u////7/////D////x////8/////T////1/6able5SPjKYYk5DQXdmVQ+AgIACAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlmZv/ata7////U//// + 1f///9b////Y////2f///9r////c////3f///9/////g////4f///+P////k////5f///+b////o//// + 6f///+v////s////7f///+/////w////8f////P////0////9f////b/ppuV7lI+MphiTkNBd2ZVD4CA + gAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1 + rv///9X////W//780//57cH/+vDH////2////93////e////4P///+H////i////5P///+X////m//// + 6P///+n////q////6////+3////u////8P////H////y////9P////X////2////+P+mnJXuUj4xmGJO + Q0F3ZlUPgICAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAACUTY2E9nJ + ytK5Zmb/2rWu////1v///9f/+OvB/+e3gf/lsXr/5Kx0/+a0gP/pvYz/8dat//PbtP/789T/+/XY//// + 5v///+f////p////6v///+v////t////7v///+/////w////8v////T////0////9v////f////5/6ab + lO5SOy2YXks7QXdmRA+AgIACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAA + AAJRNjYT2cnK0rlmZv/ata7////X////2P///9r////b////3P///97//PfX//z21v/46s7/+OrO//Te + xP/03sT/9NzE//Xgyf/25M///frm////7P///+7////v////8P////H////z////9P////X////3//// + +P////n/pZqT7k43KJlZQjJCZlVED4CAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1r////9j////Z////2v///9z////d////3////+D////h//// + 4////+T////l////5v///+j////r////7v///+z////t////7/////D////x////8/////T////1//// + 9v////j/++XL//e8g/+WeWDvRi8inU84KURQQDAQgAAAAgAAAAEAAAACAAAAAgAAAAEAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAACAAAACUTY2E9nJytK5Zmb/2rWv////2f///9r//PbP/+3JlP/tyZX/+e3H//nt + yP///+L////k////5f///+b////o////6f///+r////r////7f///+7////w////8f////L////0//// + 9f////b////4////+f/0vof/87V1/5FwVvI8JRqlPyofSUM2KBMkJCQHLhcuCzAgIBAwICAQLhcuCzMz + MwUAAAABAAAAAAAAAAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlmZv/ata/////a////2//899L/8NGi//DR + o//nt4L/57eD/+Orcv/jq3L/6LqH/+i6iP/y2bP/8tm0//ry2f/68tr////u////7/////D//vzt/+60 + d//qoVj/99y8////9//3+fb/f5bA/yhHh/8oRIP/PUVy+DUeE6w2HxZRNSMaHS8cLxsvHyQxMR4bQzIf + G0IxISYvMSQxFSsrKwYAAAABAAAAAAAAAAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1r////9v////c//// + 3v///9/////g////4f///+P////k////5f/79Nr/+/Tb//blyv/25cr/8da4//HWuP/w0bL/8NGy//Pb + wf/suIL/5ppO/+aZTP/mmUz/78CP/3+WwP8AO4v/AECM/wA/jP8VR5P/NBoPtzMcEmQwHh47Mh4kTTId + HXoyHBeaMx0YlzMeHm8vISs2MCAwEAAAVQMAAAAAAAAAAAAAAACAAAACUTY2E9nJytK5Zmb/2rWv//// + 3P///93////f////4P///+H////j////5P///+X////m////6P///+r////r////7P///+3////v//// + 8P////H/vcXR/05Yf/8yRnn/245D/+KRQf/ikkP/cWho/wBMkf8AUZL/AFCS/wBGj/8yGg7LMRoSkTIb + F3onLVu9HkKX/x4/kP0pKUvlMR0ZpjAfJVorIjMeKytVBgAAAAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlm + Zv/ata/////d////3v/68Mz/4qhp/+Koav/uzJ3/7syd//jqyf/68NL//Pfe////6v///+v////t//// + 7v////D////x/9vi4/8HPIz/AD2M/wA/jP8SOYH/v31B/96LN/9wbWX/Mqfc/y6m2/8rpNj/Fn65/zIc + F+kzGg/OKCxU3wc4jP8AP4z/AD6M/xVFk/8vIivJMCIkcCwlMik5OVUJAAAAAQAAAAAAAAAAgAAAAlE2 + NhPZycrSuWZm/9q1sP///97////f//z31v/68M7/+OzK//LYsf/y2LL/6sCT/+rAk//ouYn/6LiI/+i6 + i//sxp7/7Mae//Tewf/03sL/fJSy/wBHj/8AT5H/AFGS/wBBjf8AM4j/Hjx8/whTm/87t+r/N7To/zOy + 5f8nn9X/ADKI/wAyiP8ANYn/AESO/wBRkv8AT5L/AEWO/ywrPdgxJSd9LS03Mzc3SQ4AAAADAAAAAAAA + AACAAAACUTY2E9nJytK5Zmb/2rWw////3////+D////h////4////+T////l////5////+j////q//// + 6////+z//fro//z24//79OH/+OrW//jq1v96lav/KonD/0ey5/8/q+D/AlWV/wBCjf8AQIz/Clqe/zu3 + 6v83tOj/M7Ll/yag1v8AQ43/AESO/wBHj/8FZaH/EpXJ/xCXy/8CX5z/LDI73jIlKZAvKDZMLic2IS4X + LguAAAACAAAAAIAAAAJRNjYT2cnK0rlmZv/atbD////g////4f///+P////k////5f///+b////o//// + 6v///+v////s////7f///+/////w////8f/89uT/4pRG/4uUhf9Zxvn/VMP3/1DB9f9BseX/AleW/wBS + k/8olcz/O7fq/ze06P8zsuX/J6TY/wFXlf8AVpT/C3Su/x2n2/8Ypdj/FKPW/w+f0v8uP0TqMiIgtjEk + JoEyISFNMSEhH0kkJAcAAAABgAAAAlE2NhPZycrSuWZm/9q1sP///+H////i//nuzf/fnVv/351b/+Su + dP/krnX/7syh//DSqv/14cH/+vDY//ry3f////H////y//bbuv/hkD7/sp52/1nG+f9Uw/f/UMH1/0y/ + 8v9HvfD/Q7vu/z+57P86tur/NrTn/zGy5f8tsOP/Ka7h/yWs3/8gqd3/HKfa/xil2P8To9b/EKHU/yxD + VfktJTroMR8iwzIdFYU0HhY7NxISDgAAAAGAAAACUTY2E9nJytK5Zmb/2rWw////4v///+P////l//// + 5v///+f/+/PZ//vz2v/037//89u6//DSr//tyaP/7cih/+vBl//kvJb/Lk6N/wAzif8AM4n/EV6j/1HB + 9P9QwfX/TL/y/0e98P9Du+7/P7ns/zq26v82tOf/MbLl/y2w4/8pruH/JKzf/yCp3f8cp9r/F6XY/xKh + 1P8HcK//ADKI/wAyiP8AMoj/MxoPpTMbEUs2Gw0TAAAAAoAAAAJRNjYT2cnK0rlmZv/atbD////j//// + 5P///+X////n////6P///+r////r////7P///+7////v////8P////L////z/9Td4/8AP4z/AESO/wBF + jv8CT5P/TLru/0/A9P9LvvH/Rrzv/0K67f8+uOv/Obbp/zWz5/8xseT/LK/i/ymu4f8krN//IKnd/xyn + 2v8Xpdj/CoK5/wBJkP8ARY7/AEWO/wBEjv8zGg2uNBoNTzMaDRQAAAACgAAAAlE2NhPZycrSuWZm/9q1 + sf///+T////l//784v/57c7/+e3P//785v///+z////t////7/////D////x////8/////T/1ODk/wBR + kv8AVpT/AlmX/0u26v9Tw/b/T8D0/0u+8f9GvO//Qrrt/z646/9Et+b/ZKrH/0ONtf8YfLz/H5nR/x2e + 1f8andT/G6bZ/xak1/8QnND/AmOd/wBWlP8AVpT/AFWT/zMaDa8zGg1QMxoNFAAAAAKAAAACUTY2E9nJ + ytK5Zmb/2rWx////5f///+b/+vLV/+Wxev/lsXr/4qds/+Kmav/iqG7/57eF/+e3hf/v0Kv/8dW0//Pa + vP/R2db/SKzh/0+36/9TvvH/V8X4/1LC9v9OwPT/Sr7x/0W87/9Buu3/dcfp/8fHx/+ioqL/fX19/1hY + WP8MUo//AGCo/wBrr/8Adrb/AIG9/wGNxf8LndD/B5PH/wSRxf8EkcX/NBwPrDQdEE8zGg0UAAAAAoAA + AAJRNjYT2cnK0rlmZv/atbH////m////5////+n////q////6////+3////u//797f/89uT//Pbl//fn + 0f/25M3/9eLL/9vWyP9ky/7/X8n8/1vH+v9Wxfj/UsL2/07A8/9JvvH/Rbzv/0a77f/c5+v/x8fH/6Ki + ov99fX3/WFhY/yo/T/8AZav/AG+x/wB7uf8AhsD/AI/G/wecz/8JntH/BZvP/wWbz/80IBeeMiAZRysc + HBIAAAACgAAAAlE2NhPZycrSuWZm/9q1sf///+f////o////6v///+v////s////7v///+/////w//// + 8v////P////0////9f////f/3uzu/2PK/f9eyPv/Wsb5/1bF+P9Swvb/TsDz/0m+8f9FvO//YcXw/+zs + 7P/Hx8f/oqKi/319ff9YWFj/LT1J/wBqrv8AdbX/AH+8/wCKwv8Gmc3/DKDT/wid0f8Em87/BJvO/zMo + IXQyLSgzKysrDAAAAAGAAAACUTY2E9nJytK5Zmb/2rWx////6P///+r////r////7P///+3////v//// + 8P////H////z////9P////X////3////+P////n/n978/3jR+/9ZwvT/VcT3/1HB9f9Nv/P/SL3w/0S7 + 7v9gxe//7Ozs/8fHx/+ioqL/fX19/1hYWP8zSlL/Iqre/x6o2/8Xo9b/FKPW/xGi1f8MoNP/CJ3R/xie + zf8hmsm3My4qNzcsLBczMzMFAAAAAYAAAAJRNjYT2cnK0rlmZv/atbH////p////6v///+v////t//// + 7/////D////x////8v////T////1////9v////j////5////+v////v////9/////v+EzfP/UcH1/02/ + 8/9IvfD/RLvu/2DF7//s7Oz/x8fH/6Kiov99fX3/WFhY/zNKUv8hqt3/Hafb/xml2P8Uo9b/GKXY/yhx + j/QrW3G8NDE2WTY2NiYwMDAQKysrBgAAAAEAAAAAgAAAAlE2NhPZycrSuWZm/9q1sv///+r////r//// + 7f///+7////v////8P////L////z////9f////b////3////+f////r////7/////f////7//////3+V + wv9FrOX/TL/y/0i98P9Eu+7/YMXv/+zs7P/Hx8f/oqKi/319ff9YWFj/M0pS/yGq3f8dp9v/GKXY/xSj + 1v8DaqP/JkVc6TIrLY4xNT4+LTxLEQAAVQMAAAABAAAAAAAAAACAAAACUTY2E9nJytK5Zmb/2rWy//// + 6////+z/+vLb/+Wxe//lsXv/78+p//HVs//z2rz/+/Pj//vz5P/+/fX////6////+/////z////+//// + ////////f5XC/0m06/9Mv/L/R73w/0O77v9fxO//7Ozs/8fHx/+ioqL/fX19/1hYWP8zSlL/Iard/x2n + 2/8Ypdj/FKPW/yKu4P8kWmfbMjIycDQ6QCwzM00KAAAAAQAAAAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlm + Zv/atbL////s////7f/+/ez/+/Pe//vz4P/25Mv/9eHI//Tfxv/x1bj/8dW4//HTtf/x07X/8dS4//Te + yP/03sj//fn1//////+kyuj/UMH1/0y/8v9HvfD/Q7vu/1/E7//s7Oz/x8fH/6Kiov99fX3/WFhY/zNK + Uv8gqd3/HKfa/xel2P8To9b/GKXY/y1nf583NzpGM0dSGTMzZgUAAAAAAAAAAAAAAAAAAAAAgAAAAlE2 + NhPZycrSuWZm/9q1sv///+3////v////8P////H////y////9P////X////2////+P////n////6//// + +/////3////+//////////////////////+w4/r/ZcTv/1q+6v/h8Pf//////+fj3v+glIj/ZV9Y/09P + T/9PT0//LSkp+DM8PrstptrSNq/b/xil2P8no9awMlNfRDU+Ph05VVUJAACAAgAAAAAAAAAAAAAAAAAA + AACAAAACUTY2E9nJytK5Zmb/2rWy////7v///+/////w////8v////P////1////9v////f////5//// + +v////v////9/////v///////////////////////////////////////////////////fz/2LCI/6GJ + cP93a17/UU9O/0xMTP84MzL0NyIXkDUmHkQwfqA7MzMzGTExMRU3NzcOJElJBwCAgAIAAAAAAAAAAAAA + AAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlmZv/atbP////v////8P/68d3/5a95/+Wvef/lr3n/6sCV/+rA + lf/qwJb/9N7G//Tex//03sj/+vLp//z28P/89vD//v38//////////////////////////////////// + ///tw5n/vp18/498af9iXFX/TExM/zk0Nek/KR9qOy4hJzMzMwpAQEAEVVVVAwAAAAIAAAABAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1s/////D////x////8/////T////1//// + 9//89ur//Pbr//z27P/46tv/+Orc//jq3P/35dT/9uTS//bk0v/9+vf///////////////////////// + //////////////79+//z6+P/0cS4/8S+uP9jX174RzQqqlI7NE5RRjoWQEBABAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAACUTY2E9nJytK5Zmb/2rWz////8f////L////0//// + 9f////b////4////+f////r////7/////f////7///////////////////////////////////////// + /////////////////////////////////////////////6aclu5RPDKaX0xBQ3BgUBCAgIACAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAJRNjYT2cnK0rlmZv/atbP////y//// + 8/////X////2////9/////n////6////+/////3////+//////////////////////////////////// + ////////////////////////////////////////////////////////p5yX7lQ+NJhiTkdBd2ZVD4CA + gAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAlE2NhPZycrSuWZm/9q1 + s/////P/zI2J/3ubrv/m6+j////4////+v////v/2qyr/9vp8P////////////////////////////// + //////////////////////////////////////////////////////////////////+nnJfuVD40mGJO + R0F3ZlUPgICAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAACUTY2E9nJ + ytK5Zmb/2rWz////9P+pTE3/F5C1/xuev//27Oj////6//Hg3f+BUV3/AKjR/7GOlP///////////8yN + jf9wYHH/X7LN//bs7P///////////8yNjf+EsMX/5uvv//////////////////Pl5f///////////6id + mO1TPTOXZFBIQHdmVQ+AgIACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAA + AAJaPDwR28vM0LlmZv/Xr67/9enh/+7Z0//x6+f/AKzP/9y9vP////v////9/9qsrP9NtdL/QY2o//bs + 7P//////zI2N/5ZRWP8Htdf/rIuT////////////qUxN/xeQtf8bnr//9uzs///////arKz/TGiC/yOq + zv/x7O3/qJ6Z61E8MpBiTUQ8bVtJDoCAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA/wAAAWpAQAzfz9HLtV5e/7hiYv+5ZGT/wHNz/8Bzc/8Awtz/onZ+/8V9ff/OkpL/zpKS/56F + kP8Qscz/3bOz/+K+vv/ivr7/4r6+/yiuzP9tgZT/9enp//bs7P/47+//9fX3/wCsz//cvb7///////z5 + +f/Vra//Fa7R/42Tov+rop7iTTsyelpKQDBmZk0K/wAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAABZjMzBdrCxJnHl57Niau+/nWDlf/dtLT/qqKt/wDR5P++e3z/l11m/6xq + bv+6ZWX/ZG+B/w+1zf+0WFj/tFhY/7deXv+4YWH/Hp24/1x3i//Ac3P/wHNz/8Bzc//BdXX/AMLc/6V8 + hf/OkpL/zpKS/86Skv9Dk6z/WYyi/5V/f8pFOTNVUklAHGZmMwUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAABVStVBks8PBEnnbKUA+Du/jaToM4O0eP7ML7T+FNS + UnYwwtj+Kr3U+oOjrdsHzuD/Ur7Q+MDR1/Iip8H/mrC688fJ0P0A0uX/fKe3/J6Snf+llqD/2q2t/5d4 + gv8Az+T/vXh5/71sbP+zVlb/tFhY/z2Mo/8yeX/jNjIwejs2OzQ7O04NAAAAAgAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVVVVAydpcRsprsWrLMTh/yux + ytAsaXJhOjo6LCqYq3hVx9r/DtXk/1nI2/owQENdLEZNRGbG2/4F2en9DNvp/iXN3/w3Oz1wKYiXnAPc + 7P43p7jqDtDg/VHD1vtmfoevI7jR/zi6zfRjk5v0B93r/y1YXMY1NTVbPDxEHisrVQYAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAABaFkyAWhZNAAAAAAAAAAAAAAAAAFoWTICavxYAnsMWAFoWTEAAA + AAAAAAAAJ7PLj0zG2u8rvNSvFoWTEAAAAAAns8uPLcjn/y3I5/8ot8+fAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAP///gAAwAAAAf/+ + AACAAAAAP/4AAIAAAAAP/gAAAAAAAA/+AAAAAAAAB/4AAAAAAAAH/gAAAAAAAAf+AAAAAAAAB/4AAAAA + AAAH/gAAAAAAAAf+AAAAAAAAB/4AAAAAAAAH/gAAAAAAAAB+AAAAAAAAAB4AAAAAAAAADgAAAAAAAAAO + AAAAAAAAAA4AAAAAAAAABgAAAAAAAAAGAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAG + AAAAAAAAAA4AAAAAAAAAHgAAAAAAAAAeAAAAAAAAAD4AAAAAAAAAfgAAAAAAAAf+AAAAAAAAB/4AAAAA + AAAH/gAAAAAAAAf+AAAAAAAAB/4AAAAAAAAH/gAAAAAAAAf+AAAAAAAAD/4AAIAAAAAP/gAAwAAAAB/+ + AAD/5wwh//4AACgAAAAgAAAAQAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAAl1G + RgtYQDggWEEzN1xEOEBeSDw8Xkk+MVpFNyVMOS8bST0xFVVHORJgUEAQdmJODWZmTQqAVVUGQEBABICA + AAKAgAAC//8AAf8AAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AABgQEAIVT42IVE7L1JONyuCTzgslVA7LY9NOS1+SjQma0QtIlpGMCNQUDstSVlGOkJiTEM5Xk5DLldC + OiNSPTMZTUAzFFpLPBFmVVUPampVDHFxVQlmZmYFgICAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAGNHRxJzW1JN6uTV8svGtu25s6bxfW1h421bUNc8JBfAOyMXtUEqHKxIMiWkTjgtmlA8 + L4xNOCx6SDIlZ0MvIFdLNCdOVkE2R1xIQEBhT0Y3aldLKWpgVRhxVVUJgICAAgAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAY0pCH8eur8L38Mf////P////0v///9T////W////2f/w79j+6ObT/Lew + pfWropjwfm9l4lxKPtI7IxW+PCUYskQtIKpKNimiTzkvl1Q/M4ZYRTlrYVFGQmxYThqAgFUGAAAAAQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqm5VHzZeY/vfwyP///9H////T////1f///9f////Z//// + 2////93////f////4f///+T////m////5//p5tr94NzR+7qyq/Wek4vsg3Nr3FtHO7RYRDl0ZVVKMHR0 + XQv///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDLymzGhob/9/DJ////0////9T////X//// + 2f///9v////d////3////+H////j////5f///+f////p////6////+3////v////8f////T/wLmy71NA + M5BkT0M9gG1bDoCAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0s3JbMaGhv/38Mv////U//// + 1v///9j////a////3P///97////g////4v///+X////m////6P///+v////t////7/////H////z//// + 9f++trHyUz4zl2JOQ0F3ZlUPgICAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADSzclsxoaG//fw + zP///9b////Y////2f///9z////e////4P///+L////k////5v///+j////q////7P///+/////w//// + 8/////T////3/721sPJSPjKYYk5DQXdmVQ+AgIACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANLN + yWzGhob/9/DN////1//y16b/78+e/+rAjv/tyJn/78+l//Teuv/46sv//Pbc//365P///+z////u//// + 8P////L////0////9v////j/vbWw8k46LppdRj5CcGBQEFVVVQMAAAABAAAAAQAAAAAAAAAAAAAAAAAA + AAAAAAAA0s3JbMaGhv/38M/////Z////2////93////f////4f///+P//frh//354f/78+H//fnm//// + 7v///+/////x////9P////b////4////+f+7s6/0RTAooEw3MEpOOzEaPB4eETckJA45HBwJVQBVAwAA + AAEAAAAAAAAAAAAAAADSzclsxoaG//fw0P///9r/57d8/+Koaf/sxpP/7syc//rw0P/68tX////o//// + 6////+3////v////8f////P////1////9/////n/1Nvo/6Ccovc5JB2vOSckYjUhJT4wIBxAMx4ePC8i + KCY3JDcOAABVAwAAAAAAAAAAAAAAANLNyWzGhob/9/DR////3P///97////g//352v/789X/9+fH//Pb + uP/w0q3/78+r//HUs//z277/9+fR//z26P/9+e7////5/xVFkv8APIv/Mlqc/zQfF8gyHxyTMR4dhjId + GJMyHhyJMSIoWTIjMiQgIEAIAAAAAQAAAAAAAAAA0s3JbMaGhv/38NP////d////3////+H////k//// + 5v///+f////q////7P///+7////w/9vh4/8VQ5H/W3mt//b18P/89u7/CFud/wllof8scaf/MxwT5jcs + PNkiTZf/Ik2Y/zYwQNAxJiqGMCs4OzMzRA8AAAADAAAAAAAAAADSzclsxoaG//fw1P///9//8ter/+/P + ov/vzqL/7cmd/+3Jnv/z27n/9N7A//jq0v/89uT/Klma/wBLkP8ARo//FUOS/ypUm/83r+P/NrTn/yed + 1f8nSIv+FkeS/wBKkP8AS5D/PVZ28zIoKqQyLDVWMTFCHyAgQAgAAAABAAAAANLNyWzGhob/9/DV//// + 4f///+L////l////5////+j////r////7f///+///frq//z25v9LlsX/VsT4/zOb0f8CTpP/AU6S/zu3 + 6v80s+f/J6PY/wBJj/8EWZv/F5/T/xKg1P9AdIj4MyUjwzEnK4IxJjFDKys1GDMzMwUAAAAA0s3JbMaG + hv/38Nf////i/+m8hv/krnT/5rR9//DSqv/w0qv/+OvR//rw2v/89+f/2+Hl/2233/9WxPf/T8D0/0O1 + 6f88sub/O7fq/zSz5/8tsOP/IJ/T/x+m2v8Zptn/EqLW/0WPrv07NkjqMSIgtTImK3EsLDcuMzNNCgAA + AADSzclsxoaG//fw2P///+T////m////5//+/ef/+/Pb//vz3f/25Mr/9eHH/721sv8AOYr/AD+M/0iz + 6P9OwPP/R73w/0C57P86tun/M7Lm/yyv4v8lrN//H6jc/xil2P8Lhrv/AD6N/wA4iv9MV3fqMSgsjDAw + ODs7O04NAAAAANLNyWzGhob/9/DZ////5f/68NH/+e3P//rw1f///+7////v////8f////T/f6DB/wBU + k/8RbKj/UsH0/07A8/9HvfD/QLns/1u74/9enrj/IX2z/xKCwf8ZndT/E53S/w2Wyv8AWJX/AFST/1Rx + gu8xLS+NMDQ9Ozs7Tg0AAAAA0s3JbMaGhv/38Nv////n//ry1//68NX/+OzS//LYtv/y2Lf/8da2//HV + tv+Jqbf/YMr9/1rG+f9Tw/b/TL/z/0W87/9Pv+7/09PT/4qKiv9QUFD/BFqd/wBusf8AgL3/AJLH/wme + 0f8Dm87/VZOj5jIyNnUxPEcvM01NCgAAAADSzclsxoaG//fw3P///+j////q////7f///+/////w//// + 8/////T////3/8Di7/9gyv3/Wsb5/1PD9v9Mv/P/Rbzv/5/c9v/T09P/ioqK/1BQUP8NZp7/BHy7/wOL + xP8KndD/CJ3Q/wGazf9JiZy9MThCSS9CTBsrVVUGAAAAANLNyWzGhob/9/Dd////6v///+z////u//// + 8P////L////0////9v////j////6/9vz/P+j3/v/UsL1/0y/8v9Fu+7/n9z2/9PT0/+Kior/UFBQ/yWW + wf8cp9v/FaTX/w6f0v9TtNr4TqHBzi9QXE8zPE0eM01NCgCAgAIAAAAA0s3JbMaGhv/38N7////r//// + 7v///+/////x////9P////b////4////+v////z////+//////8xks3/Sr7y/0O77v+e2/X/09PT/4qK + iv9QUFD/JJbA/xun2v8Uo9f/A2ij/zUlHaA2JiNRNy4uHCBAQAgAgIACAAAAAAAAAADSzclsxoaG//fw + 3////+3/8tez/+/PqP/vz6n/78+s/+/Prf/w07T/9+fV//fn1v/78+v/+v3+/0m16/9KvvL/Q7vu/57b + 9f/T09P/ioqK/1BQUP8klcD/Gqba/xSj1v8uq9f/NS4ubjMzLjI7OzsNAACAAgAAAAAAAAAAAAAAANLN + yWzGhob/9/Dh////7/////D////z////9f////f////5////+/////3////+////////////yev7/3nF + 5/+43u//7fb5/5+OfP9YWFf/SUlJ/1VkYul7v9vmSbPe7le027o1OjowPT09FTMzMwUAAAABAAAAAAAA + AAAAAAAA0s3JbMaGhv/38OL////w/+q+j//lsXz/5bF8//HVtv/x1bf/89rA//vz6v/78+v//fn1//// + ///////////////////58ej/sZR3/2phWf9MTEz/ZFta3EAuJ2NBNS8rPT09FUBAQAwzM2YFAAAAAQAA + AAAAAAAAAAAAAAAAAADSzclsxoaG//fw4/////H////0////9v////j//Pbs//z27v/79Oz/+Orc//jq + 3P/79O3////////////////////////////28Or/6+jl/6unpvpLNSugUz43SllNQBRAQEAEAAAAAQAA + AAEAAAAAAAAAAAAAAAAAAAAAAAAAANLNyWzGhob/9/Dk////8/////X////3////+f////v////9//// + /v//////////////////////////////////////////////////////vbay8lI8MJldSUJCcGBQEICA + gAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1M7LasaGhv/38Ob/wJWV/2O40f////n////7/6W4 + xv/b6/L///////z5+f/Z5Ov///////////////////////////////////////////++trPxUTswlF1J + QT9tW0kOgICAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc1tRjxoaG//Dg2f/bsKz/ZKzD/7/R + 2f////3/sHF1/yCPsf/69PT/2qys/1VviP97n7P//////7l7fv8amMD/4Nzg//jv7/9od4//otLj/8C4 + te1MNSyGWkc9NmpVQAz/AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOvn51jVpaX/omty/75u + bv9ee4//aXmL/7xqav+8amr/GZCx/8iFhf/KiYn/uIOI/yuRr//ivr7/4r6+/3ewxv+btMP/9enp/+LL + zP8Xmbz/tqKi40czLGhTPjclbUlJBwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgFVVBuLg + 3lwwuNH+U7rO5Ryuyv+TsLjgB8LZ/4C2xPckscz8l7DA+3qsvPuUv8v+X6i5/HN/kf+6o6n/RJ2z/4KI + mP+ia3L/xoCA/ySauf5ZQ0ObQDg1RE1AQBRVVVUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAABVVVVBkaapkZdt8itVKCtfzdDQy5tv8/AVsTX6T55gmY9fYZhacbZ/WzD1/k9b3RrYbXHxiC+ + 1fpQwdb+NVxigwfE2v8+utD2Uq7C4jY8RVk8Q0MmVTk5CQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAgAAD/4AAAP+AAAB/gAAAP4AAAD+AAAA/gAAAP4AAAD+AAAAPgAAAA4AAAAOAAAABgAAAAYAA + AACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAYAAAAOAAAADgAAAB4AAAA+AAAA/gAAAP4AA + AD+AAAA/gAAAf4AAAH8oAAAAEAAAACAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE8z + LSRQNytzOSATrTcfErs9Jhm9SjQotlM+MqxZRTmcWkc7gldDN2dNNyo/WkU6JmZNQBCAgIADAAAAAAAA + AACoenqA7Ojh//T16//q6OD+ycS7+rOro/eflIvzfW5j6mRRR987JBfKPygbsV9NQXZjS0YjZmZmCP// + /wEAAAAAx6Ggzvfwyv///9X////Z////3f///+L////m////6////+/////z/5qNh+lZRj2YXEhEM15R + UQ9AQIADAAAAAMehoM738M3/+vDF//ntxP/+/N3////l////6v///+7////y////9v+hl5HyUkA5qkk7 + Pkk9N0MiMDBADQAAAADHoaDO9/DQ//rwx//57cf/+vLT//vz2f/+/er////w////9f////n/npOO9jcq + LMA2KjSBMSs8XjErPSIAAAAAx6Ggzvfw0v/68s//+vDP//jszf/y2LX/9+fN/9C/sf/57d3/FU2V/yc6 + VPsxKDbsLitC3TMoLKgyKDJCAAAAAMehoM738NT/9eG5//Pbs//03bn/9+fM/9XQxv8OX6H/P2yn/zm2 + 6f8gbab/GFea/yltmv0zJSLPMCcyggAAAADHoaDO9/DY/+3ImP/pvYr/8tm2//HVsv+hvdf/T77y/z2w + 5P83tej/J6fb/xyl2f8tnMv/Ki9M6jIqLKUAAAAAx6Ggzvfw2v/14b3/89u3//Tev//68N3/FGyq/06+ + 8v9Eu+7/U6vP/y+Bqv8Ni8b/CI7E/yV1n/oyMDGaAAAAAMehoM738N3////s////7/////T/+v34/3TQ + +/9RwvX/ZMfx/6qqqv9EV2H/DZHK/wme0f83qdP1NDQ0RwAAAADHoaDO9/Df//rw2P/57db/+e3a//nt + 3v/+/Pn/QKjh/2LF8P+qqqr/Rl1m/xqm2f8qiK3dN0FGaDc9QyUAAAAAx6Ggzvfw4v////L////2//v1 + 6//78+r//v37/7Dj+f+gzeH/iYR//19maP8ynMrpM3qZgDxBQSk5R1UOAAAAAMiioc338OT/+vDe//nt + 3f/57eD/+e3h//78+v///////////+/s6v95cGvyVUE4oFNBOTlRUUYSZjNmBAAAAADKpKPK7NbP/2qz + zP/q0M//rcnY/860uP/b7PL/utDd//f6/P/g6O7/ppyY6lM9NIlXQjgoXUZGCf8AAAEAAAAA0be3mml4 + i/8ziaj/h4WU/ymXtf+jbHP/apWu/6WWof99prj/S5y4/4ducN1BMSxOUDgwGlUrKwUAAAAAAAAAAAAA + AAAbkZ9wFoWTMBqNno8claZQHpmsvx6ZrIApna+/HputrzKap88AAAAAAAAAAAAAAAAAAAAAAAAAAIAB + AACAAMlsgACG/4AAzf+AANf/gACm/4AAnv+AAI7/gACZ/4AApf+AALr/gADL/4AA3P+AAOT/gAHs/8Af + 7v8= + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmFormDesigner.vb b/DD_PM_WINDREAM/frmFormDesigner.vb new file mode 100644 index 0000000..bec9378 --- /dev/null +++ b/DD_PM_WINDREAM/frmFormDesigner.vb @@ -0,0 +1,1575 @@ +Public Class frmFormDesigner + Private _windreamPM As ClassPMWindream + Dim CursorPosition As Point + Private CONTROL_GUID + Private COLUMN_GUID + Private MouseIsDown As Boolean = False + ' Used by the MoveMove event handler to show that the + ' setup to move the control has completed + Private m_Moving As Boolean + ''Saves the position + 'Private beginX, beginY As Integer + Private begin_location As System.Drawing.Point + Private end_location As System.Drawing.Point + Private idxlbl As Integer = 0 + Private idxtxt As Integer = 0 + Private idxcmb As Integer = 0 + Private idxdtp As Integer = 0 + Private idxdgv As Integer = 0 + Private idxchk As Integer = 0 + Private akt_ctrl As Control + Private _loading As Boolean = False + Dim frmTableColumn As New frmControl_Detail + + + Private Sub frmFormDesigner_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing + Try + If CURRENT_ProfilGUID > 0 Then + Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLS, CURRENT_ProfilGUID) + Dim DT As DataTable = DD_DMSLiteDataSet.TBWH_CHECK_PROFILE_CONTROLS + gbx_CTRL.Visible = False + For Each row As DataRow In DT.Rows + If row.Item("INDEX_NAME").GetType.ToString.ToLower = "system.dbnull" Or row.Item("INDEX_NAME").ToString = "" Then + MsgBox("Für das Control '" & row.Item("NAME") & "' wurde noch keine Indexdefintion hinterlegt!", MsgBoxStyle.Exclamation, "Unvollständige Konfiguration:") + e.Cancel = True + gbx_CTRL.Visible = True + End If + Next + End If + If Application.OpenForms().OfType(Of frmControl_Detail).Any Then + frmControl_Detail.Close() + End If + ' MessageBox.Show("Opened") + Catch ex As Exception + MsgBox("Fehler bei FormClosing: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + + End Sub + '' Used to store the current cursor shape when we start + '' to move the control + 'Private m_CurrentCursor As Cursor + '' Holds the mouse position relative to the inside of + '' our control when the mouse button goes down + 'Private m_CursorOffset As Point + + + Private Sub frmFormDesigner_Load(sender As Object, e As System.EventArgs) Handles Me.Load + + Try + + Me.lblDesign.Text = "FormDesigner für Profil: " & CURRENT_ProfilName + 'löscht alle Controls + pnldesigner.Controls.Clear() + Try + ' Windream instanziieren + _windreamPM = New ClassPMWindream() + 'Windream initialisieren (Connection, Session, ... aufbauen) + _windreamPM.Init() + Catch ex As Exception + MsgBox("Fehler bei Initialisieren von windream: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + Try + TBPM_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + TBWH_CHECK_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONTROL_TABLETableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + Catch ex As Exception + MsgBox("Fehler bei Laden der Connection-Strings und Grunddaten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + + Load_indexe() + Controls_laden() + Catch ex As System.Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "error loading form:") + End Try + End Sub + Sub Load_indexe() + Me.cmbIndex.Items.Clear() + Dim indexe = _windreamPM.GetIndicesByObjecttype(CURRENT_OBJECTTYPE) + If indexe IsNot Nothing Then + Me.cmbIndex.Items.Add("") + For Each index As String In indexe + Me.cmbIndex.Items.Add(index) + Next + Me.cmbIndex.Items.Add("DD PM-ONLY FOR DISPLAY") + Me.cmbIndex.SelectedIndex = -1 + End If + End Sub + Sub Load_Indexe_Vektor() + Try + Me.cmbIndex.Items.Clear() + Dim indexe = _windreamPM.GetIndicesByObjecttype(CURRENT_OBJECTTYPE) + If indexe IsNot Nothing Then + Me.cmbIndex.Items.Add("") + For Each index As String In indexe + Dim _vektorString As Boolean = False + 'If index.StartsWith("Vektor") Or index.StartsWith("vkt") Then + ' MsgBox(_windreamPM.GetTypeOfIndex(index).ToString) + 'End If + Select Case _windreamPM.GetTypeOfIndex(index) + Case 4107 'Vektor Zahl + _vektorString = True + Case 4097 + _vektorString = True + Case Else + _vektorString = False + End Select + If _vektorString = True Then + Me.cmbIndex.Items.Add(index) + End If + + Next + End If + Catch ex As Exception + MsgBox("Fehler bei Indexe Volltext eintragen: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + End Sub + Sub Load_Control() + _loading = True + Try + TabControlEigenschaften.SelectedIndex = 0 + Me.cmbIndex.Visible = False + Me.INDEX_NAMETextBox.Visible = False + If CONTROL_GUID Is Nothing = False Then + TBPM_PROFILE_CONTROLSTableAdapter.Fill(DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS, CONTROL_GUID) + Dim dt As DataTable = DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS + Dim dr As DataRow = dt.Rows(0) + If dr Is Nothing = False Then + ' MsgBox(dr.Item("INDEX_NAME").ToString) + If dr.Item("INDEX_NAME").ToString.StartsWith("[%VKT") Then + Me.rbVektor.Checked = True + Me.rbIndex.Checked = False + Me.INDEX_NAMETextBox.Visible = True + Me.cmbIndex.Visible = False + Me.INDEX_NAMETextBox.Text = dr.Item("INDEX_NAME").ToString.Replace("[%VKT", "") + Else + Me.rbIndex.Checked = True + Me.rbVektor.Checked = False + Me.INDEX_NAMETextBox.Visible = False + Me.cmbIndex.Visible = True + IDX_CMB(akt_ctrl.Name) + End If + Try + If CheckBoxAuswahlliste.Visible = False Then + _loading = False + Exit Sub + End If + If dr.Item("CHOICE_LIST") <> "" Then + CheckBoxAuswahlliste.Checked = True + CHOICE_LISTTextBox.Text = dr.Item("CHOICE_LIST") + End If + Catch ex As Exception + CheckBoxAuswahlliste.Checked = False + End Try + + End If + End If + Catch ex As Exception + If Not ex.Message.Contains("Data Reader") Then + MsgBox("Fehler bei Laden des Controls: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End If + + End Try + _loading = False + End Sub + Sub Controls_laden() + Try + Me.TBPM_PROFILE_CONTROLSTableAdapter.FillByProfil(Me.DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS, CURRENT_ProfilGUID) + 'löscht alle Controls + pnldesigner.Controls.Clear() + + Dim dt As DataTable = DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS + For Each dr As DataRow In dt.Rows + Select Case dr.Item("CTRL_TYPE") + Case "TXT" + add_exisiting_textbox(dr.Item("NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "LBL" + add_existing_label(dr.Item("NAME"), dr.Item("CTRL_TEXT"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "CMB" + add_exisiting_Combobox(dr.Item("NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "DTP" + add_exisiting_DTP(dr.Item("NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "DGV" + add_exisitingDGV(dr.Item("NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "CHK" + add_exisiting_Checkbox(dr.Item("NAME"), dr.Item("CTRL_TEXT"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + Case "TABLE" + add_exisitingTABLE(dr.Item("NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT"))) + End Select + Next + Catch ex As Exception + MsgBox("Fehler bei Controls_laden: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + + End Sub + Private Sub btnlabel_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btnlabel.MouseDown + MouseIsDown = True + End Sub + + Private Sub btntextbox_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btntextbox.MouseDown + MouseIsDown = True + End Sub + + Private Sub btnlabel_MouseMove(sender As Object, e As System.Windows.Forms.MouseEventArgs) Handles btnlabel.MouseMove + If MouseIsDown Then + ' Initiate dragging. + btnlabel.DoDragDrop("lbl", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + + Private Sub btntextbox_MouseMove(sender As Object, e As System.Windows.Forms.MouseEventArgs) Handles btntextbox.MouseMove + If MouseIsDown Then + ' Initiate dragging. + btntextbox.DoDragDrop("txt", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + + Private Sub Panel2_DragDrop(sender As Object, e As System.Windows.Forms.DragEventArgs) Handles pnldesigner.DragDrop + Dim r As New System.Random() + Dim a As Byte + Dim random As Integer = r.Next(8, 100) + Select Case e.Data.GetData(DataFormats.Text) + Case "lbl" + 'idxlbl += 1 + add_newlabel("lbl" & random.ToString) + Case "txt" + 'idxtxt += 1 + add_newtextbox("txt" & random) + Case "cmb" + 'idxcmb += 1 + add_newCombobox("cmb" & random) + Case "dtp" + 'idxdtp += 1 + add_newDTP("dtp" & random) + Case "dgv" + 'idxdgv += 1 + add_newDGV("dgv" & random) + Case "chk" + ' idxchk += 1 + add_newCheckbox("chk" & random) + Case "tb" + add_newTABLE("tb" & random) + End Select + End Sub + + Private Sub Panel2_DragEnter(sender As System.Object, e As System.Windows.Forms.DragEventArgs) Handles pnldesigner.DragEnter + ' Check the format of the data being dropped. + If (e.Data.GetDataPresent(DataFormats.Text)) Then + ' Display the copy cursor. + e.Effect = DragDropEffects.Copy + Else + ' Display the no-drop cursor. + e.Effect = DragDropEffects.None + End If + End Sub + Private Function GetControlGUID(control_name As String) + Try + CONTROL_GUID = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, control_name) + Return CONTROL_GUID + Catch ex As Exception + MsgBox("Fehler bei GetControlGUID: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + Return 0 + End Try + End Function + Function add_newlabel(lblname As String) + Try + Dim lbl As New Label + lbl.Name = lblname + lbl.Text = "Bez. definieren" + lbl.AutoSize = True + 'lbl.Size = New Size(CInt(lbl.Text.Length * 10), 16) + 'lbl.Size = New Size(300, 27) + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + lbl.Location = New Point(clientPosition) + pnldesigner.Controls.Add(lbl) + akt_ctrl = lbl + + AddHandler lbl.Click, AddressOf OnlblClick + AddHandler lbl.MouseDown, AddressOf MovableLabel_MouseDown + AddHandler lbl.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler lbl.MouseMove, AddressOf Control_MouseMove 'MovableLabel_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, lbl.Name, "LBL", lblname, lbl.Location.X, lbl.Location.Y, Environment.UserName, 16, 200) + 'GetControlGUID(lbl.Name) + 'Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen Label: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_existing_label(lblname As String, text As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim lbl As New Label + lbl.Name = lblname + lbl.Text = text + lbl.AutoSize = True + 'lbl.Size = New Size(CInt(lbl.Text.Length * 10), vheight) + lbl.Location = New Point(x, y) + + pnldesigner.Controls.Add(lbl) + AddHandler lbl.Click, AddressOf OnlblClick + AddHandler lbl.MouseDown, AddressOf MovableLabel_MouseDown + AddHandler lbl.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler lbl.MouseMove, AddressOf Control_MouseMove 'MovableLabel_MouseMove + + End Function + Function add_newtextbox(txtname As String) + Try + Dim txt As New TextBox + txt.Name = txtname + txt.Size = New Size(200, 27) + txt.Cursor = Cursors.Hand + txt.ReadOnly = True + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + txt.Location = New Point(clientPosition) + txt.BackColor = Color.White + pnldesigner.Controls.Add(txt) + akt_ctrl = txt + + AddHandler txt.Click, AddressOf OntxtClick + AddHandler txt.MouseDown, AddressOf MovableText_MouseDown + AddHandler txt.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler txt.MouseMove, AddressOf Control_MouseMove 'MovableText_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, txt.Name, "TXT", txtname, txt.Location.X, txt.Location.Y, Environment.UserName, 27, 200) + 'GetControlGUID(txt.Name) + 'Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen TextBox: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_exisiting_textbox(txtname As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim txt As New TextBox + txt.Name = txtname + If vheight > 27 Then + txt.Multiline = True + Else + txt.Multiline = False + End If + txt.Size = New Size(vwidth, vheight) + + txt.Cursor = Cursors.Hand + txt.ReadOnly = True + txt.Location = New Point(x, y) + txt.BackColor = Color.White + pnldesigner.Controls.Add(txt) + AddHandler txt.Click, AddressOf OntxtClick + AddHandler txt.MouseDown, AddressOf MovableText_MouseDown + AddHandler txt.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler txt.MouseMove, AddressOf Control_MouseMove 'MovableText_MouseMove + btnsave.Visible = True + + End Function + Function add_newCheckbox(chkname As String) + Try + + Dim chk As New CheckBox + chk.Name = chkname + 'chk.Size = New Size(200, 27) + chk.AutoSize = True + chk.Text = "Beschriftung def." + chk.Cursor = Cursors.Hand + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + chk.Location = New Point(clientPosition) + pnldesigner.Controls.Add(chk) + akt_ctrl = chk + + AddHandler chk.Click, AddressOf OnchkboxClick + AddHandler chk.MouseDown, AddressOf MovableChk_MouseDown + AddHandler chk.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler chk.MouseMove, AddressOf Control_MouseMove 'MovableChk_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, chk.Name, "CHK", chkname, chk.Location.X, chk.Location.Y, Environment.UserName, 27, 200) + GetControlGUID(chk.Name) + Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen Checkbox: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_exisiting_Checkbox(chkname As String, text As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim chk As New CheckBox + chk.Name = chkname + chk.AutoSize = True + 'chk.Size = New Size(vwidth, vheight) + chk.Text = text + chk.Cursor = Cursors.Hand + chk.Location = New Point(x, y) + pnldesigner.Controls.Add(chk) + AddHandler chk.Click, AddressOf OnchkboxClick + AddHandler chk.MouseDown, AddressOf MovableChk_MouseDown + AddHandler chk.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler chk.MouseMove, AddressOf Control_MouseMove 'MovableChk_MouseMove + btnsave.Visible = True + End Function + Function add_newCombobox(cmbname As String) + Try + Dim cmb As New ComboBox + cmb.Name = cmbname + cmb.Size = New Size(180, 24) + cmb.Cursor = Cursors.Hand + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + cmb.Location = New Point(clientPosition) + pnldesigner.Controls.Add(cmb) + akt_ctrl = cmb + + AddHandler cmb.Click, AddressOf OncmbClick + AddHandler cmb.MouseDown, AddressOf Movablecmb_MouseDown + AddHandler cmb.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler cmb.MouseMove, AddressOf Control_MouseMove 'Movablecmb_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, cmb.Name, "CMB", cmbname, cmb.Location.X, cmb.Location.Y, Environment.UserName, 24, 180) + GetControlGUID(cmb.Name) + Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen Combobox: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_exisiting_Combobox(cmbname As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim cmb As New ComboBox + cmb.Name = cmbname + cmb.Size = New Size(vwidth, vheight) + cmb.Cursor = Cursors.Hand + cmb.Location = New Point(x, y) + pnldesigner.Controls.Add(cmb) + AddHandler cmb.Click, AddressOf OncmbClick + AddHandler cmb.MouseDown, AddressOf Movablecmb_MouseDown + AddHandler cmb.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler cmb.MouseMove, AddressOf Control_MouseMove 'Movablecmb_MouseMove + btnsave.Visible = True + End Function + Function add_exisiting_DTP(dtpname As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim dtp As New DateTimePicker + dtp.Name = dtpname + dtp.Size = New Size(vwidth, vheight) + dtp.Cursor = Cursors.Hand + dtp.Location = New Point(x, y) + dtp.Format = DateTimePickerFormat.Short + pnldesigner.Controls.Add(dtp) + + AddHandler dtp.Click, AddressOf OndtpClick + AddHandler dtp.MouseDown, AddressOf Movabledtp_MouseDown + AddHandler dtp.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler dtp.MouseMove, AddressOf Control_MouseMove 'Movabledtp_MouseMove + btnsave.Visible = True + End Function + Function add_newDTP(dtpname As String) + Try + Dim dtp As New DateTimePicker + dtp.Name = dtpname + dtp.Size = New Size(180, 24) + dtp.Cursor = Cursors.Hand + dtp.Format = DateTimePickerFormat.Short + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + dtp.Location = New Point(clientPosition) + pnldesigner.Controls.Add(dtp) + akt_ctrl = dtp + AddHandler dtp.Click, AddressOf OndtpClick + AddHandler dtp.MouseDown, AddressOf Movabledtp_MouseDown + AddHandler dtp.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler dtp.MouseMove, AddressOf Control_MouseMove 'Movabledtp_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, dtp.Name, "DTP", dtpname, dtp.Location.X, dtp.Location.Y, Environment.UserName, 24, 180) + GetControlGUID(dtp.Name) + Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen DatetimePicker: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_exisitingDGV(dtpname As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim dgv As New DataGridView + dgv.Name = dtpname + dgv.Size = New Size(vwidth, vheight) + dgv.Cursor = Cursors.Hand + dgv.Location = New Point(x, y) + dgv.AllowUserToAddRows = False + dgv.AllowUserToDeleteRows = False + dgv.AllowUserToResizeColumns = False + dgv.AllowUserToResizeRows = False + + + Dim col As New DataGridViewTextBoxColumn + col.HeaderText = "" + col.Name = "column1" + dgv.Columns.Add(col) + + pnldesigner.Controls.Add(dgv) + + AddHandler dgv.Click, AddressOf OndgvClick + AddHandler dgv.MouseDown, AddressOf MovableDGV_MouseDown + AddHandler dgv.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler dgv.MouseMove, AddressOf dgv_MouseMove + + btnsave.Visible = True + End Function + Function add_newDGV(dgvName As String) + Try + Dim dgv As New DataGridView + dgv.Name = dgvName + dgv.Size = New Size(130, 150) + dgv.Cursor = Cursors.Hand + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + dgv.Location = New Point(clientPosition) + dgv.AllowUserToAddRows = False + dgv.AllowUserToDeleteRows = False + dgv.AllowUserToResizeColumns = False + dgv.AllowUserToResizeRows = False + + Dim col As New DataGridViewTextBoxColumn + col.HeaderText = "" + col.Name = "column1" + dgv.Columns.Add(col) + pnldesigner.Controls.Add(dgv) + akt_ctrl = dgv + + AddHandler dgv.Click, AddressOf OndgvClick + AddHandler dgv.MouseDown, AddressOf MovableDGV_MouseDown + AddHandler dgv.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler dgv.MouseMove, AddressOf dgv_MouseMove + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, dgv.Name, "DGV", dgvName, dgv.Location.X, dgv.Location.Y, Environment.UserName, 130, 150) + GetControlGUID(dgv.Name) + Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen DGV: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_newTABLE(tableName As String) + Try + Dim table As New DataGridView + table.Name = tableName + table.Size = New Size(200, 150) + table.Cursor = Cursors.Hand + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + table.Location = New Point(clientPosition) + table.AllowUserToAddRows = False + table.AllowUserToDeleteRows = False + table.AllowUserToResizeColumns = True + table.AllowUserToResizeRows = False + + Dim col1 As New DataGridViewTextBoxColumn + col1.HeaderText = "Column1" + col1.Name = "column1" + table.Columns.Add(col1) + Dim col2 As New DataGridViewTextBoxColumn + col2.HeaderText = "Column2" + col2.Name = "column2" + table.Columns.Add(col2) + pnldesigner.Controls.Add(table) + akt_ctrl = table + + AddHandler table.Click, AddressOf OndgvClick + AddHandler table.MouseDown, AddressOf MovableDGV_MouseDown + AddHandler table.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler table.MouseMove, AddressOf dgv_MouseMove + AddHandler table.ColumnHeaderMouseClick, AddressOf table_ColumnHeaderMouseClick + TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertAnlage(CURRENT_ProfilGUID, table.Name, "TABLE", tableName, table.Location.X, table.Location.Y, Environment.UserName, 130, 150) + Dim c_ID = GetControlGUID(table.Name) + If c_ID > 0 Then + TBPM_CONTROL_TABLETableAdapter.Insert(c_ID, "column1", "Column1", 95, Environment.UserName) + TBPM_CONTROL_TABLETableAdapter.Insert(c_ID, "column2", "Column2", 95, Environment.UserName) + End If + Load_Control() + btnsave.Visible = True + Catch ex As Exception + MsgBox("Fehler bei Anlegen Tabelle: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Function + Function add_exisitingTABLE(tableName As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer) + Dim table As New DataGridView + table.Name = tableName + table.Size = New Size(vwidth, vheight) + table.Cursor = Cursors.Hand + table.Location = New Point(x, y) + table.AllowUserToAddRows = False + table.AllowUserToDeleteRows = False + table.AllowUserToResizeColumns = True + table.AllowUserToResizeRows = False + + 'Columns laden + Dim cID = GetControlGUID(tableName) + If cID > 0 Then + TBPM_CONTROL_TABLETableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONTROL_TABLE, cID) + Dim DT As DataTable = Me.DD_DMSLiteDataSet.TBPM_CONTROL_TABLE + If DT.Rows.Count > 0 Then + For Each Row As DataRow In DT.Rows + Dim col As New DataGridViewTextBoxColumn + col.HeaderText = Row.Item("SPALTEN_HEADER") + col.Name = Row.Item("SPALTENNAME") + col.Width = Row.Item("SPALTENBREITE") + table.Columns.Add(col) + Next + End If + End If + ' table.AutoResizeColumns() + + pnldesigner.Controls.Add(table) + + AddHandler table.Click, AddressOf OndgvClick + AddHandler table.MouseDown, AddressOf MovableDGV_MouseDown + AddHandler table.MouseUp, AddressOf MovableCtrl_MouseUp + AddHandler table.MouseMove, AddressOf dgv_MouseMove + AddHandler table.ColumnHeaderMouseClick, AddressOf table_ColumnHeaderMouseClick + + btnsave.Visible = True + End Function + Sub Set_Active_Color() + akt_ctrl.BackColor = Color.DarkOrange + For Each inctrl As Control In Me.pnldesigner.Controls + If inctrl.Name <> akt_ctrl.Name Then + Dim Type As String = inctrl.GetType.ToString + Select Case Type + Case "System.Windows.Forms.TextBox" + inctrl.BackColor = Color.White + Case "System.Windows.Forms.ComboBox" + inctrl.BackColor = Color.White + Case "System.Windows.Forms.Label" + inctrl.BackColor = Color.Transparent + End Select + End If + Next + End Sub + Public Sub OnlblClick(sender As System.Object, e As System.EventArgs) + akt_ctrl = sender + Set_Active_Color() + Dim lbl As Label = sender + GetControlGUID(lbl.Name) + Load_Control() + Me.lblBeschriftung.Visible = True + Me.CTRL_TEXTTextBox.Visible = True + Me.lblIndex.Visible = False + + Me.cmbIndex.Visible = False + Me.rbIndex.Visible = False + Me.rbVektor.Visible = False + + Me.VALIDATIONCheckBox.Visible = False + Me.CheckBoxAuswahlliste.Visible = False + Me.CHOICE_LISTTextBox.Visible = False + Me.lblAuswahlliste.Visible = False + gbx_CTRL.Visible = True + ' Me.pnlAuswahlliste.Enabled = False + + Me.READ_ONLYCheckBox.Visible = False + Me.LOAD_IDX_VALUECheckBox.Visible = False + + INDEX_NAMETextBox.Visible = False + End Sub + Public Sub OntxtClick(sender As System.Object, e As System.EventArgs) + akt_ctrl = sender + Dim txt As TextBox = sender + Set_Active_Color() + GetControlGUID(txt.Name) + Load_indexe() + Load_Control() + Me.lblBeschriftung.Visible = False + Me.CTRL_TEXTTextBox.Visible = False + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + Me.rbVektor.Visible = True + Me.CheckBoxAuswahlliste.Visible = False + Me.VALIDATIONCheckBox.Visible = True + Me.CheckBoxAuswahlliste.Visible = False + Me.CHOICE_LISTTextBox.Visible = False + Me.lblAuswahlliste.Visible = False + + gbx_CTRL.Visible = True + ' Me.pnlAuswahlliste.Enabled = False + + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Public Sub OnchkboxClick(sender As System.Object, e As System.EventArgs) + akt_ctrl = sender + Dim chk As CheckBox = sender + Set_Active_Color() + GetControlGUID(chk.Name) + Load_indexe() + Load_Control() + Me.lblBeschriftung.Visible = True + Me.CTRL_TEXTTextBox.Visible = True + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + Me.rbVektor.Visible = True + Me.VALIDATIONCheckBox.Visible = True + Me.CheckBoxAuswahlliste.Visible = False + Me.CHOICE_LISTTextBox.Visible = False + Me.lblAuswahlliste.Visible = False + gbx_CTRL.Visible = True + ' Me.pnlAuswahlliste.Enabled = False + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Public Sub OncmbClick(sender As System.Object, e As System.EventArgs) + akt_ctrl = sender + Dim cmb As ComboBox = sender + + Set_Active_Color() + GetControlGUID(cmb.Name) + Load_indexe() + Load_Control() + Me.lblBeschriftung.Visible = False + Me.CTRL_TEXTTextBox.Visible = False + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + Me.rbVektor.Visible = True + Me.CheckBoxAuswahlliste.Visible = True + Me.VALIDATIONCheckBox.Visible = True + gbx_CTRL.Visible = True + If CHOICE_LISTTextBox.Text <> "" Then + CheckBoxAuswahlliste.Checked = True + Else + CheckBoxAuswahlliste.Checked = False + End If + + ' Me.pnlAuswahlliste.Enabled = True + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Public Sub OndtpClick(sender As System.Object, e As System.EventArgs) + + akt_ctrl = sender + Dim dtp As DateTimePicker = sender + GetControlGUID(dtp.Name) + Load_indexe() + Load_Control() + Me.lblBeschriftung.Visible = False + Me.CTRL_TEXTTextBox.Visible = False + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + Me.rbVektor.Visible = True + + Me.CheckBoxAuswahlliste.Visible = False + Me.VALIDATIONCheckBox.Visible = True + gbx_CTRL.Visible = True + CHOICE_LISTTextBox.Visible = False + ' Me.pnlAuswahlliste.Enabled = False + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Public Sub OndgvClick(sender As System.Object, e As System.EventArgs) + akt_ctrl = sender + Dim dgv As DataGridView = sender + GetControlGUID(dgv.Name) + + If dgv.ColumnCount > 1 Then + Me.rbVektor.Visible = False + Load_Indexe_Vektor() + Dim selectedColumnCount As Integer = dgv.Columns.GetColumnCount(DataGridViewElementStates.Selected) + If selectedColumnCount > 0 Then + COLUMN_GUID = TBPM_CONTROL_TABLETableAdapter.getColumnID(CONTROL_GUID, dgv.SelectedColumns(selectedColumnCount).Name) + End If + Else + Load_indexe() + Me.rbVektor.Visible = True + COLUMN_GUID = Nothing + End If + + + Load_Control() + Me.lblBeschriftung.Visible = False + Me.CTRL_TEXTTextBox.Visible = False + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + + Me.CheckBoxAuswahlliste.Visible = False + Me.CHOICE_LISTTextBox.Visible = False + Me.lblAuswahlliste.Visible = False + + Me.VALIDATIONCheckBox.Visible = True + + gbx_CTRL.Visible = True + CHOICE_LISTTextBox.Visible = False + 'Me.pnlAuswahlliste.Enabled = False + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Public Sub table_ColumnHeaderMouseClick(sender As System.Object, e As DataGridViewCellMouseEventArgs) + akt_ctrl = sender + Dim dgv As DataGridView = sender + GetControlGUID(dgv.Name) + + Me.rbVektor.Visible = False + + Dim dgvColumn As DataGridViewColumn = dgv.Columns(e.ColumnIndex) + COLUMN_GUID = TBPM_CONTROL_TABLETableAdapter.getColumnID(CONTROL_GUID, dgvColumn.Name) + If Application.OpenForms().OfType(Of frmControl_Detail).Any Then + ' MessageBox.Show("Opened") + Else + frmTableColumn = New frmControl_Detail + frmTableColumn.Show() + End If + frmTableColumn.FillData(COLUMN_GUID) + frmTableColumn.Text = "Konfiguration von Spalte: " & dgvColumn.Name + + + + Load_Control() + Me.lblBeschriftung.Visible = True + Me.CTRL_TEXTTextBox.Visible = True + Me.lblIndex.Visible = True + Me.cmbIndex.Visible = True + Me.rbIndex.Visible = True + + Me.CheckBoxAuswahlliste.Visible = False + Me.CHOICE_LISTTextBox.Visible = False + Me.lblAuswahlliste.Visible = False + + Me.VALIDATIONCheckBox.Visible = True + + gbx_CTRL.Visible = True + ' Me.pnlAuswahlliste.Enabled = False + Me.READ_ONLYCheckBox.Visible = True + Me.LOAD_IDX_VALUECheckBox.Visible = True + End Sub + Sub IDX_CMB(controlname As String) + Try + Dim guid As Integer = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, controlname) + Dim indexname As String = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetIndexname(guid) + 'If indexname.StartsWith("[%") Then + ' indexname = indexname.Replace("[%", "") + 'End If + cmbIndex.SelectedIndex = cmbIndex.FindStringExact(indexname) + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "IDX_CMB:") + End Try + + End Sub + Sub delete_Control(_ctrlname As String) + Try + Dim result As MsgBoxResult = MsgBox("Wollen Sie das Control: " & _ctrlname & " wirklich löschen?", MsgBoxStyle.YesNo, "Bestätigung:") + ' wenn Speichern ja + If result = MsgBoxResult.Yes Then + Dim guid As Integer = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, _ctrlname) + If guid > 0 Then + Me.TBPM_CONTROL_TABLETableAdapter.Delete(guid) + TBPM_PROFILE_CONTROLSTableAdapter.Delete(guid) + Controls_laden() + End If + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "delete_Control:") + End Try + End Sub + ' +++ Public Helper Methods +++ + Public Function GetCursorPosition() As Point + Return pnldesigner.PointToClient(Cursor.Position) + End Function + + Private Sub MovableLabel_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left Then + Dim lbl As Label = DirectCast(sender, Label) + akt_ctrl = sender + begin_location = e.Location + lbl.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + End If + End Sub + Private Sub MovableText_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left Then + Dim txt As TextBox = DirectCast(sender, TextBox) + akt_ctrl = sender + GetControlGUID(akt_ctrl.Name) + + begin_location = e.Location + txt.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + End If + End Sub + Private Sub MovableChk_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left Then + Dim txt As CheckBox = DirectCast(sender, CheckBox) + akt_ctrl = sender + GetControlGUID(akt_ctrl.Name) + begin_location = e.Location + txt.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + End If + End Sub + Private Sub Movablecmb_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left Then + Dim cmb As ComboBox = DirectCast(sender, ComboBox) + akt_ctrl = sender + GetControlGUID(akt_ctrl.Name) + begin_location = e.Location + + cmb.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + End If + End Sub + Private Sub Movabledtp_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left Then + Dim dtp As DateTimePicker = DirectCast(sender, DateTimePicker) + akt_ctrl = sender + GetControlGUID(akt_ctrl.Name) + 'Console.WriteLine("X: " & cursor.X & ";Y=" & cursor.Y) + begin_location = e.Location + 'begin_location = New Point(cursor.X - Parent.Location.X, + ' cursor.Y - Parent.Location.Y) + dtp.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + + 'Jetzt Controleigenschaften laden + Load_Control() + + End If + End Sub + + Private Sub MovableDGV_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown + ' Check to see if the correct button has been pressed + If e.Button = Windows.Forms.MouseButtons.Left And Cursor = Cursors.Default Then + Dim dgv As DataGridView = DirectCast(sender, DataGridView) + Dim relativeMousePosition As Point = dgv.PointToClient(Cursor.Position) + Dim hit As DataGridView.HitTestInfo = dgv.HitTest(relativeMousePosition.X, relativeMousePosition.Y) + If hit.Type.ToString = "ColumnHeader" Then + Exit Sub + End If + + akt_ctrl = sender + + begin_location = e.Location + akt_ctrl.Tag = New clsDragInfo(Form.MousePosition, sender.Location) + dgv.BringToFront() + ' Set the mode flag to signal the MouseMove event handler that it + ' needs to now calculate new positions for our control + m_Moving = True + + akt_ctrl = sender + GetControlGUID(akt_ctrl.Name) + GetControlGUID(dgv.Name) + 'Jetzt Controleigenschaften laden + Set_Active_Color() + GetControlGUID(dgv.Name) + Load_Control() + + gbx_CTRL.Visible = True + End If + End Sub + Private Sub MovableCtrl_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseUp + akt_ctrl.Tag = Nothing + ' The button was released, so we're going back to Static mode. + If m_Moving = True Then + m_Moving = False + end_location = e.Location + If X_LOCTextBox.Text <> String.Empty Then + If akt_ctrl.Location.X <> X_LOCTextBox.Text Or akt_ctrl.Location.Y <> Y_LOCTextBox.Text Then + X_LOCTextBox.Text = akt_ctrl.Location.X + Y_LOCTextBox.Text = akt_ctrl.Location.Y + Save_Control() + End If + End If + + 'Y_LOCTextBox.Text = end_location.Y + 'Save_Control() + End If + ' Restore the cursor image to the way we found it when the mouse + ' button was pressed + MyBase.Cursor = Cursors.Default + End Sub + Private Sub Control_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + Try + If akt_ctrl Is Nothing Then + Exit Sub + End If + 'Check which mode we're in. If we're supposed to be moving + 'our control + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim NowCursor As Point = GetCursorPosition() + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + If Point.op_Inequality(NowCursor, begin_location) Then + akt_ctrl.Location = New System.Drawing.Point(NowCursor.X - begin_location.X, + NowCursor.Y - begin_location.Y) + End If + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "MovableLabel_MouseMove") + m_Moving = False + End Try + + End Sub + Private Sub MovableLabel_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + Try + If akt_ctrl Is Nothing Then + Exit Sub + End If + 'Check which mode we're in. If we're supposed to be moving + 'our control + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.Label" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim lbl As Label = DirectCast(sender, Label) + + Dim NowCursor As Point = GetCursorPosition() + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + If Point.op_Inequality(NowCursor, begin_location) Then + lbl.Location = New System.Drawing.Point(NowCursor.X - begin_location.X, + NowCursor.Y - begin_location.Y) + End If + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "MovableLabel_MouseMove") + m_Moving = False + End Try + + End Sub + Private Sub MovableText_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + 'Check which mode we're in. If we're supposed to be moving + 'our control + If akt_ctrl Is Nothing Then + Exit Sub + End If + Try + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.TextBox" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim txt As TextBox = DirectCast(sender, TextBox) + + Dim NowCursor As Point = GetCursorPosition() + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + ' parent container + If Point.op_Inequality(NowCursor, begin_location) Then + txt.Location = New System.Drawing.Point(NowCursor.X - begin_location.X, + NowCursor.Y - begin_location.Y) + End If + + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "MovableText_MouseMove") + m_Moving = False + End Try + + + End Sub + Private Sub MovableChk_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + 'Check which mode we're in. If we're supposed to be moving + 'our control + If akt_ctrl Is Nothing Then + Exit Sub + End If + Try + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.CheckBox" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim chk As CheckBox = DirectCast(sender, CheckBox) + Dim NowCursor As Point = GetCursorPosition() + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + If Point.op_Inequality(NowCursor, begin_location) Then + chk.Location = New System.Drawing.Point(NowCursor.X - begin_location.X, + NowCursor.Y - begin_location.Y) + End If + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "MovableChk_MouseMove") + m_Moving = False + End Try + + End Sub + Private Sub Movablecmb_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + 'Check which mode we're in. If we're supposed to be moving + 'our control + If akt_ctrl Is Nothing Then + Exit Sub + End If + Try + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.ComboBox" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim cmb As ComboBox = DirectCast(sender, ComboBox) + Static LastCursor As Point + Dim NowCursor As Point = GetCursorPosition() + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + If Point.op_Inequality(NowCursor, begin_location) Then + cmb.Location = New System.Drawing.Point(NowCursor.X - begin_location.X, + NowCursor.Y - begin_location.Y) + End If + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Movablecmb_MouseMove") + m_Moving = False + End Try + + + End Sub + 'Private Sub Movabledtp_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + ' 'Check which mode we're in. If we're supposed to be moving + ' 'our control + ' If akt_ctrl Is Nothing Then + ' Exit Sub + ' End If + ' Try + ' If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.DateTimePicker" Then + ' Me.Cursor = Cursors.Hand + ' Me.Refresh() + + ' Dim dtp As DateTimePicker = DirectCast(sender, DateTimePicker) + ' Static LastCursor As Point + ' Dim NowCursor = GetCursorPosition() ' New Point(Cursor.Position.X, Cursor.Position.Y) + ' ' Console.WriteLine("NOW X: " & NowCursor.X & ";Y=" & NowCursor.Y) + ' ' get the screen position of the mouse pointer and map it + ' ' to the position relative to the top-left corner of our + ' ' parent container + ' If Point.op_Inequality(NowCursor, begin_location) Then + ' 'dtp.Location = New System.Drawing.Point(NowCursor.X - pnldesigner.Location.X, NowCursor.Y - pnldesigner.Location.Y) + ' ' Alle normalen Controls + ' dtp.Location = New Point(NowCursor.X - begin_location.X, + ' NowCursor.Y - begin_location.Y) + ' 'dtp.Location = New System.Drawing.Point(clientPosition.X - begin_location.X, clientPosition.Y - begin_location.Y) + ' End If + ' End If + ' Catch ex As Exception + ' ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Movablecmb_MouseMove") + ' m_Moving = False + ' End Try + + + 'End Sub + Private Sub dgv_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + 'Check which mode we're in. If we're supposed to be moving + 'our control + If akt_ctrl Is Nothing Then + Exit Sub + End If + Try + If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.DataGridView" Then + Me.Cursor = Cursors.Hand + Me.Refresh() + + Dim dgv As DataGridView = DirectCast(sender, DataGridView) + Static LastCursor As Point + Dim NowCursor As Point = New Point(Cursor.Position.X, Cursor.Position.Y) + ' get the screen position of the mouse pointer and map it + ' to the position relative to the top-left corner of our + ' parent container + Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + If Point.op_Inequality(NowCursor, LastCursor) Then + dgv.Location = New System.Drawing.Point(clientPosition.X - begin_location.X, clientPosition.Y - begin_location.Y) + End If + End If + Catch ex As Exception + ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Movablecmb_MouseMove") + m_Moving = False + End Try + + + End Sub + 'Private Sub dgv_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove + ' 'Check which mode we're in. If we're supposed to be movingmybase + ' 'our control + ' Try + + ' If akt_ctrl.Tag IsNot Nothing Then + ' Dim info As clsDragInfo = CType(Panel1.Tag, clsDragInfo) + ' Dim newLoc As Point = info.NewLocation(Form.MousePosition) + ' If Me.ClientRectangle.Contains(New Rectangle(newLoc, akt_ctrl.Size)) Then akt_ctrl.Location = newLoc + ' End If + + ' 'If m_Moving = True Then + ' ' ListBox1.Items.Add(sender.ToString & "-" & akt_ctrl.GetType.ToString) + ' 'End If + + + ' 'If m_Moving = True And sender.ToString <> "DD_PM_WINDREAM.frmFormDesigner, Text: Validation-Designer" And akt_ctrl.GetType.ToString = "System.Windows.Forms.DateTimePicker" Then + ' ' Me.Cursor = Cursors.Hand + ' ' Me.Refresh() + + ' ' Dim dgv As DataGridView = DirectCast(sender, DataGridView) + ' ' Static LastCursor As Point + ' ' Dim NowCursor As Point = New Point(Cursor.Position.X, Cursor.Position.Y) + ' ' ' get the screen position of the mouse pointer and map it + ' ' ' to the position relative to the top-left corner of our + ' ' ' parent container + ' ' Dim clientPosition As Point = Me.pnldesigner.PointToClient(System.Windows.Forms.Cursor.Position) + ' ' If Point.op_Inequality(NowCursor, LastCursor) Then + ' ' dgv.Location = New System.Drawing.Point(clientPosition.X - begin_location.X, clientPosition.Y - begin_location.Y) + ' ' End If + ' 'End If + ' Catch ex As Exception + ' ' MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Movabledgv_MouseMove") + ' 'm_Moving = False + ' End Try + + + 'End Sub + Private Sub btnsave_Click(sender As System.Object, e As System.EventArgs) Handles btnsave.Click + Save_Control() + End Sub + Sub Save_Control() + Try + If rbVektor.Checked Then + If INDEX_NAMETextBox.Text = "" Then + MsgBox("Bitte definieren Sie den Bezeichner für dieses Processmanager-Item:", MsgBoxStyle.Exclamation) + Me.INDEX_NAMETextBox.BackColor = Color.Red + Exit Sub + Else + Me.INDEX_NAMETextBox.BackColor = Color.White + End If + ' INDEX_NAME_VALUE.Text = "[%VKT" & INDEX_NAMETextBox.Text + End If + TBPM_PROFILE_CONTROLSBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS.GetChanges Is Nothing = False Then + Me.CHANGED_WHOTextBox.Text = Environment.UserName + TBPM_PROFILE_CONTROLSBindingSource.EndEdit() + TBPM_PROFILE_CONTROLSTableAdapter.Update(DD_DMSLiteDataSet.TBPM_PROFILE_CONTROLS) + tslblAenderungen.Visible = True + tslblAenderungen.Text = "Änderungen gespeichert - " & Now + Else + tslblAenderungen.Visible = False + End If + 'Wenn Datagridview dann Speichern + Dim type As String = akt_ctrl.GetType.ToString + If type.Contains("DataGridView") Then + Dim dgv As DataGridView = DirectCast(akt_ctrl, DataGridView) + If dgv.ColumnCount > 1 Then + 'For Each col As DataColumn In dgv.Columns + ' MsgBox(col.ColumnName) + 'Next + End If + End If + Catch ex As Exception + If ex.Message.ToLower.Contains("interne datatable") = True Or ex.Message.ToLower.Contains("internal index is corrupted") = True Then + Save_Control() + ElseIf ex.Message.ToLower.Contains("geöffneter datareader") = True Then + Exit Sub + Else + MsgBox(ex.Message, MsgBoxStyle.Critical, "Save Control:") + End If + End Try + + End Sub + + Private Sub cmbIndex_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cmbIndex.SelectedIndexChanged + If cmbIndex.SelectedIndex <> -1 Then + If cmbIndex.Text = "DD PM-ONLY FOR DISPLAY" Then + LOAD_IDX_VALUECheckBox.Checked = False + LOAD_IDX_VALUECheckBox.Enabled = False + READ_ONLYCheckBox.Checked = True + VALIDATIONCheckBox.Checked = False + VALIDATIONCheckBox.Enabled = False + Else + LOAD_IDX_VALUECheckBox.Enabled = True + VALIDATIONCheckBox.Enabled = True + End If + If _loading = False Then + Save_Control() + End If + End If + End Sub + + Private Sub btncmb_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btncmb.MouseDown + MouseIsDown = True + End Sub + + Private Sub btncmb_MouseMove(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btncmb.MouseMove + If MouseIsDown Then + ' Initiate dragging. + btncmb.DoDragDrop("cmb", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + + Private Sub CheckBox1_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CheckBoxAuswahlliste.CheckedChanged + If CheckBoxAuswahlliste.Checked Then + lblAuswahlliste.Visible = True + CHOICE_LISTTextBox.Visible = True + Else + lblAuswahlliste.Visible = False + CHOICE_LISTTextBox.Visible = False + End If + End Sub + + + Private Sub btndelete_Click(sender As System.Object, e As System.EventArgs) Handles btndelete.Click + If akt_ctrl Is Nothing = False Then + delete_Control(akt_ctrl.Name) + End If + End Sub + + Private Sub CTRL_TEXTTextBox_LostFocus(sender As Object, e As System.EventArgs) Handles CTRL_TEXTTextBox.LostFocus + Try + Dim type As String = akt_ctrl.GetType.ToString + If type.Contains("Label") Then + TBPM_PROFILE_CONTROLSBindingSource.EndEdit() + End If + Catch ex As Exception + MsgBox("Fehler bei CTRL_TEXTTextBox.LostFocus:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + If akt_ctrl.Text <> CTRL_TEXTTextBox.Text Then + akt_ctrl.Text = CTRL_TEXTTextBox.Text + CTRL_TEXTTextBox.Text = akt_ctrl.Text + Save_Control() + End If + End Sub + Private Sub NAMETextBox_LostFocus(sender As Object, e As System.EventArgs) Handles NAMETextBox.LostFocus + Try + Dim type As String = akt_ctrl.GetType.ToString + If type.Contains("TextBox") Then + TBPM_PROFILE_CONTROLSBindingSource.EndEdit() + End If + Catch ex As Exception + MsgBox("Fehler bei NAMETextBox.LostFocus:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + If akt_ctrl.Name <> NAMETextBox.Text Then + Save_Control() + End If + End Sub + + Private Sub btnwidth_plus_Click(sender As System.Object, e As System.EventArgs) Handles btnwidth_plus.Click + If akt_ctrl Is Nothing = False Then + akt_ctrl.Size = New Size(akt_ctrl.Width + 5, akt_ctrl.Height) + WIDTHTextBox.Text = akt_ctrl.Size.Width + Save_Control() + End If + + End Sub + + Private Sub btnwidth_minus_Click(sender As System.Object, e As System.EventArgs) Handles btnwidth_minus.Click + If akt_ctrl Is Nothing = False Then + akt_ctrl.Size = New Size(akt_ctrl.Width - 5, akt_ctrl.Height) + WIDTHTextBox.Text = akt_ctrl.Size.Width + Save_Control() + End If + End Sub + + Private Sub btnheight_plus_Click(sender As System.Object, e As System.EventArgs) Handles btnheight_plus.Click + If akt_ctrl Is Nothing = False Then + Dim height As Integer = akt_ctrl.Height + height += 5 + If height > 21 Then + Dim txt As TextBox = DirectCast(akt_ctrl, TextBox) + txt.Multiline = True + End If + akt_ctrl.Size = New Size(akt_ctrl.Width, height) + HEIGHTTextBox.Text = height + Save_Control() + End If + End Sub + + Private Sub btnheight_minus_Click(sender As System.Object, e As System.EventArgs) Handles btnheight_minus.Click + If akt_ctrl Is Nothing = False Then + Dim height As Integer = akt_ctrl.Height + height -= 5 + If height < 22 Then + Dim txt As TextBox = DirectCast(akt_ctrl, TextBox) + txt.Multiline = False + End If + akt_ctrl.Size = New Size(akt_ctrl.Width, height) + HEIGHTTextBox.Text = height + Save_Control() + End If + End Sub + + Private Sub Button2_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btndtp.MouseDown + MouseIsDown = True + End Sub + + Private Sub Button2_MouseMove(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btndtp.MouseMove + If MouseIsDown Then + 'Initiate dragging. + btndtp.DoDragDrop("dtp", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + + Private Sub btnVektor_MouseDown(sender As Object, e As MouseEventArgs) Handles btnVektor.MouseDown + MouseIsDown = True + End Sub + + Private Sub btnVektor_MouseMove(sender As Object, e As MouseEventArgs) Handles btnVektor.MouseMove + If MouseIsDown Then + 'Initiate dragging. + btnVektor.DoDragDrop("dgv", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + Private Sub btnTabelle_MouseDown(sender As Object, e As MouseEventArgs) Handles btnTabelle.MouseDown + MouseIsDown = True + End Sub + + Private Sub btnTabelle_MouseMove(sender As Object, e As MouseEventArgs) Handles btnTabelle.MouseMove + If MouseIsDown Then + 'Initiate dragging. + btnVektor.DoDragDrop("tb", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + Private Sub btnTestSQL_Click(sender As Object, e As EventArgs) Handles btnTestSQL.Click + TestSQL(cmbConnection.SelectedValue, SQL_UEBERPRUEFUNGTextBox.Text) + End Sub + Private Sub TestSQL(conid As Integer, sql_Vorschlag As String) + Try + Dim connectionString As String + Dim sqlCnn As SqlClient.SqlConnection + Dim sqlCmd As SqlClient.SqlCommand + Dim adapter As New SqlClient.SqlDataAdapter + Dim NewDataset As New DataSet + Dim i As Integer + Dim sql As String + + connectionString = GetConnectionString(conid) + If connectionString Is Nothing = False Then + sql = sql_Vorschlag + sqlCnn = New SqlClient.SqlConnection(connectionString) + ' Try + sqlCnn.Open() + sqlCmd = New SqlClient.SqlCommand(sql, sqlCnn) + adapter.SelectCommand = sqlCmd + adapter.Fill(NewDataset) + Dim msg As String + For i = 0 To NewDataset.Tables(0).Rows.Count - 1 + msg &= NewDataset.Tables(0).Rows(i).Item(0) & vbNewLine + If i = 30 Then + Exit For + End If + Next + adapter.Dispose() + sqlCmd.Dispose() + sqlCnn.Close() + MsgBox("Folgende Daten wurden erfolgreich abgerufen: " & vbNewLine & vbNewLine & msg & vbNewLine & vbNewLine & "Das Ergebnis wurd auf 30 Zeilen eingeschränkt!", MsgBoxStyle.Information) + End If + + Catch ex As Exception + ClassLogger.Add(" - Unvorhergesehener Fehler bei TestSQL - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei TestSQL:") + End Try + End Sub + Function GetConnectionString(id As Integer) + Try + Me.TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONNECTIONTableAdapter.FillByID(Me.DD_DMSLiteDataSet.TBPM_CONNECTION, id) + Dim connectionString As String + Dim DTConnection As DataTable + DTConnection = Me.DD_DMSLiteDataSet.TBPM_CONNECTION + Dim drConnection As DataRow + For Each drConnection In DTConnection.Rows + Select Case drConnection.Item("SQL_PROVIDER").ToString.ToLower + Case "ms-sql" + If drConnection.Item("USERNAME") = "WINAUTH" Then + connectionString = "Data Source=" & drConnection.Item("SERVER") & ";Initial Catalog=" & drConnection.Item("DATENBANK") & ";Trusted_Connection=True;" + Else + connectionString = "Data Source=" & drConnection.Item("SERVER") & ";Initial Catalog= " & drConnection.Item("DATENBANK") & ";User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";" + End If + If LogErrorsOnly = False Then ClassLogger.Add("## ConnString Sql-Server: " & connectionString) + + Return connectionString + Case "Oracle" + 'Data Source=MyOracleDB;User Id=myUsername;Password=myPassword;Integrated Security=no; + connectionString = "Data Source=" & drConnection.Item("SERVER") & ";Persist Security Info=True;User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";Unicode=True" + Return connectionString + Case Else + ClassLogger.Add(" - ConnectionType nicht integriert", False) + MsgBox("ConnectionType '" & drConnection.Item("SQL_PROVIDER") & "' nicht integriert", MsgBoxStyle.Critical, "Bitte Konfiguration Connection überprüfen!") + Return "" + End Select + Next + Catch ex As Exception + ClassLogger.Add(" - Unvorhergesehener Fehler bei GetConnectionString - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei GetConnectionString:") + Return "" + End Try + End Function + + Private Sub Button1_MouseDown(sender As Object, e As MouseEventArgs) Handles btnCheckbox.MouseDown + MouseIsDown = True + End Sub + + Private Sub Button1_MouseMove(sender As Object, e As MouseEventArgs) Handles btnCheckbox.MouseMove + If MouseIsDown Then + 'Initiate dragging. + btnCheckbox.DoDragDrop("chk", DragDropEffects.Copy) + End If + MouseIsDown = False + End Sub + + Private Sub rbIndex_CheckedChanged(sender As Object, e As EventArgs) Handles rbIndex.CheckedChanged + If rbIndex.Checked Then + Me.cmbIndex.Visible = True + Me.INDEX_NAMETextBox.Visible = False + Me.lblIndex.Text = "Zugeordneter Index" + Else + Me.cmbIndex.Visible = False + Me.INDEX_NAMETextBox.Visible = True + Me.lblIndex.Text = "Bezeichner und getätigte Eingabe werden in das Vektorfeld geschrieben" + End If + End Sub + + Private Sub rbVektor_CheckedChanged(sender As Object, e As EventArgs) Handles rbVektor.CheckedChanged + If rbVektor.Checked Then + Me.INDEX_NAMETextBox.Visible = True + Me.cmbIndex.Visible = False + Me.lblIndex.Text = "Bezeichner und getätigte Eingabe werden in das Vektorfeld geschrieben" + Else + Me.INDEX_NAMETextBox.Visible = False + Me.cmbIndex.Visible = True + Me.lblIndex.Text = "Zugeordneter Index" + End If + End Sub + + Private Sub INDEX_NAMETextBox_Leave(sender As Object, e As EventArgs) Handles INDEX_NAMETextBox.Leave + If INDEX_NAMETextBox.Text <> "" And CONTROL_GUID Is Nothing = False Then + TBPM_PROFILE_CONTROLSTableAdapter.cmdUpdateIndexname("[%VKT" & INDEX_NAMETextBox.Text, Environment.UserName, CONTROL_GUID) + End If + End Sub + + Private Sub READ_ONLYCheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles READ_ONLYCheckBox.CheckedChanged + If READ_ONLYCheckBox.Checked Then + Me.VALIDATIONCheckBox.Checked = True + Me.LOAD_IDX_VALUECheckBox.Checked = True + End If + End Sub + Private Sub btnrefresh_Click(sender As Object, e As EventArgs) Handles btnrefresh.Click + Controls_laden() + End Sub + + Private Sub TabControlEigenschaften_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControlEigenschaften.SelectedIndexChanged + Select Case TabControlEigenschaften.SelectedIndex + 'Case 2 + ' Try + ' Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + ' Catch ex As Exception + ' ClassLogger.Add(ex.Message) + ' End Try + + End Select + End Sub + + Private Sub btnShowConnections_Click(sender As Object, e As EventArgs) Handles btnShowConnections.Click + frmConnection.ShowDialog() + Try + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + Catch ex As Exception + ClassLogger.Add(ex.Message) + End Try + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmKonfig.Designer.vb b/DD_PM_WINDREAM/frmKonfig.Designer.vb new file mode 100644 index 0000000..aaa6a0b --- /dev/null +++ b/DD_PM_WINDREAM/frmKonfig.Designer.vb @@ -0,0 +1,643 @@ + _ +Partial Class frmKonfig + 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() + Me.btnuniversalview = New System.Windows.Forms.Button() + Me.Label13 = New System.Windows.Forms.Label() + Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() + Me.rbuviewer = New System.Windows.Forms.RadioButton() + Me.rbwddocview = New System.Windows.Forms.RadioButton() + Me.btnpdfxchange = New System.Windows.Forms.Button() + Me.lblpdfxchange = New System.Windows.Forms.Label() + Me.TabControl1 = New System.Windows.Forms.TabControl() + Me.TabPage1 = New System.Windows.Forms.TabPage() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.rbPDF_internal = New System.Windows.Forms.RadioButton() + Me.rbSystem = New System.Windows.Forms.RadioButton() + Me.btnno_pdf_viewer = New System.Windows.Forms.Button() + Me.rbSumatra = New System.Windows.Forms.RadioButton() + Me.rbPDFX_Change = New System.Windows.Forms.RadioButton() + Me.btnSumatra = New System.Windows.Forms.Button() + Me.txtpdfxchange = New System.Windows.Forms.TextBox() + Me.txtSumatra = New System.Windows.Forms.TextBox() + Me.lblSumatra = New System.Windows.Forms.Label() + Me.txtUniversalViewer = New System.Windows.Forms.TextBox() + Me.TabPage2 = New System.Windows.Forms.TabPage() + Me.chkbxUserAut = New System.Windows.Forms.CheckBox() + Me.Label5 = New System.Windows.Forms.Label() + Me.cmbDatenbank = New System.Windows.Forms.ComboBox() + Me.Label4 = New System.Windows.Forms.Label() + Me.Label1 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.txtUser = New System.Windows.Forms.TextBox() + Me.txtPasswort = New System.Windows.Forms.TextBox() + Me.BtnConnect = New System.Windows.Forms.Button() + Me.txtActualConnection = New System.Windows.Forms.TextBox() + Me.txtServer = New System.Windows.Forms.TextBox() + Me.TabPage3 = New System.Windows.Forms.TabPage() + Me.Label7 = New System.Windows.Forms.Label() + Me.Label6 = New System.Windows.Forms.Label() + Me.btnopenlog = New System.Windows.Forms.Button() + Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox() + Me.Button3 = New System.Windows.Forms.Button() + Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() + Me.Button2 = New System.Windows.Forms.Button() + Me.Button1 = New System.Windows.Forms.Button() + Me.btnLogMail = New System.Windows.Forms.Button() + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.txtIntervall = New System.Windows.Forms.TextBox() + Me.TabControl1.SuspendLayout() + Me.TabPage1.SuspendLayout() + Me.GroupBox1.SuspendLayout() + Me.TabPage2.SuspendLayout() + Me.TabPage3.SuspendLayout() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'btnuniversalview + ' + Me.btnuniversalview.Location = New System.Drawing.Point(589, 22) + Me.btnuniversalview.Name = "btnuniversalview" + Me.btnuniversalview.Size = New System.Drawing.Size(32, 23) + Me.btnuniversalview.TabIndex = 14 + Me.btnuniversalview.Text = "..." + Me.btnuniversalview.UseVisualStyleBackColor = True + ' + 'Label13 + ' + Me.Label13.AutoSize = True + Me.Label13.Location = New System.Drawing.Point(6, 3) + Me.Label13.Name = "Label13" + Me.Label13.Size = New System.Drawing.Size(231, 16) + Me.Label13.TabIndex = 12 + Me.Label13.Text = "Installationspfad UniversalViewer:" + ' + 'OpenFileDialog1 + ' + Me.OpenFileDialog1.FileName = "OpenFileDialog1" + ' + 'rbuviewer + ' + Me.rbuviewer.AutoSize = True + Me.rbuviewer.Location = New System.Drawing.Point(8, 51) + Me.rbuviewer.Name = "rbuviewer" + Me.rbuviewer.Size = New System.Drawing.Size(158, 20) + Me.rbuviewer.TabIndex = 15 + Me.rbuviewer.TabStop = True + Me.rbuviewer.Text = "Use UniversalViewer" + Me.rbuviewer.UseVisualStyleBackColor = True + ' + 'rbwddocview + ' + Me.rbwddocview.AutoSize = True + Me.rbwddocview.Location = New System.Drawing.Point(172, 51) + Me.rbwddocview.Name = "rbwddocview" + Me.rbwddocview.Size = New System.Drawing.Size(180, 20) + Me.rbwddocview.TabIndex = 16 + Me.rbwddocview.TabStop = True + Me.rbwddocview.Text = "Use Windream DocView" + Me.rbwddocview.UseVisualStyleBackColor = True + ' + 'btnpdfxchange + ' + Me.btnpdfxchange.Location = New System.Drawing.Point(604, 102) + Me.btnpdfxchange.Name = "btnpdfxchange" + Me.btnpdfxchange.Size = New System.Drawing.Size(32, 23) + Me.btnpdfxchange.TabIndex = 4 + Me.btnpdfxchange.Text = "..." + Me.btnpdfxchange.UseVisualStyleBackColor = True + ' + 'lblpdfxchange + ' + Me.lblpdfxchange.AutoSize = True + Me.lblpdfxchange.Location = New System.Drawing.Point(22, 83) + Me.lblpdfxchange.Name = "lblpdfxchange" + Me.lblpdfxchange.Size = New System.Drawing.Size(216, 16) + Me.lblpdfxchange.TabIndex = 17 + Me.lblpdfxchange.Text = "Installationspfad PDF XChange:" + ' + 'TabControl1 + ' + Me.TabControl1.Controls.Add(Me.TabPage1) + Me.TabControl1.Controls.Add(Me.TabPage2) + Me.TabControl1.Controls.Add(Me.TabPage3) + Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.TabControl1.Location = New System.Drawing.Point(0, 0) + Me.TabControl1.Name = "TabControl1" + Me.TabControl1.SelectedIndex = 0 + Me.TabControl1.Size = New System.Drawing.Size(840, 348) + Me.TabControl1.TabIndex = 21 + ' + 'TabPage1 + ' + Me.TabPage1.Controls.Add(Me.GroupBox1) + Me.TabPage1.Controls.Add(Me.Label13) + Me.TabPage1.Controls.Add(Me.txtUniversalViewer) + Me.TabPage1.Controls.Add(Me.btnuniversalview) + Me.TabPage1.Controls.Add(Me.rbuviewer) + Me.TabPage1.Controls.Add(Me.rbwddocview) + Me.TabPage1.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TabPage1.Location = New System.Drawing.Point(4, 26) + Me.TabPage1.Name = "TabPage1" + Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage1.Size = New System.Drawing.Size(832, 318) + Me.TabPage1.TabIndex = 0 + Me.TabPage1.Text = "Darstellung Dateien:" + Me.TabPage1.UseVisualStyleBackColor = True + ' + 'GroupBox1 + ' + Me.GroupBox1.Controls.Add(Me.rbPDF_internal) + Me.GroupBox1.Controls.Add(Me.rbSystem) + Me.GroupBox1.Controls.Add(Me.btnno_pdf_viewer) + Me.GroupBox1.Controls.Add(Me.rbSumatra) + Me.GroupBox1.Controls.Add(Me.rbPDFX_Change) + Me.GroupBox1.Controls.Add(Me.lblpdfxchange) + Me.GroupBox1.Controls.Add(Me.btnSumatra) + Me.GroupBox1.Controls.Add(Me.txtpdfxchange) + Me.GroupBox1.Controls.Add(Me.txtSumatra) + Me.GroupBox1.Controls.Add(Me.btnpdfxchange) + Me.GroupBox1.Controls.Add(Me.lblSumatra) + Me.GroupBox1.Location = New System.Drawing.Point(10, 77) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(659, 234) + Me.GroupBox1.TabIndex = 25 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "PDF-Viewer (optional)" + ' + 'rbPDF_internal + ' + Me.rbPDF_internal.AutoSize = True + Me.rbPDF_internal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.rbPDF_internal.Location = New System.Drawing.Point(7, 30) + Me.rbPDF_internal.Name = "rbPDF_internal" + Me.rbPDF_internal.Size = New System.Drawing.Size(185, 21) + Me.rbPDF_internal.TabIndex = 0 + Me.rbPDF_internal.TabStop = True + Me.rbPDF_internal.Text = "Internen Viewer benutzen" + Me.rbPDF_internal.UseVisualStyleBackColor = True + ' + 'rbSystem + ' + Me.rbSystem.AutoSize = True + Me.rbSystem.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.rbSystem.Location = New System.Drawing.Point(6, 203) + Me.rbSystem.Name = "rbSystem" + Me.rbSystem.Size = New System.Drawing.Size(186, 21) + Me.rbSystem.TabIndex = 8 + Me.rbSystem.TabStop = True + Me.rbSystem.Text = "Standard-(System) Viewer" + Me.rbSystem.UseVisualStyleBackColor = True + ' + 'btnno_pdf_viewer + ' + Me.btnno_pdf_viewer.Location = New System.Drawing.Point(265, 30) + Me.btnno_pdf_viewer.Name = "btnno_pdf_viewer" + Me.btnno_pdf_viewer.Size = New System.Drawing.Size(228, 23) + Me.btnno_pdf_viewer.TabIndex = 2 + Me.btnno_pdf_viewer.Text = "Keinen separaten pdf-Viewer" + Me.btnno_pdf_viewer.UseVisualStyleBackColor = True + ' + 'rbSumatra + ' + Me.rbSumatra.AutoSize = True + Me.rbSumatra.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.rbSumatra.Location = New System.Drawing.Point(7, 131) + Me.rbSumatra.Name = "rbSumatra" + Me.rbSumatra.Size = New System.Drawing.Size(284, 21) + Me.rbSumatra.TabIndex = 5 + Me.rbSumatra.TabStop = True + Me.rbSumatra.Text = "Sumatra zur Darstellung für pdf-benutzen" + Me.rbSumatra.UseVisualStyleBackColor = True + ' + 'rbPDFX_Change + ' + Me.rbPDFX_Change.AutoSize = True + Me.rbPDFX_Change.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.rbPDFX_Change.Location = New System.Drawing.Point(6, 59) + Me.rbPDFX_Change.Name = "rbPDFX_Change" + Me.rbPDFX_Change.Size = New System.Drawing.Size(318, 21) + Me.rbPDFX_Change.TabIndex = 1 + Me.rbPDFX_Change.TabStop = True + Me.rbPDFX_Change.Text = "PDF-XChange zur Darstellung für pdf-benutzen" + Me.rbPDFX_Change.UseVisualStyleBackColor = True + ' + 'btnSumatra + ' + Me.btnSumatra.Location = New System.Drawing.Point(604, 174) + Me.btnSumatra.Name = "btnSumatra" + Me.btnSumatra.Size = New System.Drawing.Size(32, 23) + Me.btnSumatra.TabIndex = 7 + Me.btnSumatra.Text = "..." + Me.btnSumatra.UseVisualStyleBackColor = True + ' + 'txtpdfxchange + ' + Me.txtpdfxchange.Location = New System.Drawing.Point(25, 102) + Me.txtpdfxchange.Name = "txtpdfxchange" + Me.txtpdfxchange.Size = New System.Drawing.Size(573, 23) + Me.txtpdfxchange.TabIndex = 3 + ' + 'txtSumatra + ' + Me.txtSumatra.Location = New System.Drawing.Point(25, 174) + Me.txtSumatra.Name = "txtSumatra" + Me.txtSumatra.Size = New System.Drawing.Size(573, 23) + Me.txtSumatra.TabIndex = 6 + ' + 'lblSumatra + ' + Me.lblSumatra.AutoSize = True + Me.lblSumatra.Location = New System.Drawing.Point(22, 155) + Me.lblSumatra.Name = "lblSumatra" + Me.lblSumatra.Size = New System.Drawing.Size(183, 16) + Me.lblSumatra.TabIndex = 21 + Me.lblSumatra.Text = "Installationspfad Sumatra:" + ' + 'txtUniversalViewer + ' + Me.txtUniversalViewer.Location = New System.Drawing.Point(10, 22) + Me.txtUniversalViewer.Name = "txtUniversalViewer" + Me.txtUniversalViewer.Size = New System.Drawing.Size(573, 23) + Me.txtUniversalViewer.TabIndex = 13 + ' + 'TabPage2 + ' + Me.TabPage2.Controls.Add(Me.chkbxUserAut) + Me.TabPage2.Controls.Add(Me.Label5) + Me.TabPage2.Controls.Add(Me.cmbDatenbank) + Me.TabPage2.Controls.Add(Me.Label4) + Me.TabPage2.Controls.Add(Me.Label1) + Me.TabPage2.Controls.Add(Me.Label2) + Me.TabPage2.Controls.Add(Me.Label3) + Me.TabPage2.Controls.Add(Me.txtUser) + Me.TabPage2.Controls.Add(Me.txtPasswort) + Me.TabPage2.Controls.Add(Me.BtnConnect) + Me.TabPage2.Controls.Add(Me.txtActualConnection) + Me.TabPage2.Controls.Add(Me.txtServer) + Me.TabPage2.Location = New System.Drawing.Point(4, 26) + Me.TabPage2.Name = "TabPage2" + Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage2.Size = New System.Drawing.Size(832, 318) + Me.TabPage2.TabIndex = 1 + Me.TabPage2.Text = "Datenbankverbindung:" + Me.TabPage2.UseVisualStyleBackColor = True + ' + 'chkbxUserAut + ' + Me.chkbxUserAut.AutoSize = True + Me.chkbxUserAut.Location = New System.Drawing.Point(510, 32) + Me.chkbxUserAut.Name = "chkbxUserAut" + Me.chkbxUserAut.Size = New System.Drawing.Size(182, 21) + Me.chkbxUserAut.TabIndex = 35 + Me.chkbxUserAut.Text = "Windows-Authentifizierung" + Me.chkbxUserAut.UseVisualStyleBackColor = True + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Location = New System.Drawing.Point(5, 111) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(164, 17) + Me.Label5.TabIndex = 34 + Me.Label5.Text = "Aktueller ConnectionString:" + ' + 'cmbDatenbank + ' + Me.cmbDatenbank.FormattingEnabled = True + Me.cmbDatenbank.Location = New System.Drawing.Point(8, 78) + Me.cmbDatenbank.Name = "cmbDatenbank" + Me.cmbDatenbank.Size = New System.Drawing.Size(252, 25) + Me.cmbDatenbank.TabIndex = 27 + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(5, 58) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(73, 17) + Me.Label4.TabIndex = 32 + Me.Label4.Text = "Datenbank:" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(5, 10) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(88, 17) + Me.Label1.TabIndex = 29 + Me.Label1.Text = "Server-Name:" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(299, 10) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(93, 17) + Me.Label2.TabIndex = 30 + Me.Label2.Text = "Benutzername:" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(423, 10) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(63, 17) + Me.Label3.TabIndex = 31 + Me.Label3.Text = "Passwort:" + ' + 'txtUser + ' + Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText + Me.txtUser.Location = New System.Drawing.Point(302, 30) + Me.txtUser.Name = "txtUser" + Me.txtUser.Size = New System.Drawing.Size(118, 25) + Me.txtUser.TabIndex = 25 + ' + 'txtPasswort + ' + Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText + Me.txtPasswort.Location = New System.Drawing.Point(426, 30) + Me.txtPasswort.Name = "txtPasswort" + Me.txtPasswort.Size = New System.Drawing.Size(64, 25) + Me.txtPasswort.TabIndex = 26 + Me.txtPasswort.UseSystemPasswordChar = True + ' + 'BtnConnect + ' + Me.BtnConnect.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_save + Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.BtnConnect.Location = New System.Drawing.Point(302, 78) + Me.BtnConnect.Name = "BtnConnect" + Me.BtnConnect.Size = New System.Drawing.Size(253, 25) + Me.BtnConnect.TabIndex = 28 + Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen" + Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.BtnConnect.UseVisualStyleBackColor = True + ' + 'txtActualConnection + ' + Me.txtActualConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke + Me.txtActualConnection.Location = New System.Drawing.Point(8, 131) + Me.txtActualConnection.Name = "txtActualConnection" + Me.txtActualConnection.ReadOnly = True + Me.txtActualConnection.Size = New System.Drawing.Size(744, 25) + Me.txtActualConnection.TabIndex = 33 + ' + 'txtServer + ' + Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText + Me.txtServer.Location = New System.Drawing.Point(8, 30) + Me.txtServer.Name = "txtServer" + Me.txtServer.Size = New System.Drawing.Size(288, 25) + Me.txtServer.TabIndex = 24 + ' + 'TabPage3 + ' + Me.TabPage3.Controls.Add(Me.Label7) + Me.TabPage3.Controls.Add(Me.txtIntervall) + Me.TabPage3.Controls.Add(Me.Label6) + Me.TabPage3.Controls.Add(Me.btnopenlog) + Me.TabPage3.Controls.Add(Me.chkLogErrorsOnly) + Me.TabPage3.Controls.Add(Me.Button3) + Me.TabPage3.Controls.Add(Me.LinkLabel1) + Me.TabPage3.Controls.Add(Me.Button2) + Me.TabPage3.Controls.Add(Me.Button1) + Me.TabPage3.Controls.Add(Me.btnLogMail) + Me.TabPage3.Location = New System.Drawing.Point(4, 26) + Me.TabPage3.Name = "TabPage3" + Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage3.Size = New System.Drawing.Size(832, 318) + Me.TabPage3.TabIndex = 2 + Me.TabPage3.Text = "Weiteres" + Me.TabPage3.UseVisualStyleBackColor = True + ' + 'Label7 + ' + Me.Label7.AutoSize = True + Me.Label7.Location = New System.Drawing.Point(52, 165) + Me.Label7.Name = "Label7" + Me.Label7.Size = New System.Drawing.Size(55, 17) + Me.Label7.TabIndex = 45 + Me.Label7.Text = "Minuten" + ' + 'Label6 + ' + Me.Label6.AutoSize = True + Me.Label6.Location = New System.Drawing.Point(5, 142) + Me.Label6.Name = "Label6" + Me.Label6.Size = New System.Drawing.Size(164, 17) + Me.Label6.TabIndex = 43 + Me.Label6.Text = "Hinweis Intervall Taskleiste:" + ' + 'btnopenlog + ' + Me.btnopenlog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnopenlog.Location = New System.Drawing.Point(8, 99) + Me.btnopenlog.Name = "btnopenlog" + Me.btnopenlog.Size = New System.Drawing.Size(219, 28) + Me.btnopenlog.TabIndex = 42 + Me.btnopenlog.Text = "Öffne Log-Verzeichnis" + Me.btnopenlog.UseVisualStyleBackColor = True + ' + 'chkLogErrorsOnly + ' + Me.chkLogErrorsOnly.AutoSize = True + Me.chkLogErrorsOnly.Location = New System.Drawing.Point(506, 28) + Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly" + Me.chkLogErrorsOnly.Size = New System.Drawing.Size(117, 21) + Me.chkLogErrorsOnly.TabIndex = 41 + Me.chkLogErrorsOnly.Text = "Log Errors only" + Me.chkLogErrorsOnly.UseVisualStyleBackColor = True + ' + 'Button3 + ' + Me.Button3.Location = New System.Drawing.Point(8, 64) + Me.Button3.Name = "Button3" + Me.Button3.Size = New System.Drawing.Size(219, 29) + Me.Button3.TabIndex = 40 + Me.Button3.Text = "Open Appdata-Folder" + Me.Button3.UseVisualStyleBackColor = True + ' + 'LinkLabel1 + ' + Me.LinkLabel1.AutoSize = True + Me.LinkLabel1.Location = New System.Drawing.Point(233, 29) + Me.LinkLabel1.Name = "LinkLabel1" + Me.LinkLabel1.Size = New System.Drawing.Size(166, 17) + Me.LinkLabel1.TabIndex = 39 + Me.LinkLabel1.TabStop = True + Me.LinkLabel1.Text = "Support-Portal Digital Data" + ' + 'Button2 + ' + Me.Button2.Location = New System.Drawing.Point(506, 99) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(219, 28) + Me.Button2.TabIndex = 38 + Me.Button2.Text = "List all processes" + Me.Button2.UseVisualStyleBackColor = True + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(506, 64) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(219, 29) + Me.Button1.TabIndex = 37 + Me.Button1.Text = "Get Culture Info" + Me.Button1.UseVisualStyleBackColor = True + ' + 'btnLogMail + ' + Me.btnLogMail.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go + Me.btnLogMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnLogMail.Location = New System.Drawing.Point(8, 17) + Me.btnLogMail.Name = "btnLogMail" + Me.btnLogMail.Size = New System.Drawing.Size(219, 41) + Me.btnLogMail.TabIndex = 0 + Me.btnLogMail.Text = "Log/Support Mail erzeugen" + Me.btnLogMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnLogMail.UseVisualStyleBackColor = True + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'txtIntervall + ' + Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_PM_WINDREAM.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) + Me.txtIntervall.Location = New System.Drawing.Point(8, 162) + Me.txtIntervall.Name = "txtIntervall" + Me.txtIntervall.Size = New System.Drawing.Size(38, 25) + Me.txtIntervall.TabIndex = 44 + Me.txtIntervall.Text = Global.DD_PM_WINDREAM.My.MySettings.Default.IntervallReminder + Me.txtIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + ' + 'frmKonfig + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(840, 348) + Me.Controls.Add(Me.TabControl1) + Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmKonfig" + Me.Text = "Konfiguration" + Me.TabControl1.ResumeLayout(False) + Me.TabPage1.ResumeLayout(False) + Me.TabPage1.PerformLayout() + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() + Me.TabPage2.ResumeLayout(False) + Me.TabPage2.PerformLayout() + Me.TabPage3.ResumeLayout(False) + Me.TabPage3.PerformLayout() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + + End Sub + Friend WithEvents btnuniversalview As System.Windows.Forms.Button + Friend WithEvents txtUniversalViewer As System.Windows.Forms.TextBox + Friend WithEvents Label13 As System.Windows.Forms.Label + Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog + Friend WithEvents rbuviewer As System.Windows.Forms.RadioButton + Friend WithEvents rbwddocview As System.Windows.Forms.RadioButton + Friend WithEvents btnpdfxchange As System.Windows.Forms.Button + Friend WithEvents txtpdfxchange As System.Windows.Forms.TextBox + Friend WithEvents lblpdfxchange As System.Windows.Forms.Label + Friend WithEvents TabControl1 As System.Windows.Forms.TabControl + Friend WithEvents TabPage1 As System.Windows.Forms.TabPage + Friend WithEvents TabPage2 As System.Windows.Forms.TabPage + Friend WithEvents cmbDatenbank As System.Windows.Forms.ComboBox + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents BtnConnect As System.Windows.Forms.Button + Friend WithEvents txtServer As System.Windows.Forms.TextBox + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents txtUser As System.Windows.Forms.TextBox + Friend WithEvents txtPasswort As System.Windows.Forms.TextBox + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox + Friend WithEvents btnSumatra As System.Windows.Forms.Button + Friend WithEvents txtSumatra As System.Windows.Forms.TextBox + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents rbSumatra As System.Windows.Forms.RadioButton + Friend WithEvents rbPDFX_Change As System.Windows.Forms.RadioButton + Friend WithEvents lblSumatra As System.Windows.Forms.Label + Friend WithEvents btnno_pdf_viewer As System.Windows.Forms.Button + Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox + Friend WithEvents TabPage3 As System.Windows.Forms.TabPage + Friend WithEvents btnLogMail As System.Windows.Forms.Button + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents rbSystem As System.Windows.Forms.RadioButton + Friend WithEvents Button2 As System.Windows.Forms.Button + Friend WithEvents rbPDF_internal As System.Windows.Forms.RadioButton + Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel + Friend WithEvents Button3 As System.Windows.Forms.Button + Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox + Friend WithEvents btnopenlog As System.Windows.Forms.Button + Friend WithEvents Label7 As System.Windows.Forms.Label + Friend WithEvents txtIntervall As System.Windows.Forms.TextBox + Friend WithEvents Label6 As System.Windows.Forms.Label +End Class diff --git a/DD_PM_WINDREAM/frmKonfig.resx b/DD_PM_WINDREAM/frmKonfig.resx new file mode 100644 index 0000000..9df147d --- /dev/null +++ b/DD_PM_WINDREAM/frmKonfig.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 159, 17 + + + 321, 17 + + + 584, 17 + + + 841, 17 + + + 200 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmKonfig.vb b/DD_PM_WINDREAM/frmKonfig.vb new file mode 100644 index 0000000..0eda6c2 --- /dev/null +++ b/DD_PM_WINDREAM/frmKonfig.vb @@ -0,0 +1,321 @@ +Imports System.Globalization + +Public Class frmKonfig + Private email As New ClassEmail + Dim formshown As Boolean = False + Private Sub btnuniversalview_Click(sender As System.Object, e As System.EventArgs) Handles btnuniversalview.Click + With OpenFileDialog1 + ' Do + .Filter = "Viewer.Exe|*.exe" + .FilterIndex = 1 + .Title = "Pfad zu Universal Viewer.exe:" + If .ShowDialog() = DialogResult.OK Then + Me.txtUniversalViewer.Text = .FileName + SaveMySettingsValue("UniversalViewer", txtUniversalViewer.Text) + End If + End With + End Sub + Private Sub frmKonfig_Load(sender As Object, e As System.EventArgs) Handles Me.Load + 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_KONFIGURATION". Sie können sie bei Bedarf verschieben oder entfernen. + + Try + If Viewer = "uviewer" Then + rbuviewer.Checked = True + Else + rbwddocview.Checked = True + End If + If MyConnectionString = String.Empty Then + Me.TabControl1.SelectedIndex = 1 + Load_ConString("") + Else + Load_ConString(MyConnectionString) + Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_KONFIGURATIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_KONFIGURATION) + End If + If UniversalViewer = String.Empty Then + UniversalViewer = Application.StartupPath & "\programs\Universal Viewer\Viewer.exe" + SaveMySettingsValue("UniversalViewer", UniversalViewer) + End If + txtUniversalViewer.Text = UniversalViewer + txtUniversalViewer.Text = UniversalViewer + txtpdfxchange.Text = PDFXChangeViewer + txtSumatra.Text = SumatraViewer + chkLogErrorsOnly.Checked = CBool(LogErrorsOnly) + Me.txtpdfxchange.Text = PDFXChangeViewer + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Formload Grundkonfig:") + End Try + End Sub + + Private Sub rbuviewer_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles rbuviewer.CheckedChanged + If rbuviewer.Checked Then + Viewer = "uviewer" + txtUniversalViewer.Text = UniversalViewer + GroupBox1.Visible = False + rbSumatra.Checked = False + rbPDFX_Change.Checked = False + Else + Viewer = "docview" + GroupBox1.Visible = True + End If + SaveMySettingsValue("Viewer", Viewer) + End Sub + + Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles btnpdfxchange.Click + With OpenFileDialog1 + ' Do + .Filter = "PDFXCview.Exe|*.exe" + .FilterIndex = 1 + .Title = "Pfad zu PDF XChange Viewer.exe:" + If .ShowDialog() = DialogResult.OK Then + Me.txtpdfxchange.Text = .FileName + SaveMySettingsValue("PDFXChangeViewer", txtpdfxchange.Text) + End If + End With + End Sub + Private Sub cmbDatenbank_Click(sender As System.Object, e As System.EventArgs) Handles cmbDatenbank.Click + Try + Me.Cursor = Cursors.WaitCursor + Dim csb As New SqlClient.SqlConnectionStringBuilder + csb.DataSource = Me.txtServer.Text + csb.IntegratedSecurity = False + csb.UserID = Me.txtUser.Text + csb.Password = Me.txtPasswort.Text + + Dim con As String + If chkbxUserAut.Checked Then + con = "Data Source=" & Me.txtServer.Text & ";Trusted_Connection=True;" + Else + con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";" + End If + Dim connection As New SqlClient.SqlConnection(con) 'csb.ConnectionString) + connection.Open() + Dim cmd As New SqlClient.SqlCommand("sp_databases", connection) + cmd.CommandType = CommandType.StoredProcedure + ' Ausführen und Ergebnis in einer ListBox anzeigen + Dim dr As SqlClient.SqlDataReader = cmd.ExecuteReader + If dr.HasRows Then + Do While dr.Read + cmbDatenbank.Items.Add(dr("Database_Name")) + Loop + cmbDatenbank.DroppedDown = True + End If + connection.Close() + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Datenbank-Connect:") + End Try + Cursor = Cursors.Default + End Sub + + Private Sub BtnConnect_Click(sender As System.Object, e As System.EventArgs) Handles BtnConnect.Click + Try + Dim con As String + If chkbxUserAut.Checked Then + con = "Data Source=" & Me.txtServer.Text & ";Initial Catalog=" & Me.cmbDatenbank.Text & ";Trusted_Connection=True;" + Else + con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";" + End If + + Dim connection As New SqlClient.SqlConnection(con) 'csb.ConnectionString) + 'während Verbindungsaufbau Sanduhr-Mauszeiger + Cursor = Cursors.WaitCursor + connection.Open() + Cursor = Cursors.Default + 'DialogResult = Windows.Forms.DialogResult.OK + Dim result As MsgBoxResult + result = MessageBox.Show("Die Verbindung wurde erfolgreich aufgebaut!" & vbNewLine & "Möchten Sie diese Verbindung nun in der Anwendung speichern?", "Erfolgsmeldung:", MessageBoxButtons.YesNo, MessageBoxIcon.Question) + If result = MsgBoxResult.Yes Then + 'ConnectionString in Anwendung speichern + MyConnectionString = con + ClassDatabase.Init() + 'Das Passwort verschlüsseln + If chkbxUserAut.Checked = False Then + Dim wrapper As New ClassEncryption("!35452didalog=") + Dim cipherText As String = wrapper.EncryptData(Me.txtPasswort.Text) + Dim pw As String = cipherText + con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & pw & ";" + End If + SaveMySettingsValue("MyConnectionString", con) + My.Settings.Save() + Load_ConString(MyConnectionString) + Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_KONFIGURATIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_KONFIGURATION) + End If + Catch ex As Exception + Cursor = Cursors.Default + MsgBox("Fehler beim Verbindungsaufbau: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) + End Try + End Sub + + Private Sub btnSumatra_Click(sender As System.Object, e As System.EventArgs) Handles btnSumatra.Click + With OpenFileDialog1 + ' Do + .Filter = "SumatraPDF.exe|*.exe" + .FilterIndex = 1 + .Title = "Pfad zu SumatraPDF.exe:" + If .ShowDialog() = DialogResult.OK Then + Me.txtSumatra.Text = .FileName + SaveMySettingsValue("SumatraViewer", txtSumatra.Text) + End If + End With + End Sub + Private Sub frmKonfig_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown + formshown = True + Select Case vpdfviewer + Case "internal" + rbPDF_internal.Checked = True + Case "none" + rbPDFX_Change.Checked = False + rbSumatra.Checked = False + Case "pdfxchange" + rbPDFX_Change.Checked = True + rbSumatra.Checked = False + Case "sumatra" + rbPDFX_Change.Checked = False + rbSumatra.Checked = True + If SumatraViewer = String.Empty Then + SumatraViewer = Application.StartupPath & "\programs\SumatraPDF\SumatraPDF.exe" + txtSumatra.Text = SumatraViewer + End If + Case "system" + rbSystem.Checked = True + + End Select + End Sub + + Private Sub rbPDFX_Change_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles rbPDFX_Change.CheckedChanged + If rbPDFX_Change.Checked And formshown = True Then + If PDFXChangeViewer = String.Empty Then + MsgBox("Bitte geben Sie den Installationspfad von PDF XChange-Viewer an!", MsgBoxStyle.Exclamation) + End If + vpdfviewer = "pdfxchange" + SaveMySettingsValue("vpdfviewer", vpdfviewer) + End If + + End Sub + + Private Sub rbSumatra_CheckedChanged(sender As Object, e As System.EventArgs) Handles rbSumatra.CheckedChanged + If rbSumatra.Checked And formshown = True Then + vpdfviewer = "sumatra" + SaveMySettingsValue("vpdfviewer", vpdfviewer) + ' lblSumatra.Visible = True + ' txtSumatra.Visible = True + ' btnSumatra.Visible = True + 'Else + ' lblSumatra.Visible = False + ' txtSumatra.Visible = False + ' btnSumatra.Visible = False + End If + + End Sub + Private Sub btnno_pdf_viewer_Click(sender As System.Object, e As System.EventArgs) Handles btnno_pdf_viewer.Click + vpdfviewer = "none" + SaveMySettingsValue("vpdfviewer", vpdfviewer) + + rbPDF_internal.Checked = False + rbPDFX_Change.Checked = False + txtpdfxchange.Text = "" + rbSumatra.Checked = False + txtSumatra.Text = "" + rbSystem.Checked = False + End Sub + + Private Sub chkbxUserAut_CheckedChanged(sender As Object, e As EventArgs) Handles chkbxUserAut.CheckedChanged + If chkbxUserAut.Checked Then + Me.txtPasswort.Enabled = False + Me.txtUser.Enabled = False + Else + Me.txtPasswort.Enabled = True + Me.txtUser.Enabled = True + End If + End Sub + + Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles btnLogMail.Click + email.Send_Log_Mail(" Log-/SupportMail von Process-Manager DD.

", _ + "Support-Mail Process-Manager", "support@didalog.de", "mail.triplew.de", "support@didalog.de", "ddemail40", "support@didalog.de", False, True) + End Sub + + Private Sub TBPM_KONFIGURATIONBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) + Me.Validate() + Me.TBPM_KONFIGURATIONBindingSource.EndEdit() + Me.TableAdapterManager.UpdateAll(Me.DD_DMSLiteDataSet) + + End Sub + + Private Sub Button1_Click_3(sender As Object, e As EventArgs) Handles Button1.Click + MsgBox("Culture-Name: " & CultureInfo.CurrentCulture.Name & vbNewLine & "Culture-ThreeLetterISOLanguageName: " & CultureInfo.CurrentCulture.ThreeLetterISOLanguageName & vbNewLine & _ + "CurrentUICulture-Name: " & CultureInfo.CurrentUICulture.Name & vbNewLine & "CurrentUICulture-ThreeLetterISOLanguageName: " & CultureInfo.CurrentUICulture.ThreeLetterISOLanguageName) + End Sub + + Private Sub rbSystem_CheckedChanged(sender As Object, e As EventArgs) Handles rbSystem.CheckedChanged + If rbSystem.Checked And formshown = True Then + vpdfviewer = "system" + SaveMySettingsValue("vpdfviewer", vpdfviewer) + End If + End Sub + + Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click + Dim p As Process + Dim processes As Process() + processes = Process.GetProcesses() + Dim msg As String + For Each p In processes + If p.ProcessName <> "svchost" Then + msg = msg & p.ProcessName & vbNewLine + End If + + + Next + MsgBox("Liste der Processnames: " & vbNewLine & msg, MsgBoxStyle.Information) + End Sub + + Private Sub CheckBox2_CheckedChanged(sender As Object, e As EventArgs) + My.Settings.Save() + End Sub + + Private Sub RadioButton1_CheckedChanged(sender As Object, e As EventArgs) Handles rbPDF_internal.CheckedChanged + If rbPDF_internal.Checked And formshown = True Then + vpdfviewer = "internal" + rbPDFX_Change.Checked = False + txtpdfxchange.Text = "" + rbSumatra.Checked = False + txtSumatra.Text = "" + rbSystem.Checked = False + SaveMySettingsValue("vpdfviewer", vpdfviewer) + End If + End Sub + Sub Load_ConString(constr As String) + If constr <> "" And constr.Contains("Password") Then + Dim csb As New SqlClient.SqlConnectionStringBuilder + csb.ConnectionString = MyConnectionString + constr = constr.Replace(csb.Password, "XXXXX") + End If + + Me.txtActualConnection.Text = constr + End Sub + + Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked + ' Specify that the link was visited. + Me.LinkLabel1.LinkVisited = True + ' Navigate to a URL. + System.Diagnostics.Process.Start("http://www.didalog.de/Support") + End Sub + + Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click + Process.Start(Application.UserAppDataPath()) + End Sub + + Private Sub btnopenlog_Click(sender As Object, e As EventArgs) Handles btnopenlog.Click + Process.Start(ClassLogger.DateiSpeicherort) + End Sub + + Private Sub txtIntervall_TextChanged(sender As Object, e As EventArgs) Handles txtIntervall.TextChanged + My.Settings.Save() + End Sub + + Private Sub chkLogErrorsOnly_CheckedChanged(sender As Object, e As EventArgs) Handles chkLogErrorsOnly.CheckedChanged + LogErrorsOnly = chkLogErrorsOnly.Checked + SaveMySettingsValue("LogErrorsOnly", chkLogErrorsOnly.Checked) + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmLicense.Designer.vb b/DD_PM_WINDREAM/frmLicense.Designer.vb new file mode 100644 index 0000000..093b0a1 --- /dev/null +++ b/DD_PM_WINDREAM/frmLicense.Designer.vb @@ -0,0 +1,279 @@ + _ +Partial Class frmLicense + 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() + Me.btnPW_check = New System.Windows.Forms.Button() + Me.txtPW = New System.Windows.Forms.TextBox() + Me.lblPW = New System.Windows.Forms.Label() + Me.grbBoxlicense = New System.Windows.Forms.GroupBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.dtp_Gültigkeit = New System.Windows.Forms.DateTimePicker() + Me.txtlicensekey = New System.Windows.Forms.TextBox() + Me.lblReadKey = New System.Windows.Forms.Label() + Me.btnnewLicenses = New System.Windows.Forms.Button() + Me.txtNewlizences = New System.Windows.Forms.TextBox() + Me.lblnewlicenses = New System.Windows.Forms.Label() + Me.lblAktuelleLizenzen = New System.Windows.Forms.Label() + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.Label2 = New System.Windows.Forms.Label() + Me.txtProfile = New System.Windows.Forms.TextBox() + Me.Label3 = New System.Windows.Forms.Label() + Me.grbBoxlicense.SuspendLayout() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'btnPW_check + ' + Me.btnPW_check.Location = New System.Drawing.Point(179, 2) + Me.btnPW_check.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnPW_check.Name = "btnPW_check" + Me.btnPW_check.Size = New System.Drawing.Size(222, 32) + Me.btnPW_check.TabIndex = 29 + Me.btnPW_check.Text = "Open License Manager" + Me.btnPW_check.UseVisualStyleBackColor = True + ' + 'txtPW + ' + Me.txtPW.Location = New System.Drawing.Point(57, 7) + Me.txtPW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtPW.Name = "txtPW" + Me.txtPW.Size = New System.Drawing.Size(116, 23) + Me.txtPW.TabIndex = 28 + Me.txtPW.UseSystemPasswordChar = True + ' + 'lblPW + ' + Me.lblPW.AutoSize = True + Me.lblPW.Location = New System.Drawing.Point(8, 10) + Me.lblPW.Name = "lblPW" + Me.lblPW.Size = New System.Drawing.Size(32, 16) + Me.lblPW.TabIndex = 27 + Me.lblPW.Text = "PW:" + ' + 'grbBoxlicense + ' + Me.grbBoxlicense.Controls.Add(Me.Label3) + Me.grbBoxlicense.Controls.Add(Me.txtProfile) + Me.grbBoxlicense.Controls.Add(Me.Label2) + Me.grbBoxlicense.Controls.Add(Me.Label1) + Me.grbBoxlicense.Controls.Add(Me.dtp_Gültigkeit) + Me.grbBoxlicense.Controls.Add(Me.txtlicensekey) + Me.grbBoxlicense.Controls.Add(Me.lblReadKey) + Me.grbBoxlicense.Controls.Add(Me.btnnewLicenses) + Me.grbBoxlicense.Controls.Add(Me.txtNewlizences) + Me.grbBoxlicense.Controls.Add(Me.lblnewlicenses) + Me.grbBoxlicense.Controls.Add(Me.lblAktuelleLizenzen) + Me.grbBoxlicense.Location = New System.Drawing.Point(11, 42) + Me.grbBoxlicense.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.grbBoxlicense.Name = "grbBoxlicense" + Me.grbBoxlicense.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.grbBoxlicense.Size = New System.Drawing.Size(567, 222) + Me.grbBoxlicense.TabIndex = 26 + Me.grbBoxlicense.TabStop = False + Me.grbBoxlicense.Text = "Lizenzanzahl ändern (nur Administrator):" + Me.grbBoxlicense.Visible = False + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(7, 94) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(65, 16) + Me.Label1.TabIndex = 9 + Me.Label1.Text = "Gültigkeit:" + Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight + ' + 'dtp_Gültigkeit + ' + Me.dtp_Gültigkeit.Format = System.Windows.Forms.DateTimePickerFormat.[Short] + Me.dtp_Gültigkeit.Location = New System.Drawing.Point(144, 89) + Me.dtp_Gültigkeit.Name = "dtp_Gültigkeit" + Me.dtp_Gültigkeit.Size = New System.Drawing.Size(104, 23) + Me.dtp_Gültigkeit.TabIndex = 8 + Me.dtp_Gültigkeit.Value = New Date(2099, 12, 31, 0, 0, 0, 0) + ' + 'txtlicensekey + ' + Me.txtlicensekey.Location = New System.Drawing.Point(10, 146) + Me.txtlicensekey.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtlicensekey.Multiline = True + Me.txtlicensekey.Name = "txtlicensekey" + Me.txtlicensekey.Size = New System.Drawing.Size(392, 67) + Me.txtlicensekey.TabIndex = 7 + ' + 'lblReadKey + ' + Me.lblReadKey.AutoSize = True + Me.lblReadKey.Location = New System.Drawing.Point(7, 126) + Me.lblReadKey.Name = "lblReadKey" + Me.lblReadKey.Size = New System.Drawing.Size(105, 16) + Me.lblReadKey.TabIndex = 6 + Me.lblReadKey.Text = "Neuer Lizenzkey:" + ' + 'btnnewLicenses + ' + Me.btnnewLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key_go + Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnnewLicenses.Location = New System.Drawing.Point(420, 94) + Me.btnnewLicenses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnnewLicenses.Name = "btnnewLicenses" + Me.btnnewLicenses.Size = New System.Drawing.Size(141, 38) + Me.btnnewLicenses.TabIndex = 5 + Me.btnnewLicenses.Text = "Erzeuge Key" + Me.btnnewLicenses.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnnewLicenses.UseVisualStyleBackColor = True + ' + 'txtNewlizences + ' + Me.txtNewlizences.Location = New System.Drawing.Point(144, 62) + Me.txtNewlizences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtNewlizences.Name = "txtNewlizences" + Me.txtNewlizences.Size = New System.Drawing.Size(49, 23) + Me.txtNewlizences.TabIndex = 4 + Me.txtNewlizences.Text = "1" + ' + 'lblnewlicenses + ' + Me.lblnewlicenses.AutoSize = True + Me.lblnewlicenses.Location = New System.Drawing.Point(7, 65) + Me.lblnewlicenses.Name = "lblnewlicenses" + Me.lblnewlicenses.Size = New System.Drawing.Size(131, 16) + Me.lblnewlicenses.TabIndex = 3 + Me.lblnewlicenses.Text = "Anzahl neue Lizenzen" + ' + 'lblAktuelleLizenzen + ' + Me.lblAktuelleLizenzen.AutoSize = True + Me.lblAktuelleLizenzen.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblAktuelleLizenzen.Location = New System.Drawing.Point(7, 38) + Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen" + Me.lblAktuelleLizenzen.Size = New System.Drawing.Size(65, 16) + Me.lblAktuelleLizenzen.TabIndex = 2 + Me.lblAktuelleLizenzen.Text = "Label13" + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(259, 65) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(91, 16) + Me.Label2.TabIndex = 10 + Me.Label2.Text = "Anzahl Profile:" + ' + 'txtProfile + ' + Me.txtProfile.Location = New System.Drawing.Point(356, 62) + Me.txtProfile.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtProfile.Name = "txtProfile" + Me.txtProfile.Size = New System.Drawing.Size(49, 23) + Me.txtProfile.TabIndex = 11 + Me.txtProfile.Text = "5" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label3.Location = New System.Drawing.Point(411, 67) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(137, 13) + Me.Label3.TabIndex = 12 + Me.Label3.Text = "Lite (5), Plus (11), Max(99)" + ' + 'frmLicense + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(590, 276) + Me.Controls.Add(Me.btnPW_check) + Me.Controls.Add(Me.txtPW) + Me.Controls.Add(Me.lblPW) + Me.Controls.Add(Me.grbBoxlicense) + Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmLicense" + Me.Text = "Lizenzmanager" + Me.grbBoxlicense.ResumeLayout(False) + Me.grbBoxlicense.PerformLayout() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents btnPW_check As System.Windows.Forms.Button + Friend WithEvents txtPW As System.Windows.Forms.TextBox + Friend WithEvents lblPW As System.Windows.Forms.Label + Friend WithEvents grbBoxlicense As System.Windows.Forms.GroupBox + Friend WithEvents txtlicensekey As System.Windows.Forms.TextBox + Friend WithEvents lblReadKey As System.Windows.Forms.Label + Friend WithEvents btnnewLicenses As System.Windows.Forms.Button + Friend WithEvents txtNewlizences As System.Windows.Forms.TextBox + Friend WithEvents lblnewlicenses As System.Windows.Forms.Label + Friend WithEvents lblAktuelleLizenzen As System.Windows.Forms.Label + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents dtp_Gültigkeit As System.Windows.Forms.DateTimePicker + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents txtProfile As System.Windows.Forms.TextBox + Friend WithEvents Label2 As System.Windows.Forms.Label +End Class diff --git a/DD_PM_WINDREAM/frmLicense.resx b/DD_PM_WINDREAM/frmLicense.resx new file mode 100644 index 0000000..b9ac78c --- /dev/null +++ b/DD_PM_WINDREAM/frmLicense.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 179, 17 + + + 442, 17 + + + 699, 17 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmLicense.vb b/DD_PM_WINDREAM/frmLicense.vb new file mode 100644 index 0000000..8f84ae9 --- /dev/null +++ b/DD_PM_WINDREAM/frmLicense.vb @@ -0,0 +1,69 @@ +Imports DLLLicenseManager +Public Class frmLicense + Public _lizenzManager As ClassLicenseManager + Private Sub btnPW_check_Click(sender As System.Object, e As System.EventArgs) Handles btnPW_check.Click + If Me.txtPW.Text <> "" Then + If Me.txtPW.Text = "35452dd!" Then + Me.grbBoxlicense.Visible = True + Refresh_Licence(False) + Me.lblPW.Visible = False + Me.txtPW.Visible = False + Me.btnPW_check.Visible = False + Else + Me.grbBoxlicense.Visible = False + MsgBox("Das eingegebene Passwort stimmt nicht überein!", MsgBoxStyle.Critical, "Falsche Eingabe:") + Me.txtPW.Text = "" + Me.txtPW.Focus() + End If + End If + End Sub + + Private Sub btnnewLicenses_Click(sender As System.Object, e As System.EventArgs) Handles btnnewLicenses.Click + Try + If Me.txtNewlizences.Text <> "" And txtProfile.Text <> "" Then + Dim result As String = Me._lizenzManager.EncodeLicenseKey(txtNewlizences.Text & "#" & dtp_Gültigkeit.Text & "#" & txtProfile.Text, "#DigitalData35452!#") + txtlicensekey.Text = result + Me.TBPM_KONFIGURATIONTableAdapter.CmdUpdateLizenz(Environment.UserName, CStr(result)) + Refresh_Licence(True) + 'MsgBox("Die Lizenzen wurden erfolgreich aktualisiert!", MsgBoxStyle.Exclamation, "Erfolgsmeldung:") + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei New Licenses:") + End Try + End Sub + Sub Refresh_Licence(Neu As Boolean) + Dim lizenzzahl As Integer + Try + Me._lizenzManager = New ClassLicenseManager("#DigitalData35452!#", "") + Dim lic As String = TBPM_KONFIGURATIONTableAdapter.cmdGetLizenz + Dim licString = Me._lizenzManager.DecodeLicenseKey(lic) + + Dim split() = licString.ToString.Split("#") + + If lic <> "" Then + lizenzzahl = split(0) + Else + lizenzzahl = "0" + End If + dtp_Gültigkeit.Value = split(1) + txtProfile.Text = split(2) + LICENSE_PROFILES = split(2) + Me.lblAktuelleLizenzen.Text = "Aktuelle Anzahl Lizenzen: " & lizenzzahl + If Neu = True Then + If CInt(lizenzzahl) > 0 Then + MsgBox("Die Lizenz wurde aktualisiert!", MsgBoxStyle.Information, "Erfolgsmeldung:") + End If + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Fehler bei Licensemanager:") + End Try + End Sub + + Private Sub frmLicense_Load(sender As Object, e As System.EventArgs) Handles Me.Load + Try + TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Fehler bei Formular Load:") + End Try + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb b/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb new file mode 100644 index 0000000..c9dfddb --- /dev/null +++ b/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb @@ -0,0 +1,149 @@ + _ +Partial Class frmLoginAdmin + 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() + Me.txtPW = New System.Windows.Forms.TextBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.btnAbbruch = New System.Windows.Forms.Button() + Me.btnok = New System.Windows.Forms.Button() + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.Button1 = New System.Windows.Forms.Button() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'txtPW + ' + Me.txtPW.Location = New System.Drawing.Point(12, 38) + Me.txtPW.Name = "txtPW" + Me.txtPW.Size = New System.Drawing.Size(248, 25) + Me.txtPW.TabIndex = 7 + Me.txtPW.UseSystemPasswordChar = True + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(9, 15) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(63, 17) + Me.Label1.TabIndex = 6 + Me.Label1.Text = "Passwort:" + ' + 'btnAbbruch + ' + Me.btnAbbruch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnAbbruch.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.btnAbbruch.Location = New System.Drawing.Point(98, 87) + Me.btnAbbruch.Name = "btnAbbruch" + Me.btnAbbruch.Size = New System.Drawing.Size(81, 33) + Me.btnAbbruch.TabIndex = 5 + Me.btnAbbruch.Text = "Abbruch" + Me.btnAbbruch.UseVisualStyleBackColor = True + ' + 'btnok + ' + Me.btnok.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnok.Location = New System.Drawing.Point(185, 87) + Me.btnok.Name = "btnok" + Me.btnok.Size = New System.Drawing.Size(75, 33) + Me.btnok.TabIndex = 4 + Me.btnok.Text = "Weiter" + Me.btnok.UseVisualStyleBackColor = True + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'Button1 + ' + Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow + Me.Button1.Location = New System.Drawing.Point(12, 92) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(75, 23) + Me.Button1.TabIndex = 8 + Me.Button1.UseVisualStyleBackColor = True + ' + 'frmLoginAdmin + ' + Me.AcceptButton = Me.btnok + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.CancelButton = Me.btnAbbruch + Me.ClientSize = New System.Drawing.Size(281, 122) + Me.Controls.Add(Me.Button1) + Me.Controls.Add(Me.txtPW) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.btnAbbruch) + Me.Controls.Add(Me.btnok) + Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmLoginAdmin" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Anmeldung notwendig" + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents txtPW As System.Windows.Forms.TextBox + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents btnAbbruch As System.Windows.Forms.Button + Friend WithEvents btnok As System.Windows.Forms.Button + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents Button1 As System.Windows.Forms.Button +End Class diff --git a/DD_PM_WINDREAM/frmLoginAdmin.resx b/DD_PM_WINDREAM/frmLoginAdmin.resx new file mode 100644 index 0000000..b9ac78c --- /dev/null +++ b/DD_PM_WINDREAM/frmLoginAdmin.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 179, 17 + + + 442, 17 + + + 699, 17 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmLoginAdmin.vb b/DD_PM_WINDREAM/frmLoginAdmin.vb new file mode 100644 index 0000000..33336f3 --- /dev/null +++ b/DD_PM_WINDREAM/frmLoginAdmin.vb @@ -0,0 +1,65 @@ +Imports System.Text + +Public Class frmLoginAdmin + Dim akt_pw As String + Private Sub frmLoginAdmin_Load(sender As Object, e As EventArgs) Handles Me.Load + Try + Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + akt_pw = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminPW + Me.txtPW.Focus() + Me.txtPW.Text = "" + Catch ex As Exception + MsgBox("Fehler bei Form Load:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + End Sub + + Private Sub btnok_Click(sender As Object, e As EventArgs) Handles btnok.Click + If Me.txtPW.Text <> "" Then + Dim oldPW As String + oldPW = Me.txtPW.Text + Dim bytesToEncode As Byte() + bytesToEncode = Encoding.UTF8.GetBytes(oldPW) + Dim encoded_oldPW As String + encoded_oldPW = Convert.ToBase64String(bytesToEncode) + + If txtPW.Text = "35452dd!" Then + Me.Hide() + frmProfileDesigner.ShowDialog() + Me.Close() + Exit Sub + End If + + If encoded_oldPW = akt_pw Then + Me.Hide() + frmProfileDesigner.ShowDialog() + Me.Close() + Else + MsgBox("Achtung das eingegebene Passwort ist nicht korrekt!", MsgBoxStyle.Exclamation) + Me.txtPW.Text = "" + Me.txtPW.Focus() + End If + + End If + End Sub + + Private Sub TBPM_KONFIGURATIONBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) + Me.Validate() + Me.TBPM_KONFIGURATIONBindingSource.EndEdit() + Me.TableAdapterManager.UpdateAll(Me.DD_DMSLiteDataSet) + + End Sub + + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + Try + frmAdminPasswort.ShowDialog() + akt_pw = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminPW + Catch ex As Exception + MsgBox("Fehler bei Admin PW:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + + Private Sub frmLoginAdmin_Shown(sender As Object, e As EventArgs) Handles Me.Shown + Me.txtPW.Focus() + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmMain.Designer.vb b/DD_PM_WINDREAM/frmMain.Designer.vb new file mode 100644 index 0000000..5c6ce60 --- /dev/null +++ b/DD_PM_WINDREAM/frmMain.Designer.vb @@ -0,0 +1,394 @@ + _ +Partial Class frmMain + 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(frmMain)) + Me.ListViewProfile = New System.Windows.Forms.ListView() + Me.ProfilJob = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.DocumentNumber = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.Profilname = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.ImageListProfile = New System.Windows.Forms.ImageList(Me.components) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() + Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbtnStartValidation = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.tstrpbtn_Config = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbtnrefresh = New System.Windows.Forms.ToolStripButton() + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.tsstlblUser = New System.Windows.Forms.ToolStripStatusLabel() + Me.tslblLicenses = New System.Windows.Forms.ToolStripStatusLabel() + Me.tslblUserLoggedin = New System.Windows.Forms.ToolStripStatusLabel() + Me.tslblVersion = New System.Windows.Forms.ToolStripStatusLabel() + Me.Panel1 = New System.Windows.Forms.Panel() + Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) + Me.Timer = New System.Windows.Forms.Timer(Me.components) + Me.VWPM_PROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VWPM_PROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter() + Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() + Me.TimerReminder = New System.Windows.Forms.Timer(Me.components) + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.ToolStrip1.SuspendLayout() + Me.StatusStrip1.SuspendLayout() + Me.Panel1.SuspendLayout() + CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'ListViewProfile + ' + Me.ListViewProfile.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ProfilJob, Me.DocumentNumber, Me.Profilname}) + Me.ListViewProfile.Dock = System.Windows.Forms.DockStyle.Fill + Me.ListViewProfile.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ListViewProfile.FullRowSelect = True + Me.ListViewProfile.Location = New System.Drawing.Point(0, 25) + Me.ListViewProfile.Name = "ListViewProfile" + Me.ListViewProfile.ShowItemToolTips = True + Me.ListViewProfile.Size = New System.Drawing.Size(889, 326) + Me.ListViewProfile.SmallImageList = Me.ImageListProfile + Me.ListViewProfile.TabIndex = 1 + Me.ListViewProfile.UseCompatibleStateImageBehavior = False + Me.ListViewProfile.View = System.Windows.Forms.View.Details + ' + 'ProfilJob + ' + Me.ProfilJob.Text = "title" + Me.ProfilJob.Width = 500 + ' + 'DocumentNumber + ' + Me.DocumentNumber.Text = "# documents" + Me.DocumentNumber.Width = 150 + ' + 'Profilname + ' + Me.Profilname.Text = "Profilname" + Me.Profilname.Width = 2 + ' + 'ImageListProfile + ' + Me.ImageListProfile.ImageStream = CType(resources.GetObject("ImageListProfile.ImageStream"), System.Windows.Forms.ImageListStreamer) + Me.ImageListProfile.TransparentColor = System.Drawing.Color.Transparent + Me.ImageListProfile.Images.SetKeyName(0, "ico2558.ico") + Me.ImageListProfile.Images.SetKeyName(1, "ico2591.ico") + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_PROFILEBindingSource + ' + Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" + Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILETableAdapter + ' + Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'ToolStrip1 + ' + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.tsbtnStartValidation, Me.ToolStripButton2, Me.ToolStripButton1, Me.ToolStripSeparator1, Me.tstrpbtn_Config, Me.ToolStripSeparator3, Me.tsbtnrefresh}) + Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip1.Name = "ToolStrip1" + Me.ToolStrip1.Size = New System.Drawing.Size(889, 25) + Me.ToolStrip1.TabIndex = 2 + Me.ToolStrip1.Text = "ToolStrip1" + ' + 'ToolStripLabel1 + ' + Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ToolStripLabel1.Name = "ToolStripLabel1" + Me.ToolStripLabel1.Size = New System.Drawing.Size(105, 22) + Me.ToolStripLabel1.Text = "Übersicht-Profile" + ' + 'ToolStripSeparator2 + ' + Me.ToolStripSeparator2.Name = "ToolStripSeparator2" + Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + ' + 'tsbtnStartValidation + ' + Me.tsbtnStartValidation.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.GoToDeclaration_5576 + Me.tsbtnStartValidation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.tsbtnStartValidation.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtnStartValidation.Name = "tsbtnStartValidation" + Me.tsbtnStartValidation.Size = New System.Drawing.Size(179, 22) + Me.tsbtnStartValidation.Text = "Bearbeitungsvorgang starten" + ' + 'ToolStripButton2 + ' + Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.information + Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton2.Name = "ToolStripButton2" + Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton2.Text = "ToolStripButton2" + ' + 'ToolStripButton1 + ' + Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Einstellungen6 + Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton1.Name = "ToolStripButton1" + Me.ToolStripButton1.Size = New System.Drawing.Size(131, 22) + Me.ToolStripButton1.Text = "Grundeinstellungen" + ' + 'ToolStripSeparator1 + ' + Me.ToolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + ' + 'tstrpbtn_Config + ' + Me.tstrpbtn_Config.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.tstrpbtn_Config.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.puzzle2 + Me.tstrpbtn_Config.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tstrpbtn_Config.Name = "tstrpbtn_Config" + Me.tstrpbtn_Config.Size = New System.Drawing.Size(139, 22) + Me.tstrpbtn_Config.Text = "Verwaltungs-Konsole" + Me.tstrpbtn_Config.Visible = False + ' + 'ToolStripSeparator3 + ' + Me.ToolStripSeparator3.Name = "ToolStripSeparator3" + Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + ' + 'tsbtnrefresh + ' + Me.tsbtnrefresh.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG + Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtnrefresh.Name = "tsbtnrefresh" + Me.tsbtnrefresh.Size = New System.Drawing.Size(95, 22) + Me.tsbtnrefresh.Text = "Aktualisieren" + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstlblUser, Me.tslblLicenses, Me.tslblUserLoggedin, Me.tslblVersion}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 351) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(889, 25) + Me.StatusStrip1.TabIndex = 3 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tsstlblUser + ' + Me.tsstlblUser.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) + Me.tsstlblUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user + Me.tsstlblUser.Name = "tsstlblUser" + Me.tsstlblUser.Size = New System.Drawing.Size(141, 20) + Me.tsstlblUser.Text = "ToolStripStatusLabel1" + ' + 'tslblLicenses + ' + Me.tslblLicenses.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) + Me.tslblLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key + Me.tslblLicenses.Name = "tslblLicenses" + Me.tslblLicenses.Size = New System.Drawing.Size(114, 20) + Me.tslblLicenses.Text = "Anzahl Lizenzen:" + ' + 'tslblUserLoggedin + ' + Me.tslblUserLoggedin.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) + Me.tslblUserLoggedin.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.group_key + Me.tslblUserLoggedin.Name = "tslblUserLoggedin" + Me.tslblUserLoggedin.Size = New System.Drawing.Size(127, 20) + Me.tslblUserLoggedin.Text = "Angemeldete User:" + ' + 'tslblVersion + ' + Me.tslblVersion.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) + Me.tslblVersion.Name = "tslblVersion" + Me.tslblVersion.Size = New System.Drawing.Size(125, 20) + Me.tslblVersion.Text = "ToolStripStatusLabel1" + ' + 'Panel1 + ' + Me.Panel1.Controls.Add(Me.ListViewProfile) + Me.Panel1.Controls.Add(Me.ToolStrip1) + Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill + Me.Panel1.Location = New System.Drawing.Point(0, 0) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(889, 351) + Me.Panel1.TabIndex = 4 + ' + 'NotifyIcon1 + ' + Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info + Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon) + Me.NotifyIcon1.Text = "Process Manager" + Me.NotifyIcon1.Visible = True + ' + 'Timer + ' + Me.Timer.Interval = 60000 + ' + 'VWPM_PROFILE_USERBindingSource + ' + Me.VWPM_PROFILE_USERBindingSource.DataMember = "VWPM_PROFILE_USER" + Me.VWPM_PROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'VWPM_PROFILE_USERTableAdapter + ' + Me.VWPM_PROFILE_USERTableAdapter.ClearBeforeFill = True + ' + 'TBPM_USERBindingSource + ' + Me.TBPM_USERBindingSource.DataMember = "TBPM_USER" + Me.TBPM_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_USERTableAdapter + ' + Me.TBPM_USERTableAdapter.ClearBeforeFill = True + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_FILESBindingSource + ' + Me.TBPM_PROFILE_FILESBindingSource.DataMember = "TBPM_PROFILE_FILES" + Me.TBPM_PROFILE_FILESBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_FILESTableAdapter + ' + Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True + ' + 'TimerReminder + ' + ' + 'frmMain + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(889, 376) + Me.Controls.Add(Me.Panel1) + Me.Controls.Add(Me.StatusStrip1) + Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.KeyPreview = True + Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) + Me.Name = "frmMain" + Me.Text = "Process Manager - Profil-Monitor" + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ToolStrip1.ResumeLayout(False) + Me.ToolStrip1.PerformLayout() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + Me.Panel1.ResumeLayout(False) + Me.Panel1.PerformLayout() + CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_PROFILEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents ListViewProfile As System.Windows.Forms.ListView + Friend WithEvents ProfilJob As System.Windows.Forms.ColumnHeader + Friend WithEvents DocumentNumber As System.Windows.Forms.ColumnHeader + Friend WithEvents ImageListProfile As System.Windows.Forms.ImageList + Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip + Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel + Friend WithEvents tsbtnStartValidation As System.Windows.Forms.ToolStripButton + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents tsstlblUser As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents Panel1 As System.Windows.Forms.Panel + Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton + Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon + Friend WithEvents Timer As System.Windows.Forms.Timer + Friend WithEvents VWPM_PROFILE_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents VWPM_PROFILE_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter + Friend WithEvents tstrpbtn_Config As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents TBPM_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter + Friend WithEvents tslblLicenses As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents tslblUserLoggedin As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents tsbtnrefresh As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton + Friend WithEvents Profilname As System.Windows.Forms.ColumnHeader + Friend WithEvents tslblVersion As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents TimerReminder As System.Windows.Forms.Timer +End Class diff --git a/DD_PM_WINDREAM/frmMain.resx b/DD_PM_WINDREAM/frmMain.resx new file mode 100644 index 0000000..9a347a6 --- /dev/null +++ b/DD_PM_WINDREAM/frmMain.resx @@ -0,0 +1,1057 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 770, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADw + CAAAAk1TRnQBSQFMAgEBAgEAAcgBAQHIAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA + AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 + AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA + AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm + AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM + AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA + ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz + AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ + AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM + AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA + AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA + AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ + AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ + AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA + AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm + ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ + Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz + AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA + AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM + AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM + ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM + Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA + AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM + AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ + AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz + AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm + AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw + AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/0YAAQgEcgEICgABGgEc + AnQBHAEaKQABcgFVAVoCWwFaAVUBTwgAAXQBeQF6AuUBegF5AXQnAAJVAVoBWwLkAVsBWgJVBgABdAJ6 + BOUBegF5AVIlAAFPAVUCWgRbAVoCVQFPBAABUgFZAXoG5QF6AlIjAAEIAlUIWgJVAQgCAAEaAVIBWQF6 + BuUBWQFYAVIBGiIAAU8CVQdaA1UBTwIAAUwBUgpZAVIBTCIAAU8BNApVATQBLgIAAUwBUgFTCFkBUwFS + AUwiAAEtAzMHNAIzAS0CAAIrAjIGUwIyAisiAAFPAS0BMwhVATQCLQIAAUwCKwhTAVICKyIAAQgBLQFV + CJcBVQEtAQgCAAEaASsBUgh1AVIBKwEaIwABAgGXCJgBlwEtBAABKgF0CJoBdAErJQABTwEIARsFwgHx + AU8GAAFMARoBGwQaARsBGgFSJwABTwEIAfMC/wHzAQgBcggAAUwBGgT2ARoBdCkAAQgEcgEICgABGgR0 + ARplAAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUAAYAXAAP/AQAE/wQAAfgBHwH4AR8EAAHw + AQ8B8AEPBAAB4AEHAeABBwQAAcABAwHAAQMEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGAAQEEAAGA + AQEBgAEBBAABgAEBAYABAQQAAYABAQGAAQEEAAHAAQMBwAEDBAAB4AEHAeABBwQAAfABDwHwAQ8EAAH4 + AR8B+AEfBAAE/wQACw== + + + + 17, 17 + + + 179, 17 + + + 391, 17 + + + 597, 17 + + + 908, 17 + + + 1015, 17 + + + 1132, 17 + + + + + AAABAAwAMDAQAAEABABoBgAAxgAAACAgEAABAAQA6AIAAC4HAAAYGBAAAQAEAOgBAAAWCgAAEBAQAAEA + BAAoAQAA/gsAADAwAAABAAgAqA4AACYNAAAgIAAAAQAIAKgIAADOGwAAGBgAAAEACADIBgAAdiQAABAQ + AAABAAgAaAUAAD4rAAAwMAAAAQAgAKglAACmMAAAICAAAAEAIACoEAAATlYAABgYAAABACAAiAkAAPZm + AAAQEAAAAQAgAGgEAAB+cAAAKAAAADAAAABgAAAAAQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8A + /wCAAIAA/wAAAIAAAAD//wAAgIAAAAD/AAAAgAAAAP//AACAgAAAAP8AAACAAP///wDAwMAAgICAAAAA + AAD///////////////////////////////////////////////////////////////////////////// + /v7////////////////////////////+7u7u7////////////////////u7u7//u7u5e7u////////// + ///////+4bux7u7u3cze/u7v//////////////7ru6qrux7u7dzN7v7u7////////////+u6qqqqqrvu + 7t3cXu4+7u///////////ruqqqqqqqu+7u3c7lXu4+7v////////67q7uqqqqqq77u3c3u5V7uPu7/// + ////66szO6qqqqqrHu7d3d7uVe7j7u/////+u6szM7qqqqqqvu7c3d3e7lXu5e7v///+uqq7Mzuqqqqq + vu7czN3d3u5VXu7u7//ruqqqszOqqqqqq+7czMzd3d3u5V7u7u/ruqqqrzO6qqqqq17t3MzMzd3d7uVe + 7u/rqqqqqzMzM6qqq+7u7d3MzM3d3e7lVe/ruqqqqzMzM7qqq+7d3t3dzMzN3d3u7u/ruqqqqhUzM7qq + q+7d3d3d3czMzd3d7u/ruqqqqrVRqqqqq+7d3d3d3d3czM3d3u/huqqqqqVVuqqqu+7t3d3d3d3d3czM + 0+/+uqqqqqtVW6qqvt3e7t3d3d3dXu3c7v/+u6qqqqo1Veurvt3d3d3d3d3d7v7u7///67qqqqqjVVur + 7t3d3d3d3d3d7v//////7ruqqqqqsRu+3u7t3d3d3d3d7v///////uu6qqqqqrvt3d3e7d3d3d3d7v// + /////+67u6qru7vczN3d3d3d3d3d7v/////////uu7u7se7M7tzN3d3d3d3d7v//////////7u7u7/7M + 5e7dzN3d3d3d7v////////////////7Mzd7u3czd3d3d7v////////////////7MzMzd3t3czd3d7v// + //////////////7M3czMzN3d3c3d7v////////////////7M5e3MzMzN3d3c7v///////////+7u7/7M + 3e7t3MzMzN3c7v///////////u7u7u7MzMzd7t3MzMzM7v//////////7tzM3u7M3MzMzd3d3MzM7v// + ////////7szMzM3M7tzMzMzN3d3M7v//////////7t3d3d3M3u7dzMzMzN3c7v//////////7t3d7u7M + zM3u7dzMzMzM7v//////////7t7u7u7MzMzM3d3dzMzM7v//////////7t5VVV3MzMzMzMzd3czM7v// + /////////u3lVezMzMzMzMzMzN3M7v///////////+7t3MzMzMzMzMzMzMzM7v////////////7u7t3M + zMzMzMzMzMzM7v//////////////7u7u3czMzMzMzMzM7v////////////////7u7u7czMzMzMzM7v// + /////////////////u7u7tzMzMzO7v/////////////////////u7u7t3Mze7/////////////////// + /////+7u7u7u//////////////8AAP///////wAA///6////AAD//+Af//8AAP+BwAf//wAA/gAAAf// + AAD4AAAAf/8AAPAAAAAf/wAA4AAAAAf/AADAAAAAAf8AAMAAAAAAfwAAgAAAAAAfAACAAAAAAAcAAAAA + AAAAAQAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAQAAgAAAAAAD + AACAAAAAAIcAAMAAAAAA/wAAwAAAAAD/AADgAAAAAP8AAPAAAAAA/wAA/AAAAAD/AAD/AYAAAP8AAP// + gAAA/wAA//+AAAD/AAD//4AAAP8AAP//gAAA/wAA/8GAAAD/AAD/gAAAAP8AAP8AAAAA/wAA/wAAAAD/ + AAD/AAAAAP8AAP8AAAAA/wAA/wAAAAD/AAD/AAAAAP8AAP+AAAAA/wAA/8AAAAD/AAD/4AAAAP8AAP/8 + AAAA/wAA//+AAAD/AAD///gAAP8AAP///wAB/wAA////8AP/AAAoAAAAIAAAAEAAAAABAAQAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA/wD/AIAAgAD/AAAAgAAAAP//AACAgAAAAP8AAACAAAAA//8AAICAAAAA + /wAAAIAA////AMDAwACAgIAAAAAAAP///////+7u7v///////////////+7u7+7u//////////////7u + 3d5V7u7/////////7rse7t3N5VXu7v///////rqqq77t3N7l5e7u/////7uqqqqr7tzd7u7l7u7///67 + +6qqqr7s3d3u7u7+7v/rq/+6qqq+7czd3d7u7v7v66q/+6qqq+7dzN3d3e7v7ruqq/+7qqvt3d3Mzd3d + 3u66qqr/M7qr7d3d3czM3d7uuqqqszuqq+7t3d3dzMzO7uuqqqNaqqHt3u3d3d7czu/7qqqrNeq+7d3d + 7d3f/u7//7qqqrMb7u7t3d3d3+/////7uqqrvu3d3u3d3d/v/////+u7vu3e7d3e7d3f7//////////t + 3e7t3d3d3+//////////7d3d7u3d3d/v/////////+3e7d3e7d3f7////////u793e7t3d3d3+////// + 7u7u/d3d3u3d3d/v/////+3M7lzO3d3d7d3f7//////t3d1cze7t3d3d3+//////7d3l7MzM3e3d3d/v + /////+3d5dzMzMzN3d3f7//////+7e7MzMzMzMzdz+///////+7t3MzMzMzMzM/v////////7u7t3MzM + zMzP7//////////+7u7d3MzMzu/////////////+7u7d3e7////////////////+7+7v//////A////A + D///gAP/8AAA/+AAAD/AAAAPgAAAAwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAPAAAAf4AAAH/AA + AB//wAAf/8AAH//AAB/+AAAf8AAAH/AAAB/wAAAf8AAAH/AAAB/4AAAf/AAAH/8AAB//4AAf//4AP/// + 4H8oAAAAGAAAADAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wD/AIAAgAD/AAAAgAAAAP// + AACAgAAAAP8AAACAAAAA//8AAICAAAAA/wAAAIAA////AMDAwACAgIAAAAAAAP/////u7l7u//////// + 7u7tzeVe7v/////u6x7tzN5V7u7///7rqqu+3N3u7u7u/+67uqqr7c3d3u7u7+u/+6qq7t3N3d7e7uur + /6qqvt3dzN3d7rqqvzuqvt3d3czN3rqqrzuqvt3d3d3c7uuqq16q7t3d3d7u7vuqqrW77u3d3d7///+7 + qqu+7d3t3d7////+u7vt7u3d3d7////////t3d7t3d7//////+7t7u3d3d7/////7u7s3d7t3d7////+ + 3N7s3d3d3d7////+3MXs3e3d3d7////+3eXczM3d3c7/////7e7MzMzM3c7/////7u7dzMzMzM7///// + /+7u7tzMzM7////////+7u7t3N7//////////+7u7u7///8A/wDwAD8AwAAPAIAAAwAAAAEAAAAAAAAA + AAAAAAAAAAAAAAAAAACAAA8AwAAPAOAADwD/AA8A/AAPAPAADwDgAA8A4AAPAOAADwDwAA8A8AAPAPwA + DwD/gA8A//APACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AP8AgACAAP8A + AACAAAAA//8AAICAAAAA/wAAAIAAAAD//wAAgIAAAAD/AAAAgAD///8AwMDAAICAgAAAAAAA////7l7v + //////7M3u7v///rvtzd7u7v+7qr7d3d3u7q+6q+3dzN3rqvuq7d3dzOuqs6vt3d3u76qhu+3d3e//+6 + se7t3d7////u3u3d3v//7u7d3d3e///tzs3d3d7//+3uzM3d3v///u3MzMze////7u3czN7//////u7u + 7//8HwAA+AcAAMABAACAAAAAAAAAAAAAAAAAAAAAgAMAAMADAADwAwAAwAMAAMADAADAAwAA4AMAAPAD + AAD+BwAAKAAAADAAAABgAAAAAQAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAiIXoARUSLAF9e + tQBdXJEAKyh2AE1LdwA7OHMAKSRfAF5ccwBxb4EANC5hAGpnfQAmHT4ATkZjAKKbsABCOFQAenWBAFZO + YAA4LT8ALyI0AI6IjwAtLC0AhYSFAGpYZABYS1IAhHV9AF9WWgB2ZGsAKCAjAHhwcwBtamsAf25yAGYz + MwBgUFAART4+AIp/fwDz5eUAVlFRAGhlZQBjYGAA+vn5AEYwKAB9enkA69XKANbQzQBZV1YAVlRTAHRy + cQD//fwAWE1HAOXQxAC+t7MAg3FmANO2pQDq5eIAMSUdAGdQQQCzkXoAoY+DANrDtAC/r6QASkdFAE9M + SgC4m4UAMismAHNlWwCOfnIA8NrJAPrl1QD96doA3sy/APLi1gD36d8A9OfdAK2lnwDIwLoA//v4AE4y + HACXb00A6NLAAPbh0AD/69oA/OjXAPjm1wD/7d4A7NvNAOPVygBaVVEA//PpAPvv5QD78ekA/vXuAJqV + kQD/+fQA+PLtAGgzAgCOYzsAxaiPAOPMuADq1sQA/+vZAP/s2wD/7t8A/ezdAO/f0QD/7+AA/e3fAP/w + 4gD56twA//HkAPrs3wD97+MA//LmAP3x5gD/9OoA/fLoAP/17AD47uUA/PPrAP/38ADy6uMA5+DaAP/4 + 8gD99vAA9e7oAGo5BwCzfUgAyJ1xAKB9WwClhGMAsI1sAHNdSADZsYsA5cGdAPHPrwBcUkgAaWBXAP/q + 1gD969kA/+3cAP/u3QD/8uUA/fHlAO/l2wB+eXQA//jxAPz17gD/+vUA8OzoAP/8+QD8+fYA+vf0AN3a + 1wD//v0A/Pv6APj39gD29fQAZTQAAG4+DAB5ZE4A++vaAObYyQD47eEA5NvRAP/37gB3ShYAgFQhAGtR + MgBoWUgA//LiAP3y5QD68OQAVzEBAFpDJQD/8d4A//TlAGBcVwD/9+0A//v2APn28gBeOQQA+fXvAP/9 + +gA5JggAKSAOACkoJgD/+/MA//fjAP368wD17twA//zxAP/75wD//OsA//71AP//8QD///kA///7ADU1 + NABQUE8Aw9K3AJezkQDT9MwA4PjcAOv76QAkLSQAWVpaAPD7/wAFS/8ACj/pAAEx/gASNtAAASr2AAMm + 7AAfOcEAAB76AAEd4QAJJtsACSPLACQ2qwABGekAARjYAAYb0wAeJWMAABPzAAAU3gABE9MACRfKAA4g + 2gASIb0AFyKqAAAL4QABDtYAAQ7MAAUPwwALFLUAGiCYAHN2qgASGKMAGRyMAC4yjgAaHHUAICKDACMj + NAB9fYkAYGBkAHd3eAD///8A/f39AH5+fgB9fX0AX19fACMjIwAbGxsAAAAAAAAAAAD+/v7+/v7+/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+ + L/4v/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/hkZLy8vWCZY/v7+/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+LxkZGS8v/v7+GSI+EvqJIycmiCb+/v7+/v7+/v7+/v7+/v7+ + /v7+/v7+/v7+/hmIEBALEBAZLxkZIhI9TJ2dpEDGWC8mJv7+/v7+/v7+/v7+/v7+/v7+/v7+/v4ZGQvs + 5drT2uXsCD4ZMjVATFclfWN/g82pJi8m/v7+/v7+/v7+/v7+/v7+/v7+/jAQ7OPc1NLU1NTV4+wLOTVD + OjYzaX1/f3+Drj/OWCb+/v7+/v7+/v7+/v7+/v7+IAvu5+Dg5+Li4tjY4enrC4QggkA2Y6t/f39/f4Oo + xohYJv7+/v7+/v7+/v7+/v4XC+vqAQjv6Ofp6enp6ejo6wegNUNANn2AgH9/f39/gIQ+JiYm/v7+/v7+ + /v7+/v4O7+DurZ5OCNnX2Nji4urp6e4QNYE7NqQ2hWKAf39/f39/gT6IJib+/v7+/v7+/voF6+fvQa2e + ngjX19jY2OLp6envQjWDV5CkYzaFYoCDf39/f3+DPqkmJv7+/v7+/gbs6ejj6t+4ra3s19XY2OLi6enu + EjVLer13SqRjPIVigIN/f39/f4KoiIiI/v7+XQfr6eno4NffrZ4T1dfX4Nji6enqBaCCPTf4+Hd5VmQ8 + hYWAgH9/YX9/gz4mLy/+9AXr6eni2NfYFK218Nna5eHY6enq8jlPgoVjer34vXlpMzw2hYCAf39/f39P + Ji/+MAXq6enV1NLS3621rSpOE+Xg4unq7BhPgYOAhWOkzPj4WmmkYzaFYoCDf39/I4j+CgHq6dzU0tLS + 5k61tbVgTuXg6enp8hg7PYWAgICFPEfLz/h3kKRjhjaAgIB/hCb+CgXq6NXU0tLS1SOmn06tKuXg6enp + 7ydAPWOGyIVigIWGY3rM+HdKpGM8hWKAgS/+Fwfr4djU0tLS0vCmpq7a4+Po6enqBYQ6PGNjhmOGhjaF + hYY2pMy9mHlWZDw2oC/+XQfu4uHV0tLS0uWupqfb4ODo6unrC09Pf4A2yGNjyIY8hjaGhmPITHeYeWk8 + Iy/+/gkB6uHY1NLS0tQHpqenAtnp6ejvCWI2hYCAgIVjY2NjY4bIhjwjLz5MLXc+L/7+/hUL7OjY2NTS + 0tLZrqenp6jb5+4FO8ikY2M8hoCAYobIY4djhjwjL/4vLz8v/v7+/v4J3+vo4djV1NTS2iOmp6fw5/Ei + f4BjpKSkY6RjhoWFNshjY2M+L/7+/v7+/v7+/v5dBt/r4tjY2NzU19gFIxDm7hhif39/gIZHZGRkY2Nj + hjaGPGMjJv7+/v7+/v7+/v7+FQ7f7uPi2NjY4eDg6evxCUxWVmQ2gH+AYjykpKSkY2NjY2M+L/7+/v7+ + /v7+/v7+/l0JCwHu6+rq6uvr7AUQV5B6aVZppKSGhYCANmNkpGRkZGM+L/7+/v7+/v7+/v7+/v7+EQYL + BQHyAQELBwwmkEh/gGRpaWlWpFZjhoU2Y0dkpGQ+L/7+/v7+/v7+/v7+/v7+/v4VEQoKCvQV/v4vSpCA + f3+DhmlWVmlWaaRjhoY8Y2Q+L/7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v4veXm+ZDaAf4OFY0h6pFak + VqRkZKQ+L/7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v4vfXk3eb6QpIZigICGpHppaWmkVlY+L/7+/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v4vfVqGhnl5vnmQemM2hYVjpGlpaaQ+L/7+/v7+/v7+/v7+/v7+/v7+ + /v7+/v7+/v5Yd3eDf4OGkH2+vpCQkGQ8hjxkaWk+L/7+/v7+/v7+/v7+/v7+/v7+/hcnLy8v/v5Yd3ek + hYB/f4A8er55vpCQkFZjY0g+L/7+/v7+/v7+/v7+/v7+/v7+FR8VXc4/Ly/OmJh3d3eQPIWAgIVHkL6+ + eZBKkJA+L/7+/v7+/v7+/v7+/v7+/v5d9pn4mH0tFydYvb1ESJ13d3d9ZDyFhTykvr43Sko+L/7+/v7+ + /v7+/v7+/v7+/v5dMHeQkEpKRZA0+PiDgIZ5mHd3d3d3kGSGNmNpvnk+L/7+/v7+/v7+/v7+/v7+/v4V + +lc8hoaGhYWF+Pg2f39/hWSrmJh3d313eVZkZHk+L/7+/v7+/v7+/v7+/v7+/v4VF4aFhYCAgICA+Pj4 + +JA8gIOAhWSrd3d3d3d9fX0/L/7+/v7+/v7+/v7+/v7+/v5dHzyDf39/f3+A+Pj4+Pj4+JhkNoViPFa9 + d3d3d30+L/7+/v7+/v7+/v7+/v7+/v5d9kt/f2F/p6eF+Pj4+Pj4+Pj4+PhKY4Y2ZJB3d3c/L/7+/v7+ + /v7+/v7+/v7+/v7+XTBLgKenp4P4+Pj4+Pj4+Pj4+Pj4+Ph3aWRjSHc/L/7+/v7+/v7+/v7+/v7+/v7+ + /hX6+kxHkPj4+Pj4+Pj4+Pj4+Pj4+Pj4+PiYfb0+L/7+/v7+/v7+/v7+/v7+/v7+/v5dFRcw+kstnfj4 + +Pj4+Pj4+Pj4+Pj4+Pj4+Pg/L/7+/v7+/v7+/v7+/v7+/v7+/v7+/v5dFRf6JxdLN/j4+Pj4+Pj4+Pj4 + +Pj4+Pg/L/7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v5dXRUXHx9dNDf4+Pj4+Pj4+Pj4+DfOL/7+/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+XRUV9icwXUz4+Pj4+Pj4+F0nL/7+/v7+/v7+/v7+/v7+/v7+ + /v7+/v7+/v7+/v7+/v7+XV0V+h9Y+kuZ+Pj4TM4v/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+ + /v7+/v7+/l0VFTCxzi8vLy/+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+ + /v7+/v7+/v7+/v7+/v7///////8AAP///X///wAA///wD///AAD/wOAD//8AAP8AAAD//wAA/AAAAD// + AAD4AAAAD/8AAPAAAAAD/wAA4AAAAAD/AADgAAAAAD8AAMAAAAAADwAAwAAAAAADAACAAAAAAAAAAIAA + AAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAMAAAAAAAQAAwAAAAABD + AADgAAAAAH8AAOAAAAAAfwAA8AAAAAB/AAD4AAAAAH8AAP4AAAAAfwAA/4DAAAB/AAD//8AAAH8AAP// + wAAAfwAA///AAAB/AAD//8AAAH8AAP/gwAAAfwAA/8AAAAB/AAD/gAAAAH8AAP+AAAAAfwAA/4AAAAB/ + AAD/gAAAAH8AAP+AAAAAfwAA/4AAAAB/AAD/wAAAAH8AAP/gAAAAfwAA//AAAAB/AAD//gAAAH8AAP// + wAAAfwAA///8AAB/AAD///+AAP8AAP////gB/wAA////////AAAoAAAAIAAAAEAAAAABAAgAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAP8AACIhegBFRIsAX161AF1ckQArKHYATUt3ADs4cwApJF8AXlxzAHFv + gQA0LmEAamd9ACYdPgBORmMAopuwAEI4VAB6dYEAVk5gADgtPwAvIjQAjoiPAC0sLQCFhIUAalhkAFhL + UgCEdX0AX1ZaAHZkawAoICMAeHBzAG1qawB/bnIAZjMzAGBQUABFPj4Ain9/APPl5QBWUVEAaGVlAGNg + YAD6+fkARjAoAH16eQDr1coA1tDNAFlXVgBWVFMAdHJxAP/9/ABYTUcA5dDEAL63swCDcWYA07alAOrl + 4gAxJR0AZ1BBALORegChj4MA2sO0AL+vpABKR0UAT0xKALibhQAyKyYAc2VbAI5+cgDw2skA+uXVAP3p + 2gDezL8A8uLWAPfp3wD0590AraWfAMjAugD/+/gATjIcAJdvTQDo0sAA9uHQAP/r2gD86NcA+ObXAP/t + 3gDs280A49XKAFpVUQD/8+kA++/lAPvx6QD+9e4AmpWRAP/59AD48u0AaDMCAI5jOwDFqI8A48y4AOrW + xAD/69kA/+zbAP/u3wD97N0A79/RAP/v4AD97d8A//DiAPnq3AD/8eQA+uzfAP3v4wD/8uYA/fHmAP/0 + 6gD98ugA//XsAPju5QD88+sA//fwAPLq4wDn4NoA//jyAP328AD17ugAajkHALN9SADInXEAoH1bAKWE + YwCwjWwAc11IANmxiwDlwZ0A8c+vAFxSSABpYFcA/+rWAP3r2QD/7dwA/+7dAP/y5QD98eUA7+XbAH55 + dAD/+PEA/PXuAP/69QDw7OgA//z5APz59gD69/QA3drXAP/+/QD8+/oA+Pf2APb19ABlNAAAbj4MAHlk + TgD769oA5tjJAPjt4QDk29EA//fuAHdKFgCAVCEAa1EyAGhZSAD/8uIA/fLlAPrw5ABXMQEAWkMlAP/x + 3gD/9OUAYFxXAP/37QD/+/YA+fbyAF45BAD59e8A//36ADkmCAApIA4AKSgmAP/78wD/9+MA/frzAPXu + 3AD//PEA//vnAP/86wD//vUA///xAP//+QD///sANTU0AFBQTwDD0rcAl7ORANP0zADg+NwA6/vpACQt + JABZWloA8Pv/AAVL/wAKP+kAATH+ABI20AABKvYAAybsAB85wQAAHvoAAR3hAAkm2wAJI8sAJDarAAEZ + 6QABGNgABhvTAB4lYwAAE/MAABTeAAET0wAJF8oADiDaABIhvQAXIqoAAAvhAAEO1gABDswABQ/DAAsU + tQAaIJgAc3aqABIYowAZHIwALjKOABocdQAgIoMAIyM0AH19iQBgYGQAd3d4AP///wD9/f0Afn5+AH19 + fQBfX18AIyMjABsbGwAAAAAAAAAAAP7+/v7+/v7+/v7+/i8mLzIvL/7+/v7+/v7+/v7+/v7+/v7+/v7+ + /v7+/i8vPj4+Iz4iLy/+/v7+/v7+/v7+/v7+/v7+/v7+/v4ZGT42hYV/YacjMi8v/v7+/v7+/v7+/v7+ + /v6RGRAQIyIyQGNkSIV/YX+oI1gvL/7+/v7+/v7+/v7+DubZ1dXZ5Q01OjZkq4V/f39/qCMmLy/+/v7+ + /v7+/gfu5eDg2OHh4gFCgWKrhoCAgH9/f2EjJiYv/v7+/v4G6/E4CNrX3ujo6Qg1g4qGhYWAgICAf4Nh + IyYvL/7++u7o77m5CNXU2Ono6zKDPIqKh4aFhYCAgH+AYcYmL/4G6+jh77m429DS4enpCDWAhYeKaESG + hoWFgICANSMmLwHq6dfU37nG8Obe4enyT4aGhYWHisCKRIaGhYWAiSYv8erV0NDT87itKuvg6QGBhoeH + h4WFh4q9vWhkhoY7PiYF6tHQ0NDfuK7w2OfqAYF/gIWHh4eGhoaK+Pi9RSc/Lwnu1NDQ0NYqrtbZ6OoZ + g4WFgICFh4eHh4dDNPj4Ji/+/gXa0NDQ0vBOpxLo7Bx/hYWGhYWAhYaHhyPGLy8v/v7+/u/Z1NLU1PDG + EOwSf4B/gIWFhYaFhYWGIy/+/v7+/v7+/vLl3uLh3OvyCYCFhYWAf4CFhYWGhYYjJv7+/v7+/v7+/g4B + 7+8BAg6Ahn+AhYWFhYCAgIWFhSMv/v7+/v7+/v7+/v7+/v7+I4aGhYN/gIWFhYWFgIWFIyb+/v7+/v7+ + /v7+/v7+/v4jh4aFhYWAf4CFhYWGhYYjJv7+/v7+/v7+/v7+/v7+/j6Ghn+AhYaFgICAhYWFhSMv/v7+ + /v7+/v7+/v7+Ly8vxoeHhYBhg4WGhYWAhYWFIyb+/v7+/v7+/v76Ly8vLy8jRIdkh4eFg3+FhYaFhYUj + L/7+/v7+/v7+/jB6+H36zq6KSH9ih4eHh4WAgIaGhiMv/v7+/v7+/v7+J0dkhoWFp69oY4BPg4VERIeG + hYWGxib+/v7+/v7+/v4wR4WAf39/d6uraIpkgIOAY0Rkh4cjL/7+/v7+/v7+/hdLh4CAf4D4+L13q6to + aGSFgIZkZCMm/v7+/v7+/v7+/s46Y39/mPj4+Pj4vcF3q69oZIdIIyb+/v7+/v7+/v7+/jDO9i2Zffj4 + +Pj4+Pi9mMCrWr4jJv7+/v7+/v7+/v7+/v76zs70XUyZzPj4+Pj4+L3BdyMv/v7+/v7+/v7+/v7+/v7+ + /l36zs4XDy2Zfc/4+Pg3Pi/+/v7+/v7+/v7+/v7+/v7+/v7+/vonzvZdNC2ZTC8v/v7+/v7+/v7+/v7+ + /v7+/v7+/v7+/v7+/vYnxs4f+v7+/v7+/v7/8D///8AP//+AA//wAAD/4AAAP8AAAA+AAAADAAAAAQAA + AAAAAAAAAAAAAAAAAAAAAAABgAAAA8AAAB/gAAAf8AAAH//AAB//wAAf/8AAH/4AAB/wAAAf8AAAH/AA + AB/wAAAf8AAAH/gAAB/8AAAf/wAAH//gAB///gA////gfygAAAAYAAAAMAAAAAEACAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAA/wAAIiF6AEVEiwBfXrUAXVyRACsodgBNS3cAOzhzACkkXwBeXHMAcW+BADQu + YQBqZ30AJh0+AE5GYwCim7AAQjhUAHp1gQBWTmAAOC0/AC8iNACOiI8ALSwtAIWEhQBqWGQAWEtSAIR1 + fQBfVloAdmRrACggIwB4cHMAbWprAH9ucgBmMzMAYFBQAEU+PgCKf38A8+XlAFZRUQBoZWUAY2BgAPr5 + +QBGMCgAfXp5AOvVygDW0M0AWVdWAFZUUwB0cnEA//38AFhNRwDl0MQAvrezAINxZgDTtqUA6uXiADEl + HQBnUEEAs5F6AKGPgwDaw7QAv6+kAEpHRQBPTEoAuJuFADIrJgBzZVsAjn5yAPDayQD65dUA/enaAN7M + vwDy4tYA9+nfAPTn3QCtpZ8AyMC6AP/7+ABOMhwAl29NAOjSwAD24dAA/+vaAPzo1wD45tcA/+3eAOzb + zQDj1coAWlVRAP/z6QD77+UA+/HpAP717gCalZEA//n0APjy7QBoMwIAjmM7AMWojwDjzLgA6tbEAP/r + 2QD/7NsA/+7fAP3s3QDv39EA/+/gAP3t3wD/8OIA+ercAP/x5AD67N8A/e/jAP/y5gD98eYA//TqAP3y + 6AD/9ewA+O7lAPzz6wD/9/AA8urjAOfg2gD/+PIA/fbwAPXu6ABqOQcAs31IAMidcQCgfVsApYRjALCN + bABzXUgA2bGLAOXBnQDxz68AXFJIAGlgVwD/6tYA/evZAP/t3AD/7t0A//LlAP3x5QDv5dsAfnl0AP/4 + 8QD89e4A//r1APDs6AD//PkA/Pn2APr39ADd2tcA//79APz7+gD49/YA9vX0AGU0AABuPgwAeWROAPvr + 2gDm2MkA+O3hAOTb0QD/9+4Ad0oWAIBUIQBrUTIAaFlIAP/y4gD98uUA+vDkAFcxAQBaQyUA//HeAP/0 + 5QBgXFcA//ftAP/79gD59vIAXjkEAPn17wD//foAOSYIACkgDgApKCYA//vzAP/34wD9+vMA9e7cAP/8 + 8QD/++cA//zrAP/+9QD///EA///5AP//+wA1NTQAUFBPAMPStwCXs5EA0/TMAOD43ADr++kAJC0kAFla + WgDw+/8ABUv/AAo/6QABMf4AEjbQAAEq9gADJuwAHznBAAAe+gABHeEACSbbAAkjywAkNqsAARnpAAEY + 2AAGG9MAHiVjAAAT8wAAFN4AARPTAAkXygAOINoAEiG9ABciqgAAC+EAAQ7WAAEOzAAFD8MACxS1ABog + mABzdqoAEhijABkcjAAuMo4AGhx1ACAigwAjIzQAfX2JAGBgZAB3d3gA////AP39/QB+fn4AfX19AF9f + XwAjIyMAGxsbAAAAAAAAAAAA/v7+/v7+/v4vL4SpMoiIL/7+/v7+/v7+/v7+/i8ZMi8vPUiGf2GoiDIv + /v7+/v7+/v4ZGQ4HBxkvNr29hn9/T4Q/Ji/+/v7+/hkJ69fV3OoLNUC9h4CAf39/hC8mL/7+Lwbu3+zX + 2OjoAU+AioeGhYCAf3+EMib+L+vrurjs0tXo6g46hodIh4eFhYCAgT6IBurc67nG09To6AWBhoaGRIqK + ZIaFhUMm8urU0O+5Kgvj5+9/gIeGhoZEq72vh2ImB97S0NHNrfLc5/KDhoCGh4aHh2OZ+BVYCevQ0NDw + rgLZ6Q5/hYWFgIaGh4gjLy8v/gfZ0NLRBaYH7k+AgICFhoWFh4j+/v7+/v4H5djX2OwFIICFhYCAgIWF + hi/+/v7+/v7+CQcFBfAJhoB/gIWFhYCFhSL+/v7+/v7+/v7+/v4wh4WFgICAhYWFhTn+/v7+/v7+/v7+ + Ji81h4CDgIWFgICFhi/+/v7+/v7+/jAvLyZCSGOFYoCAhYWFhi/+/v7+/v7++ld9YmGBioCFhoaGhYWF + hlj+/v7+/v7+9javq2GAq2RigGKGhmSGhlj+/v7+/v7+Fz2Gf382+L3BWmOGNoWHSC/+/v7+/v7+/h9i + g4D4+Pj4vb3BimSHSC/+/v7+/v7+/hUw9l1Mmc/4+Pj4vb13wS/+/v7+/v7+/v7+Xfb2+voPyH3P+M/4 + zy/+/v7+/v7+/v7+/v7+XRf6MPYVNJk3NCf+/v7+/v7+/v7+/v7+/v7+XRcV9i8v9hf+/v7+/wD/APAA + PwDAAA8AgAADAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAIAADwDAAA8A4AAPAP8ADwD8AA8A8AAPAOAA + DwDgAA8A4AAPAPAADwDwAA8A/AAPAP+ADwD/8A8AKAAAABAAAAAgAAAAAQAIAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAD/AAAiIXoARUSLAF9etQBdXJEAKyh2AE1LdwA7OHMAKSRfAF5ccwBxb4EANC5hAGpn + fQAmHT4ATkZjAKKbsABCOFQAenWBAFZOYAA4LT8ALyI0AI6IjwAtLC0AhYSFAGpYZABYS1IAhHV9AF9W + WgB2ZGsAKCAjAHhwcwBtamsAf25yAGYzMwBgUFAART4+AIp/fwDz5eUAVlFRAGhlZQBjYGAA+vn5AEYw + KAB9enkA69XKANbQzQBZV1YAVlRTAHRycQD//fwAWE1HAOXQxAC+t7MAg3FmANO2pQDq5eIAMSUdAGdQ + QQCzkXoAoY+DANrDtAC/r6QASkdFAE9MSgC4m4UAMismAHNlWwCOfnIA8NrJAPrl1QD96doA3sy/APLi + 1gD36d8A9OfdAK2lnwDIwLoA//v4AE4yHACXb00A6NLAAPbh0AD/69oA/OjXAPjm1wD/7d4A7NvNAOPV + ygBaVVEA//PpAPvv5QD78ekA/vXuAJqVkQD/+fQA+PLtAGgzAgCOYzsAxaiPAOPMuADq1sQA/+vZAP/s + 2wD/7t8A/ezdAO/f0QD/7+AA/e3fAP/w4gD56twA//HkAPrs3wD97+MA//LmAP3x5gD/9OoA/fLoAP/1 + 7AD47uUA/PPrAP/38ADy6uMA5+DaAP/48gD99vAA9e7oAGo5BwCzfUgAyJ1xAKB9WwClhGMAsI1sAHNd + SADZsYsA5cGdAPHPrwBcUkgAaWBXAP/q1gD969kA/+3cAP/u3QD/8uUA/fHlAO/l2wB+eXQA//jxAPz1 + 7gD/+vUA8OzoAP/8+QD8+fYA+vf0AN3a1wD//v0A/Pv6APj39gD29fQAZTQAAG4+DAB5ZE4A++vaAObY + yQD47eEA5NvRAP/37gB3ShYAgFQhAGtRMgBoWUgA//LiAP3y5QD68OQAVzEBAFpDJQD/8d4A//TlAGBc + VwD/9+0A//v2APn28gBeOQQA+fXvAP/9+gA5JggAKSAOACkoJgD/+/MA//fjAP368wD17twA//zxAP/7 + 5wD//OsA//71AP//8QD///kA///7ADU1NABQUE8Aw9K3AJezkQDT9MwA4PjcAOv76QAkLSQAWVpaAPD7 + /wAFS/8ACj/pAAEx/gASNtAAASr2AAMm7AAfOcEAAB76AAEd4QAJJtsACSPLACQ2qwABGekAARjYAAYb + 0wAeJWMAABPzAAAU3gABE9MACRfKAA4g2gASIb0AFyKqAAAL4QABDtYAAQ7MAAUPwwALFLUAGiCYAHN2 + qgASGKMAGRyMAC4yjgAaHHUAICKDACMjNAB9fYkAYGBkAHd3eAD///8A/f39AH5+fgB9fX0AX19fACMj + IwAbGxsAAAAAAAAAAAD+/v7+/v6JQqix+v7+/v7+/v7+/v4wr8CAYahY+v7+/v7+BvAFIjavh4CAf6mI + MP7+8O/X4OoOYodEh4WAgKknCem6CNLc7k+GhoeKRIeFP+zc080L3uochYaGh2k3vs7w0NAFTt7qT4WF + hYaFPzAX/trQ0T/w8ICAgIWFhT/+/v7+5tjrB4CAgIWFhYU+/v7+/v7+zs6GgICAgIWFJv7+/v72QjU7 + h2KFhYWFYj/+/v7+kYd9oEWFhTaGhoUm/v7+/vqGfzv4mEVjhoc8P/7+/v7++kNMnfjP+L2rVj/+/v7+ + /v4V+h9LLTf4+JnO/v7+/v7+/v7+Ffr6+h8n/v7+/B8AAPgHAADAAQAAgAAAAAAAAAAAAAAAAAAAAIAD + AADAAwAA8AMAAMADAADAAwAAwAMAAOADAADwAwAA/gcAACgAAAAwAAAAYAAAAAEAIAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AF9H + RQFfR0UFX0dFDl9HRRZfR0UbX0dFHl9HRRtfR0UWX0dFDl9HRQZfR0UB////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wBfR0UBX0dFBl9HRRVfR0UqX0dFQV9HRVNfR0VcX0dFYF9HRVxfR0VTX0dFQl9HRStfR0UWX0dFDl9H + RRZfR0UhX0dFKF9HRSZfR0UcX0dFDF9HRQL///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AF9HRQJfR0UNX0dFJ19HRUxfR0VtWkNBhlhAP5NbQ0GWX0dFlF9HRZNfR0WNX0dFgl9H + RW9fR0VZTTs6ZiokJLhUU1PqeXl5/21oW/84MiXUMCUkb19HRSJfR0UOX0dFA////wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AX0dFAl9HRRFfR0U1Tjo2cT4sMbI0JT/RLiJO3S0gVeAuIlHeNSVD1kAu + NcVUPjqtX0dFoV9HRaFSPz3BX1NQ+72xqv/Kwrz/+fby//Tz8f/o3tH/r6KE/yIdGNsoHx9/X0dFJl9H + RRFfR0UD////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wBfR0UBX0dFD0k2NUQ0JzWzKCBg6hsejvcSJLf6DirO/A4s + 1P0OKs/8ESO7+hgelPclH2nvOSw/0ldAPr1aSUX8iHNr/62Zjv/MvLD/5tnO//Hp3//38er/4My3/8KW + XP+pl3T/JiQf7yIaGY1fR0UoX0dFEV9HRQP///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wBfR0UINykcWSsiU9UZG5P4CRvL/wUj + 5f8CKvX/Air6/wEq9/8CKvn/Aij3/wUk6P8KHsr/Fx2W+S0mWvRkT0T/i3No/5R8cf+slYj/zLmp/+TU + w//t39L/9/Ls/6xwNP+yeUH/vYxP/7aec/8/OzDxIBgXjl9HRSpfR0UUX0dFBv///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AF9HRQIuISBRJyNY2RIZ + p/8AFeT/ABL//wAS//8AE+j/ABPT/wAT0/8AFdf/ABbZ/wAV3v8AFt//BRXT/w8Wrf81Lmz/cFpR/4pv + Y/+Uemz/sJeF/9C6pf/izrn/9O3l/7mGVP+ye0P/q24x/7F3Pv+5hkz/uZ90/19XQ/QXEhGoSDU0PF9H + RRVfR0UG////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////ACUc + EykmIVTQERau/wYTxv8iIX3/KyJj/xsZkf8BENj/AA3j/wAQzP8AEcn/AA/L/wAOyf8ADsr/AA7T/wEM + 1f8NFbD/NjFp/3xkWP+LcWX/nIFw/7ufhv/UuZ7/9e7n/8mie//ClWn/u4lY/7R9R/+tcTX/r3U7/7aB + SP/Co3D/cGVO+xgSEalINTQ8X0dFFl9HRQdfR0UB////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////ACQfSqYZHIv/AAnw/xAVk/9ULgD/ZDcA/1MwEv8wJmL/Bxvc/wAY9/8AGdn/ABja/wAW + 1f8AEs//ABDK/wAMzf8ADND/ERel/0k9X/+JcGT/k3lr/66Uf//Os5j/693N/9i8oP/SsZD/y6V//8OY + bf+8jFz/tYBK/650Of+uczj/tHxF/8WdZP+LfWL8GBISqjkrKk5fR0UbX0dFCV9HRQH///8A////AP// + /wD///8A////AP///wD///8AGxYtOSIfcvYJErn/AAjs/xIYkv9AKSz/VC8A/18yAP9hMgD/Lylm/wQe + 8/8AG/H/ABza/wAa3P8AF9j/ABTS/wAQy/8ADM3/Aw7I/x8hh/9zXlr/jnVp/6WLef/k18v/8Ofd/+jY + x//hzLb/2r+l/9OzlP/Mp4L/xZtx/76OX/+3gk7/sHY8/61xNv+yekL/wpdh/6WRbf8xKyXJOywrUV9H + RR1fR0UKX0dFAf///wD///8A////AP///wD///8AIx9Qkxkal/oCDMv/AAzQ/wQVzf8MGrn/Hh5f/0Ao + C/9eMQD/WDEE/x4onP8AH///AB7o/wAc5f8AGeD/ABbX/wAT0f8ADsz/AQvM/xAXrP9PQ2P/jXRo/7Gc + kP/k3tv/+vn5//jz7v/x59z/6tvL/+POuv/cwqn/1baX/86qhv/GnXT/v5Fj/7iFUf+xeUD/rG8z/7F4 + QP+9jlb/p5Fp/01FOdE7LCtSX0dFHl9HRQxfR0UB////AP///wAXEAsPIyFkyg8WsPwBDM3/AA/I/wAR + 2P8AEv//ABn//x0dYf9LKwX/ZzUA/0IwP/8FJe3/ACH//wAg9v8AG+//ABnd/wAW0v8AEM3/AQzL/wgQ + wP8yK3L/gGNS/5uBcv/FsqP/7+fg////////////+fXx//Lp4P/r3c//5NG+/93ErP/WuJv/z6yJ/8ig + eP/BlGb/uohV/7N8RP+sbzP/sHY9/7iES/+2mm//R0A02S8jIl1fR0USX0dFAf///wAcGCUwIB924wgS + vf4ADM3/ABDN/wAU0/8AGtP/AB///wQg1P8yJS//YjQA/1s2C/8nLIr/CSbk/xAkzP8NH8v/Axva/wAX + 2P8AEc7/AAzM/wIOxf8kJIb/bE5A/4ljSP+sh2f/z7GV/+DJsf/v49f//fv5///////7+PX/9Ozk/+3g + 0//m08H/38ew/9e7nv/Rr43/yqN8/8KWav+7iln/tH5I/61yN/+vdDr/tX9H/5N+X/wvIyJcX0dFC/// + /wAdGTdPHx977AcRwP8ACsr/ABHQ/wAj6f8ALvj/AC///wAt//8cI23/Ui0B/2I5AP9VNA3/TDAi/1Iv + Ef9CKzr/Dh/B/wAV8/8AE8//AA3M/wINyP8gIpD/a1hc/5R1YP+nflj/uYpa/8efdP/TspH/3cWt/+jY + x//48+7///////z6+f/17+j/7uLW/+fWxf/gyrT/2b6i/9Kykf/LpX//xJlu/72NXf+2gUz/r3Q6/65z + N/9BNSrZX0dFG////wAfGkBYHh587wcOv/8ADMz/AB7m/wAw+/8AMv//ADH//wAy//8QKq7/Si4a/2Q5 + AP9cNwH/XTQB/2g2AP9VMiP/EiG4/wAU+f8AE87/AA3M/wINyP8gIZL/a1pj/6SMf//Hr5v/0bGS/8ul + fv/FmGr/yqF4/9OykP/awKX/5NG8//Ho3f///////v39//fx7P/w5dr/6dnJ/+LMt//bwKb/1LSU/82o + g//Fm3L/vpBh/7eDT/95X0T8X0dFJv///wAeGTlJIB936ggQvP8AE9j/ACHq/wAs+v8AMP//ADD//wAv + //8FL+r/RDpJ/3FFAP9lPwT/VzUP/1UzCf9BLCn/DyC//wAU9P8AE83/AA3M/wMNyP8hI4v/c2Fl/62W + iP/PuaX/3siw/9/IsP/cxKv/1LST/86ogv/Opn7/1bSS/9vApP/gybL/7eDS//r39P//////+PTv//Ho + 3v/q28z/48+7/9zDqf/Vt5j/zqqH/8eedv+WeFv/X0dFKP///wAZFCgmIh5r3gsVtv4BFNr/AB7l/wAp + 9f8AMP//ADD//wAw//8ALf7/LDaD/3NMB/+CVAH/SzpC/wsdx/8LGs3/BB3N/wAV2P8AEM3/AAzM/wYP + wv8oJnv/eVpH/62OdP/Vvqj/4cu1/+DKs//gybL/38mx/9/IsP/bwaX/1rWU/9Sxjf/Xt5b/27+j/9vC + qP/p2Mj/9u/o///////69vP/8+rh/+ze0P/l0r7/3sat/9e6nP9zYVD3X0dFI////wANCQoIIh5buhMY + ofoBEdX/ABrg/wAk7/8ALv3/ADH//wAw//8ALv//Dy7E/1lDJ/+JWwD/clQq/yUur/8ADP//AAn2/wAP + 0/8AEcn/AQvO/wwWs/89NWv/jmpO/6Z3Sv+4hlT/yaJ5/9i7nf/hzLb/4cu1/+DKs//gybL/38ix/97H + r//bv6P/2buc/9q8nf/cwab/4cy2/0E9OvTGv7n/9/Tx//v59v/07eX/7uHU/9zJtv8XEhGoX0dFFP// + /wD///8AHRpMdR8ee/sFEcX/ABXc/wAg5P8AKfT/AC/+/wAx//8AMP//AS32/y81cP93TwD/i2EM/29V + Nv80M5z/EBnX/wQS0P8ADMv/AQzL/xodlP9lWG7/vamb/9W+qf/SsZD/xZpv/8GUZP/JoHb/1LOR/9/H + r//hzLX/4Mq0/+DKs//fybH/38iw/97Grf/dw6j/3cWs/zs3NOE/Ly5dHBUUnYiBfPLTzcf/9fHt/0Q9 + OeFDMjE2X0dFBv///wD///8AFBI9HCIgWuMWGZv/AQ/W/wAX4P8AIuX/ACnz/wAu/f8AMf//ADD//wkv + 2/9JPTn/glUA/41iAf+FYBL/ZVBJ/ygoo/8AAuf/DRSv/y8rb/+hioD/1cO0/+PSwP/m1MH/5dPA/+HK + s//XuZr/zqiB/8yjev/TsY//3MGm/+HMtv/hy7X/4Mqz/+DJsv/fyLH/38ev/zs3Nd1fR0UbX0dFFF9H + RSQ5KylQFxERkzMmJUVfR0UMX0dFAf///wD///8A////ABwaRm8jH2f7EBWu/wAP2/8AF+D/ACDl/wAm + 7v8AK/f/AC36/wAr//8RLMf/STs8/3FQBf+QYwD/jmQA/zAunv8BBd//ISB5/2VOUP+peEv/x6F8/+LN + t//n1sT/59XD/+bUwv/l08D/5dK//+HLtf/bv6L/1bSR/9WzkP/bv6H/4Mmx/+HMtf/hy7T/4Mqz/zw3 + Nd1fR0UU////AF9HRQFfR0UHX0dFDF9HRQdfR0UB////AP///wD///8A////AP///wAhHEmdIR9w/xAW + rf8DENT/ABTf/wAa4/8AHub/ACHo/wAi8v8AIP//ByHa/ysrd/9KPEb/STxb/xcfsf8SFpX/YFhv/8Kj + h/+3hlX/s3xE/7eCTP/Dl2v/1reY/+XTv//n1sT/5tXC/+bUwf/l08D/5dK+/+HLtP/dwaX/272e/93B + pP/gybD/4sy3/zw4Nd1fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wAAAAAPIR1IoyIfafIVGJ3/CBLC/wMR0/8AE9n/ABXd/wAX2v8AFuL/ABL6/wAN9/8AEc//DBir/xwd + fv5iWnT/08W4/+nbzv/s3s//5NG9/9e6nP/Jonr/vo9e/8KVZv/Rror/38at/+fWxf/n1cT/5tTC/+bU + wf/l08D/5NK+/+LOuP/hy7P/48+6/zw4Nt1fR0UU////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AAAAABR4bR4cjIF3eHhx+9BIWof8KFLf/BxLC/wYRxf8HEsH/CRO4/w4U + rv8WGZn3Hh1z5zMtSe/k2Mz/7eHV/+7h1P/t4NP/7d/S/+ze0P/r3c//6NjH/9vBpv/Rr4v/yqB2/86o + gf/Zu53/5NC7/+fWxP/m1cP/5tTC/+XTwP/l0r//5NG+/z04Nt1fR0UU////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wAREDo4HhtNkiMfXc8hH27uHh17+Bwc + gPseHX75IR5z8iIgaN8iH2a+KyNZd0dERNnw5tv/8OTZ/7yMXP/Hnnb/59bD/+3h1P/t4NP/7N/R/+ze + 0P/r3c//69zN/+HKs//avJ7/1LKO/9i4mP/gyK7/5dTA/+fVxP/m1cL/5tTB/z04Nt1fR0UU////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////ABIQ + KBocGEE8HBpLTRwaT1seGkxNHhpDPhcUKRYAAAABX0dFH0lGRtny6N7/8efd/8GUZ/+vdTv/s3xF/8KV + Z//bwab/69zO/+3h0//t4NL/7N/R/+zez//r3c7/6tzN/+TPuf/fxar/3L+g/9/Fqv/l0b3/59bE/z45 + N91fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AX0dFH0pHR9nz6uL/8urg//Lp + 3//p2sn/1ria/8KVaP+7iVf/v5Bg/9Guiv/izLb/7uHU/+3g0//s39H/7N7Q/+vdz//r3M3/6tvM/+jW + xP/m0b3/6dnI/z45N91fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AX0dFH0xJ + Sdn07eX/9Ozk//Pr4v/z6uH/8ung//Lo3v/q28z/28Cm/86qhP/HnHD/zaZ+/9q9oP/p2Mf/7eHU/+3g + 0v/s39H/7N7Q/+vdz//r3M3/6tvM/z46ON1fR0UU////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8AX0dFH01KSdn27+n/9e7n/9m+o//fyLH/9Ozj//Pr4v/z6uH/8unf//Ho3v/u4tb/4sy2/9m6 + nP/RrIf/17eW/+TPuf/s3M7/7eHT/+3f0v/s39H/7N7P/z86ON1fR0UU////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AX0dFH05LS9n38uz/9/Hr/76PYP+vdTv/wJJk/9q/pP/t4NP/8+vj//Pq + 4v/y6uD/8ujf//Ho3f/v49f/5tK+/+DIrv/bvp//4ciu/+jXxP/t39L/7eDT/z87Od1fR0UU////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wBfR0UKYlhYXWJdXPdWT01vX0dFDV9HRQT///8AX0dFH1BNTdn59PD/+PPu/+rZyv/Ts5T/wJNl/7iD + Tv+8ilj/yqJ6/9/Ir//v4tb/8+vi//Pq4f/y6d//8uje//Hn3f/x5tv/6tnI/+bQuv/lz7f/7uLW/0A7 + Od1fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AF9HRQVgT041amlp95ORkf6amJj+X1lZ9WFZWKxhVFNBX0dFMFJPT9r69/P/+vby//n1 + 8P/59O//+PPu/+/k2P/hyrT/0a+M/8OXaf/InXL/1rWV/+bTv//y6N7/8+vi//Lq4P/y6d//8eje//Hn + 3P/w5tv/8OXa/0A7Od1fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AF9HRQ5kXFyL3d3d//v7+//39/f/7u3t/8rKyf+HhYT8W1RT3FNQ + UOj8+ff/+/j1/+ze0P/x593/+fXx//n18P/49O//+PPt//fy7P/o18X/3sWq/9Sxj//Sron/38Wr/+rZ + x//y6N//8+rh//Lp4P/y6N//8efd/0A8Od1fR0UU////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AF9HRRhlYWDB+fXx//Hn3v/u5Nn/7+Ta/+7l + 2//u5dv/6+Tc/8q/tf///v7//fv5/8CSZP++jl//3MKp//Lp4P/69vL/+fXx//n08P/48+7/+PLt//fx + 7P/v5Nj/6NXC/97Dp//bvZ7/5c+5/+3ez//y6d//8+rh/0E8Ot1fR0UU////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AF9HRR56d3fe4dLE/+DK + tf/dxa7/28Gp/9i9ov/VuJz/07SW/9Cvj////v7//v39/9S1lv+5hlP/tH1G/7iET//QrYr/5dK+//fy + 6//69vL/+fXw//j07//48+7/9/Ls//fx6//07eX/7d7P/+jWwv/o07//9Ozk/0E8Ot1fR0UU////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AF9H + RR+GhITg2MCp/8+tjP/MqIb/yaSA/8efef/Em3P/wZdt/7+SZv/////////////////+/v3/8OXa/9/H + r//IoHf/wJJj/8SYa//Yu5z/6tjH//jy7P/59fH/+fXw//jz7v/48+3/9/Ls//fx6v/28On/9u/o/0I9 + O91fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AF9HRRllYmHM17+m/72QY/+7i13/uIdX/7WCUP+zfkv/sHlE/8KYbv////////////// + ///////////////+/v/+/v3/+vby/+jXxP/Zu53/z6qE/9CqhP/gxq3/7d7P//r28v/59fH/+fTv//jz + 7v/48u3/9/Hr/0I9O91fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AF9HRQ1kW1p8qaai/7WDUv+pbjT/p2ou/6RlKP+iYSL/n1wb/9S2 + mv/////////////////////////////////////////////+/v/+/fz//fz7//Ln3f/l0Lv/276g/9y/ + of/o1cH/8ufc//r28v/59fD/+PTv/0I+O91fR0UU////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AF9HRQNfR0UdZWFgv7Gtqf+8j2T/n10c/5lS + Df+ZUg3/uYhZ//////////////////////////////////////////////////////////////////7+ + /f/+/fz//fz7//nz7f/u4dL/59K9/+TNtP/w4tX/+vby/0M+PN1fR0UU////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wBfR0UGX0dFHWNa + Wn96eHjvxsbG/9zPwv/v5t3///////////////////////////////////////////////////////// + //////////////////////////7+//79/f/+/Pv//fv6//r39P/27+f/+/n2/0M/PN1fR0UU////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8AX0dFA19HRRBfR0UkY1dWXmRdXZx5d3bepqam/83Nzf/19fX/+/v7//////////////////// + /////////////////////////////////////////////////////////v79//79/P/9/Pv//fv5/0M/ + PN1fR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wBfR0UCX0dFCF9HRRNfR0UgYE5NPWBXVn9eWlrChoWF8qys + rP/f39//+/v7//////////////////////////////////////////////////////////////////// + /////v7//v79/0Q/PdxfR0UU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wBfR0UBX0dFBV9H + RQ5fR0UZX0dFJl1PTVBaU1ObY2Bg0pSUlP++vr7/6enp//v7+/////////////////////////////// + ////////////////////////5eXl/z44N61fR0UP////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AX0dFAV9HRQdfR0USX0dFHV9HRS1XTk19Uk1Nt3FwcPCZmZn/xsbG//// + ///7+/v/////////////////////////////////mJiY/0pDQaRfR0UH////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AF9HRQNfR0UMX0dFGF9H + RSVXSUhQT0hIm0tHR89/f3//ra2t/9vb2//7+/v////////////AwMD/TEhHuE9GQ0dfR0UB////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AF9HRQFfR0UHX0dFEl9HRR1fR0UsTUREfUdCQrdYV1fvbW1t/2JhYfA/OjmmUEZDTV9H + RQb///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wBfR0UDX0dFDF9HRRhfR0UjX0dFJ19H + RSJfR0UUX0dFBf///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///////8AAP8A + H////wAA/AAAH///AAD4AAAH//8AAPAAAAH//wAA4AAAAH//AADgAAAAH/8AAMAAAAAH/wAAwAAAAAD/ + AADAAAAAAD8AAIAAAAAADwAAgAAAAAADAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABAAAAAAAAAAEAAAAA + AAAAAQAAAAAAAAABAAAAAAAAAAEAAIAAAAAAAQAAgAAAAAABAADAAAAAAIMAAOAAAAAA/wAA4AAAAAD/ + AADwAAAAAP8AAPwAAAAA/wAA/wAAAAD/AAD//wAAAP8AAP//AAAA/wAA//8AAAD/AAD//wAAAP8AAP+B + AAAA/wAA/wAAAAD/AAD/AAAAAP8AAP8AAAAA/wAA/wAAAAD/AAD/AAAAAP8AAP8AAAAA/wAA/wAAAAD/ + AAD/AAAAAP8AAP+AAAAA/wAA/8AAAAD/AAD/8AAAAP8AAP/+AAAA/wAA///gAAD/AAD///4AAP8AAP// + /8AB/wAA/////AP/AAAoAAAAIAAAAEAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wAAAAAEAAAAEwAAACoAAAA8AAAAPwAA + ADUAAAAkAAAAEwAAAAcAAAAB////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AEBAQANVQCsJWUAzDmFJMQ////8AAAAAAQAAABAnKCitPj4960RD + QewTEA+zHh4frSkrK5EAAAA/AAAAJgAAABMAAAAHAAAAAf///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AICAAAFeQzYNYEQyKF9ENUhfRDVmXkQ1al9FNlQAAAAGMjIywtm6 + nPfasYv/3baP/7F6RP+gZy/+dE8r6xwcHbEpKyuRAAAAPQAAACUAAAATAAAABwAAAAH///8A////AP// + /wD///8A////AP///wD///8A////AP///wBmMzMEXkMyIUw5P20+LCy3LyZS3C0jUeI3KDTTSzU0vEs5 + Lc6xmIX/4NC6/+rdyP/u5tH/2bWP/7aATP+objb/pG44/W1NLeMcHR2xKSsrkQAAAD0AAAAmAAAAEwAA + AAcAAAAB////AP///wD///8A////AP///wD///8AVVVVAkw5RzIxKFi2Ehyl9ggh3/8HJub/Bibn/wkj + 3/8RHbD+KSFF94BqX/+slH//17qi/+naxP//++b/1quC/7uHVv+1gEv/rnc//6t7TPtuTjDkHB0dsykr + K5EAAAA9AAAAJwAAABUAAAAJAAAAAv///wD///8A////AP///wA7LVImJSNzzxMbp/8SHcD/Ahr0/wAa + +v8AHOb/ABfi/wAU5f8IE9D/IyJ7/3diWf+ZeF3/yKaF///54//kvZn/zqB0/8eXav/Bjl//uoZS/7V+ + SP+vgVL6cFAy4x0eHrAoKSqUAAAAQwAAAC0AAAAZAAAACgAAAAL///8ATUskBSckbqUKE7j/Fxly/zIj + H/8vI1r/DB/Y/wAc9f8AFdb/ABDP/wAN2f8GEMz/Kidp/4twXP+0k3b///HZ/+bBnP/gt5L/2a+H/9Kn + fP/MnXL/x5Zn/8GNXP+6hVH/u41h/XRaQ/McHR3BJygplQAAAEYAAAApAAAADgAAAAI3JyA7Exek+wAK + 3P8XGoP/LiMQ/zIiAP8sKF3/DC7u/wYv+v8DIeH/ABLR/wAL1f8KFLb/VERJ/6uMc//fwqr//+3V//7k + zv/ty63/5b+b/963kP/Yrob/0aZ7/8uccP/FlWX/v41a/8eabv18ZEz5HB0dvBobHHEAAAAoAAAACSQh + ZqgLErb/AAvT/wcV5f8YH47/IB0Q/zwnA/8kOK3/EkL//wQq//8AFtz/ABDN/wQR0P8vKmD/jWxR/8Sc + df/SrYf/9tW2///t1///7t3/99zE/+zIp//kvZn/3baP/9ithf/RpHn/y5tu/8STZP+Hc1/6Kywt2S4v + L40AAAATHh118wUOv/8AE9H/ACT6/wIr9v8ZJGj/LR4C/zYtOP8rMpH/HCmo/wUc0f8AEtz/Aw3N/x8f + f/+PblL/4sOn/+bCoP/Vrof/2LCN/+7Mrf//8d3///ru//7t3f/z2cH/6cWj/+S8mf/dtY7/16uC/9Cj + eP9gWVDdNjc4vgAAABcdG3X/BA7E/wMo6v8FRP3/AD3//wwy1f8jIzT/MSQH/1kxB/9SMSD/EB+3/wAQ + 8v8CDcv/HR2D/59/ZP/hvZ3/99Wz//jXtv/wzq7/3riV/9evjP/uzq7//+7Z/////////vb//evZ//LX + vP/pxKL/47uW/6OPe/I8PT7mAAAAFCAcauEIE8H/AzD1/wdR//8GT///Aj7//yAqY/9CLw7/Uzos/yAn + lP8CGd//ABDg/wQOy/8mInD/n3lZ/7CDWf/Clmz/5LyZ//PQr//30rP/9tKx/+bCof/eupb/7Mqo///t + 1/////7////////78f/759X/aF1U3zw9P9MAAAALHhpLfBAYp/8AL/X/A1L//wRU//8ITv//GjrC/0Mz + Jf9gSS3/Kz/D/w0o6P8ADNT/BxPD/0c7Vv+yh2H/37iU/9athP/El23/yJx0/922kP/yzqv/89Cv//bS + sf/tyqf/89Gx/4t+cf3Iu67///////////4LCwuEQEBBdAAAAAMbFjcZHhx13gchzv8APf//A0///wZL + /v8DOf//LjmG/0s6Hv98WRT/U0di/wUN1v8WH5X/fWZl/7+SZv/dtIv/5byV/+a9l//gt5D/0KR8/8id + df/guJL/8Muo//HOq//z0K7/PT4//wgICKpTS0Xlbmto71tcXYcAAAAG////AP///wAQDy1bGh2K/wck + 1v8AMvT/ADT3/wAs/P8DJfn/JS2P/0QzM/9OPFH/Fhyi/11OZP+tgFT/wJJm/6x5TP/Elmv/2q+G/+S4 + kP/lu5P/5LuV/9ivh//RqIH/3reQ/+7IpP89Pj//AAAATAAAABj///8A////AP///wD///8A////AP// + /wAbGEttHB187Q0duv8FG9P/AxjW/wIV5P8CEub/Cxm6/xkihvtoVmz/xpx0/9muh//Zrof/3bGI/8yg + dP+3iFr/wZNn/9ergf/ito3/47iP/+W7k//eto7/5LyW/z0+P/8AAABMAAAAGP///wD///8A////AP// + /wD///8A////AP///wAfG1Q0HBhJoRsaducWGYj/FhmI/xgZfe0dIHG1GyA6psuhef/kupL/rX1P/8qb + cf/ito3/4raN/+K2jf/ZrYT/yJpw/8KTav/Sp37/4LWM/+K2jf/juI//PT4//wAAAEwAAAAY////AP// + /wD///8A////AP///wD///8A////AP///wD///8AAAAABQAAABYAAAAuAAAAPgAAACRDQ0T/68ek/+nD + of/bs47/u4xg/6RyQ//HmW3/4raN/+K2jf/ito3/3rOL/9Wofv/MoXj/1aqB/+K2jf89Pj//AAAATAAA + ABj///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AEND + RP/rx6T/6cOh/+K3jv/ito3/3LCH/8OVav+uflD/xJds/96ziP/ito3/4raN/+K2jf/csYj/4raN/z0+ + P/8AAABMAAAAGP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8AQ0NE/+vHpP/pw6H/pHRF/8ibcf/gtY7/47eP/+K2jf/Sp3z/xZdt/8WZbf/csIf/4raN/+K2 + jf/ito3/PT4//wAAAEoAAAAX////AP///wD///8A////AP///wD///8A////AP///wAAAAABR0hIyENE + RFn///8A////AP///wApKirg8NCz/+3Or//ctpP/u45k/6FuQf+3i1//2K+H/+S7lf/jt4//3LCG/86i + ef/Rpnz/3LCH/+K2jf89Pj//AAAASAAAABb///8A////AP///wD///8A////AP///wD///8A////AENF + RkqGfnfOampr/0FBQrSLi4xu////QD0+P//22cL/8te8//HVuP/w0bX/7s6v/9Kth/+8kGb/s4Za/9Go + gf/ju5b/5LuV/+O4kP/es4v/4raN/z0+P/8AAABHAAAAFf///wD///8A////AP///wD///8A////AP// + /wD///8ALi8vXOng1vv/////7uzr/4WCf/9kYV7/VEY3//nkz//44sv/qHpN/8ymhP/t0bb/8dW6//DR + tf/ryqr/1q+L/8KXbv/Monr/47yX/+a/mv/kvJb/PT4//wAAAEYAAAAV////AP///wD///8A////AP// + /wD///8A////AP///wAWFhZe5NPB9erVwP/dvJ7/1bCN/8yohf+bXSD//u3d//3r2f/pz7b/wpt3/6Jy + Rf+3jWX/1rGS//PYv//x1rr/8NG2/+fHp//Vroj/2bOO/+nFo/89Pj//AAAARQAAABX///8A////AP// + /wD///8A////AP///wD///8A////ABoaGlDiz7333bOM/8+hdf/CkWD/rXQ8/7aFVf//+Oz///Pn///x + 4///7t7//evZ/+nQuP/Io4D/t4xj/8iifv/pzLD/89i///LWu//w0rb/7s+x/z0+P/8AAABFAAAAFf// + /wD///8A////AP///wD///8A////AP///wD///8AQENDPbCoovPpyqr/z6F1/72LWP+tdDz/zKeB//// + +v///vb///rx///47P//9uf///Lk///u3v/+7Nr/7dW9/9Kvjv/Konz/3r+h//DVuv/z2cH/PT4//wAA + AEQAAAAU////AP///wD///8A////AP///wD///8A////AP///wBMTk8aJSYmhq+VePPny6//vYtY/7N8 + Sv//+O7///////////////7////6///+9///+/H///nt///26f//8uT///Dg//7s2v/x2cP/6c+1//nj + z/89Pj//AAAAQQAAABP///8A////AP///wD///8A////AP///wD///8A////AP///wCNkJNtJygoVD09 + PbF9enbkyMjI/t3d3f/u7u7///////////////////////////////v////3///78v//+e7///fp///y + 5f//8OD//u3c/z0+P/8AAAA4AAAADv///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8ApKisXEVHSF83OTqeVlhZ/3h4eMyXl5f5yMjI993d3f/u7u7///////////////////////// + +/////j///3z///57v//9+v/PT4//wAAACkAAAAI////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wBMTk8ajZCTbUVHSF81ODmiVlhZ/4ODg9apqan10dHR993d + 3f/u7u7////////////////////9/+3m3vgjJCStAAAAFQAAAAL///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AExOTxqNkJNtRUZHYD0/ + QJBWWFn/ZmZmsJGRkdq9vb3uz8/P8eDg3urMysjrREND0Dc4OWoAAAAF////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AExOTxqNkJNtREZHYT0/QI81Nzj/MzQ0ljI0NG1CRUZcAAAAAf///wD///8A////AP// + /wD///8A////AP/gB//4QAH/4AAAf8AAAB+AAAAHgAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAABgAAAD8AAAA/gAAAP+AAAD//AAA//wAAP8cAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/gA + AA/+AAAP/8AAD//4AB///4A/KAAAABgAAAAwAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wD///8A////AP///wD///8A////AP///wD///8AAAAADi4qJoZlWEzqVkg64TgnGMAzKySlAwcKVQED + BSYAAAAHAAAAAf///wD///8A////AP///wD///8A////AP///wD///8A////AP///wBXPzAfXUIsQWJF + LE1PNyE5XFBHusK0ov385cn/6cmk/7qBSf+SXy78XEQs2iUiHZgHCw9WAAABIQAAAAkAAAAB////AP// + /wD///8A////AP///wD///8AYj0tFUk7Q243LFW9LCls3jAqXdk6LDu/bVdE19O9pf////X////t/+HD + oP+9hE//tHpA/5JnO/djSzTaHx4bmAoOEFcAAAAeAAAACv///wD///8A////AP///wBLQk4cMihkpBEb + sfoBHfX/ASHy/wIe6P8IFr//MCpw/IRvZP/BoYT////r//Pdwf/Ronb/xpVn/8aQXf+7hU//oXZJ/V9I + MdUsKSejAgYIXQAAAikAAAANAAAAA0tHIwknI3SXEBea/yMfY/8bH6P/Ahz1/wAW4/8AD93/AAzT/yon + ev+Ha1T/xaB8//vlyv/uzK3/4LiT/9WpgP/QoXT/y5dm/8aRX/+lfVX/ZVNA4iwpJqgDBQdSAAAAGDUr + NUwOFLP3BxC8/ysgI/81JAT/Hiqi/wUv//8AH+f/AA3Y/wALwP9PQVv/u5p4/9+/nv/22r7/+ePM//Tb + wf/pxqX/3bSO/9Woff/Rn2//1KBv/5p5WP85NzTRFxobcR4cdK0GD73/ABHn/w4fuv8mHxL/NSwt/xw+ + 1P8HK/D/ABTX/wAM1P8oJHb/nnta/+vHpP/gu5b/48Ki//Tbwf/77tv//Ova//DXv//nwqH/3rOL/96s + fv+Wf2f7ODo6whkYgt0DEcb/Aivz/wA3//8UKI7/LSIL/0MuLP84LGP/BxnT/wAK3/8hIIr/ooBh/86i + d//xzav/8M2s/+S9m//px6b/9N/I//zz6f///fL//OvZ//TYuf/EqI7/SUZE3hwYdckGGc//BEP//wRR + //8IOuL/Likw/1U2Cf8tLIL/ABbn/wAJ2/8mInv/rIdj/+O5j//QpHz/3bWR//DMqv/xzaz/6sSh//TS + sP/Wybv+4t7a//////+Ri4bcQkFBwB4YT3EPHLT/AD///wNY//8HS///JzeK/1hCG/9CRpD/ESLX/wAJ + yv9RRm3/t4lb/9+0jf/ftI3/2a6G/9KogP/fuJP/78qo//zXsv9saWX+LCopx314dd1kY2PMFBUVJRsW + MxQXF2a9CCfV/wA//v8AQP//CDLx/zI0b/9oSxf/ODB9/xcdnv+PcFn/w5hv/8KTZv/Qo3n/3LCH/+K3 + kP/ds4z/2K+I//HIn/9nYV3/AAAAaxIQDxVjYmEM////AP///wAUEjIwGxt0xAwgvv8FIuL/Ahzv/wcZ + 5f8XHpj/MjB0/G9ehf/Nn2//37OK/9+ziv/MoHT/yp1z/8+ief/ZrYT/4riP/+3Blv9nYVv/AAIFZwAA + AAL///8A////AP///wD///8AIBxTHB4ZWHwODmS7Cw90yQkNdsUNFHy4Qz9y1/PGl//DmG//uYlc/8OU + aP/esoj/4LSL/9irg//Up33/06h+/+m5jf9nYVr/AAIGaQAAAAj///8A////AP///wD///8A////AP// + /wAXFxQqDAsGQBEQClAAAAA/enFo//7Ztf/arYL/1qqA/9Gkev/AkWX/y55z/9uwhv/gtIv/37OK/+q8 + kP9nYFr/AAIGaQAAAAj///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AenFo//7Z + tf/DmG//vo9j/8qccf/csYj/27CH/8+id//Spnz/27CG/+y9kf9nYFr/AAIGZwAAAAf///8A////AP// + /wD///8A////ACssKSduambJg3ht+FpZWFn///8Ac2lg8v/hxP/qy6z/2rWT/8ulfv/Fm3L/yp50/92z + i//csov/27CI/+u8kP9nYFr/AAIGZQAAAAb///8A////AP///wD///8A////ADk6Okzh18z48e7r/72r + mv+BZUj/nH1f///s2P/Jo3//0q2K/+TFpf/kwqP/4sCg/9Suif/SqYH/37eR/+/Em/9nYVv/AAIFZQAA + AAb///8A////AP///wD///8A////AB8fH0rXwKrz9+vg//Lp3f+maSz/u5Js///67f/v18H/zqyM/8Od + ev/Qqoj/27qa/+fIq//t0LP/4b+d//HLp/9oY17/AAEEZAAAAAb///8A////AP///wD///8A////ADQ3 + ODvFtKXy6b+X/8OQW/+tcjj/2b2f////+///+e7///rt//7w4P/p0Ln/272f/9q6m//buZj/6Mms///g + xP9pZGD/AAACZAAAAAb///8A////AP///wD///8A////AEZJTBlfWlSqwqiM+sGWav/Flmv///fu//// + ///////////6///99P///fP///ru//no1//v2ML/69G5//3ly/9qZ2P/AAABYQAAAAT///8A////AP// + /wD///8A////AFRWWARkZmg+QEFAbm9sasKenZv1w8TG/97e3v/5+fr////////////////////7///+ + 9////fP///Xo///77P9ramf/AAAAWf///wD///8A////AP///wD///8A////AP///wD///8AYWVnDGpv + ciorLjBRXF9flHN0dal2d3jWnp+f/8zMzPrr6+v/9vb2//////////////////////9wbmzzAAAAPf// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AaWttA2JlZxQ+QUI+ZmhpiVBR + UpFub3DhjY2N2Lq6uu3X19j/5+fn+bSzsvBCQUGdBgcHFP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8AeXt9BDU2NwlGSUoxb3BzXklLTHBKS0zASkxLl0NE + RWoZGxwq////AP///wD///8A////AP8APwDwAA8AwAAHAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAEAgAADAMAAAwDwAAMA/wADAOEAAwDgAAMA4AADAOAAAwDgAAMA4AAHAPgABwD/AAcA/+APACgA + AAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////ABAN + DBdcV1DYb2JV9Fs+I9EmHxeLAAMGNAAAAAb///8A////AP///wD///8A////AP///wBjUSIFVz4qLlVI + O1lZTkON/fPe////5//Vpnf/gmFB/2tOMtsmIBqLAAMFNQAAAAb///8A////AP///wBWPT8sMy5zqSAn + lOUjJHzeVERS3tC7nv/99N7/8Na3/9GhdP/KlGD/sH9Q/2FSQuknIh6RAQMFPAAAAAZFQD0gHR2D2BYc + k/8CHfX/ABXw/wcQv/9ZSGX/x6R//+3Rs//017z/68us/960jP/Wo3P/vpBk/2VTQeASFBZrIyBqkgUO + yf8oHi3/KClh/wYu//8AEOf/DROg/5d5Y//qxJ7/68mp//HXvf/559T/9eDM//POrP/bsYr/Tk5M/xMV + luAAHvL/CC3P/y0lH/82MmX/CyfT/wAKxf99Y2X/27CC/+K7l//qxKL/782s//Leyf/q5N3/9+re/05J + RLoWFojLAjr7/wJQ//8oMmb/UTci/wwe1v8CDL7/jG1h/9uuf//Zrob/27KM/+vDnP/auZn/Tk5M/2Nj + YrExMjI1GhZJXAkqzP8ASP//C0Tw/0pAT/80MIP/LiyR/76TZ//Upnn/0aR6/9ergv/htYv/06+M/05O + TP////8A////ABgUMAMaGWB/Dh+x6wIZ1f8KFrX1OTVt6rqVe//NnW3/zJ50/9apf//YrIP/3bCF/8+p + hf9OTkz/AAAAAf///wD///8A////ABYSLi4PDyd5BAcjekZAP6Xxx5z/yZty/8yedP/RpXv/1qmA/+G0 + if/Rqof/Tk5M/wAAAAH///8A////AP///wBOTkxmal1QyHBhUaOEbFRm8dS4/9Wvjf/Ur4v/06uE/9es + hP/fs4r/0quJ/05OTP////8A////AP///wAcHBwAZV9Zh/TLpf/48+b/hGxU//fm0//SsJD/0q6O/9y6 + mv/gvp7/5sKe/9W1l/9OTkz/////AP///wD///8A/+7eAFlYVm3du5r/qnxO/6GNeP////////ru//bm + 1f/nz7b/48Wp/+zMrf/fxrD/Tk5M/////wD///8A////AP///wBTVlghaGJckpOBcOPNyMP/8vLz//// + ///////////////78P/98uL/7N3N/05OTP////8A////AP///wD///8A////AGNmagNqbG9VY2VnhF5e + Xr6hoqLh0NHQ+OTl5P/5+vn//////9vY0v86Ojmj////AP///wD///8A////AP///wD///8A////AP// + /wD///8AbnBwS1tcXWZtbm+UcXNzuWZmZddQUE+yBwcHEv///wD///8A+A8AAMADAACAAAAAAAAAAAAA + AAAAAAAAAAAAAAADAAAAAQAAwAEAAMADAADAAwAAwAMAAMADAADgAwAA/gMAAA== + + + + 1247, 17 + + + 1329, 17 + + + 17, 56 + + + 263, 56 + + + 459, 56 + + + 649, 56 + + + 912, 56 + + + 1169, 56 + + + 17, 95 + + + 257, 95 + + + 219 + + + + AAABAAEAgIAAAAEACAAoTAAAFgAAACgAAACAAAAAAAEAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAQAFAAMBCAAEAQoABAENAAYCEQAHAxcACAMUAAkEFgAJAxgACgQZAAkDHgALBBwADAUeAA0F + IgANBSQADgUtABAHKgAQBiwAEggtABEGMwAUCDIAFQk1ABIHOAAXCjgAGAo6ABkKPQAVCEIAFghGABoL + QQAYCUUAGwxEABwMRAAYCUgAHQxIAB8NTAAfDFYAHQtaACANTgAiDlMAJxRXACQQWQAmEF0AMB1dADIg + XwAiDWMAIg1rACcQYQAoEWIAKRFlAC0WZgAuGGQAKhJoACwSawApEW0ALBJsAC4UbgA0HW0AJg5zACcP + eAAoD3oAKA98AC4TcQAuFHIAKBB6ACgQfAAtEn4AMRdzADATdAAwFHUAMhpwADYddAAxFHkAMhV8ADQW + fgA2GnsANiRjADwrZQA0IGgAOSVrAD8tbQA9I30APSR8AEArdQBAJ30ATDt0AEcxfgBJNH4AUkJ5ACsR + gQAsEYEALhKEADUWgQAwE4YAMxWGADYWhAA4F4cANxiGADgYhgAxE4gAMRSKADMUjAA0FY4AOBeJADcY + iQA4GIkAORiNADcWkwA4F5QAOxmQADwZkgA9GZUAOhiYAD4amQA+Gp0APxycAD8jgwA/JoAAPiCJAD8a + oABAG5sAQBybAEAbnQBAHJ0AQSaCAEUrhABNNYoATjaMAFA3iwBHJ5QASi2TAEAboQBCHKIAQhykAEQc + pQBFHakASB+qAEoiqwBOKK4AUCquAFEsrwBTLrAAVC+wAFQwsABYM7EAXTq0AF88tABgPrUAVUODAFpF + jgBdR5IAXkmTAGVVjABpWY4AYE2SAGJMmQBkTpoAa1uQAGdTmQBoUp4AcF+cAHFjlgBzYpsAd2mbAHpr + nQBiRqUAZEmnAGJGqQBkSKoAaVOiAGxWogBvW6AAcl2kAHFYrwBiQbYAZEO4AGhHuQBqSroAbUy8AHBS + vQB1Vr4AdWSjAHhnoQB6aqMAemmnAHxrpwB6Z6kAfWqqAH5uqQB9aqwAf2yuAHxosAB/abYAe2K4AHda + wAB4W8AAeV3BAHxgwwB+YsQAgXSkAIV4pwCJfKwAgW2yAIBpuACCarwAj3+5AIBlxQCDaMUAhmzHAIhu + yACMcsoAkHfLAJN8zQCOgLEAkoWyAJCBtgCShLYAk4S4AJeIvQCckLsAoZS/AJaEwwCbjMAAnY/AAJ+P + xACWgM4AmILQAJyH0QCeidIAopXCAKibyQCqncoAqp3NAKCM0wChjdQArqHOALGlzgCvotAAsaXRALOl + 1AC2qtIAt6zTALWo1gC3rNQAuK3VALuv2gC+stoAwLPfAMG13gDAtOAAxbrhAMm+4wDMwuYAzsXoANDG + 6QD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0OoAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIh4iHiIiI + iIeIiIeKsrGysbKxsbKyscQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 44eIiIiHh4eHh4iHh4iHh4eHiIeHh4iHiIeIh4eIh4iHiIeIiouLi4qLioqLi7Pp5Onk6eTp5OnpAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACPiFwYGBgYGBgYGBgYNVxcXFxcXFxcXFxxh4iIh4iHiIiIiIeIh4iHiIiHiIeIh4iHiIeI + iIiHiIeHiIiHiIeIiIeIiI3Pz8/P0M/Pz8/PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAAAAAAAAAAAAAAAAAAAAAAAcNDg0ODQ4NDg0NMDQ0NDQ0NDQ0 + NDR7iIeIiIeIiIeIh4eIiIiHiIeIh4iHh4eIh4iHh4eHh4iHiIeIh4iIxgAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAICAQICAgICAgEBGiYmJiYmJiYmJidKcXFxcXFxcXFxcYeHiIeIh4cAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAAAAAAAAEhMTExMTaoiHiEiIhwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggHyIfIh8iIkpqampqamqHiIeIh4iH + iIiHe4eMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAAAAA + AAAAAQAAAQAAAQAAAAAAAQYHCAcGBwYGBgcLKioqKioqKioqKnOGh4aHhoeGh4iHiIiHh4eIh4iHiIeI + h4eIh4eHiIeIh25Jh64AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcA + AAAAAAAFExMVHUhIRUhIRUhIRUhIRUhciIeHiIeIiIeIh4iIiIiHiIiHiIeIiIeIiIeIh4eIh4iHiIeI + h4iHiIiHh4iIiIeIiIiHiIiHbXOIrwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAI+INwAAAAAAACGIh4iHiIeIiIeIh4iHiIeIh4eIiIeIh4eIh4iHiIeIh4iHiIeIh4iIh4iHh4iH + iIiHiIiIh4iHiIeHiIeIh4iHiIeIh4iHiIgwiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAj4g3AAAAAAAAIYeHh4iHiIeHiIeHiIeIh4eIh4iHh4eHiIeIh4iHiIeIh4eIh4iH + h4eIh4eIh4iHh4eIh4eHh4eIh4iHh4eIh4iHh4iHiIeHiA6HhwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAhiIeIh4iHiIeIiIeHiIeIiIeIh4iIiIiHiIeIh4iH + iIeIh4eIh4iHiIiHh4iHiIeIh4iHh4iHiIeHiIiHiIeIiIeIh4iHiIhvMIeHAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAABtyh4iHiIeIh4iIh4iIh4iIh4eIh4iH + h4iHiIiHh4iHiIeIh4eIh4eIh4iHiIeIh4iHh4iHh4iHiIeHiIeHiIeHiIiHiIiHhzAwh4gAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAG3KIh4iIh4iIh4iHh4iI + h4iHiIiIh4iHiIeIh4iHiIeIh4iHiIiHiIeHiIeIh4iHiIeIh4iHiIeIiIeIiIeIiIeIh4iHiIeICmqI + iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAbcoeHiIeI + iIeIiIiHiIeIiIeIh4iHiIeIh4iIiIeIiIeIh4iHiIeIiIiIh4eHh4iIh4iHiIeIh4iHiIiHiIeIh4iI + h4iHiHMFiIjOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAA + ABtlh4iHiIeIh4eHiIeIh4eHh4iIh4eIiIeIh4eHh4eIh4eIh4iIh4iHh4iIiIiIh4eHh4iHiIeIiIeI + h4eIh4iHh4eIh4iISACHiOEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + j4g4AAAAAAAAG2OHiIeIh4iIiIeIh4iIh4iHiIeIiIiHiIiIh4iIiIiIiIiHiIiHiIiIiIiIiIiIiIiI + iIiIiIiIiIiIiIiIiIeIiIeIh4gVIoiHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACPhzcAAAAAAAAbZIeIh4iHiIeIh4iHiIeHiIeIh4eHhoaEhoaGhoaGhoaGiIeGiIaFhIaG + hoWGhoaGhoeGhoaGhoaGhoaGhoeHh4iHiIeIhA4iiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAABtBhYiHiIeHh4iHiIeIh4eIh4eHh4aGhYaGhIaEhoaGh4iG + iIaGhoaGh4SEhoSGhoaGhoSFhISGhIaEhoaGh4iGiIeIh4huADSHiAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAG0GFh4iHiIeIh4iHiIeIh4iHiIaGhHlycXFv + b29veHt7hISEhHt5c3Fxb3FxcXl5eXN5eW5xb29vb3FxeXmEhoWIh4eIiDQAbojFAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAbPYOHiIeIh4iHiIeIh4iHiIeH + hoR7cW9tbm1rb254b3l7hHt5b29ubW5qbW1ub29xb25tam12bmptam1vcXuEhoiHh4iHFgBtiMUAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAABtBZoiHh4iHiIeI + h4eIh4eIh4aGe3Fq3fr7+/z7+/r5y3Fvb25qqczRzczMzIJhaWppdq3SzNHQzdHMzMzBb3mEhoeIh4gB + EYeH6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAG0Fm + iIiIh4iHiIeIiIeHiIeHhoRvblzK/v7+/v7+/v7RbW1qaXz+/v7+/v7+q0hJXEp//v7+/v7+/v7+/vVq + b3uGh4iISgATiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcA + AAAAAAAbQGaHiIeIh4iIh4iIh4iHiIaFe29qScn+/v7+/v7+/stpaWJfvf7+/v7+/v7gP0VJRar+/v7+ + /v7+/v7+vmlve4SGh4gwACKIhwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAI+INwAAAAAAABtBQoeHh4iHh4eHh4iHiIaIhoR5bWI4u/7+/v7+/v7+ymFKSUju/v7+/v7+/uYx + OD412P7+/v7+/v7+/v5UYW15hIaIhw4ASIeRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAj4g3AAAAAAAAG0FBh4iIh4iHiIiHh4iHh4eGhHlqYTLK/v7+/v7+/v6/SktJrP7+ + /v7+/v7+3zAyOEb6/v7+/v7+/v7+6ENhbXmEhodqAwBIiJMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACPiDgAAAAAAAAbQUGHh4iHiIiHiIeHhoaEhntzb2JcNLz+/v7+/v7+ + /spDOEbu/v7+/v7+/v79TjAwM/7+/v7+/v7+/v6+RWlue4aGiEkAB3uIxQAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+HNwAAAAAAABtBQXeHiIeHiIeHiIaGhoSEe3luYVwx + yv7+/v7+/v7+uj84nv7+/v7+/v7+/v5PKjC3/v7+/v7+/v7+/X9DaW95hoaIGAAIh4gAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAAC0FBcIeIiIeIhoZ7e3Fv + bW1pYFxIQyq3/v7+/v7+/v68MjDY/v7+/v7+/v7+/k0nKOX+/v7+/v7+/v7rSVxue4SIhoYRAA+IhwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAEQUFsh4iH + iIiGhoR7cW9ubWh2S0hFL8n+/v7+/v7+/rYxVv7+/v7+/v7+/v7+oSco+/7+/v7+/v7+/qJJXG5zhIeH + bwAAL4iIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAA + AARBQWWHiIeHiHl7bWlKSD9Hl8nK5vz8/v7+/v7+/v7+tynV/v7+/v7+/v7+/v7IJlj+/v7+/v7+/v79 + V19pcYSGh4c4AAAxh4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + j4g3AAAAAAAABEFBWoeIh4eIe3ltaUp9yvz+/v7+/v7+/v7+/v7+/v6jUP3+/v7+/v7+/v7+/scmof7+ + /v7+/v7+/u80Ymp5hIaHhyMAAIeIkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACPiDcAAAAAAAAEQEJZiIeHhYZubkpIq/j+/v7+/v7+/v7+/v7+/v7+/qSd/v7+/v7+/v7+ + /v7+5SPl/v7+/v7+/v7+yj9qbnuGhoiIBwAAh4jUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAAARAQUGDiIeGhm5tSLr+/v7+/v7+/v7+/v7+/v7+/v7+x/b+ + /v7+/v7+/v7+/v79UP7+/v7+/v7+/v5RQ2pve4aHiGEAAA+Hh+EAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAABEFBQnGHhnuEYmJU/v7+/v7+/v7+/v7+/v7+ + /v7+/v76/v7+/v7+/v7+/v7+/v5Y/v7+/v7+/v7+6EtKbnmEhoeIMQAAIoiIAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAEQUFBcYiGeXNfYdn+/v7+/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v7b/v7+/v7+/tr+/v7+/v7+/v62Slxxc4SIh4cRAAAgiIcAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAAARBQUBqhoVxcUlJ + 9v7+/v7+/v7++PbI3P7+/v7+/v7+/v7+/v7+9lj+/v7+/v7+/v7+/v7+/v7+/ldhYXN7hoeHhQoAAGqH + iQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAABEFB + QV6GhG5uRYD9/v7+/v7++50oJyek/v7+/v7+/v7+/v7+/v7IWP7+/v7+/v7+/v7+/v7+/v7eMmhqe4SG + iIdKAAAAbYfEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcA + AAAAAAAEQjw9XYaEbm4+l/7+/v7+/v7ZJycnJ6P+/v7+/v7+/v7+/v7+/ixY/v7+/v7+/v7+/v7+/v7+ + /p44am17hIaIhzAAAAVxh8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAI+INwAAAAAAAARBQUFbhIRtbT6a/v7+/v7+/pgnKSknx/7+/v7+/v7+/v7+/v7JJyf2/v7+/v7+ + /v7+/v7+/v77Q0Nub4SGh4eIFgAAE4eIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAj4g3AAAAAAAABDxAQTxyhG1tOJf+/v7+/v7+nScpJyek/v7+/v7+/v7+/v7+/pQo + J/P+/v7+/v7+/v7+/v7+/tpFQ25vhIaHiHkFAAATiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACOiDcAAAAAAAAEQUJBPHuEbm9DS/j+/v7+/v7wLCcnJqT+/v7+/v7+ + /v7+/v7nMjAp9f7+/v7+/v7+/v7+/v7+mlxceXmGh4eIcQAAADWHiwAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAAAARBQUBBcYRvb0ND7v7+/v7+/v7+1slV + yf7+/v7+/v7+/v7+/pQxMCnr/v7+/v7+/v7+/v7+/vw5YVx5eYaHh4gmAAAARYiSAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4g3AAAAAAAABEFBQUBmh3l5XGGa/v7+ + /v7+/v7+/v7+/v7+/v7+/v7+/v72NDg4MaL+/v7+/v7+/v7+/v7+2jhqaoOEh4eHiBkAAAFfiJEAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPiDcAAAAAAAAEQUFBQGaG + eXlhYTLv/v7+/v7+/v7+/v7+/v7+/v7+/v7+/rwyODcwoP7+/v7+/v7+/v7+/v6VNWpqhISHh4iIAQAA + B4iI6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI+INwAAAAAA + AARCQUFCZIeGhm5tSJv8/v7+/v7+/v7+/v7+/v7+/v7+/v77Q0NKSj+1/v7+/v7+/v7+/v7+93VIbm6E + hoeIh2EAAAAHiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + j4g3AAAAAAAABEFAQUFBh4aFbm5IRZr8/v7+/v7+/v7+/v7+/v7+/v7+/rk/P0pJP5f+/v7+/v7+/v7+ + /v7fQ0VvboaGh4iHNAAAACKHiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACIiCMAAAAAAAAEQUI9QkGHhod5c2liSH3v/v7+/v7+/v7+/v7+/v7+/v73fF9ibWphYv7+ + /v7+/v7+/v7+/qpiaXl5hoeHiIcRAAAAKoiHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAIeIDwAAAAAAAARBQT1BQYaHh3t7amlJQz6X7fX+/v7+/v7+/v7+/v7+/r5L + aWlubWJi/v7+/v7+/v7+/v77SGlqe3uHh4eHhAwAAAA0iIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiIgPAAAAAAAABEFAPUFBbIeHhIVxcW1qaGFfdqampaampaal + pqalpaamgW1xeXt5cXGoqKWmpqalpqWmpqdtcXGFhIeIh4hcAAAAAIaHxQAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHiA8AAAAAAAAEQTxAPT1vh4eGh3t7cW9tbWpq + ampqampqampqampqbW1ucXt7hYR7e29ubWpqampqamptb297e4eGh4eHhx0AAAAAhofUAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIDwAAAAAAAARCQT1AQXCIh4eH + hYZ7e3tzeXN5cXF5eXl5eXF5eHlzenuEhYWHhoWFe3tzc3l4eXl5c3N7e4aFh4eHh4iGEwAAACCIh+kA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh4gPAAAAAAAABD1C + QUFBXYeIh4iHh4aGhYaGhoWEhoWEhYWFhIWEhYWFhoeHh4eIh4eGhoaFhISFhIWGhoWGh4eIh4iIiHMA + AAAAIIeIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIiA8A + AAAAAAAEPD08PUBbiIeHiIeHh4eHh4eHh4aHhoeGhoeGh4aHh4eHh4eHh4eHh4eGh4eHhoeHhoeHh4eH + h4eIh4eHSAAAAAAxh4cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAIiHDwAAAAAAAARBQEJBQlqIh4eIh4iHiIeIiIeIh4eIh4iHiIeIh4iHiIiIiIiIh4iHiIeIh4iH + h4iIh4iHiIeIiIiIh4gnAAAAAGqHrwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAiIgPAAAAAAAABEA8PTw9QXeIiIeIh4iHiIiHiIiHiIeIh4iHh4iHh4iIh4iHiIeI + h4iHh4iHiIiIh4iIh4eIiIeIh4iHiAoAAAAAaofCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACIhw8AAAAAAAAEQUFBQj1BcoeHiIeIh4eHh4iHiIeIh4iHiIeIiIiH + iIiHh4eHiIeIh4eIh4iHh4eHiIeIiIeIh4iHiIeGAgAAABGGh8UAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIDwAAAAAAAARBQTxBQUFyiIeIh4eIh4iIh4iIh4iH + iIeIh4iHiIiHiIeIh4iIh4iHiIiHh4iHiIiHiIiHiIiHiIeHiDUAAAAAE4eHAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiIcPAAAAAAAABEJBQUFCPGWHiIeIh4iI + h4iHiIiHiIiIiIiIh4iHiIeIiIeIh4eIiIeIh4iHiIiHiIeIiIeIh4iIiIeIJwAAAAAfh4gAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIiA8AAAAAAAAEQUE9QEBB + Y4iHiIeIh4iIh4iHiIiHiIeHh4iHiIiHiIiHiIiHh4iHiIiHiIeHiIeHiIeIiIeIh4eHiIgOAAAAAEWH + jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiHDwAAAAAA + AARBQUJBQUJjiIeIh4iIh4iHiIeIh4iHiIeIh4iHiIeIh4iHiIeIh4iHiIeIh4iIiIiIh4iHiIiIh4iH + bgQAAAAAP4iRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + h4gPAAAAAAAABEFBQUFBQUGFiIiHh4iIiIeIh4iHiIeIh4iHiIeIh4iHiIeIh4iIh4iHiIiHiIiHiIeI + h4iIh4iHiIdfAAAAAASDh8MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACIiA8AAAAAAAAEQEFBQUI9QoSIh4iHiIeHiIeIh4iHh4iHiIeIh4iHiIiIiIiHiIiHiIeI + iIeIh4eIh4iHiIeHiIeIhx0AAAAAB4eIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAIiIDwAAAAAAAARCQUJBQUFBhYeIh4iIh4iIiIiIiIiIh4iIh4iHiIiHiIeH + iIeIh4iIh4iHiIiHiIiIiIeIiIeIiIiIGQAAAAAPiIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh4gPAAAAAAAABEBBQUFAPUFsiIiHh4iHiIeHh4iHh4iHiIiH + iIiIiIeHiIiHiIeIiIeIh4iHiIeIiIeHiIeIh4eIh3sEAAAAACmIiAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIiA8AAAAAAAAEPUBBQjxCQWaHiIiHiIeIh4iH + iIeIh4iHiIeIh4eIh4iHiIeHh4iHiIiHiIeIiIeIiIeHiIeIiIeIbwAAAAAAKYiHAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiHDwAAAAAAAARBQUFCQUE9W2Z6 + cnp6d3p3enp3eoOHiIeIh4iHiIeHiIeHh4iIh4eIh4iIh4iHiIeIh4iHiIeIh4gnAAAAAABpiJAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh4gPAAAAAAAABEA8 + PUBBQTxCPEI9QUFBPUA9PUFBQltbW1tbW1tbW1tbW2xwcHBwcXBwcHBwcIOHh4iHiIeIh4iHhxgAAAAA + AIWH0wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIiA8A + AAAAAAAFWz1APUI9Qj08QUFBPUE8PUE9QUI9QUJAQj1BPUFCPUJBQUA9QUFBQUBBQUFBQUJBQkFBWUFC + W0JeAwAAAAAChIfTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAIiIDwAAAAAAAAdkQkFBQUFBQUFAQkFCQUJBQUJBPEFBQUFBPT1CQUFBQEJBQUJBQkFBQUFCQUBB + QUFaZC02LRIWEQAAAAAAAB2IiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAh4gPAAAAAAAAB2RAQDxCPEFBQUE9QUE8QUBBPDxBQT1BQT08QEE9QEE8QUFBQUFB + QUFBQUBBQCEkEQkNAgAAAAAAAAAAAAAAHYiHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACHiA8AAAAAAAAHZUBBQkFBQkFBQkFCQUFBQkFBQUFBQUFCQEFCQEFC + QUFBQUFBQC46GxcVAQEBAAAAAAAAAAAAAAAAAAAAAAA1iIkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIDwAAAAAAAAdkQEFAPUFBQUFBPUFAQUFBQEBCQUJB + Qj1BQDxBQEFBJSUcDw8NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGmItAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh4gPAAAAAAAAB2VBQT1CQUFBQkFBQEBB + QUFBQUFBQUFBQUE7ISEQBQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcYe0AAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHiA8AAAAAAAAHZEBAQUFB + QEFBQUFBQkFAQEE7Li4hFxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCBEqNIeHiOkA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIeIDwAAAAAA + AAdkQkBBQkFBQUFBQUA6JSUUDwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADRUnSGqI + iIiIh4eHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + h4gPAAAAAAAABWRBQUFBQUFBHiETBQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACiIi + XG6EiIeIh4eHh4eQ4eMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAACHiA8AAAAAAAAFQi4tFBQGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF + Ch8wX4iIh4eHh4eHiJOT0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAIeIDwAAAAAAAAEFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAFRU4SHuIiIiIh4eHh5DF0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiIgPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAFSM/b26HiIeHh4eHiIjC4QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHiA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAEMDC8we4iIiIiIh4eHja7EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiHDwAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAHFh9JXIiHiIeHh4eHh7LGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiIgPAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAECIyZqb3mIh4iHh4eJiYnh4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHiA8A + AAAAAAAAAAAAAAAAAAAAAAQNFjE/iIeIh4eHh4eHkq/iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAIeIDwAAAAAAAAAAAAAAAAIWGC9KboiHiIeHh4iHiM7OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAh4gPAAAAAAAAAQEOJjBxc4iHh4eHh4eKiq/jAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAACIiA8AAAoOJjRqiIiHiIeIh4iJsLEAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiINVxchIeHiIiHh4eHks/iAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh4eHiIeIh4iKkOTkAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHh4eQsdEAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + f////////////////////gAAAf////////////////wAAAAAAAAB///////////8AAAAAAAAAAAAB/// + /////AAAAAAAAAAAAAAH//////wAAAAAAAAAAAAAD//////8AAAAAAAAAAAAAA///////AAAAAAAAAAA + AAAP//////wAAAAAAAAAAAAAD//////8AAAAAAAAAAAAAA///////AAAAAAAAAAAAAAf//////wAAAAA + AAAAAAAAH//////8AAAAAAAAAAAAAB///////AAAAAAAAAAAAAAf//////wAAAAAAAAAAAAAH//////8 + AAAAAAAAAAAAAB///////AAAAAAAAAAAAAAf//////wAAAAAAAAAAAAAP//////8AAAAAAAAAAAAAD// + /////AAAAAAAAAAAAAA///////wAAAAAAAAAAAAAP//////8AAAAAAAAAAAAAD///////AAAAAAAAAAA + AAA///////wAAAAAAAAAAAAAf//////8AAAAAAAAAAAAAH///////AAAAAAAAAAAAAB///////wAAAAA + AAAAAAAAf//////8AAAAAAAAAAAAAH///////AAAAAAAAAAAAAD///////wAAAAAAAAAAAAA///////8 + AAAAAAAAAAAAAP///////AAAAAAAAAAAAAD///////wAAAAAAAAAAAAA///////8AAAAAAAAAAAAAP// + /////AAAAAAAAAAAAAD///////wAAAAAAAAAAAAB///////8AAAAAAAAAAAAAf///////AAAAAAAAAAA + AAH///////wAAAAAAAAAAAAB///////8AAAAAAAAAAAAAf///////AAAAAAAAAAAAAP///////wAAAAA + AAAAAAAD///////8AAAAAAAAAAAAA////////AAAAAAAAAAAAAP///////wAAAAAAAAAAAAD///////8 + AAAAAAAAAAAAA////////AAAAAAAAAAAAAf///////wAAAAAAAAAAAAH///////8AAAAAAAAAAAAB/// + /////AAAAAAAAAAAAAf///////wAAAAAAAAAAAAH///////8AAAAAAAAAAAAB////////AAAAAAAAAAA + AAf///////wAAAAAAAAAAAAP///////8AAAAAAAAAAAAD////////AAAAAAAAAAAAA////////wAAAAA + AAAAAAAP///////8AAAAAAAAAAAAD////////AAAAAAAAAAAAB////////wAAAAAAAAAAAAf///////8 + AAAAAAAAAAAAH////////AAAAAAAAAAAAB////////wAAAAAAAAAAAAf///////8AAAAAAAAAAAAP/// + /////AAAAAAAAAAAAD////////wAAAAAAAAAAAA////////8AAAAAAAAAAAAP////////AAAAAAAAAAA + AD////////wAAAAAAAAAAAA////////8AAAAAAAAAAAAP////////AAAAAAAAAAAAH////////wAAAAA + AAAAAAB////////8AAAAAAAAAAAAf////////AAAAAAAAAAAAH////////wAAAAAAAAAAAB////////8 + AAAAAAAAAAAAf////////AAAAAAAAAAAAP////////wAAAAAAAAAAAD////////8AAAAAAAAAAA///// + /////AAAAAAAAAAH//////////wAAAAAAAAA///////////8AAAAAAAAP////////////AAAAAAAB/// + //////////wAAAAAAH/////////////8AAAAAB///////////////AAAAAP///////////////wAAAB/ + ///////////////8AAAf/////////////////AAB//////////////////wAP//////////////////8 + D////////////////////f////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////// + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmMain.vb b/DD_PM_WINDREAM/frmMain.vb new file mode 100644 index 0000000..edbcc31 --- /dev/null +++ b/DD_PM_WINDREAM/frmMain.vb @@ -0,0 +1,268 @@ +Imports WINDREAMLib +Imports DLLLicenseManager +Imports System.Globalization + +Public Class frmMain + Private _windreamPM As ClassPMWindream + Private UserLoggedin As Integer = 0 + Private PROFILE_COUNT As Integer = 0 + Private Sub frmProfiles_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing + Try + TBPM_USERTableAdapter.cmdLoginOut(False, Environment.MachineName, Environment.UserName) + ClassLogger.Add("## ProcessManager beendet - " & Now, False) + ClassLogger.Add("", False) + Catch ex As Exception + ClassLogger.Add("### Fehler bei LogOut") + ClassLogger.Add("### Fehler: " & ex.Message) + End Try + Try + ' Position und Größe speichern + My.Settings.frmMainSize = Me.Size + My.Settings.frmMainPosition = Me.Location + My.Settings.Save() + Catch ex As Exception + ClassLogger.Add("Error in Save FormLayout: " & ex.Message) + End Try + End Sub + + Private Sub frmProfiles_KeyUp(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp + Select Case e.KeyCode + Case Keys.F12 + frmLicense.ShowDialog() + End Select + End Sub + + Private Sub frmProfiles_Load(sender As Object, e As System.EventArgs) Handles Me.Load + tslblVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString) + If ERROR_STATE = "NO DB-CONNECTION" Or ERROR_STATE = "FAILED DBCONNECTION" Then + MsgBox("Bitte hinterlegen Sie die Datenbankverbindung in der Konfiguration!", MsgBoxStyle.Critical, "Fehlende Konfiguration:") + frmKonfig.ShowDialog() + End If + Try + If CultureInfo.CurrentUICulture.ThreeLetterISOLanguageName = "eng" Then + ClassLogger.Add("## CurrentUICulture.Name: " & CultureInfo.CurrentUICulture.Name, False) + IDX_DMS_ERSTELLT = "DMS Created" + IDX_DMS_ERSTELLT_ZEIT = "DMS Created Time" + My.Settings.Save() + End If + Catch ex As Exception + MessageBox.Show("Fehler bei Laden der CurrentUICulture-Info!", "Achtung:", MessageBoxButtons.OK, MessageBoxIcon.Exclamation) + End Try + If Refresh_ConnectionString() = True Then + Try + tslblLicenses.Text = "Anzahl Lizenzen: " & LICENSE_COUNT + + 'userexists = TBPM_USERTableAdapter.CmdUser_exists(Environment.UserName) + If ERROR_STATE = "NO USER" Then + MsgBox("Achtung: Sie sind nicht für die Nutzung von ProcessManager freigegeben!" & vbNewLine & "Bitte setzen Sie sich mit dem Systembetreuer in Verbindung!", MsgBoxStyle.Critical, "Achtung:") + Me.Close() + Else + ClassLogger.Add(">> Username: " & Environment.UserName, False) + 'Wenn license abgelaufen und der User nicht admin ist! + If license_expired = True Then + If USER_IS_ADMIN = False Then + Me.Close() + End If + End If + If USER_IS_ADMIN = True Then + tstrpbtn_Config.Visible = True + Else + tstrpbtn_Config.Visible = False + End If + 'Anzahl der eingeloggten User + 'UserLoggedin = TBPM_USERTableAdapter.CmdGetAnzahl_loggedIn + tslblUserLoggedin.Text = "Anzahl User eingeloggt: " & USERCOUNT_LOGGED_IN + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Fehler bei User Check:") + End Try + + Try + tsstlblUser.Text = Environment.UserName + LoadProfile_PM() + Catch ex As System.Exception + MsgBox("Fehler bei Laden des Formulars: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + If UniversalViewer = "" And Viewer = "uviewer" Then + MsgBox("Definieren Sie wo UniversalViewer abgelegt wurde!", MsgBoxStyle.Critical, "Fehlende Konfiguration") + frmKonfig.ShowDialog() + End If + Timer.Start() + + Check_Timer_Notification() + End If + Try + ' Sind Werte hinterlegt? + If My.Settings.frmMainPosition.IsEmpty = False Then + If My.Settings.frmMainPosition.X > 0 And My.Settings.frmMainPosition.Y > 0 Then + ' Gespeicherte Werte verwenden + Me.Location = My.Settings.frmValidatorPosition + End If + End If + ' Sind Werte hinterlegt? + If Not My.Settings.frmMainSize.IsEmpty Then + ' Gespeicherte Werte verwenden + Me.Size = My.Settings.frmMainSize + End If + Catch ex As Exception + ClassLogger.Add("Error in Load FormLayout: " & ex.Message) + End Try + End Sub + Sub Check_Timer_Notification() + If My.Settings.IntervallReminder <> 0 Then + TimerReminder.Stop() + TimerReminder.Interval = My.Settings.IntervallReminder * 60000 + TimerReminder.Start() + Else + TimerReminder.Enabled = False + TimerReminder.Stop() + End If + End Sub + Function Refresh_ConnectionString() + Try + TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_USERTableAdapter.Connection.ConnectionString = MyConnectionString + Me.VWPM_PROFILE_USERTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_PROFILE_FILESTableAdapter.Connection.ConnectionString = MyConnectionString + + Return True + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Fehler bei Refresh_ConnectionString:") + Return False + End Try + End Function + Sub LoadProfile_PM() + Try + If Me.Visible = True And frmProfileDesigner.Visible = False Then + PROFILE_COUNT = 0 + Me.VWPM_PROFILE_USERTableAdapter.FillByActive(Me.DD_DMSLiteDataSet.VWPM_PROFILE_USER, Environment.UserName) + Dim DT As DataTable = DD_DMSLiteDataSet.Tables("VWPM_PROFILE_USER") + If LogErrorsOnly = False Then ClassLogger.Add("", False) + ListViewProfile.Items.Clear() + If DT.Rows.Count > 0 Then + ListViewProfile.Visible = True + For Each row As DataRow In DT.Rows + ' If LogErrorsOnly = False Then ClassLogger.Add("## Profil zugeordnet: " & row.Item("PROFIL_NAME"), False) + Dim anz As Integer = TBPM_PROFILE_FILESTableAdapter.cmdGet_Anzahl(row.Item("PROFIL_ID")) + If anz > 0 Then + Dim img As Integer + If CBool(row.Item("Active")) = True Then + img = 0 + Else + img = 1 + End If + ListViewProfile.Items.Add(row.Item("TITLE").ToString, img) + 'ListViewProfile.Items(Count).SubItems.Add(row.Item("TITLE").ToString) + ListViewProfile.Items(PROFILE_COUNT).SubItems.Add(anz) + ListViewProfile.Items(PROFILE_COUNT).SubItems.Add(row.Item("PROFIL_ID").ToString) + PROFILE_COUNT += 1 + Else + ClassLogger.Add(">> Keine Dateien für Profil '" & row.Item("TITLE").ToString & "' vorhanden!!", False) + End If + Next + Else + ClassLogger.Add(" >> KEINE PROFILE FÜR USER: '" & Environment.UserName & "' hinterlegt?!", False) + MsgBox("KEINE PROFILE FÜR USER: '" & Environment.UserName & "' hinterlegt", MsgBoxStyle.Exclamation, "Achtung:") + ListViewProfile.Visible = False + End If + End If + Catch ex As Exception + ClassLogger.Add("LoadProfile_PM - Fehler: " & ex.Message) + MsgBox("Fehler LoadProfile_PM - Fehler: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + End Sub + Private Function file_exists(ByVal _file As String) + Try + If System.IO.File.Exists(_file) Then + Return True + Else + Return False + End If + Catch ex As Exception + MsgBox("Fehler in Funktion bei file_exists - Fehler: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + Return False + End Try + End Function + Private Sub ListViewProfile_DoubleClick(sender As System.Object, e As System.EventArgs) Handles ListViewProfile.DoubleClick + Load_Profil() + End Sub + Sub Load_Profil() + Me.Visible = False + Dim I As Integer + For I = 0 To ListViewProfile.SelectedItems.Count - 1 + CURRENT_ProfilGUID = ListViewProfile.SelectedItems(I).SubItems(2).Text + CURRENT_ProfilName = ClassDatabase.Execute_Scalar("SELECT NAME FROM TBPM_PROFILE WHERE GUID = " & CURRENT_ProfilGUID, MyConnectionString) + My.Settings.Save() + 'frmValidation.ShowDialog() + frmValidator.ShowDialog() + Next + Me.Visible = True + LoadProfile_PM() + End Sub + + Private Sub tsbtnStartValidation_Click(sender As System.Object, e As System.EventArgs) Handles tsbtnStartValidation.Click + Load_Profil() + End Sub + + Private Sub ToolStripButton1_Click(sender As System.Object, e As System.EventArgs) Handles ToolStripButton1.Click + Try + frmKonfig.ShowDialog() + Refresh_ConnectionString() + Load_Profil() + Check_Timer_Notification() + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden Grundeinstellungen:") + End Try + + End Sub + + Private Sub NotifyIcon1_MouseDoubleClick(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseDoubleClick + Me.BringToFront() + Me.Visible = True + End Sub + + Private Sub Timer_Tick(sender As System.Object, e As System.EventArgs) Handles Timer.Tick + LoadProfile_PM() + End Sub + + Private Sub NotifyIcon1_Click(sender As System.Object, e As System.EventArgs) Handles NotifyIcon1.Click + Me.BringToFront() + Me.Visible = True + End Sub + + Private Sub ToolStripButton2_Click(sender As System.Object, e As System.EventArgs) Handles tstrpbtn_Config.Click + Dim AdminSecurity As Boolean = False + AdminSecurity = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminSecurity() + If AdminSecurity = True Then + frmLoginAdmin.ShowDialog() + Else + frmProfileDesigner.ShowDialog() + End If + LoadProfile_PM() + End Sub + + Private Sub ToolStripButton2_Click_1(sender As Object, e As EventArgs) Handles tsbtnrefresh.Click + LoadProfile_PM() + End Sub + + Private Sub ToolStripButton2_Click_2(sender As Object, e As EventArgs) + frmAdminPasswort.ShowDialog() + End Sub + + Private Sub ToolStripButton2_Click_3(sender As Object, e As EventArgs) Handles ToolStripButton2.Click + frmAbout.ShowDialog() + End Sub + + Public Sub New() + Dim splash As New frmSplash() + splash.ShowDialog() + ' Dieser Aufruf ist für den Designer erforderlich. + InitializeComponent() + ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu. + End Sub + + Private Sub TimerReminder_Tick(sender As Object, e As EventArgs) Handles TimerReminder.Tick + If PROFILE_COUNT > 0 Then NotifyIcon1.ShowBalloonTip(30000, "Validation-Reminder", "Sie haben unerledigte Dokumente in Ihrem Verantwortungsbereich.", ToolTipIcon.Info) + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb b/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb new file mode 100644 index 0000000..2dca3ab --- /dev/null +++ b/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb @@ -0,0 +1,3516 @@ + _ +Partial Class frmProfileDesigner + 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 GUIDLabel As System.Windows.Forms.Label + Dim NAMELabel As System.Windows.Forms.Label + Dim DESCRIPTIONLabel As System.Windows.Forms.Label + Dim WD_SEARCHLabel As System.Windows.Forms.Label + Dim PRIORITYLabel As System.Windows.Forms.Label + Dim ADDED_WHOLabel As System.Windows.Forms.Label + Dim ADDED_WHENLabel As System.Windows.Forms.Label + Dim CHANGED_WHOLabel As System.Windows.Forms.Label + Dim CHANGED_WHENLabel As System.Windows.Forms.Label + Dim FINAL_TEXTLabel As System.Windows.Forms.Label + Dim TITLELabel As System.Windows.Forms.Label + Dim INTERVALL_CKECK_NO_OF_FILESLabel As System.Windows.Forms.Label + Dim GEAENDERTWERLabel As System.Windows.Forms.Label + Dim GEAENDERTWANNLabel As System.Windows.Forms.Label + Dim EMAIL_FROMLabel As System.Windows.Forms.Label + Dim EMAIL_SMTPLabel As System.Windows.Forms.Label + Dim EMAIL_USERLabel As System.Windows.Forms.Label + Dim EMAIL_PWLabel As System.Windows.Forms.Label + Dim EMAIL_REMINDER_HEADERLabel As System.Windows.Forms.Label + Dim EMAIL_REMINDER_FOOTERLabel As System.Windows.Forms.Label + Dim Label12 As System.Windows.Forms.Label + Dim Label7 As System.Windows.Forms.Label + Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label + Dim ToolStripButton4 As System.Windows.Forms.ToolStripButton + Dim GUIDLabel1 As System.Windows.Forms.Label + Dim PRENAMELabel As System.Windows.Forms.Label + Dim NAMELabel1 As System.Windows.Forms.Label + Dim USERNAMELabel As System.Windows.Forms.Label + Dim EMAILLabel As System.Windows.Forms.Label + Dim ADDED_WHOLabel1 As System.Windows.Forms.Label + Dim ADDED_WHENLabel1 As System.Windows.Forms.Label + Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label + Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) + Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() + Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() + 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.VWPM_PROFILE_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() + Me.cmbProfiles = New System.Windows.Forms.ToolStripSplitButton() + Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.tstrpbtn_add = New System.Windows.Forms.ToolStripButton() + Me.tstrlblSave = New System.Windows.Forms.ToolStripLabel() + Me.btnRefreshProfiles = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbtnDesigner_open = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbtnProfilkopieren = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbtndeleteProfil = New System.Windows.Forms.ToolStripButton() + Me.Label2 = New System.Windows.Forms.Label() + Me.cmbObjekttypen = New System.Windows.Forms.ComboBox() + Me.GroupBox4 = New System.Windows.Forms.GroupBox() + Me.FINAL_PROFILECheckBox = New System.Windows.Forms.CheckBox() + Me.FINAL_TEXTTextBox = New System.Windows.Forms.TextBox() + Me.GroupBox2 = New System.Windows.Forms.GroupBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.cmbType = New System.Windows.Forms.ComboBox() + Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.GroupBox3 = New System.Windows.Forms.GroupBox() + Me.MOVE2FOLDERTextBox = New System.Windows.Forms.TextBox() + Me.btnmovetoFolderDialog = New System.Windows.Forms.Button() + Me.PRIORITYNumericUpDown = New System.Windows.Forms.NumericUpDown() + Me.btnopenSuche = New System.Windows.Forms.Button() + Me.btnWDSuche = New System.Windows.Forms.Button() + Me.TITLETextBox = New System.Windows.Forms.TextBox() + Me.PROFILGUIDTextBox = New System.Windows.Forms.TextBox() + Me.NAMETextBox = New System.Windows.Forms.TextBox() + Me.DESCRIPTIONTextBox = New System.Windows.Forms.TextBox() + Me.WD_SEARCHTextBox = New System.Windows.Forms.TextBox() + Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() + Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() + Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() + Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() + Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() + Me.dlgWindreamsuche = New System.Windows.Forms.OpenFileDialog() + Me.TBPM_TYPETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_TYPETableAdapter() + Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() + Me.TabControl1 = New System.Windows.Forms.TabControl() + Me.TabPage1 = New System.Windows.Forms.TabPage() + Me.tabctrl_Profilkonfig = New System.Windows.Forms.TabControl() + Me.TabPage5 = New System.Windows.Forms.TabPage() + Me.GridControl1 = New DevExpress.XtraGrid.GridControl() + Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn() + Me.colTITLE = New DevExpress.XtraGrid.Columns.GridColumn() + Me.Button3 = New System.Windows.Forms.Button() + Me.cmbLOGIndex = New System.Windows.Forms.ComboBox() + Me.PM_VEKTOR_INDEXComboBox = New System.Windows.Forms.ComboBox() + Me.SORT_BY_LATESTCheckBox = New System.Windows.Forms.CheckBox() + Me.TabPage6 = New System.Windows.Forms.TabPage() + Me.Button1 = New System.Windows.Forms.Button() + Me.TabControlFinalIndices = New System.Windows.Forms.TabControl() + Me.TabPage9 = New System.Windows.Forms.TabPage() + Me.CheckBoxPMVEKTOR = New System.Windows.Forms.CheckBox() + Me.lblSaveFinalIndex = New System.Windows.Forms.Label() + Me.lblIndexPMVektor = New System.Windows.Forms.Label() + Me.Label11 = New System.Windows.Forms.Label() + Me.txtBezeichner = New System.Windows.Forms.TextBox() + Me.Label10 = New System.Windows.Forms.Label() + Me.cmbIndexe = New System.Windows.Forms.ComboBox() + Me.Label9 = New System.Windows.Forms.Label() + Me.lblIndex = New System.Windows.Forms.Label() + Me.grbxSystemStamps = New System.Windows.Forms.GroupBox() + Me.btnStampDate = New System.Windows.Forms.Button() + Me.btnStampUser = New System.Windows.Forms.Button() + Me.txtindexwert_final = New System.Windows.Forms.TextBox() + Me.btnInsert_FinalIndex = New System.Windows.Forms.Button() + Me.chkbxfinalIndex = New System.Windows.Forms.CheckBox() + Me.TabPage10 = New System.Windows.Forms.TabPage() + Me.btnEditor = New System.Windows.Forms.Button() + Me.Label15 = New System.Windows.Forms.Label() + Me.cmbIndexe2 = New System.Windows.Forms.ComboBox() + Me.btnSaveSQLCommand = New System.Windows.Forms.Button() + Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.btnShowConnections = New System.Windows.Forms.Button() + Me.Label14 = New System.Windows.Forms.Label() + Me.cmbConnection = New System.Windows.Forms.ComboBox() + Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.Label4 = New System.Windows.Forms.Label() + Me.Label13 = New System.Windows.Forms.Label() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem4 = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorMoveFirstItem4 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem4 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator12 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem4 = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator13 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem4 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem4 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator14 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView = New System.Windows.Forms.DataGridView() + Me.GUID = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn26 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn27 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn28 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn29 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.Label6 = New System.Windows.Forms.Label() + Me.Label5 = New System.Windows.Forms.Label() + Me.TabPage2 = New System.Windows.Forms.TabPage() + Me.SplitContainerProfilzuordnung = New System.Windows.Forms.SplitContainer() + Me.TBPM_PROFILE_ZuordnungDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBPM_PROFILE_ZuordnungBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator() + Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() + Me.TBPROFILE_USERDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPROFILE_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator6 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem2 = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator7 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() + Me.TabControlUser = New System.Windows.Forms.TabControl() + Me.TabPage7 = New System.Windows.Forms.TabPage() + Me.TBPM_USERDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewCheckBoxColumn2 = New System.Windows.Forms.DataGridViewCheckBoxColumn() + Me.DataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TabPage8 = New System.Windows.Forms.TabPage() + Me.RIGHT_FILE_DELETECheckBox = New System.Windows.Forms.CheckBox() + Me.lblSaveUser = New System.Windows.Forms.Label() + Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() + Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() + Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox() + Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() + Me.ADMINCheckBox = New System.Windows.Forms.CheckBox() + Me.EMAILTextBox = New System.Windows.Forms.TextBox() + Me.USERNAMETextBox = New System.Windows.Forms.TextBox() + Me.NAMETextBox1 = New System.Windows.Forms.TextBox() + Me.PRENAMETextBox = New System.Windows.Forms.TextBox() + Me.GUIDTextBox = New System.Windows.Forms.TextBox() + Me.TBPM_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() + Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripTextBox2 = New System.Windows.Forms.ToolStripTextBox() + Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() + Me.tsbtnworkUser = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() + Me.TabPage3 = New System.Windows.Forms.TabPage() + Me.Button2 = New System.Windows.Forms.Button() + Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.btnConnections = New System.Windows.Forms.Button() + Me.btnopen_SQLAdmin = New System.Windows.Forms.Button() + Me.EMAIL_ACTIVECheckBox = New System.Windows.Forms.CheckBox() + Me.grpbxEmail = New System.Windows.Forms.GroupBox() + Me.GroupBox5 = New System.Windows.Forms.GroupBox() + Me.txtemailEmpfaenger = New System.Windows.Forms.TextBox() + Me.Label8 = New System.Windows.Forms.Label() + Me.btnTest_Email = New System.Windows.Forms.Button() + Me.EMAIL_REMINDER_FOOTERTextBox = New System.Windows.Forms.TextBox() + Me.EMAIL_REMINDER_HEADERTextBox = New System.Windows.Forms.TextBox() + Me.EMAIL_PWTextBox = New System.Windows.Forms.TextBox() + Me.EMAIL_USERTextBox = New System.Windows.Forms.TextBox() + Me.EMAIL_SMTPTextBox = New System.Windows.Forms.TextBox() + Me.EMAIL_FROMTextBox = New System.Windows.Forms.TextBox() + Me.btnlicensemanager_open = New System.Windows.Forms.Button() + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown = New System.Windows.Forms.NumericUpDown() + Me.Label3 = New System.Windows.Forms.Label() + Me.GEAENDERTWERTextBox = New System.Windows.Forms.TextBox() + Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() + Me.btnSaveKonfig = New System.Windows.Forms.Button() + Me.TabPage4 = New System.Windows.Forms.TabPage() + Me.TBPM_ERROR_LOGDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn17 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn22 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn25 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem3 = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveFirstItem3 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem3 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator9 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem3 = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator10 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem3 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem3 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator11 = New System.Windows.Forms.ToolStripSeparator() + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel() + Me.TBPROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter() + Me.TBPM_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter() + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.pnlMain = New System.Windows.Forms.Panel() + Me.TBPM_ERROR_LOGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter() + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() + Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() + Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter() + GUIDLabel = New System.Windows.Forms.Label() + NAMELabel = New System.Windows.Forms.Label() + DESCRIPTIONLabel = New System.Windows.Forms.Label() + WD_SEARCHLabel = New System.Windows.Forms.Label() + PRIORITYLabel = New System.Windows.Forms.Label() + ADDED_WHOLabel = New System.Windows.Forms.Label() + ADDED_WHENLabel = New System.Windows.Forms.Label() + CHANGED_WHOLabel = New System.Windows.Forms.Label() + CHANGED_WHENLabel = New System.Windows.Forms.Label() + FINAL_TEXTLabel = New System.Windows.Forms.Label() + TITLELabel = New System.Windows.Forms.Label() + INTERVALL_CKECK_NO_OF_FILESLabel = New System.Windows.Forms.Label() + GEAENDERTWERLabel = New System.Windows.Forms.Label() + GEAENDERTWANNLabel = New System.Windows.Forms.Label() + EMAIL_FROMLabel = New System.Windows.Forms.Label() + EMAIL_SMTPLabel = New System.Windows.Forms.Label() + EMAIL_USERLabel = New System.Windows.Forms.Label() + EMAIL_PWLabel = New System.Windows.Forms.Label() + EMAIL_REMINDER_HEADERLabel = New System.Windows.Forms.Label() + EMAIL_REMINDER_FOOTERLabel = New System.Windows.Forms.Label() + Label12 = New System.Windows.Forms.Label() + Label7 = New System.Windows.Forms.Label() + VEKTOR_DELIMITERLabel = New System.Windows.Forms.Label() + ToolStripButton4 = New System.Windows.Forms.ToolStripButton() + GUIDLabel1 = New System.Windows.Forms.Label() + PRENAMELabel = New System.Windows.Forms.Label() + NAMELabel1 = New System.Windows.Forms.Label() + USERNAMELabel = New System.Windows.Forms.Label() + EMAILLabel = New System.Windows.Forms.Label() + ADDED_WHOLabel1 = New System.Windows.Forms.Label() + ADDED_WHENLabel1 = New System.Windows.Forms.Label() + CHANGED_WHOLabel1 = New System.Windows.Forms.Label() + CHANGED_WHENLabel1 = New System.Windows.Forms.Label() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_PROFILEBindingNavigator.SuspendLayout() + Me.GroupBox4.SuspendLayout() + Me.GroupBox2.SuspendLayout() + CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.GroupBox3.SuspendLayout() + CType(Me.PRIORITYNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabControl1.SuspendLayout() + Me.TabPage1.SuspendLayout() + Me.tabctrl_Profilkonfig.SuspendLayout() + Me.TabPage5.SuspendLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage6.SuspendLayout() + Me.TabControlFinalIndices.SuspendLayout() + Me.TabPage9.SuspendLayout() + Me.grbxSystemStamps.SuspendLayout() + Me.TabPage10.SuspendLayout() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.SuspendLayout() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage2.SuspendLayout() + CType(Me.SplitContainerProfilzuordnung, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainerProfilzuordnung.Panel1.SuspendLayout() + Me.SplitContainerProfilzuordnung.Panel2.SuspendLayout() + Me.SplitContainerProfilzuordnung.SuspendLayout() + CType(Me.TBPM_PROFILE_ZuordnungDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_ZuordnungBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_PROFILE_ZuordnungBindingNavigator.SuspendLayout() + CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer_Profilzuordnung2.Panel1.SuspendLayout() + Me.SplitContainer_Profilzuordnung2.Panel2.SuspendLayout() + Me.SplitContainer_Profilzuordnung2.SuspendLayout() + CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPROFILE_USERBindingNavigator.SuspendLayout() + Me.TabControlUser.SuspendLayout() + Me.TabPage7.SuspendLayout() + CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage8.SuspendLayout() + CType(Me.TBPM_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_USERBindingNavigator.SuspendLayout() + Me.TabPage3.SuspendLayout() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.grpbxEmail.SuspendLayout() + Me.GroupBox5.SuspendLayout() + CType(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage4.SuspendLayout() + CType(Me.TBPM_ERROR_LOGDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_ERROR_LOGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_ERROR_LOGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPM_ERROR_LOGBindingNavigator.SuspendLayout() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip1.SuspendLayout() + Me.pnlMain.SuspendLayout() + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'GUIDLabel + ' + GUIDLabel.AutoSize = True + GUIDLabel.Location = New System.Drawing.Point(6, 28) + GUIDLabel.Name = "GUIDLabel" + GUIDLabel.Size = New System.Drawing.Size(25, 16) + GUIDLabel.TabIndex = 0 + GUIDLabel.Text = "ID:" + ' + 'NAMELabel + ' + NAMELabel.AutoSize = True + NAMELabel.Location = New System.Drawing.Point(58, 28) + NAMELabel.Name = "NAMELabel" + NAMELabel.Size = New System.Drawing.Size(80, 16) + NAMELabel.TabIndex = 2 + NAMELabel.Text = "Profil-Name:" + ' + 'DESCRIPTIONLabel + ' + DESCRIPTIONLabel.AutoSize = True + DESCRIPTIONLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DESCRIPTIONLabel.Location = New System.Drawing.Point(277, 58) + DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" + DESCRIPTIONLabel.Size = New System.Drawing.Size(89, 16) + DESCRIPTIONLabel.TabIndex = 6 + DESCRIPTIONLabel.Text = "Beschreibung:" + ' + 'WD_SEARCHLabel + ' + WD_SEARCHLabel.AutoSize = True + WD_SEARCHLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + WD_SEARCHLabel.Location = New System.Drawing.Point(277, 103) + WD_SEARCHLabel.Name = "WD_SEARCHLabel" + WD_SEARCHLabel.Size = New System.Drawing.Size(112, 16) + WD_SEARCHLabel.TabIndex = 8 + WD_SEARCHLabel.Text = "Windream-Suche:" + ' + 'PRIORITYLabel + ' + PRIORITYLabel.AutoSize = True + PRIORITYLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + PRIORITYLabel.Location = New System.Drawing.Point(971, 58) + PRIORITYLabel.Name = "PRIORITYLabel" + PRIORITYLabel.Size = New System.Drawing.Size(58, 16) + PRIORITYLabel.TabIndex = 16 + PRIORITYLabel.Text = "Priorität:" + ' + 'ADDED_WHOLabel + ' + ADDED_WHOLabel.AutoSize = True + ADDED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + ADDED_WHOLabel.Location = New System.Drawing.Point(277, 337) + ADDED_WHOLabel.Name = "ADDED_WHOLabel" + ADDED_WHOLabel.Size = New System.Drawing.Size(78, 16) + ADDED_WHOLabel.TabIndex = 18 + ADDED_WHOLabel.Text = "Erstellt wer:" + AddHandler ADDED_WHOLabel.Click, AddressOf Me.ADDED_WHOLabel_Click + ' + 'ADDED_WHENLabel + ' + ADDED_WHENLabel.AutoSize = True + ADDED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + ADDED_WHENLabel.Location = New System.Drawing.Point(444, 337) + ADDED_WHENLabel.Name = "ADDED_WHENLabel" + ADDED_WHENLabel.Size = New System.Drawing.Size(87, 16) + ADDED_WHENLabel.TabIndex = 20 + ADDED_WHENLabel.Text = "Erstellt wann:" + ' + 'CHANGED_WHOLabel + ' + CHANGED_WHOLabel.AutoSize = True + CHANGED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + CHANGED_WHOLabel.Location = New System.Drawing.Point(609, 337) + CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" + CHANGED_WHOLabel.Size = New System.Drawing.Size(91, 16) + CHANGED_WHOLabel.TabIndex = 22 + CHANGED_WHOLabel.Text = "Geändert wer:" + ' + 'CHANGED_WHENLabel + ' + CHANGED_WHENLabel.AutoSize = True + CHANGED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + CHANGED_WHENLabel.Location = New System.Drawing.Point(775, 337) + CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" + CHANGED_WHENLabel.Size = New System.Drawing.Size(100, 16) + CHANGED_WHENLabel.TabIndex = 24 + CHANGED_WHENLabel.Text = "Geändert wann:" + ' + 'FINAL_TEXTLabel + ' + FINAL_TEXTLabel.AutoSize = True + FINAL_TEXTLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + FINAL_TEXTLabel.Location = New System.Drawing.Point(12, 49) + FINAL_TEXTLabel.Name = "FINAL_TEXTLabel" + FINAL_TEXTLabel.Size = New System.Drawing.Size(272, 16) + FINAL_TEXTLabel.TabIndex = 26 + FINAL_TEXTLabel.Text = "Finaler Bestätigungstext auf Abschluss-Button:" + ' + 'TITLELabel + ' + TITLELabel.AutoSize = True + TITLELabel.Location = New System.Drawing.Point(507, 29) + TITLELabel.Name = "TITLELabel" + TITLELabel.Size = New System.Drawing.Size(38, 16) + TITLELabel.TabIndex = 27 + TITLELabel.Text = "Titel:" + ' + 'INTERVALL_CKECK_NO_OF_FILESLabel + ' + INTERVALL_CKECK_NO_OF_FILESLabel.AutoSize = True + INTERVALL_CKECK_NO_OF_FILESLabel.Location = New System.Drawing.Point(18, 14) + INTERVALL_CKECK_NO_OF_FILESLabel.Name = "INTERVALL_CKECK_NO_OF_FILESLabel" + INTERVALL_CKECK_NO_OF_FILESLabel.Size = New System.Drawing.Size(301, 16) + INTERVALL_CKECK_NO_OF_FILESLabel.TabIndex = 0 + INTERVALL_CKECK_NO_OF_FILESLabel.Text = "Intervall zur Überprüfung Anzahl Dateien pro Profil:" + ' + 'GEAENDERTWERLabel + ' + GEAENDERTWERLabel.AutoSize = True + GEAENDERTWERLabel.Location = New System.Drawing.Point(646, 284) + GEAENDERTWERLabel.Name = "GEAENDERTWERLabel" + GEAENDERTWERLabel.Size = New System.Drawing.Size(91, 16) + GEAENDERTWERLabel.TabIndex = 2 + GEAENDERTWERLabel.Text = "Geändert wer:" + ' + 'GEAENDERTWANNLabel + ' + GEAENDERTWANNLabel.AutoSize = True + GEAENDERTWANNLabel.Location = New System.Drawing.Point(646, 329) + GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" + GEAENDERTWANNLabel.Size = New System.Drawing.Size(100, 16) + GEAENDERTWANNLabel.TabIndex = 4 + GEAENDERTWANNLabel.Text = "Geändert wann:" + ' + 'EMAIL_FROMLabel + ' + EMAIL_FROMLabel.AutoSize = True + EMAIL_FROMLabel.Location = New System.Drawing.Point(6, 23) + EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" + EMAIL_FROMLabel.Size = New System.Drawing.Size(79, 16) + EMAIL_FROMLabel.TabIndex = 8 + EMAIL_FROMLabel.Text = "e-Mail from:" + ' + 'EMAIL_SMTPLabel + ' + EMAIL_SMTPLabel.AutoSize = True + EMAIL_SMTPLabel.Location = New System.Drawing.Point(7, 68) + EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" + EMAIL_SMTPLabel.Size = New System.Drawing.Size(89, 16) + EMAIL_SMTPLabel.TabIndex = 10 + EMAIL_SMTPLabel.Text = "SMTP-Server:" + ' + 'EMAIL_USERLabel + ' + EMAIL_USERLabel.AutoSize = True + EMAIL_USERLabel.Location = New System.Drawing.Point(6, 113) + EMAIL_USERLabel.Name = "EMAIL_USERLabel" + EMAIL_USERLabel.Size = New System.Drawing.Size(78, 16) + EMAIL_USERLabel.TabIndex = 12 + EMAIL_USERLabel.Text = "e-Mail User:" + ' + 'EMAIL_PWLabel + ' + EMAIL_PWLabel.AutoSize = True + EMAIL_PWLabel.Location = New System.Drawing.Point(304, 113) + EMAIL_PWLabel.Name = "EMAIL_PWLabel" + EMAIL_PWLabel.Size = New System.Drawing.Size(107, 16) + EMAIL_PWLabel.TabIndex = 14 + EMAIL_PWLabel.Text = "e-Mail Password:" + ' + 'EMAIL_REMINDER_HEADERLabel + ' + EMAIL_REMINDER_HEADERLabel.AutoSize = True + EMAIL_REMINDER_HEADERLabel.Location = New System.Drawing.Point(7, 158) + EMAIL_REMINDER_HEADERLabel.Name = "EMAIL_REMINDER_HEADERLabel" + EMAIL_REMINDER_HEADERLabel.Size = New System.Drawing.Size(257, 16) + EMAIL_REMINDER_HEADERLabel.TabIndex = 16 + EMAIL_REMINDER_HEADERLabel.Text = "e-Mail Header-Meldung - nur für Reminder:" + ' + 'EMAIL_REMINDER_FOOTERLabel + ' + EMAIL_REMINDER_FOOTERLabel.AutoSize = True + EMAIL_REMINDER_FOOTERLabel.Location = New System.Drawing.Point(7, 239) + EMAIL_REMINDER_FOOTERLabel.Name = "EMAIL_REMINDER_FOOTERLabel" + EMAIL_REMINDER_FOOTERLabel.Size = New System.Drawing.Size(200, 16) + EMAIL_REMINDER_FOOTERLabel.TabIndex = 18 + EMAIL_REMINDER_FOOTERLabel.Text = "e-Mail Footer - nur für Reminder:" + ' + 'Label12 + ' + Label12.AutoSize = True + Label12.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Label12.Location = New System.Drawing.Point(712, 153) + Label12.Name = "Label12" + Label12.Size = New System.Drawing.Size(409, 32) + Label12.TabIndex = 80 + Label12.Text = "Bitte wählen Sie hier den Vektor-Index den Sie für die Kennzeichnung " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "der PM-Ind" & _ + "izes verwenden wollen:" + ' + 'Label7 + ' + Label7.AutoSize = True + Label7.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Label7.Location = New System.Drawing.Point(712, 215) + Label7.Name = "Label7" + Label7.Size = New System.Drawing.Size(364, 32) + Label7.TabIndex = 82 + Label7.Text = "Bitte wählen Sie hier den Vektor-Index den Sie für das Loggen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "der Wertänderungen" & _ + " nutzen wollen:" + ' + 'VEKTOR_DELIMITERLabel + ' + VEKTOR_DELIMITERLabel.AutoSize = True + VEKTOR_DELIMITERLabel.Location = New System.Drawing.Point(18, 64) + VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" + VEKTOR_DELIMITERLabel.Size = New System.Drawing.Size(158, 16) + VEKTOR_DELIMITERLabel.TabIndex = 13 + VEKTOR_DELIMITERLabel.Text = "Trenner für Vektorinhalte:" + ' + 'ToolStripButton4 + ' + ToolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + ToolStripButton4.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user_red + ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta + ToolStripButton4.Name = "ToolStripButton4" + ToolStripButton4.Size = New System.Drawing.Size(134, 22) + ToolStripButton4.Text = "AD-User hinzufügen" + AddHandler ToolStripButton4.Click, AddressOf Me.ToolStripButton4_Click + ' + 'GUIDLabel1 + ' + GUIDLabel1.AutoSize = True + GUIDLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + GUIDLabel1.Location = New System.Drawing.Point(6, 3) + GUIDLabel1.Name = "GUIDLabel1" + GUIDLabel1.Size = New System.Drawing.Size(23, 14) + GUIDLabel1.TabIndex = 0 + GUIDLabel1.Text = "ID:" + ' + 'PRENAMELabel + ' + PRENAMELabel.AutoSize = True + PRENAMELabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + PRENAMELabel.Location = New System.Drawing.Point(68, 3) + PRENAMELabel.Name = "PRENAMELabel" + PRENAMELabel.Size = New System.Drawing.Size(60, 14) + PRENAMELabel.TabIndex = 2 + PRENAMELabel.Text = "Vorname:" + ' + 'NAMELabel1 + ' + NAMELabel1.AutoSize = True + NAMELabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + NAMELabel1.Location = New System.Drawing.Point(265, 3) + NAMELabel1.Name = "NAMELabel1" + NAMELabel1.Size = New System.Drawing.Size(68, 14) + NAMELabel1.TabIndex = 4 + NAMELabel1.Text = "Nachname:" + ' + 'USERNAMELabel + ' + USERNAMELabel.AutoSize = True + USERNAMELabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + USERNAMELabel.Location = New System.Drawing.Point(517, 3) + USERNAMELabel.Name = "USERNAMELabel" + USERNAMELabel.Size = New System.Drawing.Size(65, 14) + USERNAMELabel.TabIndex = 6 + USERNAMELabel.Text = "Username:" + ' + 'EMAILLabel + ' + EMAILLabel.AutoSize = True + EMAILLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + EMAILLabel.Location = New System.Drawing.Point(68, 48) + EMAILLabel.Name = "EMAILLabel" + EMAILLabel.Size = New System.Drawing.Size(38, 14) + EMAILLabel.TabIndex = 8 + EMAILLabel.Text = "Email:" + ' + 'ADDED_WHOLabel1 + ' + ADDED_WHOLabel1.AutoSize = True + ADDED_WHOLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + ADDED_WHOLabel1.Location = New System.Drawing.Point(68, 139) + ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" + ADDED_WHOLabel1.Size = New System.Drawing.Size(73, 14) + ADDED_WHOLabel1.TabIndex = 11 + ADDED_WHOLabel1.Text = "Erstellt wer:" + ' + 'ADDED_WHENLabel1 + ' + ADDED_WHENLabel1.AutoSize = True + ADDED_WHENLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + ADDED_WHENLabel1.Location = New System.Drawing.Point(68, 94) + ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" + ADDED_WHENLabel1.Size = New System.Drawing.Size(78, 14) + ADDED_WHENLabel1.TabIndex = 13 + ADDED_WHENLabel1.Text = "Erstellt wann" + ' + 'CHANGED_WHOLabel1 + ' + CHANGED_WHOLabel1.AutoSize = True + CHANGED_WHOLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + CHANGED_WHOLabel1.Location = New System.Drawing.Point(265, 139) + CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" + CHANGED_WHOLabel1.Size = New System.Drawing.Size(87, 14) + CHANGED_WHOLabel1.TabIndex = 15 + CHANGED_WHOLabel1.Text = "Geändert wer:" + ' + 'CHANGED_WHENLabel1 + ' + CHANGED_WHENLabel1.AutoSize = True + CHANGED_WHENLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + CHANGED_WHENLabel1.Location = New System.Drawing.Point(265, 94) + CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" + CHANGED_WHENLabel1.Size = New System.Drawing.Size(96, 14) + CHANGED_WHENLabel1.TabIndex = 17 + CHANGED_WHENLabel1.Text = "Geändert wann:" + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'TBPM_PROFILEBindingSource + ' + Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" + Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILETableAdapter + ' + Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True + ' + '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(58, 23) + Me.BindingNavigatorPositionItem.Text = "0" + Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorCountItem + ' + Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" + Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(88, 22) + Me.BindingNavigatorCountItem.Text = "von {0} Profilen" + Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + '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) + ' + 'VWPM_PROFILE_USERBindingNavigatorSaveItem + ' + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Image = CType(resources.GetObject("VWPM_PROFILE_USERBindingNavigatorSaveItem.Image"), System.Drawing.Image) + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Name = "VWPM_PROFILE_USERBindingNavigatorSaveItem" + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Text = "Daten speichern" + ' + 'cmbProfiles + ' + Me.cmbProfiles.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.cmbProfiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text + Me.cmbProfiles.Image = CType(resources.GetObject("cmbProfiles.Image"), System.Drawing.Image) + Me.cmbProfiles.ImageTransparentColor = System.Drawing.Color.Magenta + Me.cmbProfiles.Name = "cmbProfiles" + Me.cmbProfiles.Size = New System.Drawing.Size(122, 22) + Me.cmbProfiles.Text = "Kein Profil gewählt" + ' + 'TBPM_PROFILEBindingNavigator + ' + Me.TBPM_PROFILEBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILEBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource + Me.TBPM_PROFILEBindingNavigator.CountItem = Me.BindingNavigatorCountItem + Me.TBPM_PROFILEBindingNavigator.CountItemFormat = "von {0} Profilen" + Me.TBPM_PROFILEBindingNavigator.DeleteItem = Nothing + Me.TBPM_PROFILEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, Me.cmbProfiles, Me.tstrpbtn_add, Me.tstrlblSave, Me.btnRefreshProfiles, Me.ToolStripSeparator1, Me.tsbtnDesigner_open, Me.ToolStripSeparator2, Me.tsbtnProfilkopieren, Me.ToolStripSeparator3, Me.tsbtndeleteProfil}) + Me.TBPM_PROFILEBindingNavigator.Location = New System.Drawing.Point(3, 3) + Me.TBPM_PROFILEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem + Me.TBPM_PROFILEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem + Me.TBPM_PROFILEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem + Me.TBPM_PROFILEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem + Me.TBPM_PROFILEBindingNavigator.Name = "TBPM_PROFILEBindingNavigator" + Me.TBPM_PROFILEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem + Me.TBPM_PROFILEBindingNavigator.Size = New System.Drawing.Size(1244, 25) + Me.TBPM_PROFILEBindingNavigator.TabIndex = 0 + Me.TBPM_PROFILEBindingNavigator.Text = "BindingNavigator1" + ' + 'tstrpbtn_add + ' + Me.tstrpbtn_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.tstrpbtn_add.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.tstrpbtn_add.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tstrpbtn_add.Name = "tstrpbtn_add" + Me.tstrpbtn_add.Size = New System.Drawing.Size(23, 22) + Me.tstrpbtn_add.Text = "Hinzufügen" + ' + 'tstrlblSave + ' + Me.tstrlblSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.tstrlblSave.BackColor = System.Drawing.Color.Lime + Me.tstrlblSave.ForeColor = System.Drawing.Color.Crimson + Me.tstrlblSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow + Me.tstrlblSave.Name = "tstrlblSave" + Me.tstrlblSave.Size = New System.Drawing.Size(256, 22) + Me.tstrlblSave.Text = "Änderungen wurden erfolgreich gespeichert" + ' + 'btnRefreshProfiles + ' + Me.btnRefreshProfiles.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG + Me.btnRefreshProfiles.ImageTransparentColor = System.Drawing.Color.Magenta + Me.btnRefreshProfiles.Name = "btnRefreshProfiles" + Me.btnRefreshProfiles.Size = New System.Drawing.Size(95, 22) + Me.btnRefreshProfiles.Text = "Aktualisieren" + ' + 'ToolStripSeparator1 + ' + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + ' + 'tsbtnDesigner_open + ' + Me.tsbtnDesigner_open.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.tsbtnDesigner_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.application_form_edit + Me.tsbtnDesigner_open.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtnDesigner_open.Name = "tsbtnDesigner_open" + Me.tsbtnDesigner_open.Size = New System.Drawing.Size(163, 22) + Me.tsbtnDesigner_open.Text = "Open Formular Designer" + ' + 'ToolStripSeparator2 + ' + Me.ToolStripSeparator2.Name = "ToolStripSeparator2" + Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + ' + 'tsbtnProfilkopieren + ' + Me.tsbtnProfilkopieren.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_copy + Me.tsbtnProfilkopieren.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.tsbtnProfilkopieren.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtnProfilkopieren.Name = "tsbtnProfilkopieren" + Me.tsbtnProfilkopieren.Size = New System.Drawing.Size(104, 22) + Me.tsbtnProfilkopieren.Text = "Profil kopieren" + Me.tsbtnProfilkopieren.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'ToolStripSeparator3 + ' + Me.ToolStripSeparator3.Name = "ToolStripSeparator3" + Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + ' + 'tsbtndeleteProfil + ' + Me.tsbtndeleteProfil.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + Me.tsbtndeleteProfil.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.tsbtndeleteProfil.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtndeleteProfil.Name = "tsbtndeleteProfil" + Me.tsbtndeleteProfil.Size = New System.Drawing.Size(71, 22) + Me.tsbtndeleteProfil.Text = "Löschen" + Me.tsbtndeleteProfil.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label2.Location = New System.Drawing.Point(277, 12) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(67, 16) + Me.Label2.TabIndex = 77 + Me.Label2.Text = "Objekttyp:" + ' + 'cmbObjekttypen + ' + Me.cmbObjekttypen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_OBJECTTYPE", True)) + Me.cmbObjekttypen.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbObjekttypen.FormattingEnabled = True + Me.cmbObjekttypen.Location = New System.Drawing.Point(280, 31) + Me.cmbObjekttypen.Name = "cmbObjekttypen" + Me.cmbObjekttypen.Size = New System.Drawing.Size(420, 24) + Me.cmbObjekttypen.TabIndex = 3 + ' + 'GroupBox4 + ' + Me.GroupBox4.Controls.Add(Me.FINAL_PROFILECheckBox) + Me.GroupBox4.Controls.Add(FINAL_TEXTLabel) + Me.GroupBox4.Controls.Add(Me.FINAL_TEXTTextBox) + Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupBox4.ForeColor = System.Drawing.Color.DarkRed + Me.GroupBox4.Location = New System.Drawing.Point(280, 153) + Me.GroupBox4.Name = "GroupBox4" + Me.GroupBox4.Size = New System.Drawing.Size(420, 100) + Me.GroupBox4.TabIndex = 75 + Me.GroupBox4.TabStop = False + Me.GroupBox4.Text = "Alternativer Abschlusstext:" + ' + 'FINAL_PROFILECheckBox + ' + Me.FINAL_PROFILECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "FINAL_PROFILE", True)) + Me.FINAL_PROFILECheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FINAL_PROFILECheckBox.Location = New System.Drawing.Point(15, 22) + Me.FINAL_PROFILECheckBox.Name = "FINAL_PROFILECheckBox" + Me.FINAL_PROFILECheckBox.Size = New System.Drawing.Size(104, 24) + Me.FINAL_PROFILECheckBox.TabIndex = 0 + Me.FINAL_PROFILECheckBox.Text = "Ja/Nein" + Me.FINAL_PROFILECheckBox.UseVisualStyleBackColor = True + ' + 'FINAL_TEXTTextBox + ' + Me.FINAL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "FINAL_TEXT", True)) + Me.FINAL_TEXTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FINAL_TEXTTextBox.Location = New System.Drawing.Point(15, 71) + Me.FINAL_TEXTTextBox.Name = "FINAL_TEXTTextBox" + Me.FINAL_TEXTTextBox.Size = New System.Drawing.Size(392, 23) + Me.FINAL_TEXTTextBox.TabIndex = 1 + ' + 'GroupBox2 + ' + Me.GroupBox2.Controls.Add(Me.Label1) + Me.GroupBox2.Controls.Add(Me.cmbType) + Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupBox2.Location = New System.Drawing.Point(280, 259) + Me.GroupBox2.Name = "GroupBox2" + Me.GroupBox2.Size = New System.Drawing.Size(420, 71) + Me.GroupBox2.TabIndex = 74 + Me.GroupBox2.TabStop = False + Me.GroupBox2.Text = "Type:" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label1.Location = New System.Drawing.Point(6, 19) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(156, 14) + Me.Label1.TabIndex = 72 + Me.Label1.Text = "Definiert die Art des Profils:" + ' + 'cmbType + ' + Me.cmbType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILEBindingSource, "TYPE", True)) + Me.cmbType.DataSource = Me.TBPM_TYPEBindingSource + Me.cmbType.DisplayMember = "BEZEICHNUNG" + Me.cmbType.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbType.FormattingEnabled = True + Me.cmbType.Location = New System.Drawing.Point(9, 41) + Me.cmbType.Name = "cmbType" + Me.cmbType.Size = New System.Drawing.Size(259, 24) + Me.cmbType.TabIndex = 0 + Me.cmbType.ValueMember = "GUID" + ' + 'TBPM_TYPEBindingSource + ' + Me.TBPM_TYPEBindingSource.DataMember = "TBPM_TYPE" + Me.TBPM_TYPEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'GroupBox3 + ' + Me.GroupBox3.Controls.Add(Me.MOVE2FOLDERTextBox) + Me.GroupBox3.Controls.Add(Me.btnmovetoFolderDialog) + Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupBox3.Location = New System.Drawing.Point(15, 28) + Me.GroupBox3.Name = "GroupBox3" + Me.GroupBox3.Size = New System.Drawing.Size(1007, 57) + Me.GroupBox3.TabIndex = 73 + Me.GroupBox3.TabStop = False + Me.GroupBox3.Text = "Wählen Sie hier einen Ordner in windream, in welchen die Datei, nach erfolgreiche" & _ + "r Indexierung verschoben werden soll:" + ' + 'MOVE2FOLDERTextBox + ' + Me.MOVE2FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "MOVE2FOLDER", True)) + Me.MOVE2FOLDERTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.MOVE2FOLDERTextBox.Location = New System.Drawing.Point(9, 21) + Me.MOVE2FOLDERTextBox.Name = "MOVE2FOLDERTextBox" + Me.MOVE2FOLDERTextBox.Size = New System.Drawing.Size(862, 23) + Me.MOVE2FOLDERTextBox.TabIndex = 0 + ' + 'btnmovetoFolderDialog + ' + Me.btnmovetoFolderDialog.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnmovetoFolderDialog.Location = New System.Drawing.Point(877, 19) + Me.btnmovetoFolderDialog.Name = "btnmovetoFolderDialog" + Me.btnmovetoFolderDialog.Size = New System.Drawing.Size(29, 23) + Me.btnmovetoFolderDialog.TabIndex = 72 + Me.btnmovetoFolderDialog.Text = "..." + Me.btnmovetoFolderDialog.UseVisualStyleBackColor = True + ' + 'PRIORITYNumericUpDown + ' + Me.PRIORITYNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_PROFILEBindingSource, "PRIORITY", True)) + Me.PRIORITYNumericUpDown.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.PRIORITYNumericUpDown.Location = New System.Drawing.Point(974, 78) + Me.PRIORITYNumericUpDown.Name = "PRIORITYNumericUpDown" + Me.PRIORITYNumericUpDown.Size = New System.Drawing.Size(55, 23) + Me.PRIORITYNumericUpDown.TabIndex = 5 + ' + 'btnopenSuche + ' + Me.btnopenSuche.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnopenSuche.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_green + Me.btnopenSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnopenSuche.Location = New System.Drawing.Point(1035, 115) + Me.btnopenSuche.Name = "btnopenSuche" + Me.btnopenSuche.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2) + Me.btnopenSuche.Size = New System.Drawing.Size(115, 36) + Me.btnopenSuche.TabIndex = 49 + Me.btnopenSuche.Text = "Teste Suche" + Me.btnopenSuche.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnopenSuche.UseVisualStyleBackColor = True + ' + 'btnWDSuche + ' + Me.btnWDSuche.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnWDSuche.Location = New System.Drawing.Point(973, 122) + Me.btnWDSuche.Name = "btnWDSuche" + Me.btnWDSuche.Size = New System.Drawing.Size(56, 23) + Me.btnWDSuche.TabIndex = 29 + Me.btnWDSuche.Text = "..." + Me.btnWDSuche.UseVisualStyleBackColor = True + ' + 'TITLETextBox + ' + Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TITLE", True)) + Me.TITLETextBox.Location = New System.Drawing.Point(510, 48) + Me.TITLETextBox.Name = "TITLETextBox" + Me.TITLETextBox.Size = New System.Drawing.Size(468, 23) + Me.TITLETextBox.TabIndex = 1 + ' + 'PROFILGUIDTextBox + ' + Me.PROFILGUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "GUID", True)) + Me.PROFILGUIDTextBox.Location = New System.Drawing.Point(9, 47) + Me.PROFILGUIDTextBox.Name = "PROFILGUIDTextBox" + Me.PROFILGUIDTextBox.ReadOnly = True + Me.PROFILGUIDTextBox.Size = New System.Drawing.Size(38, 23) + Me.PROFILGUIDTextBox.TabIndex = 1 + ' + 'NAMETextBox + ' + Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "NAME", True)) + Me.NAMETextBox.Location = New System.Drawing.Point(61, 47) + Me.NAMETextBox.Name = "NAMETextBox" + Me.NAMETextBox.Size = New System.Drawing.Size(443, 23) + Me.NAMETextBox.TabIndex = 0 + ' + 'DESCRIPTIONTextBox + ' + Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DESCRIPTION", True)) + Me.DESCRIPTIONTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(280, 77) + Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" + Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(685, 23) + Me.DESCRIPTIONTextBox.TabIndex = 4 + ' + 'WD_SEARCHTextBox + ' + Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_SEARCH", True)) + Me.WD_SEARCHTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(280, 122) + Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" + Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(688, 23) + Me.WD_SEARCHTextBox.TabIndex = 6 + ' + 'ACTIVECheckBox + ' + Me.ACTIVECheckBox.BackColor = System.Drawing.SystemColors.ControlLightLight + Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ACTIVE", True)) + Me.ACTIVECheckBox.Location = New System.Drawing.Point(987, 47) + Me.ACTIVECheckBox.Name = "ACTIVECheckBox" + Me.ACTIVECheckBox.Size = New System.Drawing.Size(65, 24) + Me.ACTIVECheckBox.TabIndex = 2 + Me.ACTIVECheckBox.Text = "Aktiv" + Me.ACTIVECheckBox.UseVisualStyleBackColor = False + ' + 'ADDED_WHOTextBox + ' + Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHO", True)) + Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(280, 356) + Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" + Me.ADDED_WHOTextBox.ReadOnly = True + Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(158, 23) + Me.ADDED_WHOTextBox.TabIndex = 19 + ' + 'ADDED_WHENTextBox + ' + Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHEN", True)) + Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(447, 356) + Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" + Me.ADDED_WHENTextBox.ReadOnly = True + Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(158, 23) + Me.ADDED_WHENTextBox.TabIndex = 21 + ' + 'CHANGED_WHOTextBox + ' + Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHO", True)) + Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(611, 356) + Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" + Me.CHANGED_WHOTextBox.ReadOnly = True + Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(161, 23) + Me.CHANGED_WHOTextBox.TabIndex = 23 + ' + 'CHANGED_WHENTextBox + ' + Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHEN", True)) + Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(778, 356) + Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" + Me.CHANGED_WHENTextBox.ReadOnly = True + Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(161, 23) + Me.CHANGED_WHENTextBox.TabIndex = 25 + ' + 'dlgWindreamsuche + ' + Me.dlgWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" + Me.dlgWindreamsuche.RestoreDirectory = True + Me.dlgWindreamsuche.Title = "windream-Suche wählen" + ' + 'TBPM_TYPETableAdapter + ' + Me.TBPM_TYPETableAdapter.ClearBeforeFill = True + ' + 'TabControl1 + ' + Me.TabControl1.Controls.Add(Me.TabPage1) + Me.TabControl1.Controls.Add(Me.TabPage2) + Me.TabControl1.Controls.Add(Me.TabPage3) + Me.TabControl1.Controls.Add(Me.TabPage4) + Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.TabControl1.Location = New System.Drawing.Point(0, 0) + Me.TabControl1.Name = "TabControl1" + Me.TabControl1.SelectedIndex = 0 + Me.TabControl1.Size = New System.Drawing.Size(1258, 586) + Me.TabControl1.TabIndex = 3 + ' + 'TabPage1 + ' + Me.TabPage1.Controls.Add(Me.tabctrl_Profilkonfig) + Me.TabPage1.Controls.Add(Me.TBPM_PROFILEBindingNavigator) + Me.TabPage1.Controls.Add(GUIDLabel) + Me.TabPage1.Controls.Add(TITLELabel) + Me.TabPage1.Controls.Add(Me.TITLETextBox) + Me.TabPage1.Controls.Add(Me.PROFILGUIDTextBox) + Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) + Me.TabPage1.Controls.Add(NAMELabel) + Me.TabPage1.Controls.Add(Me.NAMETextBox) + Me.TabPage1.Location = New System.Drawing.Point(4, 25) + Me.TabPage1.Name = "TabPage1" + Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage1.Size = New System.Drawing.Size(1250, 557) + Me.TabPage1.TabIndex = 0 + Me.TabPage1.Text = "Profil-Verwaltung" + Me.TabPage1.UseVisualStyleBackColor = True + ' + 'tabctrl_Profilkonfig + ' + Me.tabctrl_Profilkonfig.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage5) + Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage6) + Me.tabctrl_Profilkonfig.Location = New System.Drawing.Point(9, 77) + Me.tabctrl_Profilkonfig.Name = "tabctrl_Profilkonfig" + Me.tabctrl_Profilkonfig.SelectedIndex = 0 + Me.tabctrl_Profilkonfig.Size = New System.Drawing.Size(1235, 474) + Me.tabctrl_Profilkonfig.TabIndex = 79 + ' + 'TabPage5 + ' + Me.TabPage5.AutoScroll = True + Me.TabPage5.Controls.Add(Me.GridControl1) + Me.TabPage5.Controls.Add(Me.Button3) + Me.TabPage5.Controls.Add(Me.cmbLOGIndex) + Me.TabPage5.Controls.Add(Label7) + Me.TabPage5.Controls.Add(Me.PM_VEKTOR_INDEXComboBox) + Me.TabPage5.Controls.Add(Label12) + Me.TabPage5.Controls.Add(Me.Label2) + Me.TabPage5.Controls.Add(Me.SORT_BY_LATESTCheckBox) + Me.TabPage5.Controls.Add(Me.DESCRIPTIONTextBox) + Me.TabPage5.Controls.Add(DESCRIPTIONLabel) + Me.TabPage5.Controls.Add(WD_SEARCHLabel) + Me.TabPage5.Controls.Add(Me.cmbObjekttypen) + Me.TabPage5.Controls.Add(Me.WD_SEARCHTextBox) + Me.TabPage5.Controls.Add(PRIORITYLabel) + Me.TabPage5.Controls.Add(Me.GroupBox4) + Me.TabPage5.Controls.Add(ADDED_WHOLabel) + Me.TabPage5.Controls.Add(Me.CHANGED_WHENTextBox) + Me.TabPage5.Controls.Add(Me.ADDED_WHOTextBox) + Me.TabPage5.Controls.Add(Me.GroupBox2) + Me.TabPage5.Controls.Add(ADDED_WHENLabel) + Me.TabPage5.Controls.Add(CHANGED_WHENLabel) + Me.TabPage5.Controls.Add(Me.btnWDSuche) + Me.TabPage5.Controls.Add(Me.ADDED_WHENTextBox) + Me.TabPage5.Controls.Add(Me.CHANGED_WHOTextBox) + Me.TabPage5.Controls.Add(Me.btnopenSuche) + Me.TabPage5.Controls.Add(Me.PRIORITYNumericUpDown) + Me.TabPage5.Controls.Add(CHANGED_WHOLabel) + Me.TabPage5.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TabPage5.Location = New System.Drawing.Point(4, 25) + Me.TabPage5.Name = "TabPage5" + Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage5.Size = New System.Drawing.Size(1216, 441) + Me.TabPage5.TabIndex = 0 + Me.TabPage5.Text = "Allgemeine Profilangaben:" + Me.TabPage5.UseVisualStyleBackColor = True + ' + 'GridControl1 + ' + Me.GridControl1.DataSource = Me.TBPM_PROFILEBindingSource + Me.GridControl1.Location = New System.Drawing.Point(6, 12) + Me.GridControl1.MainView = Me.GridView1 + Me.GridControl1.Name = "GridControl1" + Me.GridControl1.Size = New System.Drawing.Size(268, 367) + Me.GridControl1.TabIndex = 84 + Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) + ' + 'GridView1 + ' + Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan + Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True + Me.GridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia + Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True + Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colTITLE}) + Me.GridView1.GridControl = Me.GridControl1 + Me.GridView1.Name = "GridView1" + Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.Editable = False + Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False + Me.GridView1.OptionsView.ColumnAutoWidth = False + Me.GridView1.OptionsView.EnableAppearanceEvenRow = True + Me.GridView1.OptionsView.ShowAutoFilterRow = True + Me.GridView1.OptionsView.ShowGroupPanel = False + ' + 'colNAME + ' + Me.colNAME.Caption = "Profil-Name" + Me.colNAME.FieldName = "NAME" + Me.colNAME.Name = "colNAME" + Me.colNAME.Visible = True + Me.colNAME.VisibleIndex = 0 + Me.colNAME.Width = 166 + ' + 'colTITLE + ' + Me.colTITLE.Caption = "Titel" + Me.colTITLE.FieldName = "TITLE" + Me.colTITLE.Name = "colTITLE" + Me.colTITLE.Visible = True + Me.colTITLE.VisibleIndex = 1 + ' + 'Button3 + ' + Me.Button3.BackColor = System.Drawing.Color.Transparent + Me.Button3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Button3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 + Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button3.Location = New System.Drawing.Point(1069, 25) + Me.Button3.Name = "Button3" + Me.Button3.Size = New System.Drawing.Size(139, 34) + Me.Button3.TabIndex = 81 + Me.Button3.Text = "Daten zu Profil entfernen" + Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button3.UseVisualStyleBackColor = False + ' + 'cmbLOGIndex + ' + Me.cmbLOGIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "LOG_INDEX", True)) + Me.cmbLOGIndex.FormattingEnabled = True + Me.cmbLOGIndex.Location = New System.Drawing.Point(715, 250) + Me.cmbLOGIndex.Name = "cmbLOGIndex" + Me.cmbLOGIndex.Size = New System.Drawing.Size(230, 24) + Me.cmbLOGIndex.TabIndex = 83 + ' + 'PM_VEKTOR_INDEXComboBox + ' + Me.PM_VEKTOR_INDEXComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "PM_VEKTOR_INDEX", True)) + Me.PM_VEKTOR_INDEXComboBox.FormattingEnabled = True + Me.PM_VEKTOR_INDEXComboBox.Location = New System.Drawing.Point(715, 188) + Me.PM_VEKTOR_INDEXComboBox.Name = "PM_VEKTOR_INDEXComboBox" + Me.PM_VEKTOR_INDEXComboBox.Size = New System.Drawing.Size(230, 24) + Me.PM_VEKTOR_INDEXComboBox.TabIndex = 81 + ' + 'SORT_BY_LATESTCheckBox + ' + Me.SORT_BY_LATESTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "SORT_BY_LATEST", True)) + Me.SORT_BY_LATESTCheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.SORT_BY_LATESTCheckBox.Location = New System.Drawing.Point(715, 31) + Me.SORT_BY_LATESTCheckBox.Name = "SORT_BY_LATESTCheckBox" + Me.SORT_BY_LATESTCheckBox.Size = New System.Drawing.Size(238, 24) + Me.SORT_BY_LATESTCheckBox.TabIndex = 78 + Me.SORT_BY_LATESTCheckBox.Text = "Neueste Dokumente zuerst anzeigen" + Me.SORT_BY_LATESTCheckBox.UseVisualStyleBackColor = True + ' + 'TabPage6 + ' + Me.TabPage6.AutoScroll = True + Me.TabPage6.BackColor = System.Drawing.Color.WhiteSmoke + Me.TabPage6.Controls.Add(Me.Button1) + Me.TabPage6.Controls.Add(Me.TabControlFinalIndices) + Me.TabPage6.Controls.Add(Me.Label13) + Me.TabPage6.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator) + Me.TabPage6.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView) + Me.TabPage6.Controls.Add(Me.Label6) + Me.TabPage6.Controls.Add(Me.Label5) + Me.TabPage6.Controls.Add(Me.GroupBox3) + Me.TabPage6.Location = New System.Drawing.Point(4, 25) + Me.TabPage6.Name = "TabPage6" + Me.TabPage6.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage6.Size = New System.Drawing.Size(1227, 445) + Me.TabPage6.TabIndex = 1 + Me.TabPage6.Text = "Aktionen nach erfolgreicher Indexierung:" + ' + 'Button1 + ' + Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image) + Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button1.Location = New System.Drawing.Point(772, 100) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(114, 30) + Me.Button1.TabIndex = 91 + Me.Button1.Text = "Editor Detail" + Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button1.UseVisualStyleBackColor = True + ' + 'TabControlFinalIndices + ' + Me.TabControlFinalIndices.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TabControlFinalIndices.Controls.Add(Me.TabPage9) + Me.TabControlFinalIndices.Controls.Add(Me.TabPage10) + Me.TabControlFinalIndices.Enabled = False + Me.TabControlFinalIndices.Location = New System.Drawing.Point(674, 166) + Me.TabControlFinalIndices.Name = "TabControlFinalIndices" + Me.TabControlFinalIndices.SelectedIndex = 0 + Me.TabControlFinalIndices.Size = New System.Drawing.Size(553, 279) + Me.TabControlFinalIndices.TabIndex = 90 + ' + 'TabPage9 + ' + Me.TabPage9.Controls.Add(Me.CheckBoxPMVEKTOR) + Me.TabPage9.Controls.Add(Me.lblSaveFinalIndex) + Me.TabPage9.Controls.Add(Me.lblIndexPMVektor) + Me.TabPage9.Controls.Add(Me.Label11) + Me.TabPage9.Controls.Add(Me.txtBezeichner) + Me.TabPage9.Controls.Add(Me.Label10) + Me.TabPage9.Controls.Add(Me.cmbIndexe) + Me.TabPage9.Controls.Add(Me.Label9) + Me.TabPage9.Controls.Add(Me.lblIndex) + Me.TabPage9.Controls.Add(Me.grbxSystemStamps) + Me.TabPage9.Controls.Add(Me.txtindexwert_final) + Me.TabPage9.Controls.Add(Me.btnInsert_FinalIndex) + Me.TabPage9.Controls.Add(Me.chkbxfinalIndex) + Me.TabPage9.Location = New System.Drawing.Point(4, 25) + Me.TabPage9.Name = "TabPage9" + Me.TabPage9.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage9.Size = New System.Drawing.Size(531, 264) + Me.TabPage9.TabIndex = 0 + Me.TabPage9.Text = "Fester Wert" + Me.TabPage9.UseVisualStyleBackColor = True + ' + 'CheckBoxPMVEKTOR + ' + Me.CheckBoxPMVEKTOR.AutoSize = True + Me.CheckBoxPMVEKTOR.Location = New System.Drawing.Point(193, 27) + Me.CheckBoxPMVEKTOR.Name = "CheckBoxPMVEKTOR" + Me.CheckBoxPMVEKTOR.Size = New System.Drawing.Size(199, 20) + Me.CheckBoxPMVEKTOR.TabIndex = 87 + Me.CheckBoxPMVEKTOR.Text = "Wert in Vektorindex schreiben" + Me.CheckBoxPMVEKTOR.UseVisualStyleBackColor = True + ' + 'lblSaveFinalIndex + ' + Me.lblSaveFinalIndex.AutoSize = True + Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow + Me.lblSaveFinalIndex.Location = New System.Drawing.Point(24, 135) + Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex" + Me.lblSaveFinalIndex.Size = New System.Drawing.Size(45, 16) + Me.lblSaveFinalIndex.TabIndex = 89 + Me.lblSaveFinalIndex.Text = "Label4" + Me.lblSaveFinalIndex.Visible = False + ' + 'lblIndexPMVektor + ' + Me.lblIndexPMVektor.AutoSize = True + Me.lblIndexPMVektor.Location = New System.Drawing.Point(24, 3) + Me.lblIndexPMVektor.Name = "lblIndexPMVektor" + Me.lblIndexPMVektor.Size = New System.Drawing.Size(89, 16) + Me.lblIndexPMVektor.TabIndex = 78 + Me.lblIndexPMVektor.Text = "Index wählen:" + ' + 'Label11 + ' + Me.Label11.AutoSize = True + Me.Label11.Location = New System.Drawing.Point(7, 108) + Me.Label11.Name = "Label11" + Me.Label11.Size = New System.Drawing.Size(19, 16) + Me.Label11.TabIndex = 86 + Me.Label11.Text = "3." + ' + 'txtBezeichner + ' + Me.txtBezeichner.Location = New System.Drawing.Point(27, 27) + Me.txtBezeichner.Name = "txtBezeichner" + Me.txtBezeichner.Size = New System.Drawing.Size(160, 23) + Me.txtBezeichner.TabIndex = 88 + Me.txtBezeichner.Visible = False + ' + 'Label10 + ' + Me.Label10.AutoSize = True + Me.Label10.Location = New System.Drawing.Point(7, 52) + Me.Label10.Name = "Label10" + Me.Label10.Size = New System.Drawing.Size(19, 16) + Me.Label10.TabIndex = 85 + Me.Label10.Text = "2." + ' + 'cmbIndexe + ' + Me.cmbIndexe.FormattingEnabled = True + Me.cmbIndexe.Location = New System.Drawing.Point(27, 25) + Me.cmbIndexe.Name = "cmbIndexe" + Me.cmbIndexe.Size = New System.Drawing.Size(160, 24) + Me.cmbIndexe.TabIndex = 77 + ' + 'Label9 + ' + Me.Label9.AutoSize = True + Me.Label9.Location = New System.Drawing.Point(7, 3) + Me.Label9.Name = "Label9" + Me.Label9.Size = New System.Drawing.Size(19, 16) + Me.Label9.TabIndex = 84 + Me.Label9.Text = "1." + ' + 'lblIndex + ' + Me.lblIndex.AutoSize = True + Me.lblIndex.Location = New System.Drawing.Point(24, 52) + Me.lblIndex.Name = "lblIndex" + Me.lblIndex.Size = New System.Drawing.Size(21, 16) + Me.lblIndex.TabIndex = 79 + Me.lblIndex.Text = "sd" + Me.lblIndex.Visible = False + ' + 'grbxSystemStamps + ' + Me.grbxSystemStamps.Controls.Add(Me.btnStampDate) + Me.grbxSystemStamps.Controls.Add(Me.btnStampUser) + Me.grbxSystemStamps.Location = New System.Drawing.Point(298, 52) + Me.grbxSystemStamps.Name = "grbxSystemStamps" + Me.grbxSystemStamps.Size = New System.Drawing.Size(153, 80) + Me.grbxSystemStamps.TabIndex = 83 + Me.grbxSystemStamps.TabStop = False + Me.grbxSystemStamps.Text = "System-Stamps" + Me.grbxSystemStamps.Visible = False + ' + 'btnStampDate + ' + Me.btnStampDate.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link + Me.btnStampDate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnStampDate.Location = New System.Drawing.Point(9, 51) + Me.btnStampDate.Name = "btnStampDate" + Me.btnStampDate.Size = New System.Drawing.Size(119, 29) + Me.btnStampDate.TabIndex = 1 + Me.btnStampDate.Text = "Datumstempel" + Me.btnStampDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnStampDate.UseVisualStyleBackColor = True + ' + 'btnStampUser + ' + Me.btnStampUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user + Me.btnStampUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnStampUser.Location = New System.Drawing.Point(9, 22) + Me.btnStampUser.Name = "btnStampUser" + Me.btnStampUser.Size = New System.Drawing.Size(119, 23) + Me.btnStampUser.TabIndex = 0 + Me.btnStampUser.Text = "Username" + Me.btnStampUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnStampUser.UseVisualStyleBackColor = True + ' + 'txtindexwert_final + ' + Me.txtindexwert_final.Location = New System.Drawing.Point(27, 74) + Me.txtindexwert_final.Name = "txtindexwert_final" + Me.txtindexwert_final.Size = New System.Drawing.Size(100, 23) + Me.txtindexwert_final.TabIndex = 80 + Me.txtindexwert_final.Visible = False + ' + 'btnInsert_FinalIndex + ' + Me.btnInsert_FinalIndex.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.btnInsert_FinalIndex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnInsert_FinalIndex.Location = New System.Drawing.Point(27, 101) + Me.btnInsert_FinalIndex.Name = "btnInsert_FinalIndex" + Me.btnInsert_FinalIndex.Size = New System.Drawing.Size(136, 31) + Me.btnInsert_FinalIndex.TabIndex = 82 + Me.btnInsert_FinalIndex.Text = "Index einfügen" + Me.btnInsert_FinalIndex.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnInsert_FinalIndex.UseVisualStyleBackColor = True + ' + 'chkbxfinalIndex + ' + Me.chkbxfinalIndex.AutoSize = True + Me.chkbxfinalIndex.Location = New System.Drawing.Point(27, 79) + Me.chkbxfinalIndex.Name = "chkbxfinalIndex" + Me.chkbxfinalIndex.Size = New System.Drawing.Size(15, 14) + Me.chkbxfinalIndex.TabIndex = 81 + Me.chkbxfinalIndex.UseVisualStyleBackColor = True + Me.chkbxfinalIndex.Visible = False + ' + 'TabPage10 + ' + Me.TabPage10.AutoScroll = True + Me.TabPage10.Controls.Add(Me.btnEditor) + Me.TabPage10.Controls.Add(Me.Label15) + Me.TabPage10.Controls.Add(Me.cmbIndexe2) + Me.TabPage10.Controls.Add(Me.btnSaveSQLCommand) + Me.TabPage10.Controls.Add(Me.SQL_COMMANDTextBox) + Me.TabPage10.Controls.Add(Me.btnShowConnections) + Me.TabPage10.Controls.Add(Me.Label14) + Me.TabPage10.Controls.Add(Me.cmbConnection) + Me.TabPage10.Controls.Add(Me.Label4) + Me.TabPage10.Location = New System.Drawing.Point(4, 25) + Me.TabPage10.Name = "TabPage10" + Me.TabPage10.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage10.Size = New System.Drawing.Size(545, 250) + Me.TabPage10.TabIndex = 1 + Me.TabPage10.Text = "Dynamisches SQL" + Me.TabPage10.UseVisualStyleBackColor = True + ' + 'btnEditor + ' + Me.btnEditor.Image = CType(resources.GetObject("btnEditor.Image"), System.Drawing.Image) + Me.btnEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnEditor.Location = New System.Drawing.Point(110, 217) + Me.btnEditor.Name = "btnEditor" + Me.btnEditor.Size = New System.Drawing.Size(114, 30) + Me.btnEditor.TabIndex = 80 + Me.btnEditor.Text = "Editor Detail" + Me.btnEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnEditor.UseVisualStyleBackColor = True + ' + 'Label15 + ' + Me.Label15.AutoSize = True + Me.Label15.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label15.Location = New System.Drawing.Point(328, 3) + Me.Label15.Name = "Label15" + Me.Label15.Size = New System.Drawing.Size(44, 16) + Me.Label15.TabIndex = 79 + Me.Label15.Text = "Index:" + ' + 'cmbIndexe2 + ' + Me.cmbIndexe2.FormattingEnabled = True + Me.cmbIndexe2.Location = New System.Drawing.Point(331, 22) + Me.cmbIndexe2.Name = "cmbIndexe2" + Me.cmbIndexe2.Size = New System.Drawing.Size(194, 24) + Me.cmbIndexe2.TabIndex = 78 + ' + 'btnSaveSQLCommand + ' + Me.btnSaveSQLCommand.Image = CType(resources.GetObject("btnSaveSQLCommand.Image"), System.Drawing.Image) + Me.btnSaveSQLCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSaveSQLCommand.Location = New System.Drawing.Point(9, 216) + Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand" + Me.btnSaveSQLCommand.Size = New System.Drawing.Size(95, 30) + Me.btnSaveSQLCommand.TabIndex = 11 + Me.btnSaveSQLCommand.Text = "Speichern" + Me.btnSaveSQLCommand.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnSaveSQLCommand.UseVisualStyleBackColor = True + ' + 'SQL_COMMANDTextBox + ' + Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True)) + Me.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(9, 68) + Me.SQL_COMMANDTextBox.Multiline = True + Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" + Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(516, 142) + Me.SQL_COMMANDTextBox.TabIndex = 10 + ' + 'TBPM_PROFILE_FINAL_INDEXINGBindingSource + ' + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'btnShowConnections + ' + Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnShowConnections.Location = New System.Drawing.Point(218, 22) + Me.btnShowConnections.Name = "btnShowConnections" + Me.btnShowConnections.Size = New System.Drawing.Size(107, 24) + Me.btnShowConnections.TabIndex = 9 + Me.btnShowConnections.Text = "Connections" + Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnShowConnections.UseVisualStyleBackColor = True + ' + 'Label14 + ' + Me.Label14.AutoSize = True + Me.Label14.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label14.Location = New System.Drawing.Point(6, 3) + Me.Label14.Name = "Label14" + Me.Label14.Size = New System.Drawing.Size(76, 16) + Me.Label14.TabIndex = 8 + Me.Label14.Text = "Connection:" + ' + 'cmbConnection + ' + Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) + Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.cmbConnection.DisplayMember = "BEZEICHNUNG" + Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbConnection.FormattingEnabled = True + Me.cmbConnection.Location = New System.Drawing.Point(9, 23) + Me.cmbConnection.Name = "cmbConnection" + Me.cmbConnection.Size = New System.Drawing.Size(203, 24) + Me.cmbConnection.TabIndex = 7 + Me.cmbConnection.ValueMember = "GUID" + ' + 'TBPM_CONNECTIONBindingSource + ' + Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" + Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(5, 49) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(99, 16) + Me.Label4.TabIndex = 0 + Me.Label4.Text = "SQL-Command:" + ' + 'Label13 + ' + Me.Label13.AutoSize = True + Me.Label13.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label13.Location = New System.Drawing.Point(12, 8) + Me.Label13.Name = "Label13" + Me.Label13.Size = New System.Drawing.Size(497, 17) + Me.Label13.TabIndex = 79 + Me.Label13.Text = "Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt w" & _ + "erden:" + ' + 'TBPM_PROFILE_FINAL_INDEXINGBindingNavigator + ' + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.BindingSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.CountItem = Me.BindingNavigatorCountItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.DeleteItem = Nothing + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Dock = System.Windows.Forms.DockStyle.None + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem4, Me.BindingNavigatorMovePreviousItem4, Me.BindingNavigatorSeparator12, Me.BindingNavigatorPositionItem4, Me.BindingNavigatorCountItem4, Me.BindingNavigatorSeparator13, Me.BindingNavigatorMoveNextItem4, Me.BindingNavigatorMoveLastItem4, Me.BindingNavigatorSeparator14, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton1}) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Location = New System.Drawing.Point(13, 138) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Name = "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Size = New System.Drawing.Size(568, 25) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.TabIndex = 76 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Text = "BindingNavigator1" + ' + 'BindingNavigatorCountItem4 + ' + Me.BindingNavigatorCountItem4.Name = "BindingNavigatorCountItem4" + Me.BindingNavigatorCountItem4.Size = New System.Drawing.Size(44, 22) + Me.BindingNavigatorCountItem4.Text = "von {0}" + Me.BindingNavigatorCountItem4.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + 'BindingNavigatorMoveFirstItem4 + ' + Me.BindingNavigatorMoveFirstItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveFirstItem4.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem4.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveFirstItem4.Name = "BindingNavigatorMoveFirstItem4" + Me.BindingNavigatorMoveFirstItem4.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveFirstItem4.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveFirstItem4.Text = "Erste verschieben" + ' + 'BindingNavigatorMovePreviousItem4 + ' + Me.BindingNavigatorMovePreviousItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMovePreviousItem4.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem4.Image"), System.Drawing.Image) + Me.BindingNavigatorMovePreviousItem4.Name = "BindingNavigatorMovePreviousItem4" + Me.BindingNavigatorMovePreviousItem4.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMovePreviousItem4.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMovePreviousItem4.Text = "Vorherige verschieben" + ' + 'BindingNavigatorSeparator12 + ' + Me.BindingNavigatorSeparator12.Name = "BindingNavigatorSeparator12" + Me.BindingNavigatorSeparator12.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorPositionItem4 + ' + Me.BindingNavigatorPositionItem4.AccessibleName = "Position" + Me.BindingNavigatorPositionItem4.AutoSize = False + Me.BindingNavigatorPositionItem4.Name = "BindingNavigatorPositionItem4" + Me.BindingNavigatorPositionItem4.Size = New System.Drawing.Size(50, 23) + Me.BindingNavigatorPositionItem4.Text = "0" + Me.BindingNavigatorPositionItem4.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorSeparator13 + ' + Me.BindingNavigatorSeparator13.Name = "BindingNavigatorSeparator13" + Me.BindingNavigatorSeparator13.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorMoveNextItem4 + ' + Me.BindingNavigatorMoveNextItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveNextItem4.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem4.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveNextItem4.Name = "BindingNavigatorMoveNextItem4" + Me.BindingNavigatorMoveNextItem4.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveNextItem4.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveNextItem4.Text = "Nächste verschieben" + ' + 'BindingNavigatorMoveLastItem4 + ' + Me.BindingNavigatorMoveLastItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveLastItem4.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem4.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveLastItem4.Name = "BindingNavigatorMoveLastItem4" + Me.BindingNavigatorMoveLastItem4.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveLastItem4.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveLastItem4.Text = "Letzte verschieben" + ' + 'BindingNavigatorSeparator14 + ' + Me.BindingNavigatorSeparator14.Name = "BindingNavigatorSeparator14" + Me.BindingNavigatorSeparator14.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripButton2 + ' + Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.ToolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton2.Name = "ToolStripButton2" + Me.ToolStripButton2.Size = New System.Drawing.Size(156, 22) + Me.ToolStripButton2.Text = "Neuen Index hinzufügen" + ' + 'ToolStripButton3 + ' + Me.ToolStripButton3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + Me.ToolStripButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton3.Name = "ToolStripButton3" + Me.ToolStripButton3.Size = New System.Drawing.Size(99, 22) + Me.ToolStripButton3.Text = "Index löschen" + ' + 'ToolStripButton1 + ' + Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xMD + Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton1.Name = "ToolStripButton1" + Me.ToolStripButton1.Size = New System.Drawing.Size(95, 22) + Me.ToolStripButton1.Text = "Aktualisieren" + Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'TBPM_PROFILE_FINAL_INDEXINGDataGridView + ' + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToAddRows = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToDeleteRows = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AutoGenerateColumns = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn28, Me.DataGridViewTextBoxColumn29}) + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Location = New System.Drawing.Point(15, 166) + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.MultiSelect = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Name = "TBPM_PROFILE_FINAL_INDEXINGDataGridView" + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Size = New System.Drawing.Size(653, 297) + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.TabIndex = 75 + ' + 'GUID + ' + Me.GUID.DataPropertyName = "GUID" + Me.GUID.Frozen = True + Me.GUID.HeaderText = "ID" + Me.GUID.Name = "GUID" + Me.GUID.ReadOnly = True + ' + 'DataGridViewTextBoxColumn26 + ' + Me.DataGridViewTextBoxColumn26.DataPropertyName = "INDEXNAME" + Me.DataGridViewTextBoxColumn26.HeaderText = "Indexname" + Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26" + ' + 'DataGridViewTextBoxColumn27 + ' + Me.DataGridViewTextBoxColumn27.DataPropertyName = "VALUE" + Me.DataGridViewTextBoxColumn27.HeaderText = "Value" + Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27" + ' + 'DataGridViewTextBoxColumn28 + ' + Me.DataGridViewTextBoxColumn28.DataPropertyName = "ADDED_WHO" + Me.DataGridViewTextBoxColumn28.HeaderText = "Erstellt wer" + Me.DataGridViewTextBoxColumn28.Name = "DataGridViewTextBoxColumn28" + Me.DataGridViewTextBoxColumn28.ReadOnly = True + ' + 'DataGridViewTextBoxColumn29 + ' + Me.DataGridViewTextBoxColumn29.DataPropertyName = "ADDED_WHEN" + Me.DataGridViewTextBoxColumn29.HeaderText = "Erstellt wann" + Me.DataGridViewTextBoxColumn29.Name = "DataGridViewTextBoxColumn29" + Me.DataGridViewTextBoxColumn29.ReadOnly = True + ' + 'Label6 + ' + Me.Label6.AutoSize = True + Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label6.Location = New System.Drawing.Point(12, 113) + Me.Label6.Name = "Label6" + Me.Label6.Size = New System.Drawing.Size(583, 17) + Me.Label6.TabIndex = 75 + Me.Label6.Text = "Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierte" & _ + "n Dokument gesetzt." + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label5.Location = New System.Drawing.Point(11, 88) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(120, 19) + Me.Label5.TabIndex = 74 + Me.Label5.Text = "Finale Indexe" + ' + 'TabPage2 + ' + Me.TabPage2.Controls.Add(Me.SplitContainerProfilzuordnung) + Me.TabPage2.Location = New System.Drawing.Point(4, 25) + Me.TabPage2.Name = "TabPage2" + Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage2.Size = New System.Drawing.Size(1239, 553) + Me.TabPage2.TabIndex = 1 + Me.TabPage2.Text = "Profilzuordnung und Userverwaltung" + Me.TabPage2.UseVisualStyleBackColor = True + ' + 'SplitContainerProfilzuordnung + ' + Me.SplitContainerProfilzuordnung.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainerProfilzuordnung.Location = New System.Drawing.Point(3, 3) + Me.SplitContainerProfilzuordnung.Name = "SplitContainerProfilzuordnung" + ' + 'SplitContainerProfilzuordnung.Panel1 + ' + Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungDataGridView) + Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungBindingNavigator) + ' + 'SplitContainerProfilzuordnung.Panel2 + ' + Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.SplitContainer_Profilzuordnung2) + Me.SplitContainerProfilzuordnung.Size = New System.Drawing.Size(1233, 547) + Me.SplitContainerProfilzuordnung.SplitterDistance = 339 + Me.SplitContainerProfilzuordnung.TabIndex = 0 + ' + 'TBPM_PROFILE_ZuordnungDataGridView + ' + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToAddRows = False + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToDeleteRows = False + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToOrderColumns = True + DataGridViewCellStyle25.BackColor = System.Drawing.Color.Cyan + Me.TBPM_PROFILE_ZuordnungDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle25 + Me.TBPM_PROFILE_ZuordnungDataGridView.AutoGenerateColumns = False + Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) + Me.TBPM_PROFILE_ZuordnungDataGridView.DataSource = Me.TBPM_PROFILEBindingSource + Me.TBPM_PROFILE_ZuordnungDataGridView.Dock = System.Windows.Forms.DockStyle.Fill + Me.TBPM_PROFILE_ZuordnungDataGridView.Location = New System.Drawing.Point(0, 25) + Me.TBPM_PROFILE_ZuordnungDataGridView.MultiSelect = False + Me.TBPM_PROFILE_ZuordnungDataGridView.Name = "TBPM_PROFILE_ZuordnungDataGridView" + Me.TBPM_PROFILE_ZuordnungDataGridView.ReadOnly = True + Me.TBPM_PROFILE_ZuordnungDataGridView.Size = New System.Drawing.Size(339, 522) + Me.TBPM_PROFILE_ZuordnungDataGridView.TabIndex = 1 + ' + 'DataGridViewTextBoxColumn1 + ' + Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn1.HeaderText = "ID" + Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" + Me.DataGridViewTextBoxColumn1.ReadOnly = True + Me.DataGridViewTextBoxColumn1.Width = 70 + ' + 'DataGridViewTextBoxColumn2 + ' + Me.DataGridViewTextBoxColumn2.DataPropertyName = "NAME" + Me.DataGridViewTextBoxColumn2.HeaderText = "Profilname" + Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" + Me.DataGridViewTextBoxColumn2.ReadOnly = True + Me.DataGridViewTextBoxColumn2.Width = 180 + ' + 'TBPM_PROFILE_ZuordnungBindingNavigator + ' + Me.TBPM_PROFILE_ZuordnungBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILE_ZuordnungBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource + Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItem = Me.BindingNavigatorCountItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItemFormat = "von {0} Profilen" + Me.TBPM_PROFILE_ZuordnungBindingNavigator.DeleteItem = Nothing + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5}) + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Location = New System.Drawing.Point(0, 0) + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Name = "TBPM_PROFILE_ZuordnungBindingNavigator" + Me.TBPM_PROFILE_ZuordnungBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Size = New System.Drawing.Size(339, 25) + Me.TBPM_PROFILE_ZuordnungBindingNavigator.TabIndex = 0 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Text = "BindingNavigator1" + ' + 'BindingNavigatorCountItem1 + ' + Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" + Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(88, 22) + Me.BindingNavigatorCountItem1.Text = "von {0} Profilen" + Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + 'BindingNavigatorMoveFirstItem1 + ' + Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" + Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben" + ' + 'BindingNavigatorMovePreviousItem1 + ' + Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image) + Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" + Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben" + ' + 'BindingNavigatorSeparator3 + ' + Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" + Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorPositionItem1 + ' + Me.BindingNavigatorPositionItem1.AccessibleName = "Position" + Me.BindingNavigatorPositionItem1.AutoSize = False + Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" + Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23) + Me.BindingNavigatorPositionItem1.Text = "0" + Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorSeparator4 + ' + Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" + Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorMoveNextItem1 + ' + Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" + Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben" + ' + 'BindingNavigatorMoveLastItem1 + ' + Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" + Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben" + ' + 'BindingNavigatorSeparator5 + ' + Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" + Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25) + ' + 'SplitContainer_Profilzuordnung2 + ' + Me.SplitContainer_Profilzuordnung2.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer_Profilzuordnung2.Location = New System.Drawing.Point(0, 0) + Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" + Me.SplitContainer_Profilzuordnung2.Orientation = System.Windows.Forms.Orientation.Horizontal + ' + 'SplitContainer_Profilzuordnung2.Panel1 + ' + Me.SplitContainer_Profilzuordnung2.Panel1.AutoScroll = True + Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERDataGridView) + Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERBindingNavigator) + ' + 'SplitContainer_Profilzuordnung2.Panel2 + ' + Me.SplitContainer_Profilzuordnung2.Panel2.AutoScroll = True + Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TabControlUser) + Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TBPM_USERBindingNavigator) + Me.SplitContainer_Profilzuordnung2.Size = New System.Drawing.Size(890, 547) + Me.SplitContainer_Profilzuordnung2.SplitterDistance = 292 + Me.SplitContainer_Profilzuordnung2.TabIndex = 0 + ' + 'TBPROFILE_USERDataGridView + ' + Me.TBPROFILE_USERDataGridView.AllowDrop = True + Me.TBPROFILE_USERDataGridView.AllowUserToAddRows = False + Me.TBPROFILE_USERDataGridView.AllowUserToDeleteRows = False + DataGridViewCellStyle26.BackColor = System.Drawing.Color.Yellow + Me.TBPROFILE_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle26 + Me.TBPROFILE_USERDataGridView.AutoGenerateColumns = False + Me.TBPROFILE_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPROFILE_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) + Me.TBPROFILE_USERDataGridView.DataSource = Me.TBPROFILE_USERBindingSource + Me.TBPROFILE_USERDataGridView.Dock = System.Windows.Forms.DockStyle.Fill + Me.TBPROFILE_USERDataGridView.Location = New System.Drawing.Point(0, 25) + Me.TBPROFILE_USERDataGridView.MultiSelect = False + Me.TBPROFILE_USERDataGridView.Name = "TBPROFILE_USERDataGridView" + Me.TBPROFILE_USERDataGridView.ReadOnly = True + Me.TBPROFILE_USERDataGridView.Size = New System.Drawing.Size(890, 267) + Me.TBPROFILE_USERDataGridView.TabIndex = 2 + ' + 'DataGridViewTextBoxColumn4 + ' + Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn4.Frozen = True + Me.DataGridViewTextBoxColumn4.HeaderText = "ID" + Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" + Me.DataGridViewTextBoxColumn4.ReadOnly = True + Me.DataGridViewTextBoxColumn4.Width = 40 + ' + 'DataGridViewTextBoxColumn5 + ' + Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" + Me.DataGridViewTextBoxColumn5.HeaderText = "Vorname" + Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" + Me.DataGridViewTextBoxColumn5.ReadOnly = True + ' + 'DataGridViewTextBoxColumn6 + ' + Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" + Me.DataGridViewTextBoxColumn6.HeaderText = "Nachname" + Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" + Me.DataGridViewTextBoxColumn6.ReadOnly = True + ' + 'DataGridViewTextBoxColumn7 + ' + Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" + Me.DataGridViewTextBoxColumn7.HeaderText = "User" + Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" + Me.DataGridViewTextBoxColumn7.ReadOnly = True + ' + 'DataGridViewTextBoxColumn8 + ' + Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" + Me.DataGridViewTextBoxColumn8.HeaderText = "Erstellt wer" + Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" + Me.DataGridViewTextBoxColumn8.ReadOnly = True + ' + 'DataGridViewTextBoxColumn9 + ' + Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" + Me.DataGridViewTextBoxColumn9.HeaderText = "Wann" + Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" + Me.DataGridViewTextBoxColumn9.ReadOnly = True + ' + 'TBPROFILE_USERBindingSource + ' + Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" + Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPROFILE_USERBindingNavigator + ' + Me.TBPROFILE_USERBindingNavigator.AddNewItem = Nothing + Me.TBPROFILE_USERBindingNavigator.BindingSource = Me.TBPROFILE_USERBindingSource + Me.TBPROFILE_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem2 + Me.TBPROFILE_USERBindingNavigator.CountItemFormat = "von {0} zugeordneten Usern" + Me.TBPROFILE_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem + Me.TBPROFILE_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorDeleteItem, Me.ToolStripSeparator8, Me.ToolStripLabel2}) + Me.TBPROFILE_USERBindingNavigator.Location = New System.Drawing.Point(0, 0) + Me.TBPROFILE_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2 + Me.TBPROFILE_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem2 + Me.TBPROFILE_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem2 + Me.TBPROFILE_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem2 + Me.TBPROFILE_USERBindingNavigator.Name = "TBPROFILE_USERBindingNavigator" + Me.TBPROFILE_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem2 + Me.TBPROFILE_USERBindingNavigator.Size = New System.Drawing.Size(890, 25) + Me.TBPROFILE_USERBindingNavigator.TabIndex = 2 + Me.TBPROFILE_USERBindingNavigator.Text = "BindingNavigator2" + ' + 'BindingNavigatorCountItem2 + ' + Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" + Me.BindingNavigatorCountItem2.Size = New System.Drawing.Size(153, 22) + Me.BindingNavigatorCountItem2.Text = "von {0} zugeordneten Usern" + Me.BindingNavigatorCountItem2.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + '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" + ' + 'BindingNavigatorMoveFirstItem2 + ' + Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" + Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveFirstItem2.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveFirstItem2.Text = "Erste verschieben" + ' + 'BindingNavigatorMovePreviousItem2 + ' + Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"), System.Drawing.Image) + Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" + Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMovePreviousItem2.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMovePreviousItem2.Text = "Vorherige verschieben" + ' + 'BindingNavigatorSeparator6 + ' + Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" + Me.BindingNavigatorSeparator6.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorPositionItem2 + ' + Me.BindingNavigatorPositionItem2.AccessibleName = "Position" + Me.BindingNavigatorPositionItem2.AutoSize = False + Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" + Me.BindingNavigatorPositionItem2.Size = New System.Drawing.Size(50, 23) + Me.BindingNavigatorPositionItem2.Text = "0" + Me.BindingNavigatorPositionItem2.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorSeparator7 + ' + Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" + Me.BindingNavigatorSeparator7.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorMoveNextItem2 + ' + Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" + Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveNextItem2.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveNextItem2.Text = "Nächste verschieben" + ' + 'BindingNavigatorMoveLastItem2 + ' + Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" + Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveLastItem2.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveLastItem2.Text = "Letzte verschieben" + ' + 'BindingNavigatorSeparator8 + ' + Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" + Me.BindingNavigatorSeparator8.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripSeparator8 + ' + Me.ToolStripSeparator8.Name = "ToolStripSeparator8" + Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripLabel2 + ' + Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson + Me.ToolStripLabel2.Name = "ToolStripLabel2" + Me.ToolStripLabel2.Size = New System.Drawing.Size(285, 22) + Me.ToolStripLabel2.Text = "Ziehen Sie neue User per Drag Drop in diesen Bereich" + ' + 'TabControlUser + ' + Me.TabControlUser.Controls.Add(Me.TabPage7) + Me.TabControlUser.Controls.Add(Me.TabPage8) + Me.TabControlUser.Dock = System.Windows.Forms.DockStyle.Fill + Me.TabControlUser.Location = New System.Drawing.Point(0, 25) + Me.TabControlUser.Name = "TabControlUser" + Me.TabControlUser.SelectedIndex = 0 + Me.TabControlUser.Size = New System.Drawing.Size(890, 226) + Me.TabControlUser.TabIndex = 4 + ' + 'TabPage7 + ' + Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) + Me.TabPage7.Location = New System.Drawing.Point(4, 25) + Me.TabPage7.Name = "TabPage7" + Me.TabPage7.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage7.Size = New System.Drawing.Size(882, 197) + Me.TabPage7.TabIndex = 0 + Me.TabPage7.Text = "User -Übersicht" + Me.TabPage7.UseVisualStyleBackColor = True + ' + 'TBPM_USERDataGridView + ' + Me.TBPM_USERDataGridView.AllowUserToAddRows = False + Me.TBPM_USERDataGridView.AllowUserToDeleteRows = False + DataGridViewCellStyle27.BackColor = System.Drawing.Color.Aqua + Me.TBPM_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle27 + Me.TBPM_USERDataGridView.AutoGenerateColumns = False + Me.TBPM_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewCheckBoxColumn2, Me.DataGridViewTextBoxColumn18, Me.DataGridViewTextBoxColumn19, Me.DataGridViewTextBoxColumn20, Me.DataGridViewTextBoxColumn21}) + Me.TBPM_USERDataGridView.DataSource = Me.TBPM_USERBindingSource + Me.TBPM_USERDataGridView.Dock = System.Windows.Forms.DockStyle.Fill + Me.TBPM_USERDataGridView.Location = New System.Drawing.Point(3, 3) + Me.TBPM_USERDataGridView.MultiSelect = False + Me.TBPM_USERDataGridView.Name = "TBPM_USERDataGridView" + Me.TBPM_USERDataGridView.ReadOnly = True + Me.TBPM_USERDataGridView.Size = New System.Drawing.Size(876, 191) + Me.TBPM_USERDataGridView.TabIndex = 3 + ' + 'DataGridViewTextBoxColumn3 + ' + Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn3.Frozen = True + Me.DataGridViewTextBoxColumn3.HeaderText = "ID" + Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" + Me.DataGridViewTextBoxColumn3.ReadOnly = True + ' + 'DataGridViewTextBoxColumn10 + ' + Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" + Me.DataGridViewTextBoxColumn10.HeaderText = "Vorname" + Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" + Me.DataGridViewTextBoxColumn10.ReadOnly = True + ' + 'DataGridViewTextBoxColumn11 + ' + Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" + Me.DataGridViewTextBoxColumn11.HeaderText = "Nachname" + Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" + Me.DataGridViewTextBoxColumn11.ReadOnly = True + ' + 'DataGridViewTextBoxColumn12 + ' + Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" + Me.DataGridViewTextBoxColumn12.HeaderText = "UserName" + Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" + Me.DataGridViewTextBoxColumn12.ReadOnly = True + ' + 'DataGridViewTextBoxColumn13 + ' + Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" + Me.DataGridViewTextBoxColumn13.HeaderText = "Email" + Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" + Me.DataGridViewTextBoxColumn13.ReadOnly = True + ' + 'DataGridViewCheckBoxColumn2 + ' + Me.DataGridViewCheckBoxColumn2.DataPropertyName = "ADMIN" + Me.DataGridViewCheckBoxColumn2.HeaderText = "Admin Ja/nein" + Me.DataGridViewCheckBoxColumn2.Name = "DataGridViewCheckBoxColumn2" + Me.DataGridViewCheckBoxColumn2.ReadOnly = True + ' + 'DataGridViewTextBoxColumn18 + ' + Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" + Me.DataGridViewTextBoxColumn18.HeaderText = "Erstellt wer" + Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" + Me.DataGridViewTextBoxColumn18.ReadOnly = True + ' + 'DataGridViewTextBoxColumn19 + ' + Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" + Me.DataGridViewTextBoxColumn19.HeaderText = "Erstellt wann" + Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" + Me.DataGridViewTextBoxColumn19.ReadOnly = True + ' + 'DataGridViewTextBoxColumn20 + ' + Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" + Me.DataGridViewTextBoxColumn20.HeaderText = "Geändert wer" + Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" + Me.DataGridViewTextBoxColumn20.ReadOnly = True + ' + 'DataGridViewTextBoxColumn21 + ' + Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" + Me.DataGridViewTextBoxColumn21.HeaderText = "Geändert wann" + Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" + Me.DataGridViewTextBoxColumn21.ReadOnly = True + ' + 'TBPM_USERBindingSource + ' + Me.TBPM_USERBindingSource.DataMember = "TBPM_USER" + Me.TBPM_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TabPage8 + ' + Me.TabPage8.AutoScroll = True + Me.TabPage8.Controls.Add(Me.RIGHT_FILE_DELETECheckBox) + Me.TabPage8.Controls.Add(Me.lblSaveUser) + Me.TabPage8.Controls.Add(CHANGED_WHENLabel1) + Me.TabPage8.Controls.Add(Me.CHANGED_WHENTextBox1) + Me.TabPage8.Controls.Add(CHANGED_WHOLabel1) + Me.TabPage8.Controls.Add(Me.CHANGED_WHOTextBox1) + Me.TabPage8.Controls.Add(ADDED_WHENLabel1) + Me.TabPage8.Controls.Add(Me.ADDED_WHENTextBox1) + Me.TabPage8.Controls.Add(ADDED_WHOLabel1) + Me.TabPage8.Controls.Add(Me.ADDED_WHOTextBox1) + Me.TabPage8.Controls.Add(Me.ADMINCheckBox) + Me.TabPage8.Controls.Add(EMAILLabel) + Me.TabPage8.Controls.Add(Me.EMAILTextBox) + Me.TabPage8.Controls.Add(USERNAMELabel) + Me.TabPage8.Controls.Add(Me.USERNAMETextBox) + Me.TabPage8.Controls.Add(NAMELabel1) + Me.TabPage8.Controls.Add(Me.NAMETextBox1) + Me.TabPage8.Controls.Add(PRENAMELabel) + Me.TabPage8.Controls.Add(Me.PRENAMETextBox) + Me.TabPage8.Controls.Add(GUIDLabel1) + Me.TabPage8.Controls.Add(Me.GUIDTextBox) + Me.TabPage8.Location = New System.Drawing.Point(4, 22) + Me.TabPage8.Name = "TabPage8" + Me.TabPage8.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage8.Size = New System.Drawing.Size(882, 200) + Me.TabPage8.TabIndex = 1 + Me.TabPage8.Text = "User - Detail" + Me.TabPage8.UseVisualStyleBackColor = True + ' + 'RIGHT_FILE_DELETECheckBox + ' + Me.RIGHT_FILE_DELETECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_USERBindingSource, "RIGHT_FILE_DELETE", True)) + Me.RIGHT_FILE_DELETECheckBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RIGHT_FILE_DELETECheckBox.Location = New System.Drawing.Point(624, 66) + Me.RIGHT_FILE_DELETECheckBox.Name = "RIGHT_FILE_DELETECheckBox" + Me.RIGHT_FILE_DELETECheckBox.Size = New System.Drawing.Size(136, 24) + Me.RIGHT_FILE_DELETECheckBox.TabIndex = 79 + Me.RIGHT_FILE_DELETECheckBox.Text = "Recht Datei löschen" + Me.RIGHT_FILE_DELETECheckBox.UseVisualStyleBackColor = True + ' + 'lblSaveUser + ' + Me.lblSaveUser.AutoSize = True + Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow + Me.lblSaveUser.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblSaveUser.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSaveUser.Location = New System.Drawing.Point(517, 115) + Me.lblSaveUser.Name = "lblSaveUser" + Me.lblSaveUser.Size = New System.Drawing.Size(143, 14) + Me.lblSaveUser.TabIndex = 78 + Me.lblSaveUser.Text = "Änderungen gespeichert" + Me.lblSaveUser.Visible = False + ' + 'CHANGED_WHENTextBox1 + ' + Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHEN", True)) + Me.CHANGED_WHENTextBox1.Enabled = False + Me.CHANGED_WHENTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(268, 113) + Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" + Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(190, 22) + Me.CHANGED_WHENTextBox1.TabIndex = 18 + ' + 'CHANGED_WHOTextBox1 + ' + Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHO", True)) + Me.CHANGED_WHOTextBox1.Enabled = False + Me.CHANGED_WHOTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(268, 158) + Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" + Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(190, 22) + Me.CHANGED_WHOTextBox1.TabIndex = 16 + ' + 'ADDED_WHENTextBox1 + ' + Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHEN", True)) + Me.ADDED_WHENTextBox1.Enabled = False + Me.ADDED_WHENTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(71, 113) + Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" + Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(188, 22) + Me.ADDED_WHENTextBox1.TabIndex = 14 + ' + 'ADDED_WHOTextBox1 + ' + Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHO", True)) + Me.ADDED_WHOTextBox1.Enabled = False + Me.ADDED_WHOTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(71, 158) + Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" + Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(188, 22) + Me.ADDED_WHOTextBox1.TabIndex = 12 + ' + 'ADMINCheckBox + ' + Me.ADMINCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_USERBindingSource, "ADMIN", True)) + Me.ADMINCheckBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ADMINCheckBox.Location = New System.Drawing.Point(520, 66) + Me.ADMINCheckBox.Name = "ADMINCheckBox" + Me.ADMINCheckBox.Size = New System.Drawing.Size(76, 24) + Me.ADMINCheckBox.TabIndex = 11 + Me.ADMINCheckBox.Text = "Admin?" + Me.ADMINCheckBox.UseVisualStyleBackColor = True + ' + 'EMAILTextBox + ' + Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "EMAIL", True)) + Me.EMAILTextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.EMAILTextBox.Location = New System.Drawing.Point(71, 66) + Me.EMAILTextBox.Name = "EMAILTextBox" + Me.EMAILTextBox.Size = New System.Drawing.Size(443, 22) + Me.EMAILTextBox.TabIndex = 9 + ' + 'USERNAMETextBox + ' + Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "USERNAME", True)) + Me.USERNAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.USERNAMETextBox.Location = New System.Drawing.Point(520, 22) + Me.USERNAMETextBox.Name = "USERNAMETextBox" + Me.USERNAMETextBox.Size = New System.Drawing.Size(240, 22) + Me.USERNAMETextBox.TabIndex = 7 + ' + 'NAMETextBox1 + ' + Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "NAME", True)) + Me.NAMETextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.NAMETextBox1.Location = New System.Drawing.Point(268, 22) + Me.NAMETextBox1.Name = "NAMETextBox1" + Me.NAMETextBox1.Size = New System.Drawing.Size(246, 22) + Me.NAMETextBox1.TabIndex = 5 + ' + 'PRENAMETextBox + ' + Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "PRENAME", True)) + Me.PRENAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.PRENAMETextBox.Location = New System.Drawing.Point(71, 22) + Me.PRENAMETextBox.Name = "PRENAMETextBox" + Me.PRENAMETextBox.Size = New System.Drawing.Size(188, 22) + Me.PRENAMETextBox.TabIndex = 3 + ' + 'GUIDTextBox + ' + Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke + Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "GUID", True)) + Me.GUIDTextBox.Enabled = False + Me.GUIDTextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GUIDTextBox.Location = New System.Drawing.Point(9, 22) + Me.GUIDTextBox.Name = "GUIDTextBox" + Me.GUIDTextBox.Size = New System.Drawing.Size(53, 22) + Me.GUIDTextBox.TabIndex = 1 + ' + 'TBPM_USERBindingNavigator + ' + Me.TBPM_USERBindingNavigator.AddNewItem = Me.ToolStripButton5 + Me.TBPM_USERBindingNavigator.BindingSource = Me.TBPM_USERBindingSource + Me.TBPM_USERBindingNavigator.CountItem = Me.ToolStripLabel3 + Me.TBPM_USERBindingNavigator.CountItemFormat = "von {0} Usern" + Me.TBPM_USERBindingNavigator.DeleteItem = Me.ToolStripButton6 + Me.TBPM_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripSeparator5, Me.ToolStripTextBox2, Me.ToolStripLabel3, Me.ToolStripSeparator6, Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripSeparator7, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripButton11, Me.tsbtnworkUser, ToolStripButton4, Me.ToolStripButton12}) + Me.TBPM_USERBindingNavigator.Location = New System.Drawing.Point(0, 0) + Me.TBPM_USERBindingNavigator.MoveFirstItem = Me.ToolStripButton7 + Me.TBPM_USERBindingNavigator.MoveLastItem = Me.ToolStripButton10 + Me.TBPM_USERBindingNavigator.MoveNextItem = Me.ToolStripButton9 + Me.TBPM_USERBindingNavigator.MovePreviousItem = Me.ToolStripButton8 + Me.TBPM_USERBindingNavigator.Name = "TBPM_USERBindingNavigator" + Me.TBPM_USERBindingNavigator.PositionItem = Me.ToolStripTextBox2 + Me.TBPM_USERBindingNavigator.Size = New System.Drawing.Size(890, 25) + Me.TBPM_USERBindingNavigator.TabIndex = 3 + Me.TBPM_USERBindingNavigator.Text = "BindingNavigator3" + ' + 'ToolStripButton5 + ' + Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image) + Me.ToolStripButton5.Name = "ToolStripButton5" + Me.ToolStripButton5.RightToLeftAutoMirrorImage = True + Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton5.Text = "Neu hinzufügen" + ' + 'ToolStripLabel3 + ' + Me.ToolStripLabel3.Name = "ToolStripLabel3" + Me.ToolStripLabel3.Size = New System.Drawing.Size(80, 22) + Me.ToolStripLabel3.Text = "von {0} Usern" + Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + 'ToolStripButton6 + ' + Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) + Me.ToolStripButton6.Name = "ToolStripButton6" + Me.ToolStripButton6.RightToLeftAutoMirrorImage = True + Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton6.Text = "Löschen" + ' + 'ToolStripButton7 + ' + Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image) + Me.ToolStripButton7.Name = "ToolStripButton7" + Me.ToolStripButton7.RightToLeftAutoMirrorImage = True + Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton7.Text = "Erste verschieben" + ' + 'ToolStripButton8 + ' + Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image) + Me.ToolStripButton8.Name = "ToolStripButton8" + Me.ToolStripButton8.RightToLeftAutoMirrorImage = True + Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton8.Text = "Vorherige verschieben" + ' + 'ToolStripSeparator5 + ' + Me.ToolStripSeparator5.Name = "ToolStripSeparator5" + Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripTextBox2 + ' + Me.ToolStripTextBox2.AccessibleName = "Position" + Me.ToolStripTextBox2.AutoSize = False + Me.ToolStripTextBox2.Name = "ToolStripTextBox2" + Me.ToolStripTextBox2.Size = New System.Drawing.Size(50, 23) + Me.ToolStripTextBox2.Text = "0" + Me.ToolStripTextBox2.ToolTipText = "Aktuelle Position" + ' + 'ToolStripSeparator6 + ' + Me.ToolStripSeparator6.Name = "ToolStripSeparator6" + Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripButton9 + ' + Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton9.Image = CType(resources.GetObject("ToolStripButton9.Image"), System.Drawing.Image) + Me.ToolStripButton9.Name = "ToolStripButton9" + Me.ToolStripButton9.RightToLeftAutoMirrorImage = True + Me.ToolStripButton9.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton9.Text = "Nächste verschieben" + ' + 'ToolStripButton10 + ' + Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton10.Image = CType(resources.GetObject("ToolStripButton10.Image"), System.Drawing.Image) + Me.ToolStripButton10.Name = "ToolStripButton10" + Me.ToolStripButton10.RightToLeftAutoMirrorImage = True + Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton10.Text = "Letzte verschieben" + ' + 'ToolStripSeparator7 + ' + Me.ToolStripSeparator7.Name = "ToolStripSeparator7" + Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripButton11 + ' + Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton11.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save + Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton11.Name = "ToolStripButton11" + Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton11.Text = "Speichern" + ' + 'tsbtnworkUser + ' + Me.tsbtnworkUser.BackColor = System.Drawing.Color.Transparent + Me.tsbtnworkUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user + Me.tsbtnworkUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.tsbtnworkUser.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbtnworkUser.Name = "tsbtnworkUser" + Me.tsbtnworkUser.Size = New System.Drawing.Size(145, 22) + Me.tsbtnworkUser.Text = "User-Daten bearbeiten" + Me.tsbtnworkUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight + ' + 'ToolStripButton12 + ' + Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton12.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG + Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton12.Name = "ToolStripButton12" + Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) + Me.ToolStripButton12.Text = "Refresh" + ' + 'TabPage3 + ' + Me.TabPage3.Controls.Add(Me.Button2) + Me.TabPage3.Controls.Add(VEKTOR_DELIMITERLabel) + Me.TabPage3.Controls.Add(Me.VEKTOR_DELIMITERTextBox) + Me.TabPage3.Controls.Add(Me.btnConnections) + Me.TabPage3.Controls.Add(Me.btnopen_SQLAdmin) + Me.TabPage3.Controls.Add(Me.EMAIL_ACTIVECheckBox) + Me.TabPage3.Controls.Add(Me.grpbxEmail) + Me.TabPage3.Controls.Add(Me.btnlicensemanager_open) + Me.TabPage3.Controls.Add(INTERVALL_CKECK_NO_OF_FILESLabel) + Me.TabPage3.Controls.Add(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown) + Me.TabPage3.Controls.Add(Me.Label3) + Me.TabPage3.Controls.Add(GEAENDERTWANNLabel) + Me.TabPage3.Controls.Add(Me.GEAENDERTWERTextBox) + Me.TabPage3.Controls.Add(GEAENDERTWERLabel) + Me.TabPage3.Controls.Add(Me.GEAENDERTWANNTextBox) + Me.TabPage3.Controls.Add(Me.btnSaveKonfig) + Me.TabPage3.Location = New System.Drawing.Point(4, 25) + Me.TabPage3.Name = "TabPage3" + Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage3.Size = New System.Drawing.Size(1239, 553) + Me.TabPage3.TabIndex = 2 + Me.TabPage3.Text = "Grundeinstellungen" + Me.TabPage3.UseVisualStyleBackColor = True + ' + 'Button2 + ' + Me.Button2.BackColor = System.Drawing.Color.LightGray + Me.Button2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 + Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button2.Location = New System.Drawing.Point(649, 162) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(172, 34) + Me.Button2.TabIndex = 15 + Me.Button2.Text = "File-Tabelle leeren" + Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button2.UseVisualStyleBackColor = False + ' + 'VEKTOR_DELIMITERTextBox + ' + Me.VEKTOR_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "VEKTOR_DELIMITER", True)) + Me.VEKTOR_DELIMITERTextBox.Location = New System.Drawing.Point(182, 61) + Me.VEKTOR_DELIMITERTextBox.Name = "VEKTOR_DELIMITERTextBox" + Me.VEKTOR_DELIMITERTextBox.Size = New System.Drawing.Size(45, 23) + Me.VEKTOR_DELIMITERTextBox.TabIndex = 14 + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'btnConnections + ' + Me.btnConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_refresh + Me.btnConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnConnections.Location = New System.Drawing.Point(649, 64) + Me.btnConnections.Name = "btnConnections" + Me.btnConnections.Size = New System.Drawing.Size(172, 30) + Me.btnConnections.TabIndex = 13 + Me.btnConnections.Text = "Connections Verwaltung" + Me.btnConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnConnections.UseVisualStyleBackColor = True + ' + 'btnopen_SQLAdmin + ' + Me.btnopen_SQLAdmin.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnopen_SQLAdmin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnopen_SQLAdmin.Location = New System.Drawing.Point(649, 104) + Me.btnopen_SQLAdmin.Name = "btnopen_SQLAdmin" + Me.btnopen_SQLAdmin.Size = New System.Drawing.Size(172, 30) + Me.btnopen_SQLAdmin.TabIndex = 12 + Me.btnopen_SQLAdmin.Text = "SQL-Admin" + Me.btnopen_SQLAdmin.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnopen_SQLAdmin.UseVisualStyleBackColor = True + ' + 'EMAIL_ACTIVECheckBox + ' + Me.EMAIL_ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_ACTIVE", True)) + Me.EMAIL_ACTIVECheckBox.Location = New System.Drawing.Point(463, 32) + Me.EMAIL_ACTIVECheckBox.Name = "EMAIL_ACTIVECheckBox" + Me.EMAIL_ACTIVECheckBox.Size = New System.Drawing.Size(162, 24) + Me.EMAIL_ACTIVECheckBox.TabIndex = 11 + Me.EMAIL_ACTIVECheckBox.Text = "Email Meldungen Aktiv" + Me.EMAIL_ACTIVECheckBox.UseVisualStyleBackColor = True + ' + 'grpbxEmail + ' + Me.grpbxEmail.Controls.Add(Me.GroupBox5) + Me.grpbxEmail.Controls.Add(EMAIL_REMINDER_FOOTERLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_REMINDER_FOOTERTextBox) + Me.grpbxEmail.Controls.Add(EMAIL_REMINDER_HEADERLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_REMINDER_HEADERTextBox) + Me.grpbxEmail.Controls.Add(EMAIL_PWLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_PWTextBox) + Me.grpbxEmail.Controls.Add(EMAIL_USERLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_USERTextBox) + Me.grpbxEmail.Controls.Add(EMAIL_SMTPLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_SMTPTextBox) + Me.grpbxEmail.Controls.Add(EMAIL_FROMLabel) + Me.grpbxEmail.Controls.Add(Me.EMAIL_FROMTextBox) + Me.grpbxEmail.Enabled = False + Me.grpbxEmail.Location = New System.Drawing.Point(21, 90) + Me.grpbxEmail.Name = "grpbxEmail" + Me.grpbxEmail.Size = New System.Drawing.Size(622, 324) + Me.grpbxEmail.TabIndex = 1 + Me.grpbxEmail.TabStop = False + Me.grpbxEmail.Text = "E-Mail Konfiguration" + ' + 'GroupBox5 + ' + Me.GroupBox5.Controls.Add(Me.txtemailEmpfaenger) + Me.GroupBox5.Controls.Add(Me.Label8) + Me.GroupBox5.Controls.Add(Me.btnTest_Email) + Me.GroupBox5.ForeColor = System.Drawing.Color.Blue + Me.GroupBox5.Location = New System.Drawing.Point(307, 23) + Me.GroupBox5.Name = "GroupBox5" + Me.GroupBox5.Size = New System.Drawing.Size(303, 87) + Me.GroupBox5.TabIndex = 21 + Me.GroupBox5.TabStop = False + Me.GroupBox5.Text = "Email testen" + ' + 'txtemailEmpfaenger + ' + Me.txtemailEmpfaenger.Location = New System.Drawing.Point(112, 19) + Me.txtemailEmpfaenger.Name = "txtemailEmpfaenger" + Me.txtemailEmpfaenger.Size = New System.Drawing.Size(185, 23) + Me.txtemailEmpfaenger.TabIndex = 22 + ' + 'Label8 + ' + Me.Label8.AutoSize = True + Me.Label8.Location = New System.Drawing.Point(6, 22) + Me.Label8.Name = "Label8" + Me.Label8.Size = New System.Drawing.Size(100, 16) + Me.Label8.TabIndex = 21 + Me.Label8.Text = "Testempfänger:" + ' + 'btnTest_Email + ' + Me.btnTest_Email.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnTest_Email.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go + Me.btnTest_Email.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnTest_Email.Location = New System.Drawing.Point(112, 51) + Me.btnTest_Email.Name = "btnTest_Email" + Me.btnTest_Email.Size = New System.Drawing.Size(185, 30) + Me.btnTest_Email.TabIndex = 20 + Me.btnTest_Email.Text = "Email testen" + Me.btnTest_Email.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnTest_Email.UseVisualStyleBackColor = True + ' + 'EMAIL_REMINDER_FOOTERTextBox + ' + Me.EMAIL_REMINDER_FOOTERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_REMINDER_FOOTER", True)) + Me.EMAIL_REMINDER_FOOTERTextBox.Location = New System.Drawing.Point(10, 258) + Me.EMAIL_REMINDER_FOOTERTextBox.Multiline = True + Me.EMAIL_REMINDER_FOOTERTextBox.Name = "EMAIL_REMINDER_FOOTERTextBox" + Me.EMAIL_REMINDER_FOOTERTextBox.Size = New System.Drawing.Size(600, 60) + Me.EMAIL_REMINDER_FOOTERTextBox.TabIndex = 19 + ' + 'EMAIL_REMINDER_HEADERTextBox + ' + Me.EMAIL_REMINDER_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_REMINDER_HEADER", True)) + Me.EMAIL_REMINDER_HEADERTextBox.Location = New System.Drawing.Point(10, 177) + Me.EMAIL_REMINDER_HEADERTextBox.Multiline = True + Me.EMAIL_REMINDER_HEADERTextBox.Name = "EMAIL_REMINDER_HEADERTextBox" + Me.EMAIL_REMINDER_HEADERTextBox.Size = New System.Drawing.Size(600, 59) + Me.EMAIL_REMINDER_HEADERTextBox.TabIndex = 17 + ' + 'EMAIL_PWTextBox + ' + Me.EMAIL_PWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_PW", True)) + Me.EMAIL_PWTextBox.Location = New System.Drawing.Point(307, 132) + Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox" + Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(146, 23) + Me.EMAIL_PWTextBox.TabIndex = 15 + Me.EMAIL_PWTextBox.UseSystemPasswordChar = True + ' + 'EMAIL_USERTextBox + ' + Me.EMAIL_USERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_USER", True)) + Me.EMAIL_USERTextBox.Location = New System.Drawing.Point(10, 132) + Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox" + Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(288, 23) + Me.EMAIL_USERTextBox.TabIndex = 13 + ' + 'EMAIL_SMTPTextBox + ' + Me.EMAIL_SMTPTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_SMTP", True)) + Me.EMAIL_SMTPTextBox.Location = New System.Drawing.Point(10, 87) + Me.EMAIL_SMTPTextBox.Name = "EMAIL_SMTPTextBox" + Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(288, 23) + Me.EMAIL_SMTPTextBox.TabIndex = 11 + ' + 'EMAIL_FROMTextBox + ' + Me.EMAIL_FROMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_FROM", True)) + Me.EMAIL_FROMTextBox.Location = New System.Drawing.Point(9, 42) + Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox" + Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(289, 23) + Me.EMAIL_FROMTextBox.TabIndex = 9 + ' + 'btnlicensemanager_open + ' + Me.btnlicensemanager_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key + Me.btnlicensemanager_open.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnlicensemanager_open.Location = New System.Drawing.Point(649, 28) + Me.btnlicensemanager_open.Name = "btnlicensemanager_open" + Me.btnlicensemanager_open.Size = New System.Drawing.Size(172, 30) + Me.btnlicensemanager_open.TabIndex = 0 + Me.btnlicensemanager_open.Text = "Lizenzverwaltung" + Me.btnlicensemanager_open.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnlicensemanager_open.UseVisualStyleBackColor = True + ' + 'INTERVALL_CKECK_NO_OF_FILESNumericUpDown + ' + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_KONFIGURATIONBindingSource, "INTERVALL_CKECK_NO_OF_FILES", True)) + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Location = New System.Drawing.Point(20, 33) + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Name = "INTERVALL_CKECK_NO_OF_FILESNumericUpDown" + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Size = New System.Drawing.Size(43, 23) + Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.TabIndex = 2 + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(69, 35) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(53, 16) + Me.Label3.TabIndex = 6 + Me.Label3.Text = "Minuten" + ' + 'GEAENDERTWERTextBox + ' + Me.GEAENDERTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke + Me.GEAENDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWER", True)) + Me.GEAENDERTWERTextBox.Location = New System.Drawing.Point(649, 303) + Me.GEAENDERTWERTextBox.Name = "GEAENDERTWERTextBox" + Me.GEAENDERTWERTextBox.ReadOnly = True + Me.GEAENDERTWERTextBox.Size = New System.Drawing.Size(190, 23) + Me.GEAENDERTWERTextBox.TabIndex = 3 + ' + 'GEAENDERTWANNTextBox + ' + Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke + Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWANN", True)) + Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(649, 348) + Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" + Me.GEAENDERTWANNTextBox.ReadOnly = True + Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(190, 23) + Me.GEAENDERTWANNTextBox.TabIndex = 5 + ' + 'btnSaveKonfig + ' + Me.btnSaveKonfig.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save + Me.btnSaveKonfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSaveKonfig.Location = New System.Drawing.Point(649, 377) + Me.btnSaveKonfig.Name = "btnSaveKonfig" + Me.btnSaveKonfig.Size = New System.Drawing.Size(203, 31) + Me.btnSaveKonfig.TabIndex = 7 + Me.btnSaveKonfig.Text = "Speichern Grundeinstellungen" + Me.btnSaveKonfig.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnSaveKonfig.UseVisualStyleBackColor = True + ' + 'TabPage4 + ' + Me.TabPage4.Controls.Add(Me.TBPM_ERROR_LOGDataGridView) + Me.TabPage4.Controls.Add(Me.TBPM_ERROR_LOGBindingNavigator) + Me.TabPage4.Location = New System.Drawing.Point(4, 25) + Me.TabPage4.Name = "TabPage4" + Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage4.Size = New System.Drawing.Size(1239, 553) + Me.TabPage4.TabIndex = 3 + Me.TabPage4.Text = "Log" + Me.TabPage4.UseVisualStyleBackColor = True + ' + 'TBPM_ERROR_LOGDataGridView + ' + Me.TBPM_ERROR_LOGDataGridView.AllowUserToAddRows = False + DataGridViewCellStyle28.BackColor = System.Drawing.Color.Cyan + Me.TBPM_ERROR_LOGDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle28 + Me.TBPM_ERROR_LOGDataGridView.AutoGenerateColumns = False + Me.TBPM_ERROR_LOGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_ERROR_LOGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn22, Me.DataGridViewTextBoxColumn23, Me.DataGridViewTextBoxColumn24, Me.DataGridViewTextBoxColumn25}) + Me.TBPM_ERROR_LOGDataGridView.DataSource = Me.TBPM_ERROR_LOGBindingSource + Me.TBPM_ERROR_LOGDataGridView.Dock = System.Windows.Forms.DockStyle.Fill + Me.TBPM_ERROR_LOGDataGridView.Location = New System.Drawing.Point(3, 28) + Me.TBPM_ERROR_LOGDataGridView.Name = "TBPM_ERROR_LOGDataGridView" + Me.TBPM_ERROR_LOGDataGridView.ReadOnly = True + Me.TBPM_ERROR_LOGDataGridView.Size = New System.Drawing.Size(1233, 522) + Me.TBPM_ERROR_LOGDataGridView.TabIndex = 1 + ' + 'DataGridViewTextBoxColumn17 + ' + Me.DataGridViewTextBoxColumn17.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn17.HeaderText = "ID" + Me.DataGridViewTextBoxColumn17.Name = "DataGridViewTextBoxColumn17" + Me.DataGridViewTextBoxColumn17.ReadOnly = True + ' + 'DataGridViewTextBoxColumn22 + ' + Me.DataGridViewTextBoxColumn22.DataPropertyName = "PROFIL_ID" + Me.DataGridViewTextBoxColumn22.HeaderText = "Profil-ID" + Me.DataGridViewTextBoxColumn22.Name = "DataGridViewTextBoxColumn22" + Me.DataGridViewTextBoxColumn22.ReadOnly = True + ' + 'DataGridViewTextBoxColumn23 + ' + Me.DataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill + Me.DataGridViewTextBoxColumn23.DataPropertyName = "ERROR_MSG" + Me.DataGridViewTextBoxColumn23.HeaderText = "Error-Message" + Me.DataGridViewTextBoxColumn23.Name = "DataGridViewTextBoxColumn23" + Me.DataGridViewTextBoxColumn23.ReadOnly = True + ' + 'DataGridViewTextBoxColumn24 + ' + Me.DataGridViewTextBoxColumn24.DataPropertyName = "ADDED_WHO" + Me.DataGridViewTextBoxColumn24.HeaderText = "Wer" + Me.DataGridViewTextBoxColumn24.Name = "DataGridViewTextBoxColumn24" + Me.DataGridViewTextBoxColumn24.ReadOnly = True + ' + 'DataGridViewTextBoxColumn25 + ' + Me.DataGridViewTextBoxColumn25.DataPropertyName = "ADDED_WHEN" + Me.DataGridViewTextBoxColumn25.HeaderText = "Wann" + Me.DataGridViewTextBoxColumn25.Name = "DataGridViewTextBoxColumn25" + Me.DataGridViewTextBoxColumn25.ReadOnly = True + ' + 'TBPM_ERROR_LOGBindingSource + ' + Me.TBPM_ERROR_LOGBindingSource.DataMember = "TBPM_ERROR_LOG" + Me.TBPM_ERROR_LOGBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_ERROR_LOGBindingNavigator + ' + Me.TBPM_ERROR_LOGBindingNavigator.AddNewItem = Nothing + Me.TBPM_ERROR_LOGBindingNavigator.BindingSource = Me.TBPM_ERROR_LOGBindingSource + Me.TBPM_ERROR_LOGBindingNavigator.CountItem = Me.BindingNavigatorCountItem3 + Me.TBPM_ERROR_LOGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem1 + Me.TBPM_ERROR_LOGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem3, Me.BindingNavigatorMovePreviousItem3, Me.BindingNavigatorSeparator9, Me.BindingNavigatorPositionItem3, Me.BindingNavigatorCountItem3, Me.BindingNavigatorSeparator10, Me.BindingNavigatorMoveNextItem3, Me.BindingNavigatorMoveLastItem3, Me.BindingNavigatorSeparator11, Me.BindingNavigatorDeleteItem1}) + Me.TBPM_ERROR_LOGBindingNavigator.Location = New System.Drawing.Point(3, 3) + Me.TBPM_ERROR_LOGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem3 + Me.TBPM_ERROR_LOGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem3 + Me.TBPM_ERROR_LOGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem3 + Me.TBPM_ERROR_LOGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem3 + Me.TBPM_ERROR_LOGBindingNavigator.Name = "TBPM_ERROR_LOGBindingNavigator" + Me.TBPM_ERROR_LOGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem3 + Me.TBPM_ERROR_LOGBindingNavigator.Size = New System.Drawing.Size(1233, 25) + Me.TBPM_ERROR_LOGBindingNavigator.TabIndex = 0 + Me.TBPM_ERROR_LOGBindingNavigator.Text = "BindingNavigator1" + ' + 'BindingNavigatorCountItem3 + ' + Me.BindingNavigatorCountItem3.Name = "BindingNavigatorCountItem3" + Me.BindingNavigatorCountItem3.Size = New System.Drawing.Size(44, 22) + Me.BindingNavigatorCountItem3.Text = "von {0}" + Me.BindingNavigatorCountItem3.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + 'BindingNavigatorDeleteItem1 + ' + Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image) + Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1" + Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(157, 22) + Me.BindingNavigatorDeleteItem1.Text = "Alle Logeinträge löschen" + ' + 'BindingNavigatorMoveFirstItem3 + ' + Me.BindingNavigatorMoveFirstItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveFirstItem3.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem3.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveFirstItem3.Name = "BindingNavigatorMoveFirstItem3" + Me.BindingNavigatorMoveFirstItem3.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveFirstItem3.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveFirstItem3.Text = "Erste verschieben" + ' + 'BindingNavigatorMovePreviousItem3 + ' + Me.BindingNavigatorMovePreviousItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMovePreviousItem3.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem3.Image"), System.Drawing.Image) + Me.BindingNavigatorMovePreviousItem3.Name = "BindingNavigatorMovePreviousItem3" + Me.BindingNavigatorMovePreviousItem3.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMovePreviousItem3.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMovePreviousItem3.Text = "Vorherige verschieben" + ' + 'BindingNavigatorSeparator9 + ' + Me.BindingNavigatorSeparator9.Name = "BindingNavigatorSeparator9" + Me.BindingNavigatorSeparator9.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorPositionItem3 + ' + Me.BindingNavigatorPositionItem3.AccessibleName = "Position" + Me.BindingNavigatorPositionItem3.AutoSize = False + Me.BindingNavigatorPositionItem3.Name = "BindingNavigatorPositionItem3" + Me.BindingNavigatorPositionItem3.Size = New System.Drawing.Size(50, 23) + Me.BindingNavigatorPositionItem3.Text = "0" + Me.BindingNavigatorPositionItem3.ToolTipText = "Aktuelle Position" + ' + 'BindingNavigatorSeparator10 + ' + Me.BindingNavigatorSeparator10.Name = "BindingNavigatorSeparator10" + Me.BindingNavigatorSeparator10.Size = New System.Drawing.Size(6, 25) + ' + 'BindingNavigatorMoveNextItem3 + ' + Me.BindingNavigatorMoveNextItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveNextItem3.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem3.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveNextItem3.Name = "BindingNavigatorMoveNextItem3" + Me.BindingNavigatorMoveNextItem3.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveNextItem3.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveNextItem3.Text = "Nächste verschieben" + ' + 'BindingNavigatorMoveLastItem3 + ' + Me.BindingNavigatorMoveLastItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveLastItem3.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem3.Image"), System.Drawing.Image) + Me.BindingNavigatorMoveLastItem3.Name = "BindingNavigatorMoveLastItem3" + Me.BindingNavigatorMoveLastItem3.RightToLeftAutoMirrorImage = True + Me.BindingNavigatorMoveLastItem3.Size = New System.Drawing.Size(23, 22) + Me.BindingNavigatorMoveLastItem3.Text = "Letzte verschieben" + ' + 'BindingNavigatorSeparator11 + ' + Me.BindingNavigatorSeparator11.Name = "BindingNavigatorSeparator11" + Me.BindingNavigatorSeparator11.Size = New System.Drawing.Size(6, 25) + ' + 'TBPM_PROFILE_CONTROLSBindingSource + ' + Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS" + Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrpinfo}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 586) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(1258, 22) + Me.StatusStrip1.TabIndex = 2 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tstrpinfo + ' + Me.tstrpinfo.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.A_1 + Me.tstrpinfo.Name = "tstrpinfo" + Me.tstrpinfo.Size = New System.Drawing.Size(16, 17) + Me.tstrpinfo.Visible = False + ' + 'TBPROFILE_USERTableAdapter + ' + Me.TBPROFILE_USERTableAdapter.ClearBeforeFill = True + ' + 'TBPM_USERTableAdapter + ' + Me.TBPM_USERTableAdapter.ClearBeforeFill = True + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'pnlMain + ' + Me.pnlMain.Controls.Add(Me.TabControl1) + Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlMain.Location = New System.Drawing.Point(0, 0) + Me.pnlMain.Name = "pnlMain" + Me.pnlMain.Size = New System.Drawing.Size(1258, 586) + Me.pnlMain.TabIndex = 4 + ' + 'TBPM_ERROR_LOGTableAdapter + ' + Me.TBPM_ERROR_LOGTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_FINAL_INDEXINGTableAdapter + ' + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_CONTROLSTableAdapter + ' + Me.TBPM_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_FILESBindingSource + ' + Me.TBPM_PROFILE_FILESBindingSource.DataMember = "TBPM_PROFILE_FILES" + Me.TBPM_PROFILE_FILESBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_FILESTableAdapter + ' + Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True + ' + 'TBPM_CONNECTIONTableAdapter + ' + Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + ' + 'frmProfileDesigner + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(1258, 608) + Me.Controls.Add(Me.pnlMain) + Me.Controls.Add(Me.StatusStrip1) + Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmProfileDesigner" + Me.Text = "Profil-Verwaltung" + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_PROFILEBindingNavigator.ResumeLayout(False) + Me.TBPM_PROFILEBindingNavigator.PerformLayout() + Me.GroupBox4.ResumeLayout(False) + Me.GroupBox4.PerformLayout() + Me.GroupBox2.ResumeLayout(False) + Me.GroupBox2.PerformLayout() + CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.GroupBox3.ResumeLayout(False) + Me.GroupBox3.PerformLayout() + CType(Me.PRIORITYNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabControl1.ResumeLayout(False) + Me.TabPage1.ResumeLayout(False) + Me.TabPage1.PerformLayout() + Me.tabctrl_Profilkonfig.ResumeLayout(False) + Me.TabPage5.ResumeLayout(False) + Me.TabPage5.PerformLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage6.ResumeLayout(False) + Me.TabPage6.PerformLayout() + Me.TabControlFinalIndices.ResumeLayout(False) + Me.TabPage9.ResumeLayout(False) + Me.TabPage9.PerformLayout() + Me.grbxSystemStamps.ResumeLayout(False) + Me.TabPage10.ResumeLayout(False) + Me.TabPage10.PerformLayout() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.ResumeLayout(False) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PerformLayout() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage2.ResumeLayout(False) + Me.SplitContainerProfilzuordnung.Panel1.ResumeLayout(False) + Me.SplitContainerProfilzuordnung.Panel1.PerformLayout() + Me.SplitContainerProfilzuordnung.Panel2.ResumeLayout(False) + CType(Me.SplitContainerProfilzuordnung, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainerProfilzuordnung.ResumeLayout(False) + CType(Me.TBPM_PROFILE_ZuordnungDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_ZuordnungBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_PROFILE_ZuordnungBindingNavigator.ResumeLayout(False) + Me.TBPM_PROFILE_ZuordnungBindingNavigator.PerformLayout() + Me.SplitContainer_Profilzuordnung2.Panel1.ResumeLayout(False) + Me.SplitContainer_Profilzuordnung2.Panel1.PerformLayout() + Me.SplitContainer_Profilzuordnung2.Panel2.ResumeLayout(False) + Me.SplitContainer_Profilzuordnung2.Panel2.PerformLayout() + CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer_Profilzuordnung2.ResumeLayout(False) + CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPROFILE_USERBindingNavigator.ResumeLayout(False) + Me.TBPROFILE_USERBindingNavigator.PerformLayout() + Me.TabControlUser.ResumeLayout(False) + Me.TabPage7.ResumeLayout(False) + CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage8.ResumeLayout(False) + Me.TabPage8.PerformLayout() + CType(Me.TBPM_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_USERBindingNavigator.ResumeLayout(False) + Me.TBPM_USERBindingNavigator.PerformLayout() + Me.TabPage3.ResumeLayout(False) + Me.TabPage3.PerformLayout() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.grpbxEmail.ResumeLayout(False) + Me.grpbxEmail.PerformLayout() + Me.GroupBox5.ResumeLayout(False) + Me.GroupBox5.PerformLayout() + CType(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage4.ResumeLayout(False) + Me.TabPage4.PerformLayout() + CType(Me.TBPM_ERROR_LOGDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_ERROR_LOGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_ERROR_LOGBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPM_ERROR_LOGBindingNavigator.ResumeLayout(False) + Me.TBPM_ERROR_LOGBindingNavigator.PerformLayout() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + Me.pnlMain.ResumeLayout(False) + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents TBPM_PROFILEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter + 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 BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel + 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 VWPM_PROFILE_USERBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton + Friend WithEvents cmbProfiles As System.Windows.Forms.ToolStripSplitButton + Friend WithEvents TBPM_PROFILEBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents btnWDSuche As System.Windows.Forms.Button + Friend WithEvents TITLETextBox As System.Windows.Forms.TextBox + Friend WithEvents PROFILGUIDTextBox As System.Windows.Forms.TextBox + Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox + Friend WithEvents WD_SEARCHTextBox As System.Windows.Forms.TextBox + Friend WithEvents ACTIVECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents FINAL_PROFILECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox + Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox + Friend WithEvents FINAL_TEXTTextBox As System.Windows.Forms.TextBox + Friend WithEvents dlgWindreamsuche As System.Windows.Forms.OpenFileDialog + Friend WithEvents btnopenSuche As System.Windows.Forms.Button + Friend WithEvents tstrpbtn_add As System.Windows.Forms.ToolStripButton + Friend WithEvents PRIORITYNumericUpDown As System.Windows.Forms.NumericUpDown + Friend WithEvents tstrlblSave As System.Windows.Forms.ToolStripLabel + Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents tsbtnDesigner_open As System.Windows.Forms.ToolStripButton + Friend WithEvents TBPM_TYPEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_TYPETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_TYPETableAdapter + Friend WithEvents cmbType As System.Windows.Forms.ComboBox + Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox + Friend WithEvents btnmovetoFolderDialog As System.Windows.Forms.Button + Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog + Friend WithEvents MOVE2FOLDERTextBox As System.Windows.Forms.TextBox + Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox + Friend WithEvents cmbObjekttypen As System.Windows.Forms.ComboBox + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents TabControl1 As System.Windows.Forms.TabControl + Friend WithEvents TabPage1 As System.Windows.Forms.TabPage + Friend WithEvents TabPage2 As System.Windows.Forms.TabPage + Friend WithEvents SplitContainerProfilzuordnung As System.Windows.Forms.SplitContainer + Friend WithEvents TBPM_PROFILE_ZuordnungDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents TBPM_PROFILE_ZuordnungBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem1 As System.Windows.Forms.ToolStripLabel + Friend WithEvents BindingNavigatorMoveFirstItem1 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMovePreviousItem1 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator3 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorPositionItem1 As System.Windows.Forms.ToolStripTextBox + Friend WithEvents BindingNavigatorSeparator4 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorMoveNextItem1 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveLastItem1 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator5 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents SplitContainer_Profilzuordnung2 As System.Windows.Forms.SplitContainer + Friend WithEvents TBPROFILE_USERBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem2 As System.Windows.Forms.ToolStripLabel + Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveFirstItem2 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMovePreviousItem2 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator6 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorPositionItem2 As System.Windows.Forms.ToolStripTextBox + Friend WithEvents BindingNavigatorSeparator7 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorMoveNextItem2 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveLastItem2 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator8 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents TBPROFILE_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPROFILE_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter + Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents TBPROFILE_USERDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel + Friend WithEvents TBPM_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter + Friend WithEvents TBPM_USERDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents TBPM_USERBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripLabel3 As System.Windows.Forms.ToolStripLabel + Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripButton7 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripButton8 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripTextBox2 As System.Windows.Forms.ToolStripTextBox + Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripButton9 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripButton10 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator7 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripButton11 As System.Windows.Forms.ToolStripButton + Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn9 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents ToolStripSeparator8 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents TabPage3 As System.Windows.Forms.TabPage + Friend WithEvents btnlicensemanager_open As System.Windows.Forms.Button + Friend WithEvents grpbxEmail As System.Windows.Forms.GroupBox + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents INTERVALL_CKECK_NO_OF_FILESNumericUpDown As System.Windows.Forms.NumericUpDown + Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox + Friend WithEvents GEAENDERTWERTextBox As System.Windows.Forms.TextBox + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents tstrpinfo As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents btnSaveKonfig As System.Windows.Forms.Button + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents pnlMain As System.Windows.Forms.Panel + Friend WithEvents SORT_BY_LATESTCheckBox As System.Windows.Forms.CheckBox + Friend WithEvents tsbtnworkUser As System.Windows.Forms.ToolStripButton + Friend WithEvents TabPage4 As System.Windows.Forms.TabPage + Friend WithEvents TBPM_ERROR_LOGBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem3 As System.Windows.Forms.ToolStripLabel + Friend WithEvents BindingNavigatorDeleteItem1 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveFirstItem3 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMovePreviousItem3 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator9 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorPositionItem3 As System.Windows.Forms.ToolStripTextBox + Friend WithEvents BindingNavigatorSeparator10 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorMoveNextItem3 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveLastItem3 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator11 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents TBPM_ERROR_LOGBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_ERROR_LOGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter + Friend WithEvents TBPM_ERROR_LOGDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents tabctrl_Profilkonfig As System.Windows.Forms.TabControl + Friend WithEvents TabPage5 As System.Windows.Forms.TabPage + Friend WithEvents TabPage6 As System.Windows.Forms.TabPage + Friend WithEvents Label6 As System.Windows.Forms.Label + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGDataGridView As System.Windows.Forms.DataGridView + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem4 As System.Windows.Forms.ToolStripLabel + Friend WithEvents BindingNavigatorMoveFirstItem4 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMovePreviousItem4 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator12 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorPositionItem4 As System.Windows.Forms.ToolStripTextBox + Friend WithEvents BindingNavigatorSeparator13 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorMoveNextItem4 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveLastItem4 As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator14 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents lblIndexPMVektor As System.Windows.Forms.Label + Friend WithEvents cmbIndexe As System.Windows.Forms.ComboBox + Friend WithEvents chkbxfinalIndex As System.Windows.Forms.CheckBox + Friend WithEvents txtindexwert_final As System.Windows.Forms.TextBox + Friend WithEvents lblIndex As System.Windows.Forms.Label + Friend WithEvents btnInsert_FinalIndex As System.Windows.Forms.Button + Friend WithEvents GUID As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn26 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn27 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn28 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn29 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents tsbtnProfilkopieren As System.Windows.Forms.ToolStripButton + Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter + Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents tsbtndeleteProfil As System.Windows.Forms.ToolStripButton + Friend WithEvents EMAIL_REMINDER_FOOTERTextBox As System.Windows.Forms.TextBox + Friend WithEvents EMAIL_REMINDER_HEADERTextBox As System.Windows.Forms.TextBox + Friend WithEvents EMAIL_PWTextBox As System.Windows.Forms.TextBox + Friend WithEvents EMAIL_USERTextBox As System.Windows.Forms.TextBox + Friend WithEvents EMAIL_SMTPTextBox As System.Windows.Forms.TextBox + Friend WithEvents EMAIL_FROMTextBox As System.Windows.Forms.TextBox + Friend WithEvents btnTest_Email As System.Windows.Forms.Button + Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox + Friend WithEvents txtemailEmpfaenger As System.Windows.Forms.TextBox + Friend WithEvents Label8 As System.Windows.Forms.Label + Friend WithEvents EMAIL_ACTIVECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents grbxSystemStamps As System.Windows.Forms.GroupBox + Friend WithEvents btnStampUser As System.Windows.Forms.Button + Friend WithEvents btnStampDate As System.Windows.Forms.Button + Friend WithEvents Label11 As System.Windows.Forms.Label + Friend WithEvents Label10 As System.Windows.Forms.Label + Friend WithEvents Label9 As System.Windows.Forms.Label + Friend WithEvents PM_VEKTOR_INDEXComboBox As System.Windows.Forms.ComboBox + Friend WithEvents CheckBoxPMVEKTOR As System.Windows.Forms.CheckBox + Friend WithEvents txtBezeichner As System.Windows.Forms.TextBox + Friend WithEvents btnopen_SQLAdmin As System.Windows.Forms.Button + Friend WithEvents btnRefreshProfiles As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripButton3 As System.Windows.Forms.ToolStripButton + Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter + Friend WithEvents btnConnections As System.Windows.Forms.Button + Friend WithEvents cmbLOGIndex As System.Windows.Forms.ComboBox + Friend WithEvents VEKTOR_DELIMITERTextBox As System.Windows.Forms.TextBox + Friend WithEvents DataGridViewTextBoxColumn17 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn22 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn23 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn24 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn25 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents ToolStripButton12 As System.Windows.Forms.ToolStripButton + Friend WithEvents Button2 As System.Windows.Forms.Button + Friend WithEvents Label13 As System.Windows.Forms.Label + Friend WithEvents lblSaveFinalIndex As System.Windows.Forms.Label + Friend WithEvents Button3 As System.Windows.Forms.Button + Friend WithEvents TabControlUser As System.Windows.Forms.TabControl + Friend WithEvents TabPage7 As System.Windows.Forms.TabPage + Friend WithEvents TabPage8 As System.Windows.Forms.TabPage + Friend WithEvents CHANGED_WHENTextBox1 As System.Windows.Forms.TextBox + Friend WithEvents CHANGED_WHOTextBox1 As System.Windows.Forms.TextBox + Friend WithEvents ADDED_WHENTextBox1 As System.Windows.Forms.TextBox + Friend WithEvents ADDED_WHOTextBox1 As System.Windows.Forms.TextBox + Friend WithEvents ADMINCheckBox As System.Windows.Forms.CheckBox + Friend WithEvents EMAILTextBox As System.Windows.Forms.TextBox + Friend WithEvents USERNAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents NAMETextBox1 As System.Windows.Forms.TextBox + Friend WithEvents PRENAMETextBox As System.Windows.Forms.TextBox + Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox + Friend WithEvents lblSaveUser As System.Windows.Forms.Label + Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn10 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn11 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn12 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn13 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewCheckBoxColumn2 As System.Windows.Forms.DataGridViewCheckBoxColumn + Friend WithEvents DataGridViewTextBoxColumn18 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn19 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn20 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn21 As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents RIGHT_FILE_DELETECheckBox As System.Windows.Forms.CheckBox + Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents colTITLE As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents TabControlFinalIndices As System.Windows.Forms.TabControl + Friend WithEvents TabPage9 As System.Windows.Forms.TabPage + Friend WithEvents TabPage10 As System.Windows.Forms.TabPage + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents Label14 As System.Windows.Forms.Label + Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox + Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter + Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox + Friend WithEvents btnSaveSQLCommand As System.Windows.Forms.Button + Friend WithEvents Label15 As System.Windows.Forms.Label + Friend WithEvents cmbIndexe2 As System.Windows.Forms.ComboBox + Friend WithEvents btnShowConnections As System.Windows.Forms.Button + Friend WithEvents btnEditor As System.Windows.Forms.Button + Friend WithEvents Button1 As System.Windows.Forms.Button +End Class diff --git a/DD_PM_WINDREAM/frmProfileDesigner.resx b/DD_PM_WINDREAM/frmProfileDesigner.resx new file mode 100644 index 0000000..2a8bc41 --- /dev/null +++ b/DD_PM_WINDREAM/frmProfileDesigner.resx @@ -0,0 +1,762 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + 17, 17 + + + 179, 17 + + + 581, 17 + + + 793, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAi9JREFUOE+tkt1L01EYx3//QvfdBF10W1NjOBerwa9cQ1k2DCvCXn6RZmm6TBMV + K9Oo+QbZCpdOWq0m4aQiX8AUKRFlKlmauaIlDjXFJoLB1/Oc/fK4ii6iB56bw/l8znlepP8Sz5+FQelr + XUKLdxEP3fNoagzhrmMadbVfYL8VwPXySZSWjKOw4C3yckdw/pwfKi5JBHZ1ArU1K/hbLK+swpTahUOp + T3mquCR5nyxwQWXFN/Xq70FwaH4ZuywvoNEosB70CIH7wRwXlJZ8Va9Hx0/4Y3ABMWYfCi5N4YClWQic + DTNccNH2QUVEbISHJ0LYJnuRkz2G5CSnENTfDnJB1tkRFYvEr3CfP4jNBjcUZQBms0MIaqo/c4FyakBF + /wx39n/CpvhGHD7yComJdUJwo3IKHe1gowSOHX8D69Fe3m1qGNVM36aXI3A3UqwvIct2IbhSNoE2H9gO + AM2uH2zu31F+bZY3lRpGNWdm+Nfh/cmtMBorhOBy4Rg8j4D7zlW2OGGY0rKj0pJuQ9qZogicxOB9HhgM + ZUJgyxtlMFBdFeYvE0TnMToZg+9nMDo5CyX3KvaYWjis2+2CXl8kBLSWjjtY/zYJCD6dfxPvAnMITC/i + QrEdsQYXg5sQm3APuvh8IcjMGGJ1L3F4q9GDLTtkPG7rga+9Dx3d/eh9PYi9Zis0+gbEMXi7th5abU60 + 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + 352, 17 + + + 1156, 17 + + + 1156, 17 + + + 999, 17 + + + 1350, 17 + + + 17, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w + Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== + + + + 17, 134 + + + 17, 134 + + + 257, 173 + + + 632, 58 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 844, 58 + + + True + + + 400, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + 934, 56 + + + 695, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + 188, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ + Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ + /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA + zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ + IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E + rkJggg== + + + + 1374, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + 207, 95 + + + 207, 95 + + + 998, 95 + + + 844, 58 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + 632, 134 + + + 727, 95 + + + 1157, 56 + + + 17, 95 + + + 470, 95 + + + 1232, 95 + + + 327, 134 + + + 911, 134 + + + 1184, 134 + + + 17, 173 + + + 502, 173 + + + 129 + + + + AAABAAQAEBAQAAEABAAoAQAARgAAABAQAAABAAgAaAUAAG4BAAAgIBAAAQAEAOgCAADWBgAAICAAAAEA + CACoCAAAvgkAACgAAAAQAAAAIAAAAAEABAAAAAAAwAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA + AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAMAAAAA + AAAAA7u7u7u7sAADsAAAAACwAAOwc7uzcLAAA7AwOzAwsAADsLMDA7CwAAMwuzA7sLAAcAADAwOwsAcB + EQA7MDCwcTPzEAuzcLATMfExAAAAsCP///EDu7uwIzHxMQMzMzNys/MQcAAAAAcjMQcAAAAAAHIgcAAA + AADgAP//4AD//+AA///gAP//4AD//+AA///gAP//wAD//4AA//8AAP//AAD//wAA//8AAP//AH///4D/ + ///B////KAAAABAAAAAgAAAAAQAIAAAAAABAAQAAAAAAAAAAAAAAAQAAAAAAAGJfXgAFCwgAATQyAACA + gAAAMzMAZpmZAMz//wAFBgYAULfNAADM/wABZXwAWW5zAN3h4gAgiaUAChgcAODj5ACGk5gAfYOMAP// + /wBRUVEAQ0NDAAQEBAAAAAAAEhISAwQEBAQEBAQEBAQEBBISEgMJCQkJCQkJCQkJCQQSEhIDCQQEBAQE + BAQEBAkEEhISAwkEBgUGBgYFBgQJBBISEgMJBAUWEwYTFgUECQQSEhIDCQQGExYTFhMGBAkEEhISAwME + BgYTFhMGBgQJBBIPEA4HDhQTFhMWEwYECQQPCxUEBAQHFBMGExYFBAkEEBUEBAYEAgEUBgYFBgQJBAAE + BAQGBAQEDgQEBAQECQQBDQYGBgYGBAcDCQkJCQkECwoKCgYEBAQOAwMDAwMDAxENCAoGBAIHEBISEhIS + EhIPCw0KBAQVCw8SEhISEhISEgwRCxUOEA8SEhISEhISEgAAAABeAY4BBAAAAAAAAADI+gMAMMBGACoA + AAD0////AwAAANj5AwCHLud3RwYBULgFFgAAABYAAAAAAAAAAAAxBAoDKyXtd8Bn73f0+QMAokv2dwAA + FgC4BRYAfEz2d0gFFgADCgMAwAUWABgAAAAc+gMAlPoDAEkBAACU+gMAOZH2dwAAFgAAAAAAwAUWAJd0 + 6HfABRYABAAAANT6AwAwwEYAIAA4AAIAAAC0AAAAugAAAJdb53fwwUUAAAAAACEAAAAAAJwAAQAAAAAA + AADgBRYAOPoDAAMVeHcc+wMAlP74d9i0+Xf/////fPoDAPGF+HcAAJwAIQAAACEAAAAAAgAAAAAAACz7 + AwD9aPd3CQQAAABgnABgYJwAIQAAAAACAAAAAAAAoAcAADDARgBs+wMAAAAAACEAAAAAAJwAAQAAAAMA + AADk+gMAsPoDAAD6AwA0+wMAlP74d9i0+Xf/////9PoDAPGF+HcAAJwAIQAAAAAAnAAAAAAARPsDADVj + 93cAAJwAAQAAAAIAAAAY+wMAIQAAAAACAAAAAAAAoAcAAIz7AwCU/vh3AGCcAP////8M+wMAiWT3d5T7 + AwCU/vh3YLL5d/////9c+wMA+WL3dwAAnACAYJwAhPsDAAAAAACk+wMAD0PxdwAAnACAYJwAhPsDAAAA + AAAhAAAAAAIAAAAAAAAAAAAASGWcAMDrBwAAAAUAAAAAANoBAABIsPN3yPsDAC4x53fU+wMAokv2dwAA + BQDA6wcAfEz2d0gFBQDtAAAAAAIAAPjr/X/I6wcAhaPnd6oAAAAuo+d3wJ9CAAAAAAARAQAA1PsDANj7 + AwCw/wMAsP8DAEiw83d4zfN3/////xkEAACsYEAAAAAAACgBAQCp6EAAwJ9CAAMAAAAWFhYDBAQEBAQE + BAQEBAQEFhYWAwkJCQkJCQkJCQkJBBYWFgMJBAQEBAQEBAQECQQWFhYDCQQGBQYGBgUGBAkEFhYWAwkE + BRYTBhMWBQQJBBYWFgMJBAYTFhMWEwYECQQWFhYDAwQGBhMWEwYGBAkEFg8QDgcOFBMWExYTBgQJBA8L + FQQEBAcUEwYTFgUECQQQFQQEBgQCARQGBgUGBAkEAAQEBAYEBAQOBAQEBAQJBAENBgYGBgYEBwMJCQkJ + CQQLCgoKBgQEBA4DAwMDAwMDEQ0ICgYEAgcQFhYWFhYWFg8LDQoEBBULDxYWFhYWFhYWDBELFQ4QDxYW + FhYWFhYW4AD//+AA///gAP//4AD//+AA///gAP//4AD//4AA//8AAP//AAD//wAA//8AAP//AAD//wB/ + //8Af///gP///ygAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA + AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAIiIiI + iIiIiIiIiIgAAAAAMAAAAAAAAAAAAAAIAAAAADu7u7u7u7u7u7u7CAAAAAA7u7u7u7u7u7u7uwgAAAAA + O7AAAAAAAAAAALsIAAAAADuwAAAAAAAAAAC7CAAAAAA7sAu7u7u7u7sAuwgAAAAAO7ALCLu7u7gLALsI + AAAAADuwCwCLu7uACwC7CAAAAAA7sAuwCLu4ALsAuwgAAAAAO7ALuwCLgAu7ALsIAAAAADuwC7uwAAC7 + uwC7CAAAAAA7sAu7uwALu7sAuwgAAAAAO7ALu7AAALu7ALsIAAAAADuwC7sAi4ALuwC7CAAAAAA7MAMw + CLu4ALsAuwgAAAAAMwAAAIu7u4ALALsIAAAACAAAAAAzu7u4CwC7CAAAAIREA0QAAzu7u7sAuwgAAAhD + MwczQAAAAAAAALsIAAB0MzMPMzQAAAAAAAC7CAAAgzMzDzMzQAO7u7u7uwgAADMzMw8zMzQDu7u7u7sI + AAAzB/////80A7u7u7u7CAAAMwAADwAANAO7u7u7uwgAADMzMw8zMzQDu7u7u7sIAACDu7sPMzM0AzMz + MzMzMAAAc397DzMzMAAAAAAAAAAAAAg7+wAzMxCAAAAAAAAAAAAAg7czMzMIAAAAAAAAAAAAAAgzMzMA + gAAAAAAAAAAAAAAAeDMwhwAAAAAAAAAAAAD4AAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA + AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD+AAAA/AAAAPgAAADwAAAA8AAAAPAAAADwAA + AA8AAAAPAAAADwAAAB8AAf//gAH//8AD///gB///8A///ygAAAAgAAAAQAAAAAEACAAAAAAAgAQAAAAA + AAAAAAAAAAEAAAAAAACysLcAcml5AIdWbQD9+vsAvJegANqhpwDGnKEA9eTlAAAGAwAAFAsABRMNACE0 + MAAEGhYAIi0sAAAfHgAEGRgAADMzAAAHBwAAAwMAAjQ0AAU1NQALNzcAFzs7ABAmJgBx//4ABAkJAHn/ + /gAePj4Af//+AIz//wAVICAAqf//AAgMDAAzRkYAvv//ADdHRwAHCQkAKzc3AA8TEwDM//8AtePjALLf + 3wCu2toAzP7+AMv9/QDJ+voAxfX1AMPz8wDB8fEAwO/vAL3s7AC66OgAYXl5AC04OADH9/cAxPPzAL7r + 6wC0398ALjk5ALvn5wAiKioAp83NAK/W1gCt09MAqs/PAKfLywAKDAwAj6ioAImhoQAoLy8ANT4+AC83 + NwAGBwcAfpGRAGJxcQA5PT0ARUlJAPL//wD6//8AnZ+fAA4oKQAgPD0AqPz/AJv7/wAEDg8AAC82ABrh + /wBq7P8AACAlAA/a/wAS3v8AW+n/AADV/QAAxO0AGNr/ACTb/wCC6/8AExgZAADM/wAAy/kAAKjQAAAI + CgABy/4AAsn6AAPH9wAFxfUABcTzAAfS/wAL0P8AC7zoABCz3AAUrdMAF6rPAB6evQAoj6gAQNn/ADCE + mQAZQUsAM36QAA4iJwDv/P8AAML2AACw4gAAkboAAH2gAAXL/wAGyv8AAKbbAACm1wAAo9MAAIu5AACO + uAAAaowAAGmLAAARFgABmcsABpTDAAzG/wARISYA5vn/AACj3AAAmcwAAIi4AAB8qgAAd6AAAGqQAABa + ewAAU3EAAE9qAABOaQAAGCEAAAsPAAAGCAAAAwQAApfJAAuPvAATiK8AHn6eACduhwAlSFQAAI7FAAB+ + rwAAfKwAAF6CAABcgAAAT20AAEppAABHYgAALT8AACk6AAAPFQAefqYAMKHPAABrnQAAbJsAAGeTAABP + cwAARGIAADJJAAAwRQAAKj0AACY3AAAcKQAACxAAAAcKAAKHwwAAQmMAADlVAAAtRAAAK0EAACU4AAAb + KAAABAYAFztNAEd1jQAIDA4AmZ2fAHl7fAD8/v8AAFqKAABKcQAAKUAAABMdAJWwvwCGmKIAADVVAExb + ZADm6+4AACA2AA0xSQAWRmUAHEZiAEJecAAXPlsAdpy4AOLm6QAAEyIAAAkQADtrkwAACBQAbHeHAJCZ + qgAFDR8ApKWuAAgICgD7+/wA6enqAJ+foAD///8A/Pz8APHx8QCZmZkALy8vACgoKAAeHh4AFhYWABQU + FAAQEBAACQkJAAUFBQADAwMAAAAAAOTk5OTk5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fk5OTkjRAQEBAQ + EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5/Hx8fHx8fHxjRAQEBAQ + EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHx8fGNYmJiYmJiYmJiYmJiYmJiYmJiYmJiEOfx8fHx8fHx8Y1i + YmJiYmJiYmJiYmJiYmJiYmJiYmIQ5/Hx8fHx8fHxjWJi8fHx8fHx8fHx8fHx8fHx8fFiYhDn8fHx8fHx + 8fGNYmLxEBAQEBAQEBAQEBAQEBAQ8WJiEOfx8fHx8fHx8Y1iYvEQJycnJycnJycnJycnJxDxYmIQ5/Hx + 8fHx8fHxjWJi8RAnNDwyJycnJycyPCYnEPFiYhDn8fHx8fHx8fGNYmLxECc18TwyJycnMjzxNScQ8WJi + EOfx8fHx8fHx8Y1iYvEQJzA18TwyJzI88TUwJxDxYmIQ5/Hx8fHx8fHxjWJi8RAnJzA18TwqPPE1MCcn + EPFiYhDn8fHx8fHx8fGNYmLxECcnJzA18UjxNTAnJycQ8WJiEOfx8fHx8fHx8Y1iYvEQKysrKykk8SQp + JycnJxDxYmIQ5/Hx8fHx8fHxh2do7xQ3LjYzPPFC8TwyJycnEPFiYhDn8fHx8fHx8fGIbW7sFkA/PUVI + Oig18TwyJycQ8WJiEOfx8fHx8fHx8ZxxcughSUlL6kY5NjE18TwyJxDxYmIQ5/Hx8fHx8fHxnnV3VFQe + PEdMREE7NjE18TwnEPFiYhDn8fHx8fHx8d/e29mXuMCZGSVKREE4LTA17ycQ8WJiEOfx8fHx8fHc2L/Q + ybO0tqqYEg1KQz4vLCcnJxDxYmIQ5/Hx8fHx3b67yMfuUpSVqJZlEgsjGxUTEBAQEPFiYhDn8fHx8dfR + uq6gf+5OfISlsw4ICkfp7fDx8fHx8WJiEOfx8fHxzM2tjHlr7k58fIWmVQkIUXRvaWZiYmJiYmIQ5/Hx + 8fHUsH9sa2vuxnx8fISnWBEXdnBqZmJiYmJiYhDn8fHx8dWvw1OLeE7k5OTkH5O9lw92cGpmYmJiYmJi + EOfx8fHx0qLu4CDg7uTr7u7uk7KGDHRvaWZiYmJiYmIQ5/Hx8fHCj31eWlbu5Hp6gYOTvKpQcm5oYmJi + YmJiYhDn8fHx8cuhiVsaHO7kelZcZJK1t5+dm5qNjY2NjY2NjfHx8fHxz6uJV00d7h96WV2Qsb9h1/Hx + 8fHx8fHx8fHx8fHx8fHxAKxgIhju7npje6S9quPx8fHx8fHx8fHx8fHx8fHx8fHxBNZzX36Ah4KjssrF + 8fHx8fHx8fHx8fHx8fHx8fHx8fHxBQLauY6RsamKT/Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHxBwYB08HO + xNfx8fHx8fHx8fHx8fHx8fHx8fHx8fgAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA + AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP4AAAD8AAAA+AAAAPAAAADwAAAA8AAAAPAAAADwAA + AA8AAAAPAAAAHwAA//+AAf//wAP//+AH///wD/// + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmProfileDesigner.vb b/DD_PM_WINDREAM/frmProfileDesigner.vb new file mode 100644 index 0000000..75d3a22 --- /dev/null +++ b/DD_PM_WINDREAM/frmProfileDesigner.vb @@ -0,0 +1,924 @@ +Imports System.Data.SqlClient + +Public Class frmProfileDesigner + Private _windreamPM As ClassPMWindream + Private email As New ClassEmail + Public profile_guid As Integer = 0 + Dim formloaded As Boolean + Private INSERT_ACTIVE As Boolean = False + + Private Sub LoadProfilesInCombobox() + 'Schreibt die Profile in die Combobox in der Toolbar. + Try + Me.cmbProfiles.DropDownItems.Clear() + Me.TBPM_PROFILETableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_PROFILE) + If Me.DD_DMSLiteDataSet.TBPM_PROFILE.Rows.Count > 0 Then + Dim anz As Integer = 0 + For Each row As DataRow In Me.DD_DMSLiteDataSet.TBPM_PROFILE.Rows + Me.cmbProfiles.DropDownItems.Add(row.Item("NAME")) + anz = anz + 1 + Next + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden der Profile in Auswahlliste:") + End Try + End Sub + + Private Sub frmFormDesigner_Load(sender As Object, e As System.EventArgs) Handles Me.Load + 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen. + + 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_ERROR_LOG". Sie können sie bei Bedarf verschieben oder entfernen. + + formloaded = False + Try + TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_TYPETableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_USERTableAdapter.Connection.ConnectionString = MyConnectionString + TBPROFILE_USERTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_ERROR_LOGTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILE_FILESTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + Refresh_Profildaten() + Catch ex As Exception + MsgBox("Fehler bei Laden der Wertehilfen und Konfig-Daten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + + Try + ' Windream instanziieren + _windreamPM = New ClassPMWindream() + 'Windream initialisieren (Connection, Session, ... aufbauen) + _windreamPM.Init() + Catch ex As Exception + MsgBox("Fehler bei Initialisieren von windream: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + LoadProfilesInCombobox() + ObjekttypenEintragen() + Indexe_eintragen() + End Sub + Sub Indexe_eintragen() + If cmbObjekttypen.Text <> "" Then + Try + Me.PM_VEKTOR_INDEXComboBox.Items.Clear() + Me.cmbLOGIndex.Items.Clear() + Dim indexe = _windreamPM.GetIndicesByObjecttype(cmbObjekttypen.Text) + Me.PM_VEKTOR_INDEXComboBox.Items.Add("") + Me.cmbLOGIndex.Items.Add("") + If indexe IsNot Nothing Then + For Each index As String In indexe + Dim _vektorString As Boolean = False + Select Case _windreamPM.GetTypeOfIndex(index) + Case 4097 + _vektorString = True + Case 36865 + _vektorString = True + Case Else + _vektorString = False + End Select + If _vektorString = True Then + Me.PM_VEKTOR_INDEXComboBox.Items.Add(index) + Me.cmbLOGIndex.Items.Add(index) + End If + + Next + End If + If Me.PM_VEKTOR_INDEXComboBox.Text <> "" Then + PM_VEKTOR_INDEXComboBox.SelectedIndex = PM_VEKTOR_INDEXComboBox.FindStringExact(Me.PM_VEKTOR_INDEXComboBox.Text) + Else + PM_VEKTOR_INDEXComboBox.SelectedIndex = -1 + End If + If Me.cmbLOGIndex.Text <> "" Then + cmbLOGIndex.SelectedIndex = cmbLOGIndex.FindStringExact(Me.cmbLOGIndex.Text) + Else + cmbLOGIndex.SelectedIndex = -1 + End If + Catch ex As Exception + MsgBox("Fehler bei Indexe_eintragen: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + PM_VEKTOR_INDEXComboBox.SelectedIndex = -1 + cmbLOGIndex.SelectedIndex = -1 + End Try + End If + + + End Sub + Sub Refresh_Profildaten() + Try + Me.TBPM_PROFILETableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_PROFILE) + Me.TBPM_TYPETableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_TYPE) + Me.TBPM_KONFIGURATIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_KONFIGURATION) + Me.TBPM_USERTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_USER) + Catch ex As Exception + MsgBox("Fehler bei Refresh_Profildaten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + + End Sub + Private Sub ObjekttypenEintragen() + Me.cmbObjekttypen.Items.Clear() + Try + Dim oDokumentTypen As WINDREAMLib.WMObjects = Me._windreamPM.GetObjecttypesAsObjects() + If oDokumentTypen Is Nothing Then Exit Sub + For Each aType In oDokumentTypen + Me.cmbObjekttypen.Items.Add(aType.aName) + Next + Catch ex As Exception + MsgBox("Es konnte keine Verbindung zum windream-Server hergestellt werden.", MsgBoxStyle.Critical, "Fehler beim Zugriff auf windream-Server") + End Try + + End Sub + Private Sub cmbProfiles_DropDownItemClicked(sender As Object, e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles cmbProfiles.DropDownItemClicked + cmbProfiles.Text = e.ClickedItem.Text + Dim anz As Integer = 0 + For Each row As DataRow In Me.DD_DMSLiteDataSet.TBPM_PROFILE.Rows + If e.ClickedItem.Text = row.Item("NAME") Then + Me.TBPM_PROFILEBindingSource.Position = anz + End If + anz = anz + 1 + Next + End Sub + + Private Sub cmbProfiles_ButtonClick(sender As System.Object, e As System.EventArgs) Handles cmbProfiles.ButtonClick + + End Sub + + Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles btnWDSuche.Click + If Not Me.WD_SEARCHTextBox.Text = "" Then + Me.dlgWindreamsuche.FileName = Me.WD_SEARCHTextBox.Text + End If + + If Me.dlgWindreamsuche.ShowDialog = Windows.Forms.DialogResult.OK Then + Me.WD_SEARCHTextBox.Text = Me.dlgWindreamsuche.FileName + End If + End Sub + + Private Sub btnopenSuche_Click(sender As System.Object, e As System.EventArgs) Handles btnopenSuche.Click + Try + If Not Me.WD_SEARCHTextBox.Text = "" Then + Dim p As New Process() + p.StartInfo.FileName = Me.WD_SEARCHTextBox.Text + p.StartInfo.WindowStyle = ProcessWindowStyle.Normal + p.Start() + p.WaitForExit() + p.Close() + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei öffnen der windream-Suche:") + End Try + End Sub + + Private Sub VWPM_PROFILE_USERBindingNavigatorSaveItem_Click(sender As System.Object, e As System.EventArgs) Handles VWPM_PROFILE_USERBindingNavigatorSaveItem.Click + Try + Me.TBPM_PROFILEBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_PROFILE.GetChanges Is Nothing = False Then + Me.TBPM_PROFILETableAdapter.Update(DD_DMSLiteDataSet.TBPM_PROFILE) + tstrlblSave.Visible = True + Else + tstrlblSave.Visible = False + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Speichern des Profils:") + End Try + + End Sub + + Private Sub TBPM_PROFILEBindingSource_AddingNew(sender As Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBPM_PROFILEBindingSource.AddingNew + DD_DMSLiteDataSet.TBPM_PROFILE.ADDED_WHOColumn.DefaultValue = Environment.UserName + DD_DMSLiteDataSet.TBPM_PROFILE.TYPEColumn.DefaultValue = 1 + End Sub + + Private Sub TBPM_PROFILEBindingSource_PositionChanged(sender As System.Object, e As System.EventArgs) Handles TBPM_PROFILEBindingSource.PositionChanged + tstrlblSave.Visible = False + If NAMETextBox.Text = "" Then + cmbProfiles.Text = "Kein Profil gewählt" + Else + cmbProfiles.Text = NAMETextBox.Text + End If + Indexe_eintragen() + If tabctrl_Profilkonfig.SelectedIndex = 1 Then + Refresh_Final_indexe() + End If + End Sub + + Private Sub tstrpbtn_add_Click(sender As System.Object, e As System.EventArgs) Handles tstrpbtn_add.Click + If TBPM_PROFILETableAdapter.cmdAnzProfile + 1 > LICENSE_PROFILES Then + MsgBox("Sie haben die maximale Anzahl (" & LICENSE_PROFILES & ") von lizensierten Profilen erreicht!" & vbNewLine & "Bitte löschen Sie Profile oder setzen sich mit Digital Data in Verbindung!", MsgBoxStyle.Exclamation, "Achtung Lizenzhinweis:") + Else + Me.TBPM_PROFILEBindingSource.AddNew() + End If + + End Sub + + Private Sub GUIDTextBox_TextChanged(sender As System.Object, e As System.EventArgs) Handles PROFILGUIDTextBox.TextChanged + + End Sub + + Private Sub ToolStripButton1_Click(sender As System.Object, e As System.EventArgs) Handles tsbtnDesigner_open.Click + If CInt(PROFILGUIDTextBox.Text) > 0 Then + profile_guid = PROFILGUIDTextBox.Text + CURRENT_ProfilGUID = PROFILGUIDTextBox.Text + My.Settings.Save() + CURRENT_OBJECTTYPE = cmbObjekttypen.Text + CURRENT_ProfilName = NAMETextBox.Text + frmFormDesigner.ShowDialog() + Else + MsgBox("Eindeutiges Profil konnte nicht an den FormDesigner weitergegeben werden:", MsgBoxStyle.Exclamation) + End If + + End Sub + + Private Sub btnmovetoFolderDialog_Click(sender As System.Object, e As System.EventArgs) Handles btnmovetoFolderDialog.Click + ' wenn im Formular der OK-Button geklickt wurde + If Me.FolderBrowserDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then + ' den Speicherort der windream-Suche in die TextBox eintragen + Me.MOVE2FOLDERTextBox.Text = Me.FolderBrowserDialog1.SelectedPath + End If + End Sub + + Private Sub ADDED_WHOLabel_Click(sender As System.Object, e As System.EventArgs) + + End Sub + Dim zuordnungsprofil As Integer + Sub FillProfile_User(ID As Integer) + Try + Me.TBPROFILE_USERTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPROFILE_USER, ID) + Catch ex As System.Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden der User zu Profil:") + End Try + + End Sub + + Private Sub TBPM_USERBindingSource_AddingNew(sender As System.Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBPM_USERBindingSource.AddingNew + DD_DMSLiteDataSet.TBPM_USER.ADDED_WHOColumn.DefaultValue = Environment.UserName + End Sub + Private Sub TBPM_PROFILE_ZuordnungDataGridView_SelectionChanged(sender As Object, e As System.EventArgs) Handles TBPM_PROFILE_ZuordnungDataGridView.SelectionChanged + If TabControl1.SelectedIndex = 1 Then + If formloaded = True Then + Try + Dim i As Integer + i = TBPM_PROFILE_ZuordnungDataGridView.CurrentRow.Index + If TBPM_PROFILE_ZuordnungDataGridView.Item(0, i).Value Is Nothing = False Then + zuordnungsprofil = TBPM_PROFILE_ZuordnungDataGridView.Item(0, i).Value + FillProfile_User(zuordnungsprofil) + End If + Catch ex As Exception + + End Try + + End If + End If + End Sub + + Private Sub TBPM_USERDataGridView_Validating(sender As System.Object, e As System.ComponentModel.CancelEventArgs) Handles TBPM_USERDataGridView.Validating + Save_User() + End Sub + + Private Sub ToolStripButton11_Click(sender As System.Object, e As System.EventArgs) Handles ToolStripButton11.Click + Save_User() + End Sub + Sub Save_User() + Try + TBPM_USERBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_USER.GetChanges Is Nothing = False Then + CHANGED_WHOTextBox1.Text = Environment.UserName + TBPM_USERBindingSource.EndEdit() + TBPM_USERTableAdapter.Update(DD_DMSLiteDataSet.TBPM_USER) + Me.lblSaveUser.Visible = True + Else + Me.lblSaveUser.Visible = False + End If + Catch ex As Exception + MsgBox("Fehler in Save_User:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + + Private Sub TBPM_USERDataGridView_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles TBPM_USERDataGridView.MouseDown + If tsbtnworkUser.Text <> "Bearbeitung aktiv" Then + Dim i As Integer + i = TBPM_USERDataGridView.CurrentRow.Index + If TBPM_USERDataGridView.Item(0, i).Value Is Nothing = False Then + Dim p As Integer + p = TBPM_PROFILE_ZuordnungDataGridView.CurrentRow.Index + If TBPM_PROFILE_ZuordnungDataGridView.Item(0, p).Value Is Nothing = False Then + zuordnungsprofil = TBPM_PROFILE_ZuordnungDataGridView.Item(0, p).Value + FillProfile_User(zuordnungsprofil) + End If + Me.TBPM_USERDataGridView.DoDragDrop(TBPM_USERDataGridView.Item(0, i).Value.ToString, DragDropEffects.Copy) + End If + End If + + 'Dim hit As DataGridView.HitTestInfo = Me.TBPM_USERDataGridView.HitTest(e.X, e.Y) + 'Dim guid = Me.TBPM_USERDataGridView.DoDragDrop(TBPM_USERDataGridView.Item(0, hit.RowIndex).Value, DragDropEffects.Copy) + 'If guid <> Nothing Then + ' Me.TBPM_USERDataGridView.DoDragDrop(guid.ToString, DragDropEffects.Copy) + ' Cursor = Cursors.Hand + 'End If + End Sub + + Private Sub TBPROFILE_USERDataGridView_DragDrop(sender As Object, e As System.Windows.Forms.DragEventArgs) Handles TBPROFILE_USERDataGridView.DragDrop + Try + Dim i As Integer + i = TBPM_PROFILE_ZuordnungDataGridView.CurrentRow.Index + If TBPM_PROFILE_ZuordnungDataGridView.Item(0, i).Value Is Nothing = False Then + TBPROFILE_USERTableAdapter.CMDInsert(zuordnungsprofil, e.Data.GetData(DataFormats.Text), Environment.UserName) + FillProfile_User(zuordnungsprofil) + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Hinzufügen eines Users:") + End Try + + End Sub + + Private Sub TBPROFILE_USERDataGridView_DragEnter(sender As Object, e As System.Windows.Forms.DragEventArgs) Handles TBPROFILE_USERDataGridView.DragEnter + ' Check the format of the data being dropped. + If (e.Data.GetDataPresent(DataFormats.Text)) Then + ' Display the copy cursor. + e.Effect = DragDropEffects.Copy + Else + ' Display the no-drop cursor. + e.Effect = DragDropEffects.None + End If + End Sub + + Private Sub BindingNavigatorDeleteItem_Click(sender As System.Object, e As System.EventArgs) Handles BindingNavigatorDeleteItem.Click + Dim i, ID As Integer + + i = TBPROFILE_USERDataGridView.CurrentRow.Index + ID = TBPROFILE_USERDataGridView.Item(0, i).Value + If ID > 0 Then + TBPROFILE_USERTableAdapter.cmdDelete(ID) + 'FillProfile_User(zuordnungsprofil) + End If + + End Sub + + Private Sub btnlicensemanager_open_Click(sender As System.Object, e As System.EventArgs) Handles btnlicensemanager_open.Click + frmLicense.ShowDialog() + End Sub + Sub Save_Konfiguration() + TBPM_KONFIGURATIONBindingSource.EndEdit() + If DD_DMSLiteDataSet.TBPM_KONFIGURATION.GetChanges Is Nothing = False Then + GEAENDERTWERTextBox.Text = Environment.UserName + TBPM_KONFIGURATIONBindingSource.EndEdit() + TBPM_KONFIGURATIONTableAdapter.Update(DD_DMSLiteDataSet.TBPM_KONFIGURATION) + tstrpinfo.Text = "Konfiguration wurde erfolgreich gespeichert" + tstrpinfo.Visible = True + Else + tstrpinfo.Visible = False + End If + End Sub + + Private Sub frmProfileDesigner_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown + formloaded = True + End Sub + + Private Sub btnSaveKonfig_Click(sender As System.Object, e As System.EventArgs) Handles btnSaveKonfig.Click + Save_Konfiguration() + End Sub + + Private Sub TBPROFILE_USERDataGridView_CellContentClick(sender As System.Object, e As System.Windows.Forms.DataGridViewCellEventArgs) Handles TBPROFILE_USERDataGridView.CellContentClick + + End Sub + + Private Sub tsbtnworkUser_Click(sender As System.Object, e As System.EventArgs) Handles tsbtnworkUser.Click + If tsbtnworkUser.Text = "User-Daten bearbeiten" Then + tsbtnworkUser.Text = "Bearbeitung aktiv" + 'tsbtnworkUser.BackColor = Color.OrangeRed + TabControlUser.SelectedIndex = 1 + Else + tsbtnworkUser.Text = "User-Daten bearbeiten" + 'tsbtnworkUser.BackColor = Color.Transparent + TabControlUser.SelectedIndex = 0 + End If + End Sub + + Private Sub Refresh_Final_indexe() + Try + Me.lblSaveFinalIndex.Visible = False + If formloaded = False Then Exit Sub + If PROFILGUIDTextBox.Text <> String.Empty Then + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.FillByID(Me.DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXING, PROFILGUIDTextBox.Text) + End If + Catch ex As System.Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh_Final_indexe:") + End Try + + End Sub + + Private Sub TabControl2_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles tabctrl_Profilkonfig.SelectedIndexChanged + If tabctrl_Profilkonfig.SelectedIndex = 1 Then + CURRENT_OBJECTTYPE = cmbObjekttypen.Text + Refresh_Final_indexe() + End If + End Sub + + Private Sub TabControl1_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles TabControl1.SelectedIndexChanged + Select Case TabControl1.SelectedIndex + Case 3 + Refresh_log() + End Select + End Sub + + Private Sub BindingNavigatorDeleteItem1_Click(sender As System.Object, e As System.EventArgs) Handles BindingNavigatorDeleteItem1.Click + Try + TBPM_ERROR_LOGTableAdapter.CmdDelete() + Refresh_log() + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Delete Log:") + End Try + End Sub + Sub Refresh_log() + Try + Me.TBPM_ERROR_LOGTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_ERROR_LOG) + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh Error:") + End Try + End Sub + Private Sub cmbIndexe_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cmbIndexe.SelectedIndexChanged + If cmbIndexe.SelectedIndex <> -1 Then + 'MsgBox(_windreamPM.GetTypeOfIndex(cmbIndexe.Text)) + btnInsert_FinalIndex.Enabled = True + Me.btnStampDate.Visible = False + Me.btnStampDate.Visible = False + Dim type = _windreamPM.GetTypeOfIndex(cmbIndexe.Text) + Select Case type + Case 1 'String + Me.lblIndex.Text = "Definieren Sie den festen Wert: (Text)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = True + Me.btnStampDate.Visible = True + Me.btnStampDate.Visible = True + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 2 'Integer + Me.lblIndex.Text = "Definieren Sie den festen Wert: (Zahl)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = True + Me.btnStampDate.Visible = True + Me.btnStampDate.Visible = True + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 3 'Float + Me.lblIndex.Text = "Definieren Sie den festen Wert: (Decimal)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4 ' Boolean + Me.lblIndex.Text = "Wählen Sie den Boolean-Wert: (Ja/Nein)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = False + Me.grbxSystemStamps.Visible = False + Me.chkbxfinalIndex.CheckState = CheckState.Checked + Me.chkbxfinalIndex.Visible = True + Case 5 'Date + Me.lblIndex.Text = "Definieren Sie den festen Wert: (Date)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4107 'Vektor Zahl + Me.lblIndex.Text = "Definieren Sie den festen Wert - Vektorfeld: (Zahl)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4097 'Vektor String + Me.lblIndex.Text = "Definieren Sie den festen Wert - Vektorfeld: (Text)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = True + Me.btnStampDate.Visible = True + Me.btnStampDate.Visible = True + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4100 'Vektor Bool + Me.lblIndex.Text = "Definieren Sie den festen Wert - Vektorfeld: (Boolean)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = False + Me.btnStampDate.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4101 'Vektor Date + Me.lblIndex.Text = "Definieren Sie den festen Wert - Vektorfeld: (Date)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = True + Me.btnStampDate.Visible = True + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case 4104 + Me.lblIndex.Text = "Definieren Sie den festen Wert - Vektorfeld: (Currency)" + Me.lblIndex.Visible = True + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Case Else + btnInsert_FinalIndex.Enabled = False + End Select + + End If + End Sub + + Private Sub btnInsert_FinalIndex_Click(sender As System.Object, e As System.EventArgs) Handles btnInsert_FinalIndex.Click + Me.lblSaveFinalIndex.Visible = False + If CheckBoxPMVEKTOR.Checked = False Then + If cmbIndexe.SelectedIndex <> -1 Then + Dim indexwert As String = "" + If txtindexwert_final.Visible = True Then + indexwert = txtindexwert_final.Text + Else + If chkbxfinalIndex.CheckState = CheckState.Checked Then + indexwert = 1 + Else + indexwert = 0 + End If + + End If + Try + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, cmbIndexe.Text, indexwert, Environment.UserName, 0, "") + Me.lblSaveFinalIndex.Text = "Der Index wurde erfolgreich angelegt - " & Now + Me.lblSaveFinalIndex.Visible = True + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Anlage Final Index:") + End Try + + End If + Else + If txtBezeichner.Text <> "" Then + Dim indexwert As String = "" + If txtindexwert_final.Visible = True Then + indexwert = txtindexwert_final.Text + Else + If chkbxfinalIndex.CheckState = CheckState.Checked Then + indexwert = "True" + Else + indexwert = "False" + End If + + End If + Try + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, "[%VKT" & txtBezeichner.Text, indexwert, Environment.UserName, 0, "") + Me.lblSaveFinalIndex.Text = "Der Index wurde erfolgreich angelegt - " & Now + Me.lblSaveFinalIndex.Visible = True + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Anlage Final Index in VEKTORFELD:") + End Try + End If + End If + Refresh_Final_indexe() + INSERT_ACTIVE = False + TabControlFinalIndices.Enabled = False + + End Sub + Private Sub ToolStripButton1_Click_1(sender As System.Object, e As System.EventArgs) Handles ToolStripButton1.Click + Refresh_Final_indexe() + End Sub + + Private Sub tsbtnProfilkopieren_Click(sender As System.Object, e As System.EventArgs) Handles tsbtnProfilkopieren.Click + Dim result As MsgBoxResult = MsgBox("Wollen Sie das gesamte Profil kopieren?" & vbNewLine & "Alle Einstellungen werden übernommen, das Profil wird angelegt und inaktiv gesetzt!", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + 'wenn Speichern ja + If result = MsgBoxResult.Yes Then + Try + TBPM_PROFILETableAdapter.cmdInsert_Copy(Environment.UserName, PROFILGUIDTextBox.Text) + Dim NewGUID As Integer = TBPM_PROFILETableAdapter.cmdMaxGuid + If NewGUID > 0 Then + Dim _sql = "INSERT INTO TBPM_PROFILE_CONTROLS " & _ + "(NAME, PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, READ_ONLY, " & _ + "LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR) " & _ + "SELECT LOWER(CTRL_TYPE + CONVERT(VARCHAR(4),ROW_NUMBER() OVER (ORDER BY CTRL_TYPE))),@NEW_PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, '@User', INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, " & _ + "READ_ONLY, LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR " & _ + "FROM TBPM_PROFILE_CONTROLS AS TBPM_PROFILE_CONTROLS_1 " & _ + "WHERE (PROFIL_ID = @Copy_profilId) " + _sql = _sql.Replace("@NEW_PROFIL_ID", NewGUID) + _sql = _sql.Replace("@User", Environment.UserName) + _sql = _sql.Replace("@Copy_profilId", PROFILGUIDTextBox.Text) + + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert_Copy(NewGUID, Environment.UserName, PROFILGUIDTextBox.Text) + 'TBPM_PROFILE_CONTROLSTableAdapter.cmdInsertCopy(NewGUID, Environment.UserName, PROFILGUIDTextBox.Text) + Execute_SQL(_sql) + MsgBox("Das Profil " & NAMETextBox.Text & " wurde erfolgreich kopiert!", MsgBoxStyle.Information, "Erfolgsmeldung") + Refresh_Profildaten() + End If + Catch ex As Exception + MsgBox("Fehler bei Anlage Profilkopie:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler:") + End Try + + End If + End Sub + Private Function Execute_SQL(SQL As String) + Try + Dim SQLconnection As New SqlClient.SqlConnection(MyConnectionString) + Dim SQLcommand As New SqlCommand(SQL, SQLconnection) + SQLconnection.Open() + SQLcommand.ExecuteNonQuery() + SQLcommand.Dispose() + SQLconnection.Close() + Return True + Catch ex As Exception + MsgBox("Fehler in Execute_SQL: " & vbNewLine & ex.Message & vbNewLine & vbNewLine & " SQL: " & SQL) + Return False + End Try + End Function + Private Sub tsbtndeleteProfil_Click(sender As System.Object, e As System.EventArgs) Handles tsbtndeleteProfil.Click + Dim result As MsgBoxResult = MsgBox("Sind Sie sicher, dass Sie das Profil " & NAMETextBox.Text & " löschen wollen?", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + ' wenn Speichern ja + If result = MsgBoxResult.Yes Then + Try + Dim ID = PROFILGUIDTextBox.Text + Dim del As String = "delete from TBPM_CONTROL_TABLE where CONTROL_ID in (SELECT GUID FROM TBPM_PROFILE_CONTROLS where PROFIL_ID = " & ID & ")" + ClassDatabase.Execute_non_Query(del) + TBPM_ERROR_LOGTableAdapter.DeletePROFIL(ID) + TBPM_PROFILE_FILESTableAdapter.cmdDeleteProfilData(ID) + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdDelete_ProfilID(ID) + TBPM_PROFILE_CONTROLSTableAdapter.cmdDeleteProfil(ID) + TBPROFILE_USERTableAdapter.CmdDelete_ProfilID(ID) + TBPM_PROFILETableAdapter.cmdDelete(ID) + MsgBox("Das Profil " & NAMETextBox.Text & " wurde erfolgreich gelöscht!", MsgBoxStyle.Information, "Erfolgsmeldung") + Refresh_Profildaten() + Catch ex As Exception + MsgBox("Fehler bei Löschen des Profils:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler:") + End Try + + End If + End Sub + + Private Sub Button1_Click_2(sender As Object, e As EventArgs) Handles btnTest_Email.Click + If txtemailEmpfaenger.Text <> "" And EMAIL_FROMTextBox.Text <> "" And EMAIL_SMTPTextBox.Text <> "" And EMAIL_USERTextBox.Text <> "" And EMAIL_PWTextBox.Text <> "" Then + email.Send_Log_Mail("Dies ist eine Testemail! Gesendet vom Softwaremodul Process-Manager DD.

", _ + "Testemail Process-Manager", EMAIL_FROMTextBox.Text, EMAIL_SMTPTextBox.Text, EMAIL_USERTextBox.Text, EMAIL_PWTextBox.Text, txtemailEmpfaenger.Text, True) + Save_Konfiguration() + Else + MsgBox("Bitte geben Sie in allen Pflichtfeldern einen Wert ein!", MsgBoxStyle.Exclamation) + End If + End Sub + + Private Sub EMAIL_ACTIVECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles EMAIL_ACTIVECheckBox.CheckedChanged + If EMAIL_ACTIVECheckBox.Checked Then + Me.grpbxEmail.Enabled = True + Else + Me.grpbxEmail.Enabled = False + End If + End Sub + + Private Sub Button2_Click(sender As Object, e As EventArgs) Handles btnStampUser.Click + Me.txtindexwert_final.Text = "vUserName" + End Sub + + Private Sub Button3_Click(sender As Object, e As EventArgs) Handles btnStampDate.Click + Me.txtindexwert_final.Text = "vDate" + End Sub + + Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBoxPMVEKTOR.CheckedChanged + If CheckBoxPMVEKTOR.Checked Then + Me.txtBezeichner.Visible = True + Me.cmbIndexe.Visible = False + txtBezeichner.Text = "" + Me.lblIndexPMVektor.Text = "Bezeichner für VektorIndex eingeben:" + + Me.lblIndex.Visible = True + Me.lblIndex.Text = "Bitte den festen Wert als String eingeben:" + Me.txtindexwert_final.Visible = True + Me.grbxSystemStamps.Visible = True + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + Else + Me.txtBezeichner.Visible = False + Me.cmbIndexe.Visible = True + Me.lblIndexPMVektor.Text = "Index wählen:" + + Me.lblIndex.Visible = False + Me.txtindexwert_final.Visible = False + Me.grbxSystemStamps.Visible = False + Me.txtindexwert_final.Text = "" + Me.chkbxfinalIndex.Visible = False + End If + End Sub + Private Sub btnopen_SQLAdmin_Click(sender As Object, e As EventArgs) Handles btnopen_SQLAdmin.Click + frmSQL_Admin.ShowDialog() + End Sub + Private Sub btnRefreshProfiles_Click(sender As Object, e As EventArgs) Handles btnRefreshProfiles.Click + Refresh_Profildaten() + End Sub + Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click + TabControlFinalIndices.Enabled = True + Me.cmbIndexe.Items.Clear() + cmbIndexe2.Items.Clear() + Dim indexe = _windreamPM.GetIndicesByObjecttype(cmbObjekttypen.Text) + If indexe IsNot Nothing Then + For Each index As String In indexe + Me.cmbIndexe.Items.Add(index) + Me.cmbIndexe2.Items.Add(index) + Next + Me.cmbIndexe.SelectedIndex = -1 + End If + INSERT_ACTIVE = True + End Sub + Private Sub ToolStripButton3_Click(sender As Object, e As EventArgs) Handles ToolStripButton3.Click + Dim i, ID As Integer + i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index + ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value + If ID > 0 Then + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdDelete(ID) + End If + Refresh_Final_indexe() + MsgBox("Index erfolgreich gelöscht!", MsgBoxStyle.Information, "Hinweis:") + ' DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXING.Clear() + End Sub + Private Sub ACTIVECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles ACTIVECheckBox.CheckedChanged + If ACTIVECheckBox.Checked Then + ACTIVECheckBox.BackColor = Color.Lime + Else + ACTIVECheckBox.BackColor = Color.Transparent + End If + End Sub + Private Sub btnConnections_Click(sender As Object, e As EventArgs) Handles btnConnections.Click + frmConnection.ShowDialog() + End Sub + Private Sub ToolStripButton4_Click(sender As Object, e As EventArgs) + Cursor = Cursors.WaitCursor + frmUserKonfig_AddUsers.ShowDialog() + Load_User() + Cursor = Cursors.Default + End Sub + Private Sub ToolStripButton12_Click(sender As Object, e As EventArgs) Handles ToolStripButton12.Click + Load_User() + End Sub + Sub Load_User() + Try + Me.TBPM_USERTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_USER) + Catch ex As Exception + MsgBox("Fehler bei LoadUsers: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler:") + End Try + End Sub + + Private Sub Button2_Click_1(sender As Object, e As EventArgs) Handles Button2.Click + Dim result As MsgBoxResult = MsgBox("Wollen Sie den Tabelleninhalt mit den Profil-Dateien wirklich löschen?" & vbNewLine & "Wenn ja müssen Sie auf die Aktualisierung des Jobs warten bis wieder Dateien zur Bearbeitung frei sind.", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + 'wenn Speichern ja + If result = MsgBoxResult.Yes Then + If ClassDatabase.Execute_non_Query("DELETE FROM TBPM_PROFILE_FILES") = True Then + MsgBox("Der Inhalt der Tabelle TBPM_PROFILE_FILES wurde erfolgreich gelöscht!", MsgBoxStyle.Information) + End If + End If + End Sub + + Private Sub cmbObjekttypen_SelectedIndexChanged(sender As Object, e As EventArgs) Handles cmbObjekttypen.SelectedIndexChanged + If formloaded = False Then + Exit Sub + End If + If cmbObjekttypen.SelectedIndex <> -1 Then + Indexe_eintragen() + End If + End Sub + + Private Sub Button3_Click_1(sender As Object, e As EventArgs) + Dim indexe = _windreamPM.GetIndicesByObjecttype(cmbObjekttypen.Text) + If indexe IsNot Nothing Then + For Each index As String In indexe + MsgBox(index & vbNewLine & _windreamPM.GetTypeOfIndex(index)) + Select Case _windreamPM.GetTypeOfIndex(index) + Case 4107 'Vektor Zahl + + Case 4097 + + Case Else + + End Select + Next + End If + End Sub + + Private Sub Button3_Click_2(sender As Object, e As EventArgs) Handles Button3.Click + Dim result As MsgBoxResult = MsgBox("Wollen Sie die Dateien für dieses Profil wirklich entfernen?" & vbNewLine & "Wenn ja müssen Sie auf die Aktualisierung des Jobs warten bis wieder Dateien zur Bearbeitung frei sind.", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + 'wenn Speichern ja + If result = MsgBoxResult.Yes Then + If ClassDatabase.Execute_non_Query("DELETE FROM TBPM_PROFILE_FILES WHERE PROFIL_ID = " & PROFILGUIDTextBox.Text) = True Then + MsgBox("Die Dateien zum Profil wurden erfolgreich gelöscht!", MsgBoxStyle.Information) + End If + End If + End Sub + + Private Sub TBPROFILE_USERBindingSource_CurrentChanged(sender As Object, e As EventArgs) Handles TBPROFILE_USERBindingSource.CurrentChanged + Me.lblSaveUser.Visible = False + End Sub + + Private Sub ToolStripButton6_Click(sender As Object, e As EventArgs) Handles ToolStripButton6.Click + Dim i, ID As Integer + + i = TBPM_USERDataGridView.CurrentRow.Index + ID = TBPM_USERDataGridView.Item(0, i).Value + If ID > 0 Then + Dim result As MsgBoxResult + result = MessageBox.Show("Sind Sie sicher dass Sie diesen User löschen wollen?", "Bestätigung erforderlich:", MessageBoxButtons.YesNo, MessageBoxIcon.Question) + If result = MsgBoxResult.Yes Then + Try + Dim del As String = " EXEC PRPM_DELETE_USER " & ID + If ClassDatabase.Execute_non_Query(del, True) = True Then + Load_User() + Load_User() + End If + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in Delete User: ") + End Try + End If + End If + End Sub + + Private Sub TabControlFinalIndices_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControlFinalIndices.SelectedIndexChanged + If TabControlFinalIndices.SelectedIndex = 1 Then + Me.cmbIndexe2.Enabled = False + If INSERT_ACTIVE = True Then + Me.cmbIndexe2.Enabled = True + End If + End If + End Sub + + Private Sub btnSaveSQLCommand_Click(sender As Object, e As EventArgs) Handles btnSaveSQLCommand.Click + If INSERT_ACTIVE = True Then + If cmbConnection.SelectedIndex = -1 Or SQL_COMMANDTextBox.Text = String.Empty Or cmbIndexe2.SelectedIndex = -1 Then + MsgBox("Bitte wählen Sie eine Connection und definieren einen SQL-Befehl!", MsgBoxStyle.Exclamation) + Exit Sub + End If + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, cmbIndexe2.Text, "SQL-Command", Environment.UserName, cmbConnection.SelectedValue, SQL_COMMANDTextBox.Text) + INSERT_ACTIVE = False + Else + Dim i, ID As Integer + i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index + ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value + If ID > 0 Then + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.cmdUpdateSQL(cmbConnection.SelectedValue, SQL_COMMANDTextBox.Text, Environment.UserName, ID) + End If + + End If + Refresh_Final_indexe() + End Sub + + Private Sub btnEditor_Click(sender As Object, e As EventArgs) Handles btnEditor.Click + Dim CONID = 0 + If cmbConnection.SelectedValue > 0 Then + CONID = cmbConnection.SelectedValue + End If + If INSERT_ACTIVE = True Then + If cmbIndexe2.SelectedIndex = -1 Then + MsgBox("Bitte wählen Sie einen Index!", MsgBoxStyle.Exclamation) + Exit Sub + End If + + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, cmbIndexe2.Text, "SQL-Command", Environment.UserName, CONID, SQL_COMMANDTextBox.Text) + + End If + Dim i, ID As Integer + i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index + ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value + If ID > 0 Then + CURRENT_INDEX_ID = ID + CURRENT_DESIGN_TYPE = "FINAL_INDEX" + CURRENT_SQL_COMAMND = SQL_COMMANDTextBox.Text + CURRENT_SQL_CON = CONID + frmSQL_DESIGNER.ShowDialog() + End If + + Refresh_Final_indexe() + End Sub + Private Sub TBPM_PROFILE_FINAL_INDEXINGDataGridView_CellClick(sender As Object, e As DataGridViewCellEventArgs) Handles TBPM_PROFILE_FINAL_INDEXINGDataGridView.CellClick + Try + TabControlFinalIndices.Enabled = False + TabControlFinalIndices.SelectedIndex = 0 + + Dim i, ID As Integer + i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index + ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value + If ID > 0 Then + Dim sql = String.Format("SELECT T.*, T1.BEZEICHNUNG AS CON_STRING FROM TBPM_PROFILE_FINAL_INDEXING T,TBPM_CONNECTION T1 WHERE T.GUID = {0} AND T.CONNECTION_ID = T1.GUID ", ID) + CURRENT_DT_SQL_CONFIG_TABLE = ClassDatabase.Return_Datatable(sql, True) + + Dim Type = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(2, i).Value + If Type = "SQL-Command" Then + Dim Indexname = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(1, i).Value + TabControlFinalIndices.Enabled = True + TabControlFinalIndices.SelectedIndex = 1 + cmbIndexe2.Text = Indexname + cmbConnection.SelectedValue = CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("CONNECTION_ID") + cmbConnection.FindStringExact(CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("CON_STRING")) + SQL_COMMANDTextBox.Text = CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("SQL_COMMAND") + End If + End If + Catch ex As Exception + + End Try + End Sub + + Private Sub btnShowConnections_Click(sender As Object, e As EventArgs) Handles btnShowConnections.Click + frmConnection.ShowDialog() + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb b/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb new file mode 100644 index 0000000..e9b1c45 --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb @@ -0,0 +1,327 @@ + _ +Partial Class frmSQL_Admin + 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(frmSQL_Admin)) + Me.Label1 = New System.Windows.Forms.Label() + Me.TextBox1 = New System.Windows.Forms.TextBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.Button1 = New System.Windows.Forms.Button() + Me.btnrunSQL = New System.Windows.Forms.Button() + Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() + Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() + Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() + Me.txtSQL = New System.Windows.Forms.TextBox() + Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() + Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() + 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.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components) + Me.GridControl1 = New DevExpress.XtraGrid.GridControl() + Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() + CType(Me.XtraTabControl1,System.ComponentModel.ISupportInitialize).BeginInit + Me.XtraTabControl1.SuspendLayout + Me.XtraTabPage1.SuspendLayout + Me.XtraTabPage2.SuspendLayout + CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).BeginInit + Me.BindingNavigator1.SuspendLayout + CType(Me.BindingSource1,System.ComponentModel.ISupportInitialize).BeginInit + CType(Me.GridControl1,System.ComponentModel.ISupportInitialize).BeginInit + CType(Me.GridView1,System.ComponentModel.ISupportInitialize).BeginInit + Me.SuspendLayout + ' + 'Label1 + ' + Me.Label1.AutoSize = true + Me.Label1.Location = New System.Drawing.Point(14, 12) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(128, 17) + Me.Label1.TabIndex = 0 + Me.Label1.Text = "Aktuelle Verbindung:" + ' + 'TextBox1 + ' + Me.TextBox1.Location = New System.Drawing.Point(17, 32) + Me.TextBox1.Name = "TextBox1" + Me.TextBox1.ReadOnly = true + Me.TextBox1.Size = New System.Drawing.Size(727, 25) + Me.TextBox1.TabIndex = 1 + ' + 'Label2 + ' + Me.Label2.AutoSize = true + Me.Label2.Location = New System.Drawing.Point(14, 73) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(129, 17) + Me.Label2.TabIndex = 2 + Me.Label2.Text = "Auszuführender SQL:" + ' + 'Button1 + ' + Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) + Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.book_open + Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button1.Location = New System.Drawing.Point(665, 116) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(75, 43) + Me.Button1.TabIndex = 5 + Me.Button1.Text = "Open SQL" + Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter + Me.Button1.UseVisualStyleBackColor = true + ' + 'btnrunSQL + ' + Me.btnrunSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles) + Me.btnrunSQL.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go + Me.btnrunSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnrunSQL.Location = New System.Drawing.Point(17, 533) + Me.btnrunSQL.Name = "btnrunSQL" + Me.btnrunSQL.Size = New System.Drawing.Size(125, 33) + Me.btnrunSQL.TabIndex = 4 + Me.btnrunSQL.Text = "SQL ausführen" + Me.btnrunSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnrunSQL.UseVisualStyleBackColor = true + ' + 'OpenFileDialog1 + ' + Me.OpenFileDialog1.FileName = "OpenFileDialog1" + ' + 'XtraTabControl1 + ' + Me.XtraTabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) + Me.XtraTabControl1.Location = New System.Drawing.Point(17, 93) + Me.XtraTabControl1.Name = "XtraTabControl1" + Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 + Me.XtraTabControl1.Size = New System.Drawing.Size(642, 434) + Me.XtraTabControl1.TabIndex = 7 + Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) + ' + 'XtraTabPage1 + ' + Me.XtraTabPage1.Controls.Add(Me.txtSQL) + Me.XtraTabPage1.Name = "XtraTabPage1" + Me.XtraTabPage1.Size = New System.Drawing.Size(636, 406) + Me.XtraTabPage1.Text = "Auszuführender SQL-Befehl" + ' + 'txtSQL + ' + Me.txtSQL.AcceptsReturn = true + Me.txtSQL.AcceptsTab = true + Me.txtSQL.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) + Me.txtSQL.Font = New System.Drawing.Font("Consolas", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.txtSQL.Location = New System.Drawing.Point(-1, 11) + Me.txtSQL.Multiline = true + Me.txtSQL.Name = "txtSQL" + Me.txtSQL.ScrollBars = System.Windows.Forms.ScrollBars.Both + Me.txtSQL.Size = New System.Drawing.Size(630, 400) + Me.txtSQL.TabIndex = 3 + ' + 'XtraTabPage2 + ' + Me.XtraTabPage2.Controls.Add(Me.GridControl1) + Me.XtraTabPage2.Controls.Add(Me.BindingNavigator1) + Me.XtraTabPage2.Name = "XtraTabPage2" + Me.XtraTabPage2.Size = New System.Drawing.Size(636, 406) + Me.XtraTabPage2.Text = "Ergebnis:" + ' + 'BindingNavigator1 + ' + Me.BindingNavigator1.AddNewItem = Nothing + Me.BindingNavigator1.BindingSource = Me.BindingSource1 + Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem + Me.BindingNavigator1.CountItemFormat = "von {0} Datensätzen" + Me.BindingNavigator1.DeleteItem = Nothing + Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2}) + Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) + Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem + Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem + Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem + Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem + Me.BindingNavigator1.Name = "BindingNavigator1" + Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem + Me.BindingNavigator1.Size = New System.Drawing.Size(636, 25) + Me.BindingNavigator1.TabIndex = 0 + Me.BindingNavigator1.Text = "BindingNavigator1" + ' + 'BindingNavigatorCountItem + ' + Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" + Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(111, 22) + Me.BindingNavigatorCountItem.Text = "von {0} Datensätzen" + Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + '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) + ' + 'GridControl1 + ' + Me.GridControl1.DataSource = Me.BindingSource1 + Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.GridControl1.Location = New System.Drawing.Point(0, 25) + Me.GridControl1.MainView = Me.GridView1 + Me.GridControl1.Name = "GridControl1" + Me.GridControl1.Size = New System.Drawing.Size(636, 381) + Me.GridControl1.TabIndex = 2 + Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) + ' + 'GridView1 + ' + Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan + Me.GridView1.Appearance.EvenRow.Options.UseBackColor = true + Me.GridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White + Me.GridView1.Appearance.OddRow.Options.UseBackColor = true + Me.GridView1.GridControl = Me.GridControl1 + Me.GridView1.Name = "GridView1" + Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.Editable = false + Me.GridView1.OptionsBehavior.ReadOnly = true + Me.GridView1.OptionsView.EnableAppearanceEvenRow = true + Me.GridView1.OptionsView.EnableAppearanceOddRow = true + Me.GridView1.OptionsView.ShowAutoFilterRow = true + ' + 'frmSQL_Admin + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 17!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(741, 578) + Me.Controls.Add(Me.XtraTabControl1) + Me.Controls.Add(Me.Button1) + Me.Controls.Add(Me.btnrunSQL) + Me.Controls.Add(Me.Label2) + Me.Controls.Add(Me.TextBox1) + Me.Controls.Add(Me.Label1) + Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmSQL_Admin" + Me.Text = "SQL-Admin" + CType(Me.XtraTabControl1,System.ComponentModel.ISupportInitialize).EndInit + Me.XtraTabControl1.ResumeLayout(false) + Me.XtraTabPage1.ResumeLayout(false) + Me.XtraTabPage1.PerformLayout + Me.XtraTabPage2.ResumeLayout(false) + Me.XtraTabPage2.PerformLayout + CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).EndInit + Me.BindingNavigator1.ResumeLayout(false) + Me.BindingNavigator1.PerformLayout + CType(Me.BindingSource1,System.ComponentModel.ISupportInitialize).EndInit + CType(Me.GridControl1,System.ComponentModel.ISupportInitialize).EndInit + CType(Me.GridView1,System.ComponentModel.ISupportInitialize).EndInit + Me.ResumeLayout(false) + Me.PerformLayout + +End Sub + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents TextBox1 As System.Windows.Forms.TextBox + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents btnrunSQL As System.Windows.Forms.Button + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog + Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl + Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents txtSQL As System.Windows.Forms.TextBox + Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel + 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 BindingSource1 As System.Windows.Forms.BindingSource + Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView +End Class diff --git a/DD_PM_WINDREAM/frmSQL_Admin.resx b/DD_PM_WINDREAM/frmSQL_Admin.resx new file mode 100644 index 0000000..e4373e6 --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_Admin.resx @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 467, 17 + + + 313, 17 + + + + + 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== + + + + + AAABAAMAEBAAAAEACABoBQAANgAAACAgAAABAAgAqAgAAJ4FAAAwMAAAAQAIAKgOAABGDgAAKAAAABAA + AAAgAAAAAQAIAAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAADO3NEAvP+7AK/9rwCj+aMApvumAKT5 + pQCn+qcAmfqbAJ35ngCX8ZgAkfSTAJHzkwC1/7cAOCw4AK3/sACs4asApd6nAI/WjwCH1YcAd9J3AGfN + ZwBpzGkAac5oAGPLYwBYyVgAQsVCAAChAAC4/7gAsfuyAKffpwCg3KAAgNSBAIHVgQBqzmoA2/HbAJ/j + oQBQx1AAQ8VDAErFSgAdtRwAm9ieAKH5pACO148Af9OAANTv0wBw03EATsdPAM7uzQCP35AAG7cbAH/U + fwCJ2okAOL84ADG9MQCb2Z4AnvmgAIbVhQCA1YEAhteHAP///wBXylcAteW1AG3PbgBz1XIAILwgADq+ + OgAruywAnNudAJr2nQB00XMAas9qAFbIVwB303gAteS1ACy/LAAVuBUAze3OABK1EgAduR0AKMMoACW3 + JACc2p4AlPeXAF3KXQDI7sgAxO3EAJ/fngBJxUgAVctWAE/HUAALvQsAp+CoAKPtowCj4aMABK8EAJ/Z + oQCI8owAVcdVAKbhqACl4acAiNmKADrEOwBWylYAVsZVAADJAACE34UAheiHAILfgwAIuAcAn9ihAIj1 + jABMyEwAW8hbAELCQACO3I4A0O7QACi/KAAlyyUA7vHuACrNKgAN3g0AHeIdAAjACACg16IAgu+EAEPD + QgBJyEkAnN6dADPAMwDH6scAiNeIAD7PQAA12jYAJeIlAAy/CwCg16EAhO+HADXANQA6xDoAteS0AE3H + TAA8xT0AzO3LAIPhhgAqzCoASthMAG3abQAe4x4ADcAMAIXwhwAluSQARcVFADLAMgAswCwAxezFAIPg + hQAY3xgAIOIgAB/iHwAn5ScADLkMAJzWngCJ540AAJ4AABqwGAAftB4AIrUiACq7KQACrQAAALMAAB3C + HQAAvQAABMEDAAO+AwAAmAAAxf/GANfi2QCf76IAk9ibAJTYmwCS25kAkdyYAJPfmQCU3ZoAk9yZAJXc + mwCS2pkAvP++ADwyPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw8PDw8PDw8PDw8PAAAALGys7S1 + tre4ubq6u7w8ADyjpKWmp6ipqqusra6vsDw8lpeYmRqaPJydnp+goaI8PImKizyNjjyQkZI8lJV8PDx9 + fn+APIE8g4Q8hYaHiDw8b3BxcnM8dXY8eHl6e3w8PGFiY2RlZmdoaWprbG1uPDxTVDw8PFhZWls8PDxf + YDw8RUZHSEk8S0w8Tk9QUVI8PDg5Ojs8PTw/QDxBQkNEPDwqKyw8Li88MTIzPDU2Nzw8HR4fICEiPCQV + JSYnKCk8PA8QERITFBUWFxgZGhscPAA8AgMEBQYHCAkKCwwNPAAAADw8PDw8PDw8PDw8PAAAwAMAAIAB + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAAwAMAACgA + AAAgAAAAQAAAAAEACAAAAAAAgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAABAgEABQkFAAsZDAAOOxAADlYQAAxnDwAKcg4ACXkMAAh7DAAIfAwAB34LAAd/ + CgAHgQoABoIJAAaECAAFhQcABYgHAAaLBwAGkQcACJcIAAibCQAJogkACaUJAAinCAAIqQcACKwIAAiu + CAAIrwgACq8KAAyvDAAQrg8AEq0SABSrFAAWqBYAGKcXABioGAAarBkAG7AbABy1HAAbuBsAG7wbABq/ + GgAawhoAGcYZABjKGAAYzhgAGNEYABjTGAAZ1RkAGNgZABvZGwAd2h0AHtweAB/dHwAg3iAAId4hACHd + IQAj2yMAJNYlACfRJwAozSgAKcgpACrCKgAqwCoAKr4qACq8KgApuykAKbopACm3KQAqtCoAKrMqACu0 + KwAtti0AL7gvADG5MQAxuTIAMrkzADO6MwAzvDMAM780ADPBNAA0wTQANME0ADa/NgA3vjcAOL84ADnC + OQA6wzoAO8M7ADzBPAA8wDwAPL48ADy+PAA8vzwAPcA9AD7BPgA/wj8AP8M/AEDDQABBw0EAQsNCAEPE + RABFxEUARsRGAEfESABIxkgAScZJAErGSgBLxksAS8ZMAEzGTQBNxk0ATcZOAE7GTgBPxk8AUMVQAFHG + UQBSxlIAU8dTAFTHVQBVx1UAVsdWAFfHVwBYx1gAWcdZAFrIWgBbyFwAXMlcAF3JXQBfyl8AYMpgAGHL + YQBiy2EAY8tjAGTMZABkzGQAZs1lAGfNZwBozWgAaM1oAGnNaQBpzWkAas1qAGzObABtzm0Abs5uAG/O + bwBwz3EActByAHTQdAB20XYAeNJ5AHrSegB703sAfdN9AH/TfwCB1IEAg9SDAIXUhQCH1YcAidWKAIrV + igCL1YsAjNaNAI7WjgCO1o8Aj9aQAJDWkACR15IAk9eTAJTYlQCW2ZYAmNqYAJvbmwCe3Z4AoN6gAKPf + owCn4KgAq+GrAK7jrwCy5LIAs+S0ALXltgC25rcAuOe5ALzovQC/6b8AwevCAMPsxADE7cYAxe7HAMbw + yADH8soAyPXLAMj3zQDJ+c4AyfrOAMn6zwDK+c8Ay/fQAM330QDO99IAz/fTAND21ADR9tUA0/XWANT0 + 1gDU9NcA1vLYANjw2gDa8NsA2/DdANzw3gDd8uAA3/TiAOD35ADg+uYA4PznAOH96ADh/ukA4f7pAOL+ + 6ADi/ugA4/7oAOT+6ADl/ukA5v7pAOf+6QDo/uoA6v7rAOv+6wDs/u0A////AO/+7gDw/u8A8P7wAPH9 + 8QDy/fIA8/zzAPX89QD3/PcA+fz4APr9+gD8/fwA/f79AP7+/gD+/v4ACAgICAgICAgICAgICAgICAgI + CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICN7s5eXl5uXl5eXl + 5eXk5eXl5eXl5eTl6P8ICAgICAjfyk8UExERERMWFBgYFxcXFxcXFxcXFxcXafAICAgICNgqGSgrKysr + K09PT08sJiQtJiEhISEjJB8QfP8ICAgI0BknLU9NXVRSU1NKTSUxUmA+Nzc3PDQ1NR4X9ggICAjOHi9M + VF1kZGRhZkl717U4Oz9AQkJAPjgyKBPzCAgICM0jT1JnZ1xMXGNkWIn802FEO0A6Oj4/QDUqEvQICAgI + zSFTXmRqf5F0bnlhlPrDWWE+OltgOz0/OSoS9QgICAjNIVlebWCv/rdce2KU+tBEdUQ519dEPUA4KhL1 + CAgICM0hZG14YaX4/8FpXJf9yXo5Wf7/vD49QjgqEvUICAgIzSJkdHV/eaT+/7Voh9q3W3PH/8k4Oj9C + OCoS9QgICAjNJm9zgIWFaKH1/6JbYW8+vP++Rjo/PkI4KhL1CAgICM4vdX+Eg4OGbqi/l2tydluOwUU4 + Qj49QDcoEvUICAgIzimCiHZ7gnV7cVp9enV7azY6NDY3NzU2QysS9QgICAjOL4CG29/e3uCsdnt0dX1n + ZjK/3NXV3rgxKxT1CAgICM5NgJLy+PX4+rF4gHZ1dnFcNcX57/D6vDAsEvUICAgI0kyRlJmXl5iRfXx4 + d3RjZ1MyVlxEWVtbSSsU9QgICAjSV5WVkp2Nl3yTp4d0enFYe5dLS0xJSUlZTxL0CAgICNRVmKKZlZSA + kd7/nldLSybB/6kkL1hIXFIrFfQICAgI1F2joqOjiZnv/8WGe7unTJju/7slSlxTXVAU8wgICAjTaaOm + oJ+o2f/femOd/sdTMI3//6oxVVNVTxTzCAgICNNnorCplb//yYKJd537x2htKIn38FZSZF1PFPUICAgI + 1nmqrK6mpbmciJiAnfrJbWdvUoqSXWReZFAU9QgICAjYgLG5sbCml5+jmIWj+9N8hId8Y1xmZGRdLRT1 + CAgICNiNtLu6rbGooKKjm6X+yYqUjISGe3lyZFQrE/QICAgI1Yq7vbqura2noaCgn5WKlJSUiIODg25k + VCsX9ggICAjrcaa7urOqpKWkmZiZlpubjYqLi3p4bWNRGlH/CAgICN/KhG1ra0lTWEpLS0tKMTExLycp + JCQjIRxV3ggICAgICNz/8vLy7u/v7/Dw8PDr7Ozs6+zt6+ns5v8ICAgICAgICAgICAgICAgICAgICAgI + CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICP//////////4AAAD8AA + AAfAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA + AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAAH4AAAD///////////KAAAADAA + AABgAAAAAQAIAAAAAACACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAIAAAAhAAABSgEAAmcCAAJzAgADdQIAAncCAAJ5AgACewIAAX0BAAF/AQABgAEAAYIBAAKE + AgAFiAUACo0KAA+SDwAUlRMAE5cTABKZEgAQmxAADJwMAAefBwAGogYABaUFAASnBAAEqQQACKwHAAuv + CwAOsA4AELAQABOvEwATshMAErYSABG5EQARvREAD8QPAA7KDgAN0A0ADNUMABDVEAAU1hQAFtcWABfX + FwAZ2RkAGtoaABvcGwAc3RwAHdsdAB/YHwAg1SAAINIgACDMIAAgxiAAH7sfAB+3HwAesh4AHq0eAB6n + HgAeoR4AIKEgACGjIQAiqCIAJK0kACWxJQAmuCYAJ7onACe6JwAnuicAKLgoACu0KwAssi0ALLEtAC2y + LgAusy4ALrguAC66LwAvuy8AL7swAC+9MAAwvDEAM7kzADS3NAA0tjQANbg1ADa9NgA3wTcAOMY5ADrD + OgA6wTsAO8A7ADy/PAA9vj0APb49AD6/PgA/vz8AQMBAAEHAQQBBwEIAQsFCAEPCQwBDxEQARcRGAEbI + RwBGyEcAR8dIAEjESQBIw0kASL1KAEexSwBGpksARp9MAEeeTgBKnlEATZ5UAE6fVgBPo1YAT7lRAE/B + UABPwk8AUMNQAFDEUABQxlAAUcZRAFLJUgBTyVMAU8pUAFXJVQBWyFYAWMdYAFnHWgBbyFsAXMhdAF3J + XgBeyV4AX8pfAGDKYABhymEAYstjAGTMZABkyWUAZMdmAGbIZwBoy2gAactqAGrMawBszWwAbc5uAG/P + bwBwz3AAcc9xAHHPcgByz3MAc89zAHTPdAB10HUAddF2AHbUdwB41XkAetR6AHzSfAB90n0AftJ+AH/S + fwCA0oAAgdGCAIPRgwCE0YUAhdKGAIfShwCJ0okAitOKAIrUigCM1owAjtmOAJDakACS2pMAlNqVAJfa + mACa3JoAm92cAJ3enQCf3p8AoN6gAKPeowCl3aUAp96nAKnfqQCr36sAreCtAK7hrgCv4q8AsOOwALLl + sgCz5rMAtOe0ALfotgC56bkAv+q/AMXrxQDL7MoAzuzNANDtzwDT7dEA1O7SANbu0wDY79YA2vDYANvy + 2gDf9N4A4/bjAOf45wDp+ekA6vnrAOv57ADs+e4A7PnvAOz58QDr+fMA6/jzAOv48wDr+PQA6/j0AOr4 + 9ADq+PQA6vj0AOv59QDs+fQA7vr0APD69ADy+/QA8/v0APT79QD2+/YA9/v2APn79wD7+vgA/fn4AP75 + +AD++fgA/vn5AP37+wD9/f0A/v7+AP7+/gD+/v4A////AP7+/gAHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + BwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + BwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + BwcHBwcHB+LV3+rq5uLi4urq5urm5urq6urm6urq6urq6ubm5ubm5urq7eIHBwcHBwcHBwcH4tW2fHd3 + eHd3d3h4eHh4d3d3d3d4eHh4eHh4eHh4eHh4eHd3lcbiBwcHBwcHBwfi15ZEFA4ODAwMDAwMEBAPEBIS + EhITFBMTExQUFBQUFBQUFBQREVvB4gcHBwcHBwfPrRgVGBgYGRkZGRkZQ0NDQ0NDQxsgICAdHR8fHx8f + Hx8fICAfFQ13yOIHBwcHBwfiQxgXGhpDQkdHR0dGREdHR0dHR0hMKT9XTCkkJiYmJiYmJSokHhUSmfYH + BwcHBwfiFRklJ0ZGQUhbUVFQTlZUTExMQCg/SVNXOjQ0NDQ0NDUzJjMzJB4Qe/gHBwcHBwfiHxwnQEBI + UFFbW1tbWF1ZWElYnse1VzM1NjY3Nzc3Nzc2MiwrKR0Pe/YHBwcHBwfiIiNBR0lVW1tZWVxZWVlZXU1d + w//ecTs5NzY2Nzg4NzY2NzIrKBsOe/YHBwcHBwfiIiRBSFNdXV1dTUlUXV1ZZ1hlxP/th2ZfNDM4Mi8v + MTg2NzcxKRoOe/gHBwcHBwfiIkFJT1tcXWJpZ2hjY2hnbV1uxf/ebWFfODMzMjQ1NDY2NTcyKRoOe/gH + BwcHBwfiIkFMU1tcYmKFu8SrYWdycl1yyf/ecDxfXzkvX7e3cS81NjcyKRoOe/gHBwcHBwfiIkFNV11i + a2GO7v/Wk2Vscl1uyP/hlTtfcDo5uf/trC80NjcyKRoOe/gHBwcHBwfiIkFTXGJsbl6M2v//3I9qgV1u + yP/gi4JfMV7O///boS80NjcyKRoOe/gHBwcHBwfiIlBbYmtubG5/ndT6/9uZVVVyyP/fX18zOMf7/9qc + NDI2NjcyKRoOe/gHBwcHBwfiIkhSYm1tboB+bKrS+v/Sq2Zmrc26cF+Evd7/2qU0Lzg2NjcyKRoOe/gH + BwcHBwfiIkxdY2xzf4CAfmmi1vr/zX5ecXFohDyl2v/esTsvNDg2NjcyKRoOe/gHBwcHBwfiJlRna3N/ + gICAhXNqnNn/zoVdZ2BiczGT3P2mO1c6NDY2NjcxKRwOe/gHBwcHBwfiJ1lncoCAgICAgIdzc6OxnYFr + a2xubGBfjqVfLzo5NDg2NjcxKRwOe/gHBwcHBwfiJ1NshYBpY2xzaGZoaWldbIBzaW1tbl88MzMsLS8v + Ly8vLDE4PhoOe/gHBwcHBwfiJ1l/foqjrqyxq6isp4pzc3NubG1tcztXXzxtkYeGhoaHk188SRsOe/gH + BwcHBwfiJ2aBY6HY//Dy8vP/2pdzf25sbW1ucl5dTT6///Hv7+/w/6o/QRsPe/gHBwcHBwfiJ2eAaKjY + //Pz8/r62pdzgHNubG1ubmRbSTy+//Py8vLz/6tJQBsOe/gHBwcHBwfiKGWDhZ7CzcbIx8jMvox+gHNu + bGtjZV1cTDyTv7m2t7m5v4hMPxsOe/gHBwcHBwfiP2iLlIyBf4F/f4FzZ3R+c25tbmhdWV1VTElAJiot + LCcpJj5MSBsPe/gHBwcHBwfiP3OMkY6QmpuOjpGKf39/gIBza21sXV1YTExMTExMTExMTExMVUQNe/YH + BwcHBwfiSX6Kl5mRj5KQkZJ/is/wwHJecWtdXD+Y1NmKJE1ISVdMTExMSBsPe/gHBwcHBwfiTXSQnaKa + l5SPj3ORzvP/zYFZXT8/WCiu3//SiyMnU0xMTFtQRxsPe/YHBwcHBwfiTX+aoqGhop2Pf5nL8v/fvnNi + kqycZj+Oz/r/0IkpKVVSTFJRUEQPe/YHBwcHBwfiTYmco6OioqKZl83w//O5iGdyv/HUc05Ji9L//9CI + Pk5bTU5SUUQPe/YHBwcHBwfiTYubqKujnZyqzvD/8L+AameFzP/ugVM/P4vR//rPiylSTFNRUEQPe/YH + BwcHBwfiTYmZq7Otope0+v/uwIF/imyHzP/eiF1lUyiK0f/vuCVMV1pRUEQPe/gHBwcHBwfiU4yeqrKz + q5ms1NnFf4mTj26Ay//fjmdjXV1AitTQo0JVXFRbW0QPe/gHBwcHBwfiYpmts7Kxsqyfo6iajo+Qkn+J + y//fjWZiYmliWWJlXVlcW1tbW0MPe/gHBwcHBwfiYpmtubqzsLKrmZeanZyUkYGPzf/glHRzf39zYllY + WVlZW1xbUEMPe/gHBwcHBwfiY6OtusG7s7Gyq6Geo6OamYqSzf/tnYCKi4B/cnJuZmJiXVxSRxsPe/gH + BwcHBwfiZa22usLCuK+zs6yjn5+ip5iYx+/Rn4yRkYmAh4Bzc3JuXVtRRxsOe/gHBwcHBwfiY6u9wcPB + uK+xsbOsoZ+hoqGho6OXkZCQkZCJgICAgH9sXVtRRxsOe/gHBwcHBwfiYqOzvMXDubGzqKeno6Oak5eX + lIuKj5SPiYmHgIBycmxdXVlNRxsXlfgHBwcHBwfip3KXs7q6ta6ooZ2fn5qRjo6Pj5GUlIyHg4OEh4Nt + Z2liWlNOGxVEuuIHBwcHBwfi2KWNiICAgXNkZGRkZFxZWVlZWVlUVE1JSUhASEAnJycmHyAeFlCv4gcH + BwcHBwcH4tW3koaGhoZxcXFxcXFxcXFxcXFfX19fX11ZXV1dWVhMWVdAdb7iBwcHBwcHBwcHB+L///// + /////////////////////////////////////////+IHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + BwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + BwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH + Bwf///////8AAP///////wAA////////AAD4AAAAAD8AAPAAAAAAHwAA4AAAAAAPAADgAAAAAAcAAOAA + AAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAH + AADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAA + AAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAH + AADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAOAA + AAAABwAA4AAAAAAHAADgAAAAAAcAAOAAAAAABwAA4AAAAAAHAADgAAAAAA8AAPAAAAAAHwAA+AAAAAA/ + AAD///////8AAP///////wAA////////AAA= + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSQL_Admin.vb b/DD_PM_WINDREAM/frmSQL_Admin.vb new file mode 100644 index 0000000..18867bb --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_Admin.vb @@ -0,0 +1,78 @@ +Imports System +Imports System.IO +Imports System.Collections + +Public Class frmSQL_Admin + + Private Sub btnrunSQL_Click(sender As Object, e As EventArgs) Handles btnrunSQL.Click + If txtSQL.Text <> "" Then + If txtSQL.Text.ToLower.StartsWith("select") Then + Dim dt As DataTable = ClassDatabase.Return_Datatable(txtSQL.Text) + If Not dt Is Nothing Then + XtraTabControl1.SelectedTabPageIndex = 1 + BindingSource1.DataSource = dt + End If + Else + Dim result As MsgBoxResult = MsgBox("Bitte bestätigen Sie das Ausführen des SQL-Befehls?", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") + ' wenn Speichern ja + If result = MsgBoxResult.Yes Then + Try + Me.Cursor = Cursors.WaitCursor + + Dim connection As New SqlClient.SqlConnection(MyConnectionString) 'csb.ConnectionString) + connection.Open() + Dim cmd As New SqlClient.SqlCommand(txtSQL.Text, connection) + cmd.ExecuteNonQuery() + MsgBox("Der SQL-Befehl wurde erfolgreich ausgeführt!", MsgBoxStyle.Information, "Erfolgsmeldung:") + connection.Close() + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Datenbank-Connect:") + End Try + Cursor = Cursors.Default + End If + End If + End If + + + + End Sub + Sub Load_ConString(constr As String) + Dim csb As New SqlClient.SqlConnectionStringBuilder + csb.ConnectionString = MyConnectionString + If csb.Password.Length > 0 Then + constr = constr.Replace(csb.Password, "XXXXX") + End If + + Me.TextBox1.Text = constr + End Sub + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + Try + With OpenFileDialog1 + ' Do + + .Title = "Wählen Sie bitte die SQL-File:" + If .ShowDialog() = DialogResult.OK Then + Dim FILE_NAME As String = .FileName + Dim objReader As New System.IO.StreamReader(FILE_NAME) + txtSQL.Text = objReader.ReadToEnd + objReader.Close() + End If + End With + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei open-File:") + End Try + + End Sub + + Private Sub frmSQL_Admin_Load(sender As Object, e As EventArgs) Handles Me.Load + Load_ConString(MyConnectionString) + End Sub + + Private Sub txtSQL_KeyPress_1(sender As Object, e As KeyPressEventArgs) Handles txtSQL.KeyPress + If e.KeyChar = Convert.ToChar(1) Then + DirectCast(sender, TextBox).SelectAll() + e.Handled = True + End If + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb b/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb new file mode 100644 index 0000000..519b8ea --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb @@ -0,0 +1,336 @@ + _ +Partial Class frmSQL_DESIGNER + 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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQL_DESIGNER)) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter() + Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.btnShowConnections = New System.Windows.Forms.Button() + Me.Label14 = New System.Windows.Forms.Label() + Me.cmbConnection = New System.Windows.Forms.ComboBox() + Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() + Me.Label4 = New System.Windows.Forms.Label() + Me.Label1 = New System.Windows.Forms.Label() + Me.Label5 = New System.Windows.Forms.Label() + Me.dgvResult = New System.Windows.Forms.DataGridView() + Me.dgvPlaceholders = New System.Windows.Forms.DataGridView() + Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.btnTestSQL = New System.Windows.Forms.Button() + Me.Label15 = New System.Windows.Forms.Label() + Me.cmbIndexe = New System.Windows.Forms.ComboBox() + Me.Button1 = New System.Windows.Forms.Button() + Me.btnSaveSQLCommand = New System.Windows.Forms.Button() + Me.lblSaveFinalIndex = New System.Windows.Forms.Label() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPM_PROFILE_FINAL_INDEXINGBindingSource + ' + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_FINAL_INDEXINGTableAdapter + ' + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Me.TBPM_CONNECTIONTableAdapter + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'TBPM_CONNECTIONTableAdapter + ' + Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + ' + 'TBPM_CONNECTIONBindingSource + ' + Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" + Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'btnShowConnections + ' + Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnShowConnections.Location = New System.Drawing.Point(220, 28) + Me.btnShowConnections.Name = "btnShowConnections" + Me.btnShowConnections.Size = New System.Drawing.Size(111, 24) + Me.btnShowConnections.TabIndex = 82 + Me.btnShowConnections.Text = "Connections" + Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnShowConnections.UseVisualStyleBackColor = True + ' + 'Label14 + ' + Me.Label14.AutoSize = True + Me.Label14.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label14.Location = New System.Drawing.Point(12, 9) + Me.Label14.Name = "Label14" + Me.Label14.Size = New System.Drawing.Size(76, 16) + Me.Label14.TabIndex = 81 + Me.Label14.Text = "Connection:" + ' + 'cmbConnection + ' + Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) + Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.cmbConnection.DisplayMember = "BEZEICHNUNG" + Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbConnection.FormattingEnabled = True + Me.cmbConnection.Location = New System.Drawing.Point(14, 28) + Me.cmbConnection.Name = "cmbConnection" + Me.cmbConnection.Size = New System.Drawing.Size(200, 24) + Me.cmbConnection.TabIndex = 80 + Me.cmbConnection.ValueMember = "GUID" + ' + 'SQL_COMMANDTextBox + ' + Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True)) + Me.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(15, 76) + Me.SQL_COMMANDTextBox.Multiline = True + Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" + Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(898, 259) + Me.SQL_COMMANDTextBox.TabIndex = 86 + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(11, 57) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(81, 13) + Me.Label4.TabIndex = 85 + Me.Label4.Text = "SQL-Command:" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!) + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(15, 338) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(65, 15) + Me.Label1.TabIndex = 91 + Me.Label1.Text = "Platzhalter:" + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!) + Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label5.Location = New System.Drawing.Point(368, 356) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(55, 15) + Me.Label5.TabIndex = 90 + Me.Label5.Text = "Ergebnis:" + ' + 'dgvResult + ' + Me.dgvResult.AllowUserToAddRows = False + Me.dgvResult.AllowUserToDeleteRows = False + DataGridViewCellStyle5.BackColor = System.Drawing.Color.Cyan + Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 + Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.dgvResult.Location = New System.Drawing.Point(372, 373) + Me.dgvResult.Name = "dgvResult" + Me.dgvResult.ReadOnly = True + Me.dgvResult.Size = New System.Drawing.Size(541, 134) + Me.dgvResult.TabIndex = 89 + ' + 'dgvPlaceholders + ' + Me.dgvPlaceholders.AllowUserToAddRows = False + Me.dgvPlaceholders.AllowUserToDeleteRows = False + DataGridViewCellStyle6.BackColor = System.Drawing.Color.Cyan + Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6 + Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace}) + Me.dgvPlaceholders.Enabled = False + Me.dgvPlaceholders.Location = New System.Drawing.Point(15, 356) + Me.dgvPlaceholders.Name = "dgvPlaceholders" + Me.dgvPlaceholders.Size = New System.Drawing.Size(338, 150) + Me.dgvPlaceholders.TabIndex = 88 + ' + 'colPlaceholder + ' + Me.colPlaceholder.HeaderText = "Platzhalter" + Me.colPlaceholder.Name = "colPlaceholder" + Me.colPlaceholder.ReadOnly = True + ' + 'colReplace + ' + Me.colReplace.HeaderText = "Ersetzung" + Me.colReplace.Name = "colReplace" + ' + 'btnTestSQL + ' + Me.btnTestSQL.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle)) + Me.btnTestSQL.Image = CType(resources.GetObject("btnTestSQL.Image"), System.Drawing.Image) + Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnTestSQL.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.btnTestSQL.Location = New System.Drawing.Point(745, 338) + Me.btnTestSQL.Name = "btnTestSQL" + Me.btnTestSQL.Size = New System.Drawing.Size(168, 29) + Me.btnTestSQL.TabIndex = 87 + Me.btnTestSQL.Text = "Teste SQL-Command" + Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnTestSQL.UseVisualStyleBackColor = True + ' + 'Label15 + ' + Me.Label15.AutoSize = True + Me.Label15.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label15.Location = New System.Drawing.Point(678, 9) + Me.Label15.Name = "Label15" + Me.Label15.Size = New System.Drawing.Size(44, 16) + Me.Label15.TabIndex = 93 + Me.Label15.Text = "Index:" + ' + 'cmbIndexe + ' + Me.cmbIndexe.FormattingEnabled = True + Me.cmbIndexe.Location = New System.Drawing.Point(681, 28) + Me.cmbIndexe.Name = "cmbIndexe" + Me.cmbIndexe.Size = New System.Drawing.Size(194, 21) + Me.cmbIndexe.TabIndex = 92 + ' + 'Button1 + ' + Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.Button1.Location = New System.Drawing.Point(881, 28) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(32, 23) + Me.Button1.TabIndex = 94 + Me.Button1.UseVisualStyleBackColor = True + ' + 'btnSaveSQLCommand + ' + Me.btnSaveSQLCommand.Image = CType(resources.GetObject("btnSaveSQLCommand.Image"), System.Drawing.Image) + Me.btnSaveSQLCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSaveSQLCommand.Location = New System.Drawing.Point(818, 513) + Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand" + Me.btnSaveSQLCommand.Size = New System.Drawing.Size(95, 30) + Me.btnSaveSQLCommand.TabIndex = 95 + Me.btnSaveSQLCommand.Text = "Speichern" + Me.btnSaveSQLCommand.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnSaveSQLCommand.UseVisualStyleBackColor = True + ' + 'lblSaveFinalIndex + ' + Me.lblSaveFinalIndex.AutoSize = True + Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow + Me.lblSaveFinalIndex.Location = New System.Drawing.Point(369, 513) + Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex" + Me.lblSaveFinalIndex.Size = New System.Drawing.Size(38, 13) + Me.lblSaveFinalIndex.TabIndex = 96 + Me.lblSaveFinalIndex.Text = "Label4" + Me.lblSaveFinalIndex.Visible = False + ' + 'frmSQL_DESIGNER + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(923, 547) + Me.Controls.Add(Me.lblSaveFinalIndex) + Me.Controls.Add(Me.btnSaveSQLCommand) + Me.Controls.Add(Me.Button1) + Me.Controls.Add(Me.Label15) + Me.Controls.Add(Me.cmbIndexe) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.Label5) + Me.Controls.Add(Me.dgvResult) + Me.Controls.Add(Me.dgvPlaceholders) + Me.Controls.Add(Me.btnTestSQL) + Me.Controls.Add(Me.SQL_COMMANDTextBox) + Me.Controls.Add(Me.Label4) + Me.Controls.Add(Me.btnShowConnections) + Me.Controls.Add(Me.Label14) + Me.Controls.Add(Me.cmbConnection) + Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmSQL_DESIGNER" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "SQL - Designer" + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter + Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents btnShowConnections As System.Windows.Forms.Button + Friend WithEvents Label14 As System.Windows.Forms.Label + Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox + Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents dgvResult As System.Windows.Forms.DataGridView + Friend WithEvents dgvPlaceholders As System.Windows.Forms.DataGridView + Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn + Friend WithEvents btnTestSQL As System.Windows.Forms.Button + Friend WithEvents Label15 As System.Windows.Forms.Label + Friend WithEvents cmbIndexe As System.Windows.Forms.ComboBox + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents btnSaveSQLCommand As System.Windows.Forms.Button + Friend WithEvents lblSaveFinalIndex As System.Windows.Forms.Label +End Class diff --git a/DD_PM_WINDREAM/frmSQL_DESIGNER.resx b/DD_PM_WINDREAM/frmSQL_DESIGNER.resx new file mode 100644 index 0000000..19f6636 --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_DESIGNER.resx @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 179, 17 + + + 489, 17 + + + 794, 17 + + + 1212, 17 + + + 967, 17 + + + True + + + True + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAKhJREFUOE+dkb0RAiEQhSnFIgyMyckNLMI6zB0zS0FruBKugdMACFdWecoBw49v + 5ku43W8eh7DWkmcxxhzFP2HB4bqnaZ7IS27OuU341BcW7E7bN5f7ebxNLGCG26QCENo0qQq01qSUIill + kaIAV+Dz0lJMJkhr89BjeRZZCeIfh8UamcDzfbphQRoIMITKYFhQoykogUUQ1n7pFYTxPBDUaAp6+EwL + 8QKzYQ6as7QBdAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w + Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== + + + + + AAABAAMAICAQAAEABADoAgAANgAAACAgAAABAAgAqAgAAB4DAAAgIAAAAQAgAKgQAADGCwAAKAAAACAA + AABAAAAAAQAEAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICA + AACAgIAAwMDAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP///wAAAAAAAP///////wAAAAAAAAAAD/// + ////////8AAAAAAAD//4d3d3d3d3j//wAAAAD/+Hd3d3d3d3d3d4//AAAA/3d3d3d3d3d3d3d3/wAAD/ + d3d3d3d3d3d3d3d3/wAA/3d3d3d3d3d3d3d3d/8AAP93d3d3d3d3d3d3d3f/AAD/d3d3d3d3d3d3d3d3 + /wAA/3d3d3d3d3d3d3d3d/8AAP93d3d3d3d3d3d3d3f/AAD/d3d3d3d3d3d3d3d3/wAA/3d3d3d3d3d3 + d3d3d/8AAP93d3d3d3d3d3d3d3f/AAD/d3d3d3d3d3d3d3d3/wAA/3d3d3d3d3d3d3d3d/8AAP93d3d3 + d3d3d3d3d3f/AAD/d3d3d3d3d3d3d3d3/wAA/3d3d3d3d3d3d3d3d/8AAP93d3d3d3d3d3d3d3f/AAD/ + d3d3d3d3d3d3d3d3/wAA/3d3d3d3d3d3d3d3d/8AAP93d3eI/////4h3d3f/AAD/d3f//////////3d3 + /wAA/3eP///////////4d/8AAP93j///////////+Hf/AAD/d3f//////////3d3/wAAD/d3d4j///// + iHd3f/AAAA//h3d3d3d3d3d3eP/wAAAAD//4d3d3d3d3j//wAAAAAAAP///////////wAAAAAAAAAAD/ + //////8AAAAAAP/AA//+AAB/+AAAH+AAAAfgAAAHwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA + AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA+AA + AAfgAAAH+AAAH/4AAH//wAP/KAAAACAAAABAAAAAAQAIAAAAAAAABAAAAAAAAAAAAAAAAQAAAAEAAAAA + AABCQkIATU1NAG9vbwB5eXkAhoaGAJGRkQCamZkApKOkALOzswDFxMUAycnJANDPzwDm5OUA6+vrAPHv + 8AD29vYA+Pj4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAEREQEBAQEBAQEBERAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAA + AAAAAAAAAAAAAAAQEBAOCQYDAQEBAQEBAQIDBgkOEBAQAAAAAAAAAAAREBALBAEBAQEBAQEBAQEBAQEB + AQEECxAQEQAAAAAAABAQBQEBAQEBAQEBAQEBAQEBAQEBAQEBBRAQAAAAAAAQEAUBAQEBAQEBAQEBAQEB + AQEBAQEBAQEBBRAQAAAAABAQAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBEBAAAAAAEBABAQEBAQEBAQEB + AQEBAQEBAQEBAQEBAQEQEAAAAAAQEAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBARAQAAAAABAQAQEBAQEB + AQEBAQEBAQEBAQEBAQEBAQEBEBAAAAAAEBABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEQEAAAAAAQEAEB + AQEBAQEBAQEBAQEBAQEBAQEBAQEBARAQAAAAABAQAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBEBAAAAAA + EBABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEQEAAAAAAQEAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBARAQ + AAAAABAQAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBEBAAAAAAEBABAQEBAQEBAQEBAQEBAQEBAQEBAQEB + AQEQEAAAAAAQEAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBARAQAAAAABAQAQEBAQEBAQEBAQEBAQEBAQEB + AQEBAQEBEBAAAAAAEBABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEQEAAAAAAQEAEBAQEBAQEBAQEBAQEB + AQEBAQEBAQEBARAQAAAAABAQAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBEBAAAAAAEBABAQEBAQQICg0P + Dw8PDw8NCggEAQEBAQEQEAAAAAAQEAEBAgcNDw8PDw8PDw8PDw8PDw8NBwIBARAQAAAAABAOAQEMDw8P + Dw8PDw8PDw8PDw8PDw8PDAEBEBAAAAAAEA4BAQwPDw8PDw8PDw8PDw8PDw8PDw8MAQEQEAAAAAAQEAUB + AgcNDw8PDw8PDw8PDw8PDw8NBwIBBRAQAAAAAAAQDgUBAQEECAoNDw8PDw8PDQoIBAEBAQUOEAAAAAAA + ABEQEAsEAQEBAQEBAQEBAQEBAQEBAQQLEBARAAAAAAAAAAAQEBAOCQYDAQEBAQEBAQEDBgkOEBAQAAAA + AAAAAAAAAAAAEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAAAAAAAAAAAARERAQEBAQEBAQEREAAAAA + AAAAAAAA/8AD//4AAH/4AAAf4AAAB+AAAAfAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA + AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAAD4AAAB+AA + AAf4AAAf/gAAf//AA/8oAAAAIAAAAEAAAAABACAAAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vYg9vb2cPb29p/29va/9vb2//b29v/29vb/9vb2//b2 + 9v/29vb/9vb2//b29v/29va/9vb2n/b29nD29vYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAPb29hD29vZw9vb23/b29v/29vb/9vb2//b29v/29vb/9vb2//b2 + 9v/29vb/9vb2//b29v/29vb/9vb2//b29v/29vb/9vb2//b29v/29vbf9vb2cPb29hAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vZQ9vb27/b29v/29vb/6+vr/7Ozs/+RkZH/b29v/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9NTU3/b29v/5GRkf+zs7P/6+vr//b29v/29vb/9vb27/b2 + 9lAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9vb2n/b29v/29vb/ycnJ/3p6ev9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/enp6/8nJ + yf/29vb/9vb2//b29p8AAAAAAAAAAAAAAAAAAAAAAAAAAPb29nD29vb/9vb2/4aGhv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/4aGhv/29vb/9vb2//b29nAAAAAAAAAAAAAAAAAAAAAA9vb23/b29v+Ghob/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/4aGhv/29vb/9vb23wAAAAAAAAAAAAAAAAAAAAD29vb/9vb2/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/AAAAAAAAAAAAAAAAAAAAAPb2 + 9v/29vb/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/9vb2//b29v8AAAAAAAAAAAAA + AAAAAAAA9vb2//b29v9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/29vb/9vb2/wAA + AAAAAAAAAAAAAAAAAAD29vb/9vb2/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b2 + 9v/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v/29vb/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/9vb2//b29v8AAAAAAAAAAAAAAAAAAAAA9vb2//b29v9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv/29vb/9vb2/wAAAAAAAAAAAAAAAAAAAAD29vb/9vb2/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v/29vb/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/9vb2//b29v8AAAAAAAAAAAAAAAAAAAAA9vb2//b2 + 9v9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/29vb/9vb2/wAAAAAAAAAAAAAAAAAA + AAD29vb/9vb2/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/AAAAAAAA + AAAAAAAAAAAAAPb29v/29vb/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/9vb2//b2 + 9v8AAAAAAAAAAAAAAAAAAAAA9vb2//b29v9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv/29vb/9vb2/wAAAAAAAAAAAAAAAAAAAAD29vb/9vb2/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC//b29v/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v/29vb/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/9vb2//b29v8AAAAAAAAAAAAAAAAAAAAA9vb2//b29v9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/29vb/9vb2/wAAAAAAAAAAAAAAAAAAAAD29vb/9vb2/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/AAAAAAAAAAAAAAAAAAAAAPb2 + 9v/29vb/QkJC/0JCQv9CQkL/QkJC/0JCQv95eHj/pKOk/8XExf/m5OX/8e/w//Hv8P/x7/D/8e/w//Hv + 8P/x7/D/5uTl/8XExf+ko6T/eXh4/0JCQv9CQkL/QkJC/0JCQv9CQkL/9vb2//b29v8AAAAAAAAAAAAA + AAAAAAAA9vb2//b29v9CQkL/QkJC/01NTf+amZn/5uTl//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv + 8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/5uTl/5qZmf9NTU3/QkJC/0JCQv/29vb/9vb2/wAA + AAAAAAAAAAAAAAAAAAD29vb/6+vr/0JCQv9CQkL/0M/P//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv + 8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w/9DPz/9CQkL/QkJC//b2 + 9v/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v/r6+v/QkJC/0JCQv/Qz8//8e/w//Hv8P/x7/D/8e/w//Hv + 8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/0M/P/0JC + Qv9CQkL/9vb2//b29v8AAAAAAAAAAAAAAAAAAAAA9vb23/b29v+Ghob/QkJC/01NTf+amZn/5uTl//Hv + 8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv8P/x7/D/5uTl/5qZ + mf9NTU3/QkJC/4aGhv/29vb/9vb23wAAAAAAAAAAAAAAAAAAAAD29vZw9vb2/+vr6/+Ghob/QkJC/0JC + Qv9CQkL/eXh4/6SjpP/FxMX/5uTl//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w/+bk5f/FxMX/pKOk/3l4 + eP9CQkL/QkJC/0JCQv+Ghob/6+vr//b29v/29vZwAAAAAAAAAAAAAAAAAAAAAAAAAAD29vaf9vb2//b2 + 9v/Jycn/enp6/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/QkJC/0JCQv96enr/ycnJ//b29v/29vb/9vb2nwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD29vZQ9vb27/b29v/29vb/6+vr/7Ozs/+RkZH/b29v/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JC + Qv9CQkL/b29v/5GRkf+zs7P/6+vr//b29v/29vb/9vb27/b29lAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD29vYQ9vb2cPb29t/29vb/9vb2//b29v/29vb/9vb2//b29v/29vb/9vb2//b2 + 9v/29vb/9vb2//b29v/29vb/9vb2//b29v/29vb/9vb23/b29nD29vYQAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPb29iD29vZw9vb2n/b29r/29vb/9vb2//b2 + 9v/29vb/9vb2//b29v/29vb/9vb2//b29r/29vaf9vb2cPb29iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP8AAP/4AAAf8AAAD+AAAAfAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA + AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA + AAPgAAAH8AAAD/gAAB//AAD/ + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSQL_DESIGNER.vb b/DD_PM_WINDREAM/frmSQL_DESIGNER.vb new file mode 100644 index 0000000..9961b1a --- /dev/null +++ b/DD_PM_WINDREAM/frmSQL_DESIGNER.vb @@ -0,0 +1,204 @@ +Imports System.Text.RegularExpressions +Imports Oracle.ManagedDataAccess.Client + +Public Class frmSQL_DESIGNER + Private _windreamPM As ClassPMWindream + Private Sub TBPM_PROFILE_FINAL_INDEXINGBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) + Me.Validate() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.EndEdit() + Me.TableAdapterManager.UpdateAll(Me.DD_DMSLiteDataSet) + + End Sub + + Private Sub FillToolStripButton_Click(sender As Object, e As EventArgs) + Try + If CURRENT_DESIGN_TYPE = "FINAL_INDEX" Then + Dim sql = "SELECT" + End If + Catch ex As System.Exception + System.Windows.Forms.MessageBox.Show(ex.Message) + End Try + + End Sub + + Private Sub frmSQL_FINAL_INDICES_Load(sender As Object, e As EventArgs) Handles MyBase.Load + Try + lblSaveFinalIndex.Visible = False + 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen. + Me.TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection.ConnectionString = MyConnectionString + cmbConnection.SelectedValue = CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("CONNECTION_ID") + cmbConnection.FindStringExact(CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("CON_STRING")) + SQL_COMMANDTextBox.Text = CURRENT_DT_SQL_CONFIG_TABLE.Rows(0).Item("SQL_COMMAND") + Try + ' Windream instanziieren + _windreamPM = New ClassPMWindream() + 'Windream initialisieren (Connection, Session, ... aufbauen) + _windreamPM.Init() + Catch ex As Exception + MsgBox("Fehler bei Initialisieren von windream: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") + End Try + cmbIndexe.Items.Clear() + Dim indexe = _windreamPM.GetIndicesByObjecttype(CURRENT_OBJECTTYPE) + If indexe IsNot Nothing Then + For Each index As String In indexe + Me.cmbIndexe.Items.Add(index) + Next + Me.cmbIndexe.SelectedIndex = -1 + End If + Catch ex As Exception + MsgBox("Unexpected Error while loading form: " & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + Dim CurrentPosition As Integer = 0 + Dim CurrentPlaceholders As New Placeholders() + Dim CurrentTableType As String + Dim AtPlaceholderPattern As String = "\[%{1}[a-zA-Z0-9\!\$\&\/\(\)\=\?\,\.\-\;\:_öÖüÜäÄ\#\'\+\*\~\{\}\@\€\<\>\ ]+]{1}" '"\[%[0-9A-Za-z_-]{1,}\]" + Public Class Placeholders + Public Property RecordId As Integer + Public Property ParentRecordId As Integer + Public Property FormId As Integer + End Class + + Public Property Value() As String + Get + Return SQL_COMMANDTextBox.Text + End Get + Set(value As String) + SQL_COMMANDTextBox.Text = value + End Set + End Property + Private Sub SQL_COMMANDTextBox_TextChanged(sender As Object, e As EventArgs) Handles SQL_COMMANDTextBox.TextChanged, SQL_COMMANDTextBox.Click + CurrentPosition = SQL_COMMANDTextBox.SelectionStart + + If SQL_COMMANDTextBox.Text.Trim().Count = 0 Then + dgvPlaceholders.Enabled = False + Else + dgvPlaceholders.Enabled = True + End If + + CheckForPlaceholders() + End Sub + Private Sub CheckForPlaceholders() + Dim count As Integer = 0 + Dim text As String = Me.Value + Dim atPlaceholderRegex = New Regex(AtPlaceholderPattern, RegexOptions.IgnoreCase) + Dim matches As MatchCollection = atPlaceholderRegex.Matches(text) + + dgvPlaceholders.Rows.Clear() + + For Each match As Match In matches + dgvPlaceholders.Rows.Add({match.Value, ""}) + Next + End Sub + + Private Sub btnTestSQL_Click(sender As Object, e As EventArgs) Handles btnTestSQL.Click + Dim query As String = SQL_COMMANDTextBox.Text + + For Each row As DataGridViewRow In dgvPlaceholders.Rows + Dim placeholder As String = row.Cells(0).Value + Dim replacement As String = row.Cells(1).Value + + ' Wenn Ersetzung ausgefüllt wurde, Platzhalter damit ersetzen + If Not String.IsNullOrEmpty(replacement) Then + query = query.Replace(placeholder, replacement) + Else + MsgBox("Bitte geben Sie für den Platzhalter " & placeholder & " einen Wert an!", MsgBoxStyle.Exclamation, "Fehlende Platzhalter Ersetzung") + Exit Sub + End If + Next + + Dim ds As DataSet = ExecuteWithConnection(cmbConnection.SelectedValue, query) + + If ds IsNot Nothing Then + dgvResult.DataSource = ds.Tables(0) + End If + + End Sub + Private Function ExecuteWithConnection(connectionId As Integer, sql As String) As DataSet + Try + + Dim connectionString As String + + connectionString = ClassDatabase.Get_ConnectionString(connectionId) + + If connectionString <> "" Then + + If connectionString.StartsWith("Server=") And connectionString.Contains("Database=") Then + Dim sqlConnection As SqlClient.SqlConnection + Dim sqlCommand As SqlClient.SqlCommand + Dim sqlAdapter As New SqlClient.SqlDataAdapter + Dim dataset As New DataSet + + sqlConnection = New SqlClient.SqlConnection(connectionString) + sqlConnection.Open() + + sqlCommand = New SqlClient.SqlCommand(sql, sqlConnection) + + sqlAdapter.SelectCommand = sqlCommand + sqlAdapter.Fill(dataset) + + Return dataset + ElseIf connectionString.Contains("dsn=") Then 'ODBC-Connection + Dim sqlConnection As Odbc.OdbcConnection + Dim sqlCommand As Odbc.OdbcCommand + Dim sqlAdapter As New Odbc.OdbcDataAdapter + Dim dataset As New DataSet + + sqlConnection = New Odbc.OdbcConnection(connectionString) + sqlConnection.Open() + + sqlCommand = New Odbc.OdbcCommand(sql, sqlConnection) + + sqlAdapter.SelectCommand = sqlCommand + sqlAdapter.Fill(dataset) + + Return dataset + Else + If LogErrorsOnly = True Then ClassLogger.Add(" >> It's an Oracle-Connection (ExecuteWithConnection)", False) + Dim sqlConnection As OracleConnection + Dim sqlCommand As OracleCommand + Dim sqlAdapter As New OracleDataAdapter + Dim dataset As New DataSet + + sqlConnection = New OracleConnection(connectionString) + sqlConnection.Open() + + sqlCommand = New OracleCommand(sql, sqlConnection) + + sqlAdapter.SelectCommand = sqlCommand + sqlAdapter.Fill(dataset) + + Return dataset + End If + Else + MsgBox("Keine gültige ConnectionID", MsgBoxStyle.Exclamation) + End If + + Catch ex As Exception + ClassLogger.Add(" - Unvorhergesehener Fehler bei TestSQL - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei TestSQL:") + Return Nothing + End Try + End Function + + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + If cmbIndexe.SelectedIndex <> -1 Then + Dim val As String = "[%" & cmbIndexe.Text & "]" + Dim altePosition As Integer = Me.SQL_COMMANDTextBox.SelectionStart() + Me.SQL_COMMANDTextBox.Text = Me.SQL_COMMANDTextBox.Text.Insert(altePosition, val) + Me.SQL_COMMANDTextBox.SelectionStart = altePosition + val.Length + End If + + End Sub + + Private Sub btnSaveSQLCommand_Click(sender As Object, e As EventArgs) Handles btnSaveSQLCommand.Click + If CURRENT_DESIGN_TYPE = "FINAL_INDEX" Then + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.cmdUpdateSQL(cmbConnection.SelectedValue, SQL_COMMANDTextBox.Text, Environment.UserName, CURRENT_INDEX_ID) + lblSaveFinalIndex.Visible = True + lblSaveFinalIndex.Text = "SQL für finalen Index wurd erfolgreich gespeichert! " & Now.ToString + End If + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSplash.designer.vb b/DD_PM_WINDREAM/frmSplash.designer.vb new file mode 100644 index 0000000..cd63a8f --- /dev/null +++ b/DD_PM_WINDREAM/frmSplash.designer.vb @@ -0,0 +1,138 @@ + _ +Partial Class frmSplash + 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 + Friend WithEvents Version As System.Windows.Forms.Label + Friend WithEvents Copyright As System.Windows.Forms.Label + + '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.Version = New System.Windows.Forms.Label() + Me.Copyright = New System.Windows.Forms.Label() + Me.lblStatus = New System.Windows.Forms.Label() + Me.pbStatus = New System.Windows.Forms.ProgressBar() + Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() + Me.PictureBox1 = New System.Windows.Forms.PictureBox() + Me.TableLayoutPanel1.SuspendLayout() + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'Version + ' + Me.Version.BackColor = System.Drawing.Color.Transparent + Me.Version.Dock = System.Windows.Forms.DockStyle.Fill + Me.Version.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Version.Location = New System.Drawing.Point(3, 0) + Me.Version.Name = "Version" + Me.Version.Size = New System.Drawing.Size(290, 21) + Me.Version.TabIndex = 1 + Me.Version.Text = "Version {0}.{1:00}" + Me.Version.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + ' + 'Copyright + ' + Me.Copyright.BackColor = System.Drawing.Color.Transparent + Me.Copyright.Dock = System.Windows.Forms.DockStyle.Fill + Me.Copyright.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Copyright.Location = New System.Drawing.Point(3, 21) + Me.Copyright.Name = "Copyright" + Me.Copyright.Size = New System.Drawing.Size(290, 21) + Me.Copyright.TabIndex = 2 + Me.Copyright.Text = "Copyright" + Me.Copyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + ' + 'lblStatus + ' + Me.lblStatus.AutoSize = True + Me.lblStatus.BackColor = System.Drawing.SystemColors.Control + Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblStatus.Location = New System.Drawing.Point(4, 376) + Me.lblStatus.Name = "lblStatus" + Me.lblStatus.Size = New System.Drawing.Size(105, 15) + Me.lblStatus.TabIndex = 1 + Me.lblStatus.Text = "Status Monitoring:" + Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + ' + 'pbStatus + ' + Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom + Me.pbStatus.Location = New System.Drawing.Point(0, 396) + Me.pbStatus.Maximum = 125 + Me.pbStatus.Name = "pbStatus" + Me.pbStatus.Size = New System.Drawing.Size(621, 23) + Me.pbStatus.TabIndex = 0 + ' + 'TableLayoutPanel1 + ' + Me.TableLayoutPanel1.ColumnCount = 1 + Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) + Me.TableLayoutPanel1.Controls.Add(Me.Copyright, 0, 1) + Me.TableLayoutPanel1.Controls.Add(Me.Version, 0, 0) + Me.TableLayoutPanel1.Location = New System.Drawing.Point(313, 188) + Me.TableLayoutPanel1.Name = "TableLayoutPanel1" + Me.TableLayoutPanel1.RowCount = 2 + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) + Me.TableLayoutPanel1.Size = New System.Drawing.Size(296, 42) + Me.TableLayoutPanel1.TabIndex = 2 + ' + 'PictureBox1 + ' + Me.PictureBox1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.PM_mit_slogan + Me.PictureBox1.Location = New System.Drawing.Point(0, -1) + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.Size = New System.Drawing.Size(520, 374) + Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox1.TabIndex = 3 + Me.PictureBox1.TabStop = False + ' + 'frmSplash + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom + Me.ClientSize = New System.Drawing.Size(621, 419) + Me.ControlBox = False + Me.Controls.Add(Me.TableLayoutPanel1) + Me.Controls.Add(Me.lblStatus) + Me.Controls.Add(Me.pbStatus) + Me.Controls.Add(Me.PictureBox1) + Me.DoubleBuffered = True + Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmSplash" + Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.TransparencyKey = System.Drawing.Color.White + Me.TableLayoutPanel1.ResumeLayout(False) + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents lblStatus As System.Windows.Forms.Label + Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar + Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel + Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox + +End Class diff --git a/DD_PM_WINDREAM/frmSplash.resx b/DD_PM_WINDREAM/frmSplash.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/DD_PM_WINDREAM/frmSplash.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmSplash.vb b/DD_PM_WINDREAM/frmSplash.vb new file mode 100644 index 0000000..91d3a18 --- /dev/null +++ b/DD_PM_WINDREAM/frmSplash.vb @@ -0,0 +1,130 @@ +Imports System.ComponentModel +Imports System.Diagnostics +Imports System.Threading +Imports System.Globalization + +Public NotInheritable Class frmSplash + + 'TODO: Dieses Formular kann einfach als Begrüßungsbildschirm für die Anwendung festgelegt werden, indem Sie zur Registerkarte "Anwendung" + ' des Projekt-Designers wechseln (Menü "Projekt", Option "Eigenschaften"). + Private InitSteps As Integer = 4 + Private bw As New BackgroundWorker() + + Private Sub frmSplash_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load + 'Richten Sie den Dialogtext zur Laufzeit gemäß den Assemblyinformationen der Anwendung ein. + + 'TODO: Die Assemblyinformationen der Anwendung im Bereich "Anwendung" des Dialogfelds für die + ' Projekteigenschaften (im Menü "Projekt") anpassen. + + 'Anwendungstitel + 'If My.Application.Info.Title <> "" Then + ' ApplicationTitle.Text = My.Application.Info.Title + 'Else + ' 'Wenn der Anwendungstitel fehlt, Anwendungsnamen ohne Erweiterung verwenden + ' ApplicationTitle.Text = System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName) + 'End If + + 'Verwenden Sie zum Formatieren der Versionsinformationen den Text, der zur Entwurfszeit in der Versionskontrolle festgelegt wurde, als + ' Formatierungszeichenfolge. Dies ermöglicht ggf. eine effektive Lokalisierung. + ' Build- und Revisionsinformationen können durch Verwendung des folgenden Codes und durch Ändern + ' des Entwurfszeittexts der Versionskontrolle in "Version {0}.{1:00}.{2}.{3}" oder einen ähnlichen Text eingeschlossen werden. Weitere Informationen erhalten Sie unter + ' String.Format() in der Hilfe. + ' + ' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.Build, My.Application.Info.Version.Revision) + + Version.Text = String.Format("Version {0}", My.Application.Info.Version.ToString) + + 'Copyrightinformationen + Copyright.Text = My.Application.Info.Copyright & " " & My.Application.Info.CompanyName + Me.BringToFront() + + Dim p As Process + Dim RunCount = 0 + For Each p In Process.GetProcesses + If p.ProcessName.Contains("lobal_Indexe") Then + RunCount += 1 + End If + Next + 'If RunCount = 2 Then + ' MsgBox("Application already running. " & "GLOBIX will be closed!", MsgBoxStyle.Exclamation) + ' My.Settings.AppTerminate = True + ' My.Settings.Save() + ' Me.Close() + 'Else + ' InitProgram() + 'End If + + InitProgram() + + + + + End Sub + + Private Sub InitProgram() + bw.WorkerReportsProgress = True + AddHandler bw.DoWork, AddressOf bw_DoWork + AddHandler bw.ProgressChanged, AddressOf bw_ProgressChanged + AddHandler bw.RunWorkerCompleted, AddressOf bw_RunWorkerCompleted + + bw.RunWorkerAsync() + End Sub + + Private Function CalcProgress(_step As Integer) + Return _step * (100 / InitSteps) + End Function + + _ + Private Sub bw_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) + Dim Init = New ClassInit() + + bw.ReportProgress(CalcProgress(1), "Initialize Logging") + Init.InitLogger() + System.Threading.Thread.Sleep(600) + + bw.ReportProgress(CalcProgress(2), "Initialize User Settings") + Init.InitUserConfig() + System.Threading.Thread.Sleep(600) + + bw.ReportProgress(CalcProgress(3), "Initialize Database") + If Init.InitDatabase() = True Then + System.Threading.Thread.Sleep(600) + bw.ReportProgress(CalcProgress(4), "Initialize UserConfiguration") + Init.InitUserLogin() + + System.Threading.Thread.Sleep(600) + + bw.ReportProgress(CalcProgress(5), "Initialize windream-Settings") + Init.InitWindream() + + System.Threading.Thread.Sleep(500) + End If + + + End Sub + + Private Sub bw_ProgressChanged(sender As Object, e As System.ComponentModel.ProgressChangedEventArgs) + pbStatus.Value = e.ProgressPercentage + lblStatus.Text = e.UserState.ToString() + End Sub + + Private Sub bw_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs) + ' Bei Fehler MsgBox anzeigen und Programm beenden + If e.Error IsNot Nothing Then + MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Unexpected error in Initializing application") + Application.Exit() + End If + + ' Wenn kein Fehler, Splashscreen schließen + Me.Close() + End Sub + + Public Sub New() + + ' Dieser Aufruf ist für den Designer erforderlich. + InitializeComponent() + + ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu. + + End Sub +End Class diff --git a/DD_PM_WINDREAM/frmUserKonfig_AddUsers.designer.vb b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.designer.vb new file mode 100644 index 0000000..dd496c7 --- /dev/null +++ b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.designer.vb @@ -0,0 +1,193 @@ + _ +Partial Class frmUserKonfig_AddUsers + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + _ + Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig_AddUsers)) + Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() + Me.lbGroups = New System.Windows.Forms.ListBox() + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() + Me.clbUsers = New System.Windows.Forms.CheckedListBox() + Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() + Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() + Me.tbSelectEverything = New System.Windows.Forms.ToolStripButton() + Me.tbSelectNone = New System.Windows.Forms.ToolStripButton() + Me.btnCancel = New System.Windows.Forms.Button() + Me.btnAddUsers = New System.Windows.Forms.Button() + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer1.Panel1.SuspendLayout() + Me.SplitContainer1.Panel2.SuspendLayout() + Me.SplitContainer1.SuspendLayout() + Me.ToolStrip1.SuspendLayout() + Me.ToolStrip2.SuspendLayout() + Me.SuspendLayout() + ' + 'SplitContainer1 + ' + Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) + Me.SplitContainer1.Name = "SplitContainer1" + ' + 'SplitContainer1.Panel1 + ' + Me.SplitContainer1.Panel1.Controls.Add(Me.lbGroups) + Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1) + ' + 'SplitContainer1.Panel2 + ' + Me.SplitContainer1.Panel2.Controls.Add(Me.clbUsers) + Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2) + Me.SplitContainer1.Panel2.Controls.Add(Me.btnCancel) + Me.SplitContainer1.Panel2.Controls.Add(Me.btnAddUsers) + Me.SplitContainer1.Size = New System.Drawing.Size(618, 457) + Me.SplitContainer1.SplitterDistance = 206 + Me.SplitContainer1.TabIndex = 1 + ' + 'lbGroups + ' + Me.lbGroups.Dock = System.Windows.Forms.DockStyle.Fill + Me.lbGroups.FormattingEnabled = True + Me.lbGroups.Location = New System.Drawing.Point(0, 25) + Me.lbGroups.Name = "lbGroups" + Me.lbGroups.Size = New System.Drawing.Size(206, 432) + Me.lbGroups.TabIndex = 2 + ' + 'ToolStrip1 + ' + Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1}) + Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip1.Name = "ToolStrip1" + Me.ToolStrip1.Size = New System.Drawing.Size(206, 25) + Me.ToolStrip1.TabIndex = 1 + Me.ToolStrip1.Text = "ToolStrip1" + ' + 'ToolStripLabel1 + ' + Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ToolStripLabel1.Name = "ToolStripLabel1" + Me.ToolStripLabel1.Size = New System.Drawing.Size(125, 22) + Me.ToolStripLabel1.Text = "Verfügbare Gruppen:" + ' + 'clbUsers + ' + Me.clbUsers.Dock = System.Windows.Forms.DockStyle.Top + Me.clbUsers.FormattingEnabled = True + Me.clbUsers.Location = New System.Drawing.Point(0, 25) + Me.clbUsers.Name = "clbUsers" + Me.clbUsers.Size = New System.Drawing.Size(408, 394) + Me.clbUsers.TabIndex = 6 + ' + 'ToolStrip2 + ' + Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden + Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.tbSelectEverything, Me.tbSelectNone}) + Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip2.Name = "ToolStrip2" + Me.ToolStrip2.Size = New System.Drawing.Size(408, 25) + Me.ToolStrip2.TabIndex = 5 + Me.ToolStrip2.Text = "ToolStrip2" + ' + 'ToolStripLabel2 + ' + Me.ToolStripLabel2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.ToolStripLabel2.Name = "ToolStripLabel2" + Me.ToolStripLabel2.Size = New System.Drawing.Size(128, 22) + Me.ToolStripLabel2.Text = "Verfügbare Benutzer:" + ' + 'tbSelectEverything + ' + Me.tbSelectEverything.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text + Me.tbSelectEverything.ForeColor = System.Drawing.Color.Firebrick + Me.tbSelectEverything.Image = CType(resources.GetObject("tbSelectEverything.Image"), System.Drawing.Image) + Me.tbSelectEverything.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tbSelectEverything.Name = "tbSelectEverything" + Me.tbSelectEverything.Size = New System.Drawing.Size(90, 22) + Me.tbSelectEverything.Text = "Alle auswählen" + ' + 'tbSelectNone + ' + Me.tbSelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text + Me.tbSelectNone.Image = CType(resources.GetObject("tbSelectNone.Image"), System.Drawing.Image) + Me.tbSelectNone.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tbSelectNone.Name = "tbSelectNone" + Me.tbSelectNone.Size = New System.Drawing.Size(104, 22) + Me.tbSelectNone.Text = "Nichts auswählen" + ' + 'btnCancel + ' + Me.btnCancel.Location = New System.Drawing.Point(228, 425) + Me.btnCancel.Name = "btnCancel" + Me.btnCancel.Size = New System.Drawing.Size(75, 23) + Me.btnCancel.TabIndex = 4 + Me.btnCancel.Text = "Abbrechen" + Me.btnCancel.UseVisualStyleBackColor = True + ' + 'btnAddUsers + ' + Me.btnAddUsers.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnAddUsers.Location = New System.Drawing.Point(309, 425) + Me.btnAddUsers.Name = "btnAddUsers" + Me.btnAddUsers.Size = New System.Drawing.Size(87, 23) + Me.btnAddUsers.TabIndex = 3 + Me.btnAddUsers.Text = "Hinzufügen" + Me.btnAddUsers.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnAddUsers.UseVisualStyleBackColor = True + ' + 'frmUserKonfig_AddUsers + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(618, 457) + Me.Controls.Add(Me.SplitContainer1) + Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmUserKonfig_AddUsers" + Me.Text = "Add User from AD" + Me.SplitContainer1.Panel1.ResumeLayout(False) + Me.SplitContainer1.Panel1.PerformLayout() + Me.SplitContainer1.Panel2.ResumeLayout(False) + Me.SplitContainer1.Panel2.PerformLayout() + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer1.ResumeLayout(False) + Me.ToolStrip1.ResumeLayout(False) + Me.ToolStrip1.PerformLayout() + Me.ToolStrip2.ResumeLayout(False) + Me.ToolStrip2.PerformLayout() + Me.ResumeLayout(False) + + End Sub + Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer + Friend WithEvents btnCancel As System.Windows.Forms.Button + Friend WithEvents btnAddUsers As System.Windows.Forms.Button + Friend WithEvents lbGroups As System.Windows.Forms.ListBox + Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip + Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel + Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip + Friend WithEvents tbSelectEverything As System.Windows.Forms.ToolStripButton + Friend WithEvents tbSelectNone As System.Windows.Forms.ToolStripButton + Friend WithEvents clbUsers As System.Windows.Forms.CheckedListBox + Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel +End Class diff --git a/DD_PM_WINDREAM/frmUserKonfig_AddUsers.resx b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.resx new file mode 100644 index 0000000..7c9d719 --- /dev/null +++ b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.resx @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 124, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + + AAABAAYAMDAAAAEACACoDgAAZgAAACAgAAABAAgAqAgAAA4PAAAQEAAAAQAIAGgFAAC2FwAAMDAAAAEA + IACoJQAAHh0AACAgAAABACAAqBAAAMZCAAAQEAAAAQAgAGgEAABuUwAAKAAAADAAAABgAAAAAQAIAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AUk1rADAdaQAAAAAAl4ShADcUSABfOWwAaVNpAGBK + VABfR1EAFgcNAIpqcAC3jZIAwY+QAKqHiAB4WloAWUZGAHd2dgBXVlYAhIODAKVzcgCWdnUAmmpoAKp6 + dwCxgH4AxZSRAGZUUwDOdG4AwY+LALaIhADLm5cAZU1LAHhragD8ZVQAiWdjAJaDgQD1YUwA/WpXAP1u + WgD2a1gAn19WAM6CeADsW0IA/HNdAP14YACmdW0AhXl3AOVXPAD8f2UAlllNAGlSTQDdUjMAz1AwAOpo + SQD9hGkAp1lHALCEeQB5YVsAamZlANVMKQD9imwA/o5wAMZEHADMSiIArlAzAO98WgD9lnQAeVdMAItJ + MgB0QC4A74ljALA3BACzOQcApTYJALY7CgC8QBAAv0kZAJg8FgDNXC4A4XZNAMd0VABdU08AsUAOAKg+ + EQAfEAkAsmdHAM+ijQDauasAyWk2AOuYagD+sYcAnYFxANOvnADThFIAmHlnAN+SYADhup8A66l2ANvA + qgDuwpwA4M28AP7KmAD/0Z4A/9ajAPfOnwDtzqkA/9qpAP/esQDx06wA59S6AP/apwD/3KkA+NemAP/e + rAD/4K0A/+K1AP/luwD/4rAA/+WyAP/mtQD/+e0A+uS0AP/qvwD/6bYA/+q5AP/vxwD98dMA//nrAP/s + ugD/9dkA/+67AP/wvwD/88oA7eO+AP/zwAD/9s0A//rjAP/1wgD/+dcA//rfAP/75QD/+MUA//nGAP/6 + xwD699AA//zJAP/8zAD//dUA//7qAP/9zwD//ssA//7SAP//zAD//84A///VAP//1wD//9kA///cAP// + 3gD//+IA///lAP//7QD///MA///3AP///ABbwf8AZ6XMAFe9/wBCqP8AXK/1ADyi/wBPmdwAVKDhAAAr + VgAzmP4AOJ7/AAgSHAADRY0AJ33bACNotAAwjfMAMpT6ADKQ9QA4kfEAVHOWAGSFqAAMT6AAKXziACuA + 6AAvivIALojuAC2F6wAmc9oAKHnfACNozgAlb9UAH1WgACltzQAxbcIAQXrOADBPfAAfXcIAIGDGACJl + ywAhY9sAHFS7ABpMsgAWQ6kAHFXOAA8sawA4VpkAQlyUABM5oAARMosAFT7CABExlwADCBgAUWitAAQN + LQAOKI4ABxVYAAECCwADDHAAdXalAGxsfgBxcXIArq6uAJmZmQCLi4sAfX19AG1tbQBqamoAYmJiAFtb + WwBTU1MATExMAEdHRwBBQUEAPDw8ADY2NgAxMTEALS0tACoqKgAoKCgAJSUlACEhIQAdHR0AGhoaABgY + GAASEhIADQ0NAAkJCQAFBQUAAgICAAEBAQAEBAQEBAQEBATn5+fn5+fn5wQEBAQEBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBAQEBAQEBAQEBAQEBATn6C8vUjob5ucEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBOc6IRLo4QUNEefnBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBOdE + 5BK52uAFDRHn5wQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBOdE5rm4yNrgBQ0R5+cE + BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBOc6uqipuMja4AUNEefnBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBAQEBAQEBAQEBAQEBOcjrKioqbjI2uAFDRHn5wQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE + BAQEBATn5+jn5+c7G6yoqKm4yNrgBQ0R5+cEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBOfnREVOTkhI + SEWspqipuMja4AUNETvn5wQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBOdKS0w/QDw0MDAyrKaoqbjI2uAF + DUZGEOfnBAQEBAQEBAQEBAQEBAQEBAQEBAQEBFRMP0A8NDAwKyUlKaymqKm4yNrgBQ1GSk5E5wQEBAQE + BAQEBAQEBAQEBAQEBAQEBEg/QDw0MDAlIiImKCmspqipuMja4AUNRT9IRecEBAQEBAQEBAQEBAQEBAQE + BAQEBElAPDQwKyUiJicsLSwprKaoqbjI2uAFFUE0S+fn5+fn5+fn5+fnBAQEBAQEBAQEBEg8NDArJSIn + LC0tMTExMqymqKm4yNrgF0EwNU4zREQQIyMjM1Ln5+cEBAQEBAQEBFM8NCslIicsLTExNz1CU1+tpqip + uLrhIyk4MhcVGDldY1hdGhkQERTnBAQEBAQEBFY/MCsiJiwtMTc9Pj1MYHFcrKaoquPm5OMNGFdqfISQ + mZqYkW4aGBHn5wQEBAQEBARLMCUiJy0xNz0+Q09Zb2txXK2n5OPkLx4daXN7iJSYmJycnp2dYxkgO+cE + BAQEBARBQCInLC03PT5DUFNmaGhoaW1eQVzjHldodIiWl5mYnJ6en5+iomUYIBLnBAQEBAQEUzAnLTE9 + PkNHSGJnZ2dnZ2daRSQfV2d1loqHl5icnqChlaQBAQFlFRHn5wQEBAQEBEk2LTc9Qz5JYGZbZmZmZ2Zi + QS4aZnSYg32OmZueoKGiogEBAQGhXSMT5wQEBAQEBARLNjc+PU1PW1tbW1tbW1taRR1haJiHd4GQmpue + oaKjpKUBAQGgkRUg5wQEBAQEBAQEVEBCTUAcBwPf3wMHKkNRFx9rfo92doOQmJyeoaKjpaWlpaKenV0Q + 5+cEBAQEBAQEU0FISgbf39/f39/f3wc4GF1ym4NrdoOQmpueoaKjpKSjoqGenYYXE+cEBAQEBOfn5/NV + C9vd3Nzc3Nzc398RHWR7kndvc32OmpueoJWio6OilaCdnZoXG+cEBAQE5/D8AP7+/f8A0tjY2NjY2NwR + H2p+j3Joc3yHl5icn6GhlZWhoZ+cm5c5UucEBATn+//9/Pz8/tvS1tXV1dXV1dUKH21+j3BocneDkJqb + nZ+goKCgn56bmI8eEOcEBOf9/vz7+/v+3dXQ0NDQ0NDQ0NAKH21+j3BncHyEh5Kam5yenp6enJualoc5 + EOcEBPj9+/v6+vzb0NDPz8/Pz8/Pz88CHWqIjnd7fnh8h46SmZibm5ubmJmXiIEXO+cE5/77+vr5+f3S + z8/Ozs7Ozs7Ozs4CD2GEloh/a2tyd4OKjpKZmZmZko6ahGoX5+cE9fz6+fj49wDPzs7KysvLy8vLysrT + DB99lJV7e3Vsa3aEgYSHh4eHhIeYd1cj5wQEAPr5+Pf29QDKysvLzMPDw8PDzMzKCA5qhaSkAaV+bHB8 + d3x8fX19fZN7chghBAQE/vj39vX19ADLzMPDxMTEwcHExMTD1BYfg6UBAQF5dWiEcHJzc3N3j4hoVxfn + BAQE/Pf29fTz8gDDxMHBwcLCwsLCwsHBxggeXZUBAQGAdXV0Z2hocH2QiGdkFS8EBAQE/PX18/Lx8fvF + wcK8vL29wL29vbzCwccIHlilAQGNjIt3c3eBjpZ+ZmQZFgQEBAQE/vXz8fHw8PjSvL3Av7++vr6+v8C9 + vMLFGxldf4KJnpOOj5OYfnZnYRkWBAQEBAQEAPTx8fDv7/KxwL+1tq+vr6+vtre/wL27yRYYGWF6g4SB + fXt2cmQfGSQEBAQEBAQE8/fx8O/u7u38tLa3trCwsLCwsK+vtb+7uQQEBBUVHlddYWFdHx0PBAQEBAQE + BAQEBPrw7+7u7ezx2dHNzcG9v7arq7Cwr7eyugQEBAQPFhcXGA0PDw8EBAQEBAQEBAQEBADx7u7t7Ozr + 9tnb0tXX0dHNvbW+vrOuBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBO357u3s7OsT6uzu8/vZ39fX19fR + ztuxBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAT88Ozs7+0T6BIUFOLv+N7b3d3bAPwEBAQEBAQEBAQE + BAQEBAQEBAQEBAQEBAQEBAQE/O3rE+rp6Obl5OPjFOvw8/Tx7/0EBAQEBAQEBAQEBAQEBAQEBAQEBAQE + BAQEBAQE7vjr6uk74hIU5OPj4+Tm6BPu9/EEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBPX2Ezvn + EhQUFOXj4+QU5xPy+wQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBATw+uvi5uXl5RTmEuLo6vP7 + BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBADz4hTk5OXm4unv+/QEBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE+/jw7e3w9wDzBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBAQEBATw+Pj48AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAT/gH////8AAP+A + P////wAA/wAf////AAD/AA////8AAP8AB////wAA/wAD////AAD/AAH///8AAOAAAP///wAAwAAAP/// + AADAAAAP//8AAMAAAAf//wAAwAAAA///AADAAAAAAP8AAMAAAAAAPwAAwAAAAAAfAADAAAAAAA8AAOAA + AAAABwAA4AAAAAADAADwAAAAAAEAAPgAAAAAAQAA/AAAAAABAAD+AAAAAAAAAP4AAAAAAAAA+AAAAAAA + AADwAAAAAAAAAOAAAAAAAAAAwAAAAAAAAADAAAAAAAAAAIAAAAAAAAAAgAAAAAABAACAAAAAAAMAAIAA + AAAAAwAAgAAAAAAHAACAAAAAAA8AAIAAAAAAHwAAgAAAAAA/AACAAAA4AP8AAMAAADwB/wAAwAAAf/// + AADAAAB///8AAOAAAP///wAA8AAA////AADwAAD///8AAPgAAf///wAA/AAD////AAD/AAf///8AAP/A + H////wAA//B/////AAAoAAAAIAAAAEAAAAABAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wBSTWsAMB1pAAAAAACXhKEANxRIAF85bABpU2kAYEpUAF9HUQAWBw0AimpwALeNkgDBj5AAqoeIAHha + WgBZRkYAd3Z2AFdWVgCEg4MApXNyAJZ2dQCaamgAqnp3ALGAfgDFlJEAZlRTAM50bgDBj4sAtoiEAMub + lwBlTUsAeGtqAPxlVACJZ2MAloOBAPVhTAD9alcA/W5aAPZrWACfX1YAzoJ4AOxbQgD8c10A/XhgAKZ1 + bQCFeXcA5Vc8APx/ZQCWWU0AaVJNAN1SMwDPUDAA6mhJAP2EaQCnWUcAsIR5AHlhWwBqZmUA1UwpAP2K + bAD+jnAAxkQcAMxKIgCuUDMA73xaAP2WdAB5V0wAi0kyAHRALgDviWMAsDcEALM5BwClNgkAtjsKALxA + EAC/SRkAmDwWAM1cLgDhdk0Ax3RUAF1TTwCxQA4AqD4RAB8QCQCyZ0cAz6KNANq5qwDJaTYA65hqAP6x + hwCdgXEA06+cANOEUgCYeWcA35JgAOG6nwDrqXYA28CqAO7CnADgzbwA/sqYAP/RngD/1qMA986fAO3O + qQD/2qkA/96xAPHTrADn1LoA/9qnAP/cqQD416YA/96sAP/grQD/4rUA/+W7AP/isAD/5bIA/+a1AP/5 + 7QD65LQA/+q/AP/ptgD/6rkA/+/HAP3x0wD/+esA/+y6AP/12QD/7rsA//C/AP/zygDt474A//PAAP/2 + zQD/+uMA//XCAP/51wD/+t8A//vlAP/4xQD/+cYA//rHAPr30AD//MkA//zMAP/91QD//uoA//3PAP/+ + ywD//tIA///MAP//zgD//9UA///XAP//2QD//9wA///eAP//4gD//+UA///tAP//8wD///cA///8AFvB + /wBnpcwAV73/AEKo/wBcr/UAPKL/AE+Z3ABUoOEAACtWADOY/gA4nv8ACBIcAANFjQAnfdsAI2i0ADCN + 8wAylPoAMpD1ADiR8QBUc5YAZIWoAAxPoAApfOIAK4DoAC+K8gAuiO4ALYXrACZz2gAoed8AI2jOACVv + 1QAfVaAAKW3NADFtwgBBes4AME98AB9dwgAgYMYAImXLACFj2wAcVLsAGkyyABZDqQAcVc4ADyxrADhW + mQBCXJQAEzmgABEyiwAVPsIAETGXAAMIGABRaK0ABA0tAA4ojgAHFVgAAQILAAMMcAB1dqUAbGx+AHFx + cgCurq4AmZmZAIuLiwB9fX0AbW1tAGpqagBiYmIAW1tbAFNTUwBMTEwAR0dHAEFBQQA8PDwANjY2ADEx + MQAtLS0AKioqACgoKAAlJSUAISEhAB0dHQAaGhoAGBgYABISEgANDQ0ACQkJAAUFBQACAgIAAQEBAAQE + BAQEBOjn6OcEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ6EOkQOujnBAQEBAQEBAQEBAQEBAQEBAQE + BAQEBAQEGzohEuEFI+fnBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ6My+6yNoFI+fnBAQEBAQEBAQEBAQE + BAQEBAQEBAQEBBs6uaiwyOAFOufnBAQEBAQEBAQEBAQEBAQEBAQEBAQEBBvoraarxuAFI+fnBAQEBAQE + BAQEBAQEBAQEBAQEBOjn4ufqraiwyNoFOufnBAQEBAQEBAQEBAQEBAQEBAQ5VkFOTk4gqqiryOAFDOLn + BAQEBAQEBAQEBAQEBAQEU0w/NDArJTAQraarxuAFG+fn6Ofn5+fn5wQEBAQEBExMPDQwIiInKFFEraar + xuA6IOcQG0Q6Ojrn5+cEBAQETD80MCInLDExNkEvraaquhJERC4dXWplXVxE5+cEBAQ/TDAlJy0xNzdT + ZF06rKfk5R5XbYWWmJydf1g6IecEBARUKyYtMT1DNWJvcVFWKVwdYX2Tl5idn5+ipW4QEucEBDlNJy03 + Q1lZZ2doYk8pF2F1hYOXnJ+hoqUBpVgR5wQEBDhANz1QTWZmZmZiQTJXbI93hJqcoKKkpQGknRjp5wQE + BDhNNksXBwMHGUNUF2GIgXKEmp2goqWlo6CgWO7nBAQEBEZG29/f3NzfBkYVbY9zcIOTm6CVoqKVn6Ft + EecEBAT6//3+3tjY2Njf8Bh1jm9vfI6YnZ+goaCdnW4z5wQE/vz7/q7Q0NDQ0NUDLnqOcmx8h5KYnJ6e + nJibbSDnBP37+vuu0M/Pz8/Pz9IMbZOFdWt0h5CTmpmSl5lh7ufy+vn4+9bOysrKysrOxVJdiIB/fnJ3 + g4OHhIOThB3r5/349vX8zszDxMTEw8O0AxiGpQGldW90cHJ2jo5pM+cE/Pb18/nFxMHCwsLCwcTWIB+A + AQF/dWtoeI6KaxnqBAT89PHw9da8wL63tb+9wrvJRB9/lY2Wh4+Qg2kdUgQEBPnx8O/vsbevr6+wr7a1 + zuYEOhVdanp6em1hF+oEBAQE7fbv7u320s7CvbWwsK+7uQQEOjo6FzkeDDvpBAQEBAQE++7t6+zw97HS + 19HNxbEEBAQEBBcXFxcXBAQEBAQEBATt8+zt6ubl5ez629778AQEBAQEBAQEBAQEBAQEBAQEBAT47eno + 5uXj4xTo7fvwBAQEBAQEBAQEBAQEBAQEBAQEBAT57xIU5eXkFOn36wQEBAQEBAQEBAQEBAQEBAQEBAQE + BATv9+sS5+rz++cEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBATr6e3v6+sEBAQEBAQEBAQEBAQEBAQEBAQE + BAT8P///+A////AH///wA///8AH///gA///gAH//wAA//4AAAD8AAAAPAAAABwAAAAOAAAABgAAAAcAA + AADgAAAA8AAAAOAAAADAAAAAgAAAAAAAAAAAAAABAAAAAwAAAAcAAIAPAADAH4AB8H+AAf//wAH//+AD + ///wB///+B///ygAAAAQAAAAIAAAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AFJN + awAwHWkAAAAAAJeEoQA3FEgAXzlsAGlTaQBgSlQAX0dRABYHDQCKanAAt42SAMGPkACqh4gAeFpaAFlG + RgB3dnYAV1ZWAISDgwClc3IAlnZ1AJpqaACqencAsYB+AMWUkQBmVFMAznRuAMGPiwC2iIQAy5uXAGVN + SwB4a2oA/GVUAIlnYwCWg4EA9WFMAP1qVwD9bloA9mtYAJ9fVgDOgngA7FtCAPxzXQD9eGAApnVtAIV5 + dwDlVzwA/H9lAJZZTQBpUk0A3VIzAM9QMADqaEkA/YRpAKdZRwCwhHkAeWFbAGpmZQDVTCkA/YpsAP6O + cADGRBwAzEoiAK5QMwDvfFoA/ZZ0AHlXTACLSTIAdEAuAO+JYwCwNwQAszkHAKU2CQC2OwoAvEAQAL9J + GQCYPBYAzVwuAOF2TQDHdFQAXVNPALFADgCoPhEAHxAJALJnRwDPoo0A2rmrAMlpNgDrmGoA/rGHAJ2B + cQDTr5wA04RSAJh5ZwDfkmAA4bqfAOupdgDbwKoA7sKcAODNvAD+ypgA/9GeAP/WowD3zp8A7c6pAP/a + qQD/3rEA8dOsAOfUugD/2qcA/9ypAPjXpgD/3qwA/+CtAP/itQD/5bsA/+KwAP/lsgD/5rUA//ntAPrk + tAD/6r8A/+m2AP/quQD/78cA/fHTAP/56wD/7LoA//XZAP/uuwD/8L8A//PKAO3jvgD/88AA//bNAP/6 + 4wD/9cIA//nXAP/63wD/++UA//jFAP/5xgD/+scA+vfQAP/8yQD//MwA//3VAP/+6gD//c8A//7LAP/+ + 0gD//8wA///OAP//1QD//9cA///ZAP//3AD//94A///iAP//5QD//+0A///zAP//9wD///wAW8H/AGel + zABXvf8AQqj/AFyv9QA8ov8AT5ncAFSg4QAAK1YAM5j+ADie/wAIEhwAA0WNACd92wAjaLQAMI3zADKU + +gAykPUAOJHxAFRzlgBkhagADE+gACl84gArgOgAL4ryAC6I7gAthesAJnPaACh53wAjaM4AJW/VAB9V + oAApbc0AMW3CAEF6zgAwT3wAH13CACBgxgAiZcsAIWPbABxUuwAaTLIAFkOpABxVzgAPLGsAOFaZAEJc + lAATOaAAETKLABU+wgARMZcAAwgYAFForQAEDS0ADiiOAAcVWAABAgsAAwxwAHV2pQBsbH4AcXFyAK6u + rgCZmZkAi4uLAH19fQBtbW0AampqAGJiYgBbW1sAU1NTAExMTABHR0cAQUFBADw8PAA2NjYAMTExAC0t + LQAqKioAKCgoACUlJQAhISEAHR0dABoaGgAYGBgAEhISAA0NDQAJCQkABQUFAAICAgABAQEABATn5+cE + BAQEBAQEBAQEBATn6Dvp5+cEBAQEBAQEBATn6Ois4Bvi5wQEBAQEBAQENUFFrLjgRuLnBAQEBAQEBFk1 + MDKtuOBE5+jn5+gEBARPJSxCMq2ruUZEIxY65wQEBE8xQmBfuuQfbZaeZRvnBAQEVgoDAxEdfZKdogF/ + EecE7vzb2NYKaoOHnqOklS/n7Pn5z8/QCHVzg5uhoZ8a5/n2rsrDyumGfnSHk5OaXOf28vG9v73UHaWJ + cnaHehHn7u/vsr24wMlYiYqDehDnBOfv7Onp0snbOzoeDxvnBAQE7BMU5OTr4gQbGxsEBAQEBATn6egT + 5wQEBAQEBAQEBMf/TD+B/yslAP+tpgB/4AUAB+foAAPn54ABBATAAAQEgAA8NAAAIicAAEStAADG4AAB + 5xAAAzo6gI/n58H/BAQoAAAAMAAAAGAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAKwcFBGIjFxOWJRgUoSUYFKAjFxOVFA0LbQAA + ADMAAAAPAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZDwoIZlU9NNZ8bmnwgXd09FNK + RvRwVlXtUDk11w8KCYYAAAA3AAAADwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkXD4z0HJr + af11dXX/bGxs/2xsfv+XhKH/to2T/kQxLuIPCgmHAAAANwAAAA8AAAABAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAlZ0U55JeXl/93d3f/WG+P/1Forf91dqb/l4Sh/7aNk/5EMS7iDwoJhwAAADcAAAAPAAAAAQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAiZ0U5435+fv9Zf5//OJLy/0F6zv9RaK3/dXam/5eEof+2jZP+RDEu4g8K + CYcAAAA3AAAADwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYZEM3zWOFnP1Xvf//Qqj//ziR8f9Bes7/UWit/3V2 + pv+XhKH/to2T/kQxLuIPCgmHAAAANwAAAA8AAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAABAAAABQAAAA4AAAAZAAAAIQAAACYAAAA1YUE2xkqY3ftbwf//V73//0Ko + //84kfH/QXrO/1Forf91dqb/l4Sh/7aNk/5EMS7iDwoJhwAAADcAAAAPAAAAAQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAATAAAAMAAAAEwAAABkAAAAcwAAAH0AAACKCQYFnVNA + PuRIltv9W8H//1e9//9CqP//OJHx/0F6zv9RaK3/dXam/5eEof+2jZP+RDEu4w8KCIoAAABBAAAAHgAA + AAsAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAAABGFQYAh0sYAbx0JALZjy0C644s + Au2wNwP/sDcD/604Bv+DSzj/TpfZ/1vB//9Xvf//Qqj//ziR8f9Bes7/UWit/3V2pv+XhKH/t42S/kMx + LuUNCQeeAAAAZwAAAEQAAAAnAAAAEAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACVWGwGjqDUD+rY6 + Cf+8Pg//x0Qa/8xHIP/XTiv/31M0/+RWOv/iVz7/l1dM/1CY2/9bwf//V73//0Ko//84kfH/QXrO/1Fo + rf91dqb/l4Sh/7mNkv9oOyv5YSEH2zIQAaoAAAB4AAAATQAAACIAAAAHAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAA + ADejMwPxvT8R/8dEG//PSSP/1U0q/9xRMf/iVTj/6Fg+/+1bQ//1YEv/82JP/51aU/9QmNz/W8H//1e9 + //9CqP//OJHx/0F6zv9RaK3/dXam/5eEof+6jpP/ekEx/6E2Cv+XLwPxTRgBuAAAAGMAAAAnAAAACQAA + AAYAAAAJAAAACgAAAAoAAAAKAAAABwAAAAQAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAACCUMAUyxOAT/x0Qb/89JI//VTSr/3VEy/+VXO//pWT//819J//pjUf/9ZlX//WpX//Zr + WP+dXVX/UJnc/1vB//9Xvf//Qqj//ziR8f9Bes7/UWit/3V2pv+XhKH/uo6T/4pHO//BRCH/szkG/4Ao + AtoAAABjAAAANgAAADEAAAA6AAAAQAAAAEAAAAA8AAAAMgAAACQAAAAUAAAACgAAAAIAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAABmohAmu2Ogn/zkgi/9RMKP/dUTL/5Vc7/+taQf/1YEz//WVU//1q + V//9b1r//XNd//13X//2dl7/nWBX/1CZ3f9bwf//V73//0Ko//84kfH/QXrO/1Forf91dqb/l4Sh/6p2 + eP+oQC3/3VIz/7g8DP9tIgLOCwgGhh4UEZIlGBShJxoWpysdGKslGBShIxcTlhIMCncAAABTAAAAOAAA + AB0AAAAJAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVEZAUaxOAT/0kom/9tRMP/kVjn/6lpA//Zh + Tf/9ZlT//WxZ//1xXP/9d2D//Xlh//1+ZP/9gGb/9n9l/5BYSf9OmNr/W8H//1e9//9CqP//OJHx/0F6 + zv9RaK3/eHmg/5Rta/+5Sjn/5Vg+/89QMP+VPRn8WTw1425LRe9yTUj1fVZT+ItkYfiGY1/1ellW7k44 + NN0wIBvEJRkVnAcFBGEAAAAxAAAAEAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAByrNQP21Ewo/+BU + Nv/oWT7/9WBL//1mVP/9bFn//XJc//14YP/9fWT//YJn//6Gav/+iWz/73pZ/7JDEf+YeWf/UJ3f/1vB + //9Xvf//Qqj//ziR8f9egbb/cHF2/4VrZ/+iYFb/p1ZG/5RZTP+aaWX/pHFx/6t8dv+ziHv/07KY/9zA + p//cuan/06qg/8WSkv+vf3/9dFRS8TMjH88WDgyFAAAAPwAAABUAAAADAAAAAAAAAAAAAAAAAAAAAAAA + AA2WLwO6x0Qb/+ZYPP/vXUX//GVT//1rWP/9clz//Xlg//1/Zv/9hGn//olt//6Nb//5imr/ukIR/9yW + Yv/42aj/nYNw/1Cd3/9bwf//V73//1yv9f+mrLP/e3t7/5aWlv+wq6v/s46O/616ev/KnYr/7syj///q + t///8L3///vI////zP///87////S//v4z//n1Lr/w5aR/6V3dv1LNTHmGRAOnQAAAEMAAAAUAAAAAgAA + AAAAAAAAAAAAAAAAAAN6JgJcszkH/+ZXPP/4Yk7//WdW//1vW//9d2D//X5l//2Eaf/+im3//pBw//6V + c//NWi3/yWk2///ap///3Kn/+NWk/52Bbv9UoOH/Z6XM/6OgoP+wrqz/mJiY/4V7e/+0iIj/wZCH//XN + oP//4K3//+y+///2zP///dT////S////0////9j////Y////2////9n////Z/9rArP+wfX3/WT487BcP + DaEAAAA9AAAADgAAAAEAAAAAAAAAAAAAAAAAAAALozMDzs1IIf/8ZVP//WxZ//10Xv/9e2P//YNo//6K + bf/+kHH//pZ0/+F2Tf+1QQ3/+suX///Vov//1qP//9aj//jPnv/y06r/04RS/7lbOv+ef3b/rKam/7iI + iP/ToI3//9Wi///jtP//98////7Q///+y////83////T////1////93////c////3v///97////s//// + 7v/hzr//q3h4/1c8OusNCQeNAAAAKwAAAAcAAAAAAAAAAAAAAAAAAAABcSMCMq02A/TlWDz//W9a//14 + YP/9gGb//ohs//6OcP/+lXT/74lj/7A3A//wsn///8+c///Qnf//0Z7//9Ge///Rnv//0p//5qJu/5hN + Mf+Tgn7/xZyc/9Kfj///z5z//+W7///90P//9sP///PA///+y////9L////X////3f///+L////m//// + 6f////b/////////////////38y5/6Zzc/84JyTdAAAAYAAAABcAAAABAAAAAAAAAAAAAAAAAAAABI4s + AmO1Ogj/72dM//16Yf/9gmj//opt//6Tcv/5k3D/tT0K/+GOXf//xpX//8aV///Mmf//zJn//8yZ///M + mf//zJn/66d0/6ROLP+mdW3/xpOQ//vKm///4bf///7S///vvP//67j///jF////zf///9X////b//// + 4v///+f////t////8P/////////////////////////l/8yvnf+LX176EQsJsgAAAC4AAAAHAAAAAAAA + AAAAAAAAAAAAAAAAAASWLwNxtTsJ/+VoRv/9hGn//o1v//mObP+/Shn/zV0v//6qgv/+rIT//qyE//6w + h//+soj//rSJ//65jP/+uYz/65hq/4RNOf/CkI//6L2d///Vpf///NL///K////ksf//7br///rH//// + zv///9X////d////5f///+z////z////9/////3////////////////////i//n20f+mdnT/UTc24QAA + AGEAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAElC4DX602A/PIUCT/735b/79IGP/ITyP/znRu/185 + bP8wHWn/AABm/wAAZv8wHWn/b0Nt/86CeP/+n3v/x3RU/5xqX//LmZb//9uo///uxv//+cb//+Kv///j + sP//7rv///rH////0f///9f////d////5f///+7////1/////f////3////7////+v///+z////c//// + 2f/JrJr/eVFR9AAAAIgAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAUAAAALB8KAVqIKgLOsDcD/6U0 + Cf83FEj/AANo/wEHa/8FEHb/BxV7/wYTef8FEHb/Agds/wADaP9fOGv/p1xI/658df/csZ3//96s//// + 1f//77z//9uo///jsP//7rv///rH////z////9b////d////5f///+3////z////+P////j////z//// + 7f///+X////b////2f/t477/nGlp/wsHBq8AAAAjAAAAAAAAAAAAAAABAAAACgAAACoAAABXAAAAfwAA + ALIAAADUFwcA9hYHDf8AAif/BRBc/w0mjP8OKI7/DimP/w4pj/8OKY//DimP/wcYff8BCWz/XDxJ/8GP + jP/qxKT//+rB///7yv//5bL//9qn///hrv//67j///jF////zv///9X////c////4////+j////u//// + 8f////H////u////6P///+P////Z////2f///87/nGlp/zkmJckAAABCAAAAAAAAAAEAAAANAAAAOQAA + AHQAAADKAAAA9gEBAf8DAwP/BAQE/wQEBP8BAQH/AAAA/wshZ/8QMJb/ETKY/xEymP8RMpj/EDGX/xAw + lv8NKY7/XEBJ/8yZmf/xz6n///DG///5xv//36z//9ek///grf//6bb///PA///+y////9P////Y//// + 3v///+X////m////6v///+r////m////5f///9/////Y////1v///sv/roJ5/0UuLdQAAABLAAAAAAAA + AAoAAAA3AAAAhgAAAPABAQH/BQUF/wcHB/8ICAj/BwcH/wEBAf8FDij/DCRj/xEyi/8TOZ//Ezmf/xM5 + n/8TOZ//Ezmf/xM5n/8SN53/X0dR/8yZmf/x0av///DG///5xv//3Kr//9Wi///frP//5bL//+67///6 + x////87////V////2v///97////i////4////+P////i////3v///9z////U////0v//+sf/tIt+/18/ + P9wAAABYAAAAAwAAACQAAAB4AAAA+gMDA/8JCQn/CwsL/w0NDf8ODg7/AgIC/woeUf8UPaP/FUCm/xZC + qP8WQ6n/FkOp/xZDqf8WQ6n/FkOp/xZCqP8VQaf/YEpU/8yZmf/x1a7///DG///5xv//3Kn//9Kf///c + qf//6Lf///C9///zwP///cr////P////1P///9f////b////3f///93////c////2P///9T////P///9 + 0P//88D/roF3/00zM80AAABEAAAADQAAAEkAAADlBQUF/wwMDP8ODg7/ERER/xISEv8JCQn/BhEq/xZD + qf8XRqz/GEmv/xlLsf8aTbP/Gk2z/xpNs/8aTbP/Gk2z/xlLsf8ZSrD/WEth/7+Pj//u0K3///TM///5 + xv//5bP//+a////yyv//5rX//+m3///0wf//+MX///zJ////zf///9L////U////1f///9X////U//// + 0v///83///7L///4zP//7Ln/nGlp/zclJbcAAAAwAAAAHwAAAJICAgL/Dg4O/xISEv8TExP/FhYW/xgY + GP8FBQX/ETJ5/xpMsv8bT7X/G1G3/xxTuf8cVLr/HVa8/x1WvP8dVrz/HVW7/xxUuv8cUrj/S051/6uB + g//guqT//+7A///9z///9c7///HR///Zqv//2an//92s///ksf//77z///bD///4xf///Mn////M//// + zP///8z////M///8yf//+MX///7O///vwP/t0aj/nGlp/xAKCpcAAAAVAAAAMAAAANoKCgr/ExMT/xYW + Fv8ZGRn/Gxsb/x0dHf8AAAD/G1C2/xxUuv8dV73/HlrA/x9dw/8gX8X/IGDG/yBgxv8gYMb/IGDG/x9e + xP8fXML/OFaZ/4pqcP/On5n//+y5///91f///ev//+q////owP//5bz//96x///aqv//47D///G+///s + uf//8b7///PA///0wf//9MH///PA///xvv//88D///zS///lsv/Ppoz/h1tb8gAAAHEAAAAHAAAAPgAA + AP8SEhL/GBgY/xsbG/8eHh7/ISEh/yMjI/8AAAD/Hlm//x9exP8gYMb/IWLI/yJly/8iZ83/ImfN/yJn + zf8iZ83/ImfN/yJly/8hY8n/JGDA/2VWZf/Bj5H/6Mqq///zyP////j///33/////////fv//+rJ///d + sP//3av//+i2///ksf//6LX//+q3///ruP//67j//+u4///ruP///cz//+zA///eq/+se3X/UDY2vQAA + ADcAAAABAAAAaQICAv8ZGRn/HR0d/yAgIP8kJCT/JiYm/ygoKP8AAAD/IGHH/yJly/8jaM7/JGvR/yVu + 1P8lcdf/JXHX/yZz2f8mctj/JXHX/yVv1f8kbdP/I2rQ/0JclP+Vc3j/ypyV///uu/////3///////// + //////////nt///juf//1qT//+7B///cqf//36z//+Ct///grf//4K3//+Wy///5xv//9c3//9mm/9Gj + iv+UZWX1AAAAdAAAAAcAAAAAAAAAcwcHB/8eHh7/IiIi/yQkJP8oKCj/Kysr/y0tLf8AAAD/I2jO/yRt + 0/8mctj/JnTa/yd23P8oeN7/KHrg/yh64P8oeuD/KHje/yd33f8mdNr/JnPZ/yltzf9hWW7/tYaG/9ay + nv///ev///////////////////nr///luv//5Lv//+K1///ToP//1qP//9ek///cqf//67j///rH///3 + zP//1aT/77+W/6Zzc/9LNDSuAAAALQAAAAEAAAAAAAAAbAgICP8jIyP/JiYm/yoqKv8tLS3/MDAw/zIy + Mv8KCgr/HFWi/yZ02v8oed//KXvh/yp+5P8rgef/K4Lo/yyE6v8sguj/K4Hn/yp/5f8pfeP/KHrg/yd1 + 2/8xbcL/blpl/7eFhf/Xuaz////8//////////////vl///63///+df//+Wz///hrv//5bP//+y5///3 + xP///c7//+/H///Pnv/wvZP/sH15/3VRUc0AAABIAAAAAgAAAAAAAAAAAAAASQICAv8mJib/Kioq/y8v + L/8xMTH/NTU1/zg4OP8aGhr/FDxv/yl74f8rgOb/LYXr/y2H7f8uie//L4vx/y+L8f8vi/H/Lorw/y6I + 7v8thev/LILo/yp94/8oed//IVSe/2xSVvqzgYD+0K2d//rw1P//9dn///rj///+3f///Mz///nG///6 + x////Mz///7T///yx///4LL//9Sh/+O0lP+1gn//glxc0gAAAE4AAAADAAAAAAAAAAAAAAAAAAAAIgAA + AP8oKCj/MDAw/zIyMv82Njb/Ozs7/z09Pf8sLCz/BRAc/yyE6v8uiO7/L43z/zKV+/8yl/3/M5n//zOZ + //8zmf//M5j+/zKV+/8wkPb/Lonv/y2F6/8rgOb/DU6h/xQ3auF5VEvJpXZ0+bKCf//au57/+uS0///s + u///7sH//+q9///ou///6Lv//+Kx///eq//vyKL/y52R/69+fvtlR0erAAAAMAAAAAEAAAAAAAAAAAAA + AAAAAAAAAAAAEwAAANUeHh7/MjIy/zc3N/88PDz/Pz8//0JCQv9ERET/CQkJ/yNotP8ylPr/MZL6/zGT + +v83nf//OJ7//zmf//85n///OJ7//zac//8zmf//Mpf9/zCO9P8th+3/C0+e/wAwabUAAAAWZUM4WIpf + WNagcG/7pHFx/7eMf//NqZD/06+W/9y3nv/mv6b/2q2d/8yblf/AjY3/kGlp0zsrK2QAAAASAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAI8QEBD/Nzc3/zw8PP9AQED/Q0ND/0dHR/9KSkr/MDAw/wQM + G/8bUsb/IGDZ/yJn3f8kbOD/KX3s/y6G8P81kfX/PaP//zuh//85n///Npz//zOY/v8wj/X/A0WN/wAx + ZpUAAAAKAAAAAAAAAAFfQDUue1NMjoRaVtGHWljpkmVj76B0cvCxhIPqmHBv0INhYJUyJSU9AAAACQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACsAAAD/MzMz/z8/P/9DQ0P/SEhI/0xM + TP9PT0//UlJS/yAgIP8CBxj/BxMz/w0nZv8UOqP/GEjJ/x1X0v8fXtf/I2jd/yx86P8yi/L/MIny/y6K + 9P8nfdv/ACtW/wAnTVUAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAC2GBgY/0JC + Qv9HR0f/TExM/09PT/9UVFT/VlZW/1lZWf9LS0v/QUFB/yoqKv8MDAz/AgUW/wkacf8QMLn/FDrA/xU+ + w/8YRsf/HVfS/xxUvf8HFiv/AAoT9QAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAEAAAA1AAAA9Tg4OP9KSkr/TU1N/z8/P/9GRkb/WFhY/2pqav92dnb/g4OD/4GBgf9xcXH/Pj4+/xgY + GP8BAgv/Awo2/wcTWv8HE1r/Awot/wAAAP8ICAj/AAAArAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAFAAAAhgkJCf9ISEj/U1NT/1dXV/9bW1v/YmJi/2pqav97e3v/jY2N/5yc + nP+pqan/ra2t/4ODg/9RUVH/ODg4/yoqKv8nJyf/MTEx/zk5Of8EBAT/AAAATAAAAAIAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAL8ZGRn/VFRU/1paWv9hYWH/Z2dn/3Fx + cf92dnb/hISE/5eXl/+srKz/ubm5/7e3t/+ZmZn/fX19/2tra/9XV1f/Q0ND/xwcHP8AAADOAAAACwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAABsAAADZISEh/1ZW + Vv9lZWX/bW1t/3h4eP+BgYH/h4eH/4eHh/+NjY3/p6en/7S0tP+cnJz/hISE/21tbf9WVlb/Li4u/wAA + APMAAAAwAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAEAAAAZAAAAyhISEv9TU1P/cXFx/35+fv+IiIj/j4+P/46Ojv+IiIj/fX19/3Z2dv9zc3P/aWlp/15e + Xv8pKSn/AAAA8wAAAD8AAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAI0AAAD/Kysr/3BwcP+IiIj/lZWV/5SUlP+JiYn/fX19/3Nz + c/9gYGD/PDw8/wsLC/8AAADXAAAAOwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAApAAAAqQAAAPIaGhr/NTU1/0ZG + Rv9ERET/Nzc3/x0dHf8AAAD/AAAA1gAAAGsAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAMAAABJAAAAigAAAIwAAACMAAAAigAAAEoAAAAUAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAf////AAD/AA////8AAP8AB////wAA/wAD//// + AAD/AAH///8AAP8AAP///wAAwAAAf///AACAAAAf//8AAIAAAAf//wAAAAAAA///AAAAAAAAAf8AAAAA + AAAAfwAAAAAAAAAfAAAAAAAAAA8AAIAAAAAABwAAgAAAAAADAACAAAAAAAEAAMAAAAAAAQAAwAAAAAAA + AADgAAAAAAAAAPAAAAAAAAAA+AAAAAAAAADwAAAAAAAAAMAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAAD + AAAAAAAAAAcAAAAAAAAADwAAAAAAAAA/AAAAAAAQAP8AAAAAAB///wAAgAAAP///AACAAAA///8AAMAA + AD///wAA4AAAf///AADgAAB///8AAPAAAP///wAA/AAB////AAD+AAf///8AAP/AH////wAAKAAAACAA + AABAAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAEAAA + ACQAAAA3AAAAPAAAADAAAAAaAAAACAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA + ABUcEg9WPCokqGlaVN1bS0LiWT870B8VEn8AAAApAAAACQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAACAAAAMFpAN9J8a2f8d3d2/2Vrgf+Yg6D/dlhX7xUOC4wAAAAqAAAACQAAAAEAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAMAAAA9YUY75YR4cP5ahq3/PXnS/2Ruqf+kiaL/eVtb8hkRDo8CAQEtAAAACQAA + AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAADRVPjnXXniR/VC+//88oP7/PHbN/2Zvqv+ji6b/d1pa8h0T + EZMDAgIwAAAACQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAHTgoJYhGSFXaVKni/lTB//88oPr/O3XP/2Ju + q/+kiqb/eFtb8x4UEZUCAQEuAAAACQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAGAAAAEAAAABkAAAApAAAAQQUDAnNGQEreVa3l/lPD + //88nfn/OnXN/2Vvq/+ljKf/cVZV8SEWE5QAAAAsAAAACQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADTAPATt1JAKRfygCsZkwA9yYLwPdki4D4YEp + BOlmR0P5Va7m/1DE//88nvn/OnPO/2Vwrv+ljKX/eltb8hgQDpICAQEoAAAABQAAAAIAAAAFAAAACAAA + AAkAAAAHAAAABAAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAwDwE6rDYE9sBBFP/KRh7/2lAv/+JV + N//vXUb/8mBN/9pYSf+CV1r/VbDo/1DG//88nvj/OXPO/2Vvq/+oj6z/YEhL7AcEA2QAAAAhAAAAJgQD + AjoTDQtPFg4MVRMMCkwAAAA0AAAAIAAAAA8AAAAEAAAAAQAAAAAAAAAAAAAAAG0iAoG9PhD/0ksm/91R + Mv/oWT//+mNR//1nVf/9blr/9m9a/9ZkUf95U1D/Vazj/1DG//88nvn/NnPQ/2t5tP9zYWf/QhoIyhkQ + DX4+KSSuVDQy1GA+OuJwT0jlbUxJ31AzM8o0Ih+fFA0LVwAAACIAAAAJAAAAAQAAAAAAAAAAdSUCkMJC + Fv/cUTH/6VlA//xkU//9bVn//XVf//17Y//8f2b/32hG/6dWLP+Ff3j/Vazn/1DG//9Nq///aoSp/3p2 + dP95WU7+bktI759waPvEm4b/0LOV/+TQrv/kzbL/0bWi/qJ+dvhePTviHxQSjwAAADAAAAAKAAAAAQAA + AABUGgFkwEEU/+NVOP/6Y1H//W1Z//13YP/9gGf//Ydr//mHaP+5RhT/7ceW/9a8k/95Xlj/UZPG/3+f + tv+en53/joiJ/7GLjf/Xp47/9Nas//zzxv/++9D////T////2P///Nr/+PDT/9m9qv99WFX1HhMRoQAA + ADAAAAAJAAAAAQAAACilNAPu6lpA//1pV//9dV///YBn//6Lbv/+k3P/yFQm/+amcv/+2qf/+NWj/8N8 + T/+yXkn/mWNb/5p9dv+5kpH/6LWT//3pu///+8z///7L////0f///9j////f////4P///+7//vz4/+bO + xP9+V1b3CgYGjgAAACIAAAAEAAAAEWkhAobDQxf//W5a//17Y//9h2v//pNz/9drPv/Obzz//9Gd///R + nv//05//6at3/8peOP+iXlD/onFs/+axlv/+57z///bI///xvP///cv////X////4P///+f////w//// + +////////v79/9y9rv9JMC7mAAAAWgAAAA8AAAAEAAAAIo4sAsXNTiX//YBn//6NcP/hc0v/v04c///B + kv//xpX//8aV///Jl//vr33/vFIp/5dbT//KmYn//N2x///4yf//5rL///C9////z////9j////j//// + 7v////n////+//////////f///za/6h9dv8NCQmmAAAAIgAAAAAAAAAHAAAAKIcqArrDShz/4W9I/7pD + Ef+aXmz/TzZw/0Atb/9fQ3P/v397//Scdv+hRSD/mmhg/+a7n///+cr//+y4///erP//8r7////P//// + 2f///+P////v////+f////r////y////5P///+H/2rum/yIUFNMAAAA5AAAAAAAAAAQAAAAYAAAASD0T + AbpaHAL6Fgo7/wQPbv8JG4D/CyCG/wkbgf8CCW3/RCVa/4Q4HP+mdmr+9NS0///5yf//4a3//92p///u + u////cz////W////4f///+n////v////7////+j////e////4v/r1rb/TjIy6QAAAFUAAAAGAAAAIAAA + AIYAAADvAgIC/wQEBP8BAQH/AgUS/xExl/8RMZf/ETGX/xExl/8GF3b/JR1A8qh7c/z43bv///jG///a + p///26f//+q3///5xf///9L////a////4P///+P////k////4f///9r////b/+/ctv9oRkTwAAAAagAA + AB8AAAC4AwMD/wkJCf8MDAz/AgIC/wwjXP8VP6X/FkKo/xZDqf8WQ6n/FUCm/xQ8nv8kJVn/only/ffd + vP//+cb//92s///fsP//6Lb///O////9yv///9L////X////2////9v////Y////0v///9b/69Gt/1g5 + O+sAAABfAAAAdAQEBP8PDw//FBQU/w0NDf8MI1b/GEiu/xpNs/8bULb/G1C2/xtQtv8aTrT/GEqu/yM2 + df+LZmb97tGy///8zP//8sn//+W5///dq///5bP///TA///6x////Mz///7O///+zv//+8r///7L///+ + zf/jvKD/MBwf2wAAAEEAAADSERER/xgYGP8bGxv/DQ0N/xU9iv8dVbv/Hlm//x5bwf8fXsT/H17E/x5a + wP8dVrv/Hkug/15HWP/ZsJr///jR///96P//7tX//+jJ///crP//5LH//+67///vvf//9L////G9///w + u////cz///K//8GSg/8TDAy4AAAAKQUFBf8bGxv/Hx8f/yQkJP8JCQn/HVe2/yFjyf8jaM7/JGzS/yRs + 0v8kbNL/I2vR/yJnzf8eXL3/MThg/6l7dP71373////6/////////fr//+S9///aqP//47P//9yo///f + rP//5K////bF///5xf/1yKX/ZkdG8QIBAW4AAAAUCAgI/yIiIv8nJyf/LCws/xcXF/8bUJz/JXDW/yd1 + 2/8oed//KXrg/yl64P8od93/J3PZ/yRt0v8VQ4//XEJF8smfkv/79Oz/////////////8dP//+a8///a + qP//2KX//+Wz///3xf//9cH//9ep/7qFff8XDxCzAAAAMAAAAAUJCQn/KCgo/y8vL/80NDT/IyMj/xZD + fP8qfeP/LIXr/y6L8f8wkff/L4/1/y6J7/8sguj/KXrg/xJRqP8MIkXQaEVA5cSdlv/05db////o//// + 5f///8////a////6yP//+8n//+67//zMpf/IkYf/JxsbyAIBAk8AAAAQAAAAAQAAAOYvLy//NjY2/zw8 + PP88PDz/BhEd/zCR9/8zmP7/NJr//zac//82nP//M5n//zKX/f8ui/H/E1mt/wAeRJYXDw1uWD02y51x + bPzRrpj/6M6r//Xgtv/54bj/+t+3//jSrv/puKL/kWln9BsSE68CAQJNAAAAFQAAAAIAAAAAAAAAuiIi + Iv8+Pj7/Q0ND/0lJSf8iIiL/ETJu/x1Wv/8mc+X/LYPv/zKN9P86nPz/OJ7//zOZ//8MV6T/ACRKdQAA + AB4HBQQ8LB4bgU4zL8J7U1HulWpk+ql+dvqxhoL3flxc4y4hIbMJBgdpAQEBMAAAAA8AAAACAAAAAAAA + AAAAAABVDw8P/0JCQv9JSUn/UFBQ/1BQUP80NDT/HR0d/wkPH/8MJGT/F0O8/xxU0f8gYNn/HFSh/wAK + EfcAAAAwAAAABAAAAAkAAAAZAAAALwAAAEMAAABOAAAATgAAAEkAAAA8AAAAJwAAABMAAAAFAAAAAQAA + AAAAAAAAAAAAAAAAABwAAAC6KSkp/0tLS/9LS0v/XFxc/3p6ev+Ojo7/iIiI/0hISP8RERH/Awot/wUH + EP8MDAz/AAAAxwAAABwAAAAAAAAAAAAAAAEAAAACAAAABAAAAAQAAAAFAAAABAAAAAQAAAACAAAAAQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAD4AAADmRUVF/19fX/9ra2v/enp6/46Ojv+oqKj/u7u7/4aG + hv9oaGj/R0dH/w4ODv8AAABzAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAADwAAAGIHBwfvPj4+/3R0dP+EhIT/jo6O/4qK + iv+Wlpb/g4OD/2BgYP8eHh7/AAAArQAAAB0AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAEAAAAEEAAADGHh4e/1VV + Vf94eHj/cHBw/1lZWf8sLCz/BgYG9wAAAJMAAAAgAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAACAAA + AB4AAABUAAAAoAAAALsAAADGAAAArwAAAIMAAAA+AAAAFQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwB///4AP//+AB + ///gAP//4AB//+AAP/8AAB//AAAAHwAAAAcAAAADAAAAAQAAAAAAAAAAAAAAAAAAAACAAAAAgAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAwAAAAcAAMAfAAD//wAA//+AAf//wAP//ygA + AAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAEQAAADIAAABFAAAANQAA + ABUAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAADVLODHCYFRV60Yz + M88CAQFaAAAAGQAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAABgaGVo+E2U + 3P93e6//SjU13QEBAGUAAAArAAAADwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2JQV6pjgS8IdB + L/9Todr/QZjy/3l6rP9pPjb4gjAa1FgcAnsAAAAfAAAACgAAAAUAAAADAAAAAQAAAAAAAAAAjjANq9hQ + L//iWkn/nVJJ/1aj2f9BmPH/eXut/3tNT//ASjT/aSMHsAEBAVgAAABJAAAAMgAAABUAAAADAAAAAHoo + B4/xXkf/+nNd/+R7Yf+RV0P/VKfg/0Sd9/9rc5P/dz82/3JFO/SFaFrvhWpg6kszL8gEAwJcAAAAGgAA + AAMAAAAowUcm5P2CZ//shF//0Yxh/5F9bf9fiaj/lpGV/8Shk//u1K7///3O////3P/l0cD/Uj074AEA + AF8AAAAWAAAAEyEKAVWbQyLUZy9L/0Axcv85LGX/UzxL/7+Tg///6br///3J////2v///+z//////+/g + 2P8pHBrNAAAAOAAAADcCAgK8BQUF+QUPKf8SNpz/EDGN/1NBWf/uzK3//++6///0wP///93////z//// + +f///+v/iHRm8wAAAFAFBQW4FBQU/w4VIv8YSa//Gk2z/xdEnv91X2v//ue+///grP//77v////V//// + 5P///+X////f/7WjiPgAAABZDw8P9yEhIf8cLEX/IGDG/yNnzf8gYb3/Y1dr//XdvP//8cn//+W2///0 + wP///M3///zN////0P+XfWr1AAAAUxkZGfctLS3/IjBD/yp+5P8tiO7/LIPk/zdckP+7m47////////1 + 5f//4K7//+Ww///2wP/84bf/OCgl1gAAADsWFhbRPDw8/z09Pf8XRoT/Kn3s/zKP9P8wiuP/Ok5v/8uy + rP779OT///HE///uvP/32rT/aU1F6QAAAG0AAAAZAAAAdT09Pf9MTEz/ZGRk/1teZv8jM2T/IT16/wob + LvkkGRWqcVFJ5q6Je/utiX/1OSkpxwAAAFwAAAAfAAAABQAAACAUFBTDV1dX/4GBgf+dnZ3/nZ2d/1RU + VP8GDxWWAAAANgAAAEYAAABYAAAAUgAAADQAAAATAAAAAwAAAAAAAAAHAAAAIg4ODoRGRkbaUlJS3TIy + MtAADBOBAAAAHAAAAAcAAAAEAAAABwAAAAYAAAAEAAAAAQAAAAAAAAAAAf8BOgD/BPYAPxT/AAMe/wAB + L/8AADf/AABG/wAATf8AAEn/AABa/wAA6P8AAP//AAD4/wAAzv8AAav/AAOs/w== + + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb new file mode 100644 index 0000000..1674625 --- /dev/null +++ b/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb @@ -0,0 +1,130 @@ +Imports System.DirectoryServices +Imports System.DirectoryServices.ActiveDirectory +Imports System.DirectoryServices.AccountManagement + +Public Class frmUserKonfig_AddUsers + + Private Sub formUserConfig_AddUsers_Load(sender As Object, e As EventArgs) Handles MyBase.Load + Try + Dim groups As List(Of String) = GetActiveDirectoryGroups() + + For Each group In groups + lbGroups.Items.Add(group) + Next + Catch ex As Exception + MsgBox("Error in Load Groups:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + Cursor = Cursors.Default + + End Sub + + Function GetActiveDirectoryGroups() As List(Of String) + Dim groups As List(Of String) = New List(Of String) + Dim ctx As PrincipalContext = New PrincipalContext(ContextType.Domain) + Dim group As GroupPrincipal = New GroupPrincipal(ctx) + Dim srch As PrincipalSearcher = New PrincipalSearcher(group) + For Each g In srch.FindAll() + If GetUsersForGroup(g.ToString()).Count <> 0 Then + groups.Add(g.ToString) + End If + Next + + Return groups + End Function + + + Function GetUsersForGroup(g As String) As List(Of UserPrincipal) + Dim users As List(Of UserPrincipal) = New List(Of UserPrincipal) + Dim ctx As PrincipalContext = New PrincipalContext(ContextType.Domain) + Dim group As GroupPrincipal = GroupPrincipal.FindByIdentity(ctx, g) + + Dim u = group.GetMembers(True) + + For Each user In u + If user.GetType().Name = "UserPrincipal" Then + users.Add(user) + End If + Next + + Return users + End Function + + Private Sub lbGroups_SelectedIndexChanged(sender As Object, e As EventArgs) Handles lbGroups.SelectedIndexChanged + Dim group As String = lbGroups.SelectedItem + Dim users As List(Of UserPrincipal) = GetUsersForGroup(group) + + clbUsers.Items.Clear() + For Each user In users + clbUsers.Items.Add(user) + Next + End Sub + + Private Sub btnAddUsers_Click(sender As Object, e As EventArgs) Handles btnAddUsers.Click + Dim items As CheckedListBox.CheckedItemCollection = clbUsers.CheckedItems + Dim usersAdded As Integer = 0 + + If items.Count = 0 Then + MsgBox("Keine Benutzer ausgewählt") + Exit Sub + End If + + For Each item As UserPrincipal In items + Dim user As UserPrincipal = item + Dim PRENAME As String = user.GivenName + Dim NAME As String = user.Surname + Dim USERNAME As String = user.SamAccountName.ToLower() + Dim email As String = user.EmailAddress + Dim SQL + If Not UserExists(USERNAME) Then + SQL = "INSERT INTO TBPM_USER(PRENAME, NAME, USERNAME, EMAIL) VALUES('" & PRENAME & "', '" & NAME & "', '" & USERNAME & "','" & email & "')" + If ClassDatabase.Execute_non_Query(SQL) = True Then + usersAdded = usersAdded + 1 + End If + 'Else + ' SQL = "UPDATE TBPM_USER SET MODULE_PM = 1 WHERE UPPER(USERNAME) = UPPER('" & USERNAME & "')" + ' If classDatabase.Execute_non_Query(SQL) = True Then + ' usersAdded = usersAdded + 1 + ' End If + End If + Next + + If usersAdded = 1 Then + MsgBox(usersAdded & " neuer Benutzer hinzugefügt", MsgBoxStyle.Information) + ElseIf usersAdded > 1 Then + MsgBox(usersAdded & " neue Benutzer hinzugefügt", MsgBoxStyle.Information) + ElseIf usersAdded = 0 Then + MsgBox("Es wurde kein neuer Benutzer hinzugefügt", MsgBoxStyle.Exclamation) + End If + + End Sub + + Private Function UserExists(username As String) As Boolean + Try + Dim SQL = "SELECT GUID FROM TBPM_USER WHERE UPPER(USERNAME) = UPPER('" & username & "')" + If ClassDatabase.Execute_Scalar(SQL, MyConnectionString) = Nothing Then + Return False + Else + Return True + End If + Catch ex As Exception + MsgBox("Error in UserExists: " & vbNewLine & ex.Message) + Return False + End Try + End Function + + Private Sub btnCancel_Click(sender As Object, e As EventArgs) Handles btnCancel.Click + Me.Close() + End Sub + + Private Sub tbSelectEverything_Click(sender As Object, e As EventArgs) Handles tbSelectEverything.Click + For i = 0 To clbUsers.Items.Count - 1 + clbUsers.SetItemChecked(i, True) + Next + End Sub + + Private Sub tbSelectNone_Click(sender As Object, e As EventArgs) Handles tbSelectNone.Click + For i = 0 To clbUsers.Items.Count - 1 + clbUsers.SetItemChecked(i, False) + Next + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmValidator.Designer.vb b/DD_PM_WINDREAM/frmValidator.Designer.vb new file mode 100644 index 0000000..a3337d4 --- /dev/null +++ b/DD_PM_WINDREAM/frmValidator.Designer.vb @@ -0,0 +1,1177 @@ + _ +Partial Class frmValidator + 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(frmValidator)) + Me.BarAndDockingController3 = New DevExpress.XtraBars.BarAndDockingController(Me.components) + Me.BarAndDockingController2 = New DevExpress.XtraBars.BarAndDockingController(Me.components) + Me.BarAndDockingController1 = New DevExpress.XtraBars.BarAndDockingController(Me.components) + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.tstrplblError = New System.Windows.Forms.ToolStripStatusLabel() + Me.tstrlbl_Info = New System.Windows.Forms.ToolStripStatusLabel() + Me.tsslblDocID = New System.Windows.Forms.ToolStripStatusLabel() + Me.Panel1 = New System.Windows.Forms.Panel() + Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.DateiÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.DateieigenschaftenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.TITLELabel1 = New System.Windows.Forms.Label() + Me.VWPM_PROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.btnSave = New System.Windows.Forms.Button() + Me.btnNavigatornext = New System.Windows.Forms.Button() + Me.DESCRIPTIONLabel = New System.Windows.Forms.Label() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.Label1 = New System.Windows.Forms.Label() + Me.txtErstellt = New System.Windows.Forms.TextBox() + Me.txtDateipfad = New System.Windows.Forms.TextBox() + Me.pnldesigner = New System.Windows.Forms.Panel() + Me.btnDelete = New System.Windows.Forms.Button() + Me.VWPM_PROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() + Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter() + Me.TBPM_CONTROL_TABLETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter() + Me.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_FILES_USER_NOT_INDEXEDTableAdapter() + Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() + Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() + Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() + Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() + Me.VWPM_CONTROL_INDEXBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VWPM_CONTROL_INDEXTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_CONTROL_INDEXTableAdapter() + Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.pnlpdf = New System.Windows.Forms.Panel() + Me.PdfViewer1 = New DevExpress.XtraPdfViewer.PdfViewer() + Me.BarManager1 = New DevExpress.XtraBars.BarManager(Me.components) + Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl() + Me.PdfFileOpenBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfFileOpenBarItem() + Me.PdfFileSaveAsBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfFileSaveAsBarItem() + Me.PdfFilePrintBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem() + Me.PdfPreviousPageBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem() + Me.PdfNextPageBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem() + Me.PdfFindTextBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem() + Me.PdfZoomOutBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem() + Me.PdfZoomInBarItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem() + Me.PdfExactZoomListBarSubItem2 = New DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem() + Me.PdfZoom10CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem() + Me.PdfZoom25CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem() + Me.PdfZoom50CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem() + Me.PdfZoom75CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem() + Me.PdfZoom100CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem() + Me.PdfZoom125CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem() + Me.PdfZoom150CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem() + Me.PdfZoom200CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem() + Me.PdfZoom400CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem() + Me.PdfZoom500CheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem() + Me.PdfSetActualSizeZoomModeCheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem() + Me.PdfSetPageLevelZoomModeCheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem() + Me.PdfSetFitWidthZoomModeCheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem() + Me.PdfSetFitVisibleZoomModeCheckItem2 = New DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem() + Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() + Me.StatusStrip2 = New System.Windows.Forms.StatusStrip() + Me.pdfstatuslblPageNumber = New System.Windows.Forms.ToolStripStatusLabel() + Me.ToolStripDropDownButton1 = New System.Windows.Forms.ToolStripDropDownButton() + Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() + Me.PdfFilePrintBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem() + Me.PdfPreviousPageBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem() + Me.PdfNextPageBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem() + Me.PdfFindTextBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem() + Me.PdfZoomOutBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem() + Me.PdfZoomInBarItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem() + Me.PdfExactZoomListBarSubItem1 = New DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem() + Me.PdfZoom10CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem() + Me.PdfZoom25CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem() + Me.PdfZoom50CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem() + Me.PdfZoom75CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem() + Me.PdfZoom100CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem() + Me.PdfZoom125CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem() + Me.PdfZoom150CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem() + Me.PdfZoom200CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem() + Me.PdfZoom400CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem() + Me.PdfZoom500CheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem() + Me.PdfSetActualSizeZoomModeCheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem() + Me.PdfSetPageLevelZoomModeCheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem() + Me.PdfSetFitWidthZoomModeCheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem() + Me.PdfSetFitVisibleZoomModeCheckItem1 = New DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem() + Me.PdfRibbonPage1 = New DevExpress.XtraPdfViewer.Bars.PdfRibbonPage() + Me.PdfFileRibbonPageGroup1 = New DevExpress.XtraPdfViewer.Bars.PdfFileRibbonPageGroup() + Me.PdfNavigationRibbonPageGroup1 = New DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup() + Me.PdfZoomRibbonPageGroup1 = New DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup() + Me.PdfBarController1 = New DevExpress.XtraPdfViewer.Bars.PdfBarController() + Me.PdfBarController2 = New DevExpress.XtraPdfViewer.Bars.PdfBarController() + Me.WebBrowser = New System.Windows.Forms.WebBrowser() + Me.StatusStrip3 = New System.Windows.Forms.StatusStrip() + Me.tslblWebbrowser = New System.Windows.Forms.ToolStripStatusLabel() + Me.grpBetreff = New System.Windows.Forms.GroupBox() + Me.txtBetreff = New System.Windows.Forms.TextBox() + Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() + Me.grpbxMailBody = New System.Windows.Forms.GroupBox() + CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.BarAndDockingController1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip1.SuspendLayout() + Me.Panel1.SuspendLayout() + Me.ContextMenuStrip1.SuspendLayout() + CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + Me.GroupBox1.SuspendLayout() + CType(Me.VWPM_CONTROL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnlpdf.SuspendLayout() + CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip2.SuspendLayout() + CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PdfBarController1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PdfBarController2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip3.SuspendLayout() + Me.grpBetreff.SuspendLayout() + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer1.Panel1.SuspendLayout() + Me.SplitContainer1.Panel2.SuspendLayout() + Me.SplitContainer1.SuspendLayout() + Me.grpbxMailBody.SuspendLayout() + Me.SuspendLayout() + ' + 'BarAndDockingController3 + ' + Me.BarAndDockingController3.PropertiesBar.DefaultGlyphSize = New System.Drawing.Size(16, 16) + Me.BarAndDockingController3.PropertiesBar.DefaultLargeGlyphSize = New System.Drawing.Size(32, 32) + ' + 'BarAndDockingController2 + ' + Me.BarAndDockingController2.PropertiesBar.DefaultGlyphSize = New System.Drawing.Size(16, 16) + Me.BarAndDockingController2.PropertiesBar.DefaultLargeGlyphSize = New System.Drawing.Size(32, 32) + ' + 'BarAndDockingController1 + ' + Me.BarAndDockingController1.PropertiesBar.DefaultGlyphSize = New System.Drawing.Size(16, 16) + Me.BarAndDockingController1.PropertiesBar.DefaultLargeGlyphSize = New System.Drawing.Size(32, 32) + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrplblError, Me.tstrlbl_Info, Me.tsslblDocID}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 621) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 16, 0) + Me.StatusStrip1.Size = New System.Drawing.Size(962, 22) + Me.StatusStrip1.TabIndex = 4 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tstrplblError + ' + Me.tstrplblError.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.tstrplblError.ForeColor = System.Drawing.Color.Red + Me.tstrplblError.Name = "tstrplblError" + Me.tstrplblError.Size = New System.Drawing.Size(22, 17) + Me.tstrplblError.Text = "sss" + Me.tstrplblError.Visible = False + ' + 'tstrlbl_Info + ' + Me.tstrlbl_Info.Name = "tstrlbl_Info" + Me.tstrlbl_Info.Size = New System.Drawing.Size(89, 17) + Me.tstrlbl_Info.Text = "Anzahl Dateien:" + ' + 'tsslblDocID + ' + Me.tsslblDocID.Name = "tsslblDocID" + Me.tsslblDocID.Size = New System.Drawing.Size(82, 17) + Me.tsslblDocID.Text = "Document-ID:" + ' + 'Panel1 + ' + Me.Panel1.BackColor = System.Drawing.SystemColors.ControlLight + Me.Panel1.ContextMenuStrip = Me.ContextMenuStrip1 + Me.Panel1.Controls.Add(Me.TITLELabel1) + Me.Panel1.Controls.Add(Me.btnSave) + Me.Panel1.Controls.Add(Me.btnNavigatornext) + Me.Panel1.Controls.Add(Me.DESCRIPTIONLabel) + Me.Panel1.Controls.Add(Me.GroupBox1) + Me.Panel1.Controls.Add(Me.pnldesigner) + Me.Panel1.Controls.Add(Me.btnDelete) + Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill + Me.Panel1.Location = New System.Drawing.Point(0, 0) + Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(477, 621) + Me.Panel1.TabIndex = 24 + ' + 'ContextMenuStrip1 + ' + Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiÖffnenToolStripMenuItem, Me.DateieigenschaftenToolStripMenuItem}) + Me.ContextMenuStrip1.Name = "ContextMenuStrip1" + Me.ContextMenuStrip1.Size = New System.Drawing.Size(176, 48) + ' + 'DateiÖffnenToolStripMenuItem + ' + Me.DateiÖffnenToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.book_open + Me.DateiÖffnenToolStripMenuItem.Name = "DateiÖffnenToolStripMenuItem" + Me.DateiÖffnenToolStripMenuItem.Size = New System.Drawing.Size(175, 22) + Me.DateiÖffnenToolStripMenuItem.Text = "Datei öffnen" + ' + 'DateieigenschaftenToolStripMenuItem + ' + Me.DateieigenschaftenToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link + Me.DateieigenschaftenToolStripMenuItem.Name = "DateieigenschaftenToolStripMenuItem" + Me.DateieigenschaftenToolStripMenuItem.Size = New System.Drawing.Size(175, 22) + Me.DateieigenschaftenToolStripMenuItem.Text = "Dateieigenschaften" + ' + 'TITLELabel1 + ' + Me.TITLELabel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TITLELabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPM_PROFILE_USERBindingSource, "TITLE", True)) + Me.TITLELabel1.Font = New System.Drawing.Font("Segoe UI Symbol", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TITLELabel1.Location = New System.Drawing.Point(3, 4) + Me.TITLELabel1.Name = "TITLELabel1" + Me.TITLELabel1.RightToLeft = System.Windows.Forms.RightToLeft.No + Me.TITLELabel1.Size = New System.Drawing.Size(455, 29) + Me.TITLELabel1.TabIndex = 1 + Me.TITLELabel1.Text = "Label1" + Me.TITLELabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + ' + 'VWPM_PROFILE_USERBindingSource + ' + Me.VWPM_PROFILE_USERBindingSource.DataMember = "VWPM_PROFILE_USER" + Me.VWPM_PROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'btnSave + ' + Me.btnSave.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnSave.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_pink + Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnSave.Location = New System.Drawing.Point(7, 564) + Me.btnSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnSave.Name = "btnSave" + Me.btnSave.Size = New System.Drawing.Size(450, 50) + Me.btnSave.TabIndex = 11 + Me.btnSave.Text = "Validierung speichern - Nächstes Dokument" + Me.btnSave.UseVisualStyleBackColor = True + ' + 'btnNavigatornext + ' + Me.btnNavigatornext.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnNavigatornext.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Nextrequest_10302 + Me.btnNavigatornext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnNavigatornext.Location = New System.Drawing.Point(287, 119) + Me.btnNavigatornext.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnNavigatornext.Name = "btnNavigatornext" + Me.btnNavigatornext.Size = New System.Drawing.Size(171, 35) + Me.btnNavigatornext.TabIndex = 3 + Me.btnNavigatornext.TabStop = False + Me.btnNavigatornext.Text = "Datei überspringen" + Me.btnNavigatornext.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnNavigatornext.UseVisualStyleBackColor = True + ' + 'DESCRIPTIONLabel + ' + Me.DESCRIPTIONLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.DESCRIPTIONLabel.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPM_PROFILE_USERBindingSource, "DESCRIPTION", True)) + Me.DESCRIPTIONLabel.Location = New System.Drawing.Point(5, 33) + Me.DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" + Me.DESCRIPTIONLabel.Size = New System.Drawing.Size(469, 67) + Me.DESCRIPTIONLabel.TabIndex = 1 + Me.DESCRIPTIONLabel.Text = "Label3" + ' + 'GroupBox1 + ' + Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.GroupBox1.Controls.Add(Me.Label2) + Me.GroupBox1.Controls.Add(Me.Label1) + Me.GroupBox1.Controls.Add(Me.txtErstellt) + Me.GroupBox1.Controls.Add(Me.txtDateipfad) + Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupBox1.Location = New System.Drawing.Point(9, 428) + Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox1.Size = New System.Drawing.Size(450, 131) + Me.GroupBox1.TabIndex = 20 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Allgemeine Eigenschaften:" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(6, 80) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(97, 13) + Me.Label2.TabIndex = 22 + Me.Label2.Text = "DMS Erstellt wann:" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(6, 18) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(66, 13) + Me.Label1.TabIndex = 21 + Me.Label1.Text = "Speicherort:" + ' + 'txtErstellt + ' + Me.txtErstellt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.txtErstellt.BackColor = System.Drawing.SystemColors.ControlLight + Me.txtErstellt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.txtErstellt.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtErstellt.Location = New System.Drawing.Point(6, 97) + Me.txtErstellt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtErstellt.Multiline = True + Me.txtErstellt.Name = "txtErstellt" + Me.txtErstellt.ReadOnly = True + Me.txtErstellt.Size = New System.Drawing.Size(443, 23) + Me.txtErstellt.TabIndex = 20 + Me.txtErstellt.TabStop = False + ' + 'txtDateipfad + ' + Me.txtDateipfad.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.txtDateipfad.BackColor = System.Drawing.SystemColors.ControlLight + Me.txtDateipfad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.txtDateipfad.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtDateipfad.Location = New System.Drawing.Point(7, 35) + Me.txtDateipfad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtDateipfad.Multiline = True + Me.txtDateipfad.Name = "txtDateipfad" + Me.txtDateipfad.ReadOnly = True + Me.txtDateipfad.Size = New System.Drawing.Size(443, 41) + Me.txtDateipfad.TabIndex = 19 + Me.txtDateipfad.TabStop = False + ' + 'pnldesigner + ' + Me.pnldesigner.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.pnldesigner.AutoScroll = True + Me.pnldesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.pnldesigner.Location = New System.Drawing.Point(8, 162) + Me.pnldesigner.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.pnldesigner.Name = "pnldesigner" + Me.pnldesigner.Size = New System.Drawing.Size(450, 258) + Me.pnldesigner.TabIndex = 18 + ' + 'btnDelete + ' + Me.btnDelete.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnDelete.Location = New System.Drawing.Point(8, 119) + Me.btnDelete.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.btnDelete.Name = "btnDelete" + Me.btnDelete.Size = New System.Drawing.Size(117, 35) + Me.btnDelete.TabIndex = 21 + Me.btnDelete.TabStop = False + Me.btnDelete.Text = "Löschen" + Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnDelete.UseVisualStyleBackColor = True + Me.btnDelete.Visible = False + ' + 'VWPM_PROFILE_USERTableAdapter + ' + Me.VWPM_PROFILE_USERTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Me.TBPM_CONNECTIONTableAdapter + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Me.TBPM_FILES_USER_NOT_INDEXEDTableAdapter + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Me.TBPM_PROFILE_CONTROLSTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Me.TBPM_PROFILE_FILESTableAdapter + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Me.TBPM_PROFILETableAdapter + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'TBPM_CONNECTIONTableAdapter + ' + Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + ' + 'TBPM_CONTROL_TABLETableAdapter + ' + Me.TBPM_CONTROL_TABLETableAdapter.ClearBeforeFill = True + ' + 'TBPM_FILES_USER_NOT_INDEXEDTableAdapter + ' + Me.TBPM_FILES_USER_NOT_INDEXEDTableAdapter.ClearBeforeFill = True + ' + 'TBPM_KONFIGURATIONTableAdapter + ' + Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_CONTROLSTableAdapter + ' + Me.TBPM_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_FILESTableAdapter + ' + Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILE_FINAL_INDEXINGTableAdapter + ' + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.ClearBeforeFill = True + ' + 'TBPM_PROFILETableAdapter + ' + Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True + ' + 'VWPM_CONTROL_INDEXBindingSource + ' + Me.VWPM_CONTROL_INDEXBindingSource.DataMember = "VWPM_CONTROL_INDEX" + Me.VWPM_CONTROL_INDEXBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'VWPM_CONTROL_INDEXTableAdapter + ' + Me.VWPM_CONTROL_INDEXTableAdapter.ClearBeforeFill = True + ' + 'TBPM_FILES_USER_NOT_INDEXEDBindingSource + ' + Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource.DataMember = "TBPM_FILES_USER_NOT_INDEXED" + Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_CONTROLSBindingSource + ' + Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS" + Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_CONNECTIONBindingSource + ' + Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" + Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_FILESBindingSource + ' + Me.TBPM_PROFILE_FILESBindingSource.DataMember = "TBPM_PROFILE_FILES" + Me.TBPM_PROFILE_FILESBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILE_FINAL_INDEXINGBindingSource + ' + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_PROFILEBindingSource + ' + Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" + Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_KONFIGURATIONBindingSource + ' + Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" + Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TBPM_CONTROL_TABLEBindingSource + ' + Me.TBPM_CONTROL_TABLEBindingSource.DataMember = "TBPM_CONTROL_TABLE" + Me.TBPM_CONTROL_TABLEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'pnlpdf + ' + Me.pnlpdf.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.pnlpdf.Controls.Add(Me.PdfViewer1) + Me.pnlpdf.Controls.Add(Me.StatusStrip2) + Me.pnlpdf.Controls.Add(Me.RibbonControl1) + Me.pnlpdf.Location = New System.Drawing.Point(279, 119) + Me.pnlpdf.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.pnlpdf.Name = "pnlpdf" + Me.pnlpdf.Size = New System.Drawing.Size(146, 362) + Me.pnlpdf.TabIndex = 26 + Me.pnlpdf.Visible = False + ' + 'PdfViewer1 + ' + Me.PdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.PdfViewer1.Location = New System.Drawing.Point(0, 141) + Me.PdfViewer1.MenuManager = Me.BarManager1 + Me.PdfViewer1.Name = "PdfViewer1" + Me.PdfViewer1.Size = New System.Drawing.Size(146, 199) + Me.PdfViewer1.TabIndex = 5 + Me.PdfViewer1.TabStop = False + ' + 'BarManager1 + ' + Me.BarManager1.Controller = Me.BarAndDockingController3 + Me.BarManager1.DockControls.Add(Me.barDockControlTop) + Me.BarManager1.DockControls.Add(Me.barDockControlBottom) + Me.BarManager1.DockControls.Add(Me.barDockControlLeft) + Me.BarManager1.DockControls.Add(Me.barDockControlRight) + Me.BarManager1.Form = Me + Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.PdfFileOpenBarItem1, Me.PdfFileSaveAsBarItem1, Me.PdfFilePrintBarItem2, Me.PdfPreviousPageBarItem2, Me.PdfNextPageBarItem2, Me.PdfFindTextBarItem2, Me.PdfZoomOutBarItem2, Me.PdfZoomInBarItem2, Me.PdfExactZoomListBarSubItem2, Me.PdfZoom10CheckItem2, Me.PdfZoom25CheckItem2, Me.PdfZoom50CheckItem2, Me.PdfZoom75CheckItem2, Me.PdfZoom100CheckItem2, Me.PdfZoom125CheckItem2, Me.PdfZoom150CheckItem2, Me.PdfZoom200CheckItem2, Me.PdfZoom400CheckItem2, Me.PdfZoom500CheckItem2, Me.PdfSetActualSizeZoomModeCheckItem2, Me.PdfSetPageLevelZoomModeCheckItem2, Me.PdfSetFitWidthZoomModeCheckItem2, Me.PdfSetFitVisibleZoomModeCheckItem2, Me.BarButtonItem1}) + Me.BarManager1.MaxItemId = 24 + ' + 'barDockControlTop + ' + Me.barDockControlTop.CausesValidation = False + Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top + Me.barDockControlTop.Location = New System.Drawing.Point(0, 0) + Me.barDockControlTop.Size = New System.Drawing.Size(962, 0) + ' + 'barDockControlBottom + ' + Me.barDockControlBottom.CausesValidation = False + Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom + Me.barDockControlBottom.Location = New System.Drawing.Point(0, 643) + Me.barDockControlBottom.Size = New System.Drawing.Size(962, 0) + ' + 'barDockControlLeft + ' + Me.barDockControlLeft.CausesValidation = False + Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left + Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0) + Me.barDockControlLeft.Size = New System.Drawing.Size(0, 643) + ' + 'barDockControlRight + ' + Me.barDockControlRight.CausesValidation = False + Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right + Me.barDockControlRight.Location = New System.Drawing.Point(962, 0) + Me.barDockControlRight.Size = New System.Drawing.Size(0, 643) + ' + 'PdfFileOpenBarItem1 + ' + Me.PdfFileOpenBarItem1.Id = 1 + Me.PdfFileOpenBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O)) + Me.PdfFileOpenBarItem1.Name = "PdfFileOpenBarItem1" + ' + 'PdfFileSaveAsBarItem1 + ' + Me.PdfFileSaveAsBarItem1.Id = 2 + Me.PdfFileSaveAsBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S)) + Me.PdfFileSaveAsBarItem1.Name = "PdfFileSaveAsBarItem1" + ' + 'PdfFilePrintBarItem2 + ' + Me.PdfFilePrintBarItem2.Id = 3 + Me.PdfFilePrintBarItem2.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P)) + Me.PdfFilePrintBarItem2.Name = "PdfFilePrintBarItem2" + ' + 'PdfPreviousPageBarItem2 + ' + Me.PdfPreviousPageBarItem2.Id = 4 + Me.PdfPreviousPageBarItem2.Name = "PdfPreviousPageBarItem2" + ' + 'PdfNextPageBarItem2 + ' + Me.PdfNextPageBarItem2.Id = 5 + Me.PdfNextPageBarItem2.Name = "PdfNextPageBarItem2" + ' + 'PdfFindTextBarItem2 + ' + Me.PdfFindTextBarItem2.Id = 6 + Me.PdfFindTextBarItem2.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F)) + Me.PdfFindTextBarItem2.Name = "PdfFindTextBarItem2" + ' + 'PdfZoomOutBarItem2 + ' + Me.PdfZoomOutBarItem2.Id = 7 + Me.PdfZoomOutBarItem2.Name = "PdfZoomOutBarItem2" + ' + 'PdfZoomInBarItem2 + ' + Me.PdfZoomInBarItem2.Id = 8 + Me.PdfZoomInBarItem2.Name = "PdfZoomInBarItem2" + ' + 'PdfExactZoomListBarSubItem2 + ' + Me.PdfExactZoomListBarSubItem2.Id = 9 + Me.PdfExactZoomListBarSubItem2.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom10CheckItem2, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom25CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom50CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom75CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom100CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom125CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom150CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom200CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom400CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom500CheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetActualSizeZoomModeCheckItem2, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetPageLevelZoomModeCheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitWidthZoomModeCheckItem2), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitVisibleZoomModeCheckItem2)}) + Me.PdfExactZoomListBarSubItem2.Name = "PdfExactZoomListBarSubItem2" + Me.PdfExactZoomListBarSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu + ' + 'PdfZoom10CheckItem2 + ' + Me.PdfZoom10CheckItem2.Id = 10 + Me.PdfZoom10CheckItem2.Name = "PdfZoom10CheckItem2" + ' + 'PdfZoom25CheckItem2 + ' + Me.PdfZoom25CheckItem2.Id = 11 + Me.PdfZoom25CheckItem2.Name = "PdfZoom25CheckItem2" + ' + 'PdfZoom50CheckItem2 + ' + Me.PdfZoom50CheckItem2.Id = 12 + Me.PdfZoom50CheckItem2.Name = "PdfZoom50CheckItem2" + ' + 'PdfZoom75CheckItem2 + ' + Me.PdfZoom75CheckItem2.Id = 13 + Me.PdfZoom75CheckItem2.Name = "PdfZoom75CheckItem2" + ' + 'PdfZoom100CheckItem2 + ' + Me.PdfZoom100CheckItem2.Id = 14 + Me.PdfZoom100CheckItem2.Name = "PdfZoom100CheckItem2" + ' + 'PdfZoom125CheckItem2 + ' + Me.PdfZoom125CheckItem2.Id = 15 + Me.PdfZoom125CheckItem2.Name = "PdfZoom125CheckItem2" + ' + 'PdfZoom150CheckItem2 + ' + Me.PdfZoom150CheckItem2.Id = 16 + Me.PdfZoom150CheckItem2.Name = "PdfZoom150CheckItem2" + ' + 'PdfZoom200CheckItem2 + ' + Me.PdfZoom200CheckItem2.Id = 17 + Me.PdfZoom200CheckItem2.Name = "PdfZoom200CheckItem2" + ' + 'PdfZoom400CheckItem2 + ' + Me.PdfZoom400CheckItem2.Id = 18 + Me.PdfZoom400CheckItem2.Name = "PdfZoom400CheckItem2" + ' + 'PdfZoom500CheckItem2 + ' + Me.PdfZoom500CheckItem2.Id = 19 + Me.PdfZoom500CheckItem2.Name = "PdfZoom500CheckItem2" + ' + 'PdfSetActualSizeZoomModeCheckItem2 + ' + Me.PdfSetActualSizeZoomModeCheckItem2.Id = 20 + Me.PdfSetActualSizeZoomModeCheckItem2.Name = "PdfSetActualSizeZoomModeCheckItem2" + ' + 'PdfSetPageLevelZoomModeCheckItem2 + ' + Me.PdfSetPageLevelZoomModeCheckItem2.Id = 21 + Me.PdfSetPageLevelZoomModeCheckItem2.Name = "PdfSetPageLevelZoomModeCheckItem2" + ' + 'PdfSetFitWidthZoomModeCheckItem2 + ' + Me.PdfSetFitWidthZoomModeCheckItem2.Id = 22 + Me.PdfSetFitWidthZoomModeCheckItem2.Name = "PdfSetFitWidthZoomModeCheckItem2" + ' + 'PdfSetFitVisibleZoomModeCheckItem2 + ' + Me.PdfSetFitVisibleZoomModeCheckItem2.Id = 23 + Me.PdfSetFitVisibleZoomModeCheckItem2.Name = "PdfSetFitVisibleZoomModeCheckItem2" + ' + 'BarButtonItem1 + ' + Me.BarButtonItem1.Caption = "BarButtonItem1" + Me.BarButtonItem1.Id = 0 + Me.BarButtonItem1.Name = "BarButtonItem1" + ' + 'StatusStrip2 + ' + Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.pdfstatuslblPageNumber, Me.ToolStripDropDownButton1}) + Me.StatusStrip2.Location = New System.Drawing.Point(0, 340) + Me.StatusStrip2.Name = "StatusStrip2" + Me.StatusStrip2.Size = New System.Drawing.Size(146, 22) + Me.StatusStrip2.TabIndex = 2 + Me.StatusStrip2.Text = "StatusStrip2" + ' + 'pdfstatuslblPageNumber + ' + Me.pdfstatuslblPageNumber.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.pdfstatuslblPageNumber.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_red + Me.pdfstatuslblPageNumber.Name = "pdfstatuslblPageNumber" + Me.pdfstatuslblPageNumber.Size = New System.Drawing.Size(139, 16) + Me.pdfstatuslblPageNumber.Text = "ToolStripStatusLabel1" + ' + 'ToolStripDropDownButton1 + ' + Me.ToolStripDropDownButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.magifier_zoom_out1 + Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" + Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(153, 20) + Me.ToolStripDropDownButton1.Text = "Seitenansicht Minimal" + ' + 'RibbonControl1 + ' + Me.RibbonControl1.ExpandCollapseItem.Id = 0 + Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.PdfFilePrintBarItem1, Me.PdfPreviousPageBarItem1, Me.PdfNextPageBarItem1, Me.PdfFindTextBarItem1, Me.PdfZoomOutBarItem1, Me.PdfZoomInBarItem1, Me.PdfExactZoomListBarSubItem1, Me.PdfZoom10CheckItem1, Me.PdfZoom25CheckItem1, Me.PdfZoom50CheckItem1, Me.PdfZoom75CheckItem1, Me.PdfZoom100CheckItem1, Me.PdfZoom125CheckItem1, Me.PdfZoom150CheckItem1, Me.PdfZoom200CheckItem1, Me.PdfZoom400CheckItem1, Me.PdfZoom500CheckItem1, Me.PdfSetActualSizeZoomModeCheckItem1, Me.PdfSetPageLevelZoomModeCheckItem1, Me.PdfSetFitWidthZoomModeCheckItem1, Me.PdfSetFitVisibleZoomModeCheckItem1}) + Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) + Me.RibbonControl1.MaxItemId = 25 + Me.RibbonControl1.Name = "RibbonControl1" + Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.PdfRibbonPage1}) + Me.RibbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010 + Me.RibbonControl1.Size = New System.Drawing.Size(146, 141) + Me.RibbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above + ' + 'PdfFilePrintBarItem1 + ' + Me.PdfFilePrintBarItem1.Id = 3 + Me.PdfFilePrintBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P)) + Me.PdfFilePrintBarItem1.Name = "PdfFilePrintBarItem1" + ' + 'PdfPreviousPageBarItem1 + ' + Me.PdfPreviousPageBarItem1.Id = 4 + Me.PdfPreviousPageBarItem1.Name = "PdfPreviousPageBarItem1" + ' + 'PdfNextPageBarItem1 + ' + Me.PdfNextPageBarItem1.Id = 5 + Me.PdfNextPageBarItem1.Name = "PdfNextPageBarItem1" + ' + 'PdfFindTextBarItem1 + ' + Me.PdfFindTextBarItem1.Id = 6 + Me.PdfFindTextBarItem1.ItemShortcut = New DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F)) + Me.PdfFindTextBarItem1.Name = "PdfFindTextBarItem1" + ' + 'PdfZoomOutBarItem1 + ' + Me.PdfZoomOutBarItem1.Id = 7 + Me.PdfZoomOutBarItem1.Name = "PdfZoomOutBarItem1" + ' + 'PdfZoomInBarItem1 + ' + Me.PdfZoomInBarItem1.Id = 8 + Me.PdfZoomInBarItem1.Name = "PdfZoomInBarItem1" + ' + 'PdfExactZoomListBarSubItem1 + ' + Me.PdfExactZoomListBarSubItem1.Id = 9 + Me.PdfExactZoomListBarSubItem1.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom10CheckItem1, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom25CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom50CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom75CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom100CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom125CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom150CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom200CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom400CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfZoom500CheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetActualSizeZoomModeCheckItem1, True), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetPageLevelZoomModeCheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitWidthZoomModeCheckItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PdfSetFitVisibleZoomModeCheckItem1)}) + Me.PdfExactZoomListBarSubItem1.Name = "PdfExactZoomListBarSubItem1" + Me.PdfExactZoomListBarSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu + ' + 'PdfZoom10CheckItem1 + ' + Me.PdfZoom10CheckItem1.Id = 10 + Me.PdfZoom10CheckItem1.Name = "PdfZoom10CheckItem1" + ' + 'PdfZoom25CheckItem1 + ' + Me.PdfZoom25CheckItem1.Id = 11 + Me.PdfZoom25CheckItem1.Name = "PdfZoom25CheckItem1" + ' + 'PdfZoom50CheckItem1 + ' + Me.PdfZoom50CheckItem1.Id = 12 + Me.PdfZoom50CheckItem1.Name = "PdfZoom50CheckItem1" + ' + 'PdfZoom75CheckItem1 + ' + Me.PdfZoom75CheckItem1.Id = 13 + Me.PdfZoom75CheckItem1.Name = "PdfZoom75CheckItem1" + ' + 'PdfZoom100CheckItem1 + ' + Me.PdfZoom100CheckItem1.Id = 14 + Me.PdfZoom100CheckItem1.Name = "PdfZoom100CheckItem1" + ' + 'PdfZoom125CheckItem1 + ' + Me.PdfZoom125CheckItem1.Id = 15 + Me.PdfZoom125CheckItem1.Name = "PdfZoom125CheckItem1" + ' + 'PdfZoom150CheckItem1 + ' + Me.PdfZoom150CheckItem1.Id = 16 + Me.PdfZoom150CheckItem1.Name = "PdfZoom150CheckItem1" + ' + 'PdfZoom200CheckItem1 + ' + Me.PdfZoom200CheckItem1.Id = 17 + Me.PdfZoom200CheckItem1.Name = "PdfZoom200CheckItem1" + ' + 'PdfZoom400CheckItem1 + ' + Me.PdfZoom400CheckItem1.Id = 18 + Me.PdfZoom400CheckItem1.Name = "PdfZoom400CheckItem1" + ' + 'PdfZoom500CheckItem1 + ' + Me.PdfZoom500CheckItem1.Id = 19 + Me.PdfZoom500CheckItem1.Name = "PdfZoom500CheckItem1" + ' + 'PdfSetActualSizeZoomModeCheckItem1 + ' + Me.PdfSetActualSizeZoomModeCheckItem1.Id = 20 + Me.PdfSetActualSizeZoomModeCheckItem1.Name = "PdfSetActualSizeZoomModeCheckItem1" + ' + 'PdfSetPageLevelZoomModeCheckItem1 + ' + Me.PdfSetPageLevelZoomModeCheckItem1.Id = 21 + Me.PdfSetPageLevelZoomModeCheckItem1.Name = "PdfSetPageLevelZoomModeCheckItem1" + ' + 'PdfSetFitWidthZoomModeCheckItem1 + ' + Me.PdfSetFitWidthZoomModeCheckItem1.Id = 22 + Me.PdfSetFitWidthZoomModeCheckItem1.Name = "PdfSetFitWidthZoomModeCheckItem1" + ' + 'PdfSetFitVisibleZoomModeCheckItem1 + ' + Me.PdfSetFitVisibleZoomModeCheckItem1.Id = 23 + Me.PdfSetFitVisibleZoomModeCheckItem1.Name = "PdfSetFitVisibleZoomModeCheckItem1" + ' + 'PdfRibbonPage1 + ' + Me.PdfRibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.PdfFileRibbonPageGroup1, Me.PdfNavigationRibbonPageGroup1, Me.PdfZoomRibbonPageGroup1}) + Me.PdfRibbonPage1.Name = "PdfRibbonPage1" + ' + 'PdfFileRibbonPageGroup1 + ' + Me.PdfFileRibbonPageGroup1.ItemLinks.Add(Me.PdfFilePrintBarItem1) + Me.PdfFileRibbonPageGroup1.Name = "PdfFileRibbonPageGroup1" + ' + 'PdfNavigationRibbonPageGroup1 + ' + Me.PdfNavigationRibbonPageGroup1.ItemLinks.Add(Me.PdfPreviousPageBarItem1) + Me.PdfNavigationRibbonPageGroup1.ItemLinks.Add(Me.PdfNextPageBarItem1) + Me.PdfNavigationRibbonPageGroup1.ItemLinks.Add(Me.PdfFindTextBarItem1) + Me.PdfNavigationRibbonPageGroup1.Name = "PdfNavigationRibbonPageGroup1" + ' + 'PdfZoomRibbonPageGroup1 + ' + Me.PdfZoomRibbonPageGroup1.ItemLinks.Add(Me.PdfZoomOutBarItem1) + Me.PdfZoomRibbonPageGroup1.ItemLinks.Add(Me.PdfZoomInBarItem1) + Me.PdfZoomRibbonPageGroup1.ItemLinks.Add(Me.PdfExactZoomListBarSubItem1) + Me.PdfZoomRibbonPageGroup1.Name = "PdfZoomRibbonPageGroup1" + ' + 'PdfBarController2 + ' + Me.PdfBarController2.BarItems.Add(Me.PdfFileOpenBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfFileSaveAsBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfFilePrintBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfPreviousPageBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfNextPageBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfFindTextBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoomOutBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoomInBarItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfExactZoomListBarSubItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom10CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom25CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom50CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom75CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom100CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom125CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom150CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom200CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom400CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom500CheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfSetActualSizeZoomModeCheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfSetPageLevelZoomModeCheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfSetFitWidthZoomModeCheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfSetFitVisibleZoomModeCheckItem2) + Me.PdfBarController2.BarItems.Add(Me.PdfFilePrintBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfPreviousPageBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfNextPageBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfFindTextBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoomOutBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoomInBarItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfExactZoomListBarSubItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom10CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom25CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom50CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom75CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom100CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom125CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom150CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom200CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom400CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfZoom500CheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfSetActualSizeZoomModeCheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfSetPageLevelZoomModeCheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfSetFitWidthZoomModeCheckItem1) + Me.PdfBarController2.BarItems.Add(Me.PdfSetFitVisibleZoomModeCheckItem1) + Me.PdfBarController2.Control = Me.PdfViewer1 + ' + 'WebBrowser + ' + Me.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill + Me.WebBrowser.Location = New System.Drawing.Point(3, 21) + Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20) + Me.WebBrowser.Name = "WebBrowser" + Me.WebBrowser.Size = New System.Drawing.Size(194, 54) + Me.WebBrowser.TabIndex = 2 + Me.WebBrowser.TabStop = False + ' + 'StatusStrip3 + ' + Me.StatusStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWebbrowser}) + Me.StatusStrip3.Location = New System.Drawing.Point(3, 75) + Me.StatusStrip3.Name = "StatusStrip3" + Me.StatusStrip3.Size = New System.Drawing.Size(194, 22) + Me.StatusStrip3.TabIndex = 0 + Me.StatusStrip3.Text = "StatusStrip3" + ' + 'tslblWebbrowser + ' + Me.tslblWebbrowser.Name = "tslblWebbrowser" + Me.tslblWebbrowser.Size = New System.Drawing.Size(121, 17) + Me.tslblWebbrowser.Text = "ToolStripStatusLabel1" + ' + 'grpBetreff + ' + Me.grpBetreff.Controls.Add(Me.txtBetreff) + Me.grpBetreff.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.grpBetreff.Location = New System.Drawing.Point(26, 19) + Me.grpBetreff.Name = "grpBetreff" + Me.grpBetreff.Size = New System.Drawing.Size(200, 57) + Me.grpBetreff.TabIndex = 31 + Me.grpBetreff.TabStop = False + Me.grpBetreff.Text = "Betreff" + Me.grpBetreff.Visible = False + ' + 'txtBetreff + ' + Me.txtBetreff.BackColor = System.Drawing.SystemColors.Info + Me.txtBetreff.Dock = System.Windows.Forms.DockStyle.Fill + Me.txtBetreff.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtBetreff.Location = New System.Drawing.Point(3, 21) + Me.txtBetreff.Name = "txtBetreff" + Me.txtBetreff.ReadOnly = True + Me.txtBetreff.Size = New System.Drawing.Size(194, 25) + Me.txtBetreff.TabIndex = 0 + Me.txtBetreff.TabStop = False + ' + 'SplitContainer1 + ' + Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) + Me.SplitContainer1.Name = "SplitContainer1" + ' + 'SplitContainer1.Panel1 + ' + Me.SplitContainer1.Panel1.Controls.Add(Me.Panel1) + ' + 'SplitContainer1.Panel2 + ' + Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxMailBody) + Me.SplitContainer1.Panel2.Controls.Add(Me.pnlpdf) + Me.SplitContainer1.Panel2.Controls.Add(Me.grpBetreff) + Me.SplitContainer1.Size = New System.Drawing.Size(962, 621) + Me.SplitContainer1.SplitterDistance = 477 + Me.SplitContainer1.TabIndex = 37 + ' + 'grpbxMailBody + ' + Me.grpbxMailBody.Controls.Add(Me.WebBrowser) + Me.grpbxMailBody.Controls.Add(Me.StatusStrip3) + Me.grpbxMailBody.Location = New System.Drawing.Point(29, 102) + Me.grpbxMailBody.Name = "grpbxMailBody" + Me.grpbxMailBody.Size = New System.Drawing.Size(200, 100) + Me.grpbxMailBody.TabIndex = 33 + Me.grpbxMailBody.TabStop = False + Me.grpbxMailBody.Text = "Body:" + ' + 'frmValidator + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(962, 643) + Me.Controls.Add(Me.SplitContainer1) + Me.Controls.Add(Me.StatusStrip1) + Me.Controls.Add(Me.barDockControlLeft) + Me.Controls.Add(Me.barDockControlRight) + Me.Controls.Add(Me.barDockControlBottom) + Me.Controls.Add(Me.barDockControlTop) + Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.KeyPreview = True + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.Name = "frmValidator" + Me.Text = "frmValidator" + CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.BarAndDockingController1, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + Me.Panel1.ResumeLayout(False) + Me.ContextMenuStrip1.ResumeLayout(False) + CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() + CType(Me.VWPM_CONTROL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.pnlpdf.ResumeLayout(False) + Me.pnlpdf.PerformLayout() + CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip2.ResumeLayout(False) + Me.StatusStrip2.PerformLayout() + CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PdfBarController1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PdfBarController2, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip3.ResumeLayout(False) + Me.StatusStrip3.PerformLayout() + Me.grpBetreff.ResumeLayout(False) + Me.grpBetreff.PerformLayout() + Me.SplitContainer1.Panel1.ResumeLayout(False) + Me.SplitContainer1.Panel2.ResumeLayout(False) + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer1.ResumeLayout(False) + Me.grpbxMailBody.ResumeLayout(False) + Me.grpbxMailBody.PerformLayout() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents tstrplblError As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents tstrlbl_Info As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents tsslblDocID As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents Panel1 As System.Windows.Forms.Panel + Friend WithEvents TITLELabel1 As System.Windows.Forms.Label + Friend WithEvents btnSave As System.Windows.Forms.Button + Friend WithEvents btnNavigatornext As System.Windows.Forms.Button + Friend WithEvents DESCRIPTIONLabel As System.Windows.Forms.Label + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents txtErstellt As System.Windows.Forms.TextBox + Friend WithEvents txtDateipfad As System.Windows.Forms.TextBox + Friend WithEvents pnldesigner As System.Windows.Forms.Panel + Friend WithEvents btnDelete As System.Windows.Forms.Button + Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet + Friend WithEvents VWPM_PROFILE_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents VWPM_PROFILE_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter + Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager + Friend WithEvents VWPM_CONTROL_INDEXBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents VWPM_CONTROL_INDEXTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_CONTROL_INDEXTableAdapter + Friend WithEvents TBPM_FILES_USER_NOT_INDEXEDTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_FILES_USER_NOT_INDEXEDTableAdapter + Friend WithEvents TBPM_FILES_USER_NOT_INDEXEDBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter + Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter + Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter + Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter + Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_PROFILETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter + Friend WithEvents TBPM_PROFILEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter + Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter + Friend WithEvents TBPM_CONTROL_TABLEBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip + Friend WithEvents DateiÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents DateieigenschaftenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents pnlpdf As System.Windows.Forms.Panel + Friend WithEvents StatusStrip2 As System.Windows.Forms.StatusStrip + Friend WithEvents pdfstatuslblPageNumber As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents PdfBarController1 As DevExpress.XtraPdfViewer.Bars.PdfBarController + Friend WithEvents PdfViewer1 As DevExpress.XtraPdfViewer.PdfViewer + Friend WithEvents BarManager1 As DevExpress.XtraBars.BarManager + Friend WithEvents PdfFileOpenBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfFileOpenBarItem + Friend WithEvents PdfFileSaveAsBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfFileSaveAsBarItem + Friend WithEvents PdfFilePrintBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem + Friend WithEvents PdfPreviousPageBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem + Friend WithEvents PdfNextPageBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem + Friend WithEvents PdfFindTextBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem + Friend WithEvents PdfZoomOutBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem + Friend WithEvents PdfZoomInBarItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem + Friend WithEvents PdfExactZoomListBarSubItem2 As DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem + Friend WithEvents PdfZoom10CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem + Friend WithEvents PdfZoom25CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem + Friend WithEvents PdfZoom50CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem + Friend WithEvents PdfZoom75CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem + Friend WithEvents PdfZoom100CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem + Friend WithEvents PdfZoom125CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem + Friend WithEvents PdfZoom150CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem + Friend WithEvents PdfZoom200CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem + Friend WithEvents PdfZoom400CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem + Friend WithEvents PdfZoom500CheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem + Friend WithEvents PdfSetActualSizeZoomModeCheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem + Friend WithEvents PdfSetPageLevelZoomModeCheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem + Friend WithEvents PdfSetFitWidthZoomModeCheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem + Friend WithEvents PdfSetFitVisibleZoomModeCheckItem2 As DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem + Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem + Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl + Friend WithEvents PdfBarController2 As DevExpress.XtraPdfViewer.Bars.PdfBarController + Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl + Friend WithEvents PdfFilePrintBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem + Friend WithEvents PdfPreviousPageBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem + Friend WithEvents PdfNextPageBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem + Friend WithEvents PdfFindTextBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem + Friend WithEvents PdfZoomOutBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem + Friend WithEvents PdfZoomInBarItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem + Friend WithEvents PdfExactZoomListBarSubItem1 As DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem + Friend WithEvents PdfZoom10CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem + Friend WithEvents PdfZoom25CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem + Friend WithEvents PdfZoom50CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem + Friend WithEvents PdfZoom75CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem + Friend WithEvents PdfZoom100CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem + Friend WithEvents PdfZoom125CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem + Friend WithEvents PdfZoom150CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem + Friend WithEvents PdfZoom200CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem + Friend WithEvents PdfZoom400CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem + Friend WithEvents PdfZoom500CheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem + Friend WithEvents PdfSetActualSizeZoomModeCheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem + Friend WithEvents PdfSetPageLevelZoomModeCheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem + Friend WithEvents PdfSetFitWidthZoomModeCheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem + Friend WithEvents PdfSetFitVisibleZoomModeCheckItem1 As DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem + Friend WithEvents PdfRibbonPage1 As DevExpress.XtraPdfViewer.Bars.PdfRibbonPage + Friend WithEvents PdfFileRibbonPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfFileRibbonPageGroup + Friend WithEvents PdfNavigationRibbonPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup + Friend WithEvents PdfZoomRibbonPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup + Friend WithEvents ToolStripDropDownButton1 As System.Windows.Forms.ToolStripDropDownButton + Friend WithEvents WebBrowser As System.Windows.Forms.WebBrowser + Friend WithEvents StatusStrip3 As System.Windows.Forms.StatusStrip + Friend WithEvents tslblWebbrowser As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents grpBetreff As System.Windows.Forms.GroupBox + Friend WithEvents txtBetreff As System.Windows.Forms.TextBox + Friend WithEvents BarAndDockingController1 As DevExpress.XtraBars.BarAndDockingController + Friend WithEvents BarAndDockingController2 As DevExpress.XtraBars.BarAndDockingController + Friend WithEvents BarAndDockingController3 As DevExpress.XtraBars.BarAndDockingController + Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer + Friend WithEvents grpbxMailBody As System.Windows.Forms.GroupBox +End Class diff --git a/DD_PM_WINDREAM/frmValidator.resx b/DD_PM_WINDREAM/frmValidator.resx new file mode 100644 index 0000000..b33131b --- /dev/null +++ b/DD_PM_WINDREAM/frmValidator.resx @@ -0,0 +1,723 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 214, 17 + + + 411, 17 + + + 608, 17 + + + 533, 212 + + + 887, 17 + + + 725, 17 + + + 17, 56 + + + 263, 56 + + + 17, 134 + + + 278, 212 + + + 17, 95 + + + 1003, 173 + + + 604, 95 + + + 501, 134 + + + 17, 173 + + + 534, 173 + + + 436, 56 + + + 704, 56 + + + 966, 56 + + + 325, 95 + + + 877, 95 + + + 256, 134 + + + 741, 134 + + + 322, 173 + + + 740, 173 + + + 17, 212 + + + 955, 212 + + + 197 + + + 17, 251 + + + + + AAABAAwAMDAQAAEABABoBgAAxgAAACAgEAABAAQA6AIAAC4HAAAYGBAAAQAEAOgBAAAWCgAAEBAQAAEA + BAAoAQAA/gsAADAwAAABAAgAqA4AACYNAAAgIAAAAQAIAKgIAADOGwAAGBgAAAEACADIBgAAdiQAABAQ + AAABAAgAaAUAAD4rAAAwMAAAAQAgAKglAACmMAAAICAAAAEAIACoEAAATlYAABgYAAABACAAiAkAAPZm + AAAQEAAAAQAgAGgEAAB+cAAAKAAAADAAAABgAAAAAQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8A + /wCAAIAA/wAAAIAAAAD//wAAgIAAAAD/AAAAgAAAAP//AACAgAAAAP8AAACAAP///wDAwMAAgICAAAAA + AAD//////////f//////////////////////////3d7u3d3////////////////////////94b6+vu3f + //////////////////////3rmpqpqZ7t3////////////////////9vquqqqqqvu3//93d3f//////// + /////euqqqq6q6q57d/d5+3d////////////3rq/u6urq6ur7t3e7h7d3///////////67rzX5qqqqq6 + vu79//7+3d//////////6qqfPzuqqrqqsX7////eHt3////////9u7uqc/Wqmqurqx/d////3+7d3/// + ///+uqqqq18aqqqrq+7d3////9Pt3//////+qrqqqTN7G7q6q57d3d////3h7d/////7uq6uqnPz9fqq + ux7t3d3d///9Ud3f///+u6qqqrU1M5q6qrm57d7d3////XHd/f/+uqqqqq9fm7qquxq7ve3d3f///91e + 3//+uqmqqoFTuqqrq5manp7t7d/////eXt//u6qqqqk1W6q6sZq5rqme3d/d////3j//66upqqrvU1uq + upipqNqbnt3d3f///53/27qqqaqRVTWruOqanamovt7d3d3/3z///buqqqqqk1urvqmpqOjqnt7u3d3d + 3e///+u7qqqqqrq+iJiprdqIpe5+7e3d3/////2bu7u6urvo2oqanY2unml3/u7t3+/////+G7u7s+2O + qI3Yrdjo6e53d1Hu3T//////nt7tTdjYiN2Nj9jY7tZ3d5fh3e//////H//93e2N/fjd3/3djm1+d3dv + 3Z//////X//d3d3/39/d3+3d1dbmaXl13e//////7//f3e3///3/39Ld3t7u5mdp7z//////7f3dTU7u + 3//9T97u5d1mbuaV3e//////7//d3d1N7tTd/f3U3u3e5m5n3e//////7//d/d3dTt/91OTd1N3d3W5u + 3+//////7//dTU1N3f0kLS7t3dTd3dbm3+//////7//f3d3d3ULU0uLi393f3d3V/e//////7/39/d39 + /uTSTU5F0t3/397u/+//////7//d3/3dLSQt3S4tJNTf/d3f3+//////7////d3S3u7U1NTi3i3d3d/9 + /+//////7//f3e1O3k1N3d3UUk3t3/3//+//////7//97dLdLt3d3f3f/dXv3//9/+//////7/3U1N3t + 1e3U9N39//3v/f3//+//////7t3d3dTdTdXd3d3f3d7f/////+//////3u7d3d3d3d3e7d393d//3/// + 3u////////7u3d3d3d3d3d3d3/3////e7f/////////97u393d3d3d3f/f///97t/////////////+7t + /d3f3d3f////3u3////////////////e7f39/f3////e7f//////////////////3u3f/9////7t//// + //////////////////3u3////u3////////////////////////97u/e7f////////////////////// + /////97t/////////////v////8AAP8AP////wAA/gAf////AAD4AAf///8AAPAAB4H//wAA4AABAP// + AADAAAAAf/8AAMAAADgf/wAAwAAA/A//AACAAAE/Af8AAIAAAB/B/wAAgAAAB+B/AACAAAAA+B8AAIAA + AAB+CwAAgAAAAD8HAACAAAAAH8EAAMAAAAAT8QAAwAAAAAD8AADAAAAAADUAAOAAAAAAAQAA8AAAAAAF + AAD4AAAAAAUAAP4AAAAAAQAA/wAAEAABAAD/eAoYAAEAAP9wNRAAAQAA/3Q+0AAFAAD/IAeQAAEAAP9w + ACgAAQAA/3IBgAAFAAD/cAIAAAUAAP90AABECQAA/2ooAA0NAAD/cYAABhUAAP9+AAAAbQAA/3QAAAG9 + AAD/eAAJhe0AAP9gACLmvQAA/wAAAQf9AAD/AAACHfEAAP/gAABvwwAA//ggAb8PAAD//whB/D8AAP// + wqvw/wAA///wd+P/AAD///4fj/8AAP///4Q//wAA////8P//AAAoAAAAIAAAAEAAAAABAAQAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA/wD/AIAAgAD/AAAAgAAAAP//AACAgAAAAP8AAACAAAAA//8AAICAAAAA + /wAAAIAA////AMDAwACAgIAAAAAAAP///93d3////////////////97pHu3f/9/f//////////2Zqam+ + 7f3d3d/////////rqqqqq57t7/7d///////9qzu6qaq+FR3eHt3f////3qFzmaqaq57//d593f///+up + rzuqq6sd3f/90e3d///quqk3Gaqant3f//3h7d//6qqps3Pqqxm+/d3//e7d3+moqp87mrqxnt7d3//d + 7t/hqoqu/qqr6Jrb7d3//93t+5qai+U7rqmp+J7t/f//3v26qqqTkbuOmt6une3d39X/25qaqrmu2Kn5 + iefn7d3R//0bu7Hh2I6r+agdlu7t3v///u7u6IrY2Nqe5m527t7///7/3e7v3939mV7m6WXe///+/93t + ///98e4W6W6e3v///v/d7t3dTfVRXlflbt7///793U1V7d3/3l7WdpX+///+/93d3d/dLt/e3d5Z/v// + /v/f3d/S5OLU3//d5d7///79/d/y7U0lEtL93u/+///+///dLtTd3U7u3d3/3v///f/U1NXd3/39Qt3/ + //3///793d3STf3f3d7f3//e///+7d3d3d4t3d7d///e7/////3t7d3d3d3f///d7////////d7d//3d + ///e3f//////////3u7/3//e3f/////////////97t/e3f////////////////3e7////////B////AH + X//gAgf/wAAD/4AAAH8AAOA/AAA4DwAAHgcAACOBAAABwQAAAPCAACC8gAAABMAAIADgACAA+AAAAPsF + IAD7D6AA+wAgAPoAMAL7AQQC+0QBwPqYAIb7wAAM+wBoPvoAkFz4AADx/gAHx/+Djw//8Nw///4Q//// + h/8oAAAAGAAAADAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wD/AIAAgAD/AAAAgAAAAP// + AACAgAAAAP8AAACAAAAA//8AAICAAAAA/wAAAIAA////AMDAwACAgIAAAAAAAP//3t3////////////e + np7t/d3///////0aqqoe3pHt/////9m3uqmpHt3u3f///9qjmaqr7f/+7d///+uqP7q67d//3u3f/7qK + tVuqu+3d/97v/+qqkbqr6e7t3//u/9uoqV65mo2u3d/97/6aqrGa2a6J7t3f7//ruxmtip2enn7d7//9 + 3u7Y3d2pVp5d7//9397d//7u7lad7//9397d3f3l5ple3//9/91O3d3dXVad7//9393d3SPd395d3//9 + 3/3dJNRS393d3///393eTd3dLd393//93dTS3d/dXf//3//93d3d3d3d3//d3///3d3d3d3f/93d//// + //3d3f//3t3////////93e3e3////////////93f//////D//wDAI/8AgAD/AAAAPwAADh8AAAcHAAAA + xwAAAHMAAAAZAIAABQDAAAEA4AABAOQ4AQDkCAEA7AABAOQAQQDmAEEA9AAJAOAEPQDgAHEA8AHDAP4P + DwD/gH8A//H/ACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AP8AgACAAP8A + AACAAAAA//8AAICAAAAA/wAAAIAAAAD//wAAgIAAAAD/AAAAgAD///8AwMDAAICAgAAAAAAA/bvu393/ + ///76que7u///+u3qqH/3t//uqN6vt3/7f+5iRuomt/97dqqOeqene/+/rqa6KmZXt7/7e2N6p533v/v + 3f/9137e/+/90tXvV97/798U3i7e/v/v/U7VVf/+/9393d3e//7/7d393d/97v/93d3f/e3/////3d7d + //+BPwAAgB8AAADHAAAAMwAAABgAAAAGAACAAAAAwAAAANOAAADYEAAA1AIAANgOAADIDgAAwhgAAOBj + AAD8DwAAKAAAADAAAABgAAAAAQAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AADQ0NAA0NDRAB0c + bAAbGl0AJCN3ADIwZAA1NFAAKCBTADQyNQBDQUMATk1OACYkJQBILi4A/vb2APry8gD++voA+vb2AD0T + EgC9q6oAfmRiAIxycAC1lJEAmH58AL6mpADErasA+u3sALSfnQDRwL4Aybm3AN/QzgCzrKsA8NTOAMe0 + sAD24d0A+ubiAO3o5wBYPjgA8NzXANnJxQD+8e4A6eHfAO7NxAD15uIAu7SyAPTt6wDrwrUAvKCXAO3J + vADn3NgA39nXALVbNwDUt6wAv6ykAKWZlADqvKcAyHRKAG5VSADqtpwA2KuUAPXr5gD+9vIA+vLuANOK + YQCVY0cA4JhvAOmwkgBeTkUAnYyDALKppABpRS8A5qN7AOiqhQDPmnsA7cSqAPbVwAD23s8A+ubaAPqM + PwDzy68A+NvHAPvk1AD87eMA/vLqAPuYUAD6omEA+65zAPy4hADwtIcA9r2RALaRdQD2xJsA+sqjAPTS + twD71bQA/NOrAPraugD97NwA/vbuAPry6gD++vYA+vbyAPzhxADr0rcA/eXLANjErwBTLgIA/tuzAP3f + vADy3MEA/uvUAP3y5QBMLAIANyADAFk2BAD+9uoAaUULAHZVIABSPyIA8+PJAFY9EwD++vIA+vbuAPbz + 7QD369AA+vbpAPby5gD29fIA/PXbADUvFgD+/eUA/f3sAP7+8gD+/vYA+vryAP7++gD6+vYA29+7APP8 + 5gDo+t4A7e/sAKzJoQB/onYAw+C8ACZXHgDY+dQAUIRNAPr++gDH9sgAI3opAJbjnABQs1oAs/O4AIq3 + jgAqljcAX9BtAHfVggAMniEAL69CAD3KUgDLzcwA4PLvAM7W1gDK0tIA+fr6AIuMjAD4/f4At7u8AM3l + 7ACaw9IA7vn9AKWoqQCA1/sAYsr2AKLT6QCb2/wAt+b9AM7u/gDg9P4AsLS2AES08ACAwuoAz9TXAGav + 4gBzdngAM5rlAMTIywBUnNYABWzRACd/1ABBh8oAys7SAL3AwwCeoKIAkZKTAAdXvAAlZ7wAq62wAAVH + rAAnT5UAl5iaAAM0mQACM/4ACTboACg6gQACK/cAFTvjAGprcAACJO0AHjKnAF5ljwACHuUACiTTABUs + uwCHiqAAAhvcAAIW1gADIPsADij+AAwhwABFTIIAj5KsAAIV3AACEtIAAhLOAAMW0QACDuwAAgzWAAIO + zgACDskAAxL8AAcSvAANGvAAAwrCAAMHqQAQF6sAJShnAFlaegBBQlcATU5lAAIH4AACAtQAAgLKABgb + mAAhIogAPDxuAHh4lABhYWMAfHx9AGhoaQD///8AhISEAHBwcABaWloAGBgYAAgICAD///////////+6 + p6ezp8C6////////////////////////////////////////////////////wKul+Pj7pcirp/////// + /////////////////////////////////////////8D77wbsBQXs9e+4wsHA//////////////////// + ////////////////////////q+3s69jQ2dnT2Ovs7/jIp///////uqfAuv////////////////////// + //////+rBvPw5ubm5ubm5ubw6wa4wqf///+nxcHBxcD//////////////////////////6sG6vDx8PHx + 8fHx8fHx8ecGuMjAwLPBzwm4yKunuv//////////////////////wO/r8AQSCOrx8PDw8fHx8vHnBvjI + q/sLz6sKC/jBxcD/////////////////////0vPy8P5wcHAI8PDw8PDx8fHy8++4/QmgEBAQwQz3pauz + uv////////////////+6Burx8fMMcXFx9Obi4vDw8fHx8gQM+38QEBAQEDL4Cc/Ixaf///////////// + ///I9PLx8fDwBHFwcdfm4uLw8PHx8vP3oi2MEBAQEBAQugsK+Kuzuv/////////////t6/Hx8fDi5gxw + cPPm5uLi8PHx8ertGyEdHowQEBAQEBCnCf3IxcC6///////////c6vHy8eLi2udxahIICAjz8PDx8er1 + RBkZGScyLRAQEBAQjKUJz8Gzuv/////////16vHx6Obm5tr+cGpqcGoI4vDx8un197gbExwZHDF/EBAQ + EBC2/Qv4q6e6///////16vHi4ubm5ub0anJqamoE4vHx8erszMn1FRwTExkcKX8QEBAQEKAJC8izwP// + ///t6vHo2ebm5ubQdnRy8+rn8PHx8eoFycnJyd0XGBgTISctEBAQEBB/qwr9wae6///28/Lw6Obm5uba + B3R0zObi8PHx8vPMxsnrybvM7UQYGCEpEBAQEBAQECS4C7izuv/ABerx4tra5tna23J0dMzw8PHy8gPH + w8bG1bfDw8b3RBkxLSQ8DhAQEBAQMv0Lp///7/Py8OLZ2tra2Qd0dXVG9fHx88y9vNXGxru9w8PDxxcn + HCEcMjwOZBAQEA4Lp///qwXq8vDi5tnZ2dMHcnR0RvDqA8S9vMbG1Le+xLy8xhQZGRgYGRwxLQ4OJCML + /////90E6vHw8OLm5ubm8w1yBeoDxLm8vMPDw7W7vb28wxQZFRVFNRgZJx4eICIL///////WA/Py8fDw + 8PDw4vHq6gPEubm5vMPLw7W3ubm5xDmSmpB2FS8YFi80JyIL////////1vUD6ury8uny6urzzLu0tLm5 + vbzDw663u7m5vpWbnpWSkEMVFhYWISYL/////////7r27AMDA+oDAwb2ra20tLm5ra25vK61t7u0tJeb + n52VkpCQJRcWISYL////////////9xunq8gbO1vIrK20tKysr6ysrbGut62tu5Kcm5WdnZWSlZA5GSb9 + ////////////9xAQZIBma1zIra2vsLCwr6+vr6qiqK6tt5Kcm5qdnZ2dmpKQFiL9////////////9xAQ + b2hmX1vIsKqqsrGxsbGwsBD7NqixqZKWnJeamp2dnZqVGyL9////////////9xAQb1FsX1s2JySqEKqy + srKyHj46WhVFjZKWnJeXnp6dnp2VGCn3////////////zxAQb2hsX1tYWkQ2ohAQEDxZVxBnQUlaRJKW + lpuXn56enp6VGCL3////////////zxAQUmhsX1tZWEdaRPscXFlmPj5hLkhJSFo2mJacm5+fn56VGCTP + ////////////zxAQUmhsT1xbWVlYSERIbGFfVE44SF1KQlg7O4+Ylpyfn5+aIS24////////////uBAQ + YWhmXk9cW1tbNzBmX05OTlQ4MzhKZzc6WYmRlJiYm5+XJw64////////////uBAQUlFmS11dT09LIm1W + Tk5OVVU4Mzg4R2ZtT3yLkZGUmJa4Mn/4////////////uBAQUk1RZmZLZiJRShdOTlRUVVY4ODg4ODhY + bICKi4uUq6WlLX/4////////////uBAQb2FNUVEjUktHPxdUVFVWVlc4ODg4OD8/R24QihzBLDE+LQ77 + ////////////+BAQPlJSUj5MQkdBQftVVVZWWV9HPzg4OD8/QTUyJ7YmPn57ew77////////////+BAQ + Pg4+YU9IR0dHSftWVllcX2tsaGhIOD8/R0QsMj4+Pj57e2T7////////////+BAQEA5LQkhISEhISfhX + X19fX2tsaG5vZEpBR0QkPi17Pj4+PmT7////////////+xAQZltCQjpCQkJCO7j7aWtra2tsaG6APhB/ + G7g+e3t7e38OPmT7////////////+8IuWzc3Nzo3Ojc6OjovFzY0a2xsaG6AUhzINjJ7Pnt7f38OZIz7 + ////////////s/j4NhlKT0pKNzc3Nzc3Nzs2NjRmbm4eRR8xDj4+fz5/DmRkwPv7//////////////+z + wvv7GDBLMDAuLi4uLi4uNxkYaR0sMQ4+Dg4ODg4QEMD7pcX//////////////////7rI+/s2aWZLKioq + KjAwMDAwNCdkDg4ODg4OEGSgpfvF/////////////////////////8Cl+KUhIEwgICAgICAqKisODg4O + DmQQMqX7xf//////////////////////////////uqul+xsmIyMmJiYmJjwQZGQQEDKl+6v///////// + ////////////////////////////s6X7yCc+Gjw8Kw4QEBAywfur//////////////////////////// + ////////////////q/ulHXsQDhAQjMH7wf////////////////////////////////////////////// + //+zwqXIKYzB+8H//////////////////////////////////////////////////////7rI+/vC//// + ////////////////////gP////8AAP4Af////wAA+AAf////AADwAA+H//8AAOAABwP//wAAwAAAAP// + AACAAAAAf/8AAIAAAAAf/wAAAAAAAA//AAAAAAAAA/8AAAAAAAAA/wAAAAAAAAB/AAAAAAAAAB8AAAAA + AAAADwAAAAAAAAADAAAAAAAAAAEAAAAAAAAAAQAAgAAAAAABAACAAAAAAAMAAMAAAAAAAwAA4AAAAAAD + AADwAAAAAAMAAPgAAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4A + AAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAAD + AAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP+AAAAABwAA/+AAAAAfAAD//AAAAH8AAP// + AAAB/wAA///gAAf/AAD///wAH/8AAP///wB//wAA////wf//AAAoAAAAIAAAAEAAAAABAAgAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAP8AANDQ0ADQ0NEAHRxsABsaXQAkI3cAMjBkADU0UAAoIFMANDI1AENB + QwBOTU4AJiQlAEguLgD+9vYA+vLyAP76+gD69vYAPRMSAL2rqgB+ZGIAjHJwALWUkQCYfnwAvqakAMSt + qwD67ewAtJ+dANHAvgDJubcA39DOALOsqwDw1M4Ax7SwAPbh3QD65uIA7ejnAFg+OADw3NcA2cnFAP7x + 7gDp4d8A7s3EAPXm4gC7tLIA9O3rAOvCtQC8oJcA7cm8AOfc2ADf2dcAtVs3ANS3rAC/rKQApZmUAOq8 + pwDIdEoAblVIAOq2nADYq5QA9evmAP728gD68u4A04phAJVjRwDgmG8A6bCSAF5ORQCdjIMAsqmkAGlF + LwDmo3sA6KqFAM+aewDtxKoA9tXAAPbezwD65toA+ow/APPLrwD428cA++TUAPzt4wD+8uoA+5hQAPqi + YQD7rnMA/LiEAPC0hwD2vZEAtpF1APbEmwD6yqMA9NK3APvVtAD806sA+tq6AP3s3AD+9u4A+vLqAP76 + 9gD69vIA/OHEAOvStwD95csA2MSvAFMuAgD+27MA/d+8APLcwQD+69QA/fLlAEwsAgA3IAMAWTYEAP72 + 6gBpRQsAdlUgAFI/IgDz48kAVj0TAP768gD69u4A9vPtAPfr0AD69ukA9vLmAPb18gD89dsANS8WAP79 + 5QD9/ewA/v7yAP7+9gD6+vIA/v76APr69gDb37sA8/zmAOj63gDt7+wArMmhAH+idgDD4LwAJlceANj5 + 1ABQhE0A+v76AMf2yAAjeikAluOcAFCzWgCz87gAireOACqWNwBf0G0Ad9WCAAyeIQAvr0IAPcpSAMvN + zADg8u8AztbWAMrS0gD5+voAi4yMAPj9/gC3u7wAzeXsAJrD0gDu+f0ApaipAIDX+wBiyvYAotPpAJvb + /AC35v0Azu7+AOD0/gCwtLYARLTwAIDC6gDP1NcAZq/iAHN2eAAzmuUAxMjLAFSc1gAFbNEAJ3/UAEGH + ygDKztIAvcDDAJ6gogCRkpMAB1e8ACVnvACrrbAABUesACdPlQCXmJoAAzSZAAIz/gAJNugAKDqBAAIr + 9wAVO+MAamtwAAIk7QAeMqcAXmWPAAIe5QAKJNMAFSy7AIeKoAACG9wAAhbWAAMg+wAOKP4ADCHAAEVM + ggCPkqwAAhXcAAIS0gACEs4AAxbRAAIO7AACDNYAAg7OAAIOyQADEvwABxK8AA0a8AADCsIAAwepABAX + qwAlKGcAWVp6AEFCVwBNTmUAAgfgAAIC1AACAsoAGBuYACEiiAA8PG4AeHiUAGFhYwB8fH0AaGhpAP// + /wCEhIQAcHBwAFpaWgAYGBgACAgIAP//////usXByKuzuv//////////////////////////////usXP + 7gYG7s/Cp///usCzp8C6/////////////////7r49NTT0NPU9PX4q8DFwcLIq6e6//////////////+6 + uPPn6ObT0+Le6+zPpaW4CQnPyKunuv///////////8jr9AwJ2+bT4OPj6wYLCgurtvcK+8GzwLr///// + //+zzOPzDHEJ1crQ2OPk8wzIKRAQLbP9C8Krp7r//////8Hr5OLrDHHMzsrQ2OPr9aAcMowQEIzBCs/I + xae6////0ufgzcr0/oHM0dvX8Ov0RMEdJDKMEA4ppQr4wbPA///c5NDKysvscXByBeLi6/Tv9dIpHRwp + EBAOMrgLyKvA/9LnyrzKysmBeAbb3vDr9MfGx8DIHSG2fxAQf8D9uLO6wfPNyrzKzgd03M7i8dHHvsbE + osftNR0nZHtkECRFuMC69djKysrK0Qp0ddHyzMS+xsSwvcTMwjIpHjJ/EA4nC/+r9NvNysrZ1Qcl9NHM + tLnGw6i9vbvMGKUdJzI8JjH9///W9OvY2OPw4OvMzLu0tMbGqMS9ufeSmpA2GSc0af3////B9fTz8/Pz + 9NKttLS5xsaoxLy9OZuempX9Fhwn/f//////+9b29kREt7m7t6y1vaHDxL1Dm5+enpqVFx79///////7 + EINoa7i5u7CysrGwDre9xEabl5qen5eVHvf///////sOPmZfuKKqqqqqssB/RhS7Rpuemp6en/0y9/// + ////+w5vZkq4RBagtjUWNBBARiVGm5qVmp6XkjLP///////7Dm9mX1tJFxUXNWhmJC0gSUAVlpqamp73 + Mc///////6V/b2ZeT1tbL0tmV1QzODA8S1qJkZaXmpIpuP//////pX9vaGZLS00xW1RUVjMzOD9PJn6M + Mo+Okim4//////+lfz5NTWEjXTM/VVZXMzM4Pz9aPoqNjkQkKfj//////8J/Dj4+TEJBM0dXW2ZmSj84 + PzMhRKckPj4k+///////whAQI0pISEgzSUx+PlJSUjBJQLYeew5kZHul///////CImZZOjo6Oz8/NyYr + fn5hbTQzJj57fw5kosL//////8KlNjRPTy43OjtJSTswIGkWNC0OPg5/oMjCwP////////+rpcIYS0sw + MC4uO0k7HD4ODg57oMHCwP//////////////wMilNidRTCAgICoaZA57oMHCp/////////////////// + ///FwqUsHhojIj5/uqvIp///////////////////////////usHCyMCMuqvIp/////////////////// + //////////////+zyKXIp//////////////4D///4AYH/8AAA/+AAAD/gAAAPwAAAB8AAAAHAAAAAwAA + AAEAAAAAAAAAAAAAAACAAAAAwAAAAOAAAAD4AAAA+AAAAPgAAAD4AAAA+AAAAPgAAAD4AAAA+AAAAPgA + AAD4AAAA+AAAAPgAAAD+AAAD/4AAD//wAD///AD///+D/ygAAAAYAAAAMAAAAAEACAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAA/wAA0NDQANDQ0QAdHGwAGxpdACQjdwAyMGQANTRQACggUwA0MjUAQ0FDAE5N + TgAmJCUASC4uAP729gD68vIA/vr6APr29gA9ExIAvauqAH5kYgCMcnAAtZSRAJh+fAC+pqQAxK2rAPrt + 7AC0n50A0cC+AMm5twDf0M4As6yrAPDUzgDHtLAA9uHdAPrm4gDt6OcAWD44APDc1wDZycUA/vHuAOnh + 3wDuzcQA9ebiALu0sgD07esA68K1ALyglwDtybwA59zYAN/Z1wC1WzcA1LesAL+spAClmZQA6rynAMh0 + SgBuVUgA6racANirlAD16+YA/vbyAPry7gDTimEAlWNHAOCYbwDpsJIAXk5FAJ2MgwCyqaQAaUUvAOaj + ewDoqoUAz5p7AO3EqgD21cAA9t7PAPrm2gD6jD8A88uvAPjbxwD75NQA/O3jAP7y6gD7mFAA+qJhAPuu + cwD8uIQA8LSHAPa9kQC2kXUA9sSbAPrKowD00rcA+9W0APzTqwD62roA/ezcAP727gD68uoA/vr2APr2 + 8gD84cQA69K3AP3lywDYxK8AUy4CAP7bswD937wA8tzBAP7r1AD98uUATCwCADcgAwBZNgQA/vbqAGlF + CwB2VSAAUj8iAPPjyQBWPRMA/vryAPr27gD28+0A9+vQAPr26QD28uYA9vXyAPz12wA1LxYA/v3lAP39 + 7AD+/vIA/v72APr68gD+/voA+vr2ANvfuwDz/OYA6PreAO3v7ACsyaEAf6J2AMPgvAAmVx4A2PnUAFCE + TQD6/voAx/bIACN6KQCW45wAULNaALPzuACKt44AKpY3AF/QbQB31YIADJ4hAC+vQgA9ylIAy83MAODy + 7wDO1tYAytLSAPn6+gCLjIwA+P3+ALe7vADN5ewAmsPSAO75/QClqKkAgNf7AGLK9gCi0+kAm9v8ALfm + /QDO7v4A4PT+ALC0tgBEtPAAgMLqAM/U1wBmr+IAc3Z4ADOa5QDEyMsAVJzWAAVs0QAnf9QAQYfKAMrO + 0gC9wMMAnqCiAJGSkwAHV7wAJWe8AKutsAAFR6wAJ0+VAJeYmgADNJkAAjP+AAk26AAoOoEAAiv3ABU7 + 4wBqa3AAAiTtAB4ypwBeZY8AAh7lAAok0wAVLLsAh4qgAAIb3AACFtYAAyD7AA4o/gAMIcAARUyCAI+S + rAACFdwAAhLSAAISzgADFtEAAg7sAAIM1gACDs4AAg7JAAMS/AAHErwADRrwAAMKwgADB6kAEBerACUo + ZwBZWnoAQUJXAE1OZQACB+AAAgLUAAICygAYG5gAISKIADw8bgB4eJQAYWFjAHx8fQBoaGkA////AISE + hABwcHAAWlpaABgYGAAICAgA/////8j4pbP/////oP/////////////////F3NHV0fX4wLqns7PA//// + /////////6v02+bQ3tj0z8j4CgvCp7r/////////uvT0gfTZ0+PkBQrPosD9z8HA////////1vLkDIHR + ytPj6tIefxB/wf37s7r/////0uTK1AwN0dvw6dzIHDF7ECn498GnoP//x9PKyvRxcvTm5wXs9sAdMhAQ + oM/4s///9tfKvM52Cuji68fGu9b2NTJkEBDB+Lr/s/PKysrRdkPr0b7DvrfD7SweHg4QHvj//9LR0NDm + 8wcFxLTDvre5xLiONicmJ6X////29PPr59G+tLTDvru90pealbgYNPv/////1sHWF6W0t6y1tbe8x5ef + npqSE8L/////qyRka8K3saqhqrPS7Zeemp+awsj/////p7aDSkQvJ6AdJDQVRpKelZqXG8j/////s7aD + XkJaREU3NzcuLxeZl56aRcH/////s7Y+bF5LMDpXTjNJTy5+kZmSq8H/////s7ZkYVIqSVRVRzMzOEkp + oI0ftsj/////p6IQI09HOEFsUSo3STM1HSkOe8H/////sydhXEJIP0kgPmQ+LjgcLRAQJMH/////wMgv + NE9eOjs7OzBpNB5kECSnwcD//////7qnqzYhKlEqNzsqDhCMwMGz/////////////7qzyB8eIyIOjLrB + p////////////////////6fBwba6q7P/////////////////////////usXF////////////8Pf/AMAB + /wCAAH8AAAA/AAAADwAAAAMAAAADAAAAAQAAAAEAgAABAMAAAQDgAAEA4AABAOAAAQDgAAEA4AABAOAA + AQDgAAEA4AABAOAAAQDwAAcA/gAfAP/AfwD/8f8AKAAAABAAAAAgAAAAAQAIAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAD/AADQ0NAA0NDRAB0cbAAbGl0AJCN3ADIwZAA1NFAAKCBTADQyNQBDQUMATk1OACYk + JQBILi4A/vb2APry8gD++voA+vb2AD0TEgC9q6oAfmRiAIxycAC1lJEAmH58AL6mpADErasA+u3sALSf + nQDRwL4Aybm3AN/QzgCzrKsA8NTOAMe0sAD24d0A+ubiAO3o5wBYPjgA8NzXANnJxQD+8e4A6eHfAO7N + xAD15uIAu7SyAPTt6wDrwrUAvKCXAO3JvADn3NgA39nXALVbNwDUt6wAv6ykAKWZlADqvKcAyHRKAG5V + SADqtpwA2KuUAPXr5gD+9vIA+vLuANOKYQCVY0cA4JhvAOmwkgBeTkUAnYyDALKppABpRS8A5qN7AOiq + hQDPmnsA7cSqAPbVwAD23s8A+ubaAPqMPwDzy68A+NvHAPvk1AD87eMA/vLqAPuYUAD6omEA+65zAPy4 + hADwtIcA9r2RALaRdQD2xJsA+sqjAPTStwD71bQA/NOrAPraugD97NwA/vbuAPry6gD++vYA+vbyAPzh + xADr0rcA/eXLANjErwBTLgIA/tuzAP3fvADy3MEA/uvUAP3y5QBMLAIANyADAFk2BAD+9uoAaUULAHZV + IABSPyIA8+PJAFY9EwD++vIA+vbuAPbz7QD369AA+vbpAPby5gD29fIA/PXbADUvFgD+/eUA/f3sAP7+ + 8gD+/vYA+vryAP7++gD6+vYA29+7APP85gDo+t4A7e/sAKzJoQB/onYAw+C8ACZXHgDY+dQAUIRNAPr+ + +gDH9sgAI3opAJbjnABQs1oAs/O4AIq3jgAqljcAX9BtAHfVggAMniEAL69CAD3KUgDLzcwA4PLvAM7W + 1gDK0tIA+fr6AIuMjAD4/f4At7u8AM3l7ACaw9IA7vn9AKWoqQCA1/sAYsr2AKLT6QCb2/wAt+b9AM7u + /gDg9P4AsLS2AES08ACAwuoAz9TXAGav4gBzdngAM5rlAMTIywBUnNYABWzRACd/1ABBh8oAys7SAL3A + wwCeoKIAkZKTAAdXvAAlZ7wAq62wAAVHrAAnT5UAl5iaAAM0mQACM/4ACTboACg6gQACK/cAFTvjAGpr + cAACJO0AHjKnAF5ljwACHuUACiTTABUsuwCHiqAAAhvcAAIW1gADIPsADij+AAwhwABFTIIAj5KsAAIV + 3AACEtIAAhLOAAMW0QACDuwAAgzWAAIOzgACDskAAxL8AAcSvAANGvAAAwrCAAMHqQAQF6sAJShnAFla + egBBQlcATU5lAAIH4AACAtQAAgLKABgbmAAhIogAPDxuAHh4lABhYWMAfHx9AGhoaQD///8AhISEAHBw + cABaWloAGBgYAAgICAD/wcfV0dzB/8Cz////////q/Ts2OLezLi4uPj//////9zgCQzT3unSKRCn+Kv/ + ///RzcqBCfPj0sEnLSTBpbr/zMq8xHjn5L7JvTYxEDKlq/bUysoNB8S5w8S9G44pf7j/0uvY58S7ucfE + xJ6Vjje4///C3d23tbW3xMSekJpKuP//wmRsr7Cyoam3npWabbj//8JvYUtYOElAQHySlXf4///CPlFm + OEFbQEBAj44O+P//yGQaTUhVbUBAQDKMZPj//8IyK0w6Oz4yL1oOEH/4///ByCwyKyA6NysOELbCpf// + /8CzwcgsMUxvtsjBuv/////////AxcHBq6v/////gT8AAAAfAAAABwAAAAEAAAAAAAAAAAAAgAAAAMAA + AADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADgAQAA/A8AACgAAAAwAAAAYAAAAAEAIAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8AAAAAAQAAAAcAAAARAAAAGwAA + ACEAAAAhAAAAHgAAABYAAAALAAAAAv///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wAAAAACAAAAFwAA + ADcAAABWAQEAaAEBAGwAAABkAAAAVQAAAEUAAAA0AAAAHQAAAAj///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AAAA + ABUBAQBbDgwkpxcUSNAXFV7jFRVs6hUVa+kWFF7hFhNK0A0LIasBAQB4AAAAUQAAADkAAAAZAAAAAv// + /wD///8A////AP///wD///8AFg0KAhYNCgQWDQoEFg0KAf///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8AAQECMgwLJJoWFmbtExun/wYazv8BHez/AB77/wAe+/8BHOv/BhjQ/xEZqP8UFGbmDAsjqQAA + AGsAAABGAAAAHwAAAAT///8A////ABYNCgEWDQoHFg0KExYNChwWDQoZFg0KDhYNCgP///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wABAQA4GhdP1xQYn/8BDuD/ABL4/wAW/v8AF/v/ABT2/wAV9v8AF/v/ABf9/wAR + 9v8BDtz/Ehal/xUUR9EBAQB0AAAATAAAAB3///8AFg0KAhYNCgwWDQogFg0KNBUMCUMXDQpBFg0KLxYN + ChcWDQoHFg0KAf///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AAQDCTYaGVjfCRCv/wAF2v8AB93/AAHl/wAA4v8AANP/AADS/wAA + 0/8AANP/AADU/wAB1v8AAdr/AADY/wcPtf8WFlrdAQAAcAAAAEQHBQQbFg0KFRcOCyoTCgY/BgAAfwMA + AMAJAgB6FgwJTxYNCjwWDQokFg0KEBYNCgX///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8AAQEDFRYVR7sOE6n/AADf/xITZf86HxT/JhpJ/wsQ + kf8AB+H/AAXi/wAF3f8ABNz/AAPa/wAB1f8AANH/AADP/wAA0/8ID7P/FRREzAIBAmwIBANLFAwJOAoD + AGAVERCqZ2dn9aWmpv86OTnoCQQDow8HBGoXDQpHFg0KMRYNChoWDQoKFg0KAv///wABAAAAHRthABAX + swAAC8wAABHRABohggAzJi8ARigAAFEvAABTLgAAIieGAAAe8wD///8AEA8uiBgZkf8AAM//AADd/ycX + Iv9SJQD/TCMA/0ggAP8lG0r/AAzs/wAK5/8ACuT/AAji/wAF3f8AA9n/AADT/wAA0P8AAND/FBed/w4M + IKsFAQB1AgAAkCoqKu7Kysv////////////7/Pz/nJ2d/xEQEOoEAACNEgkGVhcOCzwWDQomFg0KEhYN + CgUJCRkAHB6JAAQPxQAADcoAABHOAAAV4wABG+EAHyBYAEUoAABXMgAASi8XAAgl2AABAAAMGxlg2gQL + tf8AANL/AADY/woSf/8mFyL/OxoA/0giAP9KIAD/ExmD/wAO/v8ADuz/AAzn/wAJ4/8AB97/AALZ/wAA + 0v8AANH/AgbH/xISV+gQDwzWgoOC/PLy8v///////////////////////////97e3v97e3v7Dw0N0QMA + AIMUCwdJFw4KNBYNChwWDQoKFg0KAgAMywAADsoAABLQAAAV1AAAGeEAAR/uACkjQgBVMgAAWjQAACEs + mwAJCRlLFhiI/gAAyv8AAND/AADU/wAE7P8AC+r/EBFQ/zoaAP9OJQD/QCIH/wAW3/8AEvn/ABDv/wAN + 6/8ACeP/AAXd/wAA1f8AAND/AADS/wsOiv9eXWr/19bT//Hr6//v6ur/+fj4//////////////////// + ////////xcbG/0xMTPkMCAevCgIAbhcNCjwWDQomFg0KEhYNCgYWDQoBABXVAAAj6QAAKfEAACn+AA4m + sABCJgAAXDcAAEszKAAWFEOcCxCi/wAA0f8AAND/AAHV/wAC2/8ACer/ABD4/xsUN/9MJQD/UicA/xIe + m/8AFv//ABP+/wAQ9v8AC+z/AAjf/wAD2f8AANL/AADR/wUHpf9YVn3/rqSf/8e1tf/Mu7v/3dHR//Lv + 7//8+/v///////////////////////////+2t7j/LS0t8AIAAJMRCAVOFw4KMRYNCh0WDQoLFg0KAwAz + /wAAMf8AADL/AAQv7QA0JR4AWDYAAF04AAAcG1vEAwqr/wAA0v8AAND/AAPb/wgV7f8IEvH/FCr9/wAX + sv83FwD/VCsA/0EmGv8sIFb/KB1T/ysaTv8OFJT/AAnr/wAE2/8AANP/AADR/wIDsf9DPnP/moiD/8Os + qf/CrKv/wa2t/9fJyf/h1tb/8u3t//38/P//////////////////////7e3t/4uLjP4VExPTAgAAgRMJ + BkAXDQonFg0KFRYNCggWDQoBADD/AAAw/wAnNY4AYD8FAGE+BwAeHGDVAQiu/wAA0f8BA9X/EB3w/wIO + /v8ADP//BBD+/xIo/v8nFg7/UCkA/1UsAP9UJwD/USUA/1QkAP8mGlb/AAnz/wAE2/8AANP/AADR/wAC + tv89Nm7/bGFk/3x0hP+znJn/w6yq/8++vf/Dr67/0sLB/+Xc2//18fD//fv7///+/v///v7///////// + ///R0dH/V1dW+hURELcJAgBpFQwJNRYNCh8WDQoOFg0KBAAw/wAIMOcAVkIuAHBNEgAdHF7PAQip/wAA + 1P8BCOr/BQ7t/wEM//8IF/7/AQz//wMQ//8YKJH/WTQA/1oyAP9TLAD/UikA/1MnAP8mHFv/AAjw/wAE + 2/8AANP/AADR/wEEtP8sKmb/ID16/wApkP8yPW3/iXd4/9PBvf/Cq6r/vqio/8Ovrv/TxcT/59/e//f0 + 8//9/Pv///38///+/f///////////8rJyf8wMC/2AgAAog0EAUwXDQonFg0KFhYNCggWDQoBOzleAHVT + FgAbGVawBwyc/wEB0v8NGOv/Chr//wIN//8BDv//Ag7//wcX//8FJun/TTcg/2tDAf9XNgX/FR6V/wkT + nP8AELr/AAfk/wAC2f8AANL/AADR/wUIo/8jL3f/BTqd/wAqov8ALJ//CDSM/4eRrv+Qe33/wKSe/8Os + qv+/qqj/xrKx/9nMy//z7ez//vz7//78+//+/Pv///79///////08/L/pKWm/zc1NN0AAACSEQgFPhcN + Ch4WDQoRFg0KBWRHGAAUEj5xExOK/wEBy/8AB+L/DiHz/wkY/v8DDf//AQz//wQS//8PL///Ly1W/3BK + Bf9wSgX/LC2D/wAL//8AB/D/AATc/wAA1f8AAND/AADQ/w8Ojf8iOX3/CUWw/wAwpv8AMqn/ADGp/2SR + 0P8fSI3/V116/56Hh/+/pJ//wKmm/8Wwr//p397//vv6//77+v/++/r//vv6//77+v////7//////+fm + 5f9ub27/IB4cwQcAAG4VDAkoFg0KDjs5WwAKCiEZGhlp8AAHsv8AAt7/AxLs/w4m/P8LH/7/CBb//wkc + //8JKP//CSa5/109CP92UBL/eFEF/yssjf8AB+j/AAHd/wAA0v8AANH/AADB/xgadv8fUpr/DVbF/wA3 + rf8AObD/ADiv/3Ge2P8CVrz/Bk64/w9Lmv9eWWz/rZGN/8WurP/l2df/9u/t/+7l5P/z6+n//Pf1///7 + +f/++vn//vr4/////v//////2tnY/1paWf1LS0z/FAwKJQwv3AD///8AFxZOrxESiP8AAND/AAfi/wMU + 7f8KIfz/DSf//w4m/v8OKv//AiP+/y8tU/9mQQD/dlAS/3VQEP9eRDb/PjRp/wAA0v8AAM//DQuS/yNB + hv8fccX/DWLO/wA9s/8AP7X/AD+1/2KY1/81fcr/BF/B/wFXx/8AVL3/IE2G/5d9e//YxsT/1MPC/8q1 + tP/Pvbz/49bU//Pq6P/89/X//vr4//76+P//+/n///////318/9LS0z/S0tMMQAj9AD///8ADg0oPRoY + Z+kFCp7/AADU/wAH4v8BD+v/ARTz/wIf/v8DI///ASH//wAi5P81LUn/ZEIE/3BLCv9/UwD/XUY4/wAA + 2f8AAaz/HiBw/yVts/8Zf9//DWvS/wBDuf8ARbv/AEW8/3Gl3v9HjNL/GHHK/wZrzf8AaNn/BEyi/35k + Zf/Ksa7/w6mp/8Cmpv++paT/xK6t/9PBv//m2tj/9e3q//z39f/79fP/8ebj//jk4P9NTE3/ABncAAAZ + 3AD///8A////ABcVTVoZF2b/BAmk/wAA1P8ABOH/AAvm/wAQ7f8AE/P/ABX2/wAU//8AFPj/FCCS/0Ew + K/9aPQz/JieA/wAAuf8YFHH/MG6p/yCS5f8YiOX/DXbY/wBJv/8AS8D/AEvD/4Cy5f9YnNj/KoLS/xx/ + 1v8IfeD/B1in/4ZrbP/DoqP/i3Fu/41ubv/BoqT/wqmo/76lpP/Erqz/1cTC/+PS0P/n0c7/7dfU//Xi + 3/9OTk7/BBLFAAQSxgD///8A////ABQSQAMVFUtqFxVl+QsNkv8AAsD/AADZ/wAD3/8AB+P/AAnk/wAJ + 5P8AB+b/AALv/wAD1v8ACbH/AwSU/xkacf83dKv/NKnt/x6a7P8Ykuj/C37f/wBMw/8AT8b/AFLI/4y8 + 6v9nqN//PJLZ/y+Q3v8ekOr/GGu1/2ZFSP9ojl7/Mow7/x1NFf9VUTz/lXBy/8KjpP/ApqT/uJmX/72c + mf/Lrqv/38jF//Pg3f9QT1D/FRV5ABUWfAD///8A////AP///wD///8AFRVIYBcWWtEUE3j/BAmd/wAC + t/8AAcT/AAHK/wABy/8AAcb/AAG6/wAAov8JC4D/LTt//0yUwf9Lxfr/MbDz/xui7/8Tmu3/Fozg/wBg + z/8AU8r/AFTO/5fG7f93s+P/TaHf/0Of5P8ynu7/L4zG/0N5P/9P3mX/MbRH/wBiBv8HYwr/JkYY/2FV + Rf+Zb3D/to6O/7iVk/+2lpT/z7Wy/+/c2v9SUVL/oJqtAKGUoAD///8A////AP///wD///8A////ABYV + Sg0VE050FhRW5BoYZv8PDnH/BQV1/wUGeP8PD3X/GRhp/z8wYf9rgpz/c9b3/1vV//9Ew/j/KLf5/xep + 8v8to+X/Yrzv/2XM//8jl+v/AGjb/6PN8f+Gvub/X6zj/1at6P9Hq/P/Q7LS/0ubUf9k43X/QrdT/whu + EP8Dcg3/AnoQ/wx2F/8pUx3/X0E5/6J2ev+5lZb/y7Gv/+3c2f9VVFT////xAP/z2QD///8A////AP// + /wD///8A////AP///wD///8AX19g/6+in/+1tMj/oJqt/6GUoP+zn57/0LGd/+/Al/+Tnp3/bOD//1HU + //85x/r/Trvq/3jJ8/+O1fr/jdv//4TX//+A1///Zcj//9bu+/+r1er/cLjm/2e57f9buvn/VbTS/06Q + Tv9z5oH/U8Fi/xqBI/8Lfxf/BYAU/waFF/8Hjhr/FHkc/zRhJ/9kSD7/w6am/+/f3f9YVlf//vLnAPzm + 0QD///8A////AP///wD///8A////AP///wD///8AX19g///////////////x///z2f//58b//9qy//zK + m/+Pmpv/Y9n+/27Y+f+S2/T/wef7/7vq//+v5f//peL//5/f//+c3v//mN7//+37///S3NX/wufv/5TS + 7v9zx/b/ZbfS/1GITv+B6Iz/Y8pv/zCVN/8fkir/DY0e/wiOGf8Jkhv/CZge/wmmI/8rXiD/upia//Di + 4P9bWVr//fHmAPzl0AD///8A////AP///wD///8A////AP///wD///8AX19g+P///////////vLn//zm + 0f/73cD/+9Su//fGmf+Rmpv/vO7+/+36///s+f//2/X//9Dx///J7v//xe3//8Ls//+/7P//uu3///b/ + //+IhoX/op2U/9Hn4//H7vn/mM7S/1KCTf+N5ZP/c9R9/0SoSv8ypD3/IZ8w/xCbI/8Jmx//Cp8g/wut + Jf8ycSz/u5qe//Dj4f9dXF3//fHkAPzlzwD///8A////AP///wD///8A////AP///wD///8AXl5f8f// + /////////fHm//zl0P/73L//+9Ot//fImv+fmI//0srC/+Tn6P/2////9f///+v8///l+f//4Pj//935 + ///b8vz/4tbM///57//ktZf/rIFo/42Adv+rsab/rMqr/1aEUf+X4Jr/gdyI/1S0Wf9EsU3/Mq1A/yGq + NP8RqCf/DKkl/wy2Kf8ydS3/u5ue//Dj4v9hX2D//e/iAPzlzQD///8A////AP///wD///8A////AP// + /wD///8AXl5f6////////////fHk//zlz//73L3/+tKs//nIm//ptof/vpp7/5yMf/+gmpb/0NLS//// + ////////+/////Xu5//7u47//7mI///////uz7r/1pRq/9ibcv+4kHP/lI12/11/WP+e2J3/k+WW/2jD + av9VwF3/RrxS/za6Rv8luDn/E7Ut/w3BLP8zey//upuf//Dl4/9lY2T//e/hAPviywD///8A////AP// + /wD///8A////AP///wD///8AXl5e5v///////////e/i//zlzf/62rv/+NCq//bFmv/0vY3/9baD/+ir + e/+5lXr/no2B/4ODhP/OxsH//8yl//+8jv//4Mj///Po///47v/67OP/7Mm1/96phf/dpH3/36mE/7WY + fv+rrY3/reCq/5vqof9614D/Wcxi/0bHVP83xkr/J8U+/xfON/8zgDH/vJ+i//Hn5/9oZ2j//e7gAPvi + zgD///8A////AP///wD///8A////AP///wD///8AXl1e3////////////e/h//viy//52bv/+NCt//XI + ov/0wpr/8r2T//K5jv/ztYr/566I/6WSh//ip4L//9a5///t3///0bD//59Y//2JNf/KckD/3qqM/+7Q + vP/owqX/47OO/+Wzjv/erY3/zLeU/8Xot/+3+rz/lOub/3DdfP9O1F//N9FN/yjcRv88izv/ybC0//bu + 7f9vbm7//O7iAPvl0wD///8A////AP///wD///8A////AP///wD///8AXV1e2f////////7//e7g//vi + zv/528H/+NS3//bOrv/0yab/88Wi//LBn//yv57/67+l/+vLt///4sr//9S0//2VS//8hjD//489//+e + U//GZzX/wmU3/8+EXf/syLL/79C4/+rCof/qv5r/776X/+biuv/Q/9D/x/vH/7n5vv+f8an/auJ5/z3l + WP9Ll0n/2cbJ//j09P91dHX//O/lAPro2AD///8A////AP///wD///8A////AP///wD///8AXFxd0v// + //////3//O7i//vl0//538n/+NjA//bTuf/10LX/9c2x//PNs//218T/9uTa//Payv/+rXX/+4g1//yH + Mv//lEb//55V//+pY//Jbz//xms9/8ZqPP/Ibj7/3qSE//PYxf/z28P/8s+s//Lsyf/k/93/3PzV/9H8 + zv/I/Mr/vP3D/47WmP92jG3/4dTU//j09P95env//fHnAPvq3gD///8A////AP///wD///8A////AP// + /wD///8AXFxdzP////////7//O/l//ro2P/64tD/+N3J//faxf/218L/99rG//jj1//549X/58Kt/5GF + fP/+gyr//I09//2XTP//n1n//6pl//+ycv/NdUT/x24//8hwQP/KckP/zXVF/9J8S//ot5T/9di///z2 + 3v/0/+j/7v/i/+j/4P/Q7Mz/orGd/42Oh/+OiYj/9PDt//f08v9+fn///fPrAPvu5AD///8A////AP// + /wD///8A////AP///wD///8AW1tcxv////////7//fHn//vq3v/659j/+ePT//jj1P/66d//++7l//XW + xP/oonr/2I1l/42Efv/+lkn//ZtT//+jX///qmn//7Jz//++hv/Pek3/x29A/8lxQ//MdUb/0HxM/9aE + VP/ci1r/6KR3///t2P////v/9fjm/8XHuf+mo5r/urSu/+jf2v/59O3/9PHr//n38/+BgoL//fXvAP30 + 7gD///8A////AP///wD///8A////AP///wD///8AW1tcv////////////fPr//vu5P/76+L//O/m//zy + 7P/33s//7LSU/+Wedf/kl2//25Z0/4mEgf//olv//6Zj//+sbv/7tHr//MWQ///Vq//kpn3/14xh/813 + Sf/MdUf/0HxN/9eGVv/fkmL/6qBu/8Gvof/Z1tb/0s3J/9fTy//r5Nj/+vXp//fz6f/28ur/9fLs//r4 + 8/+DhIT//vv5APzy7AD///8A////AP///wD///8A////AP///wD///8AWlpbuf///////////fXv//31 + 8P/99PD/+urg//HHr//pqIP/5p95/+Whff/loH3/3Jx//4WEg///rW3//LJ5//y/jP/9zZz//9al///b + sP//4rz//+rN//3lzv/jqYj/0H9U/9B+Uf/ZjF3/6KV0/5iNhP++sbD/4tjT//r17v/69u7/+vXq//j1 + 6P/39Or/9vTs//z68/+DhYX/9trKAO+/owD///8A////AP///wD///8A////AP///wD///8AWlpas/// + /////////vz6//z07//11MD/6rCO/+mqh//pqon/6KqK/+epif/mp4j/15+H/3l6e//+wIz//9Km///Y + q///2Kn//9eo///bsP//4Lz//+fI///t1f//9OP///3z/+rFrf/YlnL/4qR8/5yRiv/w6OX/+PLt//Xv + 6v/28ez/+PTv//r37f/49ur/+Pbr//788/+DhIX/9MChAO+9ogD///8A////AP///wD///8A////AP// + /wD///8AWVlarP////////7/9tvM/++/o//ss5P/67OV/+uzlv/qspb/6bGV/+ivlf/orZT/z6CM/3Fw + cP+PiIH/2MGk///gtf//3rL//9yx///cs///4r7//+fI///s1P//8t7///nq////+v/29vP/sqKb/29u + bv/38Ov/9/Hs//fx7P/38+7/9vPu//f18f/59/H/+fju////9P+Cg4T/x6ycAPDGsAD///8A////AP// + /wD///8A////AP///wD///8AgIKD/5WUkv/qybb/9MCh/++9ov/uvaP/7Lyi/+y6ov/ruaH/6rig/+q3 + oP/ptZ//6LOe/+exnf+/npT/loqF/6eZjv/aw6r//966///iuv//5MH//+jK///t1P//9OD/++7g/8rD + vf+gmpn/oJmY/93Y0//58+7/+PLu//jz7//39O//9/Xw//f28f/59/P///76//Tz7P+AgoP/WVlaAHly + bwD///8A////AP///wD///8A////AP///wD///8AWFhZQGtra9l/f37+oZaP/9Czo//vxrD/8saw/+7C + rv/twK3/7L+s/+u/rP/qvav/67uq/+m6qv/ruaj/6Lan/82nnP+plY//opaQ/9K+rP/+5MT//+zP///v + 1v/l2Mj/r6ej/7Stq//j3Nf//fbx//r07//58+//+PXw//j18f/49fH/+vjz///++v/8+vb/wb+9/3t7 + fO+AgoP+////AFNUVQD///8A////AP///wD///8A////AP///wD///8A////AFhYWARSVFU3b3Bxqn58 + fPKLh4T/vamf//DMvP/3z77/8cq6/+3Ht//txbf/7MS2/+zDtv/rwrX/68C1/+q/s//qvrL/5rux/8ms + pP/AqqL/08Cz/8vAt/+9trP/5N7a//328f/79PD/+vXw//n18P/69vH/+fby//r49P////v///76/7+9 + vP+AgoLtfH5/3Xp7fG7///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AFNUVRZhY2SJdnd44YaEhPuimJT/3MK4//fVyv/z0sX/8M7D/+7Mwf/uy8H/7cvB/+3J + wP/syMD/7Me//+zGvv/rxLz/07Ot/9nLx//++fX/+/by//r18f/69vL/+vfz//r38//7+PT///36//37 + +P/Ky8j/iImJ7Xp8feV7fX5q////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AFFTVCBtbm+xfH19+pGNjP/HtrH/8NbP//jd + 1f/z19D/8NTN//DUzf/w0s3/79LM/+/Qy//u0Mv/7M3I//Pk4P/8+ff//Pfz//z49P/7+PT//Pj1///+ + +v////7/2NjX/4eIifp7fH3le31+av///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AVFVVFWdo + aW96envShYOD+q6jof/w3Nf//ujk//jj3v/039r/893Z//Pd2f/z3Nj/8drW//br5//++/n//Pn2//36 + 9////vv//////9jX1f+Li4v6fX5/43V3d3v///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AbnBxTHV2d8yAgYLynpmZ/drMyv/+7+z//O/s//jq5//36eb/9ufk//ny + 8P/+/fv///37///////g4N//m5yb+nx+f+x0dnZ9////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wBSU1MCdXZ3gXt8feyKiIj8wry7//bx + 7////v3//vf3//76+f//////7u7u/5+goP98fn/wc3V1g////wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wBtbm9Qent7vYGCguKcmZj/5d/e/+/v7/+dnp7/f4GC73JzdI1UVFQE////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AICCgzBzdHWTf4CA8oKDg/xub2+j////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD+AH////8AAPwA + P////wAA+AAPh///AADwAAYD//8AAOAABAD//wAAwAAAAH//AACAAAAAH/8AAIAAAAAP/wAAAAAAAAP/ + AAAAAAAAAP8AAAAAAAAAfwAAAAAAAAAfAAAAAAAAAA8AAAAAAAAAAwAAAAAAAAABAAAAAAAAAAEAAAAA + AAAAAQAAgAAAAAABAACAAAAAAAMAAMAAAAAAAwAAwAAAAAADAADwAAAAAAMAAPgAAAAAAwAA/gAAAAAD + AAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4A + AAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAADAAD+AAAAAAMAAP4AAAAAAwAA/gAAAAAD + AAD+AAAAAAMAAP8AAAAABwAA/+AAAAAfAAD//AAAAH8AAP//AAAB/wAA///gAAf/AAD///gAH/8AAP// + /wA//wAA////wf//AAAoAAAAIAAAAEAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP// + /wD///8AlJedMwEAADAKBxiMDw89xhIUVdoQEU7UDAwuuAYECIIAAABLAQEBHxoaGgUsLCwILCwsEiws + LCAsLCwqLCwsKCwsLBssLCwNLCwsBiwsLAIsLCwB////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AJSXnTMJCBhqExh/6AwgzP8HJub/Bifo/wcl6P8LH9D/Fx6M+xISScoEAwNtCwsLNSkp + KSEsLCw1LCwsTCwsLF0rKytbLCwsRCwsLCssLCwXLCwsCiwsLAQsLCwB////AP///wD///8A////AP// + /wD///8A////AP///wCUl50zDw4sgRUbnv8SHbv/BRvr/wAa/f8AHOz/ABni/wAV5v8CEuL/DhWt/x4e + Z+sMCw2JHh0dYSoqKmgsLCuULCws/CsrK/wkISCQKysrWSwsLDssLCwjLCwsESwsLAcsLCwCLCwsAf// + /wD///8A////AP///wD///8A////AAkIFUwPFqn9ExiC/y8iJP8zJEP/FSC6/wId9v8AGOP/ABLO/wAO + 1f8BDd7/DBKk/x0cV+obGhm5JyYm2EtJSfCrq6n+1tTU/2FgYP8jIiLbKCYmdSwsLE4sLCwyLCwsHCws + LA0sLCwFLCwsAiwsLAH///8A////AP///wAUGpshFhd52QAK3P8TGJX/KyIf/zIiAP8xJjj/FS3L/wYx + //8EKO3/ARjV/wAM1f8ACtD/IiSX/yEgKPSdnJn75OPi//7+/v///fz/8e/u/7W0s/9aWVn8JSQkyisq + KmMsLCxELCwsKiwsLBUsLCwKLCwsAywsLAH///8A////ABQam0oPFaj/AAvR/wUT6v8VHqT/HB0k/zgj + AP8tM3f/GELu/wg2//8BHe3/ABHR/wAN1v8UGqr/OTl5/9HMx//NwcD/4NnX//Lw7////v3///37/+7s + 6/+koqL9Pj498CYlJZ4sLCxXLCwsOiwsLCIsLCwQLCwsBywsLAIsLCwBFBqbfQcPu/8AEs7/ACL2/wAr + //8TJon/KB4O/zYoHP8xMnX/Iy6h/w4iwP8AFtz/AA3d/w8VrP8lJof/m4yG/6KZo//MvLv/6ePi/93W + 1P/z8fD///79//r49v/i4N7/i4qJ/CwrK98qKSmELCwsTCwsLDAsLCwaLCwsCywsLAQUGpt9BA7D/wMm + 5/8FQvv/AD///wg16/8dJlz/KiIM/04tAv9eNAb/LShy/wEW6P8ADOz/DhSp/yAhhf9CSWX/JEFv/2Bt + h//q4+P/yLq5/8zBvv/l393////////9/f/6+Pf/2NbU/25tbPcnJia8KysrXiwsLD0sLCwgLCwsDBQa + m30KFLz/Ay3y/wdO/v8HUf//AEP//xUtj/85LBr/VTkS/zcwaP8LHsf/ABPo/wAM3v8SGKn/IyiD/yRT + m/8SVaT/JlSJ/7fC0f+bk5z/xrW0/8W3tP/Wzcr/9/Ty/////////vz/9fPx/8HAv/5UU1LvJyUlkSws + LDMsLCwUFBqbShMZm/4BLPH/Ak7//wRV//8GUf//Ej/g/zYySv9fQxH/Q0eJ/xc05v8DFuL/AAjS/x0i + o/8uRo7/NX3H/wtRsf8gccb/vdPn/ylRg/9PYn//wK6r/8i5t//Yz8z//fj3//Xw7v/7+fj///38/+zq + 6P+rqaf6U1FRySclJB0UGpsaHBtj0Agfx/8AOfv/Ak3//wZO/v8APf//IDix/z82Ov9xUAj/cVc0/yQl + rf8ABsT/MTOU/zZxsP86kNz/CEyv/xhivP/A2PD/Lo7b/ydrqP8iSn3/jYyW/+HX1P/p4N7/2tDN/+Pd + 2v/59fP///38//n49v/cy8L/U1BO/////wARECs/HB2D/AkhzP8BMPH/ADX3/wAv+/8AJv//Fym8/zow + Sv9SPDT/KSSC/yImpP8sQYv/Q6Xi/z6g5/8FSa7/D1a1/8jb8P8jfM7/JInY/2OcyP8iSn3/v6Ch/4+S + gf/ItrX/08bD/9/W1P/z6eT/7+DY/+ra0v9eXV3/////AP///wAZF0plHBx5/BAcsf8GHND/AxnV/wIW + 4P8BEuv/BRXP/xAam/80Moj/LkCP/0Wd1P9MvPX/QKzs/wNGrf8KTq//z97x/xhtxv8ggNL/J43b/2xb + U/9XllP/LYo6/zFjNP+clov/wq+u/9zKxP/Utar/17+1/1lYWPb///8A////AP///wAXFkdJHRtjzhcY + gf4RFY7/FBiM/w8SjP8SFoz/LzCS/0Zrpv9gveb/RLn0/0Ct6/87ouT/BEiv/wdGq//V4fL/FGXA/xx3 + zP8kh9b/a2NJ/1HZZv85rkj/NaBE/yVzMP9QbEv/sZuS/9fEvv/bycT/T09P7v///wD///8A////AP// + /wAUE0gIgIKD/46MqP9xbJX/eW2N/6aJif+NiYT/VK3l/0Gi4/9CoOD/arHl/4zN9P+Dyfb/KXnO/9zm + 9P8QXLr/F27G/yKB0v9oUz7/Vttq/z24UP81p0T/N6ZI/y+PPP8xdjf/hYhz/97S0f9PT0/m////AP// + /wD///8A////AP///wCAgoP////9///87f//6sz//96v/3d1c/9Bldv/VZzb/8Dg9f/c8///2/T//9Xx + //+96///9/r6/3Ok0f8fccb/IHnL/2JDM/9Y32z/PbZP/y+cPv83rUf/P71S/zuxTf9Bajv/4dTU/05O + Tt////8A////AP///wD///8A////AICBgvf7+Pb///Xp//3iyP/40Kj/fnp2/8PZ3//w+v7/7f3//+n6 + ///r+///4PX7/8HFxf/w8O//aT8z/3VtcP9elbf/aTgq/17hcP81pkT/K5I4/zKiQP86skv/QcJU/1dt + TP/i1tb/TU1N1////wD///8A////AP///wD///8Af4GB7/r39f//8ub//OHG/+vGpv9xcG//oYp3/7Cd + jf/Qz8v/1dTQ/7iupP+wm4n/1ryo//////+aaFL/ckYz/2VDN/9sPS//YsZo/yqONf8miDL/LZc6/zSn + Rf88uE//V25M/+PY2P9NTU7P////AP///wD///8A////AP///wB/gIHn+vb0///x4//738P/+dCs//bD + mP/DnX//pIh0/4Bxaf+VhXf/xLCi//ri0f//4Mr/9enm//nx7f/z28v/ypt6/4pgS/+OfGb/pNyi/zeR + P/8ojDT/L5w+/zetR/9Zc1D/5t3d/05OTsf///8A////AP///wD///8A////AH1/gN/49fP///Di//rf + x//41Lb/9cuq//PFov/zwZ//xqGN//LXxP/+3MT/+7N+//2fV/+vUDj/vm5T/+vMvP/46+P/+te+/6yK + df/c5sT/z/vQ/6Pdpv9aqmH/MqJB/1F1Tf/q5OT/T09Pv////wD///8A////AP///wD///8AfH5/1/f1 + 8v//8eb/+uTR//jbxP/21b3/9tfD//nl2P/q2dD/7b2c//yUSv/6nVj//65w/6xNOP+zWDz/yXZM/9GL + Zv/xy7P/7N/X//fz6f/u9uX/3u3W/8TWu/+AnHf/VXFM/+Ti3/9QUFC3////AP///wD///8A////AP// + /wB7fX7P9/Xy///06v/66Nv/+ubX//rq3//66d//88u1/65nRv/bkFz//qVj//yudP/9uoX/p0c3/6pM + OP/Bb07/zX5V/+OSX/+4gmr//PXt//P07v+otJ7/jJh+/5abhf/r6N//6ufj/1NTU6////8A////AP// + /wD///8A////AHp8fcf39fL///fx//z07v/88uz/99/Q/+20lf/lmnP/tWM+/+Ojd//+tHz/+saZ//ng + x//84sf/7MKo/9COcf/Dd1n/z4Ni/6hdRv/Gu6z/lpqE/77EtP/s6+T/+vfv//r27//t6+b/V1dWp/// + /wD///8A////AP///wD///8AeXt8v/n5+f//+/j/+urh//DDqP/oqYb/6KiH/+Wlh/+6Yjr/1qCD//bi + z//47+T/9/Hq//nt4P/67uH/+u/k/+rNvv/UlHf/rGFM/9fPw//b18z/9/Ht//n28f/8+vX//fz2//Px + 6/9iYmGi////AP///wD///8A////AP///wB6e3zB9ebe//3axv/wupv/7LaZ/+q2nP/qtZv/46mR/82G + aP/Mim3/4r6q//Hi1f/16+D/+PDl//jw5v/57d//7NbH/9a2pP+tYU3/7+HZ//n07//38+7/9/Tw//n4 + 8//6+vb/19fV/4qMjeD///8A////AP///wD///8A////AIeJi9iIiIn1p5aO/ty6qP/3y7T/8sax/+3A + rf/rvqv/5bKe/+Cnk//XnIf/zIty/9ywm//oy73/8NzO/97Es/++mIb/0bap//bv6v/69fH/+fTv//n2 + 8v/29fL/zMzK/5ucnf6GiInkf4GCO////wD///8A////AP///wD///8A////AIaIihSChIaGhIWG5JKN + jPW7qaL/9NDC//fSxP/wzL7/7ci8/+3Gu//sw7n/3qyd/9KXgf/UoIz/28W6//jy7v/89/P/+/bx//v3 + 8//09O//y8zK/5+goP+IiovldXZ3Ov///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wCJi40Dg4WHQoGDhLiJiYrwoJmY/NvFv//73tf/9trT//HVzv/v0sz/79DL/+7Oyf/47On//fn2//z5 + 9f/z8+//ycrL/6KjpP+KjI3ic3R2Pf///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AImLjQ6BgoRvhYaH3o6Oj/i3sK//49TS//7s6f/45eL/9ePf//r0 + 8f/y8vL/xsjI/6Slp/+Pj5Dlc3R0Qf///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wCJi40CgYOFJ4KDhauJiovpmpma+8G+ + v//w7+//xMXF/6aoqf+Sk5TldHV1Q////wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AImL + jQmBgoRdhIWGyImLjf+TlJbrdXd3R////wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wCJi40BiYuNA////wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AOAAAP/AAAB/gAAAH4AAAAcAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAMAA + AADgAAAA8AAAAPgAAAD4AAAA+AAAAPgAAAD4AAAA+AAAAPgAAAD4AAAA+AAAAPgAAAD4AAAA/AAAA/8A + AA//4AA///gA////A////8//KAAAABgAAAAwAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wD///8A////AP///wAAAAAWAgAANgIAADoAAAAmAAAADP///wD///8ALS0tASwsLAYsLCwHLCwsBP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8Af4GBIQ8PJWMIDU21Dhhy3Q0W + cNsMDz62BgUNcwICACMhISEGLS0tEiwsLCUsLCwqLC0tISwsLA8sLCwELCwsAf///wD///8A////AP// + /wD///8A////AP///wCChIYpHR1QnAoVrPoEIP3/AiL6/wMf7/8JGtn/EhaP9Q8OKKUVFA9IKSkpQScn + J3kiIiKyIiEgfCgpKTcsLCwaLCwsCSwsLAL///8A////AP///wD///8A////AIaIhwUYGleNDBKO/yoi + Tv8fII3/BB3v/wAY5/8AENr/Ag/e/xMWlv8ZFyrBJCMetlhYWOeoqKf/c3Jx8yYlJbIiICBdKSkpKy0t + LREsLCwF////AP///wD///8A////AICCj4IDCaXzCRHE/yggL/81IwD/Iy2V/wg1//8BJO7/AA3a/wUO + z/8cHmj/hYJ+/uXh3////////Pr6/7m5uP9fXV3sJiUlmiMjI0stLS0gLCwsDiwsLAP///8A////AGRl + mcwEDb//ABTw/wkjz/8jHyT/NSom/yU6sf8OLNr/ARXZ/wAN1P8XG5f/loyb/829t//l29n/9PDv//// + ///z8vL/o6Kg/0tKSdIgHx+AJycnOSsrKxgsLCwJLCwsAjU1kdACE9D/Azb3/wA+//8RK6L/KyIQ/0wu + Ef8/LUv/CBnS/wAN5v8TFpn/PkFu/0RXdf+pqrX/3c/L/9vPyv/39PP//////+Xk4/+Rj473OTg4tiEg + IVomJiYiLCwsCVlZlNMFG9H/BEj//wRV//8HPuT/MS07/1g6DP8oL5r/ABXu/wIM2P8dIJP/JEyW/wZM + nf9qkLj/mpqo/6ianf/Vxb//6+bk////////////1NLS/3FwbuU1NDSDJicnE4KCkIEOGqP6ADv8/wJV + //8ETP//ITih/1RAI/9bUVv/ICi8/wUIxf8uPpf/NXvD/wVVuv9todv/XJPE/zBcjP+JiJb/2MvL//ft + 7P/v6Ob////+//z8+/+/urf+UEtJn36AhQYUE0+ZDiLB/wE19v8AN/7/ASr9/x8qof9TPSz/OSpr/xoZ + nP87cLL/PqLn/wBKsf9sltH/Yafl/yCAzf86aJf/mI6U/6unl//Kurn/6Nvb//fu6v/66eD/g316/P// + /wASEC8VHBlgphIan/wAEb7/AA7K/wAL0v8EDqv/LjCJ/0Nxrf9Htez/Oqns/wA8qf9skMz/XJjX/xF/ + 3f9IdJv/XI5K/y2POv9Se1H/n5eP/9m9uf/ix73/d3Jw6P///wD///8AEhBDCyEeUndUVYr/RkWO/0hA + hP9kVoX/VYW4/0ey6/9FrOr/YrXr/zR9z/92n9f/WJDT/wVu1P9Ga47/XrdS/zrAUP8qmTv/L3o4/3OF + Zf/Qwrz/dnFy4P///wD///8A////AP///wC5urT/6+rq/+7ewP/Kron/WJbB/2q18f+94Pj/2PX//8Lw + ///M6Pj/iqjM/xt1zf9DXIX/X7BQ/zu+Uf8zpEL/N7hM/yyQOP+epJL/fnh72f///wD///8A////AP// + /wC4uLf////8///uzf+4oYn/kZyh/9/l4//y/Pv/4+zq/8zQzP/n5uL/oH5y/1tWW/9eUV3/XalR/yum + P/8qkzf/N7VK/zqlRv+jo5b/fXd60v///wD///8A////AP///wC0s7T6//zy//3hxP/atpj/r491/6OL + ef+lnJX/t6qf/9i+q//56d7/4dDJ/7aQev+KV0H/eIZa/1yuYf8iiC7/KJ85/zSZP/+oqpz/fnl8y/// + /wD///8A////AP///wCysrP0//vw//vfxv/90q//9cWg/9ewlv/Fq5z/78uy///Djv/hjmL/yIVz//PT + wf/v0r7/xKGR/8/hvv+m4Kr/aLlv/y+KOP+grJr/gn2Aw////wD///8A////AP///wCxsrLu//vz//vl + 0//43Mf/++PS//PbzP/ftZr/+6Jh//+oX//Tdkr/nzgj/8RyTP/lp4L/58i2//758v/s9eX/r8Ck/3iP + bP+7w7P/fnt8vP///wD///8A////AP///wCvsbDn///5//3z6v/77uT/99fF/9uZef/Ac0j/+atw//7E + kf/rvJ//z454/8V6W//Pe1L/vXha/9DEuP+1vKz/ub6u/93a0P//+/X/eXh2s////wD///8A////AP// + /wCzsrLg//////vm2f/uv6T/6qyK/9mNav/Dd1L/782y//zx4//9+e3///Xl//Pf0f/dq5X/smdP/8e4 + qf/b2tD//fn1//////////z/iIiGvP///wD///8A////AP///wCin5/24sy///LApP/1vaD/7bmg/+Gp + kf/RjXL/2amU/+XJuf/x4tX/+fHm/+/f0f/Vt6b/yZqK//Hi2///+/f///z3/+/v6//Q0c//kpOUuP// + /wD///8A////AP///wCDholliISEqqmblPfIr6T/7Me4//fOvf/uw7P/5rSl/9ymlf/ap5T/3bOg/9rB + s//i0Mf//Pfy////+//w7+r/zMzK/5qbm+F9f4B4f4GCIv///wD///8A////AP///wD///8AgoWHB3+E + hyyAhIWAlpKR07SopPnjy8T/9NnT//jb1P/yzcX/6MO6//ns6P//////8/Lv/8nJyP+foaHlfX6Adnp8 + fR////8A////AP///wD///8A////AP///wD///8A////AP///wD///8AgYWHBX+ChFOHiIqjnpyc4ci/ + vv/l2dj/+O3r/+7r6v/KzM3/m52e1IODhIR6fHwT////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8AfoCCL4GEhWuNjo+/rq+x/56goeiIiYp5fH1+If// + /wD///8A////AP///wD///8A////APBh/wDAAD8AgAAfAAAADwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAA + AACAAAAAwAAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPgAAwD/AA8A/+A/ACgA + AAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8ABgYZRAcThMMHHbPwCRuk6wkO + V7YCAgQ9////AGNhYCVhYGBL////AP///wD///8A////AP///wD///8ABQUaOBQXifIrJHD/CBvM/wAX + 6f8DFNv/CQ5y1XJycv9ycnL/cnJy/2loaM9bWVkQ////AP///wD///8A////AA4RbLIGE83/LiI1/zcn + J/8CIOX/ABbg/wEKwP9WWX/35uHc//////+6urr+dnV18l1bW1j///8A////AP///wASFpbnACrv/wBI + 9f8+LBn/Oyov/xYgpf8AC9b/RGGi/6OZpv/cxcb/8uvr/+rq6v+hoaH7dXV1yFVTUw7///8AExaE0QBP + +f8AX/3/I0ir/041Gf8PHbn/AAzL/zuJ0P8OQZn/JXzL/6iYnf/q3d7/+/v7/9jY2P+IiIj2cnJyeRIR + Qm8HHc3/AEn9/wRA8v9GNzT/OCxK/zZjxf83oej/F1mu/x1nuf8lfMv/q5ae/42gfv/v5OX/9vb2/3Jy + cv8TEDUHFhZpmggVtPoAD9L/BBS4/zRnr/9Rj9X/Mp7o/xdYrP8dZrj/HGa4/zSuR/80biv/bZhl/+a9 + o/93d3b+////AP///wCSkpD/m5W4/42Xt/9ftO3/eMHx/3jB8f9wreD/LHG+/yZpuP8ytUX/Hmwb/zOK + Nf/qx6z/eHd3/v///wD///8AkpKQ////8P//5bv/otb2/7zi+f/i9f7/4fD3/6K5zf9wreD/LrNB/x9v + Hf8xijT/6t/E/3l5eP7///8A////AJGRkPX78eb//Ovc//rZv//ytIb/tXZO/8qXdf+caUn/kV9C/+/n + 0v9Jkkf/NHox//Lhyv97enr+////AP///wCRkY/r+vDo//vk0v/73cb/yoRV/+2bYP/xv5v/lmJE/5Vi + RP+XZUj/zePC/3+td//4+PD/gYGA/v///wD///8AkJCO4v76+P/47ur/+unc/+SmiP/tm2D/+NvG/6J2 + XP+RX0L/kV9C/93g1v/w8Oz//vv1/3p6ev7///8A////AJWUkvve19P/9efh//Lc0f/otp7/36uN//ru + 6f/m2dL/waSS/6uDbP/6+fn//Pv6//Py8P96enn+////AP///wCTk5HKkpGP6ru1sv3j19L+9Obf//HZ + zv/ku6H/5L2k//Xq4//6+Pb/+/v7/9DPzv+VlJL4jIyK/////wD///8A////AKKkpGaho6Kzjo6Mr5SS + kOe7t7X+59vX//Hb0f/98OX/1NPS/5iXlfSNjIq0lJORLf///wD///8A////AP///wD///8A////AP// + /wCipKRmnJycoI+Pjbycm5rrp6ak7IiHhpJQUFAB////AP///wD///8AgT8AAAAPAAAABwAAAAEAAAAA + AAAAAAAAAAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADgAQAA/AcAAA== + + + + 690, 212 + + + 807, 212 + + + 1080, 212 + + \ No newline at end of file diff --git a/DD_PM_WINDREAM/frmValidator.vb b/DD_PM_WINDREAM/frmValidator.vb new file mode 100644 index 0000000..b2113a8 --- /dev/null +++ b/DD_PM_WINDREAM/frmValidator.vb @@ -0,0 +1,2710 @@ + +Imports WINDREAMLib +Imports System.Threading +Imports System.Runtime.InteropServices +Imports System.Management +Imports System.Globalization +Imports Oracle.ManagedDataAccess.Client +Imports Independentsoft +Imports System.IO + +Public Class frmValidator + Dim viewerID + Dim strFileList() + Dim PROFIL_sortbynewest As Boolean + Dim PROFIL_VEKTORINDEX + Dim PROFIL_LOGINDEX + Dim Right_Delete As Boolean + + Dim Delimiter As String + + Dim WD_Search As String + Dim finalProfile As Boolean + Dim Move2Folder As String + Private _windreamPM As New ClassPMWindream + Private _windream As New ClassWindream_allgemein + Private allgFunk As New ClassAllgemeineFunktionen + Dim aktivesDokument As WMObject + 'speichert die DocumentDaten + Private navStep As String = Nothing + Public Shared Document_Path As String + Dim OLD_Document_Path As String = "" + Dim ValueDTP As Date + Dim AnzDoks As Integer + Dim docCounter As Integer = 1 + 'Anzahl der Validierungsdokumente + Dim Anzahl_ValDoks As Integer + 'Anzahl der validierten Dokumente + Dim Anzahl_validierte_Dok As Integer = 0 + Dim me_closing As Boolean = False + Dim errmessage As String = "Please validate red marked fields" + Dim first_control As Control + Dim last_control As Control + Dim _Indexe_Loaded As Boolean = False + + Public Shared idxerr_message As String = "" + Dim DocView + Dim viewer_string As String + Dim pdfxchange As Boolean = False + Dim sumatra As Boolean = False + + _ + Public Shared Function SetForegroundWindow(ByVal hwnd As IntPtr) As Boolean + End Function + Function set_foreground() + Try + Dim hwnd As IntPtr + Dim prc() As Process = Process.GetProcessesByName("DD_PM_WINDREAM") + + If Not prc Is Nothing AndAlso Not prc.Length = 0 Then + hwnd = prc(0).MainWindowHandle + SetForegroundWindow(hwnd) + Else + prc = Process.GetProcessesByName("DD_PM_WINDREAM.vshost") + If Not prc Is Nothing AndAlso Not prc.Length = 0 Then + hwnd = prc(0).MainWindowHandle + SetForegroundWindow(hwnd) + End If + + End If + Catch ex As Exception + MsgBox("Fehler in set_foreground: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Fehler:") + End Try + + End Function + Private Sub frmValidation_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing + Try + me_closing = True + Try + ' Position und Größe speichern + My.Settings.frmValidatorSize = Me.Size + My.Settings.frmValidatorPosition = Me.Location + My.Settings.Save() + Catch ex As Exception + ClassLogger.Add("Error in Load FormLayout: " & ex.Message) + End Try + Select Case Path.GetExtension(Document_Path).ToLower + Case ".pdf" + Select Case vpdfviewer + Case "internal" + My.Settings.frmValidation_Size_PDFViewer = Me.Size + Case "pdfxchange" + My.Settings.frmValidatorSize = Me.Size + Case "sumatra" + My.Settings.frmValidatorSize = Me.Size + Case "system" + My.Settings.frmValidatorSize = Me.Size + End Select + Case ".msg" + My.Settings.frmValidation_Size_Email = Me.Size + Case Else + My.Settings.frmValidatorSize = Me.Size + End Select + My.Settings.Save() + Catch ex As Exception + + End Try + Try + TBPM_FILES_USER_NOT_INDEXEDTableAdapter.CmdDelete(Environment.UserName) + Catch ex As Exception + MsgBox("Fehler bei Übersprungene Files löschen:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + If CURRENT_DOC_ID <> 0 Then + Try + TBPM_PROFILE_FILESTableAdapter.CmdSETWORK(False, "", CURRENT_DOC_ID) + Catch ex As Exception + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Fehler bei Freigabe der Dok-ID: " & CURRENT_DOC_ID & " - ERROR: " & ex.Message, Environment.UserName) + End Try + End If + + If Viewer = "docview" Then + CloseWDDocview() + End If + + If vpdfviewer = "system" Then + Kill_PDFAcrobat() + Else + If pdfxchange = True Or sumatra = True Then + Close_PDF_Viewer(Document_Path) + End If + KillU_Viewer() + End If + + + + End Sub + Sub KillU_Viewer() + Try + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo("taskkill.exe", "/im Viewer.exe") + psi.UseShellExecute = True + Proc.StartInfo = psi + psi.WindowStyle = ProcessWindowStyle.Minimized + Proc.Start() + pdfxchange = False + + Dim p As Process + Dim processes As Process() + processes = Process.GetProcesses() + For Each p In processes + If p.ProcessName.ToLower = "viewer" Then + p.Kill() + End If + Next + Catch ex As Exception + + End Try + End Sub + Sub Kill_PDFAcrobat() + Try + Dim p As Process + Dim processes As Process() + processes = Process.GetProcesses() + For Each p In processes + If viewerID Is Nothing = False Then + If p.Id = viewerID Then p.Kill() + If p.ProcessName = "Acrobat.exe" Then p.Kill() + Else + If p.ProcessName = "Acrobat.exe" Then p.Kill() + If p.ProcessName = "AcroRd32.exe" Then p.Kill() + If p.ProcessName.ToLower = "acrord32" Then p.Kill() + If p.ProcessName.Contains("croRd") Then p.Kill() + End If + + Next + Catch ex As Exception + + End Try + End Sub + Private Function process_User_exists(processname As String, Status As String) + Try + Dim selectQuery As SelectQuery = New SelectQuery("Win32_Process") + Dim searcher As ManagementObjectSearcher = New ManagementObjectSearcher(selectQuery) + For Each proc As ManagementObject In searcher.Get + If proc("Name").ToString.ToLower = processname.ToLower Then + Dim s(1) As String + proc.InvokeMethod("GetOwner", CType(s, Object())) + If CStr(s(0)).ToLower.Contains(Environment.UserName.ToLower) Then + Return True + End If + End If + Next + Return False + Catch ex As Exception + If Status = "CLOSE" Then + Return False + Else + 'ClassLogger.Add(">> Fehler in process_User_exists " & Status & ": " & ex.Message, True) + Return True + End If + End Try + End Function + Private Function process_terminate(processname As String) + Try + Dim selectQuery As SelectQuery = New SelectQuery("Win32_Process") + Dim searcher As ManagementObjectSearcher = New ManagementObjectSearcher(selectQuery) + For Each proc As ManagementObject In searcher.Get + If proc("Name").ToString = processname Then + Dim s(1) As String + proc.InvokeMethod("GetOwner", CType(s, Object())) + If CStr(s(0)).ToLower.Contains(Environment.UserName.ToLower) Then + proc.InvokeMethod("Terminate", Nothing) + End If + End If + Next + Return False + Catch ex As Exception + ClassLogger.Add(">> Fehler in process_terminate: " & ex.Message, True) + End Try + End Function + Sub Close_PDF_Viewer(vorherigefile As String) + Try + If vpdfviewer = "pdfxchange" Then + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(PDFXChangeViewer, "/Close:save """ & vorherigefile & """") + psi.WindowStyle = ProcessWindowStyle.Minimized + psi.UseShellExecute = True + Proc.StartInfo = psi + Proc.Start() + pdfxchange = True + sumatra = False + 'Dim count As Integer = 0 + 'sss() + 'Do While process_User_exists("PDFXCview.exe", "CLOSE") = True + ' 'Warten bis PDF geschlossen ist + ' count += 1 + ' If count = 500 Then + ' If process_terminate("PDFXCview.exe") Then + ' process_terminate("PDFXCview.exe") + ' End If + ' End If + 'Loop + End If + If vpdfviewer = "sumatra" Then + Try + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo("taskkill.exe", "/im SumatraPDF.exe") + psi.WindowStyle = ProcessWindowStyle.Minimized + psi.UseShellExecute = True + Proc.StartInfo = psi + Proc.Start() + pdfxchange = False + sumatra = True + Catch ex As Exception + + End Try + End If + If vpdfviewer = "system" Then + Kill_PDFAcrobat() + pdfxchange = False + sumatra = False + End If + Catch ex As Exception + ClassLogger.Add("Fehler in Close_PDFXCHANGE") + ClassLogger.Add(ex.Message) + End Try + End Sub + Private Function Init_windream() + Try + _windream = New ClassWindream_allgemein + _windream.Init() + If LogErrorsOnly = False Then ClassLogger.Add(" >> Windream initiiert", False) + Return True + Catch ex As Exception + MsgBox("Error Init_windream:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:") + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error Init _windream: " & ex.Message, Environment.UserName) + ClassLogger.Add(">> Fehler in Init_windream: " & ex.Message, True) + Return False + End Try + End Function + Private Sub frmValidation_Load(sender As Object, e As System.EventArgs) Handles Me.Load + SplitContainer1.Panel2Collapsed = True + docCounter = 1 + OLD_Document_Path = "" + first_control = Nothing + me_closing = False + pdfxchange = False + sumatra = False + If My.Settings.frmValidatorPosition.IsEmpty = False Then + If My.Settings.frmValidatorPosition.X > 0 And My.Settings.frmValidatorPosition.Y > 0 Then + Me.Location = My.Settings.frmValidatorPosition + End If + End If + If My.Settings.frmValidatorSize.IsEmpty = False Then + Me.Size = My.Settings.frmValidatorSize + End If + Try + TBPM_FILES_USER_NOT_INDEXEDTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILE_FILESTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection.ConnectionString = MyConnectionString + TBPM_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString + VWPM_CONTROL_INDEXTableAdapter.Connection.ConnectionString = MyConnectionString + VWPM_PROFILE_USERTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBPM_CONTROL_TABLETableAdapter.Connection.ConnectionString = MyConnectionString + + Me.VWPM_PROFILE_USERTableAdapter.FillByName(Me.DD_DMSLiteDataSet.VWPM_PROFILE_USER, CURRENT_ProfilName, Environment.UserName) + Me.VWPM_CONTROL_INDEXTableAdapter.Fill(Me.DD_DMSLiteDataSet.VWPM_CONTROL_INDEX, CURRENT_ProfilName) + Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONNECTION) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Profile Data geladen", False) + Catch ex As Exception + MsgBox("Error LOADING profile-data:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:") + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error LOADING profile-data: " & ex.Message, Environment.UserName) + ClassLogger.Add(">> Fehler in LOADING profile-data: " & ex.Message, True) + Me.Close() + End Try + + Try + Delimiter = TBPM_KONFIGURATIONTableAdapter.cmdGetDelimiter + + Dim dt As DataTable = Me.DD_DMSLiteDataSet.VWPM_PROFILE_USER + Dim dr As DataRow + If dt.Rows.Count = 0 Then + ClassLogger.Add(">> Profildaten konnten nicht geladen werden - Übergebenes Profil: : " & CURRENT_ProfilName, True) + MsgBox("Achtung: Profildaten konnten nicht übergeben oder geladen werden.", MsgBoxStyle.Critical, "Achtung:") + Me.Close() + End If + If dt.Rows.Count > 1 Then + MsgBox("Es wurden mehr als 1 Profil zurückgegeben!!", MsgBoxStyle.Critical, "Achtung:") + Else + If dt.Rows.Count <> 0 Then + For Each dr In dt.Rows + PROFIL_VEKTORINDEX = dr.Item("PM_VEKTOR_INDEX") + PROFIL_LOGINDEX = dr.Item("LOG_INDEX") + Me.Text = "Process Manager - " & dr.Item("TITLE") + If PROFIL_VEKTORINDEX.GetType.ToString.ToLower = "system.dbnull" Then + PROFIL_VEKTORINDEX = "" + End If + If PROFIL_LOGINDEX.GetType.ToString.ToLower = "system.dbnull" Then + PROFIL_LOGINDEX = "" + End If + + WD_Search = dr.Item("WD_SEARCH") + finalProfile = dr.Item("FINAL_PROFILE") + Move2Folder = dr.Item("MOVE2Folder") + Right_Delete = dr.Item("RIGHT_FILE_DELETE") + Anzahl_ValDoks = TBPM_PROFILE_FILESTableAdapter.cmdGet_Anzahl(CURRENT_ProfilGUID) + Next + If LogErrorsOnly = False Then + ClassLogger.Add(" >> Profildaten gespeichert", False) + ClassLogger.Add(" >> WD_Search: " & WD_Search, False) + ClassLogger.Add(" >> finalProfile: " & finalProfile, False) + ClassLogger.Add(" >> Move2Folder: " & Move2Folder, False) + ClassLogger.Add(" >> Right_Delete: " & Right_Delete, False) + End If + + PROFIL_sortbynewest = TBPM_PROFILETableAdapter.cmdSortMode(CURRENT_ProfilGUID) + If LogErrorsOnly = False Then ClassLogger.Add(" >> PROFIL_sortbynewest: " & PROFIL_sortbynewest.ToString, False) + 'Delete Button anzeigen ja/nein + If Right_Delete = True Then + Me.btnDelete.Visible = True + Else + Me.btnDelete.Visible = False + End If + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Right_Delete: " & Right_Delete.ToString, False) + Load_Controls() + End If + End If + + Catch ex As System.Exception + MsgBox("Error SAVING Profile-Data:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:") + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error SAVING Profile-Data: " & ex.Message, Environment.UserName) + ClassLogger.Add(">> Fehler in SAVING Profile-Data: " & ex.Message, True) + End Try + 'Me.lblerror.Visible = False + Try + If finalProfile = True Then + Dim text As String = TBPM_PROFILETableAdapter.cmdFinalText(CURRENT_ProfilGUID) + If text <> "" Then + btnSave.Text = text & " (F1)" + Else + btnSave.Text = "Validierung speichern - Nächstes Dokument" & " (F1)" + End If + Else + btnSave.Text = "Validierung speichern - Nächstes Dokument" & " (F1)" + End If + If LogErrorsOnly = False Then ClassLogger.Add(" >> Final profile Text geladen", False) + Catch ex As Exception + MsgBox("Error loading final profile text:" & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Attention:") + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error loading final profile text: " & ex.Message, Environment.UserName) + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error loading final profile text " & ex.Message, Environment.UserName) + ClassLogger.Add(">> Fehler in loading final profile text: " & ex.Message, True) + End Try + End Sub + + Sub Load_Controls() + Try + pnldesigner.Controls.Clear() + Dim dt As DataTable = DD_DMSLiteDataSet.VWPM_CONTROL_INDEX + For Each dr As DataRow In dt.Rows + Select Case dr.Item("CTRL_TYPE").ToString.ToUpper + Case "TXT" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch TXT zu laden", False) + add_textbox(dr.Item("GUID"), dr.Item("CTRL_NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT")), dr.Item("READ_ONLY"), dr.Item("LOAD_IDX_VALUE")) 'dr.Item("INDEX_NAME"), + Case "LBL" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch LBL zu laden", False) + add_label(dr.Item("GUID"), dr.Item("CTRL_NAME"), dr.Item("CTRL_TEXT"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC"))) + Case "CMB" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch CMB zu laden", False) + add_ComboBox(dr.Item("GUID"), dr.Item("CTRL_NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT")), dr.Item("READ_ONLY"), dr.Item("LOAD_IDX_VALUE")) 'dr.Item("INDEX_NAME"), + Case "DTP" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch DTP zu laden", False) + add_DTP(dr.Item("GUID"), dr.Item("CTRL_NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), CInt(dr.Item("WIDTH")), CInt(dr.Item("HEIGHT")), dr.Item("READ_ONLY"), dr.Item("LOAD_IDX_VALUE")) 'dr.Item("INDEX_NAME"), + Case "DGV" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch DGV zu laden", False) + add_DGV(dr.Item("GUID"), dr.Item("CTRL_NAME"), dr.Item("HEIGHT"), dr.Item("WIDTH"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), dr.Item("READ_ONLY"), dr.Item("LOAD_IDX_VALUE")) 'dr.Item("INDEX_NAME"), + Case "CHK" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch Checkbox zu laden", False) + add_Checkbox(dr.Item("GUID"), dr.Item("CTRL_NAME"), dr.Item("CTRL_TEXT"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), dr.Item("READ_ONLY"), dr.Item("LOAD_IDX_VALUE")) + Case "TABLE" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Versuch Tabelle zu laden", False) + add_TABLE(dr.Item("GUID"), dr.Item("CTRL_NAME"), CInt(dr.Item("X_LOC")), CInt(dr.Item("Y_LOC")), dr.Item("WIDTH"), CInt(dr.Item("HEIGHT")), dr.Item("READ_ONLY")) + End Select + Next + If LogErrorsOnly = False Then ClassLogger.Add(" >> Controls geladen", False) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Controls geladen", False) + ClassLogger.Add("", False) + + Catch ex As Exception + If LogErrorsOnly = False Then MsgBox("Error Load_Controls: " & ex.Message, MsgBoxStyle.Critical, "Attention error:") + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Error Load_Controls: " & ex.Message, Environment.UserName) + ClassLogger.Add("Unvorhergesehener Fehler bei Load_Controls:" & ex.Message) + ClassLogger.Add("", False) + + End Try + + End Sub + + Function add_label(CONTROL_ID As Integer, lblname As String, text As String, x As Integer, y As Integer) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_label - lblname: " & lblname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim lbl As New Label + lbl.Name = lblname + lbl.Text = text + lbl.AutoSize = True + lbl.Tag = CONTROL_ID + 'lbl.Size = New Size(CInt(lbl.Text.Length * 10), 16) + lbl.Location = New Point(x, y) + pnldesigner.Controls.Add(lbl) + If LogErrorsOnly = False Then ClassLogger.Add(" >> LBL: " & lblname & " hinzugefügt", False) + End Function + Function add_textbox(CONTROL_ID As Integer, ByVal txtname As String, ByVal x As Integer, ByVal y As Integer, ByVal width As Integer, ByVal height As Integer, ByVal read_only As Boolean, loadindex As Boolean) 'idxName As String, + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_textbox - txtname: " & txtname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim txt As New TextBox + txt.Name = txtname + txt.Tag = CONTROL_ID + If height > 27 Then + txt.Multiline = True + txt.AcceptsReturn = True + Else + txt.Multiline = False + txt.AcceptsReturn = False + End If + If read_only = True Then + txt.ReadOnly = True + txt.TabStop = False + 'txt.Enabled = False + End If + txt.Size = New Size(width, height) + txt.Location = New Point(x, y) + pnldesigner.Controls.Add(txt) + AddHandler txt.GotFocus, AddressOf OnTextBoxFocus + AddHandler txt.LostFocus, AddressOf OnTextBoxLostFocus + AddHandler txt.KeyUp, AddressOf OnTextBoxKeyUp + If first_control Is Nothing And read_only = False Then + first_control = txt + End If + last_control = txt + If LogErrorsOnly = False Then ClassLogger.Add(" >> TXT: " & txtname & " hinzugefügt", False) + End Function + Function add_ComboBox(CONTROL_ID As Integer, cmbname As String, x As Integer, y As Integer, width As Integer, height As Integer, read_only As Boolean, loadindex As Boolean) 'idxName As String, + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_ComboBox - cmbname: " & cmbname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim cmb As New ComboBox + cmb.Name = cmbname + cmb.Size = New Size(width, height) + cmb.Location = New Point(x, y) + cmb.Tag = CONTROL_ID + If read_only = True Then + cmb.Enabled = False + cmb.TabStop = False + End If + cmb.AutoCompleteMode = AutoCompleteMode.SuggestAppend + cmb.AutoCompleteSource = AutoCompleteSource.ListItems + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_ComboBox - Get GUID ", False) + 'Überprüfen ob es eine Auswahllsite gibt + Dim ControlID = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, cmbname) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_ComboBox - GUID: " & ControlID, False) + If ControlID > 0 Then + Dim ConID = Me.TBPM_PROFILE_CONTROLSTableAdapter.cmdgetConnectionID(ControlID) + If ConID Is Nothing = False Then + If ConID > 0 And TBPM_PROFILE_CONTROLSTableAdapter.cmdGetSQL(ControlID) <> "" Then + Dim connectionString As String + Me.TBPM_CONNECTIONTableAdapter.FillByID(Me.DD_DMSLiteDataSet.TBPM_CONNECTION, ConID) + Dim DT As DataTable = Me.DD_DMSLiteDataSet.TBPM_CONNECTION + Dim drConnection As DataRow + For Each drConnection In DT.Rows + Select Case drConnection.Item("SQL_PROVIDER").ToString.ToLower + Case "ms-sql" + If drConnection.Item("USERNAME") = "WINAUTH" Then + connectionString = "Data Source=" & drConnection.Item("SERVER") & ";Initial Catalog=" & drConnection.Item("DATENBANK") & ";Trusted_Connection=True;" + Else + connectionString = "Data Source=" & drConnection.Item("SERVER") & ";Initial Catalog= " & drConnection.Item("DATENBANK") & ";User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";" + End If + If LogErrorsOnly = False Then ClassLogger.Add(" >> ConnString Sql-Server: " & connectionString) + Case "oracle" + Dim conn As New OracleConnectionStringBuilder + Dim connstr As String + If drConnection.Item("SERVER") <> "" And drConnection.Item("DATENBANK").GetType.ToString <> "system.dbnull" Then + connstr = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=" & drConnection.Item("SERVER") & ")(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=" & _ + drConnection.Item("DATENBANK") & ")));User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";" + Else + conn.DataSource = drConnection.Item("SERVER") + conn.UserID = drConnection.Item("USERNAME") + conn.Password = drConnection.Item("PASSWORD") + conn.PersistSecurityInfo = True + conn.ConnectionTimeout = 120 + connstr = conn.ConnectionString + End If + + connectionString = connstr + Case Else + ClassLogger.Add(" - ConnectionType nicht integriert", False) + MsgBox("ConnectionType nicht integriert", MsgBoxStyle.Critical, "Bitte Konfiguration Connection überprüfen!") + End Select + Next + If connectionString Is Nothing = False Then + Try + Dim sqlCnn As SqlClient.SqlConnection + Dim sqlCmd As SqlClient.SqlCommand + Dim adapter As New SqlClient.SqlDataAdapter + Dim NewDataset As New DataSet + Dim i As Integer + Dim sql As String + + + sql = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetSQL(ControlID) + sqlCnn = New SqlClient.SqlConnection(connectionString) + ' Try + sqlCnn.Open() + sqlCmd = New SqlClient.SqlCommand(sql, sqlCnn) + adapter.SelectCommand = sqlCmd + adapter.Fill(NewDataset) + Dim msg As String + For i = 0 To NewDataset.Tables(0).Rows.Count - 1 + cmb.Items.Add(NewDataset.Tables(0).Rows(i).Item(0)) + Next + adapter.Dispose() + sqlCmd.Dispose() + sqlCnn.Close() + Catch ex As Exception + ClassLogger.Add(" - Unvorhergesehener Fehler bei GetValues SQL - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei GetValues SQL:") + End Try + End If + End If + Else + Dim AListe As String = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetChoiceListName(ControlID) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_ComboBox - AListe: " & AListe, False) + If AListe Is Nothing = False Then + Dim liste = _windream.GetValuesfromAuswahlliste(AListe) + If liste IsNot Nothing Then + cmb.Items.Add("") + For Each index As String In liste + cmb.Items.Add(index) + Next + cmb.SelectedIndex = -1 + End If + End If + End If + + + End If + 'Die BReite der DropDown-Lsit anpassen + Dim iWidestWidth As Integer = 300 + Using g As Graphics = Me.CreateGraphics + For Each oItem As Object In cmb.Items 'Für alle Einträge... + Dim g1 As Graphics = cmb.CreateGraphics + If g1.MeasureString(Text, cmb.Font).Width + 30 > iWidestWidth Then + iWidestWidth = g1.MeasureString(Text, cmb.Font).Width + 30 + End If + g1.Dispose() + Next oItem + End Using + + 'If Me.Items.Count > Me.MaxDropDownItems Then 'Wenn die Scrollleiste angezeigt wird... + ' iWidestWidth += 15 + 'End If + + cmb.DropDownWidth = Math.Max(iWidestWidth, cmb.Width) + pnldesigner.Controls.Add(cmb) + + If LogErrorsOnly = False Then ClassLogger.Add(" >> CMB: " & cmbname & " hinzugefügt", False) + AddHandler cmb.SelectedIndexChanged, AddressOf OnCmbselectedIndex + If first_control Is Nothing And read_only = False Then + first_control = cmb + End If + last_control = cmb + End Function + Function add_DTP(CONTROL_ID As Integer, dtpname As String, x As Integer, y As Integer, width As Integer, height As Integer, read_only As Boolean, loadindex As Boolean) 'idxName As String, + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DTP - dtpname: " & dtpname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim dtp As New DateTimePicker + dtp.Name = dtpname + dtp.Tag = CONTROL_ID + dtp.Size = New Size(width, height) + dtp.Location = New Point(x, y) + dtp.Format = DateTimePickerFormat.Short + If read_only = True Then + dtp.Enabled = True + dtp.TabStop = False + End If + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DTP - Get GUID ", False) + 'Überprüfen ob es eine Auswahllsite gibt + Dim guid = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, dtpname) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DTP - GUID: " & guid.ToString, False) + + pnldesigner.Controls.Add(dtp) + + If LogErrorsOnly = False Then ClassLogger.Add(" >> CMB: " & dtpname & " hinzugefügt", False) + AddHandler dtp.ValueChanged, AddressOf OnDTPValueChanged + If first_control Is Nothing And read_only = False Then + first_control = dtp + End If + last_control = dtp + End Function + Function add_DGV(CONTROL_ID As Integer, dgvname As String, height As Integer, width As Integer, x As Integer, y As Integer, read_only As Boolean, loadindex As Boolean) 'idxName As String, + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DGV - dgvname: " & dgvname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim dgv As New DataGridView + dgv.AllowUserToOrderColumns = False + dgv.Name = dgvname + dgv.Tag = CONTROL_ID + dgv.Size = New Size(width, height) + dgv.Location = New Point(x, y) + dgv.AlternatingRowsDefaultCellStyle.BackColor = Color.Aqua + Dim col As New DataGridViewTextBoxColumn + col.HeaderText = "" + col.Name = "column1" + col.Width = dgv.Width - 30 + dgv.Columns.Add(col) + + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DGV - Get GUID ", False) + 'Überprüfen ob es eine Auswahllsite gibt + Dim guid = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, dgvname) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_DGV - GUID: " & guid.ToString, False) + 'jkjjjk + If guid > 0 Then + + End If + pnldesigner.Controls.Add(dgv) + AddHandler dgv.RowValidating, AddressOf onDGVRowValidating + + If LogErrorsOnly = False Then ClassLogger.Add(" >> dgv: " & dgvname & " hinzugefügt", False) + If first_control Is Nothing And read_only = False Then + first_control = dgv + End If + last_control = dgv + End Function + + Function add_TABLE(CONTROL_ID As Integer, tableName As String, x As Integer, y As Integer, vwidth As Integer, vheight As Integer, read_only As Boolean) + Dim table As New DataGridView + table.Name = tableName + table.Size = New Size(vwidth, vheight) + table.Cursor = Cursors.Hand + table.Tag = CONTROL_ID + table.Location = New Point(x, y) + table.AllowUserToAddRows = True + table.AllowUserToDeleteRows = False + table.AllowUserToResizeColumns = False + table.AllowUserToResizeRows = False + table.AlternatingRowsDefaultCellStyle.BackColor = Color.Aqua + 'Columns laden + Dim guid = TBPM_PROFILE_CONTROLSTableAdapter.cmdGetGUID(CURRENT_ProfilGUID, tableName) + If guid > 0 Then + TBPM_CONTROL_TABLETableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_CONTROL_TABLE, guid) + Dim DT As DataTable = Me.DD_DMSLiteDataSet.TBPM_CONTROL_TABLE + If DT.Rows.Count > 0 Then + For Each Row As DataRow In DT.Rows + Dim col As New DataGridViewTextBoxColumn + col.HeaderText = Row.Item("SPALTEN_HEADER") + col.Name = Row.Item("SPALTENNAME") + col.Width = Row.Item("SPALTENBREITE") + table.Columns.Add(col) + Next + End If + End If + ' table.AutoResizeColumns() + + pnldesigner.Controls.Add(table) + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Tabelle: " & tableName & " hinzugefügt", False) + If first_control Is Nothing And read_only = False Then + first_control = table + End If + last_control = table + End Function + + Function add_Checkbox(CONTROL_ID As Integer, chkname As String, text As String, x As Integer, y As Integer, read_only As Boolean, loadindex As Boolean) + If LogErrorsOnly = False Then ClassLogger.Add(" >> In add_label - lblname: " & chkname & " x/y: " & x.ToString & "/" & y.ToString, False) + Dim chk As New CheckBox + chk.Name = chkname + chk.Text = text + chk.Tag = CONTROL_ID + chk.AutoSize = True + 'chk.Size = New Size(CInt(chk.Text.Length * 15), 20) + chk.Location = New Point(x, y) + pnldesigner.Controls.Add(chk) + If LogErrorsOnly = False Then ClassLogger.Add(" >> CHK: " & chkname & " hinzugefügt", False) + End Function + Sub Clear_all_Input() + For Each inctrl As Control In Me.pnldesigner.Controls + Dim Type As String = inctrl.GetType.ToString + Select Case Type + Case "System.Windows.Forms.TextBox" + inctrl.Text = "" + Case "System.Windows.Forms.ComboBox" + Dim cmb As ComboBox = inctrl + cmb.SelectedIndex = -1 + Case "System.Windows.Forms.DataGridView" + Dim dgv As DataGridView = inctrl + If dgv.Rows.Count > 0 Then + dgv.Rows.Clear() + End If + Case "System.Windows.Forms.CheckBox" + + End Select + Next + + set_foreground() + If first_control Is Nothing = False Then + first_control.Focus() + End If + + End Sub + + Public Sub OnTextBoxFocus(sender As System.Object, e As System.EventArgs) + Dim box As TextBox = sender + box.BackColor = Color.Lime + box.SelectAll() + End Sub + Public Sub OnTextBoxLostFocus(sender As System.Object, e As System.EventArgs) + Dim box As TextBox = sender + box.BackColor = Color.White + 'If box.Text <> String.Empty And me_closing = False And _Indexe_Loaded = True Then + ' If CheckValueExists(box) = False Then + ' box.Text = "" + ' box.Focus() + ' frmError.ShowDialog() + ' End If + 'End If + 'If navStep Is Nothing = False Then + ' Select Case navStep + ' Case "first" + ' MovePosition(0) + ' Case "previous" + ' MovePosition(aktIndex - 1) + ' Case "next" + ' MovePosition(aktIndex + 1) + ' Case "last" + ' MovePosition(Anzahl_ValDoks - 1) + ' End Select + ' first_control.Focus() + + 'End If + End Sub + Public Sub OnTextBoxKeyUp(sender As Object, e As KeyEventArgs) + Dim box As TextBox = sender + If box.Text <> String.Empty And me_closing = False And _Indexe_Loaded = True Then + 'If CheckValueExists(box) = False Then + ' box.Text = "" + ' box.Focus() + ' frmError.ShowDialog() + 'End If + If e.KeyCode = Keys.Return Or e.KeyCode = Keys.Tab Then + Try + Dim CONTROL_ID = VWPM_CONTROL_INDEXTableAdapter.cmdGetControlID(CURRENT_ProfilGUID, box.Name) + Dim sql = String.Format("select NAME,CONNECTION_ID,SQL_UEBERPRUEFUNG FROM TBPM_PROFILE_CONTROLS WHERE PROFIL_ID = {0} AND SQL_UEBERPRUEFUNG LIKE '%{1}%'", CURRENT_ProfilGUID, box.Name) + Dim DT As DataTable = ClassDatabase.Return_Datatable(sql) + If Not IsNothing(DT) And DT.Rows.Count > 0 Then + For Each ROW As DataRow In DT.Rows + Try + Dim displayboxname = ROW.Item(0).ToString + If Not IsDBNull(ROW.Item(1)) And Not IsDBNull(ROW.Item(2)) Then + Dim sql_Statement = ROW.Item(2) + ' Regulären Ausdruck zum Auslesen der Indexe definieren + Dim preg As String = "\[%{1}[a-zA-Z0-9\!\$\&\/\(\)\=\?\,\.\-\;\:_öÖüÜäÄ\#\'\+\*\~\{\}\@\€\<\>\ ]+]{1}" + ' einen Regulären Ausdruck laden + Dim regulärerAusdruck As System.Text.RegularExpressions.Regex = New System.Text.RegularExpressions.Regex(preg) + ' die Vorkommen im SQL-String auslesen + Dim elemente As System.Text.RegularExpressions.MatchCollection = regulärerAusdruck.Matches(sql_Statement) + '#### + ' alle Vorkommen innerhalbd er Namenkonvention durchlaufen + For Each element As System.Text.RegularExpressions.Match In elemente + Try + If LogErrorsOnly = False Then ClassLogger.Add(" >> element in RegeX: " & element.Value, False) + Dim MyPattern = element.Value.Substring(2, element.Value.Length - 3) + Dim input_value + If MyPattern.Contains("txt") Then + Dim txt As TextBox = CType(Me.pnldesigner.Controls(MyPattern), TextBox) + input_value = txt.Text + ElseIf MyPattern.Contains("cmb") Then + Dim cmb As ComboBox = CType(Me.pnldesigner.Controls(MyPattern), ComboBox) + input_value = cmb.Text + End If + sql_Statement = sql_Statement.ToString.Replace(element.Value, input_value) + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Checking control values for Variable SQL Result - ERROR: " & ex.Message) + End Try + + Next + + + + Dim resultDT As DataTable = ClassDatabase.Return_Datatable_CS(sql_Statement, ROW.Item(1)) + If resultDT.Rows.Count >= 1 Then + 'Nur dediziert einen Wert zurückerhalten + For Each row1 As DataRow In resultDT.Rows + Dim result = row1.Item(0) + If Not IsNothing(result) Then + pnldesigner.Controls(displayboxname).Text = result.ToString + Exit For + Else + pnldesigner.Controls(displayboxname).Text = "RESULT = NOTHING" + Exit For + End If + Next + Else + pnldesigner.Controls(displayboxname).Text = "NO RESULT" + End If + + + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Display SQL result for control: " & ROW.Item(0).ToString & " - ERROR: " & ex.Message) + End Try + + Next + + End If + + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Eventhandler Variable SQL Result - ERROR: " & ex.Message) + End Try + If box.Name = last_control.Name Then + Abschluss() + Else + SendKeys.Send("{TAB}") + End If + End If + End If + 'If navStep Is Nothing = False Then + ' Select Case navStep + ' Case "first" + ' MovePosition(0) + ' Case "previous" + ' MovePosition(aktIndex - 1) + ' Case "next" + ' MovePosition(aktIndex + 1) + ' Case "last" + ' MovePosition(Anzahl_ValDoks - 1) + ' End Select + ' first_control.Focus() + + 'End If + End Sub + Public Sub onDGVRowValidating(ByVal sender As Object, ByVal e As DataGridViewCellCancelEventArgs) + Dim dgv As DataGridView = sender + Try + Dim CONTROL_ID = VWPM_CONTROL_INDEXTableAdapter.cmdGetControlID(CURRENT_ProfilGUID, dgv.Name) + Dim sql = String.Format("select NAME,CONNECTION_ID,SQL_UEBERPRUEFUNG FROM TBPM_PROFILE_CONTROLS WHERE PROFIL_ID = {0} AND SQL_UEBERPRUEFUNG LIKE '%{1}%'", CURRENT_ProfilGUID, dgv.Name) + Dim DT As DataTable = ClassDatabase.Return_Datatable(sql) + If Not IsNothing(DT) And DT.Rows.Count > 0 Then + For Each ROW As DataRow In DT.Rows + Try + Dim displayboxname = ROW.Item(0).ToString + If Not IsDBNull(ROW.Item(1)) And Not IsDBNull(ROW.Item(2)) Then + Dim sql_Statement = ROW.Item(2) + Dim cellvalue = dgv.Rows(dgv.Rows.Count - 2).Cells(0).Value.ToString() + sql_Statement = sql_Statement.ToString.Replace(dgv.Name, cellvalue) + Dim resultDT As DataTable = ClassDatabase.Return_Datatable_CS(sql_Statement, ROW.Item(1)) + If resultDT.Rows.Count >= 1 Then + 'Nur dediziert einen Wert zurückerhalten + For Each row1 As DataRow In resultDT.Rows + Dim result = row1.Item(0) + If Not IsNothing(result) Then + pnldesigner.Controls(displayboxname).Text = result.ToString + + Exit For + Else + pnldesigner.Controls(displayboxname).Text = "RESULT = NOTHING" + + Exit For + End If + Next + Else + pnldesigner.Controls(displayboxname).Text = "NO RESULT" + + End If + + + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Display SQL result for control: " & ROW.Item(0).ToString & " - ERROR: " & ex.Message) + End Try + + Next + + End If + + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Eventhandler Variable SQL Result - ERROR: " & ex.Message) + End Try + + End Sub + Public Sub OnCmbselectedIndex(sender As System.Object, e As System.EventArgs) + Dim cmb As ComboBox = sender + If cmb.SelectedIndex <> -1 And _Indexe_Loaded = True Then + If cmb.Name = last_control.Name Then + 'Abschluss() + Else + SendKeys.Send("{TAB}") + End If + End If + End Sub + Public Sub OnDTPValueChanged(sender As System.Object, e As System.EventArgs) + Dim dtp As DateTimePicker = sender + If _Indexe_Loaded = True Then + ValueDTP = dtp.Value + If dtp.Name = last_control.Name Then + ' Abschluss() + Else + SendKeys.Send("{TAB}") + End If + End If + End Sub + Private Function CheckValueExists(ByVal control As Control) + Try + Dim dt As DataTable = DD_DMSLiteDataSet.VWPM_CONTROL_INDEX + For Each dr As DataRow In dt.Rows + If dr.Item("PROFIL_ID") = CURRENT_ProfilGUID And dr.Item("CTRL_NAME") = control.Name Then + Dim check = dr.Item("SQL_UEBERPRUEFUNG") + If IsDBNull(check) Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> SQL Check is not configured!", False) + Return True + End If + If check.ToString.Length > 0 And dr.Item("INDEX_NAME") <> "DD PM-ONLY FOR DISPLAY" Then + Dim cs As String = GetConnectionString(dr.Item("CONNECTION_ID")) + If allgFunk.checkValue_Exists(dr.Item("SQL_UEBERPRUEFUNG"), "@Eingabe", control.Text, dr.Item("TYP"), cs, CURRENT_ProfilGUID) = True Then + Return True + Else + My.Settings.errormessage = "Der eingegebene Wert '" & control.Text & "' existiert nicht in der Datenbank!" + My.Settings.Save() + Return False + End If + Else + Return True + End If + End If + Next + Catch ex As Exception + ClassLogger.Add("Unvorhergesehener Fehler bei CheckValueExists:" & ex.Message) + Return False + End Try + End Function + Sub ShowFile_UniversalViewer(AktuelleIndexfile As String) + Try + KillU_Viewer() + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(UniversalViewer, """" & AktuelleIndexfile & """") + psi.WindowStyle = ProcessWindowStyle.Minimized + Proc.EnableRaisingEvents = True + Proc.StartInfo = psi + Proc.Start() + Catch ex As Exception + MsgBox("Fehler in ShowFile_UniversalViewer:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + + Public Function IsProcessRunning(name As String) As Boolean + 'here we're going to get a list of all running processes on + 'the computer + For Each Process As Process In Process.GetProcesses() + If Process.ProcessName.StartsWith(name) Then + 'process found so it's running so return true + Return True + End If + Next + 'process not found, return false + Return False + End Function + Sub Open_PDFXCHANGE(AktuelleIndexfile As String) + Try + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(PDFXChangeViewer, """" & AktuelleIndexfile & """") + psi.WindowStyle = ProcessWindowStyle.Minimized + Proc.EnableRaisingEvents = True + psi.UseShellExecute = False + Proc.StartInfo = psi + + Proc.Start() + Do While process_User_exists("PDFXCview.exe", "START") = False + 'Warten bis PDF geladen ist + System.Threading.Thread.Sleep(500) + Loop + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler in Open_PDFXCHANGE:") + ClassLogger.Add("Fehler in Open_PDFXCHANGE") + ClassLogger.Add(ex.Message) + End Try + End Sub + Sub Open_Sumatra(AktuelleIndexfile As String) + Try + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(SumatraViewer, """" & AktuelleIndexfile & """") + psi.WindowStyle = ProcessWindowStyle.Minimized + Proc.EnableRaisingEvents = True + psi.UseShellExecute = False + Proc.StartInfo = psi + Proc.Start() + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler in Open_Sumatra:") + ClassLogger.Add("Fehler in Open_Sumatra") + ClassLogger.Add(ex.Message) + End Try + End Sub + Sub Open_PDF_withStandard() + If Document_Path.ToLower.EndsWith(".pdf") = True Then + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(Document_Path) + psi.WindowStyle = ProcessWindowStyle.Minimized + Proc.EnableRaisingEvents = True + Proc.StartInfo = psi + Proc.Start() + viewerID = Proc.Id + End If + End Sub + Function Get_Next_GUID() As Integer + Try + Dim newGUID As Integer + If LogErrorsOnly = False Then ClassLogger.Add(" >> Old Document_Path: " & OLD_Document_Path, False) + If PROFIL_sortbynewest = True Then + newGUID = TBPM_PROFILE_FILESTableAdapter.cmdgetNextFile_GUID_Newest(CURRENT_ProfilGUID, OLD_Document_Path, Environment.UserName) + Else + newGUID = TBPM_PROFILE_FILESTableAdapter.cmdGetNextFile_GUID(CURRENT_ProfilGUID, OLD_Document_Path, Environment.UserName) + End If + + If newGUID > 0 Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> newGUID: " & newGUID.ToString, False) + Document_Path = TBPM_PROFILE_FILESTableAdapter.CmdGetFilePath_2_GUID(newGUID) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Document_Path: " & Document_Path, False) + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Überprüfen ob File existiert?", False) + Dim i As Integer = 0 + Do While allgFunk.file_exists(Document_Path, False) = False And newGUID <> 0 + i = i + 1 + If i > 800 Then + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Get_Next_GUID - Datei nicht vorhanden!", Environment.UserName) + ClassLogger.Add(" >> ACHTUNG: Ausnahme in GetNextGUID - Datei nicht vorhanden", False) + Dim Del = "DELETE FROM TBPM_PROFILE_FILES where GUID = " & newGUID + ClassDatabase.Execute_non_Query(Del, True) + errmessage = "Die windream-Datei existiert nicht!" + Return 0 + End If + Loop + OLD_Document_Path = Document_Path + 'If PROFIL_sortbynewest Then + ' newGUID = TBPM_PROFILE_FILESTableAdapter.cmdgetNextFile_GUID_Newest(PROFIL_ID, Document_Path, Environment.UserName) + ' Document_Path = TBPM_PROFILE_FILESTableAdapter.CmdGetFilePath_2_GUID(newGUID) + 'Else + ' newGUID = TBPM_PROFILE_FILESTableAdapter.cmdGetNextFile_GUID(PROFIL_ID, Document_Path, Environment.UserName) + ' Document_Path = TBPM_PROFILE_FILESTableAdapter.CmdGetFilePath_2_GUID(newGUID) + 'End If + Else + ClassLogger.Add(" >> ACHTUNG: Ausnahme in GetNextGUID - Es konnte keine GUID abgerufen werden!", False) + newGUID = 0 + End If + + Return newGUID + Catch ex As Exception + errmessage = "Unvorhergesehener Fehler in Get_Next_GUID: " & ex.Message + ClassLogger.Add(">> Unvorhergesehener Fehler in Get_Next_GUID:: " & ex.Message, True) + Return 0 + End Try + + End Function + + 'lädt die windream-Files für das Profil + Sub Refresh_FileList() + 'windream-Suche für Profil starten + '_windreamPM = New ClassPMWindream() + If PROFIL_sortbynewest = True Then + TBPM_PROFILE_FILESTableAdapter.FillBy_Newest(DD_DMSLiteDataSet.TBPM_PROFILE_FILES, CURRENT_ProfilGUID) + Else + TBPM_PROFILE_FILESTableAdapter.Fill(DD_DMSLiteDataSet.TBPM_PROFILE_FILES, CURRENT_ProfilGUID) + End If + + Dim DT As DataTable = DD_DMSLiteDataSet.TBPM_PROFILE_FILES + + CURRENT_DOC_ID = DT.Rows(0).Item("GUID") + tsslblDocID.Text = "Document-ID: " & CURRENT_DOC_ID + + AnzDoks = DT.Rows.Count + + End Sub + Sub Close_document_viewer() + 'Vorherige Datei Schliessen + If CURRENT_HTML_DOC <> "" Then + If File.Exists(CURRENT_HTML_DOC) Then + File.Delete(CURRENT_HTML_DOC) + End If + End If + If pdfxchange = True Or sumatra = True Or vpdfviewer = "system" Then + Close_PDF_Viewer(Document_Path) + End If + If aktivesDokument Is Nothing = False Then + If aktivesDokument.aLocked Then + aktivesDokument.Save() + ' unlock the windream object + aktivesDokument.unlock() + End If + End If + End Sub + Sub PdfControls_visible(visible As Boolean) + If visible = False Then + pnlpdf.Dock = DockStyle.None + Else + pnlpdf.Dock = DockStyle.Fill + End If + + pnlpdf.Visible = visible + SplitContainer1.Panel2Collapsed = False + End Sub + Sub Load_Next_Document(first As Boolean) + + aktivesDokument = Nothing + If LogErrorsOnly = False Then ClassLogger.Add(" >> aktivesDokument nothing gesetzt", False) + activate_controls(False) + errmessage = "" + Document_Path = "" + CURRENT_HTML_DOC = "" + + 'Me.lblerror.Visible = False + _Indexe_Loaded = False + If LogErrorsOnly = False Then ClassLogger.Add(" >> In Load_Next_Document", False) + Try + If first = True Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> First Document", False) + aktivesDokument = Nothing + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> Following Document ", False) + docCounter += 1 + End If + Clear_all_Input() + 'Select Case navtype + ' Case "next" + ' Case "previous" + ' Case "first" + ' Case "last" + 'End Select + CURRENT_DOC_ID = Get_Next_GUID() + If LogErrorsOnly = False Then ClassLogger.Add(" >> Dokument-GUID: '" & CURRENT_DOC_ID.ToString & "'", False) + If CURRENT_DOC_ID > 0 Then + 'Beschriftung des Navigators + 'lblNavigator_anzDok.Text = position & " of " & Anzahl_ValDoks & " files" + If Document_Path <> String.Empty Then + ' >> >> >> >> >> >>##### Das Dokument in Bearbeitung nehmen ########################### + TBPM_PROFILE_FILESTableAdapter.CmdSETWORK(True, Environment.UserName, CURRENT_DOC_ID) + ' ############ Infos eintragen ################# + tsslblDocID.Text = "Document-ID: " & CURRENT_DOC_ID + txtDateipfad.Text = Document_Path + tstrlbl_Info.Text = "Datei " & docCounter.ToString & " von " & Anzahl_ValDoks.ToString + ClassLogger.Add(">> Validierung für Dokument '" & Document_Path & "' gestartet", False) + + Try + aktivesDokument = _windream.oSession.GetWMObjectByPath(WINDREAMLib.WMEntity.WMEntityDocument, Document_Path.Substring(2)) + Catch ex As Exception + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Fehler bei Erzeugen windream-Objekt - DokID: " & CURRENT_DOC_ID & " - ERROR: " & ex.Message, Environment.UserName) + ClassLogger.Add("Fehler bei Erzeugen windream-Objekt in (LoadNextDokument): " & ex.Message) + ClassLogger.Add("Error Number: " & Err.Number.ToString) + Dim _err1 As Boolean = False + 'Nochmaliger Versuch windream zu initialiseren + If Init_windream() = True Then + Try + aktivesDokument = _windream.oSession.GetWMObjectByPath(WINDREAMLib.WMEntity.WMEntityDocument, Document_Path.Substring(2)) + Catch ex1 As Exception + ClassLogger.Add("Fehler bei 2. Versuch windream-Objekt: " & ex1.Message) + _err1 = True + End Try + Else + errmessage = "Es besteht ein Problem beim Anmelden an windream - Bitte wenden Sie sich an Digital Data!" + _err1 = True + End If + If _err1 = True Then + frmError.ShowDialog() + Exit Sub + End If + + End Try + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Windream-Dokument geladen und gelockt", False) + errmessage = Windream_get_Doc_info() + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Windream-Dok Info geholt", False) + If errmessage = "" Then + Me.grpbxMailBody.Visible = False + Me.grpBetreff.Visible = False + + If Viewer = "uviewer" Then + pdfxchange = False + sumatra = False + If Document_Path.ToLower.EndsWith(".msg") Then + Show_Email() + Else + ShowFile_UniversalViewer(Document_Path) + End If + ElseIf Viewer = "docview" Then + PdfControls_visible(False) + If Document_Path.ToLower.EndsWith(".pdf") And vpdfviewer <> "none" Then + Select Case vpdfviewer + Case "internal" + PdfViewer1.LoadDocument(Document_Path) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Internal Viewer Path: " & Document_Path, False) + PdfControls_visible(True) + Me.Size = My.Settings.frmValidation_Size_PDFViewer + PdfViewer1.ZoomMode = PDFViewer_ZoomMode + pdfxchange = False + sumatra = False + Case "pdfxchange" + Open_PDFXCHANGE(Document_Path) + pdfxchange = True + sumatra = False + System.Threading.Thread.Sleep(1000) + Me.Size = My.Settings.frmValidatorSize + Case "sumatra" + Open_Sumatra(Document_Path) + sumatra = True + pdfxchange = False + System.Threading.Thread.Sleep(1000) + Me.Size = My.Settings.frmValidatorSize + Case "system" + sumatra = False + pdfxchange = False + Open_PDF_withStandard() + System.Threading.Thread.Sleep(1000) + Me.Size = My.Settings.frmValidatorSize + End Select + ElseIf Document_Path.ToLower.EndsWith(".msg") Then + Show_Email() + Else + Me.Size = My.Settings.frmValidatorSize + pdfxchange = False + sumatra = False + DocView = Nothing + DocView = CreateObject("WMPViewXNG.Viewer") + ' open the viewer + viewer_string = aktivesDokument.aPath.ToString + DocView.ViewFile(viewer_string) + End If + Else + PdfControls_visible(False) + Me.Size = My.Settings.frmValidatorSize + pdfxchange = False + sumatra = False + DocView = Nothing + DocView = CreateObject("WMPViewXNG.Viewer") + ' open the viewer + viewer_string = aktivesDokument.aPath.ToString + DocView.ViewFile(viewer_string) + End If + + If LogErrorsOnly = False Then ClassLogger.Add(" >> Viewer geladen", False) + + FillIndexValues() + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexmaske geladen", False) + If LogErrorsOnly = False Then ClassLogger.Add("", False) + + 'Nun im Vektoprindex loggen das das Profil geladen wurde + 'If PROFIL_VEKTORINDEX <> "" Then + ' Dim Profilstring = "DD-PM" & Delimiter & "Profil: '" & PROFIL_NAME & "'" & Delimiter & Environment.UserName & Delimiter & Now.ToString + ' If Indexiere_VektorfeldPM(Profilstring, PROFIL_VEKTORINDEX) = False Then + ' If LogErrorsOnly = False Then ClassLogger.Add(" >> Profilname erfolgreich in Vektorfeld PM geschrieben", False) + ' 'Else + ' ' My.Settings.errormessage = "Fehler beim finalen Indexieren:" & vbNewLine & idxerr_message + ' ' My.Settings.Save() + ' ' frmError.ShowDialog() + ' ' _error = True + ' End If + 'End If + 'Nun loggen das das Profil geladen wurde + If PROFIL_LOGINDEX <> "" Then + Dim Profilstring = "DD-PMlog" & Delimiter & "In Profil: '" & CURRENT_ProfilName & "' geladen" & Delimiter & Environment.UserName & Delimiter & Now.ToString + If Indexiere_VektorfeldPM(Profilstring, PROFIL_LOGINDEX) = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Profilname erfolgreich in Vektorfeld LOG geschrieben", False) + 'Else + ' My.Settings.errormessage = "Fehler beim finalen Indexieren:" & vbNewLine & idxerr_message + ' My.Settings.Save() + ' frmError.ShowDialog() + ' _error = True + End If + End If + activate_controls(True) + Else + My.Settings.errormessage = errmessage + frmError.ShowDialog() + End If + Else + My.Settings.errormessage = errmessage + frmError.ShowDialog() + End If + Else + If errmessage <> "" Then + My.Settings.errormessage = errmessage + frmError.ShowDialog() + Else + ClassLogger.Add(" >> Ende des Profils - Kein weiteres Dokument!", False) + ClassLogger.Add("", False) + MsgBox("Kein weiteres Dokument gefunden - Ende des Profils!" & vbNewLine & "Das Formular wird nun geschlossen.", MsgBoxStyle.Information, "Hinweis:") + activate_controls(True) + Me.Close() + End If + End If + + Catch ex As Exception + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Unvorhergesehener Fehler bei Load_Next_Document - DokID: " & CURRENT_DOC_ID & " - ERROR: " & ex.Message, Environment.UserName) + My.Settings.errormessage = "Unvorhergesehener Fehler bei Load_Next_Document:" & ex.Message + My.Settings.Save() + ClassLogger.Add("Unvorhergesehener Fehler in Load_Next_Document: " & ex.Message) + frmError.ShowDialog() + End Try + End Sub + Sub Show_Email() + Try + Me.grpBetreff.Dock = DockStyle.Top + Me.grpbxMailBody.Dock = DockStyle.Fill + Dim msg_email As New Msg.Message(Document_Path) + 'Eine tempfile generieren + Dim tempFilename = My.Computer.FileSystem.GetTempFileName() + Dim name = Path.GetFileNameWithoutExtension(tempFilename) + tempFilename = Path.Combine(Path.GetDirectoryName(tempFilename), name & ".html") + 'tempfile löschen + If My.Computer.FileSystem.FileExists(tempFilename) Then + My.Computer.FileSystem.DeleteFile(tempFilename) + End If + + Me.txtBetreff.Text = msg_email.Subject + 'Try + Dim wFile As System.IO.FileStream + Dim byteData() As Byte + byteData = msg_email.BodyHtml + + ' MsgBox(msg_email.InternetCodePage) + ' wFile = New FileStream(tempFilename, FileMode.Append) + ' wFile.Write(byteData, 0, byteData.Length) + ' wFile.Close() + 'Catch ex As IOException + ' MsgBox(ex.ToString) + 'End Try + + Dim vIn() As Byte = msg_email.BodyHtml + Dim vOut As String = System.Text.Encoding.UTF8.GetString(vIn) + File.WriteAllText(tempFilename, vOut, System.Text.Encoding.UTF8) + + CURRENT_HTML_DOC = tempFilename + Me.tslblWebbrowser.Text = CURRENT_HTML_DOC + WebBrowser.Navigate("file:///" & CURRENT_HTML_DOC) + SplitContainer1.Panel2Collapsed = False + Me.Size = My.Settings.frmValidation_Size_Email + Me.grpbxMailBody.Visible = True + Me.grpBetreff.Visible = True + Catch ex As Exception + My.Settings.errormessage = "Unvorhergesehener Fehler bei Show_Email:" & ex.Message + ClassLogger.Add("Unvorhergesehener Fehler in Show_Email: " & ex.Message) + My.Settings.Save() + frmError.ShowDialog() + End Try + End Sub + Sub activate_controls(status As Boolean) + Me.pnldesigner.Enabled = status + Me.btnSave.Enabled = status + End Sub + Private Function Windream_get_Doc_info() + Try + Dim DMSErstellt As String + 'If CultureInfo.CurrentUICulture.ThreeLetterISOLanguageName = "eng" Then + ' My.Settings.vIDX_DMS_ERSTELLT = "DMS Created" + ' dmsCreated = "DMS Created" + ' My.Settings.vIDX_DMS_ERSTELLT_Zeit = "DMS Created Time" + ' dmscreatedtime = "DMS Created Time" + ' My.Settings.Save() + 'Else + + 'End If + Try + DMSErstellt = aktivesDokument.GetVariableValue(IDX_DMS_ERSTELLT) + Catch ex As Exception + If ex.Message.Contains("Variable: " & IDX_DMS_ERSTELLT & " not found!") Then + ClassLogger.Add("1. Ausnahme in Windream_get_Doc_info: Variable: " & IDX_DMS_ERSTELLT & " not found", True) + ClassLogger.Add("1. Ausnahme-Fehler: " & ex.Message, False) + If IDX_DMS_ERSTELLT = "DMS Created" Then + SaveMySettingsValue("IDX_DMS_ERSTELLT", "DMS erstellt") + IDX_DMS_ERSTELLT = "DMS erstellt" + IDX_DMS_ERSTELLT_ZEIT = "DMS erstellt (Zeit)" + SaveMySettingsValue("IDX_DMS_ERSTELLT_ZEIT", "DMS erstellt (Zeit)") + Else + IDX_DMS_ERSTELLT = "DMS Created" + SaveMySettingsValue("IDX_DMS_ERSTELLT", "DMS Created") + IDX_DMS_ERSTELLT_ZEIT = "DMS Created Time" + SaveMySettingsValue("IDX_DMS_ERSTELLT_ZEIT", "DMS erstellt Time") + End If + + DMSErstellt = aktivesDokument.GetVariableValue(IDX_DMS_ERSTELLT) + Else + ClassLogger.Add("Fehler in Windream_get_Doc_info 1: " & ex.Message) + Return "Fehler in Windream_get_Doc_info 1: " & ex.Message + End If + End Try + + If LogErrorsOnly = False Then ClassLogger.Add(" >> DMS-Erstellt aus WD: " & DMSErstellt, False) + Dim DMSErstelltZeit As String + Try + DMSErstelltZeit = aktivesDokument.GetVariableValue(IDX_DMS_ERSTELLT_ZEIT) + Catch ex As Exception + If ex.Message.Contains("Variable: " & IDX_DMS_ERSTELLT_ZEIT & " not found!") Then + ClassLogger.Add("1. Ausnahme in Windream_get_Doc_info: Variable: " & IDX_DMS_ERSTELLT_ZEIT & " not found", True) + If IDX_DMS_ERSTELLT = "DMS Created" Then + IDX_DMS_ERSTELLT_ZEIT = "DMS erstellt (Zeit)" + SaveMySettingsValue("IDX_DMS_ERSTELLT_ZEIT", "DMS erstellt (Zeit)") + Else + IDX_DMS_ERSTELLT = "DMS Created" + SaveMySettingsValue("IDX_DMS_ERSTELLT", "DMS Created") + IDX_DMS_ERSTELLT_ZEIT = "DMS Created Time" + SaveMySettingsValue("IDX_DMS_ERSTELLT_ZEIT", "DMS Created Time") + End If + + DMSErstelltZeit = aktivesDokument.GetVariableValue(IDX_DMS_ERSTELLT_ZEIT) + Else + ClassLogger.Add("Fehler in Windream_get_Doc_info 3: " & ex.Message) + Return "Fehler in Windream_get_Doc_info 3: " & ex.Message + End If + End Try + + If LogErrorsOnly = False Then ClassLogger.Add(" >> DMSErstelltZeit aus WD: " & DMSErstelltZeit, False) + + If DMSErstelltZeit.Length > 11 Then + txtErstellt.Text = DMSErstellt & " " & DMSErstelltZeit.Substring(10) + Else + txtErstellt.Text = DMSErstellt & " " & DMSErstelltZeit + End If + + Return "" + Catch ex As Exception + ClassLogger.Add("Fehler in Windream_get_Doc_info (GENERELL): " & ex.Message) + Return "Fehler in Windream_get_Doc_info (GENERELL): " & ex.Message + End Try + + End Function + Private Function ReturnVektor_IndexValue(VKTBezeichner As String) + Try + Dim value + Dim name = VKTBezeichner.Replace("[%VKT", "") + Dim Sort_Arr() As String + Dim i As Integer = 0 + 'Jetzt im Vektorfeld des Profils nachsehen ob der WErt bereits vorhanden ist + Dim wertWD = aktivesDokument.GetVariableValue(PROFIL_VEKTORINDEX) + If wertWD Is Nothing = False Then + 'Es wird gegen ein Vektorfeld nachindexiert + If wertWD.GetType.ToString.Contains("System.Object") Then + 'es handelt sich um ein Vektorfeld - Zuweisen der Indexwerte des Vektorfeldes zu Array + For Each obj As Object In wertWD + If obj Is Nothing = False Then + ReDim Preserve Sort_Arr(i) + Sort_Arr(i) = obj.ToString() + i += 1 + End If + Next + 'Das Ergebnis-Array nun Rückwärts sortieren, um die letzte Änderung zu finden + For Each _string As Object In Sort_Arr.Reverse() + Dim DDPM_String As String = _string.ToString() + ' + Dim VektorArray() = Split(DDPM_String, Delimiter) + If VektorArray(1).ToString.ToLower = name.ToLower Then + value = VektorArray(2) + Exit For + End If + + Next + + End If + End If + If value Is Nothing Then value = "" + Return value + Catch ex As Exception + MsgBox("Fehler in ReturnVektor_IndexValue: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) + ClassLogger.Add("Fehler in ReturnVektor_IndexValue: " & ex.Message) + Return "" + End Try + + + + + End Function + Sub FillIndexValues() + Dim controltype As String + Dim indexname As String + Dim resultvalue + Try + If DD_DMSLiteDataSet.VWPM_CONTROL_INDEX.Rows.Count > 0 Then + For Each inctrl As Control In Me.pnldesigner.Controls + Dim CONTROL_ID = inctrl.Tag + Dim controlRow = (From form In DD_DMSLiteDataSet.VWPM_CONTROL_INDEX.AsEnumerable() + Select form + Where form.Item("GUID") = CONTROL_ID).Single() + + Dim Type As String = inctrl.GetType.ToString + Dim Typ As String = controlRow.Item("CTRL_TYPE") + Dim idxname As String = controlRow.Item("INDEX_NAME") + indexname = idxname + Dim LoadIDX As Boolean = controlRow.Item("LOAD_IDX_VALUE") + If LogErrorsOnly = False Then ClassLogger.Add(" >> INDEX: " & idxname & " - CONTROLNAME: " & inctrl.Name & " - LOAD IDXVALUES: " & LoadIDX.ToString, False) + + + Select Case Type + Case "System.Windows.Forms.TextBox" + Try + controltype = "Textbox" + If idxname = "" Then + MsgBox("Achtung fehlerhafte Konfiguration:" & vbNewLine & "Für das Control " & inctrl.Name & " wurde KEIN INDEX hinterlegt!" & vbNewLine & "Bitte prüfen Sie den Formulardesigner!", MsgBoxStyle.Critical) + Exit For + End If + If idxname Is Nothing = False Then + If LoadIDX = False Or idxname = "DD PM-ONLY FOR DISPLAY" Then + inctrl.Text = "" + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexwert soll nicht geladen werden.", False) + Exit Select + End If + Dim wertWD + + If idxname.StartsWith("[%VKT") And PROFIL_VEKTORINDEX <> "" Then + wertWD = ReturnVektor_IndexValue(idxname) + Else + wertWD = aktivesDokument.GetVariableValue(idxname) + If wertWD Is Nothing Then + wertWD = "" + Else + If wertWD.ToString = "System.Object[]" Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> TextBox with VektorField: " & idxname, False) + If wertWD.length = 1 Then + wertWD = wertWD(0) + Else ' + ClassLogger.Add(" >> Vectorfield " & idxname & "' contains more then one value - First value will be used", False) + wertWD = wertWD(0) + End If + End If + End If + + End If + + If wertWD Is Nothing = False Then + inctrl.Text = wertWD.ToString + Else + inctrl.Text = "" + End If + End If + Catch ex As Exception + My.Settings.errormessage = "Unvorhergesehener Fehler bei FillIndexValues TextBox:" & vbNewLine & ex.Message & vbNewLine & "Check Logfile" + My.Settings.Save() + frmError.ShowDialog() + ClassLogger.Add(">> Unvorhergesehener Fehler bei FillIndexValuesTextBox: " & ex.Message, True) + ClassLogger.Add(">> Controltype: " & controltype, False) + ClassLogger.Add(">> Indexname windream: " & indexname, False) + Exit Sub + End Try + + Case "System.Windows.Forms.ComboBox" + controltype = "ComboBox" + Dim cmb As ComboBox = inctrl + If idxname = "" Then + MsgBox("Achtung fehlerhafte Konfiguration:" & vbNewLine & "Für das Control " & inctrl.Name & " wurde KEIN INDEX hinterlegt!" & vbNewLine & "Bitte prüfen Sie den Formulardesigner!", MsgBoxStyle.Critical) + Exit For + End If + If idxname Is Nothing = False Then + If LoadIDX = False Then + cmb.SelectedIndex = -1 + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexwert soll nicht geladen werden.", False) + Exit Select + End If + Dim wertWD + If idxname.StartsWith("[%VKT") And PROFIL_VEKTORINDEX <> "" Then + wertWD = ReturnVektor_IndexValue(idxname) + Else + wertWD = aktivesDokument.GetVariableValue(idxname) + End If + If wertWD Is Nothing Then + cmb.SelectedIndex = -1 + Else + cmb.SelectedIndex = cmb.FindStringExact(wertWD) + End If + End If + Case "System.Windows.Forms.DataGridView" + controltype = "DataGridView" + Dim dgv As DataGridView = inctrl + If idxname = "" Then + MsgBox("Achtung fehlerhafte Konfiguration:" & vbNewLine & "Für das Control " & inctrl.Name & " wurde KEIN INDEX hinterlegt!" & vbNewLine & "Bitte prüfen Sie den Formulardesigner!", MsgBoxStyle.Critical) + Exit For + End If + If idxname Is Nothing = False Then + If LoadIDX = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexwert soll nicht geladen werden.", False) + Exit Select + End If + + Dim wertWD = aktivesDokument.GetVariableValue(idxname) + + If wertWD Is Nothing = False Then + 'Es wird gegen ein Vektorfeld nachindexiert + If wertWD.GetType.ToString.Contains("System.Object") Then + Select Case Typ + 'Tabellendarstellung + Case "TABLE" + Dim dt As DataTable = ClassDatabase.Return_Datatable("SELECT * FROM TBPM_CONTROL_TABLE WHERE CONTROL_ID = " & CONTROL_ID) + Dim SpaltenWerte As String() + If dt.Rows.Count > 1 Then + For Each Zeile As Object In wertWD + SpaltenWerte = Split(Zeile, Delimiter) + Select Case dt.Rows.Count + Case 2 + If SpaltenWerte.Length = 2 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1)}) + Else + dgv.Rows.Add(New String() {SpaltenWerte(0), ""}) + End If + Case 3 + If SpaltenWerte.Length = 3 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1), SpaltenWerte(2)}) + ElseIf SpaltenWerte.Length = 2 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1), ""}) + Else + dgv.Rows.Add(New String() {SpaltenWerte(0), "", ""}) + End If + Case 4 + If SpaltenWerte.Length = 4 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1), SpaltenWerte(2), SpaltenWerte(3)}) + ElseIf SpaltenWerte.Length = 3 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1), SpaltenWerte(2), ""}) + ElseIf SpaltenWerte.Length = 2 Then + dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1), "", ""}) + Else + dgv.Rows.Add(New String() {SpaltenWerte(0), "", "", ""}) + End If + + End Select + Next + End If + + Case Else + 'es handelt sich um ein einfaches Vektorfeld mit einem Wert + For Each obj As Object In wertWD + If obj Is Nothing = False Then + dgv.Rows.Add(New String() {obj.ToString}) + End If + + Next + End Select + + + End If + End If + End If + + Case "System.Windows.Forms.CheckBox" + controltype = "CheckBox" + If idxname = "" Then + MsgBox("Achtung fehlerhafte Konfiguration:" & vbNewLine & "Für das Control " & inctrl.Name & " wurde KEIN INDEX hinterlegt!" & vbNewLine & "Bitte prüfen Sie den Formulardesigner!", MsgBoxStyle.Critical) + Exit For + End If + If idxname Is Nothing = False Then + + If LoadIDX = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexwert soll nicht geladen werden.", False) + Exit Select + End If + + Dim chk As CheckBox = inctrl + + Dim wertWD + If idxname.StartsWith("[%VKT") And PROFIL_VEKTORINDEX <> "" Then + wertWD = ReturnVektor_IndexValue(idxname) + Else + wertWD = aktivesDokument.GetVariableValue(idxname) + End If + + If wertWD Is Nothing Then + ClassLogger.Add(">> Zurückgegebener Wert des Wertes für Checkbox mit Indexname '" & indexname & "' ist nothing. Check defaultvalue", False) + chk.Checked = False + Else + If wertWD.ToString = "" Then + chk.Checked = False + Else + Dim _value + If wertWD.ToString = "System.Object[]" Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> CheckBoxValue with VektorField: " & idxname, False) + If wertWD.length = 1 Then + _value = wertWD(0) + Else ' + ClassLogger.Add(" >> Vectorfield " & idxname & "' contains more then one value - First value will be used", False) + _value = wertWD(0) + End If + Else + _value = wertWD + End If + Try + Select Case CBool(_value) + Case True + chk.Checked = True + Case False + chk.Checked = False + Case Else + chk.Checked = False + End Select + Catch ex As Exception + ClassLogger.Add(">> Unvorhergesehener Fehler bei CBool(wertWD) - CheckBox: " & ex.Message & vbNewLine & "Wert WD: " & wertWD.ToString, True) + chk.Checked = False + End Try + End If + End If + + End If + Case "System.Windows.Forms.DateTimePicker" + controltype = "DateTimePicker" + Dim DTP As DateTimePicker = inctrl + If idxname = "" Then + MsgBox("Achtung fehlerhafte Konfiguration:" & vbNewLine & "Für das Control " & inctrl.Name & " wurde KEIN INDEX hinterlegt!" & vbNewLine & "Bitte prüfen Sie den Formulardesigner!", MsgBoxStyle.Critical) + Exit For + End If + If idxname Is Nothing = False Then + Dim wertWD + Try + If idxname.StartsWith("[%VKT") And PROFIL_VEKTORINDEX <> "" Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> DATE über PM-Vektor holen", False) + wertWD = ReturnVektor_IndexValue(idxname) + ClassLogger.Add(">> DTP is """, False) + Else + wertWD = aktivesDokument.GetVariableValue(idxname) + End If + + If wertWD Is Nothing Then wertWD = "" + Dim tempdate As Date = CDate("01.01.0001 00:00:00") + If wertWD.ToString.Length > 0 Then + Try + tempdate = CDate(wertWD) + If LogErrorsOnly = False Then ClassLogger.Add(" >> DATE konnte umgewandelt werden", False) + Catch ex As Exception + ValueDTP = tempdate + If LogErrorsOnly = False Then ClassLogger.Add(" >> DATE wurde auf heute gesetzt", False) + End Try + DTP.Text = tempdate + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> DATE ist leer", False) + ValueDTP = tempdate + DTP.Text = tempdate + End If + + + + Catch ex As Exception + My.Settings.errormessage = "Unvorhergesehener Fehler bei DTP: " & vbNewLine & ex.Message + + ClassLogger.Add(">> Unvorhergesehener Fehler bei FillIndex DTP: " & ex.Message & vbNewLine & "Wert WD: " & wertWD.ToString & vbNewLine & "Indexname: " & idxname, True) + frmError.ShowDialog() + ClassLogger.Add(">> Unvorhergesehener Fehler bei FillIndex DTP: " & ex.Message, True) + End Try + + + + + End If + 'Case Else + ' MsgBox(Type) + End Select + Next + set_foreground() + If first_control Is Nothing = False Then first_control.Focus() + 'Flag setzen das Indexe geladen sind + _Indexe_Loaded = True + Else + MsgBox("Für dieses Profil wurde noch keine Eingabemaske definiert!" & vbNewLine & "Informieren Sie Ihren PM-Administrator!" & vbNewLine & "Das Fenster wird geschlossen!", MsgBoxStyle.Exclamation, "Achtung:") + Me.Close() + End If + + Catch ex As Exception + My.Settings.errormessage = "Unvorhergesehener Fehler bei FillIndexValues:" & vbNewLine & ex.Message & vbNewLine & "Check Logfile" + My.Settings.Save() + frmError.ShowDialog() + ClassLogger.Add(">> Unvorhergesehener Fehler bei FillIndexValues: " & ex.Message, True) + ClassLogger.Add(">> Controltype: " & controltype, False) + ClassLogger.Add(">> Indexname windream: " & indexname, False) + + + End Try + + + End Sub + Private Sub frmValidation_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown + Refresh_FileList() + Load_Next_Document(True) + End Sub + Private Sub btnSave_Click(sender As System.Object, e As System.EventArgs) Handles btnSave.Click + btnSave.Enabled = False + Abschluss() + btnSave.Enabled = True + End Sub + Sub CloseWDDocview() + Try + If Viewer = "docview" Then + If aktivesDokument.aPath.EndsWith("pdf") = False Or vpdfviewer = "none" Then + If DocView Is Nothing = False Then + DocView.CloseView(aktivesDokument.aPath, 0) + End If + Else + If DocView Is Nothing = False Then + DocView.CloseView(aktivesDokument.aPath, 0) + End If + End If + End If + Catch ex As Exception + ClassLogger.Add(" ### FEHLER in CloseDocView") + ClassLogger.Add("### " & ex.Message & " ###") + End Try + + End Sub + Sub Abschluss() + btnSave.Enabled = False + If LogErrorsOnly = False Then ClassLogger.Add(" >> Abschluss für Dok: " & aktivesDokument.aName & " gestartet", False) + 'Eingaben auf Form überprüfen + If Check_UpdateIndexe() = False Then + 'lblerror.Visible = False + Try + Dim _error As Boolean = False + Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXING, CURRENT_ProfilName) + Dim dtfinal As DataTable = DD_DMSLiteDataSet.TBPM_PROFILE_FINAL_INDEXING + If dtfinal.Rows.Count > 0 Then + 'Jetzt finale Indexe setzen + If LogErrorsOnly = False Then ClassLogger.Add(" >> Finale(r) Index(e) für Dok: " & aktivesDokument.aName & " soll gesetzt werden", False) + For Each dr As DataRow In dtfinal.Rows + Dim value As String = dr.Item("VALUE").ToString + If value.ToUpper = "SQL-Command".ToUpper Then '###### Indexierung mit variablen SQL ### + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexierung mit dynamischem SQL!", False) + Dim SQL_COMMAND = dr.Item("SQL_COMMAND") + ' Regulären Ausdruck zum Auslesen der Indexe definieren + Dim preg As String = "\[%{1}[a-zA-Z0-9\!\$\&\/\(\)\=\?\,\.\-\;\:_öÖüÜäÄ\#\'\+\*\~\{\}\@\€\<\>\ ]+]{1}" + ' einen Regulären Ausdruck laden + Dim regulärerAusdruck As System.Text.RegularExpressions.Regex = New System.Text.RegularExpressions.Regex(preg) + ' die Vorkommen im SQL-String auslesen + Dim elemente As System.Text.RegularExpressions.MatchCollection = regulärerAusdruck.Matches(SQL_COMMAND) + '#### + ' alle Vorkommen innerhalbd er Namenkonvention durchlaufen + For Each element As System.Text.RegularExpressions.Match In elemente + Try + If LogErrorsOnly = False Then ClassLogger.Add(" >> element in RegeX: " & element.Value, False) + Dim WDINDEXNAME = element.Value.Substring(2, element.Value.Length - 3) + Dim wertWD = aktivesDokument.GetVariableValue(WDINDEXNAME) + If Not IsNothing(wertWD) Then + SQL_COMMAND = SQL_COMMAND.ToString.Replace(element.Value, wertWD) + Else + ClassLogger.Add(">> Achtung Indexwert ist nothing!", False) + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Checking control values for Variable SQL Result - ERROR: " & ex.Message) + End Try + Next + Dim dynamic_value = ClassDatabase.Execute_Scalar(SQL_COMMAND, MyConnectionString, True) + If Not IsNothing(dynamic_value) Then + value = dynamic_value + End If + Else + If value.StartsWith("v") Then + Select Case dr.Item("VALUE").ToString + Case "vDate" + value = Now.ToShortDateString + Case "vUserName" + value = Environment.UserName + Case Else + value = dr.Item("VALUE") + End Select + End If + End If + + Dim result() As String + ReDim Preserve result(0) + result(0) = value + + If dr.Item("INDEXNAME").ToString.StartsWith("[%VKT") Then + Dim PM_String = Return_PM_VEKTOR(value, dr.Item("INDEXNAME")) + 'Hier muss nun separat als Vektorfeld indexiert werden + If Indexiere_VektorfeldPM(PM_String, PROFIL_VEKTORINDEX) = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> FINALER INDEX '" & dr.Item("INDEXNAME").ToString.Replace("[%VKT", "") & "' WURDE ERFOLGREICH GESETZT", False) + Else + My.Settings.errormessage = "Fehler beim finalen Indexieren:" & vbNewLine & idxerr_message + My.Settings.Save() + frmError.ShowDialog() + _error = True + End If + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> Jetzt das indexieren", False) + If Indexiere_File(aktivesDokument, dr.Item("INDEXNAME"), result) = True Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> FINALER INDEX '" & dr.Item("INDEXNAME") & "' WURDE ERFOLGREICH GESETZT", False) + If LogErrorsOnly = False Then ClassLogger.Add("") + 'Nun das Logging + If PROFIL_LOGINDEX <> "" Then + Dim logstr = Return_LOGString(value, "DDFINALINDEX", dr.Item("INDEXNAME")) + Indexiere_VektorfeldPM(logstr, PROFIL_LOGINDEX) + End If + + Else + My.Settings.errormessage = "Fehler beim finalen Indexieren:" & vbNewLine & idxerr_message + My.Settings.Save() + frmError.ShowDialog() + _error = True + End If + End If + If _error = True Then + Exit For + End If + Next + End If + 'Wenn kein Fehler nach der finalen Indexierung gesetzt wurde + If _error = False Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Tabelle updaten und co", False) + 'Das Dokument freigeben und als editiert markieren + Dim sql = String.Format("UPDATE TBPM_PROFILE_FILES SET IN_WORK = 0, WORK_USER = '{0}', EDIT = 1 WHERE GUID = {1}", Environment.UserName, CURRENT_DOC_ID) + ClassDatabase.Execute_non_Query(sql) + 'TBPM_PROFILE_FILESTableAdapter.CmdSETWORK(False, "", Document_ID) + ''Das Dokument + 'TBPM_PROFILE_FILESTableAdapter.CmdSetEdit(Document_ID) + + Close_document_viewer() + + + 'wenn Move2Folder aktiviert wurde + If Move2Folder <> "" Then + idxerr_message = allgFunk.Move2Folder(Document_Path, Move2Folder, CURRENT_ProfilGUID) + If idxerr_message <> "" Then + My.Settings.errormessage = "Fehler bei Move2Folder:" & vbNewLine & idxerr_message + My.Settings.Save() + frmError.ShowDialog() + _error = True + End If + End If + 'Validierungsfile löschen wenn vorhanden + allgFunk.Delete_xffres(Document_Path) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Delete_xffres ausgeführt", False) + If LogErrorsOnly = False Then ClassLogger.Add(" >> All Input clear", False) + Anzahl_validierte_Dok += 1 + 'tstrlbl_Info.Text = "Anzahl Dateien: " & TBPM_PROFILE_FILESTableAdapter.cmdGet_Anzahl(PROFIL_ID) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Anzahl hochgesetzt", False) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Validierung erfolgreich abgeschlossen", False) + ClassLogger.Add("", False) + + 'Das nächste Dokument laden + Load_Next_Document(False) + + set_foreground() + If first_control Is Nothing = False Then first_control.Focus() + End If + + Catch ex As Exception + My.Settings.errormessage = "Unvorhergesehener Fehler bei Abschluss:" & ex.Message + My.Settings.Save() + frmError.ShowDialog() + ClassLogger.Add(">> Unvorhergesehener Fehler bei Abschluss: " & ex.Message, True) + End Try + Else + 'lblerror.Visible = True + 'lblerror.Text = errmessage + My.Settings.errormessage = errmessage + frmError.ShowDialog() + End If + btnSave.Enabled = True + End Sub + Function Check_Missing(control As Control, typ As String) + Select Case typ + Case "txt" + If control.Text = String.Empty Then + Return True + End If + Return False + End Select + End Function + Function Return_PM_VEKTOR(input As String, VKTBezeichner As String) + Dim PM_String As String + Try + Dim Bezeichner As String = VKTBezeichner.Replace("[%VKT", "") + PM_String = "DD-PM" & Delimiter & Bezeichner & Delimiter & input & Delimiter & Environment.UserName & Delimiter & Now.ToString + Catch ex As Exception + ClassLogger.Add(">> Fehler in Return_PM_VEKTOR: " & ex.Message, True) + PM_String = "DD-PM ERROR: " & ex.Message + End Try + Return PM_String + + End Function + Function Return_LOGString(input As String, old As String, indexname As String) + Dim PM_String As String + Try + If old = "DDFINALINDEX" Then + PM_String = "DD-PMlog-FINAL" & Delimiter & indexname & Delimiter & input & Delimiter & Environment.UserName & Delimiter & Now.ToString + Else + PM_String = "DD-PMlog-CHG" & Delimiter & indexname & Delimiter & "NEW: '" & input & "' - OLD: '" & old & "'" & Delimiter & Environment.UserName & Delimiter & Now.ToString + End If + + Catch ex As Exception + ClassLogger.Add(">> Fehler in Return_LOGString: " & ex.Message, True) + PM_String = "DD-PM ERROR: " & ex.Message + End Try + Return PM_String + + End Function + Private Function Indexiere_VektorfeldPM(input As String, NameVKTIndex As String) + + Dim missing As Boolean = False + Dim Anzahl As Integer = 0 + Dim myInputArr As String() + 'Jeden Wert des Vektorfeldes durchlaufen + Dim wertWD = aktivesDokument.GetVariableValue(NameVKTIndex) + If wertWD Is Nothing = False Then + 'Es wird gegen ein Vektorfeld nachindexiert + If wertWD.GetType.ToString.Contains("System.Object") Then + 'es handelt sich um ein Vektorfeld - Zuweisen der Indexwerte des Vektorfeldes zu Array + For Each obj As Object In wertWD + If obj Is Nothing = False Then + 'Das Array anpassen + ReDim Preserve myInputArr(Anzahl) + 'Den Wert im Array speichern + myInputArr(Anzahl) = obj.ToString + Anzahl += 1 + End If + Next + End If + 'Das Array anpassen + ReDim Preserve myInputArr(Anzahl) + 'und den letzten Wert übergeben + myInputArr(Anzahl) = input + Else + 'Das Array anpassen + ReDim Preserve myInputArr(Anzahl) + 'und den letzten Wert übergeben + myInputArr(Anzahl) = input + End If + + If myInputArr.Length > 0 Then + 'Jetzt die Datei indexieren + If Indexiere_File(aktivesDokument, NameVKTIndex, myInputArr) = False Then + missing = True + errmessage = "Fehler beim Indexieren Vektorfeld '" & NameVKTIndex & "' - ERROR: " & idxerr_message + End If + End If + + Return missing + End Function + Function Check_UpdateIndexe() + Try + Dim dt As DataTable = DD_DMSLiteDataSet.VWPM_CONTROL_INDEX + Dim missing As Boolean = False + 'Jedes Control auf panel durchlaufen + For Each inctrl As Control In Me.pnldesigner.Controls + 'Der input der Box,Cmb muss jedes mal geleert werden + Dim input As String = "" + 'Jedes Control in Konfig Tab durchlaufn + For Each dr As DataRow In dt.Rows + If dr.Item("CTRL_TYPE") = "LBL" Then + Continue For + End If + 'Den Indexnamen auslesen + Dim _IDXName As String = dr.Item("INDEX_NAME") + Dim _MUSSEINGABE As Boolean = CBool(dr.Item("VALIDATION")) + Dim _READ_ONLY As Boolean = CBool(dr.Item("READ_ONLY")) + Dim Typ As String = dr.Item("CTRL_TYPE") + Dim CONTROL_ID As String = dr.Item("GUID") + Dim ctrl = dr.Item("CTRL_NAME") + 'Nur wenn der Name der Zeile entspricht und der Index READ_ONLY FALSE ist + If dr.Item("CTRL_NAME") = inctrl.Name And (_READ_ONLY = False Or dr.Item("SQL_UEBERPRUEFUNG") <> "") And _IDXName <> "DD PM-ONLY FOR DISPLAY" Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexierung für Control (" & CONTROL_ID & ") '" & ctrl & "' gestartet. Indexname '" & _IDXName & "'", False) + If _IDXName = "" Then + ClassLogger.Add(" >> Indexname is unexpected empty.", False) + Continue For + End If + Dim Type As String = inctrl.GetType.ToString + Select Case Type + Case "System.Windows.Forms.TextBox" + Try + 'Als erstes überprüfen ob überhaupt etwas eingetragen worden ist + If Check_Missing(inctrl, "txt") = True And _MUSSEINGABE = True Then 'NICHTS EINGETRAGEN + missing = True + errmessage = "Missing input in textbox '" & inctrl.Name & "'" + inctrl.BackColor = Color.Red + Exit For + Else + input = inctrl.Text + 'den aktuellen Wert in windream auslesen + Dim wertWD + + If _IDXName.StartsWith("[%VKT") Then + wertWD = ReturnVektor_IndexValue(_IDXName) + Else + wertWD = aktivesDokument.GetVariableValue(_IDXName) + If Not IsNothing(wertWD) Then + If wertWD.ToString = "System.Object[]" Then + If wertWD.Length = 1 Then + wertWD = wertWD(0) + Else ' + ClassLogger.Add(" >> Vectorfield " & _IDXName & "' contains more then one value - First value will be used", False) + wertWD = wertWD(0) + End If + End If + Else + wertWD = "" + End If + End If + 'wenn Wert in Windream <> der Eingabe darf indexiert werden + If IsNothing(wertWD) Or wertWD <> input Then + 'Wenn der Wert in ein Vektorfeld geschrieben wird + If _IDXName.StartsWith("[%VKT") Then + input = Return_PM_VEKTOR(input, _IDXName) + 'Hier muss nun separat als Vektorfeld indexiert werden + If Indexiere_VektorfeldPM(input, PROFIL_VEKTORINDEX) = True Then + missing = True + errmessage = "Fehler beim Indexieren Textbox als VEKTOR - ERROR: " & idxerr_message + Exit For + End If + Else + Dim result() As String + ReDim Preserve result(0) + result(0) = input + If Indexiere_File(aktivesDokument, _IDXName, result) = False Then + missing = True + errmessage = "Fehler beim Indexieren Textbox - ERROR: " & idxerr_message + Exit For + Else + 'Nun das Logging + If PROFIL_LOGINDEX <> "" Then + input = Return_LOGString(input, wertWD, _IDXName) + Indexiere_VektorfeldPM(input, PROFIL_LOGINDEX) + End If + End If + End If + + + + End If + End If + Catch ex As Exception + Dim st As New StackTrace(True) + st = New StackTrace(ex, True) + MsgBox("Unvorhergesehener Fehler in Check_UpdateIndexe TextBox: " & vbNewLine & ex.Message & vbNewLine & "Line: " & st.GetFrame(0).GetFileLineNumber().ToString, MsgBoxStyle.Critical, "Error:") + ClassLogger.Add("Unvorhergesehener Fehler in Check_UpdateIndexe:" & ex.Message & " - Line: " & st.GetFrame(0).GetFileLineNumber().ToString, True) + Return True + End Try + + Case "System.Windows.Forms.ComboBox" + Dim cmb As ComboBox = inctrl + 'Wenn kein Wert ausgewählt wurde und der Index aber gesetzt werden muss + If cmb.SelectedIndex = -1 And _MUSSEINGABE = True Then + missing = True + errmessage = "Please Choose an entry out of ComboBox '" & cmb.Name & "'" + Exit For + ElseIf cmb.SelectedIndex <> -1 Then + input = cmb.Text + Dim wertWD As String + 'den aktuellen Wert in windream auslesen + If _IDXName.StartsWith("[%VKT") Then + wertWD = ReturnVektor_IndexValue(_IDXName) + Else + wertWD = aktivesDokument.GetVariableValue(_IDXName) + End If + + 'wenn Wert in Windream <> der Eingabe darf indexiert werden + If wertWD <> input Then + 'Wenn der Wert in ein Vektorfeld geschrieben wird + If _IDXName.StartsWith("[%VKT") Then + input = Return_PM_VEKTOR(input, _IDXName) + 'Hier muss nun separat als Vektorfeld indexiert werden + If Indexiere_VektorfeldPM(input, PROFIL_VEKTORINDEX) = True Then + missing = True + errmessage = "Fehler beim Indexieren Combobox als VEKTOR - ERROR: " & idxerr_message + Exit For + End If + Else + Dim result() As String + ReDim Preserve result(0) + result(0) = input + If Indexiere_File(aktivesDokument, _IDXName, result) = False Then + cmb.DroppedDown = True + missing = True + errmessage = "Fehler beim Indexieren Combobox - ERROR: " & idxerr_message + Exit For + Else + 'Nun das Logging + If PROFIL_LOGINDEX <> "" Then + input = Return_LOGString(input, wertWD, _IDXName) + Indexiere_VektorfeldPM(input, PROFIL_LOGINDEX) + End If + End If + End If + End If + End If + Case "System.Windows.Forms.DateTimePicker" + Dim dtp As DateTimePicker = inctrl + 'Wenn kein Wert ausgewählt wurde und der Index aber gesetzt werden muss + If _MUSSEINGABE = True And dtp.Value.ToString = String.Empty Then + missing = True + errmessage = "Please Choose DateValue for field'" & dtp.Name & "'" + Exit For + ElseIf dtp.Value.ToString <> "01.01.0001 00:00:00" Then + input = CDate(dtp.Value) + 'den aktuellen Wert in windream auslesen + ' Dim wertWD As String = aktivesDokument.GetVariableValue(_IDXName) + Dim wertWD As String + If _IDXName.StartsWith("[%VKT") Then + wertWD = ReturnVektor_IndexValue(_IDXName) + Else + wertWD = aktivesDokument.GetVariableValue(_IDXName) + End If + If IsNothing(wertWD) Then + wertWD = CDate("01.01.1900") + End If + 'wenn Wert in Windream <> der Eingabe darf indexiert werden + If wertWD <> input Then + 'Wenn der WErt in ein Vektorfeld geschrieben wird + If _IDXName.StartsWith("[%VKT") Then + 'Input = die String komponente als String + input = Return_PM_VEKTOR(input, _IDXName) + 'Hier muss nun separat als Vektorfeld indexiert werden + If Indexiere_VektorfeldPM(input, PROFIL_VEKTORINDEX) = True Then + missing = True + errmessage = "Fehler beim Indexieren DatePicker als VEKTOR - ERROR: " & idxerr_message + Exit For + End If + Else + Dim result() + ReDim Preserve result(0) + result(0) = CDate(input) + 'MsgBox(_IDXName) + If Indexiere_File(aktivesDokument, _IDXName, result) = False Then + missing = True + errmessage = "Fehler beim Indexieren DatePicker- ERROR: " & idxerr_message + Exit For + Else + 'Nun das Logging + If PROFIL_LOGINDEX <> "" Then + input = Return_LOGString(input, wertWD, _IDXName) + Indexiere_VektorfeldPM(input, PROFIL_LOGINDEX) + End If + End If + End If + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> Value WD ('" & wertWD.ToString & "') = Input-value ('" & input.ToString & "')", False) + + End If + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> DateValue is 01.01.0001 00:00:00", False) + End If + Case "System.Windows.Forms.CheckBox" + Dim chk As CheckBox = inctrl + input = chk.Checked.ToString + 'den aktuellen Wert in windream auslesen + Dim WertWD As String + Dim Bool_WD As Boolean + If _IDXName.StartsWith("[%VKT") Then + WertWD = ReturnVektor_IndexValue(_IDXName) + If WertWD = "" Then + Bool_WD = False + Else + Bool_WD = CBool(WertWD) + End If + Else + Dim _Value + Dim ValueWD = aktivesDokument.GetVariableValue(_IDXName) + If IsNothing(ValueWD) Then + Bool_WD = False + Else + If ValueWD.ToString = "System.Object[]" Then + If ValueWD.Length = 1 Then + _Value = ValueWD(0) + Else ' + ClassLogger.Add(" >> Vectorfield " & _IDXName & "' contains more then one value - First value will be used", False) + _Value = ValueWD(0) + End If + Else + _Value = ValueWD + End If + Bool_WD = CBool(_Value) + End If + + End If + + ' Dim Bool_WD = CBool(aktivesDokument.GetVariableValue(_IDXName)) + 'wenn Wert in Windream <> der Eingabe darf indexiert werden + If Bool_WD <> chk.Checked Then + Dim result() As String + ReDim Preserve result(0) + If chk.Checked Then + result(0) = 1 + Else + result(0) = 0 + End If + + If _IDXName.StartsWith("[%VKT") Then + 'Input = die String komponente mit Boolean als String + input = Return_PM_VEKTOR(chk.Checked.ToString, _IDXName) + 'Hier muss nun separat als Vektorfeld indexiert werden + If Indexiere_VektorfeldPM(input, PROFIL_VEKTORINDEX) = True Then + missing = True + errmessage = "Fehler beim Indexieren Checkbox als VEKTOR - ERROR: " & idxerr_message + Exit For + End If + Else + If Indexiere_File(aktivesDokument, _IDXName, result) = False Then + missing = True + errmessage = "Fehler beim Indexieren Checkbox - ERROR: " & idxerr_message + Exit For + Else + 'Nun das Logging + If PROFIL_LOGINDEX <> "" Then + input = Return_LOGString(CBool(result(0)).ToString, WertWD, _IDXName) + Indexiere_VektorfeldPM(input, PROFIL_LOGINDEX) + End If + End If + End If + End If + + + + Case "System.Windows.Forms.DataGridView" + Dim dgv As DataGridView = inctrl + + Dim Zeilen As Integer = 0 + For Each row As DataGridViewRow In dgv.Rows + Dim exists = False + ' MsgBox(row.Cells(0).Value.GetType.ToString) + If row.Cells(0).Value Is Nothing = False Then + Zeilen += 1 + End If + Next + 'Wenn kein Wert ausgewählt wurde und der Index aber gesetzt werden muss + If _MUSSEINGABE = True And Zeilen = 0 Then + missing = True + errmessage = "Missing input in vectorfield'" & dgv.Name & "'" + Exit For + ElseIf Zeilen > 0 Then + Dim ZeilenGrid As Integer = 0 + Dim myVektorArr As String() + 'Jeden Werte des Datagridviews durchlaufen + For Each row As DataGridViewRow In dgv.Rows + Dim exists = False + Select Case Typ + Case "TABLE" + ' MsgBox(row.Cells(0).Value.GetType.ToString) + Dim str As String + If row.Cells(0).Value Is Nothing = False Then + 'Das Array anpassen + ReDim Preserve myVektorArr(ZeilenGrid) + For i = 0 To row.Cells.Count - 1 + Select Case i + Case 0 + str = row.Cells(i).Value + Case Else + str = str & Delimiter & row.Cells(i).Value + End Select + + Next + 'Den Wert im Array speichern + myVektorArr(ZeilenGrid) = str + ZeilenGrid += 1 + + End If + Case Else + ' MsgBox(row.Cells(0).Value.GetType.ToString) + If row.Cells(0).Value Is Nothing = False Then + 'Das Array anpassen + ReDim Preserve myVektorArr(ZeilenGrid) + 'Den Wert im Array speichern + myVektorArr(ZeilenGrid) = row.Cells(0).Value.ToString + ZeilenGrid += 1 + End If + End Select + + Next + 'Jetzt die Datei indexieren + If Indexiere_File(aktivesDokument, _IDXName, myVektorArr) = False Then + missing = True + errmessage = "Fehler beim Indexieren Vektorfeld - ERROR: " & idxerr_message + Exit For + End If + End If + End Select + End If 'End If für Control und ReadOnly = False + Next + Next + + Return missing + + Catch ex As Exception + Dim st As New StackTrace(True) + st = New StackTrace(ex, True) + MsgBox("Unvorhergesehener Fehler in Check_UpdateIndexe: " & vbNewLine & ex.Message & vbNewLine & "Line: " & st.GetFrame(0).GetFileLineNumber().ToString, MsgBoxStyle.Critical, "Error:") + ClassLogger.Add("Unvorhergesehener Fehler in Check_UpdateIndexe:" & ex.Message & " - Line: " & st.GetFrame(0).GetFileLineNumber().ToString, True) + Return True + End Try + + End Function + Private Function Indexiere_File(_dok As WINDREAMLib.WMObject, idxxname As String, idxvalue As Object) + Dim File_indexiert As Boolean = False + idxerr_message = "" + Try + 'Die Arrays vorbereiten + Dim arrIndex() As String = Nothing + Dim arrValue() As String = Nothing + arrIndex = Nothing + arrValue = Nothing + 'Den Indexnamen übergeben + ReDim Preserve arrIndex(0) + arrIndex(0) = idxxname + 'Das Array der Idnexwerte überprüfen + If idxvalue Is Nothing = False Then + If idxvalue.Length() > 1 Then + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexing Index '" & idxxname & "' with Arrayvalue", False) + Dim anzahl As Integer = 0 + For Each indexvalue As String In idxvalue + ReDim Preserve arrValue(anzahl) + arrValue(anzahl) = indexvalue + anzahl += 1 + Next + Else + If LogErrorsOnly = False Then ClassLogger.Add(" >> Indexing Index '" & idxxname & "' with value '" & idxvalue(0) & "'", False) + ReDim Preserve arrValue(0) + arrValue(0) = idxvalue(0).ToString + End If + 'Jetzt das eigentliche Indexieren der Datei + File_indexiert = Me._windreamPM.RunIndexing(_dok, arrIndex, arrValue) + If File_indexiert = False Then + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Fehler beim Indexieren der Datei: " & _dok.aName & " - ERROR: " & idxerr_message, Environment.UserName) + End If + Return File_indexiert + End If + + Catch ex As Exception + allgFunk.Insert_LogEntry(CURRENT_ProfilGUID, "Unvorhergesehener Fehler beim Indexieren der Datei: " & _dok.aName & " - ERROR: " & ex.Message, Environment.UserName) + idxerr_message = "unvorhergesehener Fehler in Indexiere_File: " & ex.Message.ToString + ClassLogger.Add(">> Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString, True) + Return Err() + End Try + End Function + + Private Sub btnfinal_Click(sender As System.Object, e As System.EventArgs) + Abschluss() + End Sub + Function GetConnectionString(id As Integer) + Try + Dim connectionString As String + Dim DTConnection As DataTable + DTConnection = DD_DMSLiteDataSet.TBPM_CONNECTION + Dim drConnection As DataRow + For Each drConnection In DTConnection.Rows + If drConnection.Item("GUID") = id Then + Select Case drConnection.Item("SQL_PROVIDER") + Case "SqlClient.SqlConnection" + connectionString = "%MSData Source=" & drConnection.Item("SERVER") & ";Initial Catalog= " & drConnection.Item("DATENBANK") & ";User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";" + + Case "Oracle" + connectionString = "%ORProvider=OraOLEDB.Oracle;Data Source=" & drConnection.Item("SERVER") & ";User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";OLEDB.NET=True;" + ' connectionString = "%ORData Source=" & drConnection.Item("SERVER") & ";Persist Security Info=True;User Id=" & drConnection.Item("USERNAME") & ";Password=" & drConnection.Item("PASSWORD") & ";Unicode=True" + Case Else + ClassLogger.Add(" - ConnectionType '" & drConnection.Item("SQL_PROVIDER") & "' nicht integriert", False) + MsgBox("ConnectionType '" & drConnection.Item("SQL_PROVIDER") & "' nicht integriert", MsgBoxStyle.Critical, "Bitte Konfiguration Connection überprüfen!") + + End Select + End If + Next + Return connectionString + Catch ex As Exception + ClassLogger.Add(" - Unvorhergesehener Fehler bei GetConnectionString - Fehler: " & vbNewLine & ex.Message) + MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei GetConnectionString:") + Return "" + End Try + End Function + Private Sub btnNavigatorfirst_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) + If e.Button = Windows.Forms.MouseButtons.Left Then + navStep = "first" + End If + End Sub + + Private Sub btnNavigatorprevious_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) + If e.Button = Windows.Forms.MouseButtons.Left Then + navStep = "previous" + End If + End Sub + + Private Sub btnNavigatornext_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles btnNavigatornext.MouseDown + If e.Button = Windows.Forms.MouseButtons.Left Then + navStep = "next" + End If + End Sub + + Private Sub btnNavigatorlast_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) + If e.Button = Windows.Forms.MouseButtons.Left Then + navStep = "last" + End If + End Sub + + Private Sub frmValidation_MouseDown(sender As Object, e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseDown + If e.Button = Windows.Forms.MouseButtons.Left Then + navStep = Nothing + End If + End Sub + + Private Sub DateiÖffnenToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles DateiÖffnenToolStripMenuItem.Click + Try + Dim Proc As New System.Diagnostics.Process + Dim psi As New ProcessStartInfo(Document_Path) + Proc.EnableRaisingEvents = True + Proc.StartInfo = psi + Proc.Start() + ClassLogger.Add(" - Datei wurde geöffnet!", False) + Catch ex As Exception + MsgBox("Fehler bei Datei öffnen:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + ClassLogger.Add("Fehler bei Datei öffnen: " & ex.Message, True) + End Try + + + End Sub + + Private Sub btnNavigatornext_Click(sender As System.Object, e As System.EventArgs) Handles btnNavigatornext.Click + Try + If LogErrorsOnly = False Then ClassLogger.Add(" >> Dokument überspringen", False) + Close_document_viewer() + If LogErrorsOnly = False Then ClassLogger.Add(" >> Doc Viewer geschlossen", False) + 'Das Dokument freigeben + TBPM_PROFILE_FILESTableAdapter.CmdSETWORK(False, "", CURRENT_DOC_ID) + TBPM_FILES_USER_NOT_INDEXEDTableAdapter.cmdInsert(Environment.UserName, CURRENT_ProfilGUID, Document_Path) + If LogErrorsOnly = False Then ClassLogger.Add(" >> Dokument freigegeben", False) + ClassLogger.Add("", False) + Load_Next_Document(False) + Catch ex As Exception + MsgBox("Fehler bei Überspringen:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + + Private Sub btnDelete_Click(sender As System.Object, e As System.EventArgs) Handles btnDelete.Click + Try + Dim result As MsgBoxResult + result = MessageBox.Show("Sind Sie sicher dass Sie dieses Dokument unwiderruflich löschen wollen?" & vbNewLine & "Danach wird die nächste Datei angezeigt!", "Bestätigung erforderlich:", MessageBoxButtons.YesNo, MessageBoxIcon.Question) + If result = MsgBoxResult.Yes Then + Close_document_viewer() + 'Aus der Tabelle löschen + TBPM_PROFILE_FILESTableAdapter.CmdDelete(CURRENT_DOC_ID) + Dim resul = allgFunk.Delete_xffres(Document_Path) + If resul = Nothing Or resul = True Then + If Delete_File() = True Then + 'MsgBox("Die Datei wurde erfolgreich aus windream gelöscht!" & vbNewLine & "Es wird nun die nächste Datei angezeigt!", MsgBoxStyle.Information, "Erfolgsmeldung:") + Load_Next_Document(False) + End If + End If + End If + Catch ex As Exception + MsgBox("Fehler bei Löschen windream-Datei:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End Try + + End Sub + Private Function Delete_File() + Try + If aktivesDokument Is Nothing = False Then + Close_document_viewer() + Me.PdfViewer1.DocumentFilePath = "" + Try + If aktivesDokument.aLocked Then + ' unlock the windream object + aktivesDokument.unlock() + End If + aktivesDokument.Delete() + ClassLogger.Add(">> Manuelles Löschen: Datei " & aktivesDokument.aName & " erfolgreich gelöscht", False) + Return True + Catch ex As Exception + MsgBox("Das windream-Objekt konnte nicht gelöscht werden!" & vbNewLine & vbNewLine & "Fehlermeldung:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + ClassLogger.Add(" windream-Objekt konnte nicht gelöscht werden - Fehlermeldung: " & ex.Message, True) + Return False + End Try + End If + Catch ex As Exception + ClassLogger.Add(" Fehler bei Delete_File", True) + ClassLogger.Add(">> Fehlermeldung: " & ex.Message, False) + Return False + End Try + End Function + Private Const SEE_MASK_INVOKEIDLIST = &HC + Private Const SEE_MASK_NOCLOSEPROCESS = &H40 + Private Const SEE_MASK_FLAG_NO_UI = &H400 + Public Const SW_SHOW As Short = 5 + _ + Public Shared Function ShellExecuteEx(ByRef lpExecInfo As SHELLEXECUTEINFO) As Boolean + End Function + Public Structure SHELLEXECUTEINFO + Public cbSize As Integer + Public fMask As Integer + Public hwnd As IntPtr + Public lpVerb As String + Public lpFile As String + Public lpParameters As String + Public lpDirectory As String + Dim nShow As Integer + Dim hInstApp As IntPtr + Dim lpIDList As IntPtr + Public lpClass As String + Public hkeyClass As IntPtr + Public dwHotKey As Integer + Public hIcon As IntPtr + Public hProcess As IntPtr + End Structure + + Private Sub DateieigenschaftenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DateieigenschaftenToolStripMenuItem.Click + If Document_Path <> "" Then + Cursor = Cursors.WaitCursor + Dim sei As New SHELLEXECUTEINFO + sei.cbSize = Marshal.SizeOf(sei) + sei.lpVerb = "properties" + sei.lpFile = Document_Path + sei.nShow = SW_SHOW + sei.fMask = SEE_MASK_INVOKEIDLIST + If Not ShellExecuteEx(sei) Then + Dim ex As New System.ComponentModel.Win32Exception(System.Runtime.InteropServices.Marshal.GetLastWin32Error()) + MsgBox("Fehler in Datei-Eigenschaften öffnen:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) + End If + End If + Cursor = Cursors.Default + + End Sub + Private Sub frmValidation_ResizeEnd(sender As Object, e As EventArgs) Handles Me.ResizeEnd + If Document_Path Is Nothing = False Then + Select Case Path.GetExtension(Document_Path).ToLower + Case ".pdf" + Select Case vpdfviewer + Case "internal" + My.Settings.frmValidation_Size_PDFViewer = Me.Size + Case "pdfxchange" + My.Settings.frmValidatorSize = Me.Size + Case "sumatra" + My.Settings.frmValidatorSize = Me.Size + Case "system" + My.Settings.frmValidatorSize = Me.Size + End Select + Case ".msg" + My.Settings.frmValidation_Size_Email = Me.Size + Case Else + My.Settings.frmValidatorSize = Me.Size + End Select + My.Settings.Save() + End If + End Sub + + Private Sub Splitter1_LocationChanged(sender As Object, e As EventArgs) + My.Settings.Save() + End Sub + Private Sub PdfViewer1_DocumentChanged(sender As Object, e As DevExpress.XtraPdfViewer.PdfDocumentChangedEventArgs) Handles PdfViewer1.DocumentChanged + PDF_Pagenumber() + End Sub + + Private Sub PdfViewer1_CurrentPageChanged(sender As Object, e As DevExpress.XtraPdfViewer.PdfCurrentPageChangedEventArgs) Handles PdfViewer1.CurrentPageChanged + PDF_Pagenumber() + End Sub + Sub PDF_Pagenumber() + Try + pdfstatuslblPageNumber.Text = "Page " & PdfViewer1.CurrentPageNumber & "/" & PdfViewer1.PageCount + Catch ex As Exception + + End Try + End Sub + Private Sub MinimumToolStripMenuItem_Click(sender As Object, e As EventArgs) + PdfViewer1.ZoomFactor = 20 + End Sub + + Private Sub PdfViewer1_ZoomChanged_1(sender As Object, e As DevExpress.XtraPdfViewer.PdfZoomChangedEventArgs) Handles PdfViewer1.ZoomChanged + If Not PdfViewer1.ZoomMode = DevExpress.XtraPdfViewer.PdfZoomMode.Custom Then + SaveMySettingsValue("PDFViewer_ZoomMode", PdfViewer1.ZoomMode) + PDFViewer_ZoomMode = PdfViewer1.ZoomMode + End If + + End Sub + + Private Sub ToolStripDropDownButton1_Click(sender As Object, e As EventArgs) Handles ToolStripDropDownButton1.Click + PdfViewer1.ZoomFactor = 20 + End Sub + + Private Sub frmValidator_KeyUp(sender As Object, e As KeyEventArgs) Handles MyBase.KeyUp + If e.KeyCode = Keys.F1 Then + btnSave.Enabled = False + Abschluss() + btnSave.Enabled = True + End If + End Sub +End Class \ No newline at end of file diff --git a/DD_PM_WINDREAM/obj/x86/Debug/CoreCompileInputs.cache b/DD_PM_WINDREAM/obj/x86/Debug/CoreCompileInputs.cache new file mode 100644 index 0000000..2abf48b --- /dev/null +++ b/DD_PM_WINDREAM/obj/x86/Debug/CoreCompileInputs.cache @@ -0,0 +1 @@ +f02f886c5d02020d7c93a185c5202b3343db149e diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.Resources.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.Resources.resources new file mode 100644 index 0000000..b7a0112 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.Resources.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.exe b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.exe new file mode 100644 index 0000000..d08cc74 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.exe differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAbout.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAbout.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAbout.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAdminPasswort.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAdminPasswort.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmAdminPasswort.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmConnection.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmConnection.resources new file mode 100644 index 0000000..08d6404 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmConnection.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmControl_Detail.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmControl_Detail.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmControl_Detail.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmError.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmError.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmError.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmFormDesigner.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmFormDesigner.resources new file mode 100644 index 0000000..4fdccb0 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmFormDesigner.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmKonfig.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmKonfig.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmKonfig.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLicense.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLicense.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLicense.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLoginAdmin.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLoginAdmin.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmLoginAdmin.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmMain.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmMain.resources new file mode 100644 index 0000000..832cf1d Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmMain.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmProfileDesigner.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmProfileDesigner.resources new file mode 100644 index 0000000..0bf92c8 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmProfileDesigner.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_Admin.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_Admin.resources new file mode 100644 index 0000000..1110a5c Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_Admin.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_DESIGNER.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_DESIGNER.resources new file mode 100644 index 0000000..cad0904 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSQL_DESIGNER.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSplash.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSplash.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmSplash.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources new file mode 100644 index 0000000..4923ee6 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmValidator.resources b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmValidator.resources new file mode 100644 index 0000000..553b1a4 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.frmValidator.resources differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.pdb b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.pdb new file mode 100644 index 0000000..7b2e1dc Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.pdb differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.FileListAbsolute.txt b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.FileListAbsolute.txt new file mode 100644 index 0000000..3e41ee2 --- /dev/null +++ b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.FileListAbsolute.txt @@ -0,0 +1,255 @@ +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\ResolveAssemblyReference.cache +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Form1.resources +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.read.1.tlog +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.write.1.tlog +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +C:\Users\SchreiberM\AppData\Local\Temporary Projects\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DLLLicenseManager.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DLLLicenseManager.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DLLLicenseManager.xml +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\ResolveAssemblyReference.cache +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOBRWSLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOSRCHLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOTOOLLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.ResolveComReference.cache +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmConnection.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmError.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmFormDesigner.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLicense.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfileDesigner.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmKonfig.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmValidation.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfiles.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.read.1.tlog +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.write.1.tlog +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOBRWSLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOSRCHLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOTOOLLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.ResolveComReference.cache +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\ResolveAssemblyReference.cache +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmConnection.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmError.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmFormDesigner.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLicense.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfileDesigner.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmKonfig.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmValidation.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfiles.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.read.1.tlog +E:\SchreiberM\Visual Studio\Aktuelle Projekte\Digital Data\DMS-Funktionen\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\GenerateResource.write.1.tlog +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.xml +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOBRWSLib.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOSRCHLib.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOTOOLLib.dll +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.ResolveComReference.cache +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAbout.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAdminPasswort.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmConnection.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmControl_Detail.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmError.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmFormDesigner.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLicense.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLoginAdmin.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfileDesigner.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmKonfig.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSplash.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSQL_Admin.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmMain.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmValidator.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.GenerateResource.Cache +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe.licenses +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\Kunden - Produktiv\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbprojResolveAssemblyReference.cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOBRWSLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOSRCHLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOTOOLLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.ResolveComReference.cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbprojResolveAssemblyReference.cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAbout.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAdminPasswort.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmConnection.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmControl_Detail.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmError.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmFormDesigner.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLicense.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLoginAdmin.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfileDesigner.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmKonfig.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSplash.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSQL_Admin.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmMain.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmValidator.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.GenerateResource.Cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe.licenses +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\bin\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\DD-ProcessManagerWindream\DD_PM_WINDREAM\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSQL_DESIGNER.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe.config +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.pdb +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Data.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Pdf.v15.2.Core.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Printing.v15.2.Core.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Utils.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraBars.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraEditors.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraGrid.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraLayout.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraPdfViewer.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraPrinting.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\Oracle.ManagedDataAccess.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraTreeList.v15.2.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Office.v15.2.Core.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Data.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Pdf.v15.2.Core.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Printing.v15.2.Core.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Utils.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraBars.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraEditors.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraGrid.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraLayout.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraPdfViewer.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraPrinting.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\Independentsoft.Msg.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.XtraTreeList.v15.2.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\DevExpress.Office.v15.2.Core.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Data.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Data.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraPdfViewer.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraPdfViewer.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraPdfViewer.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraPdfViewer.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\bin\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\Interop.WINDREAMLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOBRWSLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOSRCHLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\Interop.WMOTOOLLib.dll +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.ResolveComReference.cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAbout.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmAdminPasswort.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmConnection.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmControl_Detail.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmError.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmFormDesigner.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLicense.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmLoginAdmin.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmProfileDesigner.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmKonfig.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSplash.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSQL_Admin.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmMain.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmSQL_DESIGNER.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmUserKonfig_AddUsers.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.frmValidator.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.Resources.resources +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.vbproj.GenerateResource.Cache +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe.licenses +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.exe +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.xml +E:\SchreiberM\Visual Studio\GIT\PROCESSMANAGER\ProcessManagerClient\DD_PM_WINDREAM\obj\x86\Debug\DD_PM_WINDREAM.pdb diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.GenerateResource.Cache b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.GenerateResource.Cache new file mode 100644 index 0000000..59e68d3 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.GenerateResource.Cache differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.ResolveComReference.cache b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.ResolveComReference.cache new file mode 100644 index 0000000..566560b Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.vbproj.ResolveComReference.cache differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.xml b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.xml new file mode 100644 index 0000000..1729958 --- /dev/null +++ b/DD_PM_WINDREAM/obj/x86/Debug/DD_PM_WINDREAM.xml @@ -0,0 +1,789 @@ + + + + +DD_PM_WINDREAM + + + + +

+ Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + + + + + Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + + + + + Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + + + + + + + + + + + + + + + + + Liefert den Wert eines Indexes als String + _indexname = Name des zu überprüfenden Indexfeldes + + + + Konstruktor für die windream-Klasse + + + + + + Initialisiert die statische Klasse (Login, Session starten, usw.) + + Liefert True wenn das Anmelden erfolgreich war, sonst False + + + + + Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. + + Alle Objekttypen als WMObjects-Objekt + + + + + Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. + + Array mit allen Objekttypen als Strings + + + + + Liefert alle Indexe eines Objekttypen. + + Name des Objekttyps + Array mit allen Objekttyp zugeordneten Indexen als String + + + + + Liefert einen Objekttyp als WMObject an Hand dessen Name. + + Name des Objekttyps + Objekttyp als WMObject + + + + + Überprüft ob der angegebene Index im Objekttyp existiert + + Name des zu durchsuchenden Objekttyps + Name des zu suchenden Indexes + Liefert True wenn der Index im Objekttyp existiert, sonst False + + + + + Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. + + Anmeldestatus als Boolean + + + + + Liefert den Servernamen an dem windream aktuell angemeldet ist. + + Servername als String + + + + + Liefert den Typen eines Indexes als Integer. + + Name des zu überprüfenden Indexfeldes + Liefert eine Zahl, die einen Typen beschreibt + + + + +Represents a strongly typed in-memory cache of data. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents the strongly named DataTable class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Represents strongly named DataRow class. + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Row event argument class + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +Represents the connection and commands used to retrieve and save data. + + + + +TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios + + + + +Update rows in top-down order. + + + + +Insert rows in top-down order. + + + + +Delete rows in bottom-up order. + + + + +Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first + + + + +Update all changes to the dataset. + + + + +Update Order Option + + + + +Used to sort self-referenced table's rows + + + + diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache b/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..967e018 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..2329478 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.read.1.tlog b/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.read.1.tlog new file mode 100644 index 0000000..d1d4a35 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.read.1.tlog differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.write.1.tlog b/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.write.1.tlog new file mode 100644 index 0000000..e78f4a9 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/GenerateResource.write.1.tlog differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/Interop.WINDREAMLib.dll b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WINDREAMLib.dll new file mode 100644 index 0000000..aac85b8 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WINDREAMLib.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOBRWSLib.dll b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOBRWSLib.dll new file mode 100644 index 0000000..0e9cb86 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOBRWSLib.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOSRCHLib.dll b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOSRCHLib.dll new file mode 100644 index 0000000..dafb28a Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOSRCHLib.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOTOOLLib.dll b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOTOOLLib.dll new file mode 100644 index 0000000..c350e2c Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/Interop.WMOTOOLLib.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/TempPE/DD_DMSLiteDataSet.Designer.vb.dll b/DD_PM_WINDREAM/obj/x86/Debug/TempPE/DD_DMSLiteDataSet.Designer.vb.dll new file mode 100644 index 0000000..d8064b9 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/TempPE/DD_DMSLiteDataSet.Designer.vb.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll b/DD_PM_WINDREAM/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 0000000..42f1372 Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/DD_PM_WINDREAM/obj/x86/Debug/dd_pm_windream.exe.licenses b/DD_PM_WINDREAM/obj/x86/Debug/dd_pm_windream.exe.licenses new file mode 100644 index 0000000..96641cf Binary files /dev/null and b/DD_PM_WINDREAM/obj/x86/Debug/dd_pm_windream.exe.licenses differ diff --git a/Setup/Product.wxs b/Setup/Product.wxs new file mode 100644 index 0000000..c141b21 --- /dev/null +++ b/Setup/Product.wxs @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + + + + \ No newline at end of file diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj new file mode 100644 index 0000000..02b4557 --- /dev/null +++ b/Setup/Setup.wixproj @@ -0,0 +1,45 @@ + + + + Debug + x86 + 3.9 + a28b0175-3407-4831-86da-22af0d121ffd + 2.0 + Process Manager + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/UpgradeLog.htm b/UpgradeLog.htm new file mode 100644 index 0000000..b3493af Binary files /dev/null and b/UpgradeLog.htm differ