-
Notifications
You must be signed in to change notification settings - Fork 2
/
unZjistiIp.frm
70 lines (70 loc) · 1.36 KB
/
unZjistiIp.frm
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
object frmZjistiIp: TfrmZjistiIp
Left = 57
Height = 195
Top = 43
Width = 555
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Telepho base IP detecting'
ClientHeight = 195
ClientWidth = 555
OnShow = FormShow
LCLVersion = '1.5'
object StringGrid1: TStringGrid
Left = 7
Height = 116
Top = 21
Width = 529
AutoEdit = False
AutoFillColumns = True
ColCount = 4
Columns = <
item
Title.Caption = 'LAN name'
Width = 131
end
item
Title.Caption = 'IP adresa'
Width = 131
end
item
Title.Caption = 'Gigaset.net'
Width = 131
end
item
Title.Caption = 'MAC adresa'
Width = 132
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goRowSelect, goDblClickAutoSize, goSmoothScroll]
RowCount = 4
TabOrder = 0
OnSelectCell = StringGrid1SelectCell
ColWidths = (
131
131
131
132
)
end
object btnOK: TButton
Left = 459
Height = 25
Top = 152
Width = 75
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 360
Height = 25
Top = 152
Width = 75
Cancel = True
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 2
end
end