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

📄 warehouseoutform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.printPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
        Me.printPreviewDialog1.Enabled = True
        Me.printPreviewDialog1.Icon = CType(resources.GetObject("printPreviewDialog1.Icon"), System.Drawing.Icon)
        Me.printPreviewDialog1.Name = "printPreviewDialog1"
        Me.printPreviewDialog1.Visible = False
        '
        'printDocument1
        '
        '
        '退货单号TextBox
        '
        Me.退货单号TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.退货单号TextBox.Location = New System.Drawing.Point(203, 339)
        Me.退货单号TextBox.Name = "退货单号TextBox"
        Me.退货单号TextBox.Size = New System.Drawing.Size(72, 21)
        Me.退货单号TextBox.TabIndex = 118
        '
        'label2
        '
        Me.label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label2.AutoSize = True
        Me.label2.Location = New System.Drawing.Point(144, 345)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(65, 12)
        Me.label2.TabIndex = 117
        Me.label2.Text = "退货单号:"
        '
        '自编号TextBox
        '
        Me.自编号TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.自编号TextBox.Location = New System.Drawing.Point(57, 339)
        Me.自编号TextBox.Name = "自编号TextBox"
        Me.自编号TextBox.ReadOnly = True
        Me.自编号TextBox.Size = New System.Drawing.Size(83, 21)
        Me.自编号TextBox.TabIndex = 116
        '
        'label1
        '
        Me.label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label1.AutoSize = True
        Me.label1.Location = New System.Drawing.Point(4, 345)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(53, 12)
        Me.label1.TabIndex = 115
        Me.label1.Text = "自编号:"
        '
        '退货明细DataGridView
        '
        Me.退货明细DataGridView.AllowUserToAddRows = False
        Me.退货明细DataGridView.AllowUserToDeleteRows = False
        Me.退货明细DataGridView.AllowUserToResizeRows = False
        Me.退货明细DataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.退货明细DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.退货明细DataGridView.Location = New System.Drawing.Point(4, 197)
        Me.退货明细DataGridView.MultiSelect = False
        Me.退货明细DataGridView.Name = "退货明细DataGridView"
        Me.退货明细DataGridView.ReadOnly = True
        Me.退货明细DataGridView.RowHeadersVisible = False
        Me.退货明细DataGridView.RowTemplate.Height = 23
        Me.退货明细DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.退货明细DataGridView.Size = New System.Drawing.Size(533, 133)
        Me.退货明细DataGridView.TabIndex = 114
        '
        '金额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.Location = New System.Drawing.Point(281, 170)
        Me.金额TextBox.Name = "金额TextBox"
        Me.金额TextBox.ReadOnly = True
        Me.金额TextBox.Size = New System.Drawing.Size(70, 21)
        Me.金额TextBox.TabIndex = 113
        '
        '实际采购价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.Location = New System.Drawing.Point(456, 143)
        Me.实际采购价TextBox.Name = "实际采购价TextBox"
        Me.实际采购价TextBox.ReadOnly = True
        Me.实际采购价TextBox.Size = New System.Drawing.Size(81, 21)
        Me.实际采购价TextBox.TabIndex = 112
        '
        '数量TextBox
        '
        Me.数量TextBox.Location = New System.Drawing.Point(178, 170)
        Me.数量TextBox.Name = "数量TextBox"
        Me.数量TextBox.Size = New System.Drawing.Size(52, 21)
        Me.数量TextBox.TabIndex = 111
        '
        '实际退货价TextBox
        '
        Me.实际退货价TextBox.Location = New System.Drawing.Point(73, 170)
        Me.实际退货价TextBox.Name = "实际退货价TextBox"
        Me.实际退货价TextBox.Size = New System.Drawing.Size(65, 21)
        Me.实际退货价TextBox.TabIndex = 110
        '
        '单位TextBox
        '
        Me.单位TextBox.Location = New System.Drawing.Point(306, 144)
        Me.单位TextBox.Name = "单位TextBox"
        Me.单位TextBox.ReadOnly = True
        Me.单位TextBox.Size = New System.Drawing.Size(60, 21)
        Me.单位TextBox.TabIndex = 109
        '
        '规格型号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.Location = New System.Drawing.Point(456, 116)
        Me.规格型号TextBox.Name = "规格型号TextBox"
        Me.规格型号TextBox.ReadOnly = True
        Me.规格型号TextBox.Size = New System.Drawing.Size(81, 21)
        Me.规格型号TextBox.TabIndex = 108
        '
        '采购单号ToolStripComboBox
        '
        Me.采购单号ToolStripComboBox.Name = "采购单号ToolStripComboBox"
        Me.采购单号ToolStripComboBox.Size = New System.Drawing.Size(121, 25)
        '
        '查询原采购单ToolStripButton
        '
        Me.查询原采购单ToolStripButton.Image = CType(resources.GetObject("查询原采购单ToolStripButton.Image"), System.Drawing.Image)
        Me.查询原采购单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.查询原采购单ToolStripButton.Name = "查询原采购单ToolStripButton"
        Me.查询原采购单ToolStripButton.Size = New System.Drawing.Size(97, 22)
        Me.查询原采购单ToolStripButton.Text = "查询原采购单"
        '
        'toolStripLabel1
        '
        Me.toolStripLabel1.Name = "toolStripLabel1"
        Me.toolStripLabel1.Size = New System.Drawing.Size(65, 22)
        Me.toolStripLabel1.Text = "客户名称:"
        '
        '客户名称ToolStripComboBox
        '
        Me.客户名称ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.客户名称ToolStripComboBox.Name = "客户名称ToolStripComboBox"
        Me.客户名称ToolStripComboBox.Size = New System.Drawing.Size(150, 25)
        '
        'toolStripLabel2
        '
        Me.toolStripLabel2.Name = "toolStripLabel2"
        Me.toolStripLabel2.Size = New System.Drawing.Size(65, 22)
        Me.toolStripLabel2.Text = "采购单号:"
        '
        '生产日期DateTimePicker
        '
        Me.生产日期DateTimePicker.Location = New System.Drawing.Point(67, 143)
        Me.生产日期DateTimePicker.Name = "生产日期DateTimePicker"
        Me.生产日期DateTimePicker.Size = New System.Drawing.Size(192, 21)
        Me.生产日期DateTimePicker.TabIndex = 107
        '
        '商品名称TextBox
        '
        Me.商品名称TextBox.Location = New System.Drawing.Point(206, 116)
        Me.商品名称TextBox.Name = "商品名称TextBox"
        Me.商品名称TextBox.ReadOnly = True
        Me.商品名称TextBox.Size = New System.Drawing.Size(172, 21)
        Me.商品名称TextBox.TabIndex = 106
        '
        '商品编号TextBox
        '
        Me.商品编号TextBox.Location = New System.Drawing.Point(67, 116)
        Me.商品编号TextBox.Name = "商品编号TextBox"
        Me.商品编号TextBox.ReadOnly = True
        Me.商品编号TextBox.Size = New System.Drawing.Size(71, 21)
        Me.商品编号TextBox.TabIndex = 105
        '
        'label13
        '
        label13.AutoSize = True
        label13.Location = New System.Drawing.Point(2, 147)
        label13.Name = "label13"
        label13.Size = New System.Drawing.Size(59, 12)
        label13.TabIndex = 104
        label13.Text = "生产日期:"
        '
        'label12
        '
        label12.AutoSize = True
        label12.Location = New System.Drawing.Point(240, 173)
        label12.Name = "label12"
        label12.Size = New System.Drawing.Size(35, 12)
        label12.TabIndex = 103
        label12.Text = "金额:"
        '
        'label11
        '
        label11.AutoSize = True
        label11.Location = New System.Drawing.Point(142, 173)
        label11.Name = "label11"
        label11.Size = New System.Drawing.Size(35, 12)
        label11.TabIndex = 102
        label11.Text = "数量:"
        '
        'label10
        '
        label10.AutoSize = True
        label10.Location = New System.Drawing.Point(2, 173)
        label10.Name = "label10"
        label10.Size = New System.Drawing.Size(71, 12)
        label10.TabIndex = 101
        label10.Text = "实际退货价:"
        '
        '商品编号Label
        '
        商品编号Label.AutoSize = True
        商品编号Label.Location = New System.Drawing.Point(2, 121)
        商品编号Label.Name = "商品编号Label"
        商品编号Label.Size = New System.Drawing.Size(59, 12)
        商品编号Label.TabIndex = 96
        商品编号Label.Text = "商品编号:"
        '
        '商品名称Label
        '
        商品名称Label.AutoSize = True
        商品名称Label.Location = New System.Drawing.Point(144, 121)
        商品名称Label.Name = "商品名称Label"
        商品名称Label.Size = New System.Drawing.Size(59, 12)
        商品名称Label.TabIndex = 97
        商品名称Label.Text = "商品名称:"
        '

⌨️ 快捷键说明

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