frmxq.vb
字号:
Public Class FRMXQ
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写处置以清理组件列表。
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 Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents tbIName As System.Windows.Forms.TextBox
Friend WithEvents tbIManager As System.Windows.Forms.TextBox
Friend WithEvents tbIRemark As System.Windows.Forms.TextBox
Friend WithEvents btnChange As System.Windows.Forms.Button
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents nudIManageCost As System.Windows.Forms.NumericUpDown
Friend WithEvents nudIWater As System.Windows.Forms.NumericUpDown
Friend WithEvents nudIEletrity As System.Windows.Forms.NumericUpDown
Friend WithEvents nudIDate As System.Windows.Forms.NumericUpDown
Friend WithEvents nudIMonth As System.Windows.Forms.NumericUpDown
Friend WithEvents nudIHouseNum As System.Windows.Forms.NumericUpDown
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.tbIName = New System.Windows.Forms.TextBox()
Me.tbIManager = New System.Windows.Forms.TextBox()
Me.tbIRemark = New System.Windows.Forms.TextBox()
Me.btnChange = New System.Windows.Forms.Button()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.nudIManageCost = New System.Windows.Forms.NumericUpDown()
Me.nudIWater = New System.Windows.Forms.NumericUpDown()
Me.nudIEletrity = New System.Windows.Forms.NumericUpDown()
Me.nudIHouseNum = New System.Windows.Forms.NumericUpDown()
Me.nudIDate = New System.Windows.Forms.NumericUpDown()
Me.nudIMonth = New System.Windows.Forms.NumericUpDown()
CType(Me.nudIManageCost, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.nudIWater, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.nudIEletrity, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.nudIHouseNum, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.nudIDate, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.nudIMonth, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 32)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(82, 16)
Me.Label1.TabIndex = 0
Me.Label1.Text = "小区名称"
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(259, 32)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(120, 16)
Me.Label2.TabIndex = 1
Me.Label2.Text = "管理者"
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.Location = New System.Drawing.Point(12, 110)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(82, 16)
Me.Label3.TabIndex = 2
Me.Label3.Text = "水费单价"
'
'Label4
'
Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.Location = New System.Drawing.Point(12, 149)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(82, 16)
Me.Label4.TabIndex = 3
Me.Label4.Text = "电费单价"
'
'Label5
'
Me.Label5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.Location = New System.Drawing.Point(259, 149)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(120, 16)
Me.Label5.TabIndex = 4
Me.Label5.Text = "上次录入电费月份"
'
'Label6
'
Me.Label6.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.Location = New System.Drawing.Point(259, 110)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(82, 16)
Me.Label6.TabIndex = 5
Me.Label6.Text = "每月结算日"
'
'Label7
'
Me.Label7.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label7.Location = New System.Drawing.Point(259, 71)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(80, 16)
Me.Label7.TabIndex = 6
Me.Label7.Text = "小区房屋数"
'
'Label8
'
Me.Label8.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(12, 71)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(82, 16)
Me.Label8.TabIndex = 7
Me.Label8.Text = "管理费"
'
'Label9
'
Me.Label9.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label9.Location = New System.Drawing.Point(12, 176)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(82, 16)
Me.Label9.TabIndex = 8
Me.Label9.Text = "备注"
'
'tbIName
'
Me.tbIName.Location = New System.Drawing.Point(115, 27)
Me.tbIName.Name = "tbIName"
Me.tbIName.TabIndex = 9
Me.tbIName.Text = ""
'
'tbIManager
'
Me.tbIManager.Location = New System.Drawing.Point(416, 27)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -