0% found this document useful (0 votes)
17 views

Gad

Uploaded by

Arpita Siddhanti
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Gad

Uploaded by

Arpita Siddhanti
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

MIT POLYTECHNIC PUNE


MICRO PROJECT
Academic year: 2021-2022

TITLE OF PROJECT
Travel Management System

Program: Computer Engineering


Program code: CO 4-I
Course: GUI Application
development using VB.NET

Course code: 22034


MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
Certificate
This is to certify that Mr. Sahil Sameer Bhalekar Roll No. 26 of 4th Semesterof
Diploma in COMPUTER ENGENEERING of Institute: MIT Polytechnic Pune
(Code: 1086) has completed the Micro Project satisfactorily in Subject GUI for
the academic year 2021- 22 as prescribed in the curriculum.

Place: Pune Enrollment No: 2001480051

Date: Exam. Seat No: 155085

Subject Teacher Head of the Department Principal

Institute

Seal
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
Certificate
This is to certify that Mr. Shrvan Ravindra Hatte Roll No. 32 of 4th Semester of
Diploma in COMPUTER ENGENEERING of Institute: MIT Polytechnic Pune
(Code: 1086) has completed the Micro Project satisfactorily in Subject GUI for
the academic year 2021- 22 as prescribed in the curriculum.

Place: Pune Enrollment No: 2001480057

Date: Exam. Seat No: 155091

Subject Teacher Head of the Department Principal

Institute

Seal
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
Certificate
This is to certify that Miss.Nayan Vishnu Bhagat Roll No. 39of 4th Semester of
Diploma in COMPUTER ENGENEERING of Institute: MIT Polytechnic Pune
(Code: 1086) has completed the Micro Project satisfactorily in Subject GUI
for the academic year 2021- 22 as prescribed in the curriculum.

Place: Pune Enrollment No: 2001480064

Date: Exam. Seat No: 155098

Subject Teacher Head of the Department Principal

Institute

Seal
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

Student/Group Details (if group is applicable):

Sr. Name of group Roll Enrollment No Seat No


No members/Student No

1 Sahil Bhaleker 26 2001480051 155085


2 Shrvan Hatte 32 2001480057 155091
3 Nayan Bhagat 39 2001480064 155098

Name of Guide: Prof. Nita Dongre


Micro Project Proposal Report
Title of Project

1.0 Brief Description:

1. The Travel Management System is a software application developed

using .net Language. This project is using to book Air ticket, Flight ticket

and Bus tickets. It contains Travel module 1, Payment module, Traveler

and Employee module, Accounting and Report module. This is simple

project coding and very easy to use. SQL Server is used as backend of

this software.

2. This is Travel Management System software, here all details of the

customers are stored, the time of the paticular bus will be shown in the

home page, payment can be done through online using this software and

lot of other features are there in this.

3. This software is error free. Anyone can use this software . you can

download this software by clicking on download below. So use this

software and get more benefit from from this. If have any doubts then

post your doubts below.


2.0 Aim of the Micro project:
1. The main objective of developing & designing this Travel Management
System Project in Vb.Net is to create online website for Travel agency’s.
2. Travel agency is an effective mediator for passengers and travel
Companies. Here Passengers can book seats online with the help of this
VB.Net web application.
3. This project total size is more than 5 MB and providing all features from
scratch level.
4 .This Travel Management System for project reference purpose and make
some modifications to improve their VB.net Coding Knowledge to develop a
unique final year VB.net web application.

3.0 Course outcome

• 1.Use Visiual studio IDE to design application.


• 2.Devlop GUI application using form controls and its event.

• 3.Apply object oriented concepts in GUI application.


• 4.Use data binding in GUI application.
4.0 Action Plan

Sr.NO. Details of activity Planned Start Planned Name of


date Finish responsible
data team member
01/05/22 02/05/22

1 Searching for topic Sahil


Bhaleker

03/05/22 10/05/22
2 Surveying Shrvan
information Hatte
11/05/22 15/05/22

3 Requirement Nayan
analysis Bhagat
16/05/22 18/05/22

4 Finalizing design Sahil


(Layout) Bhaleker

19/05/22 19/05/22

5 Generating Shrvan Hatte


program
&Final
execution
19/05/22
19/04/22
Nayan Bhagat
6 Report generation

20/05/22 20/05/22

7 Final submission
Program code-
//Code on Form1 :

Public Class t2
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
Form1.Show()
End Sub
End Class
//code on Form2 :

Private Sub RadioButton1_CheckedChanged(sender As Object, e As EventArgs) Handles


RadioButton1.CheckedChanged
If (RadioButton1.Checked = True) Then
Panel2.Visible = True
Else
Panel2.Visible = False
End If
End Sub
Private Sub RadioButton2_CheckedChanged(sender As Object, e As EventArgs) Handles
RadioButton2.CheckedChanged
If (RadioButton2.Checked = True) Then
Panel3.Visible = True
Else
Panel3.Visible = False
End If
End Sub
Private Sub RadioButton3_CheckedChanged(sender As Object, e As EventArgs) Handles
RadioButton3.CheckedChanged
If (RadioButton3.Checked = True) Then
Label1.Text = "T can travel thrugh air by plane"
End If
End Sub
Private Sub RadioButton4_CheckedChanged(sender As Object, e As EventArgs) Handles
RadioButton4.CheckedChanged
If (RadioButton4.Checked = True) Then
Label1.Text = "I can travel through air by Helicopter"
End If
End Sub
Private Sub RadioButton5_CheckedChanged(sender As Object, e As EventArgs) Handles
RadioButton5.CheckedChanged
If (RadioButton5.Checked = True) Then
Label1.Text = " I can travel through road by bus"
End If

End Sub
Private Sub RadioButton6_CheckedChanged(sender As Object, e As EventArgs) Handles
RadioButton6.CheckedChanged
If (RadioButton6.Checked = True) Then
Label1.Text = "I can travel through road by railway"
End If
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
t3.Show()
End Sub
End Class
//Code of Form3 :

Public Class t3

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click


Me.Hide()
t4.Show()
End Sub
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles
TextBox1.TextChanged

End Sub
Private Sub TextBox3_TextChanged(sender As Object, e As EventArgs) Handles
TextBox3.TextChanged

If (Len(TextBox3.Text) > 10) Then


MsgBox("Please Enter the valid phone number..")
End If
End Sub
End Class
// Code on Form4 :
Public Class t4

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click


MsgBox("Your ticket is booked sucessfuly")
End Sub
Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs)
Handles ComboBox1.SelectedIndexChanged
End Sub
End Class
Output-
Skilled Developed / Learning Outcomes of Microproject

1.We are able to design a applications using different types of tools .


2.We are able to set different properties.

Thank You..
ANEEXURE II

Evaluation Sheet for the Micro Project

Academic Year: 2021-22 Name of the Faculty: COMPUTER ENGENEERING

Course: GUI Application development using VB.NET Course code: 22034 Semester: 4

Title of the project - Travel Management System

Comments/suggestions about team work /leadership/inter-personal communication (if


any)

……………………………………………………………………………………………………
…………

Marks out of 6 for Marks out of 4for


performance / performance in
Roll No Student Name group activity oral/ presentation Total out of 10
(D5 Col.8) (D5 Col.9)

26 Sahil Bhaleker

32 Shrvan Hatte

39 Nayan Bhagat

(Name of the student) (Name and Signature of faculty)

You might also like