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

医药行业

开发平台:

Visual Basic

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