-
Notifications
You must be signed in to change notification settings - Fork 1
/
UCutApplicationVirtualDub.dfm
63 lines (63 loc) · 1.37 KB
/
UCutApplicationVirtualDub.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
inherited frmCutApplicationVirtualDub: TfrmCutApplicationVirtualDub
Width = 435
Height = 243
Constraints.MinHeight = 210
Constraints.MinWidth = 435
DesignSize = (
435
243)
inherited edtPath: TEdit
Width = 398
end
inherited btnBrowsePath: TButton
Left = 407
end
inherited edtTempDir: TEdit
Width = 398
end
inherited btnBrowseTempDir: TButton
Left = 407
end
object cbNotClose: TJvCheckBox [6]
Left = 6
Top = 164
Width = 275
Height = 17
Caption = 'Do not close virtualdub after cutting (not for vdub.exe)'
TabOrder = 4
LinkedControls = <>
end
object cbUseSmartRendering: TJvCheckBox [7]
Left = 6
Top = 187
Width = 275
Height = 17
Caption = 'Use Smart Rendering (only VirtualDub.exe 1.7 or later)'
TabOrder = 5
LinkedControls = <>
end
object cbShowProgressWindow: TJvCheckBox [8]
Left = 6
Top = 210
Width = 134
Height = 17
Caption = 'Show Progress Window'
Checked = True
State = cbChecked
TabOrder = 9
LinkedControls = <>
end
inherited cbRedirectOutput: TJvCheckBox
TabOrder = 6
end
inherited cbShowAppWindow: TJvCheckBox
TabOrder = 7
end
inherited cbCleanUp: TJvCheckBox
TabOrder = 8
end
inherited selectFileDlg: TOpenDialog
Left = 364
Top = 144
end
end