It is currently September 19th, 2024, 12:30 pm

Help to assemble a formula

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16555
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help to assemble a formula

Post by balala »

arcanosa84 wrote: September 13th, 2023, 5:56 pm As soon as I get home I will publish the modified code of the skin settings.ini which is where I am working so you can try and see my problem. I also check if the line you mentioned exists. :great:
If by "line you mentioned" you mean the DynamicVariables=1 option, check it please, because I'm almost sure it is not added. If I'm right and this option indeed doesn't exist, add it and check the result. If it stil doesn1t work, or if the option is added, post the code, please.
User avatar
Yincognito
Rainmeter Sage
Posts: 8176
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help to assemble a formula

Post by Yincognito »

arcanosa84 wrote: September 13th, 2023, 4:06 pm If so, now I'm having trouble trying to make a font color change if a value of a variable is exceeded, how should I do it?
IfTrueAction=[!SetVariable FontColor1 255,0,0,255][!UpdateMeter *][!Redraw]
I tried an ifCondition and it didn't work, what mistake did I make?
The variable FontColor=206,231,249,255 is declared :(
and in the part of making 2 pages I have a problem, and that is that when I go to the second page and return to the first and activate the moon, the color change buttons are shown that are disabled in the code I made to turn the page . help me clarify. :confused:

Code: Select all

[Variables]
.
Config1=@Al\Planetas\Luna
.

[MeasureActive1]
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
IfCondition=MeasureActive1 = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45]
Disabled=1
Just like balala, I can't fully understand what you mean here, despite the fact that this time you translated better than you usually do. Unlike balala though, my problem is not with posting only this measure instead of the whole code, but with the description of what you want to do and what exactly doesn't work.

For the n-th and LAST time, meters (like the buttons you mentioned) CAN NOT BE DISABLED, THEY CAN ONLY BE HIDDEN. Use the proper terminology: meters, measures, variables are DIFFERENT things, and have DIFFERENT properties or options. The fact that you declare the MEASURE you posted as disabled is absolutely irrelevant to whether some METERS are shown or hidden. If this specific measure is disabled from the start, this only means that whatever meters you have will stay exactly like they were declared in the code, without any change. In other words, if the said meters are declared as shown in the code (i.e. if they have no Hidden=1 line), having Disabled=1 in the measure you posted will NOT hide those meters (because the condition and its branches will not execute since the measure that contains them is disabled).

Also, which is the variable whose value is exceeded, and which is the variable you want to change? Are you SURE they are both variables and not measures or meters? It might be better to describe in words unrelated to code what you want to do, and when talking about code, be extremely specific / precise. Your second paragraph is almost perfect in that regard, except that you're talking about meters and instead referring to measure options, plus the fact that it has no connection with the first paragraph where you talk about unrelated variables.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
arcanosa84
Posts: 173
Joined: May 21st, 2023, 1:47 am

Re: Help to assemble a formula

Post by arcanosa84 »

balala wrote: September 13th, 2023, 5:47 pm Great!

You can get here some information about how files used in skins should be encoded.

Can't check this in the code, because the package I have has nowhere such an option (in fact doesn't even exist a FontColor1 variable),
and additionally don't even understand what are you meaning by "I tried an ifCondition and it didn't work,", because IfTrueAction for sure doesn't work without an IfCondition. However the posted bang is correct and should work. What can make it not to work properly is a missing DynamicVariables=1 option on any meter (and maybe measure) which uses the variable you're setting with the !SetVariable bang (FontColor1 in this case).
So check if there is an IfCondition option near the IfTrueAction and make sure you've added the DynamicVariables=1 option to all meters which are using the variable.
Well yes, that was the detail I was missing, in reality I forgot that if the variable is going to change you have to put DynamicVariables=1 but well I keep checking that every time, thanks for the help :great: :great:
:Whistle :Whistle Learning is the most complete art of life. Just enjoy it. :bow: :bow:
User avatar
arcanosa84
Posts: 173
Joined: May 21st, 2023, 1:47 am

Re: Help to assemble a formula

Post by arcanosa84 »

Yincognito wrote: September 13th, 2023, 8:38 pm Just like balala, I can't fully understand what you mean here, despite the fact that this time you translated better than you usually do. Unlike balala though, my problem is not with posting only this measure instead of the whole code, but with the description of what you want to do and what exactly doesn't work.

For the n-th and LAST time, meters (like the buttons you mentioned) CAN NOT BE DISABLED, THEY CAN ONLY BE HIDDEN. Use the proper terminology: meters, measures, variables are DIFFERENT things, and have DIFFERENT properties or options. The fact that you declare the MEASURE you posted as disabled is absolutely irrelevant to whether some METERS are shown or hidden. If this specific measure is disabled from the start, this only means that whatever meters you have will stay exactly like they were declared in the code, without any change. In other words, if the said meters are declared as shown in the code (i.e. if they have no Hidden=1 line), having Disabled=1 in the measure you posted will NOT hide those meters (because the condition and its branches will not execute since the measure that contains them is disabled).

Also, which is the variable whose value is exceeded, and which is the variable you want to change? Are you SURE they are both variables and not measures or meters? It might be better to describe in words unrelated to code what you want to do, and when talking about code, be extremely specific / precise. Your second paragraph is almost perfect in that regard, except that you're talking about meters and instead referring to measure options, plus the fact that it has no connection with the first paragraph where you talk about unrelated variables.
Let's see, I mention the details that are happening to me in several skins, and I know that it is my mistake, since I can confuse you in what happens, apologies. I am making arrangements in what I see that I am needing and working hard on the configuration skin. I still have my doubts about the terminologies, sorry, I know that the buttons, for example, are only hidden, everything is fine there.
My question without using the incorrect name would be, so that you can help me understand my error, that code that I showed causes the Moon color adjustment buttons to be shown or hidden, and I want it to only work if I am on the page 2.
I'm going to describe my error and post the full code.
1. I open the configuration skin (Everything Good)
2. Go to the second page (All Good)
3. Now I go back to the first sheet and select the moon.
There is my current problem, it shows me the buttons on that sheet, I don't want that to happen, I know I may be missing a detail, that's why I wanted to work on the little piece of code that I had published. since that is not the action I want. This verification should only happen on the second sheet. :???: :???: :???:

PD: You have to install the skin that I attached, for the option of detecting the active skin.

Code: Select all

[Rainmeter]
Update=500
Author=AlexSoft
DynamicWindowSize=1
AccurateText=1

[Variables]
@Include=#@#\Config\Variables.inc
@Include2=#@#\Config\Styles.inc
@Include3=#@#\Config\Links.inc
@Include4=#@#\Config\Default.inc

; Poner en 1 los 2 para poner en funcion las 2 paginas
HideGroup2=1
DisabledComp=1

Config1=@Al\Planetas\Luna
Config2=@Al\Planetas\Sol
Config3=@Al\Graficos\FanSystem

;-----------------------------------------------------------
;     Rectangulos Skin General
;-----------------------------------------------------------

[MeterSettingsBg]
Meter=Shape
X=0
Y=40
Shape=Rectangle 1,1,720,440 | Fill Color 100,100,100 | Stroke Color 255,255,255,255

[MeterSettingsBg2]
Meter=Shape
X=0
Y=0
Shape=Rectangle 1,1,720,40 | Fill Color 64,154,255 | Stroke Color 255,255,255,255

[MeterClose]
Meter=Shape
X=688
Y=10
Shape=Rectangle 1,1,21,20 | Fill Color 0,0,0,0 | Stroke Color 0,0,0

[CloseHover]
Meter=Shape
Shape=Rectangle 0,0,21,20 | Fill Color 255,0,0,155 | StrokeWidth 0
x=1r
y=1r
Hidden=1

[MeterUpdate]
Meter=Shape
X=658
Y=10
Shape=Rectangle 1,1,21,20 | Fill Color 0,0,0,0 | Stroke Color 0,0,0

[UpdateHover]
Meter=Shape
Shape=Rectangle 0,0,21,20 | Fill Color 62,253,62,155 | StrokeWidth 0
x=1r
y=1r
Hidden=1

;-----------------------------------------------------------
;     Barra Superior - Botón Cerrar - Botón Actualizar
;-----------------------------------------------------------

[MeterSettingsText]
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=255,255,255
FontSize=15
X=360
Y=6
Text=">   C     O     N     F     I     G     U     R     A     C     I     Ó     N   <"
AntiAlias=1

[Close]
Meter=Image
ImageName=#@#\Images\Settings\close.png
x=680
y=1
LeftMouseDownAction=[!DeactivateConfig][!WriteKeyValue Variables settingsCenter 1 #@#\Settings\Settings.ini]
MouseOverAction=[!ShowMeter CloseHover]
MouseLeaveAction=[!HideMeter CloseHover]

[Update]
Meter=Image
ImageName=#@#\Images\Settings\update.png
x=650
y=1
LeftMouseDownAction=[!Refresh][!RainmeterRefreshApp]
MouseOverAction=[!ShowMeter UpdateHover]
MouseLeaveAction=[!HideMeter UpdateHover]

;-----------------------------------------------------------
;     Iconos Pag 1
;-----------------------------------------------------------

[IconPag1Luna]
Group=Pag1
Meter = Image
ImageName = #@#\Images\Luna\Luna\Luna0.png
ImageTint = #ColorLunaPla#
x=150
y=60
w=63
H=44
LeftMouseupAction = [!ToggleConfig "@AL\Planetas\Luna" "Luna.ini"][!UpdateMeter *][!Redraw]
;ToolTipType=1
;ToolTipText=Fan GPU
;Hidden=#HideGroup1#

;-----------------------------------------------------------
;     Cambio de Página
;-----------------------------------------------------------

[CambiodePaginaSig]
Meter = Image
ImageName = #@#\Images\Settings\Siguiente.png
ImageTint = #ColorBotPag#
x = 691
y = 453
;OnChangeAction=[!DisabledMeasureGroup Comp][!UpdateMeter *][!Redraw]
LeftMouseUpAction=[!EnableMeasureGroup Comp][!HideMeterGroup Pag1][!ShowMeterGroup Pag2][!ShowMeter "CambiodePaginaAnt"][!HideMeter "CambiodePaginaSig"][!EnableMeterGroup Comp][!UpdateMeter *][!Redraw]
ToolTipType=1
ToolTipText=Siguiente

[CambiodePaginaAnt]
Meter = Image
ImageName = #@#\Images\Settings\Anterior.png
ImageTint = #ColorBotPag#
x = -7
y = 453
;OnChangeAction=[!DisabledMeasureGroup Comp][!UpdateMeter *][!Redraw]
LeftMouseUpAction=[!HideMeterGroup Pag2][!ShowMeterGroup Pag1][!ShowMeter "CambiodePaginaSig"][!HideMeter "CambiodePaginaAnt"][!DisabledMeasureGroup Comp][!UpdateMeter *][!Redraw]
ToolTipType=1
ToolTipText=Anterior
Hidden=1

;-----------------------------------------------------------
;     Rectangulos y Lineas Pag 2
;-----------------------------------------------------------

[MeterInputLinesBox]
Group=Pag2
Meter=Shape
X=117
Y=70
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterLine]
Group=Pag2
Meter=Shape
X=0
Y=42
Shape=Rectangle 400,0,0,438 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterLine2]
Group=Pag2
Meter=Shape
X=400
Y=145
Shape=Rectangle 0,0,320,0 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterLine3]
Group=Pag2
Meter=Shape
X=400
Y=400
Shape=Rectangle 0,0,320,0 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterLine4]
Group=Pag2
Meter=Shape
X=2
Y=400
Shape=Rectangle 0,0,397,0 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIPM]
Group=Pag2
Meter=Shape
X=117
Y=125
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIPT]
Group=Pag2
Meter=Shape
X=117
Y=145
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP1]
Group=Pag2
Meter=Shape
X=117
Y=165
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputSelect]
Group=Pag2
Meter=Shape
X=117
Y=185
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP2]
Group=Pag2
Meter=Shape
X=117
Y=205
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP2C]
Group=Pag2
Meter=Shape
X=117
Y=225
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP3]
Group=Pag2
Meter=Shape
X=117
Y=245
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP4]
Group=Pag2
Meter=Shape
X=117
Y=265
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP5]
Group=Pag2
Meter=Shape
X=117
Y=285
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP6]
Group=Pag2
Meter=Shape
X=117
Y=305
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP7]
Group=Pag2
Meter=Shape
X=117
Y=325
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP8]
Group=Pag2
Meter=Shape
X=117
Y=345
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputIP9]
Group=Pag2
Meter=Shape
X=117
Y=365
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterR1]
Group=Pag2
Meter=Shape
X=200
Y=70
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterR2]
Group=Pag2
Meter=Shape
X=200
Y=90
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterR3]
Group=Pag2
Meter=Shape
X=325
Y=70
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterR4]
Group=Pag2
Meter=Shape
X=325
Y=90
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterVMaxGpu]
Group=Pag2
Meter=Shape
X=200
Y=145
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV8Gpu]
Group=Pag2
Meter=Shape
X=200
Y=165
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV7Gpu]
Group=Pag2
Meter=Shape
X=200
Y=185
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV6Gpu]
Group=Pag2
Meter=Shape
X=200
Y=205
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV5Gpu]
Group=Pag2
Meter=Shape
X=200
Y=225
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV4Gpu]
Group=Pag2
Meter=Shape
X=200
Y=245
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV3Gpu]
Group=Pag2
Meter=Shape
X=200
Y=265
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV2Gpu]
Group=Pag2
Meter=Shape
X=200
Y=285
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV1Gpu]
Group=Pag2
Meter=Shape
X=200
Y=305
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterVMinGpu]
Group=Pag2
Meter=Shape
X=200
Y=325
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterDivGpu]
Group=Pag2
Meter=Shape
X=200
Y=345
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterVMaxCPU]
Group=Pag2
Meter=Shape
X=325
Y=145
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV8CPU]
Group=Pag2
Meter=Shape
X=325
Y=165
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV7CPU]
Group=Pag2
Meter=Shape
X=325
Y=185
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV6CPU]
Group=Pag2
Meter=Shape
X=325
Y=205
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV5CPU]
Group=Pag2
Meter=Shape
X=325
Y=225
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV4CPU]
Group=Pag2
Meter=Shape
X=325
Y=245
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV3CPU]
Group=Pag2
Meter=Shape
X=325
Y=265
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV2CPU]
Group=Pag2
Meter=Shape
X=325
Y=285
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterV1CPU]
Group=Pag2
Meter=Shape
X=325
Y=305
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterVMinCPU]
Group=Pag2
Meter=Shape
X=325
Y=325
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterDivCPU]
Group=Pag2
Meter=Shape
X=325
Y=345
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterMaxGDDR]
Group=Pag2
Meter=Shape
X=325
Y=375
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputFS1]
Group=Pag2
Meter=Shape
X=117
Y=420
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputFS2]
Group=Pag2
Meter=Shape
X=117
Y=440
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

[MeterInputFS3]
Group=Pag2
Meter=Shape
X=117
Y=460
Shape=Rectangle 1,1,66,15 | Fill Color 0,0,0,0 | Stroke Color 0,0,0
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Nombres,Categorias y Subtitulos Pag 2
;-----------------------------------------------------------

[MeterNombre1]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=90
Y=45
Text=>Mis Accesos<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre2]
Group=Pag2
Meter=String
StringAlign=Left
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=10
Y=70
Text=Cant. Líneas >>> 
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre3]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=90
Y=98
Text=>Mis Direcciones IPs<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre4]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=124
Text=Tiempo Ping (Mseg)>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre5]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=144
Text=Transparencia>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre6]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=164
Text=AP Auxiliar>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre7]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=184
Text=Select (Ping o Int.)>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre8]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=204
Text=IP Internet>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre9]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=224
Text=Tiempo Ping (Mseg)>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre10]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=244
Text=Móvil Alex>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre11]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=264
Text=Móvil Lena>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre12]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=284
Text=Laptop WiFi>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre13]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=304
Text=Laptop LAN>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre14]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=324
Text=Equipo Invitado 1>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre15]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=344
Text=Equipo Invitado 2>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre16]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=364
Text=Equipo Invitado 3>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre17]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=290
Y=45
Text=>Vínculos al Registro<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre18]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=7
X=296
Y=71
Text=<V.F.M-U.T.D>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre19]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=7
X=296
Y=91
Text=<T.D.S-N.T.U>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre20]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=296
Y=110
Text=>Control Velocidades Fan<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre21]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=233
Y=126
Text=>GPU<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre22]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=10
X=360
Y=126
Text=>CPU<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre23]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=145
Text=< Vel Max >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre24]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=165
Text=< Vel #08 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre25]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=185
Text=< Vel #07 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre26]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=205
Text=< Vel #06 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre27]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=225
Text=< Vel #05 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre28]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=245
Text=< Vel #04 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre29]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=265
Text=< Vel #03 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre30]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=285
Text=< Vel #02 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre31]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=305
Text=< Vel #01 >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre32]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=325
Text=< Vel Min >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre33]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=295
Y=345
Text=< Divisor >
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre34]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=284
Y=375
Text=> Max GDDR <
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre35]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=98
Y=401
Text=>Vínculos al Registro<
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre36]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=418
Text=Fan Sistema 1>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre37]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=438
Text=Fan Sistema 2>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre38]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=9
X=60
Y=458
Text=Fan Sistema 3>
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre39]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=558
Y=148
Text=> Colores Gráficos <
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre40]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=470
Y=222
Text=^Venus^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre41]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=536
Y=222
Text=^Tierra^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre42]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=603
Y=222
Text=^Laber^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre43]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=670
Y=222
Text=^Marte^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre44]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=470
Y=259
Text=^Brillos^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre45]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=558
Y=259
Text=^Luna^
AntiAlias=1
Hidden=#HideGroup2#

[MeterNombre46]
Group=Pag2
Meter=String
StringAlign=Center
FontFace=Segoe UI Light
FontColor=0,0,0
FontSize=8
X=626
Y=259
Text=^Sol^
AntiAlias=1
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Lineas de Texto por cada Variable Pag 2
;-----------------------------------------------------------

[MeterCodeLines]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=70
Text=#LinesBox#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe La cantidad de Líneas y Presiona "Enter". Rango Recomendado: 1-30.
LeftMouseUpAction=[!PluginBang "MeterLines ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeM]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=125
Text=#MilisegPing#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe el tiempo correcto y presione "Enter". Rango Recomendado: 400-1000.
LeftMouseUpAction=[!PluginBang "MeterM ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeT]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=145
Text=#Transparent#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe un valor y Presiona "Enter". Rango Recomendado: 0-255.
LeftMouseUpAction=[!PluginBang "MeterT ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP1]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=165
Text=#Ping1#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.1-5.
LeftMouseUpAction=[!PluginBang "MeterIP1 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeSelect]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=185
Text=#Select#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe Internet o Ping y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterSelect ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP2]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=205
Text=#Ping2#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP a comprobar en Internet y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterIP2 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP2C]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=225
Text=#CompInter#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe el tiempo correcto y presione "Enter". Rango Recomendado: 300-1500.
LeftMouseUpAction=[!PluginBang "MeterIP2C ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP3]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=245
Text=#Ping3#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.190-200.
LeftMouseUpAction=[!PluginBang "MeterIP3 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP4]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=265
Text=#Ping4#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.190-200.
LeftMouseUpAction=[!PluginBang "MeterIP4 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP5]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=285
Text=#Ping5#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.190-200.
LeftMouseUpAction=[!PluginBang "MeterIP5 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP6]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=305
Text=#Ping6#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.190-200.
LeftMouseUpAction=[!PluginBang "MeterIP6 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP7]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=325
Text=#Ping7#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.100-190.
LeftMouseUpAction=[!PluginBang "MeterIP7 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP8]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=345
Text=#Ping8#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.100-190.
LeftMouseUpAction=[!PluginBang "MeterIP8 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeIP9]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=365
Text=#Ping9#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El IP y Presiona "Enter". Rango Recomendado: 10.0.20.100-190.
LeftMouseUpAction=[!PluginBang "MeterIP9 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeR1]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=70
Text=#RegFANS#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterER1 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeR2]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=90
Text=#RegHDDT#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterER2 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeR3]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=70
Text=#RegHDDU#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterER3 ExecuteBatch 1"]
Hidden=#HideGroup2#

;[MeterCodeR4]
;Group=Pag2
;Meter=String
;StringAlign=Center
;FontColor=0,0,0
;FontFace=Segoe UI
;FontSize=9
;X=359
;Y=90
;Text=#RegHDDU#
;AntiAlias=1
;ToolTipType=1
;ToolTipText=Escribe El valor Raw y Presiona "Enter".
;LeftMouseUpAction=[!PluginBang "MeterER4 ExecuteBatch 1"]
;Hidden=#HideGroup2#

[MeterCodeVMaxG]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=145
Text=#VMaxG#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Máximo y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVMaxG ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG8]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=165
Text=#VelG8#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 8va Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG8 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG7]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=185
Text=#VelG7#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 7ma Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG7 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG6]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=205
Text=#VelG6#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 6ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG6 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG5]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=225
Text=#VelG5#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 5ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG5 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG4]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=245
Text=#VelG4#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 4ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG4 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG3]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=265
Text=#VelG3#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 3ra Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG3 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG2]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=285
Text=#VelG2#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 2da Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG2 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelG1]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=305
Text=#VelG1#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 1ra Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelG1 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVMinG]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=325
Text=#VMinG#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Mínimo de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVMinG ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeDivGPU]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=234
Y=345
Text=#DivGPU#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para el Divisor de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterWDivGPU ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVMaxC]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=145
Text=#VMaxC#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Máximo de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVMaxC ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC8]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=165
Text=#VelC8#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 8va Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC8 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC7]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=185
Text=#VelC7#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 7ma Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC7 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC6]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=205
Text=#VelC6#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 6ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC6 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC5]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=225
Text=#VelC5#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 5ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC5 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC4]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=245
Text=#VelC4#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 4ta Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC4 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC3]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=265
Text=#VelC3#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 3ra Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC3 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC2]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=285
Text=#VelC2#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 2da Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC2 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVelC1]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=305
Text=#VelC1#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para la 1ra Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVelC1 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeVMinC]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=325
Text=#VMinC#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Mínimo de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterVMinC ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeDivCPU]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=345
Text=#DivCPU#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para el Divisor de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterWDivCPU ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeMaxGDDR]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=359
Y=375
Text=#MaxGPU-RAM#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Para el Divisor de Velocidad y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterWMaxGDDR ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeFS1]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=420
Text=#FanSis1#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterFS1 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeFS2]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=440
Text=#FanSis2#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterFS2 ExecuteBatch 1"]
Hidden=#HideGroup2#

[MeterCodeFS3]
Group=Pag2
Meter=String
StringAlign=Center
FontColor=0,0,0
FontFace=Segoe UI
FontSize=9
X=150
Y=460
Text=#FanSis3#
AntiAlias=1
ToolTipType=1
ToolTipText=Escribe El valor Raw y Presiona "Enter".
LeftMouseUpAction=[!PluginBang "MeterFS3 ExecuteBatch 1"]
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Grabar cada Variable Pag 2
;-----------------------------------------------------------

[MeterLines]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=71
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables LinesBox "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="Líneas"

[MeterM]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=126
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables MilisegPing "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="Miliseg"

[MeterT]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=146
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Transparent "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="Transp."

[MeterIP1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=166
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping1 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-1"

[MeterSelect]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=186
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Select "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="Select."

[MeterIP2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=206
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping2 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-2"

[MeterIP2C]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=226
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables CompInter "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="Miliseg"

[MeterIP3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=246
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping3 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-3"

[MeterIP4]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=266
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping4 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-4"

[MeterIP5]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=286
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping5 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-5"

[MeterIP6]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=306
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping6 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-6"

[MeterIP7]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=326
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping7 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-7"

[MeterIP8]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=346
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping8 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-8"

[MeterIP9]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=366
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables Ping9 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="IP-9"

[MeterER1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=71
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables RegFANS "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="V.Raw1"

[MeterER2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=91
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables RegHDDT "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="V.Raw2"

[MeterER3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=71
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables RegHDDU "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="V.Raw3"

[MeterER4]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=91
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ------- "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="V.Raw4"

[MeterVMaxG]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=146
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VMaxG "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VMaxG"

[MeterVelG8]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=166
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG8 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG8"

[MeterVelG7]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=186
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG7 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG7"

[MeterVelG6]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=206
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG6 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG6"

[MeterVelG5]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=226
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG5 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG5"

[MeterVelG4]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=246
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG4 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG4"

[MeterVelG3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=266
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG3 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG3"

[MeterVelG2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=286
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG2 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG2"

[MeterVelG1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=306
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelG1 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelG1"

[MeterVMinG]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=326
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VMinG "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VMinG"

[MeterWDivGPU]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=202
Y=346
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables DivGPU "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="DivGPU"

[MeterVMaxC]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=146
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VMaxC "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VMaxC"

[MeterVelC8]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=166
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC8 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC8"

[MeterVelC7]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=186
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC7 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC7"

[MeterVelC6]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=206
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC6 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC6"

[MeterVelC5]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=226
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC5 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC5"

[MeterVelC4]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=246
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC4 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC4"

[MeterVelC3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=266
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC3 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC3"

[MeterVelC2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=286
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC2 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC2"

[MeterVelC1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=306
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VelC1 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VelC1"

[MeterVMinC]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=326
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables VMinC "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="VMinC"

[MeterWDivCPU]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=346
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables DivCPU "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="DivCPU"

[MeterWMaxGDDR]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=327
Y=376
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables MaxGPU-RAM "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="MaxGDDR"

[MeterFS1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=421
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables FanSis1 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="FS-1"

[MeterFS2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=441
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables FanSis2 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="FS-2"

[MeterFS3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=9
X=119
Y=461
W=64
H=14
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables FanSis3 "$UserInput$""#@#\Config\Variables.inc"][!RainmeterRefreshApp] 
DefaultValue="FS-3"

;-----------------------------------------------------------
;     Iconos y Variables de Colores Pag 2
;-----------------------------------------------------------

[ColorFGPU]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Fan\FanBladeS_invert.png
ImageTint = #ColorFGPU#
x = 440
y = 48
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorFGPU#][!SetOption InputColor DefaultValue #ColorFGPU#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorFGPU $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputFGPU ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fan GPU
Hidden=#HideGroup2#

[ColorFCPU]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Fan\FanBladeS.png
ImageTint = #ColorFCPU#
x = 150r
y = 48
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorFCPU#][!SetOption InputColor DefaultValue #ColorFCPU#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorFCPU $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputFCPU ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fan CPU
Hidden=#HideGroup2#

[ColorBG]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #BackgColor#
x = 440
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #BackgColor#][!SetOption InputColor DefaultValue #BackgColor#][!SetOption InputColor Command1 "[!WriteKeyValue Variables BackgColor $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputBG ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fondo
Hidden=#HideGroup2#

[ColorG1]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLine1#
x = 485
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLine1#][!SetOption InputColor DefaultValue #ColorLine1#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLine1 $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputG1 ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Línea Standar
Hidden=#HideGroup2#

[ColorG2]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLine2#
x = 530
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLine2#][!SetOption InputColor DefaultValue #ColorLine2#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLine2 $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputG2 ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Línea Secundaria
Hidden=#HideGroup2#

[ColorG3]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLine3#
x = 575
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLine3#][!SetOption InputColor DefaultValue #ColorLine3#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLine3 $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputG3 ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fan 1 Sys.
Hidden=#HideGroup2#

[ColorG4]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLine4#
x = 620
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLine4#][!SetOption InputColor DefaultValue #ColorLine4#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLine4 $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputG4 ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fan 2 Sys.
Hidden=#HideGroup2#

[ColorG5]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLine5#
x = 665
y = 170
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLine5#][!SetOption InputColor DefaultValue #ColorLine5#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLine5 $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputG5 ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Fan 3 Sys.
Hidden=#HideGroup2#

[ColorVenusAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorVenusAtm#
x = 440
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorVenusAtm#][!SetOption InputColor DefaultValue #ColorVenusAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorVenusAtm $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputVenusAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorVenusPlaB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorVenusPla#
x = 485
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorVenusPla#][!SetOption InputColor DefaultValue #ColorVenusPla#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorVenusPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputVenusPla ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Cuerpo
Hidden=#HideGroup2#

[ColorTierraAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorTierraAtm#
x = 530
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorTierraAtm#][!SetOption InputColor DefaultValue #ColorTierraAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorTierraAtm $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputTierraAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorLaberAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLaberAtm#
x = 575
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLaberAtm#][!SetOption InputColor DefaultValue #ColorLaberAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLaberAtm $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputLaberAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorLaberPlaB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLaberPla#
x = 620
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLaberPla#][!SetOption InputColor DefaultValue #ColorLaberPla#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLaberPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputLaberPla ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Cuerpo
Hidden=#HideGroup2#

[ColorMarteAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorMarteAtm#
x = 665
y = 208
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorMarteAtm#][!SetOption InputColor DefaultValue #ColorMarteAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLaberPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputMarteAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorBrillosAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorBrillosAtm#
x = 439
y = 246
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorBrillosAtm#][!SetOption InputColor DefaultValue #ColorBrillosAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorBrillosAtm $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputBrillosAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorBrillosPlaB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorBrillosPla#
x = 484
y = 246
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorBrillosPla#][!SetOption InputColor DefaultValue #ColorBrillosPla#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorBrillosPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputBrillosPla ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Cuerpo
Hidden=#HideGroup2#

[ColorLunaAtmB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLunaAtm#
x = 529
y = 246
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLunaAtm#][!SetOption InputColor DefaultValue #ColorLunaAtm#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLunaAtm $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputLunaAtm ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Atmófera
Hidden=#HideGroup2#

[ColorLunaPlaB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorLunaPla#
x = 574
y = 246
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorLunaPla#][!SetOption InputColor DefaultValue #ColorLunaPla#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorLunaPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputLunaPla ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Cuerpo
Hidden=#HideGroup2#

[ColorSolPlaB]
Group=Pag2
Meter = Image
ImageName = #@#\Images\Settings\Button.png
ImageTint = #ColorSolPla#
x = 619
y = 246
LeftMouseDownAction = [!ShowMeter WarningInput][!HideMeter ResetColor][!SetOption TypeboxColor ImageTint #ColorSolPla#][!SetOption InputColor DefaultValue #ColorSolPla#][!SetOption InputColor Command1 "[!WriteKeyValue Variables ColorSolPla $UserInput$ #@#\Config\Styles.inc]"][!ShowMeter TypeboxColor][!PluginBang "MeterInputSolPla ExecuteBatch 1"]
ToolTipType=1
ToolTipText=Cuerpo
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Escribir Valores de Colores Pag 2
;-----------------------------------------------------------

[MeterInputFGPU]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorFGPU "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputFCPU]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorFCPU "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputBG]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables BackgColor "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputG1]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLine1 "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputG2]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLine2 "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputG3]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLine3 "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputG4]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLine4 "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputG5]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLine5 "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputVenusAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorVenusAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputVenusPla]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorVenusPla "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputTierraAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorTierraAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputLaberAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLaberAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputLaberPla]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLaberPla "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputMarteAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorMarteAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputBrillosAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorBrillosAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputBrillosPla]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorBrillosPla "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputLunaAtm]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLunaAtm "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputLunaPla]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorLunaPla "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

[MeterInputSolPla]
Measure=Plugin
Plugin=InputText.dll
StringAlign=Center
FontFace=Segoe UI
FontSize=10
X=518
Y=432
W=95
H=15
FocusDismiss=1
AntiAlias=1
Command1=[!WriteKeyValue Variables ColorSolPla "$UserInput$""#@#\Config\Styles.inc"][!RainmeterRefreshApp] 
DefaultValue=""

;-----------------------------------------------------------
;     Resetear Colores Pag 2
;-----------------------------------------------------------

[ResetColor]
Group=Pag2
Meter=Image
ImageName=#@#\Images\Settings\resetcolors.png
x=518
y=430
W=95
H=20
LeftMouseDownAction=[!WriteKeyValue Variables ColorFCPU "#DColorFCPU#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorFGPU "#DColorFGPU#""#@#\Config\Styles.inc"][!WriteKeyValue Variables BackgColor "#DBackgColor#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLine1 "#DColorLine1#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLine2 "#DColorLine2#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLine3 "#DColorLine3#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLine4 "#DColorLine4#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLine5 "#DColorLine5#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorVenusAtm "#DColorVenusAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorVenusPla "#DColorVenusPla#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorTierraAtm "#DColorTierraAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLaberAtm "#DColorLaberAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLaberPla "#DColorLaberPla#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorMarteAtm "#DColorMarteAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorBrillosAtm "#DColorBrillosAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorBrillosPla "#DColorBrillosPla#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLunaAtm "#DColorLunaAtm#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorLunaPla "#DColorLunaPla#""#@#\Config\Styles.inc"][!WriteKeyValue Variables ColorSolPla "#DColorSolPla#""#@#\Config\Styles.inc"][!Refresh][!RainmeterRefreshApp]
MouseOverAction=[!SetOption ResetColor ImageTint 182,70,70]
MouseLeaveAction=[!SetOption ResetColor ImageTint 255,255,255]
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Resetear Configuración Pag 2
;-----------------------------------------------------------

[ResetConfig]
Group=Pag2
Meter=Image
ImageName=#@#\Images\Settings\resetconfig.png
x=240
y=430
W=95
H=20
LeftMouseDownAction=[!WriteKeyValue Variables LinesBox "#DLinesBox#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VMaxC "#DVMaxC#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC8 "#DVelC8#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC7 "#DVelC7#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC6 "#DVelC6#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC5 "#DVelC5#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC4 "#DVelC4#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC3 "#DVelC3#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC2 "#DVelC2#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelC1 "#DVelC1#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VMinC "#DVMinC#""#@#\Config\Variables.inc"][!WriteKeyValue Variables DivCPU "#DDivCPU#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VMaxG "#DVMaxG#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG8 "#DVelG8#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG7 "#DVelG7#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG6 "#DVelG6#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG5 "#DVelG5#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG4 "#DVelG4#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG3 "#DVelG3#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG2 "#DVelG2#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VelG1 "#DVelG1#""#@#\Config\Variables.inc"][!WriteKeyValue Variables VMinG "#DVMinG#""#@#\Config\Variables.inc"][!WriteKeyValue Variables DivGPU "#DDivGPU#""#@#\Config\Variables.inc"][!WriteKeyValue Variables MilisegPing "#DMilisegPing#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Transparent "#DTransparent#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping1 "#DPing1#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Select "#DSelect#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping2 "#DPing2#""#@#\Config\Variables.inc"][!WriteKeyValue Variables CompInter "#DCompInter#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping3 "#DPing3#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping4 "#DPing4#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping5 "#DPing5#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping6 "#DPing6#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping7 "#DPing7#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping8 "#DPing8#""#@#\Config\Variables.inc"][!WriteKeyValue Variables Ping9 "#DPing9#""#@#\Config\Variables.inc"][!WriteKeyValue Variables RegFANS "#DRegFANS#""#@#\Config\Variables.inc"][!WriteKeyValue Variables FanSis1 "#DFanSis1#""#@#\Config\Variables.inc"][!WriteKeyValue Variables FanSis2 "#DFanSis2#""#@#\Config\Variables.inc"][!WriteKeyValue Variables FanSis3 "#DFanSis3#""#@#\Config\Variables.inc"][!WriteKeyValue Variables RegHDDT "#DRegHDDT#""#@#\Config\Variables.inc"][!WriteKeyValue Variables RegHDDU "#DRegHDDU#""#@#\Config\Variables.inc"][!WriteKeyValue Variables MaxGPU-RAM "#DMaxGPU-RAM#""#@#\Config\Variables.inc"][!Refresh][!RainmeterRefreshApp]
MouseOverAction=[!SetOption ResetConfig ImageTint 182,70,70]
MouseLeaveAction=[!SetOption ResetConfig ImageTint 255,255,255]
Hidden=#HideGroup2#

;-----------------------------------------------------------
;     Boton de escritura de los Colores
;-----------------------------------------------------------

[TypeboxColor]
Meter = Image
ImageName = #@#\Images\Settings\typebox2.png
x = 517
y = 430
W=98
H=19
Hidden = 1

[InputColor]
Measure = Plugin
Plugin = InputText
SolidColor = ffffff
FontFace = Roboto
FontSize = 10
FontColor = 5e5e5e
AntiAlias = 1
x = 518
y = 430
w = 61
h = 17
InputLimit = 6
Command2 = [!Refresh][!RainmeterRefreshApp]
OnDismissAction = [!HideMeter TypeboxColor][!HideMeter WarningInput][!ShowMeter ResetColor]

[InputColor2]
Measure = Plugin
Plugin = InputText
SolidColor = ffffff
FontFace = Roboto
FontSize = 10
FontColor = 5e5e5e
AntiAlias = 1
x = 240
y = 430
w = 61
h = 17
InputLimit = 6

[WarningInput]
Meter = Image
ImageName = #@#\Images\Settings\enterwarning.png
x = 497
y = 455
Hidden = 1

;-----------------------------------------------------------
;     Comprobación estado Activo de las Pieles
;-----------------------------------------------------------

[MeasureActive1]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
IfCondition=MeasureActive1 = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45]
Disabled=#DisabledComp#

[MeasureActive2]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config2#
DynamicVariables=1
IfCondition=MeasureActive2 = 1
IfTrueAction=[!ShowMeter ColorSolPlaB][!ShowMeter MeterNombre46][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorSolPlaB][!HideMeter MeterNombre46]
Disabled=#DisabledComp#

[MeasureActive3]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config3#
DynamicVariables=1
IfCondition=MeasureActive3 = 1
IfTrueAction=[!ShowMeter ColorG3][!ShowMeter ColorG4][!ShowMeter ColorG5][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorG3][!HideMeter ColorG4][!HideMeter ColorG5][!UpdateMeter *][!Redraw]
Disabled=#DisabledComp#


You do not have the required permissions to view the files attached to this post.
:Whistle :Whistle Learning is the most complete art of life. Just enjoy it. :bow: :bow:
User avatar
Yincognito
Rainmeter Sage
Posts: 8176
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help to assemble a formula

Post by Yincognito »

Much better description this time. :thumbup:

Didn't check the full code, but based on your description, this is one way you could achieve what you want:
- remove the Disabled=1 line from MeasureActive1, since, as I said, disabling it simply cancels the verification entirely, irrespective of the page you're on
- define a new variable holding the page number you're on, and initialize it to the starting page (1, I suppose), in [Variables]
- next, make sure you set this new variable to the corresponding page number when you change pages via click on the arrows or whatever (remember to have DynamicVariables=1 in those arrow meters, if they don't have it already; you can temporarily use !Log right after setting the variable to test if the page number is changed properly on click)
- also when changing pages via click on the arrows, but AFTER setting the above variable, update MeasureActive1 so that the verification / condition runs at that moment as well
- since we now have a numerical value holding the page number in the new variable above, we can incorporate an appropriate test about that in the existing condition from MeasureActive1, so that showing the buttons you mentioned happens if Luna is active AND the page number is 2

Bottom line is, don't be limited to the system you already have. Be creative, if you need something and you don't have it, create it yourself so that it suits your objective and you can use it where you envision. Adapt the code to what you need.

Let us know how it goes, but take into account that I already enumerated the steps you could take and explained why they would be taken, and unless I missed some necessary detail by mistake, I won't repeat that again. If you can't do the above (preferably from the first attempt), it's not the teacher's fault, it's not the deficient manual, it's not the tools you lack, but you still not being able to use them to their potential. I hope you succeed. ;-)
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
arcanosa84
Posts: 173
Joined: May 21st, 2023, 1:47 am

Re: Help to assemble a formula

Post by arcanosa84 »

Yincognito wrote: September 14th, 2023, 1:28 am Much better description this time. :thumbup:

Didn't check the full code, but based on your description, this is one way you could achieve what you want:
- remove the Disabled=1 line from MeasureActive1, since, as I said, disabling it simply cancels the verification entirely, irrespective of the page you're on
- define a new variable holding the page number you're on, and initialize it to the starting page (1, I suppose), in [Variables]
- next, make sure you set this new variable to the corresponding page number when you change pages via click on the arrows or whatever (remember to have DynamicVariables=1 in those arrow meters, if they don't have it already; you can temporarily use !Log right after setting the variable to test if the page number is changed properly on click)
- also when changing pages via click on the arrows, but AFTER setting the above variable, update MeasureActive1 so that the verification / condition runs at that moment as well
- since we now have a numerical value holding the page number in the new variable above, we can incorporate an appropriate test about that in the existing condition from MeasureActive1, so that showing the buttons you mentioned happens if Luna is active AND the page number is 2

Bottom line is, don't be limited to the system you already have. Be creative, if you need something and you don't have it, create it yourself so that it suits your objective and you can use it where you envision. Adapt the code to what you need.

Let us know how it goes, but take into account that I already enumerated the steps you could take and explained why they would be taken, and unless I missed some necessary detail by mistake, I won't repeat that again. If you can't do the above (preferably from the first attempt), it's not the teacher's fault, it's not the deficient manual, it's not the tools you lack, but you still not being able to use them to their potential. I hope you succeed. ;-)
Well I suppose that you can perfect it in your hands, but it came out simple, in [Variables] I added the variable Pag=1 then in the change of pages in the arrows I put [!SetVariable Pag 2] in the one to advance and [!SetVariable Pag 1 ] in that of going back. In [MeasureActive1] add this condition IfCondition=(#Pag#=2?MeasureActive1:0) = 1 and the error is now solved, I know that this formula could have been a little better, and it is very catastrophic you tell me, but that It must be the correct path since I solved the error by following your advice. :D :D :great: :great:

Code: Select all

[MeasureActive1]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
IfCondition=(#Pag#=2?MeasureActive1:0) = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45]
:Whistle :Whistle Learning is the most complete art of life. Just enjoy it. :bow: :bow:
User avatar
Yincognito
Rainmeter Sage
Posts: 8176
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help to assemble a formula

Post by Yincognito »

arcanosa84 wrote: September 14th, 2023, 2:51 am Well I suppose that you can perfect it in your hands, but it came out simple, in [Variables] I added the variable Pag=1 then in the change of pages in the arrows I put [!SetVariable Pag 2] in the one to advance and [!SetVariable Pag 1 ] in that of going back. In [MeasureActive1] add this condition IfCondition=(#Pag#=2?MeasureActive1:0) = 1 and the error is now solved, I know that this formula could have been a little better, and it is very catastrophic you tell me, but that It must be the correct path since I solved the error by following your advice. :D :D :great: :great:

Code: Select all

[MeasureActive1]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
IfCondition=(#Pag#=2?MeasureActive1:0) = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45]
Not bad at all. Certainly not catastrophic, quite good actually. I see that you started to like those conditionals, lol. Well done... and no repetition of simple tasks or suggestions needed, I'd say it can't get better than this. :great:

P.S. You'll probably have a small delay in performing the show / hide when changing pages since you chose to not update the measure immediately at that moment (unless, of course, the Comp group where you included the measure isn't updated instead), but if you're happy with it, then it's all good. ;-)
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
arcanosa84
Posts: 173
Joined: May 21st, 2023, 1:47 am

Re: Help to assemble a formula

Post by arcanosa84 »

Yincognito wrote: September 14th, 2023, 3:32 am Not bad at all. Certainly not catastrophic, quite good actually. I see that you started to like those conditionals, lol. Well done... and no repetition of simple tasks or suggestions needed, I'd say it can't get better than this. :great:

P.S. You'll probably have a small delay in performing the show / hide when changing pages since you chose to not update the measure immediately at that moment (unless, of course, the Comp group where you included the measure isn't updated instead), but if you're happy with it, then it's all good. ;-)
.S. You'll probably have a small delay in performing the show / hide when changing pages since you chose to not update the measure immediately at that moment (unless, of course, the Comp group where you included the measure isn't updated instead), but if you're happy with it, then it's all good. ;-)
Well yes. In other words, now the situation is that when I have the configuration skin open on page 2 where the buttons are, and I close the Moon it works, but if I go from 1 to 2 without the Moon running it shows me those buttons that shouldn't .
I tried with OnChangeAction=[!UpdateMeter *][!Redraw] on [MeasureActive1] and it's not obvious something is wrong. :confused: :confused:

Code: Select all

[MeasureActive1]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
OnChangeAction=[!UpdateMeter *][!Redraw]
IfCondition=(#Pag#=2?MeasureActive1:0) = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45][!UpdateMeter *][!Redraw]
The change of pages looked like this

Code: Select all

[CambiodePaginaSig]
Meter = Image
ImageName = #@#\Images\Settings\Siguiente.png
ImageTint = #ColorBotPag#
x = 691
y = 453
LeftMouseUpAction=[!HideMeterGroup Pag1][!ShowMeterGroup Pag2][!ShowMeter "CambiodePaginaAnt"][!HideMeter "CambiodePaginaSig"][!SetVariable Pag 2][!UpdateMeter *][!Redraw]
DynamicVariables=1
ToolTipType=1
ToolTipText=Siguiente

[CambiodePaginaAnt]
Meter = Image
ImageName = #@#\Images\Settings\Anterior.png
ImageTint = #ColorBotPag#
x = -7
y = 453
LeftMouseUpAction=[!HideMeterGroup Pag2][!ShowMeterGroup Pag1][!ShowMeter "CambiodePaginaSig"][!HideMeter "CambiodePaginaAnt"][!SetVariable Pag 1][!UpdateMeter *][!Redraw]
DynamicVariables=1
ToolTipType=1
ToolTipText=Anterior
Hidden=1
Last edited by arcanosa84 on September 14th, 2023, 3:56 am, edited 2 times in total.
:Whistle :Whistle Learning is the most complete art of life. Just enjoy it. :bow: :bow:
User avatar
Yincognito
Rainmeter Sage
Posts: 8176
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help to assemble a formula

Post by Yincognito »

arcanosa84 wrote: September 14th, 2023, 3:43 am Well yes, it has a delay, I have my doubts on how to make it update as soon as it is needed, guide me :D
Nah, I already guided you on that. :D I told you, you skipped the step about updating this measure after setting Pag, when changing pages.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
Yincognito
Rainmeter Sage
Posts: 8176
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help to assemble a formula

Post by Yincognito »

arcanosa84 wrote: September 14th, 2023, 3:43 am Well yes. In other words, now the situation is that when I have the configuration skin open on page 2 where the buttons are, and I close the Moon it works, but if I go from 1 to 2 without the Moon running it shows me those buttons that shouldn't .
I tried with OnChangeAction=[!UpdateMeter *][!Redraw] on [MeasureActive1] and it's not obvious something is wrong. :confused: :confused:

Code: Select all

[MeasureActive1]
Group=Comp
Measure=Plugin
Plugin=ConfigActive
ConfigName=#Config1#
DynamicVariables=1
OnChangeAction=[!UpdateMeter *][!Redraw]
IfCondition=(#Pag#=2?MeasureActive1:0) = 1
IfTrueAction=[!ShowMeter ColorLunaAtmB][!ShowMeter ColorLunaPlaB][!ShowMeter MeterNombre45][!UpdateMeter *][!Redraw]
IfFalseAction=[!HideMeter ColorLunaAtmB][!HideMeter ColorLunaPlaB][!HideMeter MeterNombre45][!UpdateMeter *][!Redraw]
The change of pages looked like this

Code: Select all

[CambiodePaginaSig]
Meter = Image
ImageName = #@#\Images\Settings\Siguiente.png
ImageTint = #ColorBotPag#
x = 691
y = 453
LeftMouseUpAction=[!HideMeterGroup Pag1][!ShowMeterGroup Pag2][!ShowMeter "CambiodePaginaAnt"][!HideMeter "CambiodePaginaSig"][!SetVariable Pag 2][!UpdateMeter *][!Redraw]
DynamicVariables=1
ToolTipType=1
ToolTipText=Siguiente

[CambiodePaginaAnt]
Meter = Image
ImageName = #@#\Images\Settings\Anterior.png
ImageTint = #ColorBotPag#
x = -7
y = 453
LeftMouseUpAction=[!HideMeterGroup Pag2][!ShowMeterGroup Pag1][!ShowMeter "CambiodePaginaSig"][!HideMeter "CambiodePaginaAnt"][!SetVariable Pag 1][!UpdateMeter *][!Redraw]
DynamicVariables=1
ToolTipType=1
ToolTipText=Anterior
Hidden=1
And... now we're back again to square one, unfortunately. Just follow the steps I described earlier, nothing more and nothing less, and you should be fine.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth