2022-11-16 01:28:22 +00:00
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
|
|
|
Partial Class Desktop
|
|
|
|
|
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)
|
|
|
|
|
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.
|
|
|
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
|
|
|
Private Sub InitializeComponent()
|
2022-11-21 03:43:53 +00:00
|
|
|
|
Me.components = New System.ComponentModel.Container()
|
|
|
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
|
|
|
Me.DuWM = New System.Windows.Forms.Timer(Me.components)
|
2022-11-16 01:28:22 +00:00
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
2022-11-21 03:43:53 +00:00
|
|
|
|
'Button1
|
|
|
|
|
'
|
|
|
|
|
Me.Button1.BackColor = System.Drawing.Color.Black
|
|
|
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
|
|
Me.Button1.Location = New System.Drawing.Point(12, 12)
|
|
|
|
|
Me.Button1.Name = "Button1"
|
|
|
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
|
|
|
Me.Button1.TabIndex = 0
|
|
|
|
|
Me.Button1.Text = "term"
|
|
|
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
|
|
|
'
|
2022-11-16 01:28:22 +00:00
|
|
|
|
'Desktop
|
|
|
|
|
'
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
2022-11-21 06:56:13 +00:00
|
|
|
|
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
|
2022-11-16 01:28:22 +00:00
|
|
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
2022-11-21 03:43:53 +00:00
|
|
|
|
Me.Controls.Add(Me.Button1)
|
2022-11-16 01:28:22 +00:00
|
|
|
|
Me.ForeColor = System.Drawing.Color.White
|
|
|
|
|
Me.Name = "Desktop"
|
|
|
|
|
Me.ShowIcon = False
|
|
|
|
|
Me.ShowInTaskbar = False
|
|
|
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
|
|
|
Me.Text = "Desktop"
|
|
|
|
|
Me.TopMost = True
|
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
|
|
|
|
|
End Sub
|
2022-11-21 03:43:53 +00:00
|
|
|
|
|
|
|
|
|
Friend WithEvents Button1 As Button
|
|
|
|
|
Friend WithEvents DuWM As Timer
|
2022-11-16 01:28:22 +00:00
|
|
|
|
End Class
|