📄 frmcardgamemain.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class frmCardGameMain
Inherits System.Windows.Forms.Form
'窗体重写释放,以清理组件列表。
<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
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Private mainMenu1 As System.Windows.Forms.MainMenu
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.miSendCard = New System.Windows.Forms.MenuItem
Me.miGetCard = New System.Windows.Forms.MenuItem
Me.miStop = New System.Windows.Forms.MenuItem
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.lblMsg = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.miSendCard)
Me.mainMenu1.MenuItems.Add(Me.miGetCard)
Me.mainMenu1.MenuItems.Add(Me.miStop)
'
'miSendCard
'
Me.miSendCard.Text = "发牌"
'
'miGetCard
'
Me.miGetCard.Text = "要牌"
'
'miStop
'
Me.miStop.Text = "停牌"
'
'Label1
'
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(4, 251)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(112, 15)
Me.Label1.Text = "玩家:0点"
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(127, 251)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(112, 15)
Me.Label2.Text = "电脑:0点"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Bold)
Me.Label3.ForeColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(9, 42)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(20, 35)
Me.Label3.Text = "玩家"
'
'Label4
'
Me.Label4.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Bold)
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(9, 165)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(20, 35)
Me.Label4.Text = "电脑"
'
'lblMsg
'
Me.lblMsg.ForeColor = System.Drawing.Color.Red
Me.lblMsg.Location = New System.Drawing.Point(4, 236)
Me.lblMsg.Name = "lblMsg"
Me.lblMsg.Size = New System.Drawing.Size(233, 15)
Me.lblMsg.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'frmCardGameMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.BackColor = System.Drawing.Color.DarkGreen
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.lblMsg)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Menu = Me.mainMenu1
Me.Name = "frmCardGameMain"
Me.Text = "扑克游戏 Demo"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents miSendCard As System.Windows.Forms.MenuItem
Friend WithEvents miGetCard As System.Windows.Forms.MenuItem
Friend WithEvents miStop As System.Windows.Forms.MenuItem
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents lblMsg As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -