📄 frm_relation_modify.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class frm_relation_modify
Inherits System.Windows.Forms.Form
'窗体重写释放,以清理组件列表。
<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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frm_relation_modify))
Me.btn_close = New System.Windows.Forms.Button
Me.btn_apply = New System.Windows.Forms.Button
Me.tb_relation_name = New System.Windows.Forms.TextBox
Me.tb_relation_id = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.MainMenu1 = New System.Windows.Forms.MainMenu
Me.SuspendLayout()
'
'btn_close
'
Me.btn_close.Location = New System.Drawing.Point(129, 229)
Me.btn_close.Name = "btn_close"
Me.btn_close.Size = New System.Drawing.Size(72, 20)
Me.btn_close.TabIndex = 17
Me.btn_close.Text = "返回"
'
'btn_apply
'
Me.btn_apply.Location = New System.Drawing.Point(39, 229)
Me.btn_apply.Name = "btn_apply"
Me.btn_apply.Size = New System.Drawing.Size(72, 20)
Me.btn_apply.TabIndex = 16
Me.btn_apply.Text = "确定"
'
'tb_relation_name
'
Me.tb_relation_name.HideSelection = False
Me.tb_relation_name.Location = New System.Drawing.Point(101, 86)
Me.tb_relation_name.Name = "tb_relation_name"
Me.tb_relation_name.Size = New System.Drawing.Size(100, 21)
Me.tb_relation_name.TabIndex = 15
'
'tb_relation_id
'
Me.tb_relation_id.BackColor = System.Drawing.SystemColors.Control
Me.tb_relation_id.Location = New System.Drawing.Point(101, 45)
Me.tb_relation_id.Name = "tb_relation_id"
Me.tb_relation_id.ReadOnly = True
Me.tb_relation_id.Size = New System.Drawing.Size(100, 21)
Me.tb_relation_id.TabIndex = 18
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(39, 88)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 20)
Me.Label2.Text = "关系名称"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(39, 48)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(60, 20)
Me.Label1.Text = "关系标识"
'
'frm_relation_modify
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.btn_close)
Me.Controls.Add(Me.btn_apply)
Me.Controls.Add(Me.tb_relation_name)
Me.Controls.Add(Me.tb_relation_id)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Menu = Me.MainMenu1
Me.Name = "frm_relation_modify"
Me.Text = "来源关系"
Me.ResumeLayout(False)
End Sub
Friend WithEvents btn_close As System.Windows.Forms.Button
Friend WithEvents btn_apply As System.Windows.Forms.Button
Friend WithEvents tb_relation_name As System.Windows.Forms.TextBox
Friend WithEvents tb_relation_id As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -