-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathUServer.Banning.dfm
154 lines (154 loc) · 3.1 KB
/
UServer.Banning.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
146
147
148
149
150
151
152
153
154
object FormBan: TFormBan
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1054#1090#1087#1088#1072#1074#1080#1090#1100' '#1074' '#1073#1072#1085
ClientHeight = 177
ClientWidth = 316
Color = 2171169
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 8
Width = 56
Height = 16
Caption = #1055#1088#1080#1095#1080#1085#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 68
Width = 32
Height = 16
Caption = #1057#1088#1086#1082
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 98
Width = 31
Height = 19
AutoSize = False
Caption = #1044#1085#1077#1081':'
end
object Label4: TLabel
Left = 108
Top = 98
Width = 35
Height = 19
AutoSize = False
Caption = #1063#1072#1089#1086#1074':'
end
object Label5: TLabel
Left = 204
Top = 98
Width = 35
Height = 19
AutoSize = False
Caption = #1052#1080#1085#1091#1090':'
end
object SpinEditDays: TlkSpinEdit
Left = 53
Top = 95
Width = 49
Height = 22
Ctl3D = False
MaxValue = 0
MinValue = 0
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Value = 0
end
object SpinEditHours: TlkSpinEdit
Left = 149
Top = 95
Width = 49
Height = 22
Ctl3D = False
MaxValue = 0
MinValue = 0
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Value = 0
end
object SpinEditMins: TlkSpinEdit
Left = 245
Top = 95
Width = 49
Height = 22
Ctl3D = False
MaxValue = 0
MinValue = 0
ParentColor = True
ParentCtl3D = False
TabOrder = 3
Value = 0
end
object Panel1: TPanel
Left = 0
Top = 138
Width = 316
Height = 39
Align = alBottom
BevelEdges = [beTop]
BevelOuter = bvNone
Color = 3355443
ParentBackground = False
TabOrder = 4
ExplicitTop = 137
object ButtonCancel: TButton
Left = 233
Top = 7
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Default = True
ModalResult = 2
TabOrder = 0
end
object ButtonOK: TButton
Left = 152
Top = 7
Width = 75
Height = 25
Caption = #1043#1086#1090#1086#1074#1086
TabOrder = 1
OnClick = ButtonOKClick
end
end
object EditReason: TComboBox
Left = 22
Top = 34
Width = 272
Height = 24
Style = csDropDownList
ItemIndex = 0
TabOrder = 0
Text = #1055#1086#1074#1077#1076#1077#1085#1080#1077
Items.Strings = (
#1055#1086#1074#1077#1076#1077#1085#1080#1077
#1056#1077#1081#1076
#1063#1080#1090#1099)
end
end