Skip to content

Commit 8bc1845

Browse files
ADD: rework code and store settings in .ini files
1 parent 0bcca47 commit 8bc1845

File tree

2 files changed

+218
-126
lines changed

2 files changed

+218
-126
lines changed

miniprojects/Button_Tool/unit1.lfm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Form1: TForm1
2-
Left = 347
2+
Left = 338
33
Height = 522
4-
Top = 107
4+
Top = 119
55
Width = 624
66
ActiveControl = Button1
77
Caption = 'Form1'
@@ -295,8 +295,8 @@ object Form1: TForm1
295295
Left = 178
296296
Height = 16
297297
Top = 7
298-
Width = 87
299-
Caption = 'treshold value'
298+
Width = 95
299+
Caption = 'threshold value'
300300
ParentColor = False
301301
end
302302
end

0 commit comments

Comments
 (0)