📄 colorpickerform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ColorPickerForm
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()
Me.ColorDialog1 = New System.Windows.Forms.ColorDialog
Me.PnlColor = New System.Windows.Forms.Panel
Me.BtnPickColor = New System.Windows.Forms.Button
Me.BtnAcceptColor = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'PnlColor
'
Me.PnlColor.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.PnlColor.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
Me.PnlColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.PnlColor.Location = New System.Drawing.Point(13, 13)
Me.PnlColor.Name = "PnlColor"
Me.PnlColor.Size = New System.Drawing.Size(200, 73)
Me.PnlColor.TabIndex = 0
'
'BtnPickColor
'
Me.BtnPickColor.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BtnPickColor.Location = New System.Drawing.Point(12, 92)
Me.BtnPickColor.Name = "BtnPickColor"
Me.BtnPickColor.Size = New System.Drawing.Size(200, 23)
Me.BtnPickColor.TabIndex = 1
Me.BtnPickColor.Text = "Pick Color"
Me.BtnPickColor.UseVisualStyleBackColor = True
'
'BtnAcceptColor
'
Me.BtnAcceptColor.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BtnAcceptColor.Location = New System.Drawing.Point(13, 121)
Me.BtnAcceptColor.Name = "BtnAcceptColor"
Me.BtnAcceptColor.Size = New System.Drawing.Size(199, 23)
Me.BtnAcceptColor.TabIndex = 2
Me.BtnAcceptColor.Text = "Accept Color"
Me.BtnAcceptColor.UseVisualStyleBackColor = True
'
'ColorPickerForm
'
Me.AcceptButton = Me.BtnAcceptColor
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(224, 156)
Me.Controls.Add(Me.BtnAcceptColor)
Me.Controls.Add(Me.BtnPickColor)
Me.Controls.Add(Me.PnlColor)
Me.Name = "ColorPickerForm"
Me.Text = "Pick Color!"
Me.ResumeLayout(False)
End Sub
Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog
Friend WithEvents PnlColor As System.Windows.Forms.Panel
Friend WithEvents BtnPickColor As System.Windows.Forms.Button
Friend WithEvents BtnAcceptColor As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -