Partial Class RemoteDesktop Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try 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() components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RemoteDesktop)) Timer1 = New System.Windows.Forms.Timer(components) StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel6 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel4 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel5 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() Timer2 = New System.Windows.Forms.Timer(components) Panel2 = New System.Windows.Forms.Panel() Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel() Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2ComboBox1 = New Guna.UI2.WinForms.Guna2ComboBox() Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel() Guna2ComboBox2 = New Guna.UI2.WinForms.Guna2ComboBox() Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel() PictureBox1 = New System.Windows.Forms.PictureBox() StatusStrip1.SuspendLayout() Panel2.SuspendLayout() Guna2Panel1.SuspendLayout() CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() SuspendLayout() ' 'Timer1 ' Timer1.Enabled = True Timer1.Interval = 1000 ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel2, ToolStripStatusLabel6, ToolStripStatusLabel3, ToolStripStatusLabel4, ToolStripStatusLabel5, ToolStripStatusLabel1}) StatusStrip1.Location = New System.Drawing.Point(0, 342) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0) StatusStrip1.Size = New System.Drawing.Size(586, 22) StatusStrip1.TabIndex = 7 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel2 ' ToolStripStatusLabel2.ActiveLinkColor = System.Drawing.Color.Red ToolStripStatusLabel2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ToolStripStatusLabel2.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel2.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(255, Byte), Integer)) ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" ToolStripStatusLabel2.Size = New System.Drawing.Size(64, 17) ToolStripStatusLabel2.Text = "[ Mouse ]" ToolStripStatusLabel2.VisitedLinkColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(128, Byte), Integer)) ' 'ToolStripStatusLabel6 ' ToolStripStatusLabel6.ActiveLinkColor = System.Drawing.Color.Red ToolStripStatusLabel6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ToolStripStatusLabel6.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel6.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(255, Byte), Integer)) ToolStripStatusLabel6.Name = "ToolStripStatusLabel6" ToolStripStatusLabel6.Size = New System.Drawing.Size(97, 17) ToolStripStatusLabel6.Text = "[ MouseMove ]" ToolStripStatusLabel6.VisitedLinkColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(128, Byte), Integer)) ' 'ToolStripStatusLabel3 ' ToolStripStatusLabel3.ActiveLinkColor = System.Drawing.Color.Red ToolStripStatusLabel3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ToolStripStatusLabel3.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel3.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(255, Byte), Integer)) ToolStripStatusLabel3.Name = "ToolStripStatusLabel3" ToolStripStatusLabel3.Size = New System.Drawing.Size(81, 17) ToolStripStatusLabel3.Text = "[ Keyboard ]" ToolStripStatusLabel3.VisitedLinkColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(128, Byte), Integer)) ' 'ToolStripStatusLabel4 ' ToolStripStatusLabel4.ActiveLinkColor = System.Drawing.Color.Red ToolStripStatusLabel4.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel4.LinkColor = System.Drawing.Color.White ToolStripStatusLabel4.Name = "ToolStripStatusLabel4" ToolStripStatusLabel4.Size = New System.Drawing.Size(71, 17) ToolStripStatusLabel4.Text = "[ AutoSave ]" ToolStripStatusLabel4.VisitedLinkColor = System.Drawing.Color.White ' 'ToolStripStatusLabel5 ' ToolStripStatusLabel5.ActiveLinkColor = System.Drawing.Color.Red ToolStripStatusLabel5.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel5.LinkColor = System.Drawing.Color.White ToolStripStatusLabel5.Name = "ToolStripStatusLabel5" ToolStripStatusLabel5.Size = New System.Drawing.Size(65, 17) ToolStripStatusLabel5.Text = "[ Window ]" ToolStripStatusLabel5.VisitedLinkColor = System.Drawing.Color.White ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(14, 17) ToolStripStatusLabel1.Text = ".." ' 'Timer2 ' Timer2.Interval = 300 ' 'Panel2 ' Panel2.Controls.Add(Guna2Panel1) Panel2.Controls.Add(Guna2Panel3) Panel2.Controls.Add(Guna2ComboBox2) Panel2.Controls.Add(Guna2Panel2) Panel2.Dock = System.Windows.Forms.DockStyle.Top Panel2.Location = New System.Drawing.Point(0, 0) Panel2.Name = "Panel2" Panel2.Size = New System.Drawing.Size(586, 38) Panel2.TabIndex = 29 ' 'Guna2Panel1 ' Guna2Panel1.Controls.Add(Guna2GradientButton1) Guna2Panel1.Controls.Add(Guna2ComboBox1) Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top Guna2Panel1.Location = New System.Drawing.Point(48, 0) Guna2Panel1.Name = "Guna2Panel1" Guna2Panel1.Size = New System.Drawing.Size(355, 21) Guna2Panel1.TabIndex = 35 ' 'Guna2GradientButton1 ' Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton1.Dock = System.Windows.Forms.DockStyle.Fill Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton1.ForeColor = System.Drawing.Color.White Guna2GradientButton1.Image = Global.XWorm.My.Resources.Resources._Stop Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton1.ImageSize = New System.Drawing.Size(15, 15) Guna2GradientButton1.Location = New System.Drawing.Point(0, 0) Guna2GradientButton1.Name = "Guna2GradientButton1" Guna2GradientButton1.Size = New System.Drawing.Size(265, 21) Guna2GradientButton1.TabIndex = 34 Guna2GradientButton1.Text = "OFF" ' 'Guna2ComboBox1 ' Guna2ComboBox1.BackColor = System.Drawing.Color.Transparent Guna2ComboBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.Dock = System.Windows.Forms.DockStyle.Right Guna2ComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Guna2ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Guna2ComboBox1.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Guna2ComboBox1.ForeColor = System.Drawing.Color.Black Guna2ComboBox1.ItemHeight = 15 Guna2ComboBox1.Items.AddRange(New Object() {"10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"}) Guna2ComboBox1.Location = New System.Drawing.Point(265, 0) Guna2ComboBox1.Name = "Guna2ComboBox1" Guna2ComboBox1.Size = New System.Drawing.Size(90, 21) Guna2ComboBox1.TabIndex = 28 ' 'Guna2Panel3 ' Guna2Panel3.Dock = System.Windows.Forms.DockStyle.Left Guna2Panel3.Location = New System.Drawing.Point(0, 0) Guna2Panel3.Name = "Guna2Panel3" Guna2Panel3.Size = New System.Drawing.Size(48, 38) Guna2Panel3.TabIndex = 37 ' 'Guna2ComboBox2 ' Guna2ComboBox2.BackColor = System.Drawing.Color.Transparent Guna2ComboBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.Dock = System.Windows.Forms.DockStyle.Right Guna2ComboBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Guna2ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Guna2ComboBox2.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!) Guna2ComboBox2.ForeColor = System.Drawing.Color.Black Guna2ComboBox2.ItemHeight = 15 Guna2ComboBox2.Location = New System.Drawing.Point(403, 0) Guna2ComboBox2.Name = "Guna2ComboBox2" Guna2ComboBox2.Size = New System.Drawing.Size(135, 21) Guna2ComboBox2.TabIndex = 38 ' 'Guna2Panel2 ' Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right Guna2Panel2.Location = New System.Drawing.Point(538, 0) Guna2Panel2.Name = "Guna2Panel2" Guna2Panel2.Size = New System.Drawing.Size(48, 38) Guna2Panel2.TabIndex = 36 ' 'PictureBox1 ' PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill PictureBox1.ErrorImage = Nothing PictureBox1.InitialImage = Nothing PictureBox1.Location = New System.Drawing.Point(0, 38) PictureBox1.Margin = New System.Windows.Forms.Padding(2) PictureBox1.Name = "PictureBox1" PictureBox1.Size = New System.Drawing.Size(586, 304) PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage PictureBox1.TabIndex = 2 PictureBox1.TabStop = False ' 'RemoteDesktop ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(586, 364) Controls.Add(PictureBox1) Controls.Add(Panel2) Controls.Add(StatusStrip1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Name = "RemoteDesktop" Text = "Monitor" StatusStrip1.ResumeLayout(False) StatusStrip1.PerformLayout() Panel2.ResumeLayout(False) Guna2Panel1.ResumeLayout(False) CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() ResumeLayout(False) PerformLayout() End Sub Friend WithEvents Timer1 As Timer Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents Timer2 As Timer Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel3 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel4 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel5 As ToolStripStatusLabel Friend WithEvents Panel2 As Panel Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2ComboBox1 As Guna.UI2.WinForms.Guna2ComboBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2ComboBox2 As Guna.UI2.WinForms.Guna2ComboBox Friend WithEvents ToolStripStatusLabel6 As ToolStripStatusLabel End Class