forked from crypto2011/IDR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plugins.dfm
48 lines (48 loc) · 992 Bytes
/
Plugins.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
object FPlugins: TFPlugins
Left = 550
Top = 365
Width = 548
Height = 287
Caption = 'Plugins'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object cklbPluginsList: TCheckListBox
Left = 0
Top = 0
Width = 540
Height = 209
OnClickCheck = cklbPluginsListClickCheck
Align = alTop
ItemHeight = 16
TabOrder = 0
OnDblClick = cklbPluginsListDblClick
end
object bOk: TButton
Left = 144
Top = 216
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 1
OnClick = bOkClick
end
object bCancel: TButton
Left = 320
Top = 216
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = bCancelClick
end
end