bck
Alejandro Acuña
2024-11-11 f1cb4443aede6d4657bdc3396c8914d3a9f4fa93
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
126
127
128
129
130
131
132
133
134
135
136
137
138
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
    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()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
        Me.Label2 = New System.Windows.Forms.Label
        Me.BtnClose = New System.Windows.Forms.Button
        Me.TBLogger = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.BtnClearLog = New System.Windows.Forms.Button
        Me.BtnOpenSosPhone = New System.Windows.Forms.Button
        Me.SosPhoneList = New ControlSOS.ClassSosPhoneList
        Me.SuspendLayout()
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Location = New System.Drawing.Point(9, 5)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(71, 13)
        Me.Label2.TabIndex = 39
        Me.Label2.Text = "SOS Phones:"
        '
        'BtnClose
        '
        Me.BtnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.BtnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnClose.Location = New System.Drawing.Point(456, 263)
        Me.BtnClose.Name = "BtnClose"
        Me.BtnClose.Size = New System.Drawing.Size(88, 23)
        Me.BtnClose.TabIndex = 36
        Me.BtnClose.Text = "Close"
        Me.BtnClose.UseVisualStyleBackColor = True
        '
        'TBLogger
        '
        Me.TBLogger.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.TBLogger.BackColor = System.Drawing.SystemColors.Info
        Me.TBLogger.Location = New System.Drawing.Point(218, 25)
        Me.TBLogger.Multiline = True
        Me.TBLogger.Name = "TBLogger"
        Me.TBLogger.ScrollBars = System.Windows.Forms.ScrollBars.Both
        Me.TBLogger.Size = New System.Drawing.Size(432, 279)
        Me.TBLogger.TabIndex = 40
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Location = New System.Drawing.Point(215, 5)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(28, 13)
        Me.Label1.TabIndex = 41
        Me.Label1.Text = "Log:"
        '
        'BtnClearLog
        '
        Me.BtnClearLog.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.BtnClearLog.Location = New System.Drawing.Point(218, 263)
        Me.BtnClearLog.Name = "BtnClearLog"
        Me.BtnClearLog.Size = New System.Drawing.Size(75, 23)
        Me.BtnClearLog.TabIndex = 42
        Me.BtnClearLog.Text = "Clear log"
        Me.BtnClearLog.UseVisualStyleBackColor = True
        '
        'BtnOpenSosPhone
        '
        Me.BtnOpenSosPhone.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.BtnOpenSosPhone.Location = New System.Drawing.Point(15, 263)
        Me.BtnOpenSosPhone.Name = "BtnOpenSosPhone"
        Me.BtnOpenSosPhone.Size = New System.Drawing.Size(113, 23)
        Me.BtnOpenSosPhone.TabIndex = 43
        Me.BtnOpenSosPhone.Text = "Open Sos Phone"
        Me.BtnOpenSosPhone.UseVisualStyleBackColor = True
        '
        'SosPhoneList
        '
        Me.SosPhoneList.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.SosPhoneList.BackColor = System.Drawing.Color.White
        Me.SosPhoneList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable
        Me.SosPhoneList.FormattingEnabled = True
        Me.SosPhoneList.Location = New System.Drawing.Point(12, 25)
        Me.SosPhoneList.Name = "SosPhoneList"
        Me.SosPhoneList.Size = New System.Drawing.Size(200, 279)
        Me.SosPhoneList.TabIndex = 38
        '
        'frmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(548, 289)
        Me.Controls.Add(Me.BtnOpenSosPhone)
        Me.Controls.Add(Me.BtnClearLog)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.TBLogger)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.SosPhoneList)
        Me.Controls.Add(Me.BtnClose)
        Me.HelpButton = True
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmMain"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
        Me.Text = "Control SOS"
        Me.ResumeLayout(False)
        Me.PerformLayout()
 
    End Sub
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents SosPhoneList As ControlSOS.ClassSosPhoneList
    Friend WithEvents BtnClose As System.Windows.Forms.Button
    Friend WithEvents TBLogger As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents BtnClearLog As System.Windows.Forms.Button
    Friend WithEvents BtnOpenSosPhone As System.Windows.Forms.Button
End Class