📄 水电费录入.vb
字号:
Me.Label7.Location = New System.Drawing.Point(16, 96)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(64, 32)
Me.Label7.TabIndex = 6
Me.Label7.Text = "月初水表"
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(184, 96)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(64, 32)
Me.Label8.TabIndex = 7
Me.Label8.Text = "月底水表"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(344, 96)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(64, 32)
Me.Label9.TabIndex = 8
Me.Label9.Text = "免费水量"
'
'ComboBox1
'
Me.ComboBox1.Location = New System.Drawing.Point(64, 24)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(88, 24)
Me.ComboBox1.TabIndex = 9
Me.ComboBox1.Text = "ComboBox1"
'
'ComboBox2
'
Me.ComboBox2.Location = New System.Drawing.Point(232, 24)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(88, 24)
Me.ComboBox2.TabIndex = 10
Me.ComboBox2.Text = "ComboBox2"
'
'ComboBox3
'
Me.ComboBox3.Location = New System.Drawing.Point(408, 24)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(88, 24)
Me.ComboBox3.TabIndex = 11
Me.ComboBox3.Text = "ComboBox3"
'
'ComboBox4
'
Me.ComboBox4.Location = New System.Drawing.Point(64, 56)
Me.ComboBox4.Name = "ComboBox4"
Me.ComboBox4.Size = New System.Drawing.Size(88, 24)
Me.ComboBox4.TabIndex = 12
Me.ComboBox4.Text = "ComboBox4"
'
'ComboBox5
'
Me.ComboBox5.Location = New System.Drawing.Point(232, 56)
Me.ComboBox5.Name = "ComboBox5"
Me.ComboBox5.Size = New System.Drawing.Size(88, 24)
Me.ComboBox5.TabIndex = 13
Me.ComboBox5.Text = "ComboBox5"
'
'ComboBox6
'
Me.ComboBox6.Location = New System.Drawing.Point(408, 64)
Me.ComboBox6.Name = "ComboBox6"
Me.ComboBox6.Size = New System.Drawing.Size(88, 24)
Me.ComboBox6.TabIndex = 14
Me.ComboBox6.Text = "ComboBox6"
'
'ComboBox7
'
Me.ComboBox7.Location = New System.Drawing.Point(64, 96)
Me.ComboBox7.Name = "ComboBox7"
Me.ComboBox7.Size = New System.Drawing.Size(88, 24)
Me.ComboBox7.TabIndex = 15
Me.ComboBox7.Text = "ComboBox7"
'
'ComboBox8
'
Me.ComboBox8.Location = New System.Drawing.Point(232, 96)
Me.ComboBox8.Name = "ComboBox8"
Me.ComboBox8.Size = New System.Drawing.Size(88, 24)
Me.ComboBox8.TabIndex = 16
Me.ComboBox8.Text = "ComboBox8"
'
'ComboBox9
'
Me.ComboBox9.Location = New System.Drawing.Point(408, 96)
Me.ComboBox9.Name = "ComboBox9"
Me.ComboBox9.Size = New System.Drawing.Size(88, 24)
Me.ComboBox9.TabIndex = 17
Me.ComboBox9.Text = "ComboBox9"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(24, 152)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(32, 32)
Me.Button1.TabIndex = 18
Me.Button1.Text = "|<"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(56, 152)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(32, 32)
Me.Button2.TabIndex = 19
Me.Button2.Text = "<<"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(88, 152)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(32, 32)
Me.Button3.TabIndex = 20
Me.Button3.Text = ">>"
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(120, 152)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(32, 32)
Me.Button4.TabIndex = 21
Me.Button4.Text = ">|"
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(152, 152)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(64, 32)
Me.Button5.TabIndex = 22
Me.Button5.Text = "添加"
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(216, 152)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(64, 32)
Me.Button6.TabIndex = 23
Me.Button6.Text = "删除"
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(280, 152)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(64, 32)
Me.Button7.TabIndex = 24
Me.Button7.Text = "Button7"
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(344, 152)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(64, 32)
Me.Button8.TabIndex = 25
Me.Button8.Text = "Button8"
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(408, 152)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(64, 32)
Me.Button9.TabIndex = 26
Me.Button9.Text = "Button9"
'
'水电费录入
'
Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
Me.ClientSize = New System.Drawing.Size(528, 422)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.DataGrid1)
Me.Name = "水电费录入"
Me.Text = "水电费录入"
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
#End Region
Private Sub 水电费录入_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
End Sub
Private Sub ComboBox9_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox9.SelectedIndexChanged
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -