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

📄 merchandiseform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
        Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveLastItem.Text = "移到最后一条记录"
        '
        'BindingNavigatorSeparator2
        '
        Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
        Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
        '
        '商品信息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(4, 29)
        商品编号Label.Name = "商品编号Label"
        商品编号Label.Size = New System.Drawing.Size(59, 12)
        商品编号Label.TabIndex = 45
        商品编号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(69, 26)
        Me.商品编号TextBox.Name = "商品编号TextBox"
        Me.商品编号TextBox.Size = New System.Drawing.Size(320, 21)
        Me.商品编号TextBox.TabIndex = 46
        '
        '商品名称Label
        '
        商品名称Label.AutoSize = True
        商品名称Label.Location = New System.Drawing.Point(4, 56)
        商品名称Label.Name = "商品名称Label"
        商品名称Label.Size = New System.Drawing.Size(59, 12)
        商品名称Label.TabIndex = 47
        商品名称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(69, 53)
        Me.商品名称TextBox.Name = "商品名称TextBox"
        Me.商品名称TextBox.Size = New System.Drawing.Size(320, 21)
        Me.商品名称TextBox.TabIndex = 48
        '
        '规格型号Label
        '
        规格型号Label.AutoSize = True
        规格型号Label.Location = New System.Drawing.Point(4, 83)
        规格型号Label.Name = "规格型号Label"
        规格型号Label.Size = New System.Drawing.Size(59, 12)
        规格型号Label.TabIndex = 49
        规格型号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(69, 80)
        Me.规格型号TextBox.Name = "规格型号TextBox"
        Me.规格型号TextBox.Size = New System.Drawing.Size(320, 21)
        Me.规格型号TextBox.TabIndex = 50
        '
        '生产厂商Label
        '
        生产厂商Label.AutoSize = True
        生产厂商Label.Location = New System.Drawing.Point(4, 110)
        生产厂商Label.Name = "生产厂商Label"
        生产厂商Label.Size = New System.Drawing.Size(59, 12)
        生产厂商Label.TabIndex = 51
        生产厂商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(69, 107)
        Me.生产厂商TextBox.Name = "生产厂商TextBox"
        Me.生产厂商TextBox.Size = New System.Drawing.Size(320, 21)
        Me.生产厂商TextBox.TabIndex = 52
        '
        '单位Label
        '
        单位Label.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        单位Label.AutoSize = True
        单位Label.Location = New System.Drawing.Point(397, 29)
        单位Label.Name = "单位Label"
        单位Label.Size = New System.Drawing.Size(35, 12)
        单位Label.TabIndex = 53
        单位Label.Text = "单位:"
        '
        '单位TextBox
        '
        Me.单位TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(474, 26)
        Me.单位TextBox.Name = "单位TextBox"
        Me.单位TextBox.Size = New System.Drawing.Size(62, 21)
        Me.单位TextBox.TabIndex = 54
        '
        '累计采购量Label
        '
        累计采购量Label.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        累计采购量Label.AutoSize = True
        累计采购量Label.Location = New System.Drawing.Point(397, 56)
        累计采购量Label.Name = "累计采购量Label"
        累计采购量Label.Size = New System.Drawing.Size(71, 12)
        累计采购量Label.TabIndex = 55
        累计采购量Label.Text = "累计采购量:"
        '
        '累计采购量TextBox
        '
        Me.累计采购量TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(474, 53)
        Me.累计采购量TextBox.Name = "累计采购量TextBox"
        Me.累计采购量TextBox.ReadOnly = True
        Me.累计采购量TextBox.Size = New System.Drawing.Size(62, 21)
        Me.累计采购量TextBox.TabIndex = 56
        '
        '累计销售量Label
        '
        累计销售量Label.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        累计销售量Label.AutoSize = True
        累计销售量Label.Location = New System.Drawing.Point(397, 83)
        累计销售量Label.Name = "累计销售量Label"
        累计销售量Label.Size = New System.Drawing.Size(71, 12)
        累计销售量Label.TabIndex = 57
        累计销售量Label.Text = "累计销售量:"
        '
        '累计销售量TextBox
        '
        Me.累计销售量TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(474, 80)
        Me.累计销售量TextBox.Name = "累计销售量TextBox"
        Me.累计销售量TextBox.ReadOnly = True
        Me.累计销售量TextBox.Size = New System.Drawing.Size(62, 21)
        Me.累计销售量TextBox.TabIndex = 58
        '
        '建议采购价Label
        '
        建议采购价Label.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        建议采购价Label.AutoSize = True
        建议采购价Label.Location = New System.Drawing.Point(397, 110)
        建议采购价Label.Name = "建议采购价Label"
        建议采购价Label.Size = New System.Drawing.Size(71, 12)
        建议采购价Label.TabIndex = 59
        建议采购价Label.Text = "建议采购价:"
        '
        '建议采购价TextBox
        '
        Me.建议采购价TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(474, 107)
        Me.建议采购价TextBox.Name = "建议采购价TextBox"
        Me.建议采购价TextBox.Size = New System.Drawing.Size(62, 21)
        Me.建议采购价TextBox.TabIndex = 60
        '
        '建议销售价Label
        '
        建议销售价Label.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        建议销售价Label.AutoSize = True
        建议销售价Label.Location = New System.Drawing.Point(397, 137)
        建议销售价Label.Name = "建议销售价Label"
        建议销售价Label.Size = New System.Drawing.Size(71, 12)
        建议销售价Label.TabIndex = 61
        建议销售价Label.Text = "建议销售价:"
        '
        '建议销售价TextBox
        '
        Me.建议销售价TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(474, 134)
        Me.建议销售价TextBox.Name = "建议销售价TextBox"
        Me.建议销售价TextBox.Size = New System.Drawing.Size(62, 21)
        Me.建议销售价TextBox.TabIndex = 62
        '

⌨️ 快捷键说明

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