diff --git a/Release/Win32/Unit1.dcu b/Release/Win32/Unit1.dcu index a7cafe8..88743e7 100644 Binary files a/Release/Win32/Unit1.dcu and b/Release/Win32/Unit1.dcu differ diff --git a/Release/Win32/Unit2.dcu b/Release/Win32/Unit2.dcu index c59cd43..fc59517 100644 Binary files a/Release/Win32/Unit2.dcu and b/Release/Win32/Unit2.dcu differ diff --git a/Release/Win32/nooLiteF.exe b/Release/Win32/nooLiteF.exe index 50b6616..bc2439c 100644 Binary files a/Release/Win32/nooLiteF.exe and b/Release/Win32/nooLiteF.exe differ diff --git a/Unit1.pas b/Unit1.pas index 3b2363f..caa2d83 100644 --- a/Unit1.pas +++ b/Unit1.pas @@ -4297,6 +4297,15 @@ procedure TForm1.N16Click(Sender: TObject); Form2.RadioGroup3.Left:=213; end; + + if (dev_type_temp=10) then begin //temporary + Form2.RadioGroup1.Visible:=false; + Form2.RadioGroup5.Visible:=false; + Form2.RadioGroup3.Top:=51; + Form2.RadioGroup3.Left:=8; + end; + + if (dev_type_temp=3) then begin //change position for control Form2.RadioGroup3.Top:=51;