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

📄 frmsudcandidate1.vb

📁 humar resourse management
💻 VB
📖 第 1 页 / 共 5 页
字号:
        Me.cbxPPost.Size = New System.Drawing.Size(200, 21)
        Me.cbxPPost.TabIndex = 112
        Me.cbxPPost.Text = "Primary Post"
        '
        'lblSPost
        '
        Me.lblSPost.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblSPost.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblSPost.Location = New System.Drawing.Point(24, 72)
        Me.lblSPost.Name = "lblSPost"
        Me.lblSPost.Size = New System.Drawing.Size(100, 16)
        Me.lblSPost.TabIndex = 111
        Me.lblSPost.Text = "Secondary Post"
        '
        'txtCandEmail
        '
        Me.txtCandEmail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandEmail.Location = New System.Drawing.Point(472, 144)
        Me.txtCandEmail.MaxLength = 50
        Me.txtCandEmail.Name = "txtCandEmail"
        Me.txtCandEmail.Size = New System.Drawing.Size(232, 20)
        Me.txtCandEmail.TabIndex = 106
        Me.txtCandEmail.Text = ""
        '
        'txtCandMobile
        '
        Me.txtCandMobile.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandMobile.Location = New System.Drawing.Point(472, 120)
        Me.txtCandMobile.MaxLength = 11
        Me.txtCandMobile.Name = "txtCandMobile"
        Me.txtCandMobile.Size = New System.Drawing.Size(232, 20)
        Me.txtCandMobile.TabIndex = 105
        Me.txtCandMobile.Text = ""
        '
        'txtCandPincode
        '
        Me.txtCandPincode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandPincode.Location = New System.Drawing.Point(640, 72)
        Me.txtCandPincode.MaxLength = 6
        Me.txtCandPincode.Name = "txtCandPincode"
        Me.txtCandPincode.Size = New System.Drawing.Size(64, 20)
        Me.txtCandPincode.TabIndex = 103
        Me.txtCandPincode.Text = ""
        '
        'txtCandPhone
        '
        Me.txtCandPhone.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandPhone.Location = New System.Drawing.Point(472, 96)
        Me.txtCandPhone.MaxLength = 15
        Me.txtCandPhone.Name = "txtCandPhone"
        Me.txtCandPhone.Size = New System.Drawing.Size(232, 20)
        Me.txtCandPhone.TabIndex = 104
        Me.txtCandPhone.Text = ""
        '
        'txtCandCity
        '
        Me.txtCandCity.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandCity.Location = New System.Drawing.Point(472, 72)
        Me.txtCandCity.MaxLength = 30
        Me.txtCandCity.Name = "txtCandCity"
        Me.txtCandCity.Size = New System.Drawing.Size(112, 20)
        Me.txtCandCity.TabIndex = 102
        Me.txtCandCity.Text = ""
        '
        'txtCandAddress
        '
        Me.txtCandAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandAddress.Location = New System.Drawing.Point(472, 24)
        Me.txtCandAddress.MaxLength = 100
        Me.txtCandAddress.Multiline = True
        Me.txtCandAddress.Name = "txtCandAddress"
        Me.txtCandAddress.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtCandAddress.Size = New System.Drawing.Size(232, 40)
        Me.txtCandAddress.TabIndex = 100
        Me.txtCandAddress.Text = ""
        '
        'lblCandEmail
        '
        Me.lblCandEmail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandEmail.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandEmail.Location = New System.Drawing.Point(384, 144)
        Me.lblCandEmail.Name = "lblCandEmail"
        Me.lblCandEmail.Size = New System.Drawing.Size(72, 16)
        Me.lblCandEmail.TabIndex = 110
        Me.lblCandEmail.Text = "Email"
        '
        'lblCandMobile
        '
        Me.lblCandMobile.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandMobile.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandMobile.Location = New System.Drawing.Point(384, 120)
        Me.lblCandMobile.Name = "lblCandMobile"
        Me.lblCandMobile.Size = New System.Drawing.Size(72, 16)
        Me.lblCandMobile.TabIndex = 109
        Me.lblCandMobile.Text = "Mobile"
        '
        'lblCandPincode
        '
        Me.lblCandPincode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandPincode.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandPincode.Location = New System.Drawing.Point(592, 72)
        Me.lblCandPincode.Name = "lblCandPincode"
        Me.lblCandPincode.Size = New System.Drawing.Size(48, 16)
        Me.lblCandPincode.TabIndex = 108
        Me.lblCandPincode.Text = "Pincode"
        '
        'lblCandPhone
        '
        Me.lblCandPhone.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandPhone.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandPhone.Location = New System.Drawing.Point(384, 96)
        Me.lblCandPhone.Name = "lblCandPhone"
        Me.lblCandPhone.Size = New System.Drawing.Size(72, 16)
        Me.lblCandPhone.TabIndex = 107
        Me.lblCandPhone.Text = "Phone"
        '
        'dtpCandDoB
        '
        Me.dtpCandDoB.CalendarFont = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.dtpCandDoB.CalendarMonthBackground = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
        Me.dtpCandDoB.CalendarTitleBackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(128, Byte), CType(0, Byte))
        Me.dtpCandDoB.Checked = False
        Me.dtpCandDoB.CustomFormat = "dd-MMM-yyyy"
        Me.dtpCandDoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.dtpCandDoB.Format = System.Windows.Forms.DateTimePickerFormat.Custom
        Me.dtpCandDoB.Location = New System.Drawing.Point(472, 0)
        Me.dtpCandDoB.MaxDate = New Date(2020, 12, 31, 0, 0, 0, 0)
        Me.dtpCandDoB.MinDate = New Date(1940, 1, 1, 0, 0, 0, 0)
        Me.dtpCandDoB.Name = "dtpCandDoB"
        Me.dtpCandDoB.Size = New System.Drawing.Size(232, 20)
        Me.dtpCandDoB.TabIndex = 96
        '
        'txtCandPoB
        '
        Me.txtCandPoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandPoB.Location = New System.Drawing.Point(144, 146)
        Me.txtCandPoB.MaxLength = 30
        Me.txtCandPoB.Name = "txtCandPoB"
        Me.txtCandPoB.Size = New System.Drawing.Size(200, 20)
        Me.txtCandPoB.TabIndex = 99
        Me.txtCandPoB.Text = ""
        '
        'txtCandFName
        '
        Me.txtCandFName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandFName.Location = New System.Drawing.Point(144, 120)
        Me.txtCandFName.MaxLength = 30
        Me.txtCandFName.Name = "txtCandFName"
        Me.txtCandFName.Size = New System.Drawing.Size(200, 20)
        Me.txtCandFName.TabIndex = 93
        Me.txtCandFName.Text = ""
        '
        'txtCandName
        '
        Me.txtCandName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCandName.Location = New System.Drawing.Point(144, 96)
        Me.txtCandName.MaxLength = 30
        Me.txtCandName.Name = "txtCandName"
        Me.txtCandName.Size = New System.Drawing.Size(200, 20)
        Me.txtCandName.TabIndex = 91
        Me.txtCandName.Text = ""
        '
        'lblCandPoB
        '
        Me.lblCandPoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandPoB.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandPoB.Location = New System.Drawing.Point(24, 146)
        Me.lblCandPoB.Name = "lblCandPoB"
        Me.lblCandPoB.Size = New System.Drawing.Size(100, 16)
        Me.lblCandPoB.TabIndex = 101
        Me.lblCandPoB.Text = "Place of Birth"
        '
        'lblCandDoB
        '
        Me.lblCandDoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandDoB.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandDoB.Location = New System.Drawing.Point(384, 0)
        Me.lblCandDoB.Name = "lblCandDoB"
        Me.lblCandDoB.Size = New System.Drawing.Size(72, 16)
        Me.lblCandDoB.TabIndex = 98
        Me.lblCandDoB.Text = "Date of Birth"
        '
        'lblCandFName
        '
        Me.lblCandFName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandFName.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandFName.Location = New System.Drawing.Point(24, 120)
        Me.lblCandFName.Name = "lblCandFName"
        Me.lblCandFName.Size = New System.Drawing.Size(100, 16)
        Me.lblCandFName.TabIndex = 97
        Me.lblCandFName.Text = "Father Name"
        '
        'lblCandName
        '
        Me.lblCandName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandName.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandName.Location = New System.Drawing.Point(24, 96)
        Me.lblCandName.Name = "lblCandName"
        Me.lblCandName.Size = New System.Drawing.Size(100, 16)
        Me.lblCandName.TabIndex = 95
        Me.lblCandName.Text = "Full Name"
        '
        'lblPPost
        '
        Me.lblPPost.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblPPost.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblPPost.Location = New System.Drawing.Point(24, 48)
        Me.lblPPost.Name = "lblPPost"
        Me.lblPPost.Size = New System.Drawing.Size(100, 16)
        Me.lblPPost.TabIndex = 90
        Me.lblPPost.Text = "Primary Post"
        '
        'lblCandCity
        '
        Me.lblCandCity.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandCity.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandCity.Location = New System.Drawing.Point(384, 80)
        Me.lblCandCity.Name = "lblCandCity"
        Me.lblCandCity.Size = New System.Drawing.Size(72, 16)
        Me.lblCandCity.TabIndex = 94
        Me.lblCandCity.Text = "City"
        '
        'lblCandAddress
        '
        Me.lblCandAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCandAddress.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.lblCandAddress.Location = New System.Drawing.Point(384, 24)
        Me.lblCandAddress.Name = "lblCandAddress"
        Me.lblCandAddress.Size = New System.Drawing.Size(72, 16)
        Me.lblCandAddress.TabIndex = 92
        Me.lblCandAddress.Text = "Address"
        '
        'btnProfile
        '
        Me.btnProfile.BackColor = System.Drawing.SystemColors.Info
        Me.btnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btnProfile.Font = New System.Drawing.Font("Myriad Web Pro Condensed", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnProfile.ForeColor = System.Drawing.Color.Navy
        Me.btnProfile.Location = New System.Drawing.Point(720, 360)
        Me.btnProfile.Name = "btnProfile"
        Me.btnProfile.Size = New System.Drawing.Size(48, 24)
        Me.btnProfile.TabIndex = 155
        Me.btnProfile.Text = "Profile"
        '
        'btnNew
        '
        Me.btnNew.BackColor = System.Drawing.SystemColors.Info
        M

⌨️ 快捷键说明

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