?? frmtrans.designer.vb
字號:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmTrans
#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 ComboDep As System.Windows.Forms.ComboBox
Public WithEvents txtTitle As System.Windows.Forms.TextBox
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Lbl_Emp_Name As System.Windows.Forms.Label
Public WithEvents Lbl_OldDep As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Frame1 As System.Windows.Forms.GroupBox
Public WithEvents CmdOK As System.Windows.Forms.Button
Public WithEvents CmdCancel As System.Windows.Forms.Button
'注意: 以下過程是 Windows 窗體設計器所必需的
'可以使用 Windows 窗體設計器來修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Frame1 = New System.Windows.Forms.GroupBox
Me.ComboDep = New System.Windows.Forms.ComboBox
Me.txtTitle = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Lbl_Emp_Name = New System.Windows.Forms.Label
Me.Lbl_OldDep = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.CmdOK = New System.Windows.Forms.Button
Me.CmdCancel = New System.Windows.Forms.Button
Me.Frame1.SuspendLayout()
Me.SuspendLayout()
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
Me.Frame1.Controls.Add(Me.ComboDep)
Me.Frame1.Controls.Add(Me.txtTitle)
Me.Frame1.Controls.Add(Me.Label1)
Me.Frame1.Controls.Add(Me.Label2)
Me.Frame1.Controls.Add(Me.Label3)
Me.Frame1.Controls.Add(Me.Lbl_Emp_Name)
Me.Frame1.Controls.Add(Me.Lbl_OldDep)
Me.Frame1.Controls.Add(Me.Label6)
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(249, 121)
Me.Frame1.TabIndex = 4
Me.Frame1.TabStop = False
'
'ComboDep
'
Me.ComboDep.BackColor = System.Drawing.SystemColors.Window
Me.ComboDep.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboDep.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboDep.Location = New System.Drawing.Point(96, 66)
Me.ComboDep.Name = "ComboDep"
Me.ComboDep.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboDep.Size = New System.Drawing.Size(137, 20)
Me.ComboDep.TabIndex = 3
Me.ComboDep.Text = "Combo1"
'
'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(96, 93)
Me.txtTitle.MaxLength = 0
Me.txtTitle.Name = "txtTitle"
Me.txtTitle.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtTitle.Size = New System.Drawing.Size(137, 21)
Me.txtTitle.TabIndex = 0
'
'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.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(16, 16)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(57, 12)
Me.Label1.TabIndex = 10
Me.Label1.Text = "員工姓名"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.Font = New System.Drawing.Font("宋體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(16, 43)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(57, 12)
Me.Label2.TabIndex = 9
Me.Label2.Text = "現在部門"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
Me.Label3.Font = New System.Drawing.Font("宋體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Location = New System.Drawing.Point(16, 70)
Me.Label3.Name = "Label3"
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.Size = New System.Drawing.Size(57, 12)
Me.Label3.TabIndex = 8
Me.Label3.Text = "調往部門"
'
'Lbl_Emp_Name
'
Me.Lbl_Emp_Name.AutoSize = True
Me.Lbl_Emp_Name.BackColor = System.Drawing.Color.Transparent
Me.Lbl_Emp_Name.Cursor = System.Windows.Forms.Cursors.Default
Me.Lbl_Emp_Name.ForeColor = System.Drawing.SystemColors.ControlText
Me.Lbl_Emp_Name.Location = New System.Drawing.Point(96, 16)
Me.Lbl_Emp_Name.Name = "Lbl_Emp_Name"
Me.Lbl_Emp_Name.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Lbl_Emp_Name.Size = New System.Drawing.Size(29, 12)
Me.Lbl_Emp_Name.TabIndex = 7
Me.Lbl_Emp_Name.Text = "Name"
'
'Lbl_OldDep
'
Me.Lbl_OldDep.AutoSize = True
Me.Lbl_OldDep.BackColor = System.Drawing.Color.Transparent
Me.Lbl_OldDep.Cursor = System.Windows.Forms.Cursors.Default
Me.Lbl_OldDep.ForeColor = System.Drawing.SystemColors.ControlText
Me.Lbl_OldDep.Location = New System.Drawing.Point(96, 43)
Me.Lbl_OldDep.Name = "Lbl_OldDep"
Me.Lbl_OldDep.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Lbl_OldDep.Size = New System.Drawing.Size(23, 12)
Me.Lbl_OldDep.TabIndex = 6
Me.Lbl_OldDep.Text = "Dep"
'
'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.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label6.Location = New System.Drawing.Point(16, 96)
Me.Label6.Name = "Label6"
Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label6.Size = New System.Drawing.Size(57, 12)
Me.Label6.TabIndex = 5
Me.Label6.Text = "新任職務"
'
'CmdOK
'
Me.CmdOK.BackColor = System.Drawing.SystemColors.Control
Me.CmdOK.ForeColor = System.Drawing.SystemColors.ControlText
Me.CmdOK.Location = New System.Drawing.Point(42, 144)
Me.CmdOK.Name = "CmdOK"
Me.CmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.CmdOK.Size = New System.Drawing.Size(87, 27)
Me.CmdOK.TabIndex = 1
Me.CmdOK.Text = "確 定"
Me.CmdOK.UseVisualStyleBackColor = False
'
'CmdCancel
'
Me.CmdCancel.BackColor = System.Drawing.SystemColors.Control
Me.CmdCancel.ForeColor = System.Drawing.SystemColors.ControlText
Me.CmdCancel.Location = New System.Drawing.Point(154, 144)
Me.CmdCancel.Name = "CmdCancel"
Me.CmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.CmdCancel.Size = New System.Drawing.Size(87, 27)
Me.CmdCancel.TabIndex = 2
Me.CmdCancel.Text = "取 消"
Me.CmdCancel.UseVisualStyleBackColor = False
'
'FrmTrans
'
Me.AcceptButton = Me.CmdOK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(281, 183)
Me.Controls.Add(Me.Frame1)
Me.Controls.Add(Me.CmdOK)
Me.Controls.Add(Me.CmdCancel)
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 = "FrmTrans"
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 + -