MS_10.11.2015
This commit is contained in:
@@ -5,7 +5,7 @@ Imports DevExpress.XtraEditors.Repository
|
||||
Imports DevExpress.XtraGrid.Views.Base
|
||||
Imports DevExpress.XtraGrid.Views.Tile
|
||||
|
||||
Public Class XtraForm2
|
||||
Public Class frmConstructor_Main
|
||||
|
||||
Public CONSTRUCTORID As Integer
|
||||
Public DT_CONSTRUCT_VIEW As DataTable
|
||||
@@ -592,8 +592,8 @@ Public Class XtraForm2
|
||||
Dim DT As DataTable = DirectCast(DT_SELECTION, DataTable)
|
||||
Dim Elements As New List(Of TileViewItemElement)
|
||||
|
||||
Dim PrimaryFont As New Font("Segoe UI", 11)
|
||||
Dim SecondaryFont As New Font("Segoe UI", 9)
|
||||
Dim PrimaryFont As New Font("Segoe UI", 14, FontStyle.Bold)
|
||||
Dim SecondaryFont As New Font("Segoe UI", 12)
|
||||
|
||||
'Anpassung der Eigenschaften
|
||||
TileView1.OptionsTiles.Orientation = Orientation.Horizontal
|
||||
@@ -628,7 +628,8 @@ Public Class XtraForm2
|
||||
.Column = TileView1.Columns(2)
|
||||
.TextAlignment = TileItemContentAlignment.TopRight
|
||||
.Appearance.Normal.Font = PrimaryFont
|
||||
.Appearance.Normal.ForeColor = SystemColors.MenuHighlight
|
||||
.Appearance.Normal.ForeColor = Color.DodgerBlue
|
||||
|
||||
.Column.OptionsFilter.AllowFilter = True
|
||||
End With
|
||||
Elements.Add(HeadlineColumn)
|
||||
@@ -973,7 +974,7 @@ Public Class XtraForm2
|
||||
End Try
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
|
||||
Sub Load_Record_Data()
|
||||
Select Case EDIT_STATE
|
||||
|
||||
Reference in New Issue
Block a user