-
Notifications
You must be signed in to change notification settings - Fork 1
/
UCutApplicationAsfbin.dfm
69 lines (69 loc) · 1.4 KB
/
UCutApplicationAsfbin.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
64
65
66
67
68
69
inherited frmCutApplicationAsfbin: TfrmCutApplicationAsfbin
Height = 170
Constraints.MinHeight = 170
DesignSize = (
385
170)
inherited lblTempDir: TLabel
Left = 236
Top = 76
Visible = False
end
object lblCommandLineOptions: TLabel [2]
Left = 8
Top = 120
Width = 109
Height = 13
Caption = 'Command Line Options'
end
object edtCommandLineOptions: TEdit [3]
Left = 6
Top = 139
Width = 376
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 8
OnChange = edtCommandLineOptionsChange
end
inherited edtTempDir: TEdit
Left = 300
Top = 72
Width = 53
TabOrder = 5
Visible = False
end
inherited btnBrowseTempDir: TButton
Left = 361
Top = 72
TabOrder = 6
Visible = False
end
inherited cbRedirectOutput: TJvCheckBox
Top = 49
TabOrder = 2
end
inherited cbShowAppWindow: TJvCheckBox
Top = 73
TabOrder = 4
end
inherited cbCleanUp: TJvCheckBox
Left = 236
Top = 48
TabOrder = 3
Visible = False
end
object cbRkf: TJvCheckBox [11]
Left = 6
Top = 97
Width = 230
Height = 17
Caption = 'Recreate Keyframes (only Asfbin 1.5 or later)'
TabOrder = 7
OnClick = cbRkfClick
LinkedControls = <>
end
inherited selectFileDlg: TOpenDialog
Left = 320
Top = 100
end
end