📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Form1
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
private mainMenu1 As System.Windows.Forms.MainMenu
'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 ColorScheme1 As ControlLibraryVB.ColorScheme = New ControlLibraryVB.ColorScheme
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.NumericTextBox1 = New ControlLibraryVB.NumericTextBox
Me.Clock1 = New ControlLibraryVB.Clock
Me.PinUserControl1 = New ControlLibraryVB.PinUserControl
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
'
'MenuItem1
'
Me.MenuItem1.Text = "Exit"
'
'NumericTextBox1
'
Me.NumericTextBox1.Location = New System.Drawing.Point(4, 174)
Me.NumericTextBox1.Name = "NumericTextBox1"
Me.NumericTextBox1.Size = New System.Drawing.Size(114, 21)
Me.NumericTextBox1.TabIndex = 2
Me.NumericTextBox1.Text = "NumericTextBox1"
'
'Clock1
'
ColorScheme1.BorderColor = System.Drawing.Color.Gray
ColorScheme1.FaceColor = System.Drawing.Color.LightBlue
ColorScheme1.HandColor = System.Drawing.Color.Black
Me.Clock1.ColorScheme = ColorScheme1
Me.Clock1.Location = New System.Drawing.Point(124, 4)
Me.Clock1.Name = "Clock1"
Me.Clock1.Size = New System.Drawing.Size(97, 97)
Me.Clock1.TabIndex = 1
Me.Clock1.Text = "Clock1"
'
'PinUserControl1
'
Me.PinUserControl1.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.PinUserControl1.ButtonColor = System.Drawing.Color.Empty
Me.PinUserControl1.Location = New System.Drawing.Point(4, 4)
Me.PinUserControl1.Name = "PinUserControl1"
Me.PinUserControl1.Size = New System.Drawing.Size(114, 152)
Me.PinUserControl1.TabIndex = 0
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.NumericTextBox1)
Me.Controls.Add(Me.Clock1)
Me.Controls.Add(Me.PinUserControl1)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "Form1"
Me.Text = "Host"
Me.ResumeLayout(False)
End Sub
Friend WithEvents PinUserControl1 As ControlLibraryVB.PinUserControl
Friend WithEvents Clock1 As ControlLibraryVB.Clock
Friend WithEvents NumericTextBox1 As ControlLibraryVB.NumericTextBox
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -