diff --git a/Projects/Simba/simbaunit.lfm b/Projects/Simba/simbaunit.lfm index ddd772c..6d5e3cf 100644 --- a/Projects/Simba/simbaunit.lfm +++ b/Projects/Simba/simbaunit.lfm @@ -397,17 +397,10 @@ object SimbaForm: TSimbaForm EditLabel.AnchorSideTop.Side = asrCenter EditLabel.AnchorSideRight.Control = LabeledEditSearch EditLabel.AnchorSideBottom.Control = LabeledEditSearch -<<<<<<< HEAD EditLabel.Left = 64 EditLabel.Height = 18 EditLabel.Top = 10 EditLabel.Width = 37 -======= - EditLabel.Left = 71 - EditLabel.Height = 16 - EditLabel.Top = 9 - EditLabel.Width = 30 ->>>>>>> upstream/master EditLabel.Caption = 'Find: ' EditLabel.ParentColor = False LabelPosition = lpLeft @@ -422,11 +415,7 @@ object SimbaForm: TSimbaForm Left = 320 Height = 24 Top = 7 -<<<<<<< HEAD Width = 101 -======= - Width = 80 ->>>>>>> upstream/master Caption = 'Match case' OnClick = CheckBoxMatchCaseClick TabOrder = 1 @@ -468,13 +457,10 @@ object SimbaForm: TSimbaForm OnKeyDown = editSearchListKeyDown OnKeyPress = editSearchListKeyPress end -<<<<<<< HEAD -======= inherited FunctionListLabel: TLabel Height = 16 Width = 146 end ->>>>>>> upstream/master end end object MainMenu: TMainMenu