<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
Partial Class frmSosPhone
|
Inherits System.Windows.Forms.Form
|
|
'Form overrides dispose to clean up the component list.
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
If disposing AndAlso components IsNot Nothing Then
|
components.Dispose()
|
End If
|
MyBase.Dispose(disposing)
|
End Sub
|
|
'Required by the Windows Form Designer
|
Private components As System.ComponentModel.IContainer
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
'It can be modified using the Windows Form Designer.
|
'Do not modify it using the code editor.
|
<System.Diagnostics.DebuggerStepThrough()> _
|
Private Sub InitializeComponent()
|
Me.components = New System.ComponentModel.Container
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSosPhone))
|
Me.TabOrdenes = New System.Windows.Forms.TabControl
|
Me.TabOrdenesFonia = New System.Windows.Forms.TabPage
|
Me.Btn_ECO_OFF = New System.Windows.Forms.Button
|
Me.Btn_ECO_ON = New System.Windows.Forms.Button
|
Me.LedTestFon = New System.Windows.Forms.PictureBox
|
Me.BtnAudioTest = New System.Windows.Forms.Button
|
Me.LblVolMic = New System.Windows.Forms.Label
|
Me.Label7 = New System.Windows.Forms.Label
|
Me.SliderVolMic = New System.Windows.Forms.TrackBar
|
Me.LblVolOut = New System.Windows.Forms.Label
|
Me.Label4 = New System.Windows.Forms.Label
|
Me.SliderVolOut = New System.Windows.Forms.TrackBar
|
Me.BtnAudioOff = New System.Windows.Forms.Button
|
Me.BtnAudioOn = New System.Windows.Forms.Button
|
Me.TabOrdenesSintetizador = New System.Windows.Forms.TabPage
|
Me.BtnOccupiedToneON = New System.Windows.Forms.Button
|
Me.BtnToneOFF = New System.Windows.Forms.Button
|
Me.BtnCallToneON = New System.Windows.Forms.Button
|
Me.BtnMessageOff = New System.Windows.Forms.Button
|
Me.BtnOutOfServiceMessage = New System.Windows.Forms.Button
|
Me.BtnWaitingMessage = New System.Windows.Forms.Button
|
Me.TabOrdenesIO = New System.Windows.Forms.TabPage
|
Me.GB_Outputs = New System.Windows.Forms.GroupBox
|
Me.Bt_Out_7 = New System.Windows.Forms.Button
|
Me.Bt_Out_6 = New System.Windows.Forms.Button
|
Me.Bt_Out_5 = New System.Windows.Forms.Button
|
Me.Bt_Out_4 = New System.Windows.Forms.Button
|
Me.Bt_Out_3 = New System.Windows.Forms.Button
|
Me.Bt_Out_2 = New System.Windows.Forms.Button
|
Me.Bt_Out_1 = New System.Windows.Forms.Button
|
Me.Bt_Out_0 = New System.Windows.Forms.Button
|
Me.GB_Inputs = New System.Windows.Forms.GroupBox
|
Me.Label3 = New System.Windows.Forms.Label
|
Me.Label1 = New System.Windows.Forms.Label
|
Me.RB_Input_7 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_6 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_5 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_4 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_3 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_2 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_1 = New System.Windows.Forms.RadioButton
|
Me.RB_Input_0 = New System.Windows.Forms.RadioButton
|
Me.BtnWriteIO = New System.Windows.Forms.Button
|
Me.BtnReadIO = New System.Windows.Forms.Button
|
Me.TabEstado = New System.Windows.Forms.TabPage
|
Me.BtnMaitenanceTest = New System.Windows.Forms.Button
|
Me.ChkBx_PF = New System.Windows.Forms.CheckBox
|
Me.Panel2 = New System.Windows.Forms.Panel
|
Me.ChkBx_TS = New System.Windows.Forms.CheckBox
|
Me.ChkBx_AS = New System.Windows.Forms.CheckBox
|
Me.ChkBx_DS = New System.Windows.Forms.CheckBox
|
Me.Label5 = New System.Windows.Forms.Label
|
Me.Panel1 = New System.Windows.Forms.Panel
|
Me.ChkBx_TM = New System.Windows.Forms.CheckBox
|
Me.ChkBx_AM = New System.Windows.Forms.CheckBox
|
Me.ChkBx_DM = New System.Windows.Forms.CheckBox
|
Me.Label6 = New System.Windows.Forms.Label
|
Me.ChkBx_LB = New System.Windows.Forms.CheckBox
|
Me.ImageListLeds = New System.Windows.Forms.ImageList(Me.components)
|
Me.Panel3 = New System.Windows.Forms.Panel
|
Me.ChkSlave = New System.Windows.Forms.CheckBox
|
Me.ChkMaster = New System.Windows.Forms.CheckBox
|
Me.lblIncomingCall = New System.Windows.Forms.Label
|
Me.TimerFlashLabel = New System.Windows.Forms.Timer(Me.components)
|
Me.TabOrdenes.SuspendLayout()
|
Me.TabOrdenesFonia.SuspendLayout()
|
CType(Me.LedTestFon, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SliderVolMic, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SliderVolOut, System.ComponentModel.ISupportInitialize).BeginInit()
|
Me.TabOrdenesSintetizador.SuspendLayout()
|
Me.TabOrdenesIO.SuspendLayout()
|
Me.GB_Outputs.SuspendLayout()
|
Me.GB_Inputs.SuspendLayout()
|
Me.TabEstado.SuspendLayout()
|
Me.Panel2.SuspendLayout()
|
Me.Panel1.SuspendLayout()
|
Me.Panel3.SuspendLayout()
|
Me.SuspendLayout()
|
'
|
'TabOrdenes
|
'
|
Me.TabOrdenes.Controls.Add(Me.TabOrdenesFonia)
|
Me.TabOrdenes.Controls.Add(Me.TabOrdenesSintetizador)
|
Me.TabOrdenes.Controls.Add(Me.TabOrdenesIO)
|
Me.TabOrdenes.Controls.Add(Me.TabEstado)
|
Me.TabOrdenes.Location = New System.Drawing.Point(5, 12)
|
Me.TabOrdenes.Name = "TabOrdenes"
|
Me.TabOrdenes.SelectedIndex = 0
|
Me.TabOrdenes.Size = New System.Drawing.Size(368, 225)
|
Me.TabOrdenes.TabIndex = 29
|
'
|
'TabOrdenesFonia
|
'
|
Me.TabOrdenesFonia.BackColor = System.Drawing.SystemColors.Control
|
Me.TabOrdenesFonia.Controls.Add(Me.Btn_ECO_OFF)
|
Me.TabOrdenesFonia.Controls.Add(Me.Btn_ECO_ON)
|
Me.TabOrdenesFonia.Controls.Add(Me.LedTestFon)
|
Me.TabOrdenesFonia.Controls.Add(Me.BtnAudioTest)
|
Me.TabOrdenesFonia.Controls.Add(Me.LblVolMic)
|
Me.TabOrdenesFonia.Controls.Add(Me.Label7)
|
Me.TabOrdenesFonia.Controls.Add(Me.SliderVolMic)
|
Me.TabOrdenesFonia.Controls.Add(Me.LblVolOut)
|
Me.TabOrdenesFonia.Controls.Add(Me.Label4)
|
Me.TabOrdenesFonia.Controls.Add(Me.SliderVolOut)
|
Me.TabOrdenesFonia.Controls.Add(Me.BtnAudioOff)
|
Me.TabOrdenesFonia.Controls.Add(Me.BtnAudioOn)
|
Me.TabOrdenesFonia.Location = New System.Drawing.Point(4, 22)
|
Me.TabOrdenesFonia.Name = "TabOrdenesFonia"
|
Me.TabOrdenesFonia.Padding = New System.Windows.Forms.Padding(3)
|
Me.TabOrdenesFonia.Size = New System.Drawing.Size(360, 199)
|
Me.TabOrdenesFonia.TabIndex = 0
|
Me.TabOrdenesFonia.Text = "Audio"
|
'
|
'Btn_ECO_OFF
|
'
|
Me.Btn_ECO_OFF.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Btn_ECO_OFF.Location = New System.Drawing.Point(202, 14)
|
Me.Btn_ECO_OFF.Name = "Btn_ECO_OFF"
|
Me.Btn_ECO_OFF.Size = New System.Drawing.Size(133, 25)
|
Me.Btn_ECO_OFF.TabIndex = 46
|
Me.Btn_ECO_OFF.Text = "Echo canceller OFF"
|
Me.Btn_ECO_OFF.UseVisualStyleBackColor = True
|
'
|
'Btn_ECO_ON
|
'
|
Me.Btn_ECO_ON.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Btn_ECO_ON.Location = New System.Drawing.Point(202, 45)
|
Me.Btn_ECO_ON.Name = "Btn_ECO_ON"
|
Me.Btn_ECO_ON.Size = New System.Drawing.Size(133, 23)
|
Me.Btn_ECO_ON.TabIndex = 45
|
Me.Btn_ECO_ON.Text = "Echo canceller ON"
|
Me.Btn_ECO_ON.UseVisualStyleBackColor = True
|
'
|
'LedTestFon
|
'
|
Me.LedTestFon.InitialImage = CType(resources.GetObject("LedTestFon.InitialImage"), System.Drawing.Image)
|
Me.LedTestFon.Location = New System.Drawing.Point(133, 76)
|
Me.LedTestFon.Margin = New System.Windows.Forms.Padding(0)
|
Me.LedTestFon.Name = "LedTestFon"
|
Me.LedTestFon.Size = New System.Drawing.Size(32, 32)
|
Me.LedTestFon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
|
Me.LedTestFon.TabIndex = 44
|
Me.LedTestFon.TabStop = False
|
'
|
'BtnAudioTest
|
'
|
Me.BtnAudioTest.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnAudioTest.Location = New System.Drawing.Point(24, 81)
|
Me.BtnAudioTest.Name = "BtnAudioTest"
|
Me.BtnAudioTest.Size = New System.Drawing.Size(97, 23)
|
Me.BtnAudioTest.TabIndex = 43
|
Me.BtnAudioTest.Text = "Audio Test"
|
Me.BtnAudioTest.UseVisualStyleBackColor = True
|
'
|
'LblVolMic
|
'
|
Me.LblVolMic.AutoSize = True
|
Me.LblVolMic.Location = New System.Drawing.Point(305, 151)
|
Me.LblVolMic.Name = "LblVolMic"
|
Me.LblVolMic.Size = New System.Drawing.Size(13, 13)
|
Me.LblVolMic.TabIndex = 42
|
Me.LblVolMic.Text = "7"
|
'
|
'Label7
|
'
|
Me.Label7.AutoSize = True
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Label7.Location = New System.Drawing.Point(178, 121)
|
Me.Label7.Name = "Label7"
|
Me.Label7.Size = New System.Drawing.Size(76, 13)
|
Me.Label7.TabIndex = 41
|
Me.Label7.Text = "Mic Volume:"
|
'
|
'SliderVolMic
|
'
|
Me.SliderVolMic.LargeChange = 1
|
Me.SliderVolMic.Location = New System.Drawing.Point(181, 137)
|
Me.SliderVolMic.Maximum = 7
|
Me.SliderVolMic.Minimum = 1
|
Me.SliderVolMic.Name = "SliderVolMic"
|
Me.SliderVolMic.Size = New System.Drawing.Size(128, 45)
|
Me.SliderVolMic.TabIndex = 40
|
Me.SliderVolMic.TickStyle = System.Windows.Forms.TickStyle.Both
|
Me.SliderVolMic.Value = 7
|
'
|
'LblVolOut
|
'
|
Me.LblVolOut.AutoSize = True
|
Me.LblVolOut.Location = New System.Drawing.Point(136, 151)
|
Me.LblVolOut.Name = "LblVolOut"
|
Me.LblVolOut.Size = New System.Drawing.Size(13, 13)
|
Me.LblVolOut.TabIndex = 37
|
Me.LblVolOut.Text = "3"
|
'
|
'Label4
|
'
|
Me.Label4.AutoSize = True
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Label4.Location = New System.Drawing.Point(9, 121)
|
Me.Label4.Name = "Label4"
|
Me.Label4.Size = New System.Drawing.Size(93, 13)
|
Me.Label4.TabIndex = 29
|
Me.Label4.Text = "Output volume:"
|
'
|
'SliderVolOut
|
'
|
Me.SliderVolOut.LargeChange = 1
|
Me.SliderVolOut.Location = New System.Drawing.Point(12, 137)
|
Me.SliderVolOut.Maximum = 7
|
Me.SliderVolOut.Minimum = 1
|
Me.SliderVolOut.Name = "SliderVolOut"
|
Me.SliderVolOut.Size = New System.Drawing.Size(128, 45)
|
Me.SliderVolOut.TabIndex = 28
|
Me.SliderVolOut.TickStyle = System.Windows.Forms.TickStyle.Both
|
Me.SliderVolOut.Value = 3
|
'
|
'BtnAudioOff
|
'
|
Me.BtnAudioOff.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnAudioOff.Location = New System.Drawing.Point(24, 44)
|
Me.BtnAudioOff.Name = "BtnAudioOff"
|
Me.BtnAudioOff.Size = New System.Drawing.Size(94, 23)
|
Me.BtnAudioOff.TabIndex = 25
|
Me.BtnAudioOff.Text = "Audio OFF"
|
Me.BtnAudioOff.UseVisualStyleBackColor = True
|
'
|
'BtnAudioOn
|
'
|
Me.BtnAudioOn.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnAudioOn.Location = New System.Drawing.Point(24, 15)
|
Me.BtnAudioOn.Name = "BtnAudioOn"
|
Me.BtnAudioOn.Size = New System.Drawing.Size(94, 23)
|
Me.BtnAudioOn.TabIndex = 24
|
Me.BtnAudioOn.Text = "Audio ON"
|
Me.BtnAudioOn.UseVisualStyleBackColor = True
|
'
|
'TabOrdenesSintetizador
|
'
|
Me.TabOrdenesSintetizador.BackColor = System.Drawing.SystemColors.Control
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnOccupiedToneON)
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnToneOFF)
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnCallToneON)
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnMessageOff)
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnOutOfServiceMessage)
|
Me.TabOrdenesSintetizador.Controls.Add(Me.BtnWaitingMessage)
|
Me.TabOrdenesSintetizador.Location = New System.Drawing.Point(4, 22)
|
Me.TabOrdenesSintetizador.Name = "TabOrdenesSintetizador"
|
Me.TabOrdenesSintetizador.Padding = New System.Windows.Forms.Padding(3)
|
Me.TabOrdenesSintetizador.Size = New System.Drawing.Size(360, 199)
|
Me.TabOrdenesSintetizador.TabIndex = 1
|
Me.TabOrdenesSintetizador.Text = "Messages / Tones"
|
'
|
'BtnOccupiedToneON
|
'
|
Me.BtnOccupiedToneON.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnOccupiedToneON.Location = New System.Drawing.Point(84, 141)
|
Me.BtnOccupiedToneON.Name = "BtnOccupiedToneON"
|
Me.BtnOccupiedToneON.Size = New System.Drawing.Size(187, 23)
|
Me.BtnOccupiedToneON.TabIndex = 28
|
Me.BtnOccupiedToneON.Text = "Ocuppied tone ON"
|
Me.BtnOccupiedToneON.UseVisualStyleBackColor = True
|
'
|
'BtnToneOFF
|
'
|
Me.BtnToneOFF.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnToneOFF.Location = New System.Drawing.Point(83, 170)
|
Me.BtnToneOFF.Name = "BtnToneOFF"
|
Me.BtnToneOFF.Size = New System.Drawing.Size(187, 23)
|
Me.BtnToneOFF.TabIndex = 27
|
Me.BtnToneOFF.Text = "Tone OFF"
|
Me.BtnToneOFF.UseVisualStyleBackColor = True
|
'
|
'BtnCallToneON
|
'
|
Me.BtnCallToneON.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnCallToneON.Location = New System.Drawing.Point(84, 112)
|
Me.BtnCallToneON.Name = "BtnCallToneON"
|
Me.BtnCallToneON.Size = New System.Drawing.Size(187, 23)
|
Me.BtnCallToneON.TabIndex = 26
|
Me.BtnCallToneON.Text = "Call tone ON"
|
Me.BtnCallToneON.UseVisualStyleBackColor = True
|
'
|
'BtnMessageOff
|
'
|
Me.BtnMessageOff.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnMessageOff.Location = New System.Drawing.Point(84, 66)
|
Me.BtnMessageOff.Name = "BtnMessageOff"
|
Me.BtnMessageOff.Size = New System.Drawing.Size(187, 23)
|
Me.BtnMessageOff.TabIndex = 24
|
Me.BtnMessageOff.Text = "Message OFF"
|
Me.BtnMessageOff.UseVisualStyleBackColor = True
|
'
|
'BtnOutOfServiceMessage
|
'
|
Me.BtnOutOfServiceMessage.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnOutOfServiceMessage.Location = New System.Drawing.Point(84, 37)
|
Me.BtnOutOfServiceMessage.Name = "BtnOutOfServiceMessage"
|
Me.BtnOutOfServiceMessage.Size = New System.Drawing.Size(187, 23)
|
Me.BtnOutOfServiceMessage.TabIndex = 25
|
Me.BtnOutOfServiceMessage.Text = "'Out of service' message ON"
|
Me.BtnOutOfServiceMessage.UseVisualStyleBackColor = True
|
'
|
'BtnWaitingMessage
|
'
|
Me.BtnWaitingMessage.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnWaitingMessage.Location = New System.Drawing.Point(83, 8)
|
Me.BtnWaitingMessage.Name = "BtnWaitingMessage"
|
Me.BtnWaitingMessage.RightToLeft = System.Windows.Forms.RightToLeft.No
|
Me.BtnWaitingMessage.Size = New System.Drawing.Size(188, 23)
|
Me.BtnWaitingMessage.TabIndex = 23
|
Me.BtnWaitingMessage.Text = "'Waiting' message ON"
|
Me.BtnWaitingMessage.UseVisualStyleBackColor = True
|
'
|
'TabOrdenesIO
|
'
|
Me.TabOrdenesIO.BackColor = System.Drawing.SystemColors.Control
|
Me.TabOrdenesIO.Controls.Add(Me.GB_Outputs)
|
Me.TabOrdenesIO.Controls.Add(Me.GB_Inputs)
|
Me.TabOrdenesIO.Controls.Add(Me.BtnWriteIO)
|
Me.TabOrdenesIO.Controls.Add(Me.BtnReadIO)
|
Me.TabOrdenesIO.Location = New System.Drawing.Point(4, 22)
|
Me.TabOrdenesIO.Name = "TabOrdenesIO"
|
Me.TabOrdenesIO.Padding = New System.Windows.Forms.Padding(3)
|
Me.TabOrdenesIO.Size = New System.Drawing.Size(360, 199)
|
Me.TabOrdenesIO.TabIndex = 3
|
Me.TabOrdenesIO.Text = "I/O"
|
'
|
'GB_Outputs
|
'
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_7)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_6)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_5)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_4)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_3)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_2)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_1)
|
Me.GB_Outputs.Controls.Add(Me.Bt_Out_0)
|
Me.GB_Outputs.Location = New System.Drawing.Point(133, 102)
|
Me.GB_Outputs.Name = "GB_Outputs"
|
Me.GB_Outputs.Size = New System.Drawing.Size(198, 60)
|
Me.GB_Outputs.TabIndex = 46
|
Me.GB_Outputs.TabStop = False
|
Me.GB_Outputs.Text = "Outputs"
|
'
|
'Bt_Out_7
|
'
|
Me.Bt_Out_7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_7.Location = New System.Drawing.Point(6, 31)
|
Me.Bt_Out_7.Name = "Bt_Out_7"
|
Me.Bt_Out_7.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_7.TabIndex = 53
|
Me.Bt_Out_7.Text = "0"
|
Me.Bt_Out_7.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_6
|
'
|
Me.Bt_Out_6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_6.Location = New System.Drawing.Point(29, 31)
|
Me.Bt_Out_6.Name = "Bt_Out_6"
|
Me.Bt_Out_6.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_6.TabIndex = 52
|
Me.Bt_Out_6.Text = "0"
|
Me.Bt_Out_6.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_5
|
'
|
Me.Bt_Out_5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_5.Location = New System.Drawing.Point(52, 31)
|
Me.Bt_Out_5.Name = "Bt_Out_5"
|
Me.Bt_Out_5.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_5.TabIndex = 51
|
Me.Bt_Out_5.Text = "0"
|
Me.Bt_Out_5.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_4
|
'
|
Me.Bt_Out_4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_4.Location = New System.Drawing.Point(75, 31)
|
Me.Bt_Out_4.Name = "Bt_Out_4"
|
Me.Bt_Out_4.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_4.TabIndex = 50
|
Me.Bt_Out_4.Text = "0"
|
Me.Bt_Out_4.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_3
|
'
|
Me.Bt_Out_3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_3.Location = New System.Drawing.Point(98, 31)
|
Me.Bt_Out_3.Name = "Bt_Out_3"
|
Me.Bt_Out_3.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_3.TabIndex = 49
|
Me.Bt_Out_3.Text = "0"
|
Me.Bt_Out_3.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_2
|
'
|
Me.Bt_Out_2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_2.Location = New System.Drawing.Point(121, 31)
|
Me.Bt_Out_2.Name = "Bt_Out_2"
|
Me.Bt_Out_2.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_2.TabIndex = 48
|
Me.Bt_Out_2.Text = "0"
|
Me.Bt_Out_2.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_1
|
'
|
Me.Bt_Out_1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_1.Location = New System.Drawing.Point(144, 31)
|
Me.Bt_Out_1.Name = "Bt_Out_1"
|
Me.Bt_Out_1.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_1.TabIndex = 47
|
Me.Bt_Out_1.Text = "0"
|
Me.Bt_Out_1.UseVisualStyleBackColor = True
|
'
|
'Bt_Out_0
|
'
|
Me.Bt_Out_0.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Bt_Out_0.Location = New System.Drawing.Point(167, 31)
|
Me.Bt_Out_0.Name = "Bt_Out_0"
|
Me.Bt_Out_0.Size = New System.Drawing.Size(23, 23)
|
Me.Bt_Out_0.TabIndex = 46
|
Me.Bt_Out_0.Text = "0"
|
Me.Bt_Out_0.UseVisualStyleBackColor = True
|
'
|
'GB_Inputs
|
'
|
Me.GB_Inputs.Controls.Add(Me.Label3)
|
Me.GB_Inputs.Controls.Add(Me.Label1)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_7)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_6)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_5)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_4)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_3)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_2)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_1)
|
Me.GB_Inputs.Controls.Add(Me.RB_Input_0)
|
Me.GB_Inputs.Location = New System.Drawing.Point(133, 24)
|
Me.GB_Inputs.Name = "GB_Inputs"
|
Me.GB_Inputs.Size = New System.Drawing.Size(198, 51)
|
Me.GB_Inputs.TabIndex = 37
|
Me.GB_Inputs.TabStop = False
|
Me.GB_Inputs.Text = "Inputs"
|
'
|
'Label3
|
'
|
Me.Label3.AutoSize = True
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Label3.Location = New System.Drawing.Point(9, 14)
|
Me.Label3.Name = "Label3"
|
Me.Label3.Size = New System.Drawing.Size(14, 13)
|
Me.Label3.TabIndex = 46
|
Me.Label3.Text = "7"
|
'
|
'Label1
|
'
|
Me.Label1.AutoSize = True
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Label1.Location = New System.Drawing.Point(174, 16)
|
Me.Label1.Name = "Label1"
|
Me.Label1.Size = New System.Drawing.Size(14, 13)
|
Me.Label1.TabIndex = 45
|
Me.Label1.Text = "0"
|
'
|
'RB_Input_7
|
'
|
Me.RB_Input_7.AutoCheck = False
|
Me.RB_Input_7.AutoSize = True
|
Me.RB_Input_7.Location = New System.Drawing.Point(12, 32)
|
Me.RB_Input_7.Name = "RB_Input_7"
|
Me.RB_Input_7.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_7.TabIndex = 44
|
Me.RB_Input_7.UseVisualStyleBackColor = True
|
'
|
'RB_Input_6
|
'
|
Me.RB_Input_6.AutoCheck = False
|
Me.RB_Input_6.AutoSize = True
|
Me.RB_Input_6.Location = New System.Drawing.Point(35, 32)
|
Me.RB_Input_6.Name = "RB_Input_6"
|
Me.RB_Input_6.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_6.TabIndex = 43
|
Me.RB_Input_6.UseVisualStyleBackColor = True
|
'
|
'RB_Input_5
|
'
|
Me.RB_Input_5.AutoCheck = False
|
Me.RB_Input_5.AutoSize = True
|
Me.RB_Input_5.Location = New System.Drawing.Point(58, 32)
|
Me.RB_Input_5.Name = "RB_Input_5"
|
Me.RB_Input_5.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_5.TabIndex = 42
|
Me.RB_Input_5.UseVisualStyleBackColor = True
|
'
|
'RB_Input_4
|
'
|
Me.RB_Input_4.AutoCheck = False
|
Me.RB_Input_4.AutoSize = True
|
Me.RB_Input_4.Location = New System.Drawing.Point(81, 32)
|
Me.RB_Input_4.Name = "RB_Input_4"
|
Me.RB_Input_4.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_4.TabIndex = 41
|
Me.RB_Input_4.UseVisualStyleBackColor = True
|
'
|
'RB_Input_3
|
'
|
Me.RB_Input_3.AutoCheck = False
|
Me.RB_Input_3.AutoSize = True
|
Me.RB_Input_3.Location = New System.Drawing.Point(104, 32)
|
Me.RB_Input_3.Name = "RB_Input_3"
|
Me.RB_Input_3.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_3.TabIndex = 40
|
Me.RB_Input_3.UseVisualStyleBackColor = True
|
'
|
'RB_Input_2
|
'
|
Me.RB_Input_2.AutoCheck = False
|
Me.RB_Input_2.AutoSize = True
|
Me.RB_Input_2.Location = New System.Drawing.Point(127, 32)
|
Me.RB_Input_2.Name = "RB_Input_2"
|
Me.RB_Input_2.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_2.TabIndex = 39
|
Me.RB_Input_2.UseVisualStyleBackColor = True
|
'
|
'RB_Input_1
|
'
|
Me.RB_Input_1.AutoCheck = False
|
Me.RB_Input_1.AutoSize = True
|
Me.RB_Input_1.Location = New System.Drawing.Point(150, 32)
|
Me.RB_Input_1.Name = "RB_Input_1"
|
Me.RB_Input_1.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_1.TabIndex = 38
|
Me.RB_Input_1.UseVisualStyleBackColor = True
|
'
|
'RB_Input_0
|
'
|
Me.RB_Input_0.AutoCheck = False
|
Me.RB_Input_0.AutoSize = True
|
Me.RB_Input_0.Location = New System.Drawing.Point(173, 32)
|
Me.RB_Input_0.Name = "RB_Input_0"
|
Me.RB_Input_0.Size = New System.Drawing.Size(14, 13)
|
Me.RB_Input_0.TabIndex = 37
|
Me.RB_Input_0.UseVisualStyleBackColor = True
|
'
|
'BtnWriteIO
|
'
|
Me.BtnWriteIO.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnWriteIO.Location = New System.Drawing.Point(15, 111)
|
Me.BtnWriteIO.Name = "BtnWriteIO"
|
Me.BtnWriteIO.Size = New System.Drawing.Size(100, 51)
|
Me.BtnWriteIO.TabIndex = 26
|
Me.BtnWriteIO.Text = "Write auxiliary port"
|
Me.BtnWriteIO.UseVisualStyleBackColor = True
|
'
|
'BtnReadIO
|
'
|
Me.BtnReadIO.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnReadIO.Location = New System.Drawing.Point(15, 24)
|
Me.BtnReadIO.Name = "BtnReadIO"
|
Me.BtnReadIO.Size = New System.Drawing.Size(100, 51)
|
Me.BtnReadIO.TabIndex = 25
|
Me.BtnReadIO.Text = "Read auxilary port"
|
Me.BtnReadIO.UseVisualStyleBackColor = True
|
'
|
'TabEstado
|
'
|
Me.TabEstado.BackColor = System.Drawing.SystemColors.Control
|
Me.TabEstado.Controls.Add(Me.BtnMaitenanceTest)
|
Me.TabEstado.Controls.Add(Me.ChkBx_PF)
|
Me.TabEstado.Controls.Add(Me.Panel2)
|
Me.TabEstado.Controls.Add(Me.Label5)
|
Me.TabEstado.Controls.Add(Me.Panel1)
|
Me.TabEstado.Controls.Add(Me.Label6)
|
Me.TabEstado.Controls.Add(Me.ChkBx_LB)
|
Me.TabEstado.Location = New System.Drawing.Point(4, 22)
|
Me.TabEstado.Name = "TabEstado"
|
Me.TabEstado.Padding = New System.Windows.Forms.Padding(3)
|
Me.TabEstado.Size = New System.Drawing.Size(360, 199)
|
Me.TabEstado.TabIndex = 4
|
Me.TabEstado.Text = "Status"
|
'
|
'BtnMaitenanceTest
|
'
|
Me.BtnMaitenanceTest.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.BtnMaitenanceTest.Location = New System.Drawing.Point(83, 158)
|
Me.BtnMaitenanceTest.Name = "BtnMaitenanceTest"
|
Me.BtnMaitenanceTest.Size = New System.Drawing.Size(188, 23)
|
Me.BtnMaitenanceTest.TabIndex = 25
|
Me.BtnMaitenanceTest.Text = "Maintenance test"
|
Me.BtnMaitenanceTest.UseVisualStyleBackColor = True
|
'
|
'ChkBx_PF
|
'
|
Me.ChkBx_PF.AutoCheck = False
|
Me.ChkBx_PF.AutoSize = True
|
Me.ChkBx_PF.Location = New System.Drawing.Point(193, 122)
|
Me.ChkBx_PF.Name = "ChkBx_PF"
|
Me.ChkBx_PF.Size = New System.Drawing.Size(89, 17)
|
Me.ChkBx_PF.TabIndex = 12
|
Me.ChkBx_PF.Text = "Power faillure"
|
Me.ChkBx_PF.ThreeState = True
|
Me.ChkBx_PF.UseVisualStyleBackColor = True
|
'
|
'Panel2
|
'
|
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
Me.Panel2.Controls.Add(Me.ChkBx_TS)
|
Me.Panel2.Controls.Add(Me.ChkBx_AS)
|
Me.Panel2.Controls.Add(Me.ChkBx_DS)
|
Me.Panel2.Location = New System.Drawing.Point(176, 28)
|
Me.Panel2.Name = "Panel2"
|
Me.Panel2.Size = New System.Drawing.Size(122, 84)
|
Me.Panel2.TabIndex = 11
|
'
|
'ChkBx_TS
|
'
|
Me.ChkBx_TS.AutoCheck = False
|
Me.ChkBx_TS.AutoSize = True
|
Me.ChkBx_TS.Location = New System.Drawing.Point(15, 56)
|
Me.ChkBx_TS.Name = "ChkBx_TS"
|
Me.ChkBx_TS.Size = New System.Drawing.Size(68, 17)
|
Me.ChkBx_TS.TabIndex = 8
|
Me.ChkBx_TS.Text = "Tone On"
|
Me.ChkBx_TS.ThreeState = True
|
Me.ChkBx_TS.UseVisualStyleBackColor = True
|
'
|
'ChkBx_AS
|
'
|
Me.ChkBx_AS.AutoCheck = False
|
Me.ChkBx_AS.AutoSize = True
|
Me.ChkBx_AS.Location = New System.Drawing.Point(15, 33)
|
Me.ChkBx_AS.Name = "ChkBx_AS"
|
Me.ChkBx_AS.Size = New System.Drawing.Size(70, 17)
|
Me.ChkBx_AS.TabIndex = 7
|
Me.ChkBx_AS.Text = "Audio On"
|
Me.ChkBx_AS.ThreeState = True
|
Me.ChkBx_AS.UseVisualStyleBackColor = True
|
'
|
'ChkBx_DS
|
'
|
Me.ChkBx_DS.AutoCheck = False
|
Me.ChkBx_DS.AutoSize = True
|
Me.ChkBx_DS.Location = New System.Drawing.Point(15, 10)
|
Me.ChkBx_DS.Name = "ChkBx_DS"
|
Me.ChkBx_DS.Size = New System.Drawing.Size(78, 17)
|
Me.ChkBx_DS.TabIndex = 1
|
Me.ChkBx_DS.Text = "Open Door"
|
Me.ChkBx_DS.ThreeState = True
|
Me.ChkBx_DS.UseVisualStyleBackColor = True
|
'
|
'Label5
|
'
|
Me.Label5.AutoSize = True
|
Me.Label5.Location = New System.Drawing.Point(56, 6)
|
Me.Label5.Name = "Label5"
|
Me.Label5.Size = New System.Drawing.Size(75, 13)
|
Me.Label5.TabIndex = 10
|
Me.Label5.Text = "Master phone:"
|
'
|
'Panel1
|
'
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
Me.Panel1.Controls.Add(Me.ChkBx_TM)
|
Me.Panel1.Controls.Add(Me.ChkBx_AM)
|
Me.Panel1.Controls.Add(Me.ChkBx_DM)
|
Me.Panel1.Location = New System.Drawing.Point(48, 28)
|
Me.Panel1.Name = "Panel1"
|
Me.Panel1.Size = New System.Drawing.Size(122, 84)
|
Me.Panel1.TabIndex = 9
|
'
|
'ChkBx_TM
|
'
|
Me.ChkBx_TM.AutoCheck = False
|
Me.ChkBx_TM.AutoSize = True
|
Me.ChkBx_TM.Location = New System.Drawing.Point(9, 57)
|
Me.ChkBx_TM.Name = "ChkBx_TM"
|
Me.ChkBx_TM.Size = New System.Drawing.Size(68, 17)
|
Me.ChkBx_TM.TabIndex = 6
|
Me.ChkBx_TM.Text = "Tone On"
|
Me.ChkBx_TM.ThreeState = True
|
Me.ChkBx_TM.UseVisualStyleBackColor = True
|
'
|
'ChkBx_AM
|
'
|
Me.ChkBx_AM.AutoCheck = False
|
Me.ChkBx_AM.AutoSize = True
|
Me.ChkBx_AM.Location = New System.Drawing.Point(9, 34)
|
Me.ChkBx_AM.Name = "ChkBx_AM"
|
Me.ChkBx_AM.Size = New System.Drawing.Size(70, 17)
|
Me.ChkBx_AM.TabIndex = 5
|
Me.ChkBx_AM.Text = "Audio On"
|
Me.ChkBx_AM.ThreeState = True
|
Me.ChkBx_AM.UseVisualStyleBackColor = True
|
'
|
'ChkBx_DM
|
'
|
Me.ChkBx_DM.AutoCheck = False
|
Me.ChkBx_DM.AutoSize = True
|
Me.ChkBx_DM.Location = New System.Drawing.Point(9, 11)
|
Me.ChkBx_DM.Name = "ChkBx_DM"
|
Me.ChkBx_DM.Size = New System.Drawing.Size(78, 17)
|
Me.ChkBx_DM.TabIndex = 0
|
Me.ChkBx_DM.Text = "Open Door"
|
Me.ChkBx_DM.ThreeState = True
|
Me.ChkBx_DM.UseVisualStyleBackColor = True
|
'
|
'Label6
|
'
|
Me.Label6.AutoSize = True
|
Me.Label6.Location = New System.Drawing.Point(190, 6)
|
Me.Label6.Name = "Label6"
|
Me.Label6.Size = New System.Drawing.Size(70, 13)
|
Me.Label6.TabIndex = 4
|
Me.Label6.Text = "Slave phone:"
|
'
|
'ChkBx_LB
|
'
|
Me.ChkBx_LB.AutoCheck = False
|
Me.ChkBx_LB.AutoSize = True
|
Me.ChkBx_LB.Location = New System.Drawing.Point(59, 122)
|
Me.ChkBx_LB.Name = "ChkBx_LB"
|
Me.ChkBx_LB.Size = New System.Drawing.Size(81, 17)
|
Me.ChkBx_LB.TabIndex = 2
|
Me.ChkBx_LB.Text = "Low battery"
|
Me.ChkBx_LB.ThreeState = True
|
Me.ChkBx_LB.UseVisualStyleBackColor = True
|
'
|
'ImageListLeds
|
'
|
Me.ImageListLeds.ImageStream = CType(resources.GetObject("ImageListLeds.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
Me.ImageListLeds.TransparentColor = System.Drawing.Color.White
|
Me.ImageListLeds.Images.SetKeyName(0, "Verde")
|
Me.ImageListLeds.Images.SetKeyName(1, "Rojo")
|
Me.ImageListLeds.Images.SetKeyName(2, "Off")
|
'
|
'Panel3
|
'
|
Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
Me.Panel3.Controls.Add(Me.ChkSlave)
|
Me.Panel3.Controls.Add(Me.ChkMaster)
|
Me.Panel3.Location = New System.Drawing.Point(5, 243)
|
Me.Panel3.Name = "Panel3"
|
Me.Panel3.Size = New System.Drawing.Size(169, 32)
|
Me.Panel3.TabIndex = 35
|
'
|
'ChkSlave
|
'
|
Me.ChkSlave.Appearance = System.Windows.Forms.Appearance.Button
|
Me.ChkSlave.AutoCheck = False
|
Me.ChkSlave.AutoSize = True
|
Me.ChkSlave.Location = New System.Drawing.Point(85, 3)
|
Me.ChkSlave.Name = "ChkSlave"
|
Me.ChkSlave.Size = New System.Drawing.Size(77, 23)
|
Me.ChkSlave.TabIndex = 36
|
Me.ChkSlave.Text = "Slave phone"
|
Me.ChkSlave.UseVisualStyleBackColor = True
|
'
|
'ChkMaster
|
'
|
Me.ChkMaster.Appearance = System.Windows.Forms.Appearance.Button
|
Me.ChkMaster.AutoCheck = False
|
Me.ChkMaster.AutoSize = True
|
Me.ChkMaster.Checked = True
|
Me.ChkMaster.CheckState = System.Windows.Forms.CheckState.Checked
|
Me.ChkMaster.Location = New System.Drawing.Point(3, 3)
|
Me.ChkMaster.Name = "ChkMaster"
|
Me.ChkMaster.Size = New System.Drawing.Size(82, 23)
|
Me.ChkMaster.TabIndex = 35
|
Me.ChkMaster.Text = "Master phone"
|
Me.ChkMaster.UseVisualStyleBackColor = True
|
'
|
'lblIncomingCall
|
'
|
Me.lblIncomingCall.AutoSize = True
|
Me.lblIncomingCall.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.lblIncomingCall.ForeColor = System.Drawing.Color.Brown
|
Me.lblIncomingCall.Location = New System.Drawing.Point(180, 248)
|
Me.lblIncomingCall.Name = "lblIncomingCall"
|
Me.lblIncomingCall.Size = New System.Drawing.Size(196, 20)
|
Me.lblIncomingCall.TabIndex = 36
|
Me.lblIncomingCall.Text = "Service Incoming Call !!"
|
'
|
'TimerFlashLabel
|
'
|
Me.TimerFlashLabel.Interval = 500
|
'
|
'frmSosPhone
|
'
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.ClientSize = New System.Drawing.Size(482, 276)
|
Me.Controls.Add(Me.lblIncomingCall)
|
Me.Controls.Add(Me.Panel3)
|
Me.Controls.Add(Me.TabOrdenes)
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
Me.MaximizeBox = False
|
Me.MinimizeBox = False
|
Me.Name = "frmSosPhone"
|
Me.Text = "SOSPhone"
|
Me.TabOrdenes.ResumeLayout(False)
|
Me.TabOrdenesFonia.ResumeLayout(False)
|
Me.TabOrdenesFonia.PerformLayout()
|
CType(Me.LedTestFon, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.SliderVolMic, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.SliderVolOut, System.ComponentModel.ISupportInitialize).EndInit()
|
Me.TabOrdenesSintetizador.ResumeLayout(False)
|
Me.TabOrdenesIO.ResumeLayout(False)
|
Me.GB_Outputs.ResumeLayout(False)
|
Me.GB_Inputs.ResumeLayout(False)
|
Me.GB_Inputs.PerformLayout()
|
Me.TabEstado.ResumeLayout(False)
|
Me.TabEstado.PerformLayout()
|
Me.Panel2.ResumeLayout(False)
|
Me.Panel2.PerformLayout()
|
Me.Panel1.ResumeLayout(False)
|
Me.Panel1.PerformLayout()
|
Me.Panel3.ResumeLayout(False)
|
Me.Panel3.PerformLayout()
|
Me.ResumeLayout(False)
|
Me.PerformLayout()
|
|
End Sub
|
Friend WithEvents TabOrdenes As System.Windows.Forms.TabControl
|
Friend WithEvents TabOrdenesFonia As System.Windows.Forms.TabPage
|
Friend WithEvents LblVolMic As System.Windows.Forms.Label
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
Friend WithEvents SliderVolMic As System.Windows.Forms.TrackBar
|
Friend WithEvents LblVolOut As System.Windows.Forms.Label
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
Friend WithEvents SliderVolOut As System.Windows.Forms.TrackBar
|
Friend WithEvents BtnAudioOff As System.Windows.Forms.Button
|
Friend WithEvents BtnAudioOn As System.Windows.Forms.Button
|
Friend WithEvents TabOrdenesSintetizador As System.Windows.Forms.TabPage
|
Friend WithEvents BtnOccupiedToneON As System.Windows.Forms.Button
|
Friend WithEvents BtnToneOFF As System.Windows.Forms.Button
|
Friend WithEvents BtnCallToneON As System.Windows.Forms.Button
|
Friend WithEvents BtnMessageOff As System.Windows.Forms.Button
|
Friend WithEvents BtnOutOfServiceMessage As System.Windows.Forms.Button
|
Friend WithEvents BtnWaitingMessage As System.Windows.Forms.Button
|
Friend WithEvents TabOrdenesIO As System.Windows.Forms.TabPage
|
Friend WithEvents GB_Outputs As System.Windows.Forms.GroupBox
|
Friend WithEvents Bt_Out_7 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_6 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_5 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_4 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_3 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_2 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_1 As System.Windows.Forms.Button
|
Friend WithEvents Bt_Out_0 As System.Windows.Forms.Button
|
Friend WithEvents GB_Inputs As System.Windows.Forms.GroupBox
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
Friend WithEvents RB_Input_7 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_6 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_5 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_4 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_3 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_2 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_1 As System.Windows.Forms.RadioButton
|
Friend WithEvents RB_Input_0 As System.Windows.Forms.RadioButton
|
Friend WithEvents BtnWriteIO As System.Windows.Forms.Button
|
Friend WithEvents BtnReadIO As System.Windows.Forms.Button
|
Friend WithEvents TabEstado As System.Windows.Forms.TabPage
|
Friend WithEvents ChkBx_PF As System.Windows.Forms.CheckBox
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
Friend WithEvents ChkBx_TS As System.Windows.Forms.CheckBox
|
Friend WithEvents ChkBx_AS As System.Windows.Forms.CheckBox
|
Friend WithEvents ChkBx_DS As System.Windows.Forms.CheckBox
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
Friend WithEvents ChkBx_TM As System.Windows.Forms.CheckBox
|
Friend WithEvents ChkBx_AM As System.Windows.Forms.CheckBox
|
Friend WithEvents ChkBx_DM As System.Windows.Forms.CheckBox
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
Friend WithEvents ChkBx_LB As System.Windows.Forms.CheckBox
|
Friend WithEvents ImageListLeds As System.Windows.Forms.ImageList
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
Friend WithEvents ChkSlave As System.Windows.Forms.CheckBox
|
Friend WithEvents ChkMaster As System.Windows.Forms.CheckBox
|
Friend WithEvents LedTestFon As System.Windows.Forms.PictureBox
|
Friend WithEvents BtnAudioTest As System.Windows.Forms.Button
|
Friend WithEvents Btn_ECO_OFF As System.Windows.Forms.Button
|
Friend WithEvents Btn_ECO_ON As System.Windows.Forms.Button
|
Friend WithEvents BtnMaitenanceTest As System.Windows.Forms.Button
|
Friend WithEvents lblIncomingCall As System.Windows.Forms.Label
|
Friend WithEvents TimerFlashLabel As System.Windows.Forms.Timer
|
End Class
|