Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SmartApp3Open
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
SmartApp3Open
Commits
88bc4239
Commit
88bc4239
authored
May 30, 2016
by
Pascal Bigot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add-copyright' into 'master'
Added copyright messsage See merge request !3
parents
95a6302a
3d1018af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
313 changed files
with
100 additions
and
0 deletions
+100
-0
AppMessages.cs
CommonLib/AppMessages.cs
+1
-0
BTDoc.cs
CommonLib/BTDoc.cs
+1
-0
BaseDoc.cs
CommonLib/BaseDoc.cs
+1
-0
BridgeDoc.cs
CommonLib/BridgeDoc.cs
+1
-0
BTComm.cs
CommonLib/Comm/BTComm.cs
+1
-0
BaseComm.cs
CommonLib/Comm/BaseComm.cs
+1
-0
EthernetComm.cs
CommonLib/Comm/EthernetComm.cs
+1
-0
HttpComm.cs
CommonLib/Comm/HttpComm.cs
+1
-0
SerialComm.cs
CommonLib/Comm/SerialComm.cs
+1
-0
VirtualComm.cs
CommonLib/Comm/VirtualComm.cs
+1
-0
BaseControlPropertiesPanel.cs
CommonLib/ConfigForms/BaseControlPropertiesPanel.cs
+1
-0
BaseObjectPropertiesPanel.cs
CommonLib/ConfigForms/BaseObjectPropertiesPanel.cs
+1
-0
ISpecificPanel.cs
CommonLib/ConfigForms/ISpecificPanel.cs
+1
-0
TwoColorProperties.cs
CommonLib/ConfigForms/TwoColorProperties.cs
+1
-0
BTControl.Command.cs
CommonLib/Data/BTControl.Command.cs
+1
-0
BTControl.cs
CommonLib/Data/BTControl.cs
+1
-0
BTScreen.cs
CommonLib/Data/BTScreen.cs
+1
-0
BTTimer.cs
CommonLib/Data/BTTimer.cs
+1
-0
BaseObject.cs
CommonLib/Data/BaseObject.cs
+1
-0
BasePluginBTControl.cs
CommonLib/Data/BasePluginBTControl.cs
+1
-0
Data.cs
CommonLib/Data/Data.cs
+1
-0
Function.cs
CommonLib/Data/Function.cs
+1
-0
Logger.cs
CommonLib/Data/Logger.cs
+1
-0
SpecificControlProp.cs
CommonLib/Data/SpecificControlProp.cs
+1
-0
BTFilledEllipseControl.cs
CommonLib/Data/SpecificControls/BTFilledEllipseControl.cs
+1
-0
BTFilledRectControl.cs
CommonLib/Data/SpecificControls/BTFilledRectControl.cs
+1
-0
IBTSpecificControl.cs
CommonLib/Data/SpecificControls/IBTSpecificControl.cs
+1
-0
Trame.cs
CommonLib/Data/Trame.cs
+1
-0
VirtualData.cs
CommonLib/Data/VirtualData.cs
+1
-0
DataBridgeInfo.cs
CommonLib/DataBridgeInfo.cs
+1
-0
Defines.cs
CommonLib/Defines.cs
+1
-0
DllControlGest.cs
CommonLib/DllControlGest.cs
+1
-0
DllControlInterface.cs
CommonLib/DllControlInterface.cs
+1
-0
BaseGest.cs
CommonLib/Gestionnaires/BaseGest.cs
+1
-0
BaseGestGroup.cs
CommonLib/Gestionnaires/BaseGestGroup.cs
+1
-0
GestControl.cs
CommonLib/Gestionnaires/GestControl.cs
+1
-0
GestData.cs
CommonLib/Gestionnaires/GestData.cs
+1
-0
GestDataVirtual.cs
CommonLib/Gestionnaires/GestDataVirtual.cs
+1
-0
GestFunction.cs
CommonLib/Gestionnaires/GestFunction.cs
+1
-0
GestLogger.cs
CommonLib/Gestionnaires/GestLogger.cs
+1
-0
GestScreen.cs
CommonLib/Gestionnaires/GestScreen.cs
+1
-0
GestTimer.cs
CommonLib/Gestionnaires/GestTimer.cs
+1
-0
GestTrame.cs
CommonLib/Gestionnaires/GestTrame.cs
+1
-0
SolutionGest.cs
CommonLib/Gestionnaires/SolutionGest.cs
+1
-0
DropableItems.cs
CommonLib/InteractiveControl/DropableItems.cs
+1
-0
DynamicPanel.cs
CommonLib/InteractiveControl/DynamicPanel.cs
+1
-0
InteractiveControl.cs
CommonLib/InteractiveControl/InteractiveControl.cs
+1
-0
MoveButton.cs
CommonLib/InteractiveControl/MoveButton.cs
+1
-0
ResizeButton.cs
CommonLib/InteractiveControl/ResizeButton.cs
+1
-0
ISpecific.cs
CommonLib/InteractiveControl/SpecificControls/ISpecific.cs
+1
-0
TwoColorFilledEllipse.cs
...eractiveControl/SpecificControls/TwoColorFilledEllipse.cs
+1
-0
TwoColorFilledRect.cs
...InteractiveControl/SpecificControls/TwoColorFilledRect.cs
+1
-0
BaseInfo.cs
CommonLib/Localisation/BaseInfo.cs
+1
-0
FormInfo.cs
CommonLib/Localisation/FormInfo.cs
+1
-0
Globals.cs
CommonLib/Localisation/Globals.cs
+1
-0
ILInstruction.cs
CommonLib/Localisation/ILInstruction.cs
+1
-0
Lang.cs
CommonLib/Localisation/Lang.cs
+1
-0
MethodBodyReader.cs
CommonLib/Localisation/MethodBodyReader.cs
+1
-0
UserControlInfo.cs
CommonLib/Localisation/UserControlInfo.cs
+1
-0
LogEvent.cs
CommonLib/LogEvent.cs
+1
-0
Resources.cs
CommonLib/Resources.cs
+1
-0
Parser.cs
CommonLib/Script/Parser.cs
+1
-0
ParserExecuterGlobals.cs
CommonLib/Script/ParserExecuterGlobals.cs
+1
-0
PreParser.cs
CommonLib/Script/PreParser.cs
+1
-0
QuickExecuter.cs
CommonLib/Script/QuickExecuter.cs
+1
-0
ScriptControl.cs
CommonLib/Script/ScriptControl.cs
+1
-0
ScriptEditorControl.cs
CommonLib/Script/ScriptEditorControl.cs
+1
-0
ScriptEditordialog.cs
CommonLib/Script/ScriptEditordialog.cs
+1
-0
BasePropertiesDialog.cs
CommonLib/StdForms/BasePropertiesDialog.cs
+1
-0
BrowseFileBtn.cs
CommonLib/StdForms/BrowseFileBtn.cs
+1
-0
ChangeListForm.cs
CommonLib/StdForms/ChangeListForm.cs
+1
-0
CommConfiguration.cs
CommonLib/StdForms/CommConfiguration.cs
+1
-0
DataPropertiesPanel.cs
CommonLib/StdForms/DataPropertiesPanel.cs
+1
-0
DocumentMainContainer.cs
CommonLib/StdForms/DocumentMainContainer.cs
+1
-0
DocumentProprtiesDialog.cs
CommonLib/StdForms/DocumentProprtiesDialog.cs
+1
-0
DynamicPanelForm.cs
CommonLib/StdForms/DynamicPanelForm.cs
+1
-0
FramePropertiesPanel.cs
CommonLib/StdForms/FramePropertiesPanel.cs
+1
-0
IObjectPropertyPanel.cs
CommonLib/StdForms/IObjectPropertyPanel.cs
+1
-0
LoggerPropertiesControl.cs
CommonLib/StdForms/LoggerPropertiesControl.cs
+1
-0
PickDataForm.cs
CommonLib/StdForms/PickDataForm.cs
+1
-0
ScenarioPanel.cs
CommonLib/StdForms/ScenarioPanel.cs
+1
-0
ScreenItemStdPropertiesPanel.cs
CommonLib/StdForms/ScreenItemStdPropertiesPanel.cs
+1
-0
ScreenPropertiesPanel.cs
CommonLib/StdForms/ScreenPropertiesPanel.cs
+1
-0
StandardObjectPropPanel.cs
CommonLib/StdForms/StandardObjectPropPanel.cs
+1
-0
SymbolTextBox.cs
CommonLib/StdForms/SymbolTextBox.cs
+1
-0
TimerPropertiesPanel.cs
CommonLib/StdForms/TimerPropertiesPanel.cs
+1
-0
VirtualDataForm.cs
CommonLib/StdForms/VirtualDataForm.cs
+1
-0
VirtualDataPanel.cs
CommonLib/StdForms/VirtualDataPanel.cs
+1
-0
WaitOpenCommForm.cs
CommonLib/StdForms/WaitOpenCommForm.cs
+1
-0
ButtonControl.cs
CommonLib/StdGraphicControl/ButtonControl.cs
+1
-0
CheckControl.cs
CommonLib/StdGraphicControl/CheckControl.cs
+1
-0
ComboControl.cs
CommonLib/StdGraphicControl/ComboControl.cs
+1
-0
ControlPainter.cs
CommonLib/StdGraphicControl/ControlPainter.cs
+1
-0
DrawInParentCmdCtrl.cs
CommonLib/StdGraphicControl/DrawInParentCmdCtrl.cs
+1
-0
FilledEllipseControl.cs
CommonLib/StdGraphicControl/FilledEllipseControl.cs
+1
-0
FilledRectControl.cs
CommonLib/StdGraphicControl/FilledRectControl.cs
+1
-0
SliderControl.cs
CommonLib/StdGraphicControl/SliderControl.cs
+1
-0
StaticControl.cs
CommonLib/StdGraphicControl/StaticControl.cs
+1
-0
UpDownControl.cs
CommonLib/StdGraphicControl/UpDownControl.cs
+1
-0
CentralizedFileDlg.cs
CommonLib/Utils/CentralizedFileDlg.cs
+1
-0
ColorTranslate.cs
CommonLib/Utils/ColorTranslate.cs
+0
-0
IniFileParser.cs
CommonLib/Utils/IniFileParser.cs
+0
-0
PathTranslator.cs
CommonLib/Utils/PathTranslator.cs
+0
-0
PerfChrono.cs
CommonLib/Utils/PerfChrono.cs
+0
-0
TextBoxStreamWriter.cs
CommonLib/Utils/TextBoxStreamWriter.cs
+0
-0
TraceConsole.cs
CommonLib/Utils/TraceConsole.cs
+0
-0
Traces.cs
CommonLib/Utils/Traces.cs
+0
-0
UtilsClasses.cs
CommonLib/Utils/UtilsClasses.cs
+0
-0
BTDllCtrlCnxManagerControl.cs
...CnxManager/BTControlHerited/BTDllCtrlCnxManagerControl.cs
+0
-0
DllCtrlCnxManagerProp.cs
CtrlCnxManager/BTControlHerited/DllCtrlCnxManagerProp.cs
+0
-0
CtrlCnxManagerProperties.cs
CtrlCnxManager/ConfigForm/CtrlCnxManagerProperties.cs
+0
-0
DllEntryClass.cs
CtrlCnxManager/DllEntryClass.cs
+0
-0
CtrlCnxManagerCmdControl.cs
...Manager/GraphicCommandControl/CtrlCnxManagerCmdControl.cs
+0
-0
InteractiveCtrlCnxManagerDllControl.cs
...InteractiveHerited/InteractiveCtrlCnxManagerDllControl.cs
+0
-0
CtrlCnxManagerRes.cs
CtrlCnxManager/Res/CtrlCnxManagerRes.cs
+0
-0
BTDllCtrlDataCompControl.cs
CtrlDataComp/BTControlHerited/BTDllCtrlDataCompControl.cs
+0
-0
DllCtrlDataCompProp.cs
CtrlDataComp/BTControlHerited/DllCtrlDataCompProp.cs
+0
-0
CtrlDataCompProperties.cs
CtrlDataComp/ConfigForm/CtrlDataCompProperties.cs
+0
-0
DllEntryClass.cs
CtrlDataComp/DllEntryClass.cs
+0
-0
CtrlDataCompCmdControl.cs
CtrlDataComp/GraphicCommandControl/CtrlDataCompCmdControl.cs
+0
-0
InteractiveCtrlDataCompDllControl.cs
...p/InteractiveHerited/InteractiveCtrlDataCompDllControl.cs
+0
-0
CtrlDataCompRes.cs
CtrlDataComp/Res/CtrlDataCompRes.cs
+0
-0
BTDllCtrlDataGridControl.cs
CtrlDataGrid/BTControlHerited/BTDllCtrlDataGridControl.cs
+0
-0
DllCtrlDataGridProp.cs
CtrlDataGrid/BTControlHerited/DllCtrlDataGridProp.cs
+0
-0
CtrlDataGridProperties.cs
CtrlDataGrid/ConfigForm/CtrlDataGridProperties.cs
+0
-0
DataParam.cs
CtrlDataGrid/ConfigForm/DataParam.cs
+0
-0
DllEntryClass.cs
CtrlDataGrid/DllEntryClass.cs
+0
-0
CtrlDataGridCmdControl.cs
CtrlDataGrid/GraphicCommandControl/CtrlDataGridCmdControl.cs
+0
-0
InteractiveCtrlDataGridDllControl.cs
...d/InteractiveHerited/InteractiveCtrlDataGridDllControl.cs
+0
-0
BTDllCtrlDataTriggerControl.cs
...taTrigger/BTControlHerited/BTDllCtrlDataTriggerControl.cs
+0
-0
DllCtrlDataTriggerProp.cs
CtrlDataTrigger/BTControlHerited/DllCtrlDataTriggerProp.cs
+0
-0
CtrlDataTriggerProperties.cs
CtrlDataTrigger/ConfigForm/CtrlDataTriggerProperties.cs
+0
-0
DllEntryClass.cs
CtrlDataTrigger/DllEntryClass.cs
+0
-0
CtrlDataTriggerCmdControl.cs
...rigger/GraphicCommandControl/CtrlDataTriggerCmdControl.cs
+0
-0
InteractiveCtrlDataTriggerDllControl.cs
...nteractiveHerited/InteractiveCtrlDataTriggerDllControl.cs
+0
-0
CtrlDataTriggerRes.cs
CtrlDataTrigger/Res/CtrlDataTriggerRes.cs
+0
-0
BTDllCtrlDemuxControl.cs
CtrlDemux/BTControlHerited/BTDllCtrlDemuxControl.cs
+0
-0
DllCtrlDemuxProp.cs
CtrlDemux/BTControlHerited/DllCtrlDemuxProp.cs
+0
-0
CtrlDemuxProperties.cs
CtrlDemux/ConfigForm/CtrlDemuxProperties.cs
+0
-0
DllEntryClass.cs
CtrlDemux/DllEntryClass.cs
+0
-0
CtrlDemuxCmdControl.cs
CtrlDemux/GraphicCommandControl/CtrlDemuxCmdControl.cs
+0
-0
InteractiveCtrlDemuxDllControl.cs
...emux/InteractiveHerited/InteractiveCtrlDemuxDllControl.cs
+0
-0
CtrlDemuxRes.cs
CtrlDemux/Res/CtrlDemuxRes.cs
+0
-0
BTDllCtrlGraphControl.cs
CtrlGraph/BTControlHerited/BTDllCtrlGraphControl.cs
+0
-0
DllCtrlGraphProp.cs
CtrlGraph/BTControlHerited/DllCtrlGraphProp.cs
+0
-0
CtrlGraphProperties.cs
CtrlGraph/ConfigForm/CtrlGraphProperties.cs
+0
-0
CurveParam.cs
CtrlGraph/ConfigForm/CurveParam.cs
+0
-0
DllEntryClass.cs
CtrlGraph/DllEntryClass.cs
+0
-0
CtrlGraphCmdControl.cs
CtrlGraph/GraphicCommandControl/CtrlGraphCmdControl.cs
+0
-0
InteractiveCtrlGraphDllControl.cs
...raph/InteractiveHerited/InteractiveCtrlGraphDllControl.cs
+0
-0
CtrlGraphRes.cs
CtrlGraph/Res/CtrlGraphRes.cs
+0
-0
BTDllCtrlJaugeControl.cs
CtrlJauge/BTControlHerited/BTDllCtrlJaugeControl.cs
+0
-0
DllCtrlJaugeProp.cs
CtrlJauge/BTControlHerited/DllCtrlJaugeProp.cs
+0
-0
CtrlJaugeProperties.cs
CtrlJauge/ConfigForm/CtrlJaugeProperties.cs
+0
-0
DllEntryClass.cs
CtrlJauge/DllEntryClass.cs
+0
-0
CtrlJaugeCmdControl.cs
CtrlJauge/GraphicCommandControl/CtrlJaugeCmdControl.cs
+0
-0
InteractiveCtrlJaugeDllControl.cs
...auge/InteractiveHerited/InteractiveCtrlJaugeDllControl.cs
+0
-0
CtrlJaugeRes.cs
CtrlJauge/Res/CtrlJaugeRes.cs
+0
-0
BTDllCtrlMailerControl.cs
CtrlMailer/BTControlHerited/BTDllCtrlMailerControl.cs
+0
-0
DllCtrlMailerProp.cs
CtrlMailer/BTControlHerited/DllCtrlMailerProp.cs
+0
-0
ConfigSMTP.cs
CtrlMailer/ConfigForm/ConfigSMTP.cs
+0
-0
CtrlMailerProperties.cs
CtrlMailer/ConfigForm/CtrlMailerProperties.cs
+0
-0
DllEntryClass.cs
CtrlMailer/DllEntryClass.cs
+0
-0
CtrlMailerCmdControl.cs
CtrlMailer/GraphicCommandControl/CtrlMailerCmdControl.cs
+0
-0
InteractiveCtrlMailerDllControl.cs
...ler/InteractiveHerited/InteractiveCtrlMailerDllControl.cs
+0
-0
MailerGlobals.cs
CtrlMailer/MailerGlobals.cs
+0
-0
CtrlMailerRes.cs
CtrlMailer/Res/CtrlMailerRes.cs
+0
-0
BTSerpentinControl.cs
CtrlSerpentin/BTControlHerited/BTSerpentinControl.cs
+0
-0
DllEntryClass.cs
CtrlSerpentin/DllEntryClass.cs
+0
-0
SerpentinControl.cs
CtrlSerpentin/GraphicCommandControl/SerpentinControl.cs
+0
-0
InteractiveSerpentin.cs
CtrlSerpentin/InteractiveHerited/InteractiveSerpentin.cs
+0
-0
SerpentinPtsCalculator.cs
CtrlSerpentin/Utils/SerpentinPtsCalculator.cs
+0
-0
BTDllCtrlTimeWatchControl.cs
CtrlTimeWatch/BTControlHerited/BTDllCtrlTimeWatchControl.cs
+0
-0
DllCtrlTimeWatchProp.cs
CtrlTimeWatch/BTControlHerited/DllCtrlTimeWatchProp.cs
+0
-0
CtrlTimeWatchProperties.cs
CtrlTimeWatch/ConfigForm/CtrlTimeWatchProperties.cs
+0
-0
DllEntryClass.cs
CtrlTimeWatch/DllEntryClass.cs
+0
-0
CtrlTimeWatchCmdControl.cs
...imeWatch/GraphicCommandControl/CtrlTimeWatchCmdControl.cs
+0
-0
InteractiveCtrlTimeWatchDllControl.cs
.../InteractiveHerited/InteractiveCtrlTimeWatchDllControl.cs
+0
-0
CtrlTimeWatchRes.cs
CtrlTimeWatch/Res/CtrlTimeWatchRes.cs
+0
-0
BTTwoBitmapControl.cs
CtrlTwoBitmap/BTControlHerited/BTTwoBitmapControl.cs
+0
-0
TwoBitmapProp.cs
CtrlTwoBitmap/BTControlHerited/TwoBitmapProp.cs
+0
-0
TwoBitmapProperties.cs
CtrlTwoBitmap/ConfigForm/TwoBitmapProperties.cs
+0
-0
DllEntryClass.cs
CtrlTwoBitmap/DllEntryClass.cs
+0
-0
TwoBitmapControl.cs
CtrlTwoBitmap/GraphicCommandControl/TwoBitmapControl.cs
+0
-0
InteractiveTwoBitmap.cs
CtrlTwoBitmap/InteractiveHerited/InteractiveTwoBitmap.cs
+0
-0
TwoImageRes.cs
CtrlTwoBitmap/Res/TwoImageRes.cs
+0
-0
BTDllDigitalDisplayControl.cs
...talDisplay/BTControlHerited/BTDllDigitalDisplayControl.cs
+0
-0
DllDigitalDisplayProp.cs
DigitalDisplay/BTControlHerited/DllDigitalDisplayProp.cs
+0
-0
DigitalDisplayProperties.cs
DigitalDisplay/ConfigForm/DigitalDisplayProperties.cs
+0
-0
DllEntryClass.cs
DigitalDisplay/DllEntryClass.cs
+0
-0
DigitalDisplayCmdControl.cs
...Display/GraphicCommandControl/DigitalDisplayCmdControl.cs
+0
-0
InteractiveDigitalDisplayDllControl.cs
...InteractiveHerited/InteractiveDigitalDisplayDllControl.cs
+0
-0
DigitalDisplayRes.cs
DigitalDisplay/Res/DigitalDisplayRes.cs
+0
-0
SevenSegmentHelper.cs
DigitalDisplay/Res/SevenSegmentHelper.cs
+0
-0
BTDllFormatedDisplayControl.cs
...edDisplay/BTControlHerited/BTDllFormatedDisplayControl.cs
+0
-0
DllFormatedDisplayProp.cs
FormatedDisplay/BTControlHerited/DllFormatedDisplayProp.cs
+0
-0
FormatedDisplayProperties.cs
FormatedDisplay/ConfigForm/FormatedDisplayProperties.cs
+0
-0
DllEntryClass.cs
FormatedDisplay/DllEntryClass.cs
+0
-0
FormatedDisplayCmdControl.cs
...isplay/GraphicCommandControl/FormatedDisplayCmdControl.cs
+0
-0
InteractiveFormatedDisplayDllControl.cs
...nteractiveHerited/InteractiveFormatedDisplayDllControl.cs
+0
-0
FormatedDisplayRes.cs
FormatedDisplay/Res/FormatedDisplayRes.cs
+0
-0
BTDllFourBitmapControl.cs
FourBitmap/BTControlHerited/BTDllFourBitmapControl.cs
+0
-0
DllFourBitmapProp.cs
FourBitmap/BTControlHerited/DllFourBitmapProp.cs
+0
-0
FourBitmapProperties.cs
FourBitmap/ConfigForm/FourBitmapProperties.cs
+0
-0
DllEntryClass.cs
FourBitmap/DllEntryClass.cs
+0
-0
FourBitmapCmdControl.cs
FourBitmap/GraphicCommandControl/FourBitmapCmdControl.cs
+0
-0
InteractiveFourBitmapDllControl.cs
...map/InteractiveHerited/InteractiveFourBitmapDllControl.cs
+0
-0
FourBitmapRes.cs
FourBitmap/Res/FourBitmapRes.cs
+0
-0
BTDllGradientBaloonControl.cs
...ientBaloon/BTControlHerited/BTDllGradientBaloonControl.cs
+0
-0
DllGradientBaloonProp.cs
GradientBaloon/BTControlHerited/DllGradientBaloonProp.cs
+0
-0
GradientBaloonProperties.cs
GradientBaloon/ConfigForm/GradientBaloonProperties.cs
+0
-0
DllEntryClass.cs
GradientBaloon/DllEntryClass.cs
+0
-0
GradientBaloonCmdControl.cs
...tBaloon/GraphicCommandControl/GradientBaloonCmdControl.cs
+0
-0
InteractiveGradientBaloonDllControl.cs
...InteractiveHerited/InteractiveGradientBaloonDllControl.cs
+0
-0
GradientBaloonRes.cs
GradientBaloon/Res/GradientBaloonRes.cs
+0
-0
RoundRectangle.cs
GradientBaloon/Res/RoundRectangle.cs
+0
-0
BTDllImageButtonControl.cs
ImageButton/BTControlHerited/BTDllImageButtonControl.cs
+0
-0
DllImageButtonProp.cs
ImageButton/BTControlHerited/DllImageButtonProp.cs
+0
-0
ImageButtonProperties.cs
ImageButton/ConfigForm/ImageButtonProperties.cs
+0
-0
DllEntryClass.cs
ImageButton/DllEntryClass.cs
+0
-0
ImageButtonBstDispCtrl.cs
ImageButton/GraphicCommandControl/ImageButtonBstDispCtrl.cs
+0
-0
ImageButtonCmdControl.cs
ImageButton/GraphicCommandControl/ImageButtonCmdControl.cs
+0
-0
ImageButtonDispCtrl.cs
ImageButton/GraphicCommandControl/ImageButtonDispCtrl.cs
+0
-0
InteractiveImageButtonDllControl.cs
...on/InteractiveHerited/InteractiveImageButtonDllControl.cs
+0
-0
ImageButtonRes.cs
ImageButton/Res/ImageButtonRes.cs
+0
-0
BTDllPasswordControlerControl.cs
...ntroler/BTControlHerited/BTDllPasswordControlerControl.cs
+0
-0
DllPasswordControlerProp.cs
...ordControler/BTControlHerited/DllPasswordControlerProp.cs
+0
-0
PasswordControlerProperties.cs
PasswordControler/ConfigForm/PasswordControlerProperties.cs
+0
-0
DllEntryClass.cs
PasswordControler/DllEntryClass.cs
+0
-0
PasswordControlerCmdControl.cs
...oler/GraphicCommandControl/PasswordControlerCmdControl.cs
+0
-0
PasswordControlerDispCtrl.cs
...troler/GraphicCommandControl/PasswordControlerDispCtrl.cs
+0
-0
InteractivePasswordControlerDllControl.cs
...eractiveHerited/InteractivePasswordControlerDllControl.cs
+0
-0
PasswordControlerRes.cs
PasswordControler/Res/PasswordControlerRes.cs
+0
-0
BTDllScreenItemLockerControl.cs
...emLocker/BTControlHerited/BTDllScreenItemLockerControl.cs
+0
-0
DllScreenItemLockerProp.cs
ScreenItemLocker/BTControlHerited/DllScreenItemLockerProp.cs
+0
-0
ScreenItemLockerProperties.cs
ScreenItemLocker/ConfigForm/ScreenItemLockerProperties.cs
+0
-0
DllEntryClass.cs
ScreenItemLocker/DllEntryClass.cs
+0
-0
ScreenItemLockerCmdControl.cs
...ocker/GraphicCommandControl/ScreenItemLockerCmdControl.cs
+0
-0
InteractiveScreenItemLockerDllControl.cs
...teractiveHerited/InteractiveScreenItemLockerDllControl.cs
+0
-0
ScreenItemLockerRes.cs
ScreenItemLocker/Res/ScreenItemLockerRes.cs
+0
-0
AboutForm.cs
SmartApp/Common/AboutForm.cs
+0
-0
AppOptions.cs
SmartApp/Common/AppOptions.cs
+0
-0
Gauge.cs
SmartApp/Common/Controls Personnalisables/Gauge.cs
+0
-0
FormsOptions.cs
SmartApp/Common/FormsOptions.cs
+0
-0
LaunchArgParser.cs
SmartApp/Common/LaunchArgParser.cs
+0
-0
LogCatForm.cs
SmartApp/Common/LogCatForm.cs
+0
-0
MruStripMenu.cs
SmartApp/Common/MruStripMenu.cs
+0
-0
PluginsVersionsForm.cs
SmartApp/Common/PluginsVersionsForm.cs
+0
-0
PreferencesForm.cs
SmartApp/Common/PreferencesForm.cs
+0
-0
Program.cs
SmartApp/Program.cs
+0
-0
AppEventLogPanel.cs
SmartApp/SmartCommand/AppEventLog/AppEventLogPanel.cs
+0
-0
MDISmartCommandMain.cs
SmartApp/SmartCommand/Ihm/MDISmartCommandMain.cs
+0
-0
OptionForm.cs
SmartApp/SmartCommand/Ihm/OptionForm.cs
+0
-0
VariableForm.cs
SmartApp/SmartCommand/Ihm/VariableForm.cs
+0
-0
VirtualCnxContainer.cs
SmartApp/SmartCommand/Ihm/VirtualCnxContainer.cs
+0
-0
DesignerForm.cs
SmartApp/SmartConfig/Ihm/ConfigurationForm/DesignerForm.cs
+0
-0
GaugeConfig.cs
SmartApp/SmartConfig/Ihm/ControlConfig/GaugeConfig.cs
+0
-0
DragItemPanel.cs
SmartApp/SmartConfig/Ihm/Designer/DragItemPanel.cs
+0
-0
InteractiveControlContainer.cs
...p/SmartConfig/Ihm/Designer/InteractiveControlContainer.cs
+0
-0
InteractivePanelContainer.cs
...App/SmartConfig/Ihm/Designer/InteractivePanelContainer.cs
+0
-0
MDISmartConfigMain.cs
SmartApp/SmartConfig/Ihm/MDISmartConfigMain.cs
+0
-0
BridgeEditorForm.cs
...martConfig/Ihm/VariousFormAndControls/BridgeEditorForm.cs
+0
-0
ManageGroupForm.cs
...SmartConfig/Ihm/VariousFormAndControls/ManageGroupForm.cs
+0
-0
ProjectNameForm.cs
...SmartConfig/Ihm/VariousFormAndControls/ProjectNameForm.cs
+0
-0
SolutionTreeView.cs
...martConfig/Ihm/VariousFormAndControls/SolutionTreeView.cs
+0
-0
BaseM3Z2ProjectCreator.cs
...rtConfig/Ihm/Wizards/BaseWizard/BaseM3Z2ProjectCreator.cs
+0
-0
BlocConfig.cs
SmartApp/SmartConfig/Ihm/Wizards/BaseWizard/BlocConfig.cs
+0
-0
IOConfig.cs
SmartApp/SmartConfig/Ihm/Wizards/BaseWizard/IOConfig.cs
+0
-0
IWizConfigForm.cs
...tApp/SmartConfig/Ihm/Wizards/BaseWizard/IWizConfigForm.cs
+0
-0
ETHM3ProjectCreator.cs
...g/Ihm/Wizards/BaseWizard/Millenium/ETHM3ProjectCreator.cs
+0
-0
M3XN05BlocConfig.cs
...nfig/Ihm/Wizards/BaseWizard/Millenium/M3XN05BlocConfig.cs
+0
-0
M3XN05WizardConfigData.cs
...hm/Wizards/BaseWizard/Millenium/M3XN05WizardConfigData.cs
+0
-0
SLM3ProjectCreator.cs
...ig/Ihm/Wizards/BaseWizard/Millenium/SLM3ProjectCreator.cs
+0
-0
SLWizardConfigData.cs
...ig/Ihm/Wizards/BaseWizard/Millenium/SLWizardConfigData.cs
+0
-0
ProjectWizardDefines.cs
...martConfig/Ihm/Wizards/BaseWizard/ProjectWizardDefines.cs
+0
-0
SLBlocConfig.cs
SmartApp/SmartConfig/Ihm/Wizards/BaseWizard/SLBlocConfig.cs
+0
-0
WizardConfigData.cs
...pp/SmartConfig/Ihm/Wizards/BaseWizard/WizardConfigData.cs
+0
-0
WizardFrameGenerator.SL.cs
...tConfig/Ihm/Wizards/BaseWizard/WizardFrameGenerator.SL.cs
+0
-0
WizardFrameGenerator.TCPMB.cs
...nfig/Ihm/Wizards/BaseWizard/WizardFrameGenerator.TCPMB.cs
+0
-0
WizardFrameGenerator.cs
...martConfig/Ihm/Wizards/BaseWizard/WizardFrameGenerator.cs
+0
-0
ETHZ2ProjectCreator.cs
...onfig/Ihm/Wizards/BaseWizard/Zelio/ETHZ2ProjectCreator.cs
+0
-0
SLZ2ProjectCreator.cs
...Config/Ihm/Wizards/BaseWizard/Zelio/SLZ2ProjectCreator.cs
+0
-0
SLZ2WizardConfigData.cs
...nfig/Ihm/Wizards/BaseWizard/Zelio/SLZ2WizardConfigData.cs
+0
-0
Z2SR3NETBlocConfig.cs
...Config/Ihm/Wizards/BaseWizard/Zelio/Z2SR3NETBlocConfig.cs
+0
-0
Z2SR3NETWizardConfigData.cs
.../Ihm/Wizards/BaseWizard/Zelio/Z2SR3NETWizardConfigData.cs
+0
-0
WizardSLFormM3.cs
...tApp/SmartConfig/Ihm/Wizards/M3SLWizard/WizardSLFormM3.cs
+0
-0
M3XN05AdditionalOptions.cs
...m/Wizards/M3Z2GenericWizPanels/M3XN05AdditionalOptions.cs
+0
-0
WizM3Z2StepChooseBloc.cs
...Ihm/Wizards/M3Z2GenericWizPanels/WizM3Z2StepChooseBloc.cs
+0
-0
WizM3Z2StepConfigIOName.cs
...m/Wizards/M3Z2GenericWizPanels/WizM3Z2StepConfigIOName.cs
+0
-0
WizM3Z2StepConfigIOSplit.cs
.../Wizards/M3Z2GenericWizPanels/WizM3Z2StepConfigIOSplit.cs
+0
-0
WizM3Z2StepFinish.cs
...fig/Ihm/Wizards/M3Z2GenericWizPanels/WizM3Z2StepFinish.cs
+0
-0
WizM3Z2StepWelcome.cs
...ig/Ihm/Wizards/M3Z2GenericWizPanels/WizM3Z2StepWelcome.cs
+0
-0
WizardM3Z2ProjectForm.cs
...Ihm/Wizards/M3Z2GenericWizPanels/WizardM3Z2ProjectForm.cs
+0
-0
SJDataWizardManager.cs
...ig/Ihm/Wizards/SplitJoinDataWizard/SJDataWizardManager.cs
+0
-0
SJWizNewDataName.cs
...onfig/Ihm/Wizards/SplitJoinDataWizard/SJWizNewDataName.cs
+0
-0
SJWizPreviewChange.cs
...fig/Ihm/Wizards/SplitJoinDataWizard/SJWizPreviewChange.cs
+0
-0
SJWizSelectDataStep.cs
...ig/Ihm/Wizards/SplitJoinDataWizard/SJWizSelectDataStep.cs
+0
-0
SJWizSelectOperation.cs
...g/Ihm/Wizards/SplitJoinDataWizard/SJWizSelectOperation.cs
+0
-0
SJWizWelcomeStep.cs
...onfig/Ihm/Wizards/SplitJoinDataWizard/SJWizWelcomeStep.cs
+0
-0
SplitJoinWizardForm.cs
...ig/Ihm/Wizards/SplitJoinDataWizard/SplitJoinWizardForm.cs
+0
-0
WizardTcpModbusForm.cs
...Config/Ihm/Wizards/TCPModbusWizard/WizardTcpModbusForm.cs
+0
-0
WizardSLFormZ2.cs
...tApp/SmartConfig/Ihm/Wizards/Z2SLWizard/WizardSLFormZ2.cs
+0
-0
AssemmblyFileUpdater.cs
SmartAppUpdater/AssemmblyFileUpdater.cs
+0
-0
FileDownloader.cs
SmartAppUpdater/FileDownloader.cs
+0
-0
Program.cs
SmartAppUpdater/Program.cs
+0
-0
UpdaterMainForm.cs
SmartAppUpdater/UpdaterMainForm.cs
+0
-0
BTDllSoundPlayerControl.cs
SoundPlayer/BTControlHerited/BTDllSoundPlayerControl.cs
+0
-0
DllSoundPlayerProp.cs
SoundPlayer/BTControlHerited/DllSoundPlayerProp.cs
+0
-0
SoundPlayerProperties.cs
SoundPlayer/ConfigForm/SoundPlayerProperties.cs
+0
-0
DllEntryClass.cs
SoundPlayer/DllEntryClass.cs
+0
-0
SoundPlayerCmdControl.cs
SoundPlayer/GraphicCommandControl/SoundPlayerCmdControl.cs
+0
-0
InteractiveSoundPlayerDllControl.cs
...er/InteractiveHerited/InteractiveSoundPlayerDllControl.cs
+0
-0
SoundPlayerRes.cs
SoundPlayer/Res/SoundPlayerRes.cs
+0
-0
No files found.
CommonLib/AppMessages.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/BTDoc.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/BaseDoc.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/BridgeDoc.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/BTComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/BaseComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/EthernetComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/HttpComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/SerialComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Comm/VirtualComm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/ConfigForms/BaseControlPropertiesPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/ConfigForms/BaseObjectPropertiesPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/ConfigForms/ISpecificPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/ConfigForms/TwoColorProperties.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BTControl.Command.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BTControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BTScreen.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BTTimer.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BaseObject.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/BasePluginBTControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/Data.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/Function.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/Logger.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/SpecificControlProp.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/SpecificControls/BTFilledEllipseControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/SpecificControls/BTFilledRectControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/SpecificControls/IBTSpecificControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/Trame.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Data/VirtualData.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/DataBridgeInfo.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Defines.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/DllControlGest.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/DllControlInterface.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/BaseGest.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/BaseGestGroup.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestData.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestDataVirtual.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestFunction.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestLogger.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestScreen.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestTimer.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/GestTrame.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Gestionnaires/SolutionGest.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/DropableItems.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/DynamicPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/InteractiveControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/MoveButton.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/ResizeButton.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/SpecificControls/ISpecific.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/SpecificControls/TwoColorFilledEllipse.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/InteractiveControl/SpecificControls/TwoColorFilledRect.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/BaseInfo.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/FormInfo.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/Globals.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/ILInstruction.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/Lang.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/MethodBodyReader.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Localisation/UserControlInfo.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/LogEvent.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Resources.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/Parser.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/ParserExecuterGlobals.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/PreParser.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/QuickExecuter.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/ScriptControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/ScriptEditorControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/Script/ScriptEditordialog.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/BasePropertiesDialog.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/BrowseFileBtn.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/ChangeListForm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/CommConfiguration.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/DataPropertiesPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/DocumentMainContainer.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/DocumentProprtiesDialog.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/DynamicPanelForm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/FramePropertiesPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/IObjectPropertyPanel.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/LoggerPropertiesControl.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot
SmartApp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
CommonLib/StdForms/PickDataForm.cs
View file @
88bc4239
/*
This file is part of SmartApp.
Copyright (C) 2007-2016 Pascal Bigot