-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUnitAdd.dfm
More file actions
54 lines (54 loc) · 1.16 KB
/
UnitAdd.dfm
File metadata and controls
54 lines (54 loc) · 1.16 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
object FormAddress: TFormAddress
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'IP address'
ClientHeight = 187
ClientWidth = 505
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 56
Width = 198
Height = 16
Caption = 'Enter the IP address of the server:'
Color = clCaptionText
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Edit1: TEdit
Left = 288
Top = 55
Width = 161
Height = 21
TabOrder = 0
end
object OKBtn: TButton
Left = 224
Top = 136
Width = 75
Height = 25
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = OKBtnClick
end
end