First create solution
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
Imports System.ComponentModel
|
||||
|
||||
|
||||
Public Interface IModelOptionsExtender
|
||||
<Category("SIS"), DefaultValue(False)> Property RequreMinimumPriceCheck As Boolean
|
||||
<Category("SIS"), DefaultValue("C:\Users\Public\Documents\")> Property DefaultCustomersFileFolder As String
|
||||
<Category("SIS"), DefaultValue("C:\Users\Public\Documents\")> Property DefaultproductsFileFolder As String
|
||||
<Category("SIS")> Property NAVProgramPath As String
|
||||
<Category("SIS")> Property ExternalBrowserPath As String
|
||||
|
||||
<Category("GridPrint"), DefaultValue("{0}"), Localizable(True)> Property HeaderLeft As String
|
||||
<Category("GridPrint"), DefaultValue("{1}"), Localizable(True)> Property HeaderCenter As String
|
||||
<Category("GridPrint"), DefaultValue("[Lap # / Összes lap #]"), Localizable(True)> Property HeaderRight As String
|
||||
<Category("GridPrint"), DefaultValue(""), Localizable(True)> Property FooterLeft As String
|
||||
<Category("GridPrint"), DefaultValue(""), Localizable(True)> Property FooterCenter As String
|
||||
<Category("GridPrint"), DefaultValue(""), Localizable(True)> Property FooterRight As String
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user