-
Notifications
You must be signed in to change notification settings - Fork 0
/
EthernetCardSelectionForm.dfm
62 lines (62 loc) · 1.28 KB
/
EthernetCardSelectionForm.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
object EthernetAdaptorSelectionForm: TEthernetAdaptorSelectionForm
Left = 275
Top = 140
Width = 410
Height = 126
Caption = 'EthernetAdaptorSelectionForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 385
Height = 73
Caption = 'MambaNet over Ethernet (Level 2)'
TabOrder = 0
object cbNetCardList: TComboBox
Left = 6
Top = 16
Width = 371
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
Sorted = True
TabOrder = 0
Items.Strings = (
'--- Manager not initialized ---')
end
object About_Btn: TButton
Left = 12
Top = 42
Width = 75
Height = 25
Caption = 'About ...'
TabOrder = 1
end
object Open_Btn: TButton
Left = 224
Top = 42
Width = 73
Height = 25
Caption = 'Open'
TabOrder = 2
end
object Close_Btn: TButton
Left = 304
Top = 42
Width = 73
Height = 25
Caption = 'Close'
Enabled = False
TabOrder = 3
end
end
end