frmCkQuery.vb
上传用户:wj57717022
上传日期:2014-12-16
资源大小:4093k
文件大小:14k
源码类别:

医药行业

开发平台:

Visual Basic

  1. Public Class frmCkQuery
  2.     Inherits System.Windows.Forms.Form
  3.     Public lsweb As New jxcmanage
  4.     Public dslocals As New DataSet
  5. #Region " Windows 窗体设计器生成的代码 "
  6.     Public Sub New()
  7.         MyBase.New()
  8.         '该调用是 Windows 窗体设计器所必需的。
  9.         InitializeComponent()
  10.         '在 InitializeComponent() 调用之后添加任何初始化
  11.     End Sub
  12.     '窗体重写 dispose 以清理组件列表。
  13.     Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
  14.         If disposing Then
  15.             If Not (components Is Nothing) Then
  16.                 components.Dispose()
  17.             End If
  18.         End If
  19.         MyBase.Dispose(disposing)
  20.     End Sub
  21.     'Windows 窗体设计器所必需的
  22.     Private components As System.ComponentModel.IContainer
  23.     '注意: 以下过程是 Windows 窗体设计器所必需的
  24.     '可以使用 Windows 窗体设计器修改此过程。
  25.     '不要使用代码编辑器修改它。
  26.     Friend WithEvents yy As System.Windows.Forms.GroupBox
  27.     Friend WithEvents btnQueryProduct As System.Windows.Forms.Button
  28.     Friend WithEvents txtProduct As System.Windows.Forms.TextBox
  29.     Friend WithEvents dgCk As System.Windows.Forms.DataGrid
  30.     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  31.     Friend WithEvents btnExit As System.Windows.Forms.Button
  32.     Friend WithEvents btnPrint As System.Windows.Forms.Button
  33.     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  34.     Friend WithEvents btnQueryCustom As System.Windows.Forms.Button
  35.     Friend WithEvents txtCustom As System.Windows.Forms.TextBox
  36.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  37.     Friend WithEvents btnQueryPym As System.Windows.Forms.Button
  38.     Friend WithEvents txtQueryPym As System.Windows.Forms.TextBox
  39.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  40.     Friend WithEvents btnQueryTime As System.Windows.Forms.Button
  41.     Friend WithEvents Label2 As System.Windows.Forms.Label
  42.     Friend WithEvents Label1 As System.Windows.Forms.Label
  43.     Friend WithEvents dtEnd As System.Windows.Forms.DateTimePicker
  44.     Friend WithEvents dtStart As System.Windows.Forms.DateTimePicker
  45.     Friend WithEvents StatusBar1 As System.Windows.Forms.StatusBar
  46.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  47.         Me.yy = New System.Windows.Forms.GroupBox
  48.         Me.btnQueryProduct = New System.Windows.Forms.Button
  49.         Me.txtProduct = New System.Windows.Forms.TextBox
  50.         Me.dgCk = New System.Windows.Forms.DataGrid
  51.         Me.GroupBox4 = New System.Windows.Forms.GroupBox
  52.         Me.btnExit = New System.Windows.Forms.Button
  53.         Me.btnPrint = New System.Windows.Forms.Button
  54.         Me.GroupBox3 = New System.Windows.Forms.GroupBox
  55.         Me.btnQueryCustom = New System.Windows.Forms.Button
  56.         Me.txtCustom = New System.Windows.Forms.TextBox
  57.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  58.         Me.btnQueryPym = New System.Windows.Forms.Button
  59.         Me.txtQueryPym = New System.Windows.Forms.TextBox
  60.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  61.         Me.btnQueryTime = New System.Windows.Forms.Button
  62.         Me.Label2 = New System.Windows.Forms.Label
  63.         Me.Label1 = New System.Windows.Forms.Label
  64.         Me.dtEnd = New System.Windows.Forms.DateTimePicker
  65.         Me.dtStart = New System.Windows.Forms.DateTimePicker
  66.         Me.StatusBar1 = New System.Windows.Forms.StatusBar
  67.         Me.yy.SuspendLayout()
  68.         CType(Me.dgCk, System.ComponentModel.ISupportInitialize).BeginInit()
  69.         Me.GroupBox4.SuspendLayout()
  70.         Me.GroupBox3.SuspendLayout()
  71.         Me.GroupBox2.SuspendLayout()
  72.         Me.GroupBox1.SuspendLayout()
  73.         Me.SuspendLayout()
  74.         '
  75.         'yy
  76.         '
  77.         Me.yy.Controls.Add(Me.btnQueryProduct)
  78.         Me.yy.Controls.Add(Me.txtProduct)
  79.         Me.yy.Location = New System.Drawing.Point(456, 8)
  80.         Me.yy.Name = "yy"
  81.         Me.yy.Size = New System.Drawing.Size(112, 128)
  82.         Me.yy.TabIndex = 9
  83.         Me.yy.TabStop = False
  84.         Me.yy.Text = "按产地"
  85.         '
  86.         'btnQueryProduct
  87.         '
  88.         Me.btnQueryProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  89.         Me.btnQueryProduct.Location = New System.Drawing.Point(16, 87)
  90.         Me.btnQueryProduct.Name = "btnQueryProduct"
  91.         Me.btnQueryProduct.Size = New System.Drawing.Size(80, 33)
  92.         Me.btnQueryProduct.TabIndex = 8
  93.         Me.btnQueryProduct.Text = "查询(&Q)"
  94.         Me.btnQueryProduct.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  95.         '
  96.         'txtProduct
  97.         '
  98.         Me.txtProduct.Location = New System.Drawing.Point(16, 57)
  99.         Me.txtProduct.Name = "txtProduct"
  100.         Me.txtProduct.Size = New System.Drawing.Size(80, 25)
  101.         Me.txtProduct.TabIndex = 7
  102.         Me.txtProduct.Text = ""
  103.         '
  104.         'dgCk
  105.         '
  106.         Me.dgCk.DataMember = ""
  107.         Me.dgCk.HeaderForeColor = System.Drawing.SystemColors.ControlText
  108.         Me.dgCk.Location = New System.Drawing.Point(16, 152)
  109.         Me.dgCk.Name = "dgCk"
  110.         Me.dgCk.Size = New System.Drawing.Size(672, 272)
  111.         Me.dgCk.TabIndex = 11
  112.         '
  113.         'GroupBox4
  114.         '
  115.         Me.GroupBox4.Controls.Add(Me.btnExit)
  116.         Me.GroupBox4.Controls.Add(Me.btnPrint)
  117.         Me.GroupBox4.Location = New System.Drawing.Point(576, 8)
  118.         Me.GroupBox4.Name = "GroupBox4"
  119.         Me.GroupBox4.Size = New System.Drawing.Size(112, 128)
  120.         Me.GroupBox4.TabIndex = 10
  121.         Me.GroupBox4.TabStop = False
  122.         Me.GroupBox4.Text = "命令"
  123.         '
  124.         'btnExit
  125.         '
  126.         Me.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  127.         Me.btnExit.Location = New System.Drawing.Point(16, 87)
  128.         Me.btnExit.Name = "btnExit"
  129.         Me.btnExit.Size = New System.Drawing.Size(80, 33)
  130.         Me.btnExit.TabIndex = 10
  131.         Me.btnExit.Text = "退出(&E)"
  132.         Me.btnExit.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  133.         '
  134.         'btnPrint
  135.         '
  136.         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  137.         Me.btnPrint.Location = New System.Drawing.Point(16, 48)
  138.         Me.btnPrint.Name = "btnPrint"
  139.         Me.btnPrint.Size = New System.Drawing.Size(80, 32)
  140.         Me.btnPrint.TabIndex = 9
  141.         Me.btnPrint.Text = "打印(&P)"
  142.         Me.btnPrint.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  143.         '
  144.         'GroupBox3
  145.         '
  146.         Me.GroupBox3.Controls.Add(Me.btnQueryCustom)
  147.         Me.GroupBox3.Controls.Add(Me.txtCustom)
  148.         Me.GroupBox3.Location = New System.Drawing.Point(336, 8)
  149.         Me.GroupBox3.Name = "GroupBox3"
  150.         Me.GroupBox3.Size = New System.Drawing.Size(112, 128)
  151.         Me.GroupBox3.TabIndex = 8
  152.         Me.GroupBox3.TabStop = False
  153.         Me.GroupBox3.Text = "按客户编号"
  154.         '
  155.         'btnQueryCustom
  156.         '
  157.         Me.btnQueryCustom.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  158.         Me.btnQueryCustom.Location = New System.Drawing.Point(16, 87)
  159.         Me.btnQueryCustom.Name = "btnQueryCustom"
  160.         Me.btnQueryCustom.Size = New System.Drawing.Size(80, 33)
  161.         Me.btnQueryCustom.TabIndex = 6
  162.         Me.btnQueryCustom.Text = "查询(&Q)"
  163.         Me.btnQueryCustom.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  164.         '
  165.         'txtCustom
  166.         '
  167.         Me.txtCustom.Location = New System.Drawing.Point(16, 57)
  168.         Me.txtCustom.Name = "txtCustom"
  169.         Me.txtCustom.Size = New System.Drawing.Size(80, 25)
  170.         Me.txtCustom.TabIndex = 0
  171.         Me.txtCustom.Text = ""
  172.         '
  173.         'GroupBox2
  174.         '
  175.         Me.GroupBox2.Controls.Add(Me.btnQueryPym)
  176.         Me.GroupBox2.Controls.Add(Me.txtQueryPym)
  177.         Me.GroupBox2.Location = New System.Drawing.Point(216, 8)
  178.         Me.GroupBox2.Name = "GroupBox2"
  179.         Me.GroupBox2.Size = New System.Drawing.Size(112, 128)
  180.         Me.GroupBox2.TabIndex = 7
  181.         Me.GroupBox2.TabStop = False
  182.         Me.GroupBox2.Text = "按拼音码"
  183.         '
  184.         'btnQueryPym
  185.         '
  186.         Me.btnQueryPym.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  187.         Me.btnQueryPym.Location = New System.Drawing.Point(16, 87)
  188.         Me.btnQueryPym.Name = "btnQueryPym"
  189.         Me.btnQueryPym.Size = New System.Drawing.Size(80, 33)
  190.         Me.btnQueryPym.TabIndex = 5
  191.         Me.btnQueryPym.Text = "查询(&Q)"
  192.         Me.btnQueryPym.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  193.         '
  194.         'txtQueryPym
  195.         '
  196.         Me.txtQueryPym.Location = New System.Drawing.Point(16, 57)
  197.         Me.txtQueryPym.Name = "txtQueryPym"
  198.         Me.txtQueryPym.Size = New System.Drawing.Size(80, 25)
  199.         Me.txtQueryPym.TabIndex = 0
  200.         Me.txtQueryPym.Text = ""
  201.         '
  202.         'GroupBox1
  203.         '
  204.         Me.GroupBox1.Controls.Add(Me.btnQueryTime)
  205.         Me.GroupBox1.Controls.Add(Me.Label2)
  206.         Me.GroupBox1.Controls.Add(Me.Label1)
  207.         Me.GroupBox1.Controls.Add(Me.dtEnd)
  208.         Me.GroupBox1.Controls.Add(Me.dtStart)
  209.         Me.GroupBox1.Location = New System.Drawing.Point(16, 8)
  210.         Me.GroupBox1.Name = "GroupBox1"
  211.         Me.GroupBox1.Size = New System.Drawing.Size(192, 128)
  212.         Me.GroupBox1.TabIndex = 6
  213.         Me.GroupBox1.TabStop = False
  214.         Me.GroupBox1.Text = "按时间区段"
  215.         '
  216.         'btnQueryTime
  217.         '
  218.         Me.btnQueryTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  219.         Me.btnQueryTime.Location = New System.Drawing.Point(40, 87)
  220.         Me.btnQueryTime.Name = "btnQueryTime"
  221.         Me.btnQueryTime.Size = New System.Drawing.Size(136, 33)
  222.         Me.btnQueryTime.TabIndex = 4
  223.         Me.btnQueryTime.Text = "查询(&Q)"
  224.         Me.btnQueryTime.TextAlign = System.Drawing.ContentAlignment.BottomCenter
  225.         '
  226.         'Label2
  227.         '
  228.         Me.Label2.AutoSize = True
  229.         Me.Label2.Location = New System.Drawing.Point(16, 64)
  230.         Me.Label2.Name = "Label2"
  231.         Me.Label2.Size = New System.Drawing.Size(21, 21)
  232.         Me.Label2.TabIndex = 3
  233.         Me.Label2.Text = "到"
  234.         '
  235.         'Label1
  236.         '
  237.         Me.Label1.AutoSize = True
  238.         Me.Label1.Location = New System.Drawing.Point(16, 32)
  239.         Me.Label1.Name = "Label1"
  240.         Me.Label1.Size = New System.Drawing.Size(21, 21)
  241.         Me.Label1.TabIndex = 2
  242.         Me.Label1.Text = "从"
  243.         '
  244.         'dtEnd
  245.         '
  246.         Me.dtEnd.Location = New System.Drawing.Point(40, 57)
  247.         Me.dtEnd.Name = "dtEnd"
  248.         Me.dtEnd.Size = New System.Drawing.Size(136, 25)
  249.         Me.dtEnd.TabIndex = 1
  250.         '
  251.         'dtStart
  252.         '
  253.         Me.dtStart.Location = New System.Drawing.Point(40, 24)
  254.         Me.dtStart.Name = "dtStart"
  255.         Me.dtStart.Size = New System.Drawing.Size(136, 25)
  256.         Me.dtStart.TabIndex = 0
  257.         '
  258.         'StatusBar1
  259.         '
  260.         Me.StatusBar1.Location = New System.Drawing.Point(0, 439)
  261.         Me.StatusBar1.Name = "StatusBar1"
  262.         Me.StatusBar1.Size = New System.Drawing.Size(701, 22)
  263.         Me.StatusBar1.TabIndex = 12
  264.         '
  265.         'frmCkQuery
  266.         '
  267.         Me.AutoScaleBaseSize = New System.Drawing.Size(8, 18)
  268.         Me.ClientSize = New System.Drawing.Size(701, 461)
  269.         Me.ControlBox = False
  270.         Me.Controls.Add(Me.StatusBar1)
  271.         Me.Controls.Add(Me.yy)
  272.         Me.Controls.Add(Me.dgCk)
  273.         Me.Controls.Add(Me.GroupBox4)
  274.         Me.Controls.Add(Me.GroupBox3)
  275.         Me.Controls.Add(Me.GroupBox2)
  276.         Me.Controls.Add(Me.GroupBox1)
  277.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
  278.         Me.Name = "frmCkQuery"
  279.         Me.Text = "销售查询"
  280.         Me.yy.ResumeLayout(False)
  281.         CType(Me.dgCk, System.ComponentModel.ISupportInitialize).EndInit()
  282.         Me.GroupBox4.ResumeLayout(False)
  283.         Me.GroupBox3.ResumeLayout(False)
  284.         Me.GroupBox2.ResumeLayout(False)
  285.         Me.GroupBox1.ResumeLayout(False)
  286.         Me.ResumeLayout(False)
  287.     End Sub
  288. #End Region
  289.     Private Sub btnQueryTime_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQueryTime.Click
  290.         
  291.         dslocals = lsweb.returndataset("select * from wz_ck where 日期 BETWEEN '" & dtStart.Text & "' and '" & dtEnd.Text & "'", "wz_ck")
  292.         dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  293.     End Sub
  294.     Private Sub btnQueryPym_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQueryPym.Click
  295.         If txtQueryPym.Text = "" Then
  296.             dslocals = lsweb.returndataset("select * from wz_ck", "wz_ck")
  297.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  298.         Else
  299.             dslocals = lsweb.returndataset("select * from wz_ck where 药品编号='" & txtQueryPym.Text.Trim & "'", "wz_ck")
  300.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  301.         End If
  302.     End Sub
  303.     Private Sub btnQueryCustom_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQueryCustom.Click
  304.         If txtCustom.Text = "" Then
  305.             dslocals = lsweb.returndataset("select * from wz_ck", "wz_ck")
  306.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  307.         Else
  308.             dslocals = lsweb.returndataset("select * from wz_ck where 客户编号='" & txtCustom.Text.Trim & "'", "wz_ck")
  309.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  310.         End If
  311.     End Sub
  312.     Private Sub btnQueryProduct_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQueryProduct.Click
  313.         If txtProduct.Text = "" Then
  314.             dslocals = lsweb.returndataset("select * from wz_ck", "wz_ck")
  315.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  316.         Else
  317.             dslocals = lsweb.returndataset("select * from wz_ck where 产地 like '%" & txtProduct.Text.Trim & "%'", "wz_ck")
  318.             dgCk.DataSource = dslocals.Tables("wz_ck").DefaultView
  319.         End If
  320.     End Sub
  321.     
  322.     Private Sub frmCkQuery_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  323.     End Sub
  324.     Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click
  325.     End Sub
  326.     
  327.     Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
  328.         Me.Close()
  329.     End Sub
  330. End Class