Changes between Initial Version and Version 1 of Ticket #2, comment 2


Ignore:
Timestamp:
10/21/14 23:25:35 (10 years ago)
Author:
139037

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2, comment 2

    initial v1  
    1717    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    1818       
    19 'TODO: This line of code loads data into the 'Medical_systemDataSet4.tblPatient_Lab' table. You can move, or remove it, as needed.
     19''''TODO: This line of code loads data into the 'Medical_systemDataSet4.tblPatient_Lab' table. You can move, or remove it, as needed.'''
    2020
    2121        Me.TblPatient_LabTableAdapter2.Fill(Me.Medical_systemDataSet4.tblPatient_Lab)
    22         'TODO: This line of code loads data into the
    23 
    24 'Medical_systemDataSet4.tblPatient_Appointment' table. You can move, or remove it, as needed.
     22        ''''TODO: This line of code loads data into the
     23'Medical_systemDataSet4.tblPatient_Appointment' table. You can move, or remove it, as needed.'''
    2524        Me.TblPatient_AppointmentTableAdapter1.Fill(Me.Medical_systemDataSet4.tblPatient_Appointment)
    2625       
    27  'TODO: This line of code loads data into the
    28 'Medical_systemDataSet4.tblPatient_Examination' table. You can move, or remove it, as needed.
     26 ''''TODO: This line of code loads data into the
     27'Medical_systemDataSet4.tblPatient_Examination' table. You can move, or remove it, as needed.'''
    2928        Me.TblPatient_ExaminationTableAdapter1.Fill(Me.Medical_systemDataSet4.tblPatient_Examination)
    3029       
    31 'TODO: This line of code loads data into the 'Medical_systemDataSet3.tblPatient_Lab' table. You can move, or remove it, as needed.
     30''''TODO: This line of code loads data into the 'Medical_systemDataSet3.tblPatient_Lab' table. You can move, or remove it, as needed.'''
    3231
    3332        Me.TblPatient_LabTableAdapter1.Fill(Me.Medical_systemDataSet3.tblPatient_Lab)
    3433       
    35  'TODO: This line of code loads data into the 'Medical_systemDataSet2.tblPatient_Lab' table. You can move, or remove it, as needed.
     34 '''TODO: This line of code loads data into the 'Medical_systemDataSet2.tblPatient_Lab' table. You can move, or remove it, as needed.'''
    3635       
    3736 Me.TblPatient_LabTableAdapter.Fill(Me.Medical_systemDataSet2.tblPatient_Lab)
    3837       
    39  'TODO: This line of code loads data into the 'Medical_systemDataSet2.tblPatient_Examination' table. You can move, or remove it, as needed.
     38''' 'TODO: This line of code loads data into the 'Medical_systemDataSet2.tblPatient_Examination' table. You can move, or remove it, as needed.'''
    4039       
    4140Me.TblPatient_ExaminationTableAdapter.Fill(Me.Medical_systemDataSet2.tblPatient_Examination)
    4241       
    43  'TODO: This line of code loads data into the 'Medical_systemDataSet.tblPatient_Appointment' table. You can move, or remove it, as needed.
     42 ''''TODO: This line of code loads data into the 'Medical_systemDataSet.tblPatient_Appointment' table. You can move, or remove it, as needed'''.
    4443        Me.TblPatient_AppointmentTableAdapter.Fill(Me.Medical_systemDataSet.tblPatient_Appointment)
    4544
    4645       
    47 'TODO: This line of code loads data into the 'Medical_systemDataSet.tblPatient' table. You can move, or remove it, as needed.
     46''''TODO: This line of code loads data into the 'Medical_systemDataSet.tblPatient' table. You can move, or remove it, as needed.'''
    4847       
    4948 Me.TblPatientTableAdapter.Fill(Me.Medical_systemDataSet.tblPatient)
     
    5352        DataGridShow()
    5453
    55   control can display a collection of data in multiple columns and rows. It includes functionality to sort by columns.
     54'''  control can display a collection of data in multiple columns and rows. It includes functionality to sort by columns.'''