-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathunit5.lfm
More file actions
99 lines (99 loc) · 1.69 KB
/
unit5.lfm
File metadata and controls
99 lines (99 loc) · 1.69 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
object Form5: TForm5
Left = 334
Height = 171
Top = 118
Width = 293
Caption = 'Form5'
ClientHeight = 171
ClientWidth = 293
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object CheckBox1: TCheckBox
Left = 142
Height = 22
Top = 8
Width = 52
Caption = 'seen'
TabOrder = 0
end
object Button1: TButton
Left = 8
Height = 25
Top = 136
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Button2: TButton
Left = 212
Height = 25
Top = 136
Width = 75
Anchors = [akTop, akRight]
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object Label3: TLabel
Left = 8
Height = 16
Top = 104
Width = 92
Caption = 'Episode Name :'
ParentColor = False
end
object Label4: TLabel
Left = 8
Height = 16
Top = 72
Width = 49
Caption = 'Season :'
ParentColor = False
end
object Label5: TLabel
Left = 8
Height = 16
Top = 40
Width = 41
Caption = 'Series :'
ParentColor = False
end
object Edit1: TEdit
Left = 142
Height = 26
Top = 32
Width = 145
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
Text = 'Edit1'
end
object Edit2: TEdit
Left = 142
Height = 26
Top = 64
Width = 145
Anchors = [akTop, akLeft, akRight]
TabOrder = 4
Text = 'Edit2'
end
object Edit3: TEdit
Left = 142
Height = 26
Top = 96
Width = 145
Anchors = [akTop, akLeft, akRight]
TabOrder = 5
Text = 'Edit3'
end
object Button3: TButton
Left = 112
Height = 25
Top = 136
Width = 75
Caption = 'Delete'
ModalResult = 7
TabOrder = 6
end
end