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

📄 frmdepedit.designer.vb

📁 使用说明 1.在使用源程序前
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmDepEdit
#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_Cancel As System.Windows.Forms.Button
    Public WithEvents BtnOK As System.Windows.Forms.Button
    Public WithEvents txtDescribe As System.Windows.Forms.TextBox
    Public WithEvents txtDep As System.Windows.Forms.TextBox
    Public WithEvents Label3 As System.Windows.Forms.Label
    Public WithEvents lblUpper As System.Windows.Forms.Label
    Public WithEvents Label1 As System.Windows.Forms.Label
    Public WithEvents Label2 As System.Windows.Forms.Label
    Public WithEvents Frame1 As System.Windows.Forms.GroupBox
    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器来修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.Cmd_Cancel = New System.Windows.Forms.Button
        Me.BtnOK = New System.Windows.Forms.Button
        Me.Frame1 = New System.Windows.Forms.GroupBox
        Me.txtDescribe = New System.Windows.Forms.TextBox
        Me.txtDep = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.lblUpper = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Frame1.SuspendLayout()
        Me.SuspendLayout()
        '
        '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(167, 176)
        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 = 3
        Me.Cmd_Cancel.Text = "取 消"
        Me.Cmd_Cancel.UseVisualStyleBackColor = False
        '
        'BtnOK
        '
        Me.BtnOK.BackColor = System.Drawing.SystemColors.Control
        Me.BtnOK.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnOK.Location = New System.Drawing.Point(60, 176)
        Me.BtnOK.Name = "BtnOK"
        Me.BtnOK.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnOK.Size = New System.Drawing.Size(87, 27)
        Me.BtnOK.TabIndex = 2
        Me.BtnOK.Text = "确 定"
        Me.BtnOK.UseVisualStyleBackColor = False
        '
        'Frame1
        '
        Me.Frame1.BackColor = System.Drawing.SystemColors.Menu
        Me.Frame1.Controls.Add(Me.txtDescribe)
        Me.Frame1.Controls.Add(Me.txtDep)
        Me.Frame1.Controls.Add(Me.Label3)
        Me.Frame1.Controls.Add(Me.lblUpper)
        Me.Frame1.Controls.Add(Me.Label1)
        Me.Frame1.Controls.Add(Me.Label2)
        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(281, 153)
        Me.Frame1.TabIndex = 4
        Me.Frame1.TabStop = False
        '
        'txtDescribe
        '
        Me.txtDescribe.AcceptsReturn = True
        Me.txtDescribe.BackColor = System.Drawing.SystemColors.Window
        Me.txtDescribe.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtDescribe.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtDescribe.Location = New System.Drawing.Point(72, 88)
        Me.txtDescribe.MaxLength = 0
        Me.txtDescribe.Multiline = True
        Me.txtDescribe.Name = "txtDescribe"
        Me.txtDescribe.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtDescribe.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtDescribe.Size = New System.Drawing.Size(193, 57)
        Me.txtDescribe.TabIndex = 1
        Me.txtDescribe.Text = "Text1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
        '
        'txtDep
        '
        Me.txtDep.AcceptsReturn = True
        Me.txtDep.BackColor = System.Drawing.SystemColors.Window
        Me.txtDep.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtDep.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtDep.Location = New System.Drawing.Point(72, 53)
        Me.txtDep.MaxLength = 20
        Me.txtDep.Name = "txtDep"
        Me.txtDep.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtDep.Size = New System.Drawing.Size(193, 21)
        Me.txtDep.TabIndex = 0
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label3.Location = New System.Drawing.Point(8, 88)
        Me.Label3.Name = "Label3"
        Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label3.Size = New System.Drawing.Size(53, 12)
        Me.Label3.TabIndex = 8
        Me.Label3.Text = "功能描述"
        '
        'lblUpper
        '
        Me.lblUpper.AutoSize = True
        Me.lblUpper.BackColor = System.Drawing.Color.Transparent
        Me.lblUpper.Cursor = System.Windows.Forms.Cursors.Default
        Me.lblUpper.ForeColor = System.Drawing.SystemColors.ControlText
        Me.lblUpper.Location = New System.Drawing.Point(72, 24)
        Me.lblUpper.Name = "lblUpper"
        Me.lblUpper.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.lblUpper.Size = New System.Drawing.Size(53, 12)
        Me.lblUpper.TabIndex = 7
        Me.lblUpper.Text = "上级部门"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.Location = New System.Drawing.Point(8, 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 = 6
        Me.Label1.Text = "上级部门"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label2.Location = New System.Drawing.Point(8, 56)
        Me.Label2.Name = "Label2"
        Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label2.Size = New System.Drawing.Size(53, 12)
        Me.Label2.TabIndex = 5
        Me.Label2.Text = "部门名称"
        '
        'FrmDepEdit
        '
        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(312, 213)
        Me.Controls.Add(Me.Cmd_Cancel)
        Me.Controls.Add(Me.BtnOK)
        Me.Controls.Add(Me.Frame1)
        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 = "FrmDepEdit"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "编辑部门信息"
        Me.Frame1.ResumeLayout(False)
        Me.Frame1.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
#End Region 
End Class

⌨️ 快捷键说明

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