📄 companyform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CompanyForm
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 公司网站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(CompanyForm))
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.公司网站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.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn10 = 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
公司网站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(5, 31)
公司名称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(5, 58)
法人代表Label.Name = "法人代表Label"
法人代表Label.Size = New System.Drawing.Size(59, 12)
法人代表Label.TabIndex = 25
法人代表Label.Text = "法人代表:"
'
'公司地址Label
'
公司地址Label.AutoSize = True
公司地址Label.Location = New System.Drawing.Point(5, 85)
公司地址Label.Name = "公司地址Label"
公司地址Label.Size = New System.Drawing.Size(59, 12)
公司地址Label.TabIndex = 27
公司地址Label.Text = "公司地址:"
'
'服务电话Label
'
服务电话Label.AutoSize = True
服务电话Label.Location = New System.Drawing.Point(5, 112)
服务电话Label.Name = "服务电话Label"
服务电话Label.Size = New System.Drawing.Size(59, 12)
服务电话Label.TabIndex = 29
服务电话Label.Text = "服务电话:"
'
'邮政编码Label
'
邮政编码Label.AutoSize = True
邮政编码Label.Location = New System.Drawing.Point(5, 139)
邮政编码Label.Name = "邮政编码Label"
邮政编码Label.Size = New System.Drawing.Size(59, 12)
邮政编码Label.TabIndex = 31
邮政编码Label.Text = "邮政编码:"
'
'电子邮件Label
'
电子邮件Label.AutoSize = True
电子邮件Label.Location = New System.Drawing.Point(247, 31)
电子邮件Label.Name = "电子邮件Label"
电子邮件Label.Size = New System.Drawing.Size(59, 12)
电子邮件Label.TabIndex = 33
电子邮件Label.Text = "电子邮件:"
'
'公司网站Label
'
公司网站Label.AutoSize = True
公司网站Label.Location = New System.Drawing.Point(247, 58)
公司网站Label.Name = "公司网站Label"
公司网站Label.Size = New System.Drawing.Size(59, 12)
公司网站Label.TabIndex = 35
公司网站Label.Text = "公司网站:"
'
'管理系统背景照片Label
'
管理系统背景照片Label.AutoSize = True
管理系统背景照片Label.Location = New System.Drawing.Point(247, 85)
管理系统背景照片Label.Name = "管理系统背景照片Label"
管理系统背景照片Label.Size = New System.Drawing.Size(107, 12)
管理系统背景照片Label.TabIndex = 37
管理系统背景照片Label.Text = "管理系统背景照片:"
'
'管理系统显示名称Label
'
管理系统显示名称Label.AutoSize = True
管理系统显示名称Label.Location = New System.Drawing.Point(247, 112)
管理系统显示名称Label.Name = "管理系统显示名称Label"
管理系统显示名称Label.Size = New System.Drawing.Size(107, 12)
管理系统显示名称Label.TabIndex = 39
管理系统显示名称Label.Text = "管理系统显示名称:"
'
'显示优先级Label
'
显示优先级Label.AutoSize = True
显示优先级Label.Location = New System.Drawing.Point(247, 139)
显示优先级Label.Name = "显示优先级Label"
显示优先级Label.Size = New System.Drawing.Size(71, 12)
显示优先级Label.TabIndex = 41
显示优先级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})
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -