-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit2.dfm
141 lines (141 loc) · 3.98 KB
/
Unit2.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
object ServerAddForm: TServerAddForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1089#1077#1088#1074#1077#1088
ClientHeight = 363
ClientWidth = 304
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poMainFormCenter
OnClose = FormClose
OnShow = FormShow
TextHeight = 15
object ArgsLabel: TLabel
Left = 8
Top = 105
Width = 157
Height = 15
Caption = #1040#1088#1075#1091#1084#1077#1085#1090#1099' '#1079#1072#1087#1091#1089#1082#1072' '#1089#1077#1088#1074#1077#1088#1072':'
end
object RconNote: TLabel
Left = 8
Top = 272
Width = 265
Height = 39
Caption =
'RCON '#1087#1072#1088#1086#1083#1100' '#1091#1082#1072#1079#1099#1074#1072#1090#1100' '#1085#1077' '#1086#1073#1103#1079#1072#1090#1077#1083#1100#1085#1086'. '#1054#1085' '#1085#1091#1078#1077#1085' '#1090#1086#1083#1100#1082#1086' '#1076#1083#1103' '#1092#1091#1085#1082#1094#1080 +
#1081' '#1084#1103#1075#1082#1086#1081' '#1087#1077#1088#1077#1079#1072#1075#1088#1091#1079#1082#1080' '#1080' '#1084#1103#1075#1082#1086#1075#1086' '#1074#1099#1082#1083#1102#1095#1077#1085#1080#1103' '#1089#1077#1088#1074#1077#1088#1072'.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = [fsItalic]
ParentFont = False
WordWrap = True
end
object IPEdit: TLabeledEdit
Left = 8
Top = 24
Width = 97
Height = 23
Hint = 'IP '#1074#1072#1096#1077#1075#1086' '#1089#1077#1088#1074#1077#1088#1072
EditLabel.Width = 47
EditLabel.Height = 15
EditLabel.Caption = 'IP '#1072#1076#1088#1077#1089':'
MaxLength = 15
TabOrder = 0
Text = ''
end
object PortEdit: TLabeledEdit
Left = 111
Top = 24
Width = 50
Height = 23
EditLabel.Width = 31
EditLabel.Height = 15
EditLabel.Caption = #1055#1086#1088#1090':'
NumbersOnly = True
TabOrder = 1
Text = '27015'
end
object FileEdit: TLabeledEdit
Left = 8
Top = 72
Width = 251
Height = 23
EditLabel.Width = 153
EditLabel.Height = 15
EditLabel.Caption = #1055#1091#1090#1100' '#1082' .exe '#1074#1072#1096#1077#1075#1086' '#1089#1077#1088#1074#1077#1088#1072':'
ReadOnly = True
TabOrder = 2
Text = ''
end
object FileButton: TButton
Left = 265
Top = 71
Width = 29
Height = 25
Caption = '...'
TabOrder = 3
OnClick = FileButtonClick
end
object ArgsMemo: TMemo
Left = 8
Top = 125
Width = 286
Height = 89
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Lines.Strings = (
'-console -port 27015 -tickrate 33 -game garrysmod '
'+gamemode sandbox ...')
ParentFont = False
TabOrder = 4
OnClick = ArgsMemoClick
end
object SaveButton: TButton
Left = 8
Top = 329
Width = 135
Height = 25
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
TabOrder = 5
OnClick = SaveButtonClick
end
object CancelButton: TButton
Left = 161
Top = 329
Width = 135
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 6
OnClick = CancelButtonClick
end
object PassEdit: TLabeledEdit
Left = 8
Top = 243
Width = 288
Height = 23
EditLabel.Width = 79
EditLabel.Height = 15
EditLabel.Caption = 'RCON '#1087#1072#1088#1086#1083#1100':'
TabOrder = 7
Text = ''
end
object OpenDialog: TOpenDialog
FileName = 'srcds.exe'
Filter = #1048#1089#1087#1086#1083#1085#1103#1077#1084#1099#1077' '#1092#1072#1081#1083#1099'|*.exe'
Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist, ofEnableSizing]
Title = #1042#1099#1073#1077#1088#1080#1090#1077' '#1080#1089#1087#1086#1083#1085#1103#1077#1084#1099#1081' '#1092#1072#1081#1083' '#1089#1077#1088#1074#1077#1088#1072
Left = 248
Top = 8
end
end