📄 frmfamilyedit.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmFamilyEdit
#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 txtName As System.Windows.Forms.TextBox
Public WithEvents txtRelation As System.Windows.Forms.TextBox
Public WithEvents txtAge As System.Windows.Forms.TextBox
Public WithEvents txtWorkingOrg As System.Windows.Forms.TextBox
Public WithEvents ComboSex As System.Windows.Forms.ComboBox
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents Label8 As System.Windows.Forms.Label
Public WithEvents Frame1 As System.Windows.Forms.GroupBox
Public WithEvents Cmd_Cancel As System.Windows.Forms.Button
Public WithEvents BtnOK As System.Windows.Forms.Button
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Frame1 = New System.Windows.Forms.GroupBox
Me.txtName = New System.Windows.Forms.TextBox
Me.txtRelation = New System.Windows.Forms.TextBox
Me.txtAge = New System.Windows.Forms.TextBox
Me.txtWorkingOrg = New System.Windows.Forms.TextBox
Me.ComboSex = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Cmd_Cancel = New System.Windows.Forms.Button
Me.BtnOK = New System.Windows.Forms.Button
Me.Frame1.SuspendLayout()
Me.SuspendLayout()
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
Me.Frame1.Controls.Add(Me.txtName)
Me.Frame1.Controls.Add(Me.txtRelation)
Me.Frame1.Controls.Add(Me.txtAge)
Me.Frame1.Controls.Add(Me.txtWorkingOrg)
Me.Frame1.Controls.Add(Me.ComboSex)
Me.Frame1.Controls.Add(Me.Label1)
Me.Frame1.Controls.Add(Me.Label6)
Me.Frame1.Controls.Add(Me.Label4)
Me.Frame1.Controls.Add(Me.Label5)
Me.Frame1.Controls.Add(Me.Label8)
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(417, 121)
Me.Frame1.TabIndex = 7
Me.Frame1.TabStop = False
'
'txtName
'
Me.txtName.AcceptsReturn = True
Me.txtName.BackColor = System.Drawing.SystemColors.Window
Me.txtName.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtName.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtName.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtName.Location = New System.Drawing.Point(96, 19)
Me.txtName.MaxLength = 100
Me.txtName.Name = "txtName"
Me.txtName.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtName.Size = New System.Drawing.Size(89, 21)
Me.txtName.TabIndex = 0
'
'txtRelation
'
Me.txtRelation.AcceptsReturn = True
Me.txtRelation.BackColor = System.Drawing.SystemColors.Window
Me.txtRelation.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtRelation.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtRelation.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtRelation.Location = New System.Drawing.Point(312, 48)
Me.txtRelation.MaxLength = 20
Me.txtRelation.Name = "txtRelation"
Me.txtRelation.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtRelation.Size = New System.Drawing.Size(89, 21)
Me.txtRelation.TabIndex = 3
'
'txtAge
'
Me.txtAge.AcceptsReturn = True
Me.txtAge.BackColor = System.Drawing.SystemColors.Window
Me.txtAge.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtAge.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAge.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtAge.Location = New System.Drawing.Point(96, 51)
Me.txtAge.MaxLength = 50
Me.txtAge.Name = "txtAge"
Me.txtAge.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtAge.Size = New System.Drawing.Size(89, 21)
Me.txtAge.TabIndex = 2
'
'txtWorkingOrg
'
Me.txtWorkingOrg.AcceptsReturn = True
Me.txtWorkingOrg.BackColor = System.Drawing.SystemColors.Window
Me.txtWorkingOrg.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtWorkingOrg.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtWorkingOrg.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtWorkingOrg.Location = New System.Drawing.Point(96, 80)
Me.txtWorkingOrg.MaxLength = 100
Me.txtWorkingOrg.Name = "txtWorkingOrg"
Me.txtWorkingOrg.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtWorkingOrg.Size = New System.Drawing.Size(305, 21)
Me.txtWorkingOrg.TabIndex = 4
'
'ComboSex
'
Me.ComboSex.BackColor = System.Drawing.SystemColors.Window
Me.ComboSex.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboSex.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboSex.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboSex.Items.AddRange(New Object() {"男", "女"})
Me.ComboSex.Location = New System.Drawing.Point(312, 19)
Me.ComboSex.Name = "ComboSex"
Me.ComboSex.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboSex.Size = New System.Drawing.Size(65, 23)
Me.ComboSex.TabIndex = 1
'
'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(29, 12)
Me.Label1.TabIndex = 12
Me.Label1.Text = "姓名"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.Cursor = System.Windows.Forms.Cursors.Default
Me.Label6.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.Black
Me.Label6.Location = New System.Drawing.Point(248, 56)
Me.Label6.Name = "Label6"
Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label6.Size = New System.Drawing.Size(29, 12)
Me.Label6.TabIndex = 11
Me.Label6.Text = "关系"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
Me.Label4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(16, 56)
Me.Label4.Name = "Label4"
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.Size = New System.Drawing.Size(29, 12)
Me.Label4.TabIndex = 10
Me.Label4.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, 88)
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 = "所在单位"
'
'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(248, 24)
Me.Label8.Name = "Label8"
Me.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label8.Size = New System.Drawing.Size(29, 12)
Me.Label8.TabIndex = 8
Me.Label8.Text = "性别"
'
'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(260, 144)
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 = 6
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(102, 144)
Me.BtnOK.Name = "BtnOK"
Me.BtnOK.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnOK.Size = New System.Drawing.Size(87, 27)
Me.BtnOK.TabIndex = 5
Me.BtnOK.Text = "确 定"
Me.BtnOK.UseVisualStyleBackColor = False
'
'FrmFamilyEdit
'
Me.AcceptButton = Me.BtnOK
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(448, 185)
Me.Controls.Add(Me.Frame1)
Me.Controls.Add(Me.Cmd_Cancel)
Me.Controls.Add(Me.BtnOK)
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 = "FrmFamilyEdit"
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 + -