📄 frmaddrepair.designer.vb
字号:
'Label9
'
Me.Label9.BackColor = System.Drawing.SystemColors.Control
Me.Label9.Cursor = System.Windows.Forms.Cursors.Default
Me.Label9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label9.Location = New System.Drawing.Point(33, 176)
Me.Label9.Name = "Label9"
Me.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label9.Size = New System.Drawing.Size(73, 25)
Me.Label9.TabIndex = 5
Me.Label9.Text = "备注:"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'TxtEquipmentName
'
Me.TxtEquipmentName.Location = New System.Drawing.Point(313, 56)
Me.TxtEquipmentName.Name = "TxtEquipmentName"
Me.TxtEquipmentName.Size = New System.Drawing.Size(70, 21)
Me.TxtEquipmentName.TabIndex = 28
'
'TxtRepairReason
'
Me.TxtRepairReason.Location = New System.Drawing.Point(106, 93)
Me.TxtRepairReason.Name = "TxtRepairReason"
Me.TxtRepairReason.Size = New System.Drawing.Size(277, 21)
Me.TxtRepairReason.TabIndex = 29
'
'TxtRepairFee
'
Me.TxtRepairFee.Location = New System.Drawing.Point(313, 130)
Me.TxtRepairFee.Name = "TxtRepairFee"
Me.TxtRepairFee.Size = New System.Drawing.Size(71, 21)
Me.TxtRepairFee.TabIndex = 30
'
'ComboBuilding
'
Me.ComboBuilding.FormattingEnabled = True
Me.ComboBuilding.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"})
Me.ComboBuilding.Location = New System.Drawing.Point(106, 19)
Me.ComboBuilding.Name = "ComboBuilding"
Me.ComboBuilding.Size = New System.Drawing.Size(71, 20)
Me.ComboBuilding.TabIndex = 36
Me.ComboBuilding.Text = "1"
'
'ComboUnit
'
Me.ComboUnit.FormattingEnabled = True
Me.ComboUnit.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8"})
Me.ComboUnit.Location = New System.Drawing.Point(313, 20)
Me.ComboUnit.Name = "ComboUnit"
Me.ComboUnit.Size = New System.Drawing.Size(70, 20)
Me.ComboUnit.TabIndex = 35
Me.ComboUnit.Text = "1"
'
'TxtRoom
'
Me.TxtRoom.AcceptsReturn = True
Me.TxtRoom.BackColor = System.Drawing.SystemColors.Window
Me.TxtRoom.Cursor = System.Windows.Forms.Cursors.IBeam
Me.TxtRoom.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TxtRoom.ForeColor = System.Drawing.SystemColors.WindowText
Me.TxtRoom.Location = New System.Drawing.Point(107, 56)
Me.TxtRoom.MaxLength = 0
Me.TxtRoom.Name = "TxtRoom"
Me.TxtRoom.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.TxtRoom.Size = New System.Drawing.Size(70, 21)
Me.TxtRoom.TabIndex = 34
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(22, 60)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(87, 17)
Me.Label1.TabIndex = 33
Me.Label1.Text = "房间号:"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label4
'
Me.Label4.BackColor = System.Drawing.SystemColors.Control
Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
Me.Label4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label4.Location = New System.Drawing.Point(230, 23)
Me.Label4.Name = "Label4"
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.Size = New System.Drawing.Size(87, 17)
Me.Label4.TabIndex = 32
Me.Label4.Text = "单元号:"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label5
'
Me.Label5.BackColor = System.Drawing.SystemColors.Control
Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
Me.Label5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label5.Location = New System.Drawing.Point(27, 22)
Me.Label5.Name = "Label5"
Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label5.Size = New System.Drawing.Size(87, 17)
Me.Label5.TabIndex = 31
Me.Label5.Text = "楼号:"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'FrmAddRepair
'
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(414, 290)
Me.Controls.Add(Me.ComboBuilding)
Me.Controls.Add(Me.ComboUnit)
Me.Controls.Add(Me.TxtRoom)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.TxtRepairFee)
Me.Controls.Add(Me.TxtRepairReason)
Me.Controls.Add(Me.TxtEquipmentName)
Me.Controls.Add(Me.TxtRepairPerson)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.cancelCommand)
Me.Controls.Add(Me.BtnOK)
Me.Controls.Add(Me.txtMemo)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label9)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Location = New System.Drawing.Point(3, 22)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmAddRepair"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "添加维修信息"
Me.TopMost = True
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label7 As System.Windows.Forms.Label
Public WithEvents TxtRepairPerson As System.Windows.Forms.TextBox
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents txtMemo As System.Windows.Forms.TextBox
Public WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents TxtEquipmentName As System.Windows.Forms.TextBox
Friend WithEvents TxtRepairReason As System.Windows.Forms.TextBox
Friend WithEvents TxtRepairFee As System.Windows.Forms.TextBox
Friend WithEvents ComboBuilding As System.Windows.Forms.ComboBox
Friend WithEvents ComboUnit As System.Windows.Forms.ComboBox
Public WithEvents TxtRoom As System.Windows.Forms.TextBox
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -