📄 frmmain.designer.vb
字号:
Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton7.Name = "ToolStripButton7"
Me.ToolStripButton7.Size = New System.Drawing.Size(28, 28)
Me.ToolStripButton7.Text = "ToolStripButton7"
'
'ToolStripButton8
'
Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image)
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton8.Name = "ToolStripButton8"
Me.ToolStripButton8.Size = New System.Drawing.Size(28, 28)
Me.ToolStripButton8.Text = "ToolStripButton8"
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 55)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.TabControl1)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.LvComputer)
Me.SplitContainer1.Size = New System.Drawing.Size(636, 323)
Me.SplitContainer1.SplitterDistance = 212
Me.SplitContainer1.TabIndex = 3
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(212, 323)
Me.TabControl1.TabIndex = 0
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.Label2)
Me.TabPage2.Controls.Add(Me.Label1)
Me.TabPage2.Controls.Add(Me.BtnBroadcast)
Me.TabPage2.Controls.Add(Me.ComboMessageType)
Me.TabPage2.Controls.Add(Me.TxtMessage)
Me.TabPage2.Location = New System.Drawing.Point(4, 21)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(204, 298)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "广播消息"
Me.TabPage2.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(19, 77)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(65, 12)
Me.Label2.TabIndex = 4
Me.Label2.Text = "消息内容:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(19, 16)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(65, 12)
Me.Label1.TabIndex = 3
Me.Label1.Text = "消息类型:"
'
'BtnBroadcast
'
Me.BtnBroadcast.Location = New System.Drawing.Point(56, 158)
Me.BtnBroadcast.Name = "BtnBroadcast"
Me.BtnBroadcast.Size = New System.Drawing.Size(96, 32)
Me.BtnBroadcast.TabIndex = 2
Me.BtnBroadcast.Text = "广播"
Me.BtnBroadcast.UseVisualStyleBackColor = True
'
'ComboMessageType
'
Me.ComboMessageType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboMessageType.FormattingEnabled = True
Me.ComboMessageType.Items.AddRange(New Object() {"文本消息", "关机命令"})
Me.ComboMessageType.Location = New System.Drawing.Point(21, 36)
Me.ComboMessageType.Name = "ComboMessageType"
Me.ComboMessageType.Size = New System.Drawing.Size(162, 20)
Me.ComboMessageType.TabIndex = 1
'
'TxtMessage
'
Me.TxtMessage.Location = New System.Drawing.Point(21, 95)
Me.TxtMessage.Name = "TxtMessage"
Me.TxtMessage.Size = New System.Drawing.Size(162, 21)
Me.TxtMessage.TabIndex = 0
'
'LvComputer
'
Me.LvComputer.Dock = System.Windows.Forms.DockStyle.Fill
Me.LvComputer.LargeImageList = Me.ImageList1
Me.LvComputer.Location = New System.Drawing.Point(0, 0)
Me.LvComputer.Name = "LvComputer"
Me.LvComputer.Size = New System.Drawing.Size(420, 323)
Me.LvComputer.TabIndex = 1
Me.LvComputer.UseCompatibleStateImageBehavior = False
'
'FrmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(636, 378)
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "FrmMain"
Me.Text = "网吧计费管理系统服务器端"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.ResumeLayout(False)
Me.TabControl1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents 用户管理ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents LvComputer As System.Windows.Forms.ListView
Friend WithEvents BtnBroadcast As System.Windows.Forms.Button
Friend WithEvents ComboMessageType As System.Windows.Forms.ComboBox
Friend WithEvents TxtMessage As System.Windows.Forms.TextBox
Friend WithEvents 操作员登录ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 锁定屏幕ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents 退出ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 用户管理UToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 计算机管理ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 添加操作员ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 编辑操作员ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 删除操作员ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents 添加用户ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 修改用户信息ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 删除用户信息ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户类型ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户账号ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户姓名ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户类型ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户姓名ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按用户账号ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuAddComputer As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 修改计算机信息ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 删除计算机信息ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按机房编号ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按配置ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按计算机名称ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按机房编号ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 按配置ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem5 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents mnuAddFee As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem6 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton3 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton4 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton7 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton8 As System.Windows.Forms.ToolStripButton
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents 按计算机名称ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -