frmbillmanage.vb

来自「生产管理系统。vb.net sql2」· VB 代码 · 共 596 行 · 第 1/5 页

VB
596
字号
        Me.GroupBox1.Controls.Add(Me.TextBox19)
        Me.GroupBox1.Controls.Add(Me.Label22)
        Me.GroupBox1.Controls.Add(Me.TextBox18)
        Me.GroupBox1.Controls.Add(Me.Label21)
        Me.GroupBox1.Controls.Add(Me.TextBox17)
        Me.GroupBox1.Controls.Add(Me.Label20)
        Me.GroupBox1.Controls.Add(Me.TextBox16)
        Me.GroupBox1.Controls.Add(Me.Label19)
        Me.GroupBox1.Controls.Add(Me.TextBox15)
        Me.GroupBox1.Controls.Add(Me.Label18)
        Me.GroupBox1.Controls.Add(Me.TextBox14)
        Me.GroupBox1.Controls.Add(Me.Label17)
        Me.GroupBox1.Controls.Add(Me.TextBox13)
        Me.GroupBox1.Controls.Add(Me.Label16)
        Me.GroupBox1.Controls.Add(Me.TextBox12)
        Me.GroupBox1.Controls.Add(Me.Label15)
        Me.GroupBox1.Controls.Add(Me.TextBox11)
        Me.GroupBox1.Controls.Add(Me.Label14)
        Me.GroupBox1.Controls.Add(Me.TextBox10)
        Me.GroupBox1.Controls.Add(Me.Label13)
        Me.GroupBox1.Controls.Add(Me.TextBox9)
        Me.GroupBox1.Controls.Add(Me.Label12)
        Me.GroupBox1.Controls.Add(Me.TextBox8)
        Me.GroupBox1.Controls.Add(Me.Label11)
        Me.GroupBox1.Controls.Add(Me.TextBox7)
        Me.GroupBox1.Controls.Add(Me.Label10)
        Me.GroupBox1.Controls.Add(Me.Label9)
        Me.GroupBox1.Controls.Add(Me.TextBox5)
        Me.GroupBox1.Controls.Add(Me.Label8)
        Me.GroupBox1.Controls.Add(Me.Label7)
        Me.GroupBox1.Controls.Add(Me.TextBox3)
        Me.GroupBox1.Controls.Add(Me.Label6)
        Me.GroupBox1.Controls.Add(Me.TextBox2)
        Me.GroupBox1.Controls.Add(Me.Label5)
        Me.GroupBox1.Controls.Add(Me.TextBox1)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Location = New System.Drawing.Point(216, 80)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(488, 224)
        Me.GroupBox1.TabIndex = 4
        Me.GroupBox1.TabStop = False
        '
        'cbbKind
        '
        Me.cbbKind.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "物料主文件.计划类别"))
        Me.cbbKind.DisplayMember = "类别名称"
        Me.cbbKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbbKind.Location = New System.Drawing.Point(120, 70)
        Me.cbbKind.Name = "cbbKind"
        Me.cbbKind.Size = New System.Drawing.Size(112, 20)
        Me.cbbKind.TabIndex = 151
        Me.cbbKind.ValueMember = "类别名称"
        '
        'cbbUnit
        '
        Me.cbbUnit.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "物料主文件.计量单位"))
        Me.cbbUnit.Items.AddRange(New Object() {"KG", "个", "片", "平方米", "其他"})
        Me.cbbUnit.Location = New System.Drawing.Point(344, 30)
        Me.cbbUnit.Name = "cbbUnit"
        Me.cbbUnit.Size = New System.Drawing.Size(100, 20)
        Me.cbbUnit.TabIndex = 150
        '
        'TextBox25
        '
        Me.TextBox25.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "物料主文件.录入日期"))
        Me.TextBox25.Location = New System.Drawing.Point(408, 189)
        Me.TextBox25.Name = "TextBox25"
        Me.TextBox25.Size = New System.Drawing.Size(64, 21)
        Me.TextBox25.TabIndex = 149
        Me.TextBox25.Text = ""
        '
        'Label28
        '
        Me.Label28.Location = New System.Drawing.Point(408, 172)
        Me.Label28.Name = "Label28"
        Me.Label28.Size = New System.Drawing.Size(72, 16)
        Me.Label28.TabIndex = 148
        Me.Label28.Text = "录入日期"
        '
        'TextBox24
        '
        Me.TextBox24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "物料主文件.录入者"))
        Me.TextBox24.Location = New System.Drawing.Point(328, 189)
        Me.TextBox24.Name = "TextBox24"
        Me.TextBox24.Size = New System.Drawing.Size(64, 21)
        Me.TextBox24.TabIndex = 147
        Me.TextBox24.Text = ""
        '
        'Label27
        '
        Me.Label27.Location = New System.Drawing.Point(328, 172)
        Me.Label27.Name = "Label27"
        Me.Label27.Size = New System.Drawing.Size(72, 16)
        Me.Label27.TabIndex = 146
        Me.Label27.Text = "录入者"
        '
        'TextBox23
        '
        Me.TextBox23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "物料主文件.库存期限"))
        Me.TextBox23.Location = New System.Drawing.Point(248, 189)
        Me.TextBox23.Name = "TextBox23"
        Me.TextBox23.Size = New System.Drawing.Size(64, 21)
        Me.TextBox23.TabIndex = 145
        Me.TextBox23.Text = "0"
        '
        'Label26
        '
        Me.Label26.Location = New System.Drawing.Point(248, 172)
        Me.Label26.Name = "Label26"
        Me.Label26.Size = New System.Drawing.Size(72, 16)
        Me.Label26.TabIndex = 144
        Me.Label26.Text = "库存期限"
        '
        'TextBox22
        '
        Me.TextBox22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "物料主文件.最低库存"))

⌨️ 快捷键说明

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