-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuServerDB.dfm
More file actions
82 lines (82 loc) · 1.95 KB
/
uServerDB.dfm
File metadata and controls
82 lines (82 loc) · 1.95 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
object frmMain: TfrmMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = #1057#1077#1088#1074#1077#1088' '#1041#1044
ClientHeight = 198
ClientWidth = 327
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object chkAutoStart: TCheckBox
Left = 24
Top = 165
Width = 209
Height = 17
Caption = #1047#1072#1087#1091#1089#1082#1072#1090#1100' '#1074#1084#1077#1089#1090#1077' '#1089' '#1054#1057
Enabled = False
TabOrder = 0
OnMouseUp = chkAutoStartMouseUp
end
object btnExit: TButton
Left = 266
Top = 161
Width = 49
Height = 25
Caption = #1042#1099#1093#1086#1076
TabOrder = 1
OnClick = btnExitClick
end
object lbeIPHost: TLabeledEdit
Left = 24
Top = 23
Width = 281
Height = 24
EditLabel.Width = 75
EditLabel.Height = 16
EditLabel.Caption = #1048#1084#1103' '#1089#1077#1088#1074#1077#1088#1072
TabOrder = 2
end
object lbeIPPort: TLabeledEdit
Left = 24
Top = 72
Width = 281
Height = 24
EditLabel.Width = 75
EditLabel.Height = 16
EditLabel.Caption = #1057#1074#1086#1081' IP '#1087#1086#1088#1090
TabOrder = 3
Text = '888'
end
object lbeDBName: TLabeledEdit
Left = 24
Top = 121
Width = 241
Height = 24
EditLabel.Width = 107
EditLabel.Height = 16
EditLabel.Caption = #1056#1072#1089#1087#1086#1083#1086#1078#1077#1085#1080#1077' '#1041#1044
TabOrder = 4
end
object btnDir: TButton
Left = 271
Top = 121
Width = 34
Height = 25
Caption = '...'
Enabled = False
TabOrder = 5
OnClick = btnDirClick
end
end