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

📄 qiantai.designer.vb

📁 用VB开发了一个超市管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class qiantai
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.sl = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.spmc = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.spbh = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.xsdj = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Textzk = New System.Windows.Forms.TextBox
        Me.je = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.zk = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Label11 = New System.Windows.Forms.Label
        Me.ComboBox1 = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.TextBox3 = New System.Windows.Forms.TextBox
        Me.TextBox2 = New System.Windows.Forms.TextBox
        Me.TextBox1 = New System.Windows.Forms.TextBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.DGView1 = New System.Windows.Forms.DataGridView
        Me.Button1 = New System.Windows.Forms.Button
        Me.TerminalCounter = New System.Windows.Forms.Label
        Me.Lab2 = New System.Windows.Forms.Label
        Me.Lbl1 = New System.Windows.Forms.Label
        Me.TerminalDescription = New System.Windows.Forms.Label
        Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
        Me.txtChange = New System.Windows.Forms.TextBox
        Me.txtPaid = New System.Windows.Forms.TextBox
        Me.txtTotal = New System.Windows.Forms.TextBox
        Me.txtSellNum = New System.Windows.Forms.TextBox
        Me.txtWord = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        CType(Me.DGView1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'sl
        '
        Me.sl.HeaderText = "数量"
        Me.sl.Name = "sl"
        '
        'spmc
        '
        Me.spmc.HeaderText = "商品名称"
        Me.spmc.Name = "spmc"
        Me.spmc.ReadOnly = True
        '
        'spbh
        '
        Me.spbh.HeaderText = "商品编号"
        Me.spbh.Name = "spbh"
        Me.spbh.ReadOnly = True
        '
        'xsdj
        '
        Me.xsdj.HeaderText = "销售单价"
        Me.xsdj.Name = "xsdj"
        Me.xsdj.ReadOnly = True
        '
        'Textzk
        '
        Me.Textzk.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Textzk.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.Textzk.Location = New System.Drawing.Point(345, 196)
        Me.Textzk.Name = "Textzk"
        Me.Textzk.Size = New System.Drawing.Size(100, 23)
        Me.Textzk.TabIndex = 91
        '
        'je
        '
        Me.je.HeaderText = "金额"
        Me.je.Name = "je"
        Me.je.ReadOnly = True
        '
        'zk
        '
        Me.zk.HeaderText = "折扣"
        Me.zk.Name = "zk"
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.BackColor = System.Drawing.Color.Transparent
        Me.Label11.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label11.Location = New System.Drawing.Point(280, 196)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(59, 16)
        Me.Label11.TabIndex = 90
        Me.Label11.Text = "折扣:"
        '
        'ComboBox1
        '
        Me.ComboBox1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.ComboBox1.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.ComboBox1.FormattingEnabled = True
        Me.ComboBox1.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
        Me.ComboBox1.Location = New System.Drawing.Point(132, 238)
        Me.ComboBox1.Name = "ComboBox1"
        Me.ComboBox1.Size = New System.Drawing.Size(100, 22)
        Me.ComboBox1.TabIndex = 89
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.BackColor = System.Drawing.Color.Transparent
        Me.Label10.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label10.Location = New System.Drawing.Point(45, 242)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(93, 16)
        Me.Label10.TabIndex = 88
        Me.Label10.Text = "用户编号:"
        '
        'TextBox3
        '
        Me.TextBox3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBox3.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.TextBox3.Location = New System.Drawing.Point(551, 150)
        Me.TextBox3.Name = "TextBox3"
        Me.TextBox3.Size = New System.Drawing.Size(100, 23)
        Me.TextBox3.TabIndex = 87
        '
        'TextBox2
        '
        Me.TextBox2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBox2.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.TextBox2.Location = New System.Drawing.Point(345, 150)
        Me.TextBox2.Name = "TextBox2"
        Me.TextBox2.Size = New System.Drawing.Size(100, 23)
        Me.TextBox2.TabIndex = 86
        '
        'TextBox1
        '
        Me.TextBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBox1.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.TextBox1.Location = New System.Drawing.Point(132, 144)
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.Size = New System.Drawing.Size(100, 26)
        Me.TextBox1.TabIndex = 64
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.BackColor = System.Drawing.Color.Transparent
        Me.Label9.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label9.Location = New System.Drawing.Point(486, 149)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(59, 16)
        Me.Label9.TabIndex = 85
        Me.Label9.Text = "积分:"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label2.Location = New System.Drawing.Point(263, 155)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(76, 16)
        Me.Label2.TabIndex = 84
        Me.Label2.Text = "会员名:"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label1.Location = New System.Drawing.Point(52, 149)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(76, 16)
        Me.Label1.TabIndex = 83
        Me.Label1.Text = "会员号:"
        '
        'DGView1
        '
        Me.DGView1.BackgroundColor = System.Drawing.Color.MintCream
        Me.DGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DGView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.spbh, Me.spmc, Me.sl, Me.xsdj, Me.zk, Me.je})
        Me.DGView1.Location = New System.Drawing.Point(42, 289)
        Me.DGView1.Name = "DGView1"
        Me.DGView1.RowTemplate.Height = 23
        Me.DGView1.Size = New System.Drawing.Size(666, 168)
        Me.DGView1.TabIndex = 81
        '
        'Button1
        '
        Me.Button1.BackgroundImage = Global.超市系统开发.My.Resources.Resources._500_P0o5Gr
        Me.Button1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Button1.Location = New System.Drawing.Point(516, 474)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(60, 50)
        Me.Button1.TabIndex = 82
        Me.Button1.Text = "结帐"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'TerminalCounter
        '
        Me.TerminalCounter.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.TerminalCounter.BackColor = System.Drawing.SystemColors.ControlText
        Me.TerminalCounter.Font = New System.Drawing.Font("宋体", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TerminalCounter.ForeColor = System.Drawing.Color.Lime
        Me.TerminalCounter.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.TerminalCounter.Location = New System.Drawing.Point(300, 69)
        Me.TerminalCounter.Name = "TerminalCounter"
        Me.TerminalCounter.Size = New System.Drawing.Size(408, 59)
        Me.TerminalCounter.TabIndex = 80
        Me.TerminalCounter.Text = "0.00"
        Me.TerminalCounter.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Lab2

⌨️ 快捷键说明

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