Skip to content

Commit

Permalink
fHVSprEdit: pridat vice mista na funkce.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed May 24, 2020
1 parent 5d87fb5 commit cf0f5a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions src/forms/fSprHVEdit.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object F_SprHVEdit: TF_SprHVEdit
object CB_HV1_HV: TComboBox
Left = 7
Top = 13
Width = 217
Width = 194
Height = 21
Margins.Left = 2
Margins.Top = 2
Expand All @@ -55,7 +55,7 @@ object F_SprHVEdit: TF_SprHVEdit
object RG_HV1_dir: TRadioGroup
Left = 7
Top = 38
Width = 219
Width = 194
Height = 57
Margins.Left = 2
Margins.Top = 2
Expand All @@ -76,7 +76,7 @@ object F_SprHVEdit: TF_SprHVEdit
object M_HV1_Notes: TMemo
Left = 7
Top = 122
Width = 219
Width = 194
Height = 156
Margins.Left = 2
Margins.Top = 2
Expand All @@ -88,22 +88,20 @@ object F_SprHVEdit: TF_SprHVEdit
OnKeyPress = M_HV1_NotesKeyPress
end
object PC_Funkce: TPageControl
Left = 233
Left = 206
Top = 8
Width = 145
Width = 172
Height = 270
ActivePage = TS_F15_F28
ActivePage = TS_F0_F14
TabOrder = 3
object TS_F0_F14: TTabSheet
Caption = 'F0-F14'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 281
ExplicitHeight = 165
ExplicitWidth = 137
end
object TS_F15_F28: TTabSheet
Caption = 'F15-F28'
ImageIndex = 1
ExplicitWidth = 137
end
end
end
2 changes: 1 addition & 1 deletion src/forms/fSprHVEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ procedure TF_SprHVEdit.CreateCHBFunkce();
Left := 2;
Caption := 'F'+IntToStr(i);
AutoSize := false;
Width := 130;
Width := 160;

atop := atop + 16;
if (i = 14) then aTop := 16;
Expand Down

0 comments on commit cf0f5a2

Please sign in to comment.