-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plugins.dfm
145 lines (145 loc) · 3.83 KB
/
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
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
140
141
142
143
144
145
object Plugs: TPlugs
Left = 200
Top = 109
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = #1055#1083#1072#1075#1080#1085#1099
ClientHeight = 265
ClientWidth = 401
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 130
Height = 13
Caption = #1059#1089#1090#1072#1085#1086#1074#1083#1077#1085#1085#1099#1077' '#1087#1083#1072#1075#1080#1085#1099':'
end
object Label2: TLabel
Left = 168
Top = 8
Width = 33
Height = 13
Caption = #1040#1074#1090#1086#1088':'
end
object Label3: TLabel
Left = 160
Top = 24
Width = 3
Height = 13
end
object Label4: TLabel
Left = 168
Top = 48
Width = 31
Height = 13
Caption = 'E-mail:'
end
object Label5: TLabel
Left = 160
Top = 64
Width = 3
Height = 13
Cursor = crHandPoint
Hint = #1053#1072#1087#1080#1089#1072#1090#1100' '#1087#1080#1089#1100#1084#1086' '#1072#1074#1090#1086#1088#1091' '#1087#1083#1072#1075#1080#1085#1072'.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = Label5Click
end
object Label6: TLabel
Left = 168
Top = 88
Width = 73
Height = 13
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1081':'
end
object ListBox1: TListBox
Left = 8
Top = 24
Width = 145
Height = 233
ItemHeight = 13
Sorted = True
TabOrder = 0
OnClick = ListBox1Click
OnDblClick = Button2Click
OnKeyDown = ListBox1KeyDown
end
object Button2: TButton
Left = 160
Top = 200
Width = 113
Height = 25
Cursor = crHandPoint
Hint = #1040#1082#1090#1080#1074#1080#1088#1086#1074#1072#1090#1100' '#1074#1099#1073#1088#1072#1085#1085#1099#1081' '#1087#1083#1072#1075#1080#1085'.'
Caption = #1047#1072#1087#1091#1089#1082
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = Button2Click
end
object Memo1: TMemo
Left = 160
Top = 104
Width = 233
Height = 89
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object Button1: TButton
Left = 280
Top = 232
Width = 113
Height = 25
Cursor = crHandPoint
Caption = #1047#1072#1082#1088#1099#1090#1100
TabOrder = 5
OnClick = Button1Click
end
object Button3: TButton
Left = 160
Top = 232
Width = 113
Height = 25
Cursor = crHandPoint
Hint = #1047#1072#1075#1088#1091#1079#1080#1090#1100' '#1089' '#1089#1072#1081#1090#1072' '#1080#1075#1088#1099' '#1085#1086#1074#1099#1077' '#1087#1083#1072#1075#1080#1085#1099'.'
Caption = #1047#1072#1075#1088#1091#1079#1080#1090#1100' '#1077#1097#1077'...'
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 280
Top = 200
Width = 113
Height = 25
Cursor = crHandPoint
Hint = #1054#1090#1082#1088#1099#1090#1100' '#1088#1091#1082#1086#1074#1086#1076#1089#1090#1074#1086' '#1087#1086' '#1089#1086#1079#1076#1072#1085#1080#1102' '#1087#1083#1072#1075#1080#1085#1086#1074'.'
Caption = #1057#1086#1079#1076#1072#1085#1080#1077' '#1087#1083#1072#1075#1080#1085#1086#1074
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = Button4Click
end
end