⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmevaedit.designer.vb

📁 vb2005人事管理系统源码
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmEvaEdit
#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 ComboName As System.Windows.Forms.ComboBox
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents Label8 As System.Windows.Forms.Label
	Public WithEvents lblMonth As System.Windows.Forms.Label
	Public WithEvents Frame1 As System.Windows.Forms.GroupBox
	Public WithEvents Cmd_Cancel As System.Windows.Forms.Button
    Public WithEvents Btn_OK As System.Windows.Forms.Button
    Public WithEvents txtEva As System.Windows.Forms.TextBox
    Public WithEvents txtPerformance As System.Windows.Forms.TextBox
    Public WithEvents ComboFactor As System.Windows.Forms.ComboBox
    Public WithEvents Label2 As System.Windows.Forms.Label
    Public WithEvents Label5 As System.Windows.Forms.Label
    Public WithEvents Label11 As System.Windows.Forms.Label
    Public WithEvents Label14 As System.Windows.Forms.Label
    Public WithEvents Frame2 As System.Windows.Forms.GroupBox
    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器来修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.Frame1 = New System.Windows.Forms.GroupBox
        Me.ComboName = New System.Windows.Forms.ComboBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.lblMonth = New System.Windows.Forms.Label
        Me.Cmd_Cancel = New System.Windows.Forms.Button
        Me.Btn_OK = New System.Windows.Forms.Button
        Me.Frame2 = New System.Windows.Forms.GroupBox
        Me.txtEva = New System.Windows.Forms.TextBox
        Me.txtPerformance = New System.Windows.Forms.TextBox
        Me.ComboFactor = New System.Windows.Forms.ComboBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label14 = New System.Windows.Forms.Label
        Me.Frame1.SuspendLayout()
        Me.Frame2.SuspendLayout()
        Me.SuspendLayout()
        '
        'Frame1
        '
        Me.Frame1.BackColor = System.Drawing.SystemColors.Control
        Me.Frame1.Controls.Add(Me.ComboName)
        Me.Frame1.Controls.Add(Me.Label1)
        Me.Frame1.Controls.Add(Me.Label8)
        Me.Frame1.Controls.Add(Me.lblMonth)
        Me.Frame1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame1.Location = New System.Drawing.Point(16, 8)
        Me.Frame1.Name = "Frame1"
        Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame1.Size = New System.Drawing.Size(489, 57)
        Me.Frame1.TabIndex = 10
        Me.Frame1.TabStop = False
        Me.Frame1.Text = "基本信息"
        '
        'ComboName
        '
        Me.ComboName.BackColor = System.Drawing.SystemColors.Window
        Me.ComboName.Cursor = System.Windows.Forms.Cursors.Default
        Me.ComboName.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ComboName.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ComboName.Location = New System.Drawing.Point(264, 20)
        Me.ComboName.Name = "ComboName"
        Me.ComboName.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ComboName.Size = New System.Drawing.Size(89, 20)
        Me.ComboName.TabIndex = 5
        Me.ComboName.Text = "ComboName"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.ForeColor = System.Drawing.Color.Black
        Me.Label1.Location = New System.Drawing.Point(16, 24)
        Me.Label1.Name = "Label1"
        Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label1.Size = New System.Drawing.Size(53, 12)
        Me.Label1.TabIndex = 13
        Me.Label1.Text = "考评月份"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.BackColor = System.Drawing.Color.Transparent
        Me.Label8.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label8.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label8.Location = New System.Drawing.Point(176, 24)
        Me.Label8.Name = "Label8"
        Me.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label8.Size = New System.Drawing.Size(53, 12)
        Me.Label8.TabIndex = 12
        Me.Label8.Text = "员工姓名"
        '
        'lblMonth
        '
        Me.lblMonth.AutoSize = True
        Me.lblMonth.BackColor = System.Drawing.Color.Transparent
        Me.lblMonth.Cursor = System.Windows.Forms.Cursors.Default
        Me.lblMonth.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblMonth.ForeColor = System.Drawing.Color.Black
        Me.lblMonth.Location = New System.Drawing.Point(104, 24)
        Me.lblMonth.Name = "lblMonth"
        Me.lblMonth.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.lblMonth.Size = New System.Drawing.Size(41, 12)
        Me.lblMonth.TabIndex = 11
        Me.lblMonth.Text = "2002-9"
        '
        'Cmd_Cancel
        '
        Me.Cmd_Cancel.BackColor = System.Drawing.SystemColors.Control
        Me.Cmd_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.Cmd_Cancel.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Cmd_Cancel.Location = New System.Drawing.Point(297, 240)
        Me.Cmd_Cancel.Name = "Cmd_Cancel"
        Me.Cmd_Cancel.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Cmd_Cancel.Size = New System.Drawing.Size(87, 27)
        Me.Cmd_Cancel.TabIndex = 4
        Me.Cmd_Cancel.Text = "取 消"
        Me.Cmd_Cancel.UseVisualStyleBackColor = False
        '
        'Btn_OK
        '
        Me.Btn_OK.BackColor = System.Drawing.SystemColors.Control
        Me.Btn_OK.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Btn_OK.Location = New System.Drawing.Point(139, 240)
        Me.Btn_OK.Name = "Btn_OK"
        Me.Btn_OK.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Btn_OK.Size = New System.Drawing.Size(87, 27)
        Me.Btn_OK.TabIndex = 3
        Me.Btn_OK.Text = "确 定"
        Me.Btn_OK.UseVisualStyleBackColor = False
        '
        'Frame2
        '
        Me.Frame2.BackColor = System.Drawing.SystemColors.Control
        Me.Frame2.Controls.Add(Me.txtEva)
        Me.Frame2.Controls.Add(Me.txtPerformance)
        Me.Frame2.Controls.Add(Me.ComboFactor)
        Me.Frame2.Controls.Add(Me.Label2)
        Me.Frame2.Controls.Add(Me.Label5)
        Me.Frame2.Controls.Add(Me.Label11)
        Me.Frame2.Controls.Add(Me.Label14)
        Me.Frame2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame2.Location = New System.Drawing.Point(16, 72)
        Me.Frame2.Name = "Frame2"
        Me.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame2.Size = New System.Drawing.Size(489, 153)
        Me.Frame2.TabIndex = 6
        Me.Frame2.TabStop = False
        Me.Frame2.Text = "考评信息"
        '
        'txtEva
        '
        Me.txtEva.AcceptsReturn = True
        Me.txtEva.BackColor = System.Drawing.SystemColors.Window
        Me.txtEva.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtEva.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtEva.Location = New System.Drawing.Point(96, 72)
        Me.txtEva.MaxLength = 0
        Me.txtEva.Multiline = True
        Me.txtEva.Name = "txtEva"
        Me.txtEva.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtEva.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtEva.Size = New System.Drawing.Size(377, 41)
        Me.txtEva.TabIndex = 1
        '
        'txtPerformance
        '
        Me.txtPerformance.AcceptsReturn = True
        Me.txtPerformance.BackColor = System.Drawing.SystemColors.Window
        Me.txtPerformance.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtPerformance.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtPerformance.Location = New System.Drawing.Point(96, 24)
        Me.txtPerformance.MaxLength = 0
        Me.txtPerformance.Multiline = True
        Me.txtPerformance.Name = "txtPerformance"
        Me.txtPerformance.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtPerformance.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtPerformance.Size = New System.Drawing.Size(377, 41)
        Me.txtPerformance.TabIndex = 0
        '
        'ComboFactor
        '
        Me.ComboFactor.BackColor = System.Drawing.SystemColors.Window
        Me.ComboFactor.Cursor = System.Windows.Forms.Cursors.Default
        Me.ComboFactor.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ComboFactor.Items.AddRange(New Object() {"0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100"})
        Me.ComboFactor.Location = New System.Drawing.Point(96, 120)
        Me.ComboFactor.Name = "ComboFactor"
        Me.ComboFactor.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ComboFactor.Size = New System.Drawing.Size(57, 20)
        Me.ComboFactor.TabIndex = 2
        Me.ComboFactor.Text = "ComboFactor"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.SystemColors.Control
        Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label2.Location = New System.Drawing.Point(160, 124)
        Me.Label2.Name = "Label2"
        Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label2.Size = New System.Drawing.Size(11, 12)
        Me.Label2.TabIndex = 14
        Me.Label2.Text = "%"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.Black
        Me.Label5.Location = New System.Drawing.Point(16, 24)
        Me.Label5.Name = "Label5"
        Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label5.Size = New System.Drawing.Size(53, 12)
        Me.Label5.TabIndex = 9
        Me.Label5.Text = "工作业绩"
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.BackColor = System.Drawing.Color.Transparent
        Me.Label11.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label11.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.ForeColor = System.Drawing.Color.Black
        Me.Label11.Location = New System.Drawing.Point(16, 72)
        Me.Label11.Name = "Label11"
        Me.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label11.Size = New System.Drawing.Size(53, 12)
        Me.Label11.TabIndex = 8
        Me.Label11.Text = "领导评价"
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.BackColor = System.Drawing.Color.Transparent
        Me.Label14.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label14.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.ForeColor = System.Drawing.Color.Black
        Me.Label14.Location = New System.Drawing.Point(16, 124)
        Me.Label14.Name = "Label14"
        Me.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label14.Size = New System.Drawing.Size(53, 12)
        Me.Label14.TabIndex = 7
        Me.Label14.Text = "奖金系数"
        '
        'FrmEvaEdit
        '
        Me.AcceptButton = Me.Btn_OK
        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_Cancel
        Me.ClientSize = New System.Drawing.Size(521, 282)
        Me.Controls.Add(Me.Frame1)
        Me.Controls.Add(Me.Cmd_Cancel)
        Me.Controls.Add(Me.Btn_OK)
        Me.Controls.Add(Me.Frame2)
        Me.Cursor = System.Windows.Forms.Cursors.Default
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Location = New System.Drawing.Point(3, 23)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FrmEvaEdit"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "编辑考评信息"
        Me.Frame1.ResumeLayout(False)
        Me.Frame1.PerformLayout()
        Me.Frame2.ResumeLayout(False)
        Me.Frame2.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
#End Region 
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -