📄 form15.vb
字号:
Imports System.Data
Imports System.Data.SqlClient
Public Class Form15
Inherits System.Windows.Forms.Form
Private main As New Form2
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
Public Sub New(ByRef main As Form2)
MyBase.New()
Me.main = main
'该调用是 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 Label1 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
Me.Label7 = New System.Windows.Forms.Label
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(7, 7)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(83, 22)
Me.Label1.TabIndex = 1
Me.Label1.Text = "活动名字:"
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.LightSteelBlue
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.TextBox5)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.TextBox3)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.TextBox2)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.TextBox1)
Me.GroupBox1.Font = New System.Drawing.Font("SimSun", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(153, 7)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(394, 335)
Me.GroupBox1.TabIndex = 3
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "活动设置"
'
'DateTimePicker1
'
Me.DateTimePicker1.CalendarMonthBackground = System.Drawing.SystemColors.Info
Me.DateTimePicker1.CalendarTitleForeColor = System.Drawing.SystemColors.Info
Me.DateTimePicker1.Location = New System.Drawing.Point(120, 120)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(160, 23)
Me.DateTimePicker1.TabIndex = 10
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(15, 186)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(113, 21)
Me.Label7.TabIndex = 9
Me.Label7.Text = "活动具体内容:"
'
'TextBox5
'
Me.TextBox5.BackColor = System.Drawing.SystemColors.Info
Me.TextBox5.Location = New System.Drawing.Point(8, 208)
Me.TextBox5.Multiline = True
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(380, 120)
Me.TextBox5.TabIndex = 8
Me.TextBox5.Text = ""
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(13, 134)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(91, 21)
Me.Label6.TabIndex = 7
Me.Label6.Text = "截止日期:"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(13, 82)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(91, 21)
Me.Label5.TabIndex = 5
Me.Label5.Text = "开始日期:"
'
'TextBox3
'
Me.TextBox3.BackColor = System.Drawing.SystemColors.Info
Me.TextBox3.Enabled = False
Me.TextBox3.Location = New System.Drawing.Point(120, 72)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(107, 23)
Me.TextBox3.TabIndex = 4
Me.TextBox3.Text = ""
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(248, 40)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(83, 21)
Me.Label4.TabIndex = 3
Me.Label4.Text = "活动对象:"
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.SystemColors.Info
Me.TextBox2.Location = New System.Drawing.Point(248, 72)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(126, 23)
Me.TextBox2.TabIndex = 2
Me.TextBox2.Text = ""
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(15, 37)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(89, 21)
Me.Label3.TabIndex = 1
Me.Label3.Text = "活动名称:"
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.SystemColors.Info
Me.TextBox1.Location = New System.Drawing.Point(120, 24)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(107, 23)
Me.TextBox1.TabIndex = 0
Me.TextBox1.Text = ""
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.LightSteelBlue
Me.Button1.Location = New System.Drawing.Point(40, 360)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(79, 35)
Me.Button1.TabIndex = 4
Me.Button1.Text = "添加"
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.LightSteelBlue
Me.Button2.Location = New System.Drawing.Point(168, 360)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(76, 35)
Me.Button2.TabIndex = 5
Me.Button2.Text = "删除"
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.LightSteelBlue
Me.Button3.Location = New System.Drawing.Point(288, 360)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(81, 35)
Me.Button3.TabIndex = 6
Me.Button3.Text = "保存/修改"
'
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.LightSteelBlue
Me.Button4.Location = New System.Drawing.Point(416, 360)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(79, 35)
Me.Button4.TabIndex = 7
Me.Button4.Text = "退出"
'
'ListBox1
'
Me.ListBox1.BackColor = System.Drawing.SystemColors.Info
Me.ListBox1.Location = New System.Drawing.Point(7, 37)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(140, 303)
Me.ListBox1.TabIndex = 8
'
'Form15
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackColor = System.Drawing.Color.LightSteelBlue
Me.ClientSize = New System.Drawing.Size(552, 405)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Label1)
Me.MaximizeBox = False
Me.Name = "Form15"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "优惠活动"
Me.GroupBox1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
#End Region
Dim cn As New SqlConnection("data source=(local);initial catalog=酒店管理系统;uid=sa;pwd=;")
Dim cm As New SqlCommand("select * from 优惠活动", cn)
Dim da As New SqlDataAdapter(cm)
Dim ds As New DataSet
Dim manager As CurrencyManager
Private Sub addnew()
manager = CType(Me.BindingContext(ds.Tables("优惠活动")), CurrencyManager)
manager.AddNew()
manager.Position = manager.Count
da.Update(ds.Tables("优惠活动"))
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
'定义一个自动更新数据库的commandbuilder对象
Dim cb As New SqlCommandBuilder(da)
addnew()
cn.Open()
ds.Tables("优惠活动").Clear()
da.Fill(ds, "优惠活动")
cn.Close()
ListBox1.SelectedIndex = ListBox1.Items.Count - 1
TextBox3.Text = Today
MsgBox("插入一条空记录成功,请给其输入值!")
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Try
ds.Tables("优惠活动").Rows(ListBox1.SelectedIndex).Delete()
Dim update As New SqlCommandBuilder(da)
da.Update(ds.Tables("优惠活动"))
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Me.main.Show()
Me.main.WindowState = FormWindowState.Normal
Me.Close()
End Sub
Private Sub Form15_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
cn.Open()
da.Fill(ds, "优惠活动")
cn.Close()
ListBox1.DataSource = ds.Tables("优惠活动")
ListBox1.DisplayMember = ds.Tables("优惠活动").Columns("活动名称").ColumnName
manager = CType(Me.BindingContext(ds.Tables("优惠活动")), CurrencyManager)
TextBox1.DataBindings.Add("text", ds.Tables("优惠活动"), "活动名称")
TextBox2.DataBindings.Add("text", ds.Tables("优惠活动"), "对象")
TextBox5.DataBindings.Add("text", ds.Tables("优惠活动"), "内容")
TextBox3.DataBindings.Add("text", ds.Tables("优惠活动"), "开始日期")
DateTimePicker1.DataBindings.Add("text", ds.Tables("优惠活动"), "截止日期")
End Sub
Private Sub ListBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListBox1.Click, Button3.Click
Try
manager.EndCurrentEdit()
If ds.HasChanges = True Then
Dim update As New SqlCommandBuilder(da)
da.Update(ds.Tables("优惠活动"))
End If
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -