?? frmempedit.designer.vb
字號:
Me.txtEmp_Name.Location = New System.Drawing.Point(120, 20)
Me.txtEmp_Name.MaxLength = 15
Me.txtEmp_Name.Name = "txtEmp_Name"
Me.txtEmp_Name.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtEmp_Name.Size = New System.Drawing.Size(121, 21)
Me.txtEmp_Name.TabIndex = 0
Me.txtEmp_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'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("宋體", 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(328, 19)
Me.ComboSex.Name = "ComboSex"
Me.ComboSex.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboSex.Size = New System.Drawing.Size(97, 20)
Me.ComboSex.TabIndex = 1
'
'txtNationality
'
Me.txtNationality.AcceptsReturn = True
Me.txtNationality.BackColor = System.Drawing.SystemColors.Window
Me.txtNationality.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtNationality.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtNationality.Location = New System.Drawing.Point(520, 49)
Me.txtNationality.MaxLength = 15
Me.txtNationality.Name = "txtNationality"
Me.txtNationality.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtNationality.Size = New System.Drawing.Size(97, 21)
Me.txtNationality.TabIndex = 5
Me.txtNationality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtPcId
'
Me.txtPcId.AcceptsReturn = True
Me.txtPcId.BackColor = System.Drawing.SystemColors.Window
Me.txtPcId.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtPcId.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtPcId.Location = New System.Drawing.Point(520, 106)
Me.txtPcId.MaxLength = 15
Me.txtPcId.Name = "txtPcId"
Me.txtPcId.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtPcId.Size = New System.Drawing.Size(97, 21)
Me.txtPcId.TabIndex = 10
Me.txtPcId.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtOfficePhone
'
Me.txtOfficePhone.AcceptsReturn = True
Me.txtOfficePhone.BackColor = System.Drawing.SystemColors.Window
Me.txtOfficePhone.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtOfficePhone.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtOfficePhone.Location = New System.Drawing.Point(328, 135)
Me.txtOfficePhone.MaxLength = 15
Me.txtOfficePhone.Name = "txtOfficePhone"
Me.txtOfficePhone.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtOfficePhone.Size = New System.Drawing.Size(97, 21)
Me.txtOfficePhone.TabIndex = 12
Me.txtOfficePhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtBp
'
Me.txtBp.AcceptsReturn = True
Me.txtBp.BackColor = System.Drawing.SystemColors.Window
Me.txtBp.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtBp.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtBp.Location = New System.Drawing.Point(328, 163)
Me.txtBp.MaxLength = 15
Me.txtBp.Name = "txtBp"
Me.txtBp.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtBp.Size = New System.Drawing.Size(97, 21)
Me.txtBp.TabIndex = 15
Me.txtBp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtCulture_Level
'
Me.txtCulture_Level.AcceptsReturn = True
Me.txtCulture_Level.BackColor = System.Drawing.SystemColors.Window
Me.txtCulture_Level.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtCulture_Level.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtCulture_Level.Location = New System.Drawing.Point(520, 78)
Me.txtCulture_Level.MaxLength = 15
Me.txtCulture_Level.Name = "txtCulture_Level"
Me.txtCulture_Level.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtCulture_Level.Size = New System.Drawing.Size(97, 21)
Me.txtCulture_Level.TabIndex = 8
Me.txtCulture_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'ComboMarital
'
Me.ComboMarital.BackColor = System.Drawing.SystemColors.Window
Me.ComboMarital.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboMarital.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboMarital.Font = New System.Drawing.Font("宋體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboMarital.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboMarital.Items.AddRange(New Object() {"未婚", "已婚", "離異", "喪偶"})
Me.ComboMarital.Location = New System.Drawing.Point(120, 76)
Me.ComboMarital.Name = "ComboMarital"
Me.ComboMarital.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboMarital.Size = New System.Drawing.Size(121, 20)
Me.ComboMarital.TabIndex = 6
'
'txtId_Card
'
Me.txtId_Card.AcceptsReturn = True
Me.txtId_Card.BackColor = System.Drawing.SystemColors.Window
Me.txtId_Card.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtId_Card.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtId_Card.Location = New System.Drawing.Point(120, 106)
Me.txtId_Card.MaxLength = 20
Me.txtId_Card.Name = "txtId_Card"
Me.txtId_Card.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtId_Card.Size = New System.Drawing.Size(305, 21)
Me.txtId_Card.TabIndex = 9
'
'txtHomePhone
'
Me.txtHomePhone.AcceptsReturn = True
Me.txtHomePhone.BackColor = System.Drawing.SystemColors.Window
Me.txtHomePhone.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtHomePhone.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtHomePhone.Location = New System.Drawing.Point(120, 163)
Me.txtHomePhone.MaxLength = 15
Me.txtHomePhone.Name = "txtHomePhone"
Me.txtHomePhone.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtHomePhone.Size = New System.Drawing.Size(121, 21)
Me.txtHomePhone.TabIndex = 14
Me.txtHomePhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtFiles_Keep_Org
'
Me.txtFiles_Keep_Org.AcceptsReturn = True
Me.txtFiles_Keep_Org.BackColor = System.Drawing.SystemColors.Window
Me.txtFiles_Keep_Org.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtFiles_Keep_Org.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtFiles_Keep_Org.Location = New System.Drawing.Point(120, 192)
Me.txtFiles_Keep_Org.MaxLength = 15
Me.txtFiles_Keep_Org.Name = "txtFiles_Keep_Org"
Me.txtFiles_Keep_Org.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtFiles_Keep_Org.Size = New System.Drawing.Size(121, 21)
Me.txtFiles_Keep_Org.TabIndex = 16
Me.txtFiles_Keep_Org.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtPostcode
'
Me.txtPostcode.AcceptsReturn = True
Me.txtPostcode.BackColor = System.Drawing.SystemColors.Window
Me.txtPostcode.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtPostcode.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtPostcode.Location = New System.Drawing.Point(520, 220)
Me.txtPostcode.MaxLength = 15
Me.txtPostcode.Name = "txtPostcode"
Me.txtPostcode.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtPostcode.Size = New System.Drawing.Size(97, 21)
Me.txtPostcode.TabIndex = 19
Me.txtPostcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtHukou
'
Me.txtHukou.AcceptsReturn = True
Me.txtHukou.BackColor = System.Drawing.SystemColors.Window
Me.txtHukou.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtHukou.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtHukou.Location = New System.Drawing.Point(120, 220)
Me.txtHukou.MaxLength = 15
Me.txtHukou.Name = "txtHukou"
Me.txtHukou.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtHukou.Size = New System.Drawing.Size(305, 21)
Me.txtHukou.TabIndex = 18
Me.txtHukou.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtPolice_Post
'
Me.txtPolice_Post.AcceptsReturn = True
Me.txtPolice_Post.BackColor = System.Drawing.SystemColors.Window
Me.txtPolice_Post.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtPolice_Post.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtPolice_Post.Location = New System.Drawing.Point(120, 249)
Me.txtPolice_Post.MaxLength = 15
Me.txtPolice_Post.Name = "txtPolice_Post"
Me.txtPolice_Post.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtPolice_Post.Size = New System.Drawing.Size(305, 21)
Me.txtPolice_Post.TabIndex = 20
Me.txtPolice_Post.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtStreet_Office
'
Me.txtStreet_Office.AcceptsReturn = True
Me.txtStreet_Office.BackColor = System.Drawing.SystemColors.Window
Me.txtStreet_Office.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtStreet_Office.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtStreet_Office.Location = New System.Drawing.Point(120, 277)
Me.txtStreet_Office.MaxLength = 15
Me.txtStreet_Office.Name = "txtStreet_Office"
Me.txtStreet_Office.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtStreet_Office.Size = New System.Drawing.Size(305, 21)
Me.txtStreet_Office.TabIndex = 21
Me.txtStreet_Office.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtTitle
'
Me.txtTitle.AcceptsReturn = True
Me.txtTitle.BackColor = System.Drawing.SystemColors.Window
Me.txtTitle.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtTitle.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtTitle.Location = New System.Drawing.Point(520, 305)
Me.txtTitle.MaxLength = 15
Me.txtTitle.Name = "txtTitle"
Me.txtTitle.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtTitle.Size = New System.Drawing.Size(97, 21)
Me.txtTitle.TabIndex = 24
Me.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtBaseWage
'
Me.txtBaseWage.AcceptsReturn = True
Me.txtBaseWage.BackColor = System.Drawing.SystemColors.Window
Me.txtBaseWage.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtBaseWage.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtBaseWage.Location = New System.Drawing.Point(120, 363)
Me.txtBaseWage.MaxLength = 15
Me.txtBaseWage.Name = "txtBaseWage"
Me.txtBaseWage.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtBaseWage.Size = New System.Drawing.Size(121, 21)
Me.txtBaseWage.TabIndex = 28
Me.txtBaseWage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtResidence
'
Me.txtResidence.AcceptsReturn = True
Me.txtResidence.BackColor = System.Drawing.SystemColors.Window
Me.txtResidence.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtResidence.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtResidence.Location = New System.Drawing.Point(328, 192)
Me.txtResidence.MaxLength = 15
Me.txtResidence.Name = "txtResidence"
Me.txtResidence.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtResidence.Size = New System.Drawing.Size(289, 21)
Me.txtResidence.TabIndex = 17
Me.txtResidence.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtWorking_Years
'
Me.txtWorking_Years.AcceptsReturn = True
Me.txtWorking_Years.BackColor = System.Drawing.SystemColors.Window
Me.txtWorking_Years.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtWorking_Years.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtWorking_Years.Location = New System.Drawing.Point(328, 305)
Me.txtWorking_Years.MaxLength = 15
Me.txtWorking_Years.Name = "txtWorking_Years"
Me.txtWorking_Years.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtWorking_Years.Size = New System.Drawing.Size(97, 21)
Me.txtWorking_Years.TabIndex = 23
Me.txtWorking_Years.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtPolitical_Party
'
Me.txtPolitical_Party.AcceptsReturn = True
Me.txtPolitical_Party.BackColor = System.Drawing.SystemColors.Window
Me.txtPolitical_Party.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtPolitical_Party.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtPolitical_Party.Location = New System.Drawing.Point(328, 49)
Me.txtPolitical_Party.MaxLength = 15
Me.txtPolitical_Party.Name = "txtPolitical_Party"
Me.txtPolitical_Party.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtPolitical_Party.Size = New System.Drawing.Size(97, 21)
Me.txtPolitical_Party.TabIndex = 4
Me.txtPolitical_Party.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtFamily_Place
'
Me.txtFamily_Place.AcceptsReturn = True
Me.txtFamily_Place.BackColor = System.Drawing.SystemColors.Window
Me.txtFamily_Place.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtFamily_Place.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtFamily_Place.Location = New System.Drawing.Point(328, 78)
Me.txtFamily_Place.MaxLength = 15
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -