-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathTESVT_Templates.dfm
More file actions
139 lines (139 loc) · 2.59 KB
/
Copy pathTESVT_Templates.dfm
File metadata and controls
139 lines (139 loc) · 2.59 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
object Form22: TForm22
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsSingle
Caption = 'lbl_Templates'
ClientHeight = 569
ClientWidth = 489
Color = clBtnFace
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 307
Width = 45
Height = 13
Caption = 'isEnabled'
end
object Label2: TLabel
Left = 167
Top = 307
Width = 47
Height = 13
Caption = 'isDisabled'
end
object Label3: TLabel
Left = 327
Top = 307
Width = 45
Height = 13
Caption = 'isFallback'
end
object ListBox1: TListBox
Left = 8
Top = 326
Width = 153
Height = 201
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnDragDrop = ListBox1DragDrop
OnDragOver = ListBox1DragOver
end
object ListBox2: TListBox
Left = 167
Top = 326
Width = 154
Height = 201
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
TabOrder = 1
OnDragDrop = ListBox1DragDrop
OnDragOver = ListBox1DragOver
end
object ListBox3: TListBox
Left = 327
Top = 326
Width = 154
Height = 201
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
TabOrder = 2
OnDragDrop = ListBox1DragDrop
OnDragOver = ListBox1DragOver
end
object Button1: TButton
Left = 383
Top = 536
Width = 98
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 536
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object Button3: TButton
Left = 359
Top = 35
Width = 58
Height = 21
Caption = '+'
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 423
Top = 35
Width = 58
Height = 22
Caption = '-'
TabOrder = 6
OnClick = Button4Click
end
object Edit1: TEdit
Left = 8
Top = 8
Width = 473
Height = 21
TabOrder = 7
OnChange = Edit1Change
end
object ListBox4: TListBox
Left = 8
Top = 63
Width = 473
Height = 238
DragMode = dmAutomatic
ItemHeight = 13
TabOrder = 8
OnDblClick = ListBox4DblClick
OnDragDrop = ListBox4DragDrop
OnDragOver = ListBox4DragOver
end
end