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

医药行业

开发平台:

Visual Basic

  1. Public Class frmManageSk
  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 ToolBar1 As System.Windows.Forms.ToolBar
  25.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  26.     Friend WithEvents Label1 As System.Windows.Forms.Label
  27.     Friend WithEvents Label2 As System.Windows.Forms.Label
  28.     Friend WithEvents Label3 As System.Windows.Forms.Label
  29.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  30.     Friend WithEvents Label4 As System.Windows.Forms.Label
  31.     Friend WithEvents Label5 As System.Windows.Forms.Label
  32.     Friend WithEvents Label6 As System.Windows.Forms.Label
  33.     Friend WithEvents Label7 As System.Windows.Forms.Label
  34.     Friend WithEvents Label8 As System.Windows.Forms.Label
  35.     Friend WithEvents Label9 As System.Windows.Forms.Label
  36.     Friend WithEvents Label10 As System.Windows.Forms.Label
  37.     Friend WithEvents Label11 As System.Windows.Forms.Label
  38.     Friend WithEvents Label12 As System.Windows.Forms.Label
  39.     Friend WithEvents Label13 As System.Windows.Forms.Label
  40.     Friend WithEvents Label14 As System.Windows.Forms.Label
  41.     Friend WithEvents txtjs As System.Windows.Forms.TextBox
  42.     Friend WithEvents txtdateSK As System.Windows.Forms.DateTimePicker
  43.     Friend WithEvents txtBillnumber As System.Windows.Forms.TextBox
  44.     Friend WithEvents txtCustName As System.Windows.Forms.TextBox
  45.     Friend WithEvents txtCustNumber As System.Windows.Forms.TextBox
  46.     Friend WithEvents txtMoney As System.Windows.Forms.TextBox
  47.     Friend WithEvents txtYmoney As System.Windows.Forms.TextBox
  48.     Friend WithEvents txtyfmoney As System.Windows.Forms.TextBox
  49.     Friend WithEvents txtshy As System.Windows.Forms.ComboBox
  50.     Friend WithEvents txtczy As System.Windows.Forms.ComboBox
  51.     Friend WithEvents txtyemoney As System.Windows.Forms.TextBox
  52.     Friend WithEvents txtdemo As System.Windows.Forms.TextBox
  53.     Friend WithEvents txtfph As System.Windows.Forms.TextBox
  54.     Friend WithEvents txtzy As System.Windows.Forms.TextBox
  55.     Friend WithEvents btnAdd As System.Windows.Forms.ToolBarButton
  56.     Friend WithEvents btnsave As System.Windows.Forms.ToolBarButton
  57.     Friend WithEvents btnprint As System.Windows.Forms.ToolBarButton
  58.     Friend WithEvents btnexit As System.Windows.Forms.ToolBarButton
  59.     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  60.     Friend WithEvents txtdate As System.Windows.Forms.DateTimePicker
  61.     Friend WithEvents lstview As System.Windows.Forms.ListBox
  62.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  63.     Friend WithEvents dgview As System.Windows.Forms.DataGrid
  64.     Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
  65.     Friend WithEvents ErrorProvider1 As System.Windows.Forms.ErrorProvider
  66.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  67.         Me.components = New System.ComponentModel.Container
  68.         Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmManageSk))
  69.         Me.ToolBar1 = New System.Windows.Forms.ToolBar
  70.         Me.btnAdd = New System.Windows.Forms.ToolBarButton
  71.         Me.btnsave = New System.Windows.Forms.ToolBarButton
  72.         Me.btnprint = New System.Windows.Forms.ToolBarButton
  73.         Me.btnexit = New System.Windows.Forms.ToolBarButton
  74.         Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
  75.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  76.         Me.txtdate = New System.Windows.Forms.DateTimePicker
  77.         Me.lstview = New System.Windows.Forms.ListBox
  78.         Me.GroupBox4 = New System.Windows.Forms.GroupBox
  79.         Me.txtjs = New System.Windows.Forms.TextBox
  80.         Me.txtzy = New System.Windows.Forms.TextBox
  81.         Me.Label14 = New System.Windows.Forms.Label
  82.         Me.txtdemo = New System.Windows.Forms.TextBox
  83.         Me.Label13 = New System.Windows.Forms.Label
  84.         Me.txtshy = New System.Windows.Forms.ComboBox
  85.         Me.Label12 = New System.Windows.Forms.Label
  86.         Me.txtczy = New System.Windows.Forms.ComboBox
  87.         Me.Label11 = New System.Windows.Forms.Label
  88.         Me.txtyemoney = New System.Windows.Forms.TextBox
  89.         Me.Label10 = New System.Windows.Forms.Label
  90.         Me.txtYmoney = New System.Windows.Forms.TextBox
  91.         Me.Label9 = New System.Windows.Forms.Label
  92.         Me.txtyfmoney = New System.Windows.Forms.TextBox
  93.         Me.Label8 = New System.Windows.Forms.Label
  94.         Me.txtMoney = New System.Windows.Forms.TextBox
  95.         Me.Label7 = New System.Windows.Forms.Label
  96.         Me.txtfph = New System.Windows.Forms.TextBox
  97.         Me.Label6 = New System.Windows.Forms.Label
  98.         Me.txtCustName = New System.Windows.Forms.TextBox
  99.         Me.Label5 = New System.Windows.Forms.Label
  100.         Me.txtCustNumber = New System.Windows.Forms.TextBox
  101.         Me.Label4 = New System.Windows.Forms.Label
  102.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  103.         Me.Label3 = New System.Windows.Forms.Label
  104.         Me.txtdateSK = New System.Windows.Forms.DateTimePicker
  105.         Me.Label2 = New System.Windows.Forms.Label
  106.         Me.txtBillnumber = New System.Windows.Forms.TextBox
  107.         Me.Label1 = New System.Windows.Forms.Label
  108.         Me.Panel1 = New System.Windows.Forms.Panel
  109.         Me.dgview = New System.Windows.Forms.DataGrid
  110.         Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider
  111.         Me.GroupBox1.SuspendLayout()
  112.         Me.Panel1.SuspendLayout()
  113.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).BeginInit()
  114.         Me.SuspendLayout()
  115.         '
  116.         'ToolBar1
  117.         '
  118.         Me.ToolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat
  119.         Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnAdd, Me.btnsave, Me.btnprint, Me.btnexit})
  120.         Me.ToolBar1.DropDownArrows = True
  121.         Me.ToolBar1.ImageList = Me.ImageList2
  122.         Me.ToolBar1.Location = New System.Drawing.Point(0, 0)
  123.         Me.ToolBar1.Name = "ToolBar1"
  124.         Me.ToolBar1.ShowToolTips = True
  125.         Me.ToolBar1.Size = New System.Drawing.Size(622, 41)
  126.         Me.ToolBar1.TabIndex = 0
  127.         '
  128.         'btnAdd
  129.         '
  130.         Me.btnAdd.ImageIndex = 7
  131.         Me.btnAdd.Text = "添加"
  132.         '
  133.         'btnsave
  134.         '
  135.         Me.btnsave.ImageIndex = 4
  136.         Me.btnsave.Text = "保存"
  137.         '
  138.         'btnprint
  139.         '
  140.         Me.btnprint.ImageIndex = 12
  141.         Me.btnprint.Text = "打印"
  142.         '
  143.         'btnexit
  144.         '
  145.         Me.btnexit.ImageIndex = 11
  146.         Me.btnexit.Text = "退出"
  147.         '
  148.         'ImageList2
  149.         '
  150.         Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16)
  151.         Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
  152.         Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
  153.         '
  154.         'GroupBox1
  155.         '
  156.         Me.GroupBox1.Controls.Add(Me.txtdate)
  157.         Me.GroupBox1.Controls.Add(Me.lstview)
  158.         Me.GroupBox1.Controls.Add(Me.GroupBox4)
  159.         Me.GroupBox1.Controls.Add(Me.txtjs)
  160.         Me.GroupBox1.Controls.Add(Me.txtzy)
  161.         Me.GroupBox1.Controls.Add(Me.Label14)
  162.         Me.GroupBox1.Controls.Add(Me.txtdemo)
  163.         Me.GroupBox1.Controls.Add(Me.Label13)
  164.         Me.GroupBox1.Controls.Add(Me.txtshy)
  165.         Me.GroupBox1.Controls.Add(Me.Label12)
  166.         Me.GroupBox1.Controls.Add(Me.txtczy)
  167.         Me.GroupBox1.Controls.Add(Me.Label11)
  168.         Me.GroupBox1.Controls.Add(Me.txtyemoney)
  169.         Me.GroupBox1.Controls.Add(Me.Label10)
  170.         Me.GroupBox1.Controls.Add(Me.txtYmoney)
  171.         Me.GroupBox1.Controls.Add(Me.Label9)
  172.         Me.GroupBox1.Controls.Add(Me.txtyfmoney)
  173.         Me.GroupBox1.Controls.Add(Me.Label8)
  174.         Me.GroupBox1.Controls.Add(Me.txtMoney)
  175.         Me.GroupBox1.Controls.Add(Me.Label7)
  176.         Me.GroupBox1.Controls.Add(Me.txtfph)
  177.         Me.GroupBox1.Controls.Add(Me.Label6)
  178.         Me.GroupBox1.Controls.Add(Me.txtCustName)
  179.         Me.GroupBox1.Controls.Add(Me.Label5)
  180.         Me.GroupBox1.Controls.Add(Me.txtCustNumber)
  181.         Me.GroupBox1.Controls.Add(Me.Label4)
  182.         Me.GroupBox1.Controls.Add(Me.GroupBox2)
  183.         Me.GroupBox1.Controls.Add(Me.Label3)
  184.         Me.GroupBox1.Controls.Add(Me.txtdateSK)
  185.         Me.GroupBox1.Controls.Add(Me.Label2)
  186.         Me.GroupBox1.Controls.Add(Me.txtBillnumber)
  187.         Me.GroupBox1.Controls.Add(Me.Label1)
  188.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
  189.         Me.GroupBox1.Location = New System.Drawing.Point(0, 41)
  190.         Me.GroupBox1.Name = "GroupBox1"
  191.         Me.GroupBox1.Size = New System.Drawing.Size(622, 180)
  192.         Me.GroupBox1.TabIndex = 1
  193.         Me.GroupBox1.TabStop = False
  194.         Me.GroupBox1.Text = "收款信息:"
  195.         '
  196.         'txtdate
  197.         '
  198.         Me.txtdate.Location = New System.Drawing.Point(6, 16)
  199.         Me.txtdate.Name = "txtdate"
  200.         Me.txtdate.Size = New System.Drawing.Size(102, 21)
  201.         Me.txtdate.TabIndex = 32
  202.         Me.txtdate.Value = New Date(2006, 2, 20, 0, 0, 0, 0)
  203.         '
  204.         'lstview
  205.         '
  206.         Me.lstview.ItemHeight = 12
  207.         Me.lstview.Location = New System.Drawing.Point(6, 40)
  208.         Me.lstview.Name = "lstview"
  209.         Me.lstview.Size = New System.Drawing.Size(102, 136)
  210.         Me.lstview.TabIndex = 31
  211.         '
  212.         'GroupBox4
  213.         '
  214.         Me.GroupBox4.Location = New System.Drawing.Point(112, 0)
  215.         Me.GroupBox4.Name = "GroupBox4"
  216.         Me.GroupBox4.Size = New System.Drawing.Size(8, 184)
  217.         Me.GroupBox4.TabIndex = 30
  218.         Me.GroupBox4.TabStop = False
  219.         '
  220.         'txtjs
  221.         '
  222.         Me.txtjs.Location = New System.Drawing.Point(180, 24)
  223.         Me.txtjs.Name = "txtjs"
  224.         Me.txtjs.ReadOnly = True
  225.         Me.txtjs.Size = New System.Drawing.Size(90, 21)
  226.         Me.txtjs.TabIndex = 29
  227.         Me.txtjs.Text = ""
  228.         '
  229.         'txtzy
  230.         '
  231.         Me.txtzy.Location = New System.Drawing.Point(462, 152)
  232.         Me.txtzy.Name = "txtzy"
  233.         Me.txtzy.Size = New System.Drawing.Size(150, 21)
  234.         Me.txtzy.TabIndex = 28
  235.         Me.txtzy.Text = ""
  236.         '
  237.         'Label14
  238.         '
  239.         Me.Label14.AutoSize = True
  240.         Me.Label14.Location = New System.Drawing.Point(432, 160)
  241.         Me.Label14.Name = "Label14"
  242.         Me.Label14.Size = New System.Drawing.Size(42, 17)
  243.         Me.Label14.TabIndex = 27
  244.         Me.Label14.Text = "摘要:"
  245.         '
  246.         'txtdemo
  247.         '
  248.         Me.txtdemo.Location = New System.Drawing.Point(462, 120)
  249.         Me.txtdemo.Name = "txtdemo"
  250.         Me.txtdemo.Size = New System.Drawing.Size(150, 21)
  251.         Me.txtdemo.TabIndex = 26
  252.         Me.txtdemo.Text = ""
  253.         '
  254.         'Label13
  255.         '
  256.         Me.Label13.AutoSize = True
  257.         Me.Label13.Location = New System.Drawing.Point(432, 128)
  258.         Me.Label13.Name = "Label13"
  259.         Me.Label13.Size = New System.Drawing.Size(42, 17)
  260.         Me.Label13.TabIndex = 25
  261.         Me.Label13.Text = "备注:"
  262.         '
  263.         'txtshy
  264.         '
  265.         Me.txtshy.Location = New System.Drawing.Point(336, 120)
  266.         Me.txtshy.Name = "txtshy"
  267.         Me.txtshy.Size = New System.Drawing.Size(60, 20)
  268.         Me.txtshy.TabIndex = 24
  269.         '
  270.         'Label12
  271.         '
  272.         Me.Label12.AutoSize = True
  273.         Me.Label12.Location = New System.Drawing.Point(296, 128)
  274.         Me.Label12.Name = "Label12"
  275.         Me.Label12.Size = New System.Drawing.Size(54, 17)
  276.         Me.Label12.TabIndex = 23
  277.         Me.Label12.Text = "审核员:"
  278.         '
  279.         'txtczy
  280.         '
  281.         Me.txtczy.Location = New System.Drawing.Point(180, 120)
  282.         Me.txtczy.Name = "txtczy"
  283.         Me.txtczy.Size = New System.Drawing.Size(88, 20)
  284.         Me.txtczy.TabIndex = 22
  285.         '
  286.         'Label11
  287.         '
  288.         Me.Label11.AutoSize = True
  289.         Me.Label11.Location = New System.Drawing.Point(138, 128)
  290.         Me.Label11.Name = "Label11"
  291.         Me.Label11.Size = New System.Drawing.Size(54, 17)
  292.         Me.Label11.TabIndex = 21
  293.         Me.Label11.Text = "操作员:"
  294.         '
  295.         'txtyemoney
  296.         '
  297.         Me.txtyemoney.Location = New System.Drawing.Point(558, 88)
  298.         Me.txtyemoney.Name = "txtyemoney"
  299.         Me.txtyemoney.ReadOnly = True
  300.         Me.txtyemoney.Size = New System.Drawing.Size(54, 21)
  301.         Me.txtyemoney.TabIndex = 20
  302.         Me.txtyemoney.Text = ""
  303.         '
  304.         'Label10
  305.         '
  306.         Me.Label10.AutoSize = True
  307.         Me.Label10.Location = New System.Drawing.Point(528, 96)
  308.         Me.Label10.Name = "Label10"
  309.         Me.Label10.Size = New System.Drawing.Size(42, 17)
  310.         Me.Label10.TabIndex = 19
  311.         Me.Label10.Text = "余额:"
  312.         '
  313.         'txtYmoney
  314.         '
  315.         Me.txtYmoney.Location = New System.Drawing.Point(336, 88)
  316.         Me.txtYmoney.Name = "txtYmoney"
  317.         Me.txtYmoney.ReadOnly = True
  318.         Me.txtYmoney.Size = New System.Drawing.Size(60, 21)
  319.         Me.txtYmoney.TabIndex = 18
  320.         Me.txtYmoney.Text = ""
  321.         '
  322.         'Label9
  323.         '
  324.         Me.Label9.AutoSize = True
  325.         Me.Label9.Location = New System.Drawing.Point(282, 96)
  326.         Me.Label9.Name = "Label9"
  327.         Me.Label9.Size = New System.Drawing.Size(66, 17)
  328.         Me.Label9.TabIndex = 17
  329.         Me.Label9.Text = "已收金额:"
  330.         '
  331.         'txtyfmoney
  332.         '
  333.         Me.txtyfmoney.Location = New System.Drawing.Point(462, 88)
  334.         Me.txtyfmoney.Name = "txtyfmoney"
  335.         Me.txtyfmoney.ReadOnly = True
  336.         Me.txtyfmoney.Size = New System.Drawing.Size(60, 21)
  337.         Me.txtyfmoney.TabIndex = 16
  338.         Me.txtyfmoney.Text = ""
  339.         '
  340.         'Label8
  341.         '
  342.         Me.Label8.AutoSize = True
  343.         Me.Label8.Location = New System.Drawing.Point(408, 96)
  344.         Me.Label8.Name = "Label8"
  345.         Me.Label8.Size = New System.Drawing.Size(66, 17)
  346.         Me.Label8.TabIndex = 15
  347.         Me.Label8.Text = "应收金额:"
  348.         '
  349.         'txtMoney
  350.         '
  351.         Me.txtMoney.Location = New System.Drawing.Point(180, 88)
  352.         Me.txtMoney.Name = "txtMoney"
  353.         Me.txtMoney.Size = New System.Drawing.Size(88, 21)
  354.         Me.txtMoney.TabIndex = 14
  355.         Me.txtMoney.Text = ""
  356.         '
  357.         'Label7
  358.         '
  359.         Me.Label7.AutoSize = True
  360.         Me.Label7.Location = New System.Drawing.Point(152, 96)
  361.         Me.Label7.Name = "Label7"
  362.         Me.Label7.Size = New System.Drawing.Size(42, 17)
  363.         Me.Label7.TabIndex = 13
  364.         Me.Label7.Text = "金额:"
  365.         '
  366.         'txtfph
  367.         '
  368.         Me.txtfph.Location = New System.Drawing.Point(180, 152)
  369.         Me.txtfph.Name = "txtfph"
  370.         Me.txtfph.Size = New System.Drawing.Size(216, 21)
  371.         Me.txtfph.TabIndex = 12
  372.         Me.txtfph.Text = ""
  373.         '
  374.         'Label6
  375.         '
  376.         Me.Label6.AutoSize = True
  377.         Me.Label6.Location = New System.Drawing.Point(138, 160)
  378.         Me.Label6.Name = "Label6"
  379.         Me.Label6.Size = New System.Drawing.Size(60, 17)
  380.         Me.Label6.TabIndex = 11
  381.         Me.Label6.Text = "发票号: "
  382.         '
  383.         'txtCustName
  384.         '
  385.         Me.txtCustName.Location = New System.Drawing.Point(336, 56)
  386.         Me.txtCustName.Name = "txtCustName"
  387.         Me.txtCustName.ReadOnly = True
  388.         Me.txtCustName.Size = New System.Drawing.Size(276, 21)
  389.         Me.txtCustName.TabIndex = 10
  390.         Me.txtCustName.Text = ""
  391.         '
  392.         'Label5
  393.         '
  394.         Me.Label5.AutoSize = True
  395.         Me.Label5.Location = New System.Drawing.Point(282, 62)
  396.         Me.Label5.Name = "Label5"
  397.         Me.Label5.Size = New System.Drawing.Size(66, 17)
  398.         Me.Label5.TabIndex = 9
  399.         Me.Label5.Text = "客户名称:"
  400.         '
  401.         'txtCustNumber
  402.         '
  403.         Me.txtCustNumber.Location = New System.Drawing.Point(180, 56)
  404.         Me.txtCustNumber.Name = "txtCustNumber"
  405.         Me.txtCustNumber.ReadOnly = True
  406.         Me.txtCustNumber.Size = New System.Drawing.Size(90, 21)
  407.         Me.txtCustNumber.TabIndex = 8
  408.         Me.txtCustNumber.Text = ""
  409.         '
  410.         'Label4
  411.         '
  412.         Me.Label4.AutoSize = True
  413.         Me.Label4.Location = New System.Drawing.Point(128, 62)
  414.         Me.Label4.Name = "Label4"
  415.         Me.Label4.Size = New System.Drawing.Size(66, 17)
  416.         Me.Label4.TabIndex = 7
  417.         Me.Label4.Text = "客户编号:"
  418.         '
  419.         'GroupBox2
  420.         '
  421.         Me.GroupBox2.Location = New System.Drawing.Point(120, 48)
  422.         Me.GroupBox2.Name = "GroupBox2"
  423.         Me.GroupBox2.Size = New System.Drawing.Size(492, 6)
  424.         Me.GroupBox2.TabIndex = 6
  425.         Me.GroupBox2.TabStop = False
  426.         '
  427.         'Label3
  428.         '
  429.         Me.Label3.AutoSize = True
  430.         Me.Label3.Location = New System.Drawing.Point(128, 32)
  431.         Me.Label3.Name = "Label3"
  432.         Me.Label3.Size = New System.Drawing.Size(66, 17)
  433.         Me.Label3.TabIndex = 4
  434.         Me.Label3.Text = "结算方式:"
  435.         '
  436.         'txtdateSK
  437.         '
  438.         Me.txtdateSK.Location = New System.Drawing.Point(336, 24)
  439.         Me.txtdateSK.Name = "txtdateSK"
  440.         Me.txtdateSK.Size = New System.Drawing.Size(102, 21)
  441.         Me.txtdateSK.TabIndex = 3
  442.         Me.txtdateSK.Value = New Date(2006, 4, 15, 0, 0, 0, 0)
  443.         '
  444.         'Label2
  445.         '
  446.         Me.Label2.AutoSize = True
  447.         Me.Label2.Location = New System.Drawing.Point(306, 32)
  448.         Me.Label2.Name = "Label2"
  449.         Me.Label2.Size = New System.Drawing.Size(42, 17)
  450.         Me.Label2.TabIndex = 2
  451.         Me.Label2.Text = "日期:"
  452.         '
  453.         'txtBillnumber
  454.         '
  455.         Me.txtBillnumber.Location = New System.Drawing.Point(486, 24)
  456.         Me.txtBillnumber.Name = "txtBillnumber"
  457.         Me.txtBillnumber.ReadOnly = True
  458.         Me.txtBillnumber.Size = New System.Drawing.Size(126, 21)
  459.         Me.txtBillnumber.TabIndex = 1
  460.         Me.txtBillnumber.Text = ""
  461.         '
  462.         'Label1
  463.         '
  464.         Me.Label1.AutoSize = True
  465.         Me.Label1.Location = New System.Drawing.Point(456, 32)
  466.         Me.Label1.Name = "Label1"
  467.         Me.Label1.Size = New System.Drawing.Size(42, 17)
  468.         Me.Label1.TabIndex = 0
  469.         Me.Label1.Text = "票号:"
  470.         '
  471.         'Panel1
  472.         '
  473.         Me.Panel1.Controls.Add(Me.dgview)
  474.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  475.         Me.Panel1.Location = New System.Drawing.Point(0, 221)
  476.         Me.Panel1.Name = "Panel1"
  477.         Me.Panel1.Size = New System.Drawing.Size(622, 360)
  478.         Me.Panel1.TabIndex = 2
  479.         '
  480.         'dgview
  481.         '
  482.         Me.dgview.DataMember = ""
  483.         Me.dgview.Dock = System.Windows.Forms.DockStyle.Fill
  484.         Me.dgview.HeaderForeColor = System.Drawing.SystemColors.ControlText
  485.         Me.dgview.Location = New System.Drawing.Point(0, 0)
  486.         Me.dgview.Name = "dgview"
  487.         Me.dgview.Size = New System.Drawing.Size(622, 360)
  488.         Me.dgview.TabIndex = 0
  489.         '
  490.         'ErrorProvider1
  491.         '
  492.         Me.ErrorProvider1.ContainerControl = Me
  493.         '
  494.         'frmManageSk
  495.         '
  496.         Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
  497.         Me.ClientSize = New System.Drawing.Size(622, 581)
  498.         Me.Controls.Add(Me.Panel1)
  499.         Me.Controls.Add(Me.GroupBox1)
  500.         Me.Controls.Add(Me.ToolBar1)
  501.         Me.Name = "frmManageSk"
  502.         Me.Text = "frmManageSk"
  503.         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  504.         Me.GroupBox1.ResumeLayout(False)
  505.         Me.Panel1.ResumeLayout(False)
  506.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).EndInit()
  507.         Me.ResumeLayout(False)
  508.     End Sub
  509. #End Region
  510.     Public strquery As String
  511.     Public lsweb As New jxcmanage
  512.     Public dslocal As DataSet = lsweb.returndataset("select 日期,票号,结算方式,客户编号,客户名称,操作员,审核员,金额,应收金额,已收金额,余额,发票号,摘要,备注 from wz_ck_sk", "wz_ck_sk")
  513.    
  514.     Private Sub save()
  515.         lsweb.runSql("update wz_ck_sk set 已收金额=" & CDec(txtYmoney.Text) & ",操作员='" & txtczy.Text & "',审核员='" & txtshy.Text & "',发票号='" & txtfph.Text & "',摘要='" & txtzy.Text & "',备注='" & txtdemo.Text & "' from wz_ck_sk where 票号='" & strquery & "'")
  516.         MessageBox.Show("信息成功保存!", "提示", MessageBoxButtons.OK)
  517.     End Sub
  518.     Private Sub ToolBar1_ButtonClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolBarButtonClickEventArgs) Handles ToolBar1.ButtonClick
  519.         Select Case e.Button.Text
  520.             Case "保存"
  521.                 If txtMoney.Text = "" Then
  522.                     MessageBox.Show("信息不完整,保存失败!", "提示", MessageBoxButtons.OK)
  523.                 Else
  524.                     save()
  525.                     btnAdd.Enabled = True
  526.                     btnsave.Enabled = False
  527.                 End If
  528.             Case "添加"
  529.                 add()
  530.                 btnAdd.Enabled = False
  531.                 btnsave.Enabled = True
  532.             Case "退出"
  533.                 Me.Close()
  534.         End Select
  535.     End Sub
  536.     Private Sub txtMoney_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtMoney.KeyDown
  537.         If e.KeyCode = Keys.Enter Then
  538.             Me.txtczy.Focus()
  539.         End If
  540.     End Sub
  541.     Private Sub txtczy_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtczy.KeyDown
  542.         If e.KeyCode = Keys.Enter Then
  543.             Me.txtshy.Focus()
  544.         End If
  545.     End Sub
  546.     Private Sub txtshy_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtshy.KeyDown
  547.         If e.KeyCode = Keys.Enter Then
  548.             Me.txtdemo.Focus()
  549.         End If
  550.     End Sub
  551.     Private Sub txtdemo_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtdemo.KeyDown
  552.         If e.KeyCode = Keys.Enter Then
  553.             Me.txtFph.Focus()
  554.         End If
  555.     End Sub
  556.     Private Sub txtFph_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtfph.KeyDown
  557.         If e.KeyCode = Keys.Enter Then
  558.             Me.txtzy.Focus()
  559.         End If
  560.     End Sub
  561.     Private Sub txtMoney_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtMoney.Validating
  562.         If Not IsNumeric(txtMoney.Text) Or txtMoney.Text = String.Empty Then
  563.             ErrorProvider1.SetError(txtMoney, "不是数值类型且不能为空。")
  564.             txtMoney.Focus()
  565.         Else
  566.             ErrorProvider1.SetError(txtMoney, "")
  567.         End If
  568.     End Sub
  569.     Private Sub txtczy_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtczy.Validating
  570.         If txtczy.Text = String.Empty Then
  571.             ErrorProvider1.SetError(txtczy, "不能为空。")
  572.             txtczy.Focus()
  573.         Else
  574.             ErrorProvider1.SetError(txtczy, "")
  575.         End If
  576.     End Sub
  577.     Private Sub txtshy_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtshy.Validating
  578.         If txtshy.Text = String.Empty Then
  579.             ErrorProvider1.SetError(txtshy, "不能为空。")
  580.             txtshy.Focus()
  581.         Else
  582.             ErrorProvider1.SetError(txtshy, "")
  583.         End If
  584.     End Sub
  585.     Private Sub txtdate_ValueChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtdate.ValueChanged
  586.         Dim dslocal As New DataSet
  587.         dslocal = lsweb.runSql("select 票号 from wz_ck_sk where 日期='" & txtdate.Value & "'")
  588.         lstview.DataSource = dslocal.Tables(0).DefaultView
  589.         lstview.DisplayMember = "票号"
  590.         lstview.ValueMember = "票号"
  591.     End Sub
  592.     Private Sub lstview_SelectedIndexChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstview.SelectedIndexChanged
  593.         strquery = lstview.SelectedValue.ToString()
  594.         Dim dv As New DataView
  595.         Dim dtQuery As New DataTable
  596.         dtQuery = lsweb.runSql("select 日期,票号,结算方式,客户编号,客户名称,操作员,审核员,金额,应收金额,已收金额,余额,发票号,摘要,备注 from wz_ck_sk where 票号='" & strquery & "'").Tables(0)
  597.         dv = dtQuery.DefaultView
  598.         txtjs.Text = dv(0)("结算方式")
  599.         txtdateSK.Text = dv(0)("日期")
  600.         txtBillnumber.Text = dv(0)("票号")
  601.         txtCustNumber.Text = dv(0)("客户编号")
  602.         txtCustName.Text = dv(0)("客户名称")
  603.         txtfph.Text = dv(0)("发票号")
  604.         txtMoney.Text = dv(0)("金额")
  605.         txtYmoney.Text = dv(0)("已收金额")
  606.         txtyfmoney.Text = dv(0)("应收金额")
  607.         txtyemoney.Text = dv(0)("余额")
  608.         txtczy.Text = dv(0)("操作员")
  609.         txtshy.Text = dv(0)("审核员")
  610.         txtdemo.Text = dv(0)("备注")
  611.         txtzy.Text = dv(0)("摘要")
  612.         dtQuery = lsweb.runSql("select * from wz_ck where 票号='" & strquery & "'").Tables(0)
  613.         dgview.DataSource = dtQuery.DefaultView
  614.     End Sub
  615.     Public Sub add()
  616.         txtMoney.Text() = ""
  617.         txtMoney.Focus()
  618.         
  619.         txtdemo.Text = ""
  620.         txtfph.Text = ""
  621.         txtzy.Text = ""
  622.     End Sub
  623.     Private Sub txtMoney_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtMoney.TextChanged
  624.     End Sub
  625.     Private Sub txtMoney_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtMoney.KeyUp
  626.         txtYmoney.Text = txtMoney.Text
  627.     End Sub
  628.     Private Sub frmManageSk_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  629.         txtdateSK.Value = Today.ToString
  630.         txtdate.Value = Today.ToString
  631.         Dim hwdr As System.Data.SqlClient.SqlDataReader
  632.         hwdr = lsweb.returnDataReader("select 操作员 from wz_mm")
  633.         Do While hwdr.Read()
  634.             txtczy.Items.Add(hwdr("操作员"))
  635.             txtshy.Items.Add(hwdr("操作员"))
  636.         Loop
  637.         btnsave.Enabled = False
  638.     End Sub
  639. End Class