📄 departmentform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DepartmentForm
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<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
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim 部门名称Label As System.Windows.Forms.Label
Dim 部门负责人Label As System.Windows.Forms.Label
Dim 人事文员Label As System.Windows.Forms.Label
Dim 联系电话Label As System.Windows.Forms.Label
Dim 额定人数Label As System.Windows.Forms.Label
Dim 说明Label As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DepartmentForm))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
Me.公司部门BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.公司部门BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton
Me.部门名称TextBox = New System.Windows.Forms.TextBox
Me.部门负责人TextBox = New System.Windows.Forms.TextBox
Me.人事文员TextBox = New System.Windows.Forms.TextBox
Me.联系电话TextBox = New System.Windows.Forms.TextBox
Me.额定人数TextBox = New System.Windows.Forms.TextBox
Me.说明TextBox = New System.Windows.Forms.TextBox
Me.公司部门DataGridView = New System.Windows.Forms.DataGridView
Me.公司部门BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyPersonnelDataSet = New 人事工资管理系统.MyPersonnelDataSet
Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.公司部门TableAdapter = New 人事工资管理系统.MyPersonnelDataSetTableAdapters.公司部门TableAdapter
部门名称Label = New System.Windows.Forms.Label
部门负责人Label = New System.Windows.Forms.Label
人事文员Label = New System.Windows.Forms.Label
联系电话Label = New System.Windows.Forms.Label
额定人数Label = New System.Windows.Forms.Label
说明Label = New System.Windows.Forms.Label
CType(Me.公司部门BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.公司部门BindingNavigator.SuspendLayout()
CType(Me.公司部门DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.公司部门BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyPersonnelDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'部门名称Label
'
部门名称Label.AutoSize = True
部门名称Label.Location = New System.Drawing.Point(4, 31)
部门名称Label.Name = "部门名称Label"
部门名称Label.Size = New System.Drawing.Size(59, 12)
部门名称Label.TabIndex = 15
部门名称Label.Text = "部门名称:"
'
'部门负责人Label
'
部门负责人Label.AutoSize = True
部门负责人Label.Location = New System.Drawing.Point(4, 58)
部门负责人Label.Name = "部门负责人Label"
部门负责人Label.Size = New System.Drawing.Size(71, 12)
部门负责人Label.TabIndex = 17
部门负责人Label.Text = "部门负责人:"
'
'人事文员Label
'
人事文员Label.AutoSize = True
人事文员Label.Location = New System.Drawing.Point(4, 85)
人事文员Label.Name = "人事文员Label"
人事文员Label.Size = New System.Drawing.Size(59, 12)
人事文员Label.TabIndex = 19
人事文员Label.Text = "人事文员:"
'
'联系电话Label
'
联系电话Label.AutoSize = True
联系电话Label.Location = New System.Drawing.Point(270, 31)
联系电话Label.Name = "联系电话Label"
联系电话Label.Size = New System.Drawing.Size(59, 12)
联系电话Label.TabIndex = 21
联系电话Label.Text = "联系电话:"
'
'额定人数Label
'
额定人数Label.AutoSize = True
额定人数Label.Location = New System.Drawing.Point(270, 58)
额定人数Label.Name = "额定人数Label"
额定人数Label.Size = New System.Drawing.Size(59, 12)
额定人数Label.TabIndex = 23
额定人数Label.Text = "额定人数:"
'
'说明Label
'
说明Label.AutoSize = True
说明Label.Location = New System.Drawing.Point(270, 85)
说明Label.Name = "说明Label"
说明Label.Size = New System.Drawing.Size(35, 12)
说明Label.TabIndex = 25
说明Label.Text = "说明:"
'
'公司部门BindingNavigator
'
Me.公司部门BindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.公司部门BindingNavigator.BindingSource = Me.公司部门BindingSource
Me.公司部门BindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.公司部门BindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.公司部门BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.公司部门BindingNavigatorSaveItem})
Me.公司部门BindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.公司部门BindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.公司部门BindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.公司部门BindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.公司部门BindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.公司部门BindingNavigator.Name = "公司部门BindingNavigator"
Me.公司部门BindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.公司部门BindingNavigator.Size = New System.Drawing.Size(540, 25)
Me.公司部门BindingNavigator.TabIndex = 0
Me.公司部门BindingNavigator.Text = "BindingNavigator1"
'
'BindingNavigatorAddNewItem
'
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(49, 22)
Me.BindingNavigatorAddNewItem.Text = "新增"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(35, 22)
Me.BindingNavigatorCountItem.Text = "/ {0}"
Me.BindingNavigatorCountItem.ToolTipText = "总项数"
'
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(49, 22)
Me.BindingNavigatorDeleteItem.Text = "删除"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "移到第一条记录"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "移到上一条记录"
'
'BindingNavigatorSeparator
'
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "位置"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 21)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "当前位置"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem.Text = "移到下一条记录"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -