Skip to content

Commit

Permalink
Добавил возможность менять сочетание клавиш, Fixes, Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
HemulGM committed Sep 21, 2021
1 parent 3ffc0a0 commit b508722
Show file tree
Hide file tree
Showing 5 changed files with 2,228 additions and 134 deletions.
5 changes: 1 addition & 4 deletions CTS.Main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -19186,7 +19186,6 @@ object FormMain: TFormMain
Font.Style = []
ParentFont = False
TabOrder = 1
OnChange = EditResHEXChange
OnKeyPress = EditResHEXKeyPress
end
object EditResTColor: TEdit
Expand All @@ -19204,7 +19203,6 @@ object FormMain: TFormMain
Font.Style = []
ParentFont = False
TabOrder = 2
OnChange = EditResTColorChange
OnKeyPress = EditResTColorKeyPress
end
object EditResHTML: TEdit
Expand All @@ -19222,7 +19220,6 @@ object FormMain: TFormMain
Font.Style = []
ParentFont = False
TabOrder = 3
OnChange = EditResHTMLChange
OnKeyPress = EditResHTMLKeyPress
end
object ButtonFlatHEX: TButtonFlat
Expand Down Expand Up @@ -20140,7 +20137,7 @@ object FormMain: TFormMain
Top = 27
Width = 52
Height = 58
Hint = #1044#1086#1087#1086#1083#1085#1080#1090#1077#1083#1100#1085#1086#1077' '#1086#1082#1085#1086' '#1074#1099#1073#1086#1088#1072' '#1094#1074#1077#1090#1072
Hint = #1054#1082#1085#1086' '#1076#1083#1103' '#1090#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1103' '#1089#1086#1095#1077#1090#1072#1085#1080#1103' '#1094#1074#1077#1090#1072' '#1092#1086#1085#1072' '#1080' '#1090#1077#1082#1089#1090#1072
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Expand Down
Loading

0 comments on commit b508722

Please sign in to comment.