Skip to content

Commit

Permalink
Убраны некоторые настройки для блока 10-1000-A
Browse files Browse the repository at this point in the history
issue #79
  • Loading branch information
dima-create committed Oct 24, 2022
1 parent 63504d4 commit 8eee48d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file modified Release/Win32/Unit1.dcu
Binary file not shown.
Binary file modified Release/Win32/Unit2.dcu
Binary file not shown.
Binary file modified Release/Win32/nooLiteF.exe
Binary file not shown.
9 changes: 9 additions & 0 deletions Unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8eee48d

Please sign in to comment.