Skip to content

Commit 67cd5c9

Browse files
ADD: update to new LCL-Version
1 parent b63814b commit 67cd5c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

graphics/AVI_Creator/unit1.lfm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@ object Form1: TForm1
66
Caption = 'Form1'
77
ClientHeight = 242
88
ClientWidth = 546
9+
LCLVersion = '3.99.0.0'
910
OnCreate = FormCreate
10-
LCLVersion = '2.3.0.0'
1111
object Button1: TButton
1212
Left = 8
1313
Height = 25
1414
Top = 8
1515
Width = 136
1616
Caption = 'Scan Folder'
17-
OnClick = Button1Click
1817
TabOrder = 0
18+
OnClick = Button1Click
1919
end
2020
object Label1: TLabel
2121
Left = 192
22-
Height = 60
22+
Height = 48
2323
Top = 32
24-
Width = 326
24+
Width = 369
2525
Caption = '- Click Scan Folder '#10'- Select folder that contains the images to convert to a .avi file'#10#10'- supported file formats: .bmp, .png, .jpg'
2626
end
2727
object Label2: TLabel
2828
Left = 8
29-
Height = 15
29+
Height = 16
3030
Top = 56
31-
Width = 53
31+
Width = 61
3232
Caption = 'Framerate'
3333
end
3434
object Edit1: TEdit
3535
Left = 24
36-
Height = 23
36+
Height = 26
3737
Top = 80
3838
Width = 120
3939
TabOrder = 1

0 commit comments

Comments
 (0)