-
Notifications
You must be signed in to change notification settings - Fork 0
/
NI_DAQmx_DevDescForm.dfm
125 lines (125 loc) · 2.34 KB
/
NI_DAQmx_DevDescForm.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
object DeviceDesc: TDeviceDesc
Left = 0
Top = 0
Caption = 'Device Description'
ClientHeight = 303
ClientWidth = 460
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
GlassFrame.SheetOfGlass = True
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 81
Height = 13
Caption = 'Installed Devices'
end
object Label2: TLabel
Left = 176
Top = 16
Width = 109
Height = 13
Caption = 'Analog Input Channels'
end
object Label3: TLabel
Left = 324
Top = 13
Width = 117
Height = 13
Caption = 'Analog Output Channels'
end
object Label4: TLabel
Left = 24
Top = 144
Width = 104
Height = 26
Caption = 'Maximum Multiplexed Input Sample Rate:'
WordWrap = True
end
object lblMaxMultAISampRate: TLabel
Left = 24
Top = 176
Width = 110
Height = 13
Caption = 'lblMaxMultAISampRate'
end
object Label5: TLabel
Left = 24
Top = 208
Width = 104
Height = 26
Caption = 'Maximum Multiplexed Output Sample Rate:'
WordWrap = True
end
object lblMaxMultAOSampRate: TLabel
Left = 24
Top = 240
Width = 114
Height = 13
Caption = 'lblMaxMultAOSampRate'
end
object Label6: TLabel
Left = 176
Top = 205
Width = 121
Height = 13
Caption = 'Available Voltage Ranges'
end
object Label7: TLabel
Left = 324
Top = 144
Width = 121
Height = 13
Caption = 'Available Voltage Ranges'
end
object lbxInstalledDevices: TListBox
Left = 24
Top = 32
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 0
OnClick = lbxInstalledDevicesClick
end
object lbxAIChannels: TListBox
Left = 176
Top = 32
Width = 121
Height = 157
ItemHeight = 13
TabOrder = 1
end
object lbxAOChannels: TListBox
Left = 324
Top = 32
Width = 121
Height = 97
ItemHeight = 13
ParentColor = True
TabOrder = 2
end
object lbxAIVoltRngs: TListBox
Left = 176
Top = 224
Width = 121
Height = 71
ItemHeight = 13
TabOrder = 3
end
object lbxAOVoltRngs: TListBox
Left = 324
Top = 163
Width = 121
Height = 71
ItemHeight = 13
TabOrder = 4
end
end