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

📄 quitsearchform.designer.vb

📁 千寻销售系统 文件说明:一个采用三层结构的分部式应用程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "货物编号"
        '
        'QuitSearchFormGNameTextBox
        '
        Me.QuitSearchFormGNameTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.QuitSearchFormGNameTextBox.Location = New System.Drawing.Point(70, 103)
        Me.QuitSearchFormGNameTextBox.Name = "QuitSearchFormGNameTextBox"
        Me.QuitSearchFormGNameTextBox.Size = New System.Drawing.Size(373, 21)
        Me.QuitSearchFormGNameTextBox.TabIndex = 13
        '
        'QuitSearchFormGNumberTextBox
        '
        Me.QuitSearchFormGNumberTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.QuitSearchFormGNumberTextBox.Location = New System.Drawing.Point(70, 76)
        Me.QuitSearchFormGNumberTextBox.Name = "QuitSearchFormGNumberTextBox"
        Me.QuitSearchFormGNumberTextBox.Size = New System.Drawing.Size(373, 21)
        Me.QuitSearchFormGNumberTextBox.TabIndex = 12
        '
        'QuitSearchFormJStyleComboBox
        '
        Me.QuitSearchFormJStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.QuitSearchFormJStyleComboBox.FormattingEnabled = True
        Me.QuitSearchFormJStyleComboBox.Items.AddRange(New Object() {"=", ">", "<", ">=", "<="})
        Me.QuitSearchFormJStyleComboBox.Location = New System.Drawing.Point(70, 130)
        Me.QuitSearchFormJStyleComboBox.Name = "QuitSearchFormJStyleComboBox"
        Me.QuitSearchFormJStyleComboBox.Size = New System.Drawing.Size(49, 20)
        Me.QuitSearchFormJStyleComboBox.TabIndex = 11
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(11, 112)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(53, 12)
        Me.Label8.TabIndex = 15
        Me.Label8.Text = "类别名称"
        '
        'QuitSearchFormDataGridView
        '
        Me.QuitSearchFormDataGridView.AllowUserToAddRows = False
        Me.QuitSearchFormDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.QuitSearchFormDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
        Me.QuitSearchFormDataGridView.Location = New System.Drawing.Point(3, 17)
        Me.QuitSearchFormDataGridView.Name = "QuitSearchFormDataGridView"
        Me.QuitSearchFormDataGridView.ReadOnly = True
        Me.QuitSearchFormDataGridView.RowTemplate.Height = 23
        Me.QuitSearchFormDataGridView.Size = New System.Drawing.Size(605, 201)
        Me.QuitSearchFormDataGridView.TabIndex = 0
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(11, 82)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(53, 12)
        Me.Label9.TabIndex = 14
        Me.Label9.Text = "类别编号"
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.QuitSearchFormDataGridView)
        Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox1.Location = New System.Drawing.Point(0, 220)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(611, 221)
        Me.GroupBox1.TabIndex = 2
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "查询结果"
        '
        'Panel1
        '
        Me.Panel1.Controls.Add(Me.Panel2)
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel1.Location = New System.Drawing.Point(0, 0)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(611, 220)
        Me.Panel1.TabIndex = 3
        '
        'Panel2
        '
        Me.Panel2.Controls.Add(Me.GroupBox5)
        Me.Panel2.Controls.Add(Me.Panel3)
        Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel2.Location = New System.Drawing.Point(0, 0)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(611, 220)
        Me.Panel2.TabIndex = 2
        '
        'GroupBox5
        '
        Me.GroupBox5.Controls.Add(Me.Label8)
        Me.GroupBox5.Controls.Add(Me.Label9)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormGNameTextBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormGNumberTextBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormJStyleComboBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormCStyleComboBox)
        Me.GroupBox5.Controls.Add(Me.Label7)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormUserTextBox)
        Me.GroupBox5.Controls.Add(Me.Label6)
        Me.GroupBox5.Controls.Add(Me.Label5)
        Me.GroupBox5.Controls.Add(Me.Label4)
        Me.GroupBox5.Controls.Add(Me.Label3)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormCountTextBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormJineTextBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormNameTextBox)
        Me.GroupBox5.Controls.Add(Me.QuitSearchFormNumberTextBox)
        Me.GroupBox5.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox5.Location = New System.Drawing.Point(0, 0)
        Me.GroupBox5.Name = "GroupBox5"
        Me.GroupBox5.Size = New System.Drawing.Size(449, 220)
        Me.GroupBox5.TabIndex = 5
        Me.GroupBox5.TabStop = False
        Me.GroupBox5.Text = "基本信息"
        '
        'QuitSearchFormCStyleComboBox
        '
        Me.QuitSearchFormCStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.QuitSearchFormCStyleComboBox.FormattingEnabled = True
        Me.QuitSearchFormCStyleComboBox.Items.AddRange(New Object() {"=", ">", "<", ">=", "<="})
        Me.QuitSearchFormCStyleComboBox.Location = New System.Drawing.Point(70, 158)
        Me.QuitSearchFormCStyleComboBox.Name = "QuitSearchFormCStyleComboBox"
        Me.QuitSearchFormCStyleComboBox.Size = New System.Drawing.Size(49, 20)
        Me.QuitSearchFormCStyleComboBox.TabIndex = 10
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(11, 193)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(41, 12)
        Me.Label7.TabIndex = 9
        Me.Label7.Text = "营业员"
        '
        'QuitSearchFormUserTextBox
        '
        Me.QuitSearchFormUserTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.QuitSearchFormUserTextBox.Location = New System.Drawing.Point(70, 184)
        Me.QuitSearchFormUserTextBox.Name = "QuitSearchFormUserTextBox"
        Me.QuitSearchFormUserTextBox.Size = New System.Drawing.Size(373, 21)
        Me.QuitSearchFormUserTextBox.TabIndex = 8
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(11, 166)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(53, 12)
        Me.Label6.TabIndex = 7
        Me.Label6.Text = "出售数量"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(11, 139)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(53, 12)
        Me.Label5.TabIndex = 6
        Me.Label5.Text = "出售金额"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(11, 56)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(53, 12)
        Me.Label4.TabIndex = 5
        Me.Label4.Text = "货物名称"
        '
        'QuitSearchForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(183, Byte), Integer), CType(CType(223, Byte), Integer), CType(CType(251, Byte), Integer))
        Me.ClientSize = New System.Drawing.Size(611, 441)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.Panel1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Name = "QuitSearchForm"
        Me.Text = "退货查询"
        Me.Panel3.ResumeLayout(False)
        Me.GroupBox4.ResumeLayout(False)
        Me.GroupBox4.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        CType(Me.QuitSearchFormDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        Me.Panel1.ResumeLayout(False)
        Me.Panel2.ResumeLayout(False)
        Me.GroupBox5.ResumeLayout(False)
        Me.GroupBox5.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents QuitSearchFormYDateCheckBox As System.Windows.Forms.CheckBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents QuitSearchFormEndDateTimePicker As System.Windows.Forms.DateTimePicker
    Friend WithEvents QuitSearchFormStartDateTimePicker As System.Windows.Forms.DateTimePicker
    Friend WithEvents QuitSearchFormPointRadioButton As System.Windows.Forms.RadioButton
    Friend WithEvents QuitSearchFormFromRadioButton As System.Windows.Forms.RadioButton
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents QuitSearchFormExitButton As System.Windows.Forms.Button
    Friend WithEvents QuitSearchFormSearchButton As System.Windows.Forms.Button
    Friend WithEvents QuitSearchFormCountTextBox As System.Windows.Forms.TextBox
    Friend WithEvents QuitSearchFormJineTextBox As System.Windows.Forms.TextBox
    Friend WithEvents QuitSearchFormNameTextBox As System.Windows.Forms.TextBox
    Friend WithEvents QuitSearchFormNumberTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents QuitSearchFormGNameTextBox As System.Windows.Forms.TextBox
    Friend WithEvents QuitSearchFormGNumberTextBox As System.Windows.Forms.TextBox
    Friend WithEvents QuitSearchFormJStyleComboBox As System.Windows.Forms.ComboBox
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents QuitSearchFormDataGridView As System.Windows.Forms.DataGridView
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
    Friend WithEvents QuitSearchFormCStyleComboBox As System.Windows.Forms.ComboBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents QuitSearchFormUserTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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