📄 frmdepman.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmDepMan
#Region "Windows 窗体设计器生成的代码 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public WithEvents Cmd_Back As System.Windows.Forms.Button
Public WithEvents BtnDel As System.Windows.Forms.Button
Public WithEvents BtnModify As System.Windows.Forms.Button
Public WithEvents BtnAdd As System.Windows.Forms.Button
Public WithEvents ImageList1 As System.Windows.Forms.ImageList
Public WithEvents TreeView1 As System.Windows.Forms.TreeView
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDepMan))
Me.Cmd_Back = New System.Windows.Forms.Button
Me.BtnDel = New System.Windows.Forms.Button
Me.BtnModify = New System.Windows.Forms.Button
Me.BtnAdd = New System.Windows.Forms.Button
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.TreeView1 = New System.Windows.Forms.TreeView
Me.SuspendLayout()
'
'Cmd_Back
'
Me.Cmd_Back.BackColor = System.Drawing.SystemColors.Menu
Me.Cmd_Back.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cmd_Back.ForeColor = System.Drawing.SystemColors.ControlText
Me.Cmd_Back.Location = New System.Drawing.Point(304, 272)
Me.Cmd_Back.Name = "Cmd_Back"
Me.Cmd_Back.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Cmd_Back.Size = New System.Drawing.Size(87, 27)
Me.Cmd_Back.TabIndex = 4
Me.Cmd_Back.Text = "返 回"
Me.Cmd_Back.UseVisualStyleBackColor = False
'
'BtnDel
'
Me.BtnDel.BackColor = System.Drawing.SystemColors.Menu
Me.BtnDel.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnDel.Location = New System.Drawing.Point(208, 272)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnDel.Size = New System.Drawing.Size(87, 27)
Me.BtnDel.TabIndex = 3
Me.BtnDel.Text = "删 除"
Me.BtnDel.UseVisualStyleBackColor = False
'
'BtnModify
'
Me.BtnModify.BackColor = System.Drawing.SystemColors.Menu
Me.BtnModify.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnModify.Location = New System.Drawing.Point(112, 272)
Me.BtnModify.Name = "BtnModify"
Me.BtnModify.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnModify.Size = New System.Drawing.Size(87, 27)
Me.BtnModify.TabIndex = 2
Me.BtnModify.Text = "修 改"
Me.BtnModify.UseVisualStyleBackColor = False
'
'BtnAdd
'
Me.BtnAdd.BackColor = System.Drawing.SystemColors.Menu
Me.BtnAdd.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnAdd.Location = New System.Drawing.Point(16, 272)
Me.BtnAdd.Name = "BtnAdd"
Me.BtnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnAdd.Size = New System.Drawing.Size(87, 27)
Me.BtnAdd.TabIndex = 1
Me.BtnAdd.Text = "添 加"
Me.BtnAdd.UseVisualStyleBackColor = False
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.White
Me.ImageList1.Images.SetKeyName(0, "")
Me.ImageList1.Images.SetKeyName(1, "")
Me.ImageList1.Images.SetKeyName(2, "")
Me.ImageList1.Images.SetKeyName(3, "")
'
'TreeView1
'
Me.TreeView1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TreeView1.HideSelection = False
Me.TreeView1.HotTracking = True
Me.TreeView1.ImageIndex = 0
Me.TreeView1.ImageList = Me.ImageList1
Me.TreeView1.Location = New System.Drawing.Point(16, 8)
Me.TreeView1.Name = "TreeView1"
Me.TreeView1.SelectedImageIndex = 0
Me.TreeView1.Size = New System.Drawing.Size(377, 249)
Me.TreeView1.Sorted = True
Me.TreeView1.TabIndex = 0
'
'FrmDepMan
'
Me.AcceptButton = Me.BtnAdd
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.CancelButton = Me.Cmd_Back
Me.ClientSize = New System.Drawing.Size(407, 311)
Me.Controls.Add(Me.Cmd_Back)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.BtnModify)
Me.Controls.Add(Me.BtnAdd)
Me.Controls.Add(Me.TreeView1)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Location = New System.Drawing.Point(3, 22)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmDepMan"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "部门管理"
Me.ResumeLayout(False)
End Sub
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -