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

医药行业

开发平台:

Visual Basic

  1. Public Class FrmJxcTotal
  2.     Inherits System.Windows.Forms.Form
  3. #Region " Windows 窗体设计器生成的代码 "
  4.     Public Sub New()
  5.         MyBase.New()
  6.         '该调用是 Windows 窗体设计器所必需的。
  7.         InitializeComponent()
  8.         '在 InitializeComponent() 调用之后添加任何初始化
  9.     End Sub
  10.     '窗体重写 dispose 以清理组件列表。
  11.     Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
  12.         If disposing Then
  13.             If Not (components Is Nothing) Then
  14.                 components.Dispose()
  15.             End If
  16.         End If
  17.         MyBase.Dispose(disposing)
  18.     End Sub
  19.     'Windows 窗体设计器所必需的
  20.     Private components As System.ComponentModel.IContainer
  21.     '注意: 以下过程是 Windows 窗体设计器所必需的
  22.     '可以使用 Windows 窗体设计器修改此过程。
  23.     '不要使用代码编辑器修改它。
  24.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  25.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  26.     Friend WithEvents btnQuery As System.Windows.Forms.Button
  27.     Friend WithEvents btnPrint As System.Windows.Forms.Button
  28.     Friend WithEvents Label1 As System.Windows.Forms.Label
  29.     Friend WithEvents Label2 As System.Windows.Forms.Label
  30.     Friend WithEvents txtBeginTime As System.Windows.Forms.DateTimePicker
  31.     Friend WithEvents txtEndTime As System.Windows.Forms.DateTimePicker
  32.     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  33.     Friend WithEvents dgview As System.Windows.Forms.DataGrid
  34.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  35.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  36.         Me.txtEndTime = New System.Windows.Forms.DateTimePicker
  37.         Me.txtBeginTime = New System.Windows.Forms.DateTimePicker
  38.         Me.Label2 = New System.Windows.Forms.Label
  39.         Me.Label1 = New System.Windows.Forms.Label
  40.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  41.         Me.btnPrint = New System.Windows.Forms.Button
  42.         Me.btnQuery = New System.Windows.Forms.Button
  43.         Me.GroupBox3 = New System.Windows.Forms.GroupBox
  44.         Me.dgview = New System.Windows.Forms.DataGrid
  45.         Me.GroupBox1.SuspendLayout()
  46.         Me.GroupBox2.SuspendLayout()
  47.         Me.GroupBox3.SuspendLayout()
  48.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).BeginInit()
  49.         Me.SuspendLayout()
  50.         '
  51.         'GroupBox1
  52.         '
  53.         Me.GroupBox1.Controls.Add(Me.txtEndTime)
  54.         Me.GroupBox1.Controls.Add(Me.txtBeginTime)
  55.         Me.GroupBox1.Controls.Add(Me.Label2)
  56.         Me.GroupBox1.Controls.Add(Me.Label1)
  57.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
  58.         Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
  59.         Me.GroupBox1.Name = "GroupBox1"
  60.         Me.GroupBox1.Size = New System.Drawing.Size(788, 62)
  61.         Me.GroupBox1.TabIndex = 0
  62.         Me.GroupBox1.TabStop = False
  63.         '
  64.         'txtEndTime
  65.         '
  66.         Me.txtEndTime.Location = New System.Drawing.Point(363, 21)
  67.         Me.txtEndTime.Name = "txtEndTime"
  68.         Me.txtEndTime.Size = New System.Drawing.Size(149, 25)
  69.         Me.txtEndTime.TabIndex = 3
  70.         Me.txtEndTime.Value = New Date(2006, 2, 21, 0, 0, 0, 0)
  71.         '
  72.         'txtBeginTime
  73.         '
  74.         Me.txtBeginTime.Location = New System.Drawing.Point(107, 22)
  75.         Me.txtBeginTime.Name = "txtBeginTime"
  76.         Me.txtBeginTime.Size = New System.Drawing.Size(149, 25)
  77.         Me.txtBeginTime.TabIndex = 2
  78.         Me.txtBeginTime.Value = New Date(2006, 2, 21, 0, 0, 0, 0)
  79.         '
  80.         'Label2
  81.         '
  82.         Me.Label2.AutoSize = True
  83.         Me.Label2.Location = New System.Drawing.Point(277, 31)
  84.         Me.Label2.Name = "Label2"
  85.         Me.Label2.Size = New System.Drawing.Size(83, 21)
  86.         Me.Label2.TabIndex = 1
  87.         Me.Label2.Text = "结束日期:"
  88.         '
  89.         'Label1
  90.         '
  91.         Me.Label1.AutoSize = True
  92.         Me.Label1.Location = New System.Drawing.Point(21, 31)
  93.         Me.Label1.Name = "Label1"
  94.         Me.Label1.Size = New System.Drawing.Size(83, 21)
  95.         Me.Label1.TabIndex = 0
  96.         Me.Label1.Text = "开始日期:"
  97.         '
  98.         'GroupBox2
  99.         '
  100.         Me.GroupBox2.Controls.Add(Me.btnPrint)
  101.         Me.GroupBox2.Controls.Add(Me.btnQuery)
  102.         Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Right
  103.         Me.GroupBox2.Location = New System.Drawing.Point(692, 62)
  104.         Me.GroupBox2.Name = "GroupBox2"
  105.         Me.GroupBox2.Size = New System.Drawing.Size(96, 416)
  106.         Me.GroupBox2.TabIndex = 1
  107.         Me.GroupBox2.TabStop = False
  108.         '
  109.         'btnPrint
  110.         '
  111.         Me.btnPrint.Dock = System.Windows.Forms.DockStyle.Top
  112.         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  113.         Me.btnPrint.Location = New System.Drawing.Point(3, 50)
  114.         Me.btnPrint.Name = "btnPrint"
  115.         Me.btnPrint.Size = New System.Drawing.Size(90, 30)
  116.         Me.btnPrint.TabIndex = 1
  117.         Me.btnPrint.Text = "打印"
  118.         '
  119.         'btnQuery
  120.         '
  121.         Me.btnQuery.Dock = System.Windows.Forms.DockStyle.Top
  122.         Me.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  123.         Me.btnQuery.Location = New System.Drawing.Point(3, 21)
  124.         Me.btnQuery.Name = "btnQuery"
  125.         Me.btnQuery.Size = New System.Drawing.Size(90, 29)
  126.         Me.btnQuery.TabIndex = 0
  127.         Me.btnQuery.Text = "统计"
  128.         '
  129.         'GroupBox3
  130.         '
  131.         Me.GroupBox3.Controls.Add(Me.dgview)
  132.         Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
  133.         Me.GroupBox3.Location = New System.Drawing.Point(0, 62)
  134.         Me.GroupBox3.Name = "GroupBox3"
  135.         Me.GroupBox3.Size = New System.Drawing.Size(692, 416)
  136.         Me.GroupBox3.TabIndex = 2
  137.         Me.GroupBox3.TabStop = False
  138.         '
  139.         'dgview
  140.         '
  141.         Me.dgview.DataMember = ""
  142.         Me.dgview.Dock = System.Windows.Forms.DockStyle.Fill
  143.         Me.dgview.HeaderForeColor = System.Drawing.SystemColors.ControlText
  144.         Me.dgview.Location = New System.Drawing.Point(3, 21)
  145.         Me.dgview.Name = "dgview"
  146.         Me.dgview.Size = New System.Drawing.Size(686, 392)
  147.         Me.dgview.TabIndex = 4
  148.         '
  149.         'FrmJxcTotal
  150.         '
  151.         Me.AutoScaleBaseSize = New System.Drawing.Size(8, 18)
  152.         Me.ClientSize = New System.Drawing.Size(788, 478)
  153.         Me.Controls.Add(Me.GroupBox3)
  154.         Me.Controls.Add(Me.GroupBox2)
  155.         Me.Controls.Add(Me.GroupBox1)
  156.         Me.Name = "FrmJxcTotal"
  157.         Me.Text = "进销存综合报表"
  158.         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  159.         Me.GroupBox1.ResumeLayout(False)
  160.         Me.GroupBox2.ResumeLayout(False)
  161.         Me.GroupBox3.ResumeLayout(False)
  162.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).EndInit()
  163.         Me.ResumeLayout(False)
  164.     End Sub
  165. #End Region
  166.     Public lsweb As New jxcmanage
  167.     Private Sub FrmJxcTotal_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  168.         txtBeginTime.Value = Today.ToString
  169.         txtEndTime.Value = Today.ToString
  170.     End Sub
  171.     Private Sub btnQuery_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQuery.Click
  172.         If txtBeginTime.Value > txtEndTime.Value Then
  173.             MessageBox.Show("结束日期不能小于开始日期", "提示", MessageBoxButtons.OK)
  174.         End If
  175.         Dim dslocal As DataSet
  176.         dslocal = lsweb.runSql("exec sp_JxcTotal '" & txtBeginTime.Value & "','" & txtEndTime.Value & "'")
  177.         dgview.DataSource = dslocal.Tables(0).DefaultView
  178.     End Sub
  179. End Class