You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphics/AVI_Creator/unit1.lfm
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,34 @@ object Form1: TForm1
6
6
Caption = 'Form1'
7
7
ClientHeight = 242
8
8
ClientWidth = 546
9
+
LCLVersion = '3.99.0.0'
9
10
OnCreate = FormCreate
10
-
LCLVersion = '2.3.0.0'
11
11
object Button1: TButton
12
12
Left = 8
13
13
Height = 25
14
14
Top = 8
15
15
Width = 136
16
16
Caption = 'Scan Folder'
17
-
OnClick = Button1Click
18
17
TabOrder = 0
18
+
OnClick = Button1Click
19
19
end
20
20
object Label1: TLabel
21
21
Left = 192
22
-
Height = 60
22
+
Height = 48
23
23
Top = 32
24
-
Width = 326
24
+
Width = 369
25
25
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'
0 commit comments