_ Partial Class frmMain Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ 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