-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.dfm
More file actions
100 lines (97 loc) · 2.06 KB
/
main.dfm
File metadata and controls
100 lines (97 loc) · 2.06 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 290
ClientWidth = 493
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
AlignWithMargins = True
Left = 3
Top = 3
Width = 487
Height = 89
Align = alTop
Lines.Strings = (
'int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,'
' AVCodecContext *avctx, const char' +
' *args,'
' uint8_t **poutbuf, int *poutbuf_s' +
'ize,'
' const uint8_t *buf, int buf_size,' +
' int keyframe);')
TabOrder = 0
ExplicitLeft = 48
ExplicitTop = 56
ExplicitWidth = 185
end
object Memo2: TMemo
AlignWithMargins = True
Left = 3
Top = 98
Width = 487
Height = 89
Align = alTop
Lines.Strings = (
'Memo2')
TabOrder = 1
ExplicitLeft = -2
end
object Panel1: TPanel
AlignWithMargins = True
Left = 3
Top = 256
Width = 487
Height = 31
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 212
object Button1: TButton
AlignWithMargins = True
Left = 3
Top = 3
Width = 75
Height = 25
Align = alLeft
Caption = 'function'
TabOrder = 0
OnClick = Button1Click
ExplicitLeft = 0
end
object Button2: TButton
AlignWithMargins = True
Left = 84
Top = 3
Width = 75
Height = 25
Align = alLeft
Caption = 'Func buf'
TabOrder = 1
OnClick = Button2Click
ExplicitLeft = 88
ExplicitTop = 8
end
end
object Edit1: TEdit
AlignWithMargins = True
Left = 3
Top = 193
Width = 487
Height = 21
Align = alTop
TabOrder = 3
Text = 'Edit1'
OnChange = Edit1Change
ExplicitWidth = 121
end
end