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

📄 refundmentform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.groupBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.groupBox1.Controls.Add(Me.退出Button)
        Me.groupBox1.Controls.Add(Me.打印Button)
        Me.groupBox1.Controls.Add(Me.保存Button)
        Me.groupBox1.Controls.Add(Me.收款日期DateTimePicker)
        Me.groupBox1.Controls.Add(Me.收款方式ComboBox)
        Me.groupBox1.Controls.Add(Me.textBox1)
        Me.groupBox1.Controls.Add(Me.label9)
        Me.groupBox1.Controls.Add(Me.label8)
        Me.groupBox1.Controls.Add(Me.经办人TextBox)
        Me.groupBox1.Controls.Add(Me.label7)
        Me.groupBox1.Controls.Add(Me.label6)
        Me.groupBox1.Controls.Add(Me.实收金额TextBox)
        Me.groupBox1.Controls.Add(Me.label5)
        Me.groupBox1.Location = New System.Drawing.Point(6, 302)
        Me.groupBox1.Name = "groupBox1"
        Me.groupBox1.Size = New System.Drawing.Size(530, 106)
        Me.groupBox1.TabIndex = 45
        Me.groupBox1.TabStop = False
        Me.groupBox1.Text = "收到客户退款"
        '
        '退出Button
        '
        Me.退出Button.Image = CType(resources.GetObject("退出Button.Image"), System.Drawing.Image)
        Me.退出Button.Location = New System.Drawing.Point(433, 73)
        Me.退出Button.Name = "退出Button"
        Me.退出Button.Size = New System.Drawing.Size(90, 23)
        Me.退出Button.TabIndex = 51
        Me.退出Button.Text = "退出"
        Me.退出Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.退出Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.退出Button.UseVisualStyleBackColor = True
        '
        '打印Button
        '
        Me.打印Button.Image = CType(resources.GetObject("打印Button.Image"), System.Drawing.Image)
        Me.打印Button.Location = New System.Drawing.Point(434, 19)
        Me.打印Button.Name = "打印Button"
        Me.打印Button.Size = New System.Drawing.Size(90, 23)
        Me.打印Button.TabIndex = 50
        Me.打印Button.Text = "打印"
        Me.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.打印Button.UseVisualStyleBackColor = True
        '
        '保存Button
        '
        Me.保存Button.Image = CType(resources.GetObject("保存Button.Image"), System.Drawing.Image)
        Me.保存Button.Location = New System.Drawing.Point(434, 46)
        Me.保存Button.Name = "保存Button"
        Me.保存Button.Size = New System.Drawing.Size(90, 23)
        Me.保存Button.TabIndex = 49
        Me.保存Button.Text = "保存"
        Me.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.保存Button.UseVisualStyleBackColor = True
        '
        '收款日期DateTimePicker
        '
        Me.收款日期DateTimePicker.Location = New System.Drawing.Point(67, 20)
        Me.收款日期DateTimePicker.Name = "收款日期DateTimePicker"
        Me.收款日期DateTimePicker.Size = New System.Drawing.Size(170, 21)
        Me.收款日期DateTimePicker.TabIndex = 44
        '
        '收款方式ComboBox
        '
        Me.收款方式ComboBox.FormattingEnabled = True
        Me.收款方式ComboBox.Items.AddRange(New Object() {"现金", "银行卡", "支票", "汇票"})
        Me.收款方式ComboBox.Location = New System.Drawing.Point(327, 20)
        Me.收款方式ComboBox.Name = "收款方式ComboBox"
        Me.收款方式ComboBox.Size = New System.Drawing.Size(101, 20)
        Me.收款方式ComboBox.TabIndex = 43
        '
        'textBox1
        '
        Me.textBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.textBox1.Location = New System.Drawing.Point(67, 74)
        Me.textBox1.Name = "textBox1"
        Me.textBox1.Size = New System.Drawing.Size(361, 21)
        Me.textBox1.TabIndex = 42
        '
        'label9
        '
        Me.label9.AutoSize = True
        Me.label9.Location = New System.Drawing.Point(11, 80)
        Me.label9.Name = "label9"
        Me.label9.Size = New System.Drawing.Size(41, 12)
        Me.label9.TabIndex = 41
        Me.label9.Text = "说明:"
        '
        'label8
        '
        Me.label8.AutoSize = True
        Me.label8.Location = New System.Drawing.Point(8, 24)
        Me.label8.Name = "label8"
        Me.label8.Size = New System.Drawing.Size(65, 12)
        Me.label8.TabIndex = 40
        Me.label8.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.Location = New System.Drawing.Point(327, 47)
        Me.经办人TextBox.Name = "经办人TextBox"
        Me.经办人TextBox.Size = New System.Drawing.Size(101, 21)
        Me.经办人TextBox.TabIndex = 39
        '
        'label7
        '
        Me.label7.AutoSize = True
        Me.label7.Location = New System.Drawing.Point(244, 53)
        Me.label7.Name = "label7"
        Me.label7.Size = New System.Drawing.Size(53, 12)
        Me.label7.TabIndex = 38
        Me.label7.Text = "经办人:"
        '
        'label6
        '
        Me.label6.AutoSize = True
        Me.label6.Location = New System.Drawing.Point(244, 25)
        Me.label6.Name = "label6"
        Me.label6.Size = New System.Drawing.Size(65, 12)
        Me.label6.TabIndex = 37
        Me.label6.Text = "收款方式:"
        '
        '实收金额TextBox
        '
        Me.实收金额TextBox.Location = New System.Drawing.Point(67, 47)
        Me.实收金额TextBox.Name = "实收金额TextBox"
        Me.实收金额TextBox.Size = New System.Drawing.Size(170, 21)
        Me.实收金额TextBox.TabIndex = 36
        Me.实收金额TextBox.Text = "0"
        '
        'label5
        '
        Me.label5.AutoSize = True
        Me.label5.Location = New System.Drawing.Point(8, 53)
        Me.label5.Name = "label5"
        Me.label5.Size = New System.Drawing.Size(65, 12)
        Me.label5.TabIndex = 35
        Me.label5.Text = "实收金额:"
        '
        'printPreviewDialog1
        '
        Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
        Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
        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
        '
        '
        '客户名称Label
        '
        客户名称Label.AutoSize = True
        客户名称Label.Location = New System.Drawing.Point(4, 33)
        客户名称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(93, 30)
        Me.客户名称TextBox.Name = "客户名称TextBox"
        Me.客户名称TextBox.ReadOnly = True
        Me.客户名称TextBox.Size = New System.Drawing.Size(150, 21)
        Me.客户名称TextBox.TabIndex = 28
        '
        '联系地址Label
        '
        联系地址Label.AutoSize = True
        联系地址Label.Location = New System.Drawing.Point(4, 60)
        联系地址Label.Name = "联系地址Label"
        联系地址Label.Size = New System.Drawing.Size(59, 12)
        联系地址Label.TabIndex = 29
        联系地址Label.Text = "联系地址:"
        '
        '联系地址TextBox
        '
        Me.联系地址TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系地址", True))
        Me.联系地址TextBox.Location = New System.Drawing.Point(93, 57)
        Me.联系地址TextBox.Name = "联系地址TextBox"
        Me.联系地址TextBox.Size = New System.Drawing.Size(150, 21)
        Me.联系地址TextBox.TabIndex = 30
        '
        '邮政编码Label
        '
        邮政编码Label.AutoSize = True
        邮政编码Label.Location = New System.Drawing.Point(4, 87)
        邮政编码Label.Name = "邮政编码Label"
        邮政编码Label.Size = New System.Drawing.Size(59, 12)
        邮政编码Label.TabIndex = 31
        邮政编码Label.Text = "邮政编码:"
        '
        '邮政编码TextBox
        '
        Me.邮政编码TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "邮政编码", True))
        Me.邮政编码TextBox.Location = New System.Drawing.Point(93, 84)
        Me.邮政编码TextBox.Name = "邮政编码TextBox"
        Me.邮政编码TextBox.Size = New System.Drawing.Size(150, 21)
        Me.邮政编码TextBox.TabIndex = 32
        '
        '联系电话Label
        '
        联系电话Label.AutoSize = True
        联系电话Label.Location = New System.Drawing.Point(4, 114)
        联系电话Label.Name = "联系电话Label"
        联系电话Label.Size = New System.Drawing.Size(59, 12)
        联系电话Label.TabIndex = 33
        联系电话Label.Text = "联系电话:"
        '
        '联系电话TextBox
        '
        Me.联系电话TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系电话", True))
        Me.联系电话TextBox.Location = New System.Drawing.Point(93, 111)
        Me.联系电话TextBox.Name = "联系电话TextBox"
        Me.联系电话TextBox.Size = New System.Drawing.Size(150, 21)
        Me.联系电话TextBox.TabIndex = 34
        '
        '联系人Label
        '
        联系人Label.AutoSize = True
        联系人Label.Location = New System.Drawing.Point(4, 141)
        联系人Label.Name = "联系人Label"
        联系人Label.Size = New System.Drawing.Size(47, 12)
        联系人Label.TabIndex = 35
        联系人Label.Text = "联系人:"
        '
        '联系人TextBox
        '
        Me.联系人TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.供应商信息BindingSource, "联系人", True))
        Me.联系人TextBox.Location = New System.Drawing.Point(93, 138)
        Me.联系人TextBox.Name = "联系人TextBox"
        Me.联系人TextBox.Size = New System.Drawing.Size(150, 21)
        Me.联系人TextBox.TabIndex = 36
        '
        '纳税人识别号Label
        '
        纳税人识别号Label.AutoSize = True
        纳税人识别号Label.Location = New System.Drawing.Point(4, 168)

⌨️ 快捷键说明

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