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

📄 supplierform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
        '
        'BindingNavigatorSeparator2
        '
        Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorAddNewItem
        '
        Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
        Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(49, 22)
        Me.BindingNavigatorAddNewItem.Text = "新增"
        '
        'BindingNavigatorDeleteItem
        '
        Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
        Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(49, 22)
        Me.BindingNavigatorDeleteItem.Text = "删除"
        '
        '供应商信息BindingNavigatorSaveItem
        '
        Me.供应商信息BindingNavigatorSaveItem.Image = CType(resources.GetObject("供应商信息BindingNavigatorSaveItem.Image"), System.Drawing.Image)
        Me.供应商信息BindingNavigatorSaveItem.Name = "供应商信息BindingNavigatorSaveItem"
        Me.供应商信息BindingNavigatorSaveItem.Size = New System.Drawing.Size(49, 22)
        Me.供应商信息BindingNavigatorSaveItem.Text = "保存"
        '
        '客户名称Label
        '
        客户名称Label.AutoSize = True
        客户名称Label.Location = New System.Drawing.Point(7, 35)
        客户名称Label.Name = "客户名称Label"
        客户名称Label.Size = New System.Drawing.Size(59, 12)
        客户名称Label.TabIndex = 21
        客户名称Label.Text = "客户名称:"
        '
        '客户名称TextBox
        '
        Me.客户名称TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "客户名称", True))
        Me.客户名称TextBox.Location = New System.Drawing.Point(72, 32)
        Me.客户名称TextBox.Name = "客户名称TextBox"
        Me.客户名称TextBox.Size = New System.Drawing.Size(180, 21)
        Me.客户名称TextBox.TabIndex = 22
        '
        '联系地址Label
        '
        联系地址Label.AutoSize = True
        联系地址Label.Location = New System.Drawing.Point(7, 62)
        联系地址Label.Name = "联系地址Label"
        联系地址Label.Size = New System.Drawing.Size(59, 12)
        联系地址Label.TabIndex = 23
        联系地址Label.Text = "联系地址:"
        '
        '联系地址TextBox
        '
        Me.联系地址TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系地址", True))
        Me.联系地址TextBox.Location = New System.Drawing.Point(72, 59)
        Me.联系地址TextBox.Name = "联系地址TextBox"
        Me.联系地址TextBox.Size = New System.Drawing.Size(180, 21)
        Me.联系地址TextBox.TabIndex = 24
        '
        '邮政编码Label
        '
        邮政编码Label.AutoSize = True
        邮政编码Label.Location = New System.Drawing.Point(7, 89)
        邮政编码Label.Name = "邮政编码Label"
        邮政编码Label.Size = New System.Drawing.Size(59, 12)
        邮政编码Label.TabIndex = 25
        邮政编码Label.Text = "邮政编码:"
        '
        '邮政编码TextBox
        '
        Me.邮政编码TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "邮政编码", True))
        Me.邮政编码TextBox.Location = New System.Drawing.Point(72, 86)
        Me.邮政编码TextBox.Name = "邮政编码TextBox"
        Me.邮政编码TextBox.Size = New System.Drawing.Size(180, 21)
        Me.邮政编码TextBox.TabIndex = 26
        '
        '联系电话Label
        '
        联系电话Label.AutoSize = True
        联系电话Label.Location = New System.Drawing.Point(7, 116)
        联系电话Label.Name = "联系电话Label"
        联系电话Label.Size = New System.Drawing.Size(59, 12)
        联系电话Label.TabIndex = 27
        联系电话Label.Text = "联系电话:"
        '
        '联系电话TextBox
        '
        Me.联系电话TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系电话", True))
        Me.联系电话TextBox.Location = New System.Drawing.Point(72, 113)
        Me.联系电话TextBox.Name = "联系电话TextBox"
        Me.联系电话TextBox.Size = New System.Drawing.Size(180, 21)
        Me.联系电话TextBox.TabIndex = 28
        '
        '联系人Label
        '
        联系人Label.AutoSize = True
        联系人Label.Location = New System.Drawing.Point(261, 35)
        联系人Label.Name = "联系人Label"
        联系人Label.Size = New System.Drawing.Size(47, 12)
        联系人Label.TabIndex = 29
        联系人Label.Text = "联系人:"
        '
        '联系人TextBox
        '
        Me.联系人TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.联系人TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系人", True))
        Me.联系人TextBox.Location = New System.Drawing.Point(350, 32)
        Me.联系人TextBox.Name = "联系人TextBox"
        Me.联系人TextBox.Size = New System.Drawing.Size(187, 21)
        Me.联系人TextBox.TabIndex = 30
        '
        '纳税人识别号Label
        '
        纳税人识别号Label.AutoSize = True
        纳税人识别号Label.Location = New System.Drawing.Point(261, 62)
        纳税人识别号Label.Name = "纳税人识别号Label"
        纳税人识别号Label.Size = New System.Drawing.Size(83, 12)
        纳税人识别号Label.TabIndex = 31
        纳税人识别号Label.Text = "纳税人识别号:"
        '
        '纳税人识别号TextBox
        '
        Me.纳税人识别号TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.纳税人识别号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "纳税人识别号", True))
        Me.纳税人识别号TextBox.Location = New System.Drawing.Point(350, 59)
        Me.纳税人识别号TextBox.Name = "纳税人识别号TextBox"
        Me.纳税人识别号TextBox.Size = New System.Drawing.Size(187, 21)
        Me.纳税人识别号TextBox.TabIndex = 32
        '
        '开户银行Label
        '
        开户银行Label.AutoSize = True
        开户银行Label.Location = New System.Drawing.Point(261, 89)
        开户银行Label.Name = "开户银行Label"
        开户银行Label.Size = New System.Drawing.Size(59, 12)
        开户银行Label.TabIndex = 33
        开户银行Label.Text = "开户银行:"
        '
        '开户银行TextBox
        '
        Me.开户银行TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.开户银行TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "开户银行", True))
        Me.开户银行TextBox.Location = New System.Drawing.Point(350, 86)
        Me.开户银行TextBox.Name = "开户银行TextBox"
        Me.开户银行TextBox.Size = New System.Drawing.Size(187, 21)
        Me.开户银行TextBox.TabIndex = 34
        '
        '银行帐号Label
        '
        银行帐号Label.AutoSize = True
        银行帐号Label.Location = New System.Drawing.Point(261, 116)
        银行帐号Label.Name = "银行帐号Label"
        银行帐号Label.Size = New System.Drawing.Size(59, 12)
        银行帐号Label.TabIndex = 35
        银行帐号Label.Text = "银行帐号:"
        '
        '银行帐号TextBox
        '
        Me.银行帐号TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.银行帐号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "银行帐号", True))
        Me.银行帐号TextBox.Location = New System.Drawing.Point(350, 113)
        Me.银行帐号TextBox.Name = "银行帐号TextBox"
        Me.银行帐号TextBox.Size = New System.Drawing.Size(187, 21)
        Me.银行帐号TextBox.TabIndex = 36
        '
        '说明Label
        '
        说明Label.AutoSize = True

⌨️ 快捷键说明

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