⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmedtsup.vb

📁 本系统利用vb.net前台开发工具sql.server做为后台数据库进行开超市进销存管理系统系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
Imports SCMAPP.SCMApp
Public Class frmEdtSup
    Inherits System.Windows.Forms.Form

#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 Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents txtName As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents txtID As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents btnDel As System.Windows.Forms.Button
    Friend WithEvents btnAdd As System.Windows.Forms.Button
    Friend WithEvents btnExt As System.Windows.Forms.Button
    Friend WithEvents btnSav As System.Windows.Forms.Button
    Friend WithEvents btnEdt As System.Windows.Forms.Button
    Friend WithEvents grbSup As System.Windows.Forms.GroupBox
    Friend WithEvents dgdSup As System.Windows.Forms.DataGrid
    Friend WithEvents txtAdr As System.Windows.Forms.TextBox
    Friend WithEvents txtTel As System.Windows.Forms.TextBox
    Friend WithEvents txtFax As System.Windows.Forms.TextBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmEdtSup))
        Me.grbSup = New System.Windows.Forms.GroupBox
        Me.txtAdr = New System.Windows.Forms.TextBox
        Me.txtTel = New System.Windows.Forms.TextBox
        Me.txtFax = New System.Windows.Forms.TextBox
        Me.txtName = New System.Windows.Forms.TextBox
        Me.txtID = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.btnDel = New System.Windows.Forms.Button
        Me.btnAdd = New System.Windows.Forms.Button
        Me.btnExt = New System.Windows.Forms.Button
        Me.btnSav = New System.Windows.Forms.Button
        Me.btnEdt = New System.Windows.Forms.Button
        Me.dgdSup = New System.Windows.Forms.DataGrid
        Me.grbSup.SuspendLayout()
        CType(Me.dgdSup, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'grbSup
        '
        Me.grbSup.Controls.Add(Me.txtAdr)
        Me.grbSup.Controls.Add(Me.txtTel)
        Me.grbSup.Controls.Add(Me.txtFax)
        Me.grbSup.Controls.Add(Me.txtName)
        Me.grbSup.Controls.Add(Me.txtID)
        Me.grbSup.Controls.Add(Me.Label5)
        Me.grbSup.Controls.Add(Me.Label4)
        Me.grbSup.Controls.Add(Me.Label3)
        Me.grbSup.Controls.Add(Me.Label1)
        Me.grbSup.Controls.Add(Me.Label2)
        Me.grbSup.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.grbSup.ForeColor = System.Drawing.Color.Blue
        Me.grbSup.Location = New System.Drawing.Point(8, 136)
        Me.grbSup.Name = "grbSup"
        Me.grbSup.Size = New System.Drawing.Size(784, 272)
        Me.grbSup.TabIndex = 20
        Me.grbSup.TabStop = False
        Me.grbSup.Text = "供应商详细资料:"
        '
        'txtAdr
        '
        Me.txtAdr.Location = New System.Drawing.Point(120, 146)
        Me.txtAdr.Multiline = True
        Me.txtAdr.Name = "txtAdr"
        Me.txtAdr.Size = New System.Drawing.Size(592, 102)
        Me.txtAdr.TabIndex = 11
        Me.txtAdr.Text = ""
        '
        'txtTel
        '
        Me.txtTel.Enabled = False
        Me.txtTel.Location = New System.Drawing.Point(120, 94)
        Me.txtTel.Name = "txtTel"
        Me.txtTel.Size = New System.Drawing.Size(177, 26)
        Me.txtTel.TabIndex = 9
        Me.txtTel.Text = ""
        '
        'txtFax
        '
        Me.txtFax.Enabled = False
        Me.txtFax.Location = New System.Drawing.Point(515, 95)
        Me.txtFax.Name = "txtFax"
        Me.txtFax.Size = New System.Drawing.Size(197, 26)
        Me.txtFax.TabIndex = 7
        Me.txtFax.Text = ""
        '
        'txtName
        '
        Me.txtName.Enabled = False
        Me.txtName.Location = New System.Drawing.Point(515, 37)
        Me.txtName.Name = "txtName"
        Me.txtName.Size = New System.Drawing.Size(197, 26)
        Me.txtName.TabIndex = 3
        Me.txtName.Text = ""
        '
        'txtID
        '
        Me.txtID.Enabled = False
        Me.txtID.Location = New System.Drawing.Point(120, 35)
        Me.txtID.Name = "txtID"
        Me.txtID.Size = New System.Drawing.Size(177, 26)
        Me.txtID.TabIndex = 0
        Me.txtID.Text = ""
        '
        'Label5
        '
        Me.Label5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.Blue
        Me.Label5.Location = New System.Drawing.Point(18, 95)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(110, 24)
        Me.Label5.TabIndex = 10
        Me.Label5.Text = "供应商电话:"
        '
        'Label4
        '
        Me.Label4.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.Blue
        Me.Label4.Location = New System.Drawing.Point(409, 95)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(111, 24)
        Me.Label4.TabIndex = 8
        Me.Label4.Text = "供应商传真:"
        '
        'Label3
        '
        Me.Label3.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.Blue
        Me.Label3.Location = New System.Drawing.Point(16, 144)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(112, 24)
        Me.Label3.TabIndex = 6
        Me.Label3.Text = "供应商地址:"
        '
        'Label1
        '
        Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label1.ForeColor = System.Drawing.Color.Blue
        Me.Label1.Location = New System.Drawing.Point(409, 35)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(111, 24)
        Me.Label1.TabIndex = 4
        Me.Label1.Text = "供应商名称:"
        '
        'Label2
        '
        Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label2.ForeColor = System.Drawing.Color.Blue
        Me.Label2.Location = New System.Drawing.Point(18, 35)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(110, 24)
        Me.Label2.TabIndex = 2
        Me.Label2.Text = "供应商编号:"
        '
        'btnDel
        '
        Me.btnDel.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnDel.ForeColor = System.Drawing.Color.Teal
        Me.btnDel.Location = New System.Drawing.Point(216, 424)
        Me.btnDel.Name = "btnDel"
        Me.btnDel.Size = New System.Drawing.Size(88, 40)
        Me.btnDel.TabIndex = 22
        Me.btnDel.Text = "删  除"
        '
        'btnAdd
        '
        Me.btnAdd.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnAdd.ForeColor = System.Drawing.Color.Teal
        Me.btnAdd.Location = New System.Drawing.Point(88, 424)
        Me.btnAdd.Name = "btnAdd"
        Me.btnAdd.Size = New System.Drawing.Size(88, 40)
        Me.btnAdd.TabIndex = 19
        Me.btnAdd.Text = "增  加"
        '
        'btnExt
        '
        Me.btnExt.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnExt.ForeColor = System.Drawing.Color.Teal
        Me.btnExt.Location = New System.Drawing.Point(608, 424)
        Me.btnExt.Name = "btnExt"
        Me.btnExt.Size = New System.Drawing.Size(88, 40)
        Me.btnExt.TabIndex = 25
        Me.btnExt.Text = "退  出"
        '
        'btnSav
        '
        Me.btnSav.Enabled = False
        Me.btnSav.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnSav.ForeColor = System.Drawing.Color.Teal
        Me.btnSav.Location = New System.Drawing.Point(472, 424)
        Me.btnSav.Name = "btnSav"
        Me.btnSav.Size = New System.Drawing.Size(88, 40)
        Me.btnSav.TabIndex = 24
        Me.btnSav.Text = "保  存"
        '
        'btnEdt
        '
        Me.btnEdt.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnEdt.ForeColor = System.Drawing.Color.Teal
        Me.btnEdt.Location = New System.Drawing.Point(344, 424)
        Me.btnEdt.Name = "btnEdt"
        Me.btnEdt.Size = New System.Drawing.Size(88, 40)
        Me.btnEdt.TabIndex = 23
        Me.btnEdt.Text = "编  辑"
        '
        'dgdSup
        '
        Me.dgdSup.AlternatingBackColor = System.Drawing.Color.GhostWhite
        Me.dgdSup.BackColor = System.Drawing.Color.GhostWhite
        Me.dgdSup.BackgroundColor = System.Drawing.Color.Lavender

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -