?? frmexpedit.designer.vb
字號(hào):
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmExpEdit
#Region "Windows 窗體設(shè)計(jì)器生成的代碼 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此調(diào)用是 Windows 窗體設(shè)計(jì)器所必需的。
InitializeComponent()
End Sub
'窗體重寫(xiě)釋放,以清理組件列表。
<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 窗體設(shè)計(jì)器所必需的
Private components As System.ComponentModel.IContainer
Public WithEvents Cmd_OK As System.Windows.Forms.Button
Public WithEvents Cmd_Cancel As System.Windows.Forms.Button
Public WithEvents txtSchool_Org As System.Windows.Forms.TextBox
Public WithEvents txtTitle As System.Windows.Forms.TextBox
Public WithEvents Label8 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Frame1 As System.Windows.Forms.GroupBox
'注意: 以下過(guò)程是 Windows 窗體設(shè)計(jì)器所必需的
'可以使用 Windows 窗體設(shè)計(jì)器來(lái)修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Cmd_OK = New System.Windows.Forms.Button
Me.Cmd_Cancel = New System.Windows.Forms.Button
Me.Frame1 = New System.Windows.Forms.GroupBox
Me.Combo_Start_Date = New System.Windows.Forms.DateTimePicker
Me.txtSchool_Org = New System.Windows.Forms.TextBox
Me.txtTitle = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Combo_End_Date = New System.Windows.Forms.DateTimePicker
Me.Frame1.SuspendLayout()
Me.SuspendLayout()
'
'Cmd_OK
'
Me.Cmd_OK.BackColor = System.Drawing.SystemColors.Control
Me.Cmd_OK.ForeColor = System.Drawing.SystemColors.ControlText
Me.Cmd_OK.Location = New System.Drawing.Point(101, 104)
Me.Cmd_OK.Name = "Cmd_OK"
Me.Cmd_OK.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Cmd_OK.Size = New System.Drawing.Size(87, 27)
Me.Cmd_OK.TabIndex = 4
Me.Cmd_OK.Text = "確 定"
Me.Cmd_OK.UseVisualStyleBackColor = False
'
'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(259, 104)
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 = 5
Me.Cmd_Cancel.Text = "取 消"
Me.Cmd_Cancel.UseVisualStyleBackColor = False
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
Me.Frame1.Controls.Add(Me.Combo_End_Date)
Me.Frame1.Controls.Add(Me.Combo_Start_Date)
Me.Frame1.Controls.Add(Me.txtSchool_Org)
Me.Frame1.Controls.Add(Me.txtTitle)
Me.Frame1.Controls.Add(Me.Label8)
Me.Frame1.Controls.Add(Me.Label4)
Me.Frame1.Controls.Add(Me.Label6)
Me.Frame1.Controls.Add(Me.Label1)
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, 81)
Me.Frame1.TabIndex = 6
Me.Frame1.TabStop = False
'
'Combo_Start_Date
'
Me.Combo_Start_Date.Location = New System.Drawing.Point(84, 18)
Me.Combo_Start_Date.Name = "Combo_Start_Date"
Me.Combo_Start_Date.Size = New System.Drawing.Size(115, 21)
Me.Combo_Start_Date.TabIndex = 11
'
'txtSchool_Org
'
Me.txtSchool_Org.AcceptsReturn = True
Me.txtSchool_Org.BackColor = System.Drawing.SystemColors.Window
Me.txtSchool_Org.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtSchool_Org.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSchool_Org.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtSchool_Org.Location = New System.Drawing.Point(85, 51)
Me.txtSchool_Org.MaxLength = 50
Me.txtSchool_Org.Name = "txtSchool_Org"
Me.txtSchool_Org.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtSchool_Org.Size = New System.Drawing.Size(114, 21)
Me.txtSchool_Org.TabIndex = 2
'
'txtTitle
'
Me.txtTitle.AcceptsReturn = True
Me.txtTitle.BackColor = System.Drawing.SystemColors.Window
Me.txtTitle.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtTitle.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtTitle.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtTitle.Location = New System.Drawing.Point(290, 51)
Me.txtTitle.MaxLength = 20
Me.txtTitle.Name = "txtTitle"
Me.txtTitle.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtTitle.Size = New System.Drawing.Size(111, 21)
Me.txtTitle.TabIndex = 3
'
'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(221, 24)
Me.Label8.Name = "Label8"
Me.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label8.Size = New System.Drawing.Size(53, 12)
Me.Label8.TabIndex = 10
Me.Label8.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(59, 12)
Me.Label4.TabIndex = 9
Me.Label4.Text = "學(xué)校/單位"
'
'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(229, 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 = 8
Me.Label6.Text = "職務(wù)"
'
'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(53, 12)
Me.Label1.TabIndex = 7
Me.Label1.Text = "開(kāi)始日期"
'
'Combo_End_Date
'
Me.Combo_End_Date.Location = New System.Drawing.Point(290, 18)
Me.Combo_End_Date.Name = "Combo_End_Date"
Me.Combo_End_Date.Size = New System.Drawing.Size(111, 21)
Me.Combo_End_Date.TabIndex = 12
'
'FrmExpEdit
'
Me.AcceptButton = Me.Cmd_OK
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(446, 145)
Me.Controls.Add(Me.Cmd_OK)
Me.Controls.Add(Me.Cmd_Cancel)
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 = "FrmExpEdit"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "編輯學(xué)習(xí)及工作經(jīng)歷"
Me.Frame1.ResumeLayout(False)
Me.Frame1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Combo_Start_Date As System.Windows.Forms.DateTimePicker
Friend WithEvents Combo_End_Date As System.Windows.Forms.DateTimePicker
#End Region
End Class
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -