📄 frmgxxm.vb
字号:
Imports System.Data.OleDb
Public Class frmGxxm
Inherits System.Windows.Forms.Form
Dim WithEvents cnData As New OleDbConnection
Dim cmdSQL As New OleDbCommand
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
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
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents btnAdd1 As System.Windows.Forms.Button
Friend WithEvents btnDel1 As System.Windows.Forms.Button
Friend WithEvents txtXmmc1 As System.Windows.Forms.TextBox
Friend WithEvents txtYz1 As System.Windows.Forms.TextBox
Friend WithEvents btnModi1 As System.Windows.Forms.Button
Friend WithEvents btnCancel1 As System.Windows.Forms.Button
Friend WithEvents btnAdd2 As System.Windows.Forms.Button
Friend WithEvents btnSave1 As System.Windows.Forms.Button
Friend WithEvents btnDel2 As System.Windows.Forms.Button
Friend WithEvents btnModi2 As System.Windows.Forms.Button
Friend WithEvents txtXmmc2 As System.Windows.Forms.TextBox
Friend WithEvents txtYz2 As System.Windows.Forms.TextBox
Friend WithEvents btnCancel2 As System.Windows.Forms.Button
Friend WithEvents btnSave2 As System.Windows.Forms.Button
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents btnSave3 As System.Windows.Forms.Button
Friend WithEvents txtYz3 As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txtXmmc1 = New System.Windows.Forms.TextBox
Me.btnSave1 = New System.Windows.Forms.Button
Me.btnCancel1 = New System.Windows.Forms.Button
Me.btnModi1 = New System.Windows.Forms.Button
Me.txtYz1 = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.btnDel1 = New System.Windows.Forms.Button
Me.btnAdd1 = New System.Windows.Forms.Button
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.btnSave2 = New System.Windows.Forms.Button
Me.btnCancel2 = New System.Windows.Forms.Button
Me.txtYz2 = New System.Windows.Forms.TextBox
Me.txtXmmc2 = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.btnModi2 = New System.Windows.Forms.Button
Me.btnDel2 = New System.Windows.Forms.Button
Me.btnAdd2 = New System.Windows.Forms.Button
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.Label5 = New System.Windows.Forms.Label
Me.txtYz3 = New System.Windows.Forms.TextBox
Me.btnSave3 = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtXmmc1)
Me.GroupBox1.Controls.Add(Me.btnSave1)
Me.GroupBox1.Controls.Add(Me.btnCancel1)
Me.GroupBox1.Controls.Add(Me.btnModi1)
Me.GroupBox1.Controls.Add(Me.txtYz1)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.btnDel1)
Me.GroupBox1.Controls.Add(Me.btnAdd1)
Me.GroupBox1.Controls.Add(Me.ListBox1)
Me.GroupBox1.Location = New System.Drawing.Point(32, 16)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(376, 184)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "税前项目"
'
'txtXmmc1
'
Me.txtXmmc1.Location = New System.Drawing.Point(264, 40)
Me.txtXmmc1.Name = "txtXmmc1"
Me.txtXmmc1.TabIndex = 3
Me.txtXmmc1.Text = ""
'
'btnSave1
'
Me.btnSave1.Location = New System.Drawing.Point(304, 144)
Me.btnSave1.Name = "btnSave1"
Me.btnSave1.Size = New System.Drawing.Size(56, 23)
Me.btnSave1.TabIndex = 9
Me.btnSave1.Text = "保存"
'
'btnCancel1
'
Me.btnCancel1.Location = New System.Drawing.Point(248, 144)
Me.btnCancel1.Name = "btnCancel1"
Me.btnCancel1.Size = New System.Drawing.Size(56, 23)
Me.btnCancel1.TabIndex = 8
Me.btnCancel1.Text = "取消"
'
'btnModi1
'
Me.btnModi1.Location = New System.Drawing.Point(136, 144)
Me.btnModi1.Name = "btnModi1"
Me.btnModi1.Size = New System.Drawing.Size(56, 23)
Me.btnModi1.TabIndex = 7
Me.btnModi1.Text = "修改"
'
'txtYz1
'
Me.txtYz1.Location = New System.Drawing.Point(264, 80)
Me.txtYz1.Name = "txtYz1"
Me.txtYz1.TabIndex = 6
Me.txtYz1.Text = ""
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(200, 80)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(72, 23)
Me.Label2.TabIndex = 5
Me.Label2.Text = "预置数值:"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(200, 40)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(72, 23)
Me.Label1.TabIndex = 4
Me.Label1.Text = "项目名称:"
'
'btnDel1
'
Me.btnDel1.Location = New System.Drawing.Point(80, 144)
Me.btnDel1.Name = "btnDel1"
Me.btnDel1.Size = New System.Drawing.Size(56, 23)
Me.btnDel1.TabIndex = 2
Me.btnDel1.Text = "删除"
'
'btnAdd1
'
Me.btnAdd1.Location = New System.Drawing.Point(24, 144)
Me.btnAdd1.Name = "btnAdd1"
Me.btnAdd1.Size = New System.Drawing.Size(56, 23)
Me.btnAdd1.TabIndex = 1
Me.btnAdd1.Text = "增加"
'
'ListBox1
'
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Location = New System.Drawing.Point(24, 32)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(168, 100)
Me.ListBox1.TabIndex = 0
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btnSave2)
Me.GroupBox2.Controls.Add(Me.btnCancel2)
Me.GroupBox2.Controls.Add(Me.txtYz2)
Me.GroupBox2.Controls.Add(Me.txtXmmc2)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.btnModi2)
Me.GroupBox2.Controls.Add(Me.btnDel2)
Me.GroupBox2.Controls.Add(Me.btnAdd2)
Me.GroupBox2.Controls.Add(Me.ListBox2)
Me.GroupBox2.Location = New System.Drawing.Point(32, 208)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(376, 184)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "税后项目"
'
'btnSave2
'
Me.btnSave2.Location = New System.Drawing.Point(304, 144)
Me.btnSave2.Name = "btnSave2"
Me.btnSave2.Size = New System.Drawing.Size(56, 23)
Me.btnSave2.TabIndex = 9
Me.btnSave2.Text = "保存"
'
'btnCancel2
'
Me.btnCancel2.Location = New System.Drawing.Point(248, 144)
Me.btnCancel2.Name = "btnCancel2"
Me.btnCancel2.Size = New System.Drawing.Size(56, 23)
Me.btnCancel2.TabIndex = 8
Me.btnCancel2.Text = "取消"
'
'txtYz2
'
Me.txtYz2.Location = New System.Drawing.Point(264, 80)
Me.txtYz2.Name = "txtYz2"
Me.txtYz2.TabIndex = 7
Me.txtYz2.Text = ""
'
'txtXmmc2
'
Me.txtXmmc2.Location = New System.Drawing.Point(264, 40)
Me.txtXmmc2.Name = "txtXmmc2"
Me.txtXmmc2.TabIndex = 6
Me.txtXmmc2.Text = ""
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(200, 80)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(72, 23)
Me.Label4.TabIndex = 5
Me.Label4.Text = "预置数值:"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(200, 40)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(72, 23)
Me.Label3.TabIndex = 4
Me.Label3.Text = "项目名称:"
'
'btnModi2
'
Me.btnModi2.Location = New System.Drawing.Point(136, 144)
Me.btnModi2.Name = "btnModi2"
Me.btnModi2.Size = New System.Drawing.Size(56, 23)
Me.btnModi2.TabIndex = 3
Me.btnModi2.Text = "修改"
'
'btnDel2
'
Me.btnDel2.Location = New System.Drawing.Point(80, 144)
Me.btnDel2.Name = "btnDel2"
Me.btnDel2.Size = New System.Drawing.Size(56, 23)
Me.btnDel2.TabIndex = 2
Me.btnDel2.Text = "删除"
'
'btnAdd2
'
Me.btnAdd2.Location = New System.Drawing.Point(24, 144)
Me.btnAdd2.Name = "btnAdd2"
Me.btnAdd2.Size = New System.Drawing.Size(56, 23)
Me.btnAdd2.TabIndex = 1
Me.btnAdd2.Text = "增加"
'
'ListBox2
'
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(24, 32)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(168, 100)
Me.ListBox2.TabIndex = 0
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.btnSave3)
Me.GroupBox3.Controls.Add(Me.txtYz3)
Me.GroupBox3.Controls.Add(Me.Label5)
Me.GroupBox3.Location = New System.Drawing.Point(32, 400)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(376, 88)
Me.GroupBox3.TabIndex = 2
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "应发工资"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(24, 40)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -