You are on page 1of 49

MULTIPOINT DATA TRANSMISSION USING

ABSTRACT

This project is entitled as “Secure data transmission” which has developed in Dot
Net as front end SQL server as backend. Computers have become an essential part
of organizational information processing because of the power of technology and
the volume of data to be processed. Through the technology, the manual process,
defects and time consumption can be reduced. That’s in all the area of business,
computer technology are widely been implemented. Hence the inception of
computers had a great role in reducing large tasks to simpler one.

This project used to explain the concept about the data transmission from source to
destination. This project transfers the data as packets. Each data is converted to as
packets. These packets are transmitted to the destination through the network. The
transmission path contains the details about different nodes. These nodes are used
to receive and transmit the packet to the destination and the transmission paths are
based on number of nodes. These nodes are countable and we denote the secure
data transmission to the destination. We select the different paths for transmitting
the data to the destination. When node is failure it will display red mark so packets
are not sending on that node to the destination.
LANGUAGES USED:

Front End: Dot Net

Back End: SQL Server


Modules:

Client:

This module contains client sending message to the server system. The client

system will send the different request to the server system.

Server:

This server module contains the details about the client request and response

request details. Server will send many responses to the different client system

through this project.

Routers:

This router module is place the different node. Each node is used to send the

different data to the client and server. We use the shortest path algorithm for

sending the data through the shortest path.


DFD:

Send data receive data


Client Secure Server
data
transmissi
on

Receive data send data

Level-1

Client
Send data Request
Text

Get the data

Routers Response
text
Transmit data

Receive data

Server
EXISTING SYSTEM:

The existing system is used manual. The user has been maintaining their system manually
is a tedious job. All the process must be done manually. The users are interested to speed up the
Operations and all the operations must be done automatically. Existing system is the manual one
which has the following drawbacks.

DRAW BACKS:
 Waste of time for manual operations.
 Sometimes the operations done manually will prone to unsecured access.
 Unauthenticated accessing.
 Required information cannot be retrieved easily.
 Manual processes will take time.
So the desire for the development of the proposed system had become essential.

PROPOSED SYSTEM

The proposed system is to computerize for maintaining controlling of the pc operations


(client from server). The aim of the proposed system is the overcome the difficulties of the
existing system.

FUNCTIONS OF THE PROPOSED SYSTEM:

The proposed system is to computerize for various purposes and maintained client
process. The latest technology will be used in the proposed system.

Advantages:

The required information can be retrieved easily.


Time will not be wasted in the process.
High speed.
Wastage of manpower is reduced.
Less Time

System specification:
Application specification:
VB.NET
The system is developed using VB.NET, which is very popular Microsoft
product developed by Microsoft Corporation with Ms SQL as backend.
Microsoft’s VB.NET is the quickest and easiest way to create applications.

VB.NET is very popular Microsoft product developed by Microsoft


Corporation. This front-end tool is mainly used for developing both client server
applications and desktop applications. This software works under windows XP
platforms. This is one of the improved languages that are efficient than VB
language. VB.NET includes a variety of open active controls for user interface to
design application form.

The user interface is the part of the program that responds to the key press
and mouse clicks. The action is referred to as events of the form and controls in
the form. The form is a visual object where a set of object controls is placed to
communicate with backend databases and validation checks. VB.NET provides a
vast properties and methods for each control, which helps to utilize all them,
functions for record manipulations.
Each database object can be accessed through data access object of any
type such as record set. This record set contains record collection, which can be
efficiently manipulated using different record set methods such as add new and
edit.

MS-SQL SERVER 2005


MS SQL Server is a powerful database management system and the user can
create application that requires little or no programming. It supports GUI features
and an entire programming language, Visual Studio Application which can be used
to develop richer and more developed application.

There are quite a few reasons, the first being that SQL is a feature rich
program that can handle any database related task you have. You can create places
to store your data build tools that make it easy to read and modify your database
contents, and ask questions of your data. SQL is a relational database, a database
that stores information about related objects. In MS SQL that database means a
collection of tables that hold data. It collectively stores all the other related objects
such as queries, forms and reports that are used to implement function effectively.

The MS SQL database can act as a back end database for .NET as a front
end, MS SQL supports the user with its powerful database management functions.
A beginner can create his/her own database very simply by some mouse clicks.
Another good reason to use SQL as backend tool is that it is a component of the
overwhelmingly popular Microsoft office software suite.
MS SQL however is a relational database, which means that you can define
relationships among the data it contains. Relational database, are superior to flat
file databases because you can store discrete information.

WINDOWS - XP

This operation system was developed by Microsoft Company. Windows XP


supports all the major software and also it is an 32 – bit operating system. It has
many special features over the other operating systems.

By this we means that more than one task can e handled at the same time.
i.e., more than one application can be accessed at the same time. This multitasking
is also supported by the unix and Macintosh operating system. But it is non
primitive. I case on Windows XP it is primitive multitasking. By which we mean
that the operating system will make the application multitasked.

By this we mean that within a application we can have multitasking. This


concept is well supported by Windows XP. Windows XP supports Graphical User
Interface. Eventually this graphical user interface can only be applied on
Windows. This graphical user interface is not supported in any other operating
system.

XP PLATFORM:

XP is a powerful multitasking operating system with high security. It is


user friendly and supports multithreading and lot of tools for developing in any
application. This OS has number of enhancements, including performance
improvement, better hardware support and closer integration with the Internet.
Windows support dynamic linking. This OS has the concept of plug and play.
WEB SERVER:
The Web server accepts the request and sends the HTML to the Client
browser that requests it. Web browser and web server communicate through a
common protocol (HTTP). The examples for web server are IIS (Internet
Information Services), PWS (Personal Web Server).

IIS-APPLICATION SERVER:

IIS is the Internet information server. This project is a web-based


project. It needs an application server to run. IIS is an application server where the
project runs. This application server is chosen because the project is developed in
ASP and both of them are Microsoft products. The performance will be good if the
product is form the same Vendor. IIS is user-friendlier than other application
servers. It is come as free along with Operating System.

Features of Internet Information Server (IIS):


Its software, which makes the connectivity between client and server
communication and this software enable to run the asp pages on the client side
browsers. This software is responsible for routing the request to server and provides
the services to the client.
 High performance network and application server.
 The server includes the Secure Sockets Layer (SSL) encrypted
communication standard for private communication between the
clients and server.
 Active server page allows application with scripts and
components to perform multiple actions.
 With Windows NT service pack. It also acts as a web server.

SYSTEM TESTING AND IMPLEMENTATION

SYSTEM TESTING
It is the process of exercising software with the intent of finding and ultimately
correcting errors. This fundamental philosophy does not change for web applications,
because web based system and applications reside on network and inter-operate with
many different operating systems, browsers, hardware platforms and communication
protocols. Thus searching for errors is significant challenge for web applications.

Testing issues:
 Client GUI should be considered.
 Target environment and platform considerations
 Distributed database considerations
 Distributed processing consideration

TESTING METHODLOGIES

System testing is the state of implementation, which is aimed at ensuring that the
system works accurately and efficiently as expect before live operation, commences. It
certifies that the whole set of programs hang together System testing requires a test plan,
that consists of several key activities and steps for run program, string, system and user
acceptance testing. The implementation of newly design package is important in adopting
a successful new system
Testing is important stage in software development. System test is
implementation should be a confirmation that all is correct and an opportunity to show
the users that the system works as they expected It accounts the largest percentage of
technical effort in software development process.
Testing phase is the development phase that validates the code against the
functional specifications. Testing is a vital to the achievement of the system goals. The
objective of testing is to discover errors. To fulfill this objective a series of test step such
as the unit test, integration test, validation and system test where planned and executed.

Unit testing

The four categories of test that a programmer will typically perform on a


program unit Here each program is tested individually so any error apply unit is
debugged. The sample data are given for the unit testing. The unit test results are
recorded for further references. During unit testing the functions of the program unit
validation and the limitations are tested.

Unit testing is testing changes made in a existing or new program this test is
carried out during the programming and each module is found to be working
satisfactorily. For example in the registration form after entering all the fields we click
the submit button. When submit button is clicked, all the data in form are validated. Only
after validation entries will be added to the database.
Unit testing comprises the set of tests performed by an individual prior to
integration of the unit into large system. The situation is illustrated in as follows

Coding-> Debugging ->Unit testing -> Integration testing

 Functional test
 Performance test
 Stress Test
 Structure test

Functional test involve exercising the code with nominal input values for
which the expected results are known as well as boundary values and special values.

Performance testing determines the amount of execution time spent in


various parts of unit program through put and response time and device utilization by the
program.
A variation of stress testing called sensitivity testing in same situations a
very small range of data contained in a the bounds of valid data may cause extreme and
even erroneous processing or profound performance degradation.

Structured testing is concerned with a exercising the internal logic of a


program and traversing paths. Functional testing, stress testing performance testing are
referred as “black box” testing and structure testing is referred as “white box” testing

Example: the unit testing performed in the registration module. All the data
are correctly passed to the form then stored in the database.

VALIDATION TESTING

Software validation is achieved through a serious of testes that demonstrate


conformity with requirements. Thus the proposed system under consideration has been
tested by validation & found to be working satisfactory.
Example: the age allowed the valid data (age value) only.

OUTPUT TESTING

Asking the user about the format required by them tests the output generated
by the system under consideration .It can be done in two ways, One on screen and other
on printer format. The output format on the screen is found to be correct as the format
designed n system test.
Example: this testing performed on the registration page. The input data are
stored in the correct database. Expected output is displayed on the screen. Register
successfully message displayed on the screen.

SYSTEM TESTING

In the system testing the whole system is tested for interface


between each module and program units are tested and recorded. This
testing is done with sample data. The securities, communication between
interfaces are tested
System testing is actually a series of different tests whose
primary purpose is to fully exercise the computer based system although
each test has a different purpose all work to verify that all system
elements properly integrated and perform allocate function.
It involves two kinds of activities namely
1. Integrated testing
2. Acceptance testing

Integrated testing
Integrated testing is a systematic technique for constructing tests to uncover
errors associated with interface.
Objective is to take unit tested modules and build a program structure that
has been dictated by design

Acceptance testing
Acceptance testing involves planning an execution of a functional test,
performance test and stress test to verify that the implemented system satisfies the
requirement.
The acceptance testing is the final stage of the user the various possibilities
of the data are entered and the results are tested.

Validation testing

Software validation is achieved through a series of test that demonstrates the


conformity and requirements. Thus the proposed system under consideration has to be
tested by validation and found to be working satisfactorily. For example in customer
enters phone number field should contain number otherwise it produces an error message
similarly in all the forms the fields are validated

Testing results

All the tests should be traceable to customer requirements the focus of testing will
shift progressively from programs Exhaustive testing is not possible To be more effective
testing should be which has probability of finding errors

The following are the attributes of good test


1. A good test has a probability of finding a errors
2. A good test should be “best of breeds”
3. A good test to neither simple nor too complex

QUALITY ASSURANCE

Quality assurance consists of the auditing and reporting functions of management.


The goal of quality assurance is to provide management with the data entries necessary to
be informed about the product quality thereby gaining the goal of insight and confidence
that the product quality is meeting

Greater emphasis on quality in organization requires quality assurance. To be an


integral part of the information system development .The development process must
include checks throughout the process to ensure that the final product meets the original
user requirements.

Quality assurance thus becomes an important component of the development process


It’s included in the industry standard (IEEE 1993) On the development
process quality assurance process is integrated into a linear development
cycle through validation and verification performed at crucial system
development steps .The goals of the management is to institute and monitor
a quality assurance program with in the development process

Quality assurance induces

1. Validation of the system against requirements


2. Checks for errors in design documents and in the system itself
3. Quality assurance for usability

Quality assurance Goals:

Correctness: The extent to which the program meets the system specifications and user
objectives
Reliability: The degree to which the system performs its intended functions overtime
Efficiency: The amount of computer resources required by a program to perform
a function
Usability: The effort required learning and operating a system
Maintainability: To use with which program errors are located and corrected
Testability: The effort required a testing a program to ensure its correct
performance
Portability: To ease of transporting a program from hardware configuration to another
Accuracy: The required position in input editing computation and output

GENERIC RISKS:

Risk identification is the systematic attempt to specify threats to the project plan
(estimates the schedule resource overloading etc.). By identifying know and predictable
risk the first step is to avoiding them. When possible and controlling them when
necessary there are two types of risks
 Generic Risk
 Product specific risk

Generic risks are potential threats to every software project. Only those with a
clear understanding of technology can identify product specific risk. The people and the
environment that is specific to the project at a hand and to identify the product specific
risk and the project the plan and the software statement of scope are examined and
answer to the following question is developed.
What special characteristics of this product may threaten the project plan one
method for identifying risk is to create a risk item and checklists. The checklist can be
used for risk identification and focus on some subset to know and predictable risk in the
following sub categories.

 Product risk
 Risk associated with overall size of software to built or modified
 Business imparts
 Risk associated with constraints imposed with management
 Customer characteristics
Risk associated with sophisticated of the customer and developers ability to communicate
with the customer in a timely manner.

Different categories of risks are considered

Project Risks
It identify a potential budgetary, schedule, personnel like staffing, organizing,
resource, customer requirement, problems and their impact on a software project

Technical risks
Technical risks identify potential design implementation interface, verification,
and maintenance problems.

SECURITY TECHNOLOGIES AND POLICIES

Any system developed should be secured & protected against possible hazards.
Security measures are provided to prevent unauthorized access to database at various
levels. Password protection & simple procedures to change the unauthorized access are
provided to the users.

The user will have to enter the user name and password and if it is validated he
can participate in auction. Otherwise if he/she is a new user he should get registered and
then he can place an order

When he/she registered they should provide authentication through jpg files (like
ration card Xerox, voter identity card Xerox). A multi layer security architecture
comprising firewalls filtering routers encryption & digital certification must be assured in
this project in real time that order details are protected from unauthorized access.

SYSTEM IMPLEMENTATION
Implementation is the stage in the project where the theoretical design is turned
into a working system. The most crucial stage is achieving a successful new system and
giving a user confidence in that the new system will work efficiently and effectively in
the implementation stage. The stage consist of

1. Testing a developed program with sample data


2. Detection and correction of error
3. Creating whether the system meets a user requirements
4. Making necessary changes as desired by users.
5. Training user personal

IMPLEMENTATION PROCEDURES

The implementation phase is less creative than system design. A system design
may be dropped at any time prior to implementation, although it becomes more difficult
when it goes to the design phase. The final report of the implementation phase includes
procedural flowcharts, record layouts, and a workable plan for implementing the
candidate system design into a operational design.

USER TRAINING

It is designed to prepare the users for testing & converting the system.
There is several ways to trail the users they are:

1) User manual
2) Help screens
3) Training demonstrations.
1) User manual:
The summary of important functions about the system & software can be
provided as a document to the user. User training is designed to prepare the user for
testing and convening a system

The summary of important functions about the system and the software can be provided
as a document to the user
1. Open http page
2. Type the file name with URL index .asp in the address bar
3. Index. ASP is opened existing user the type the username and
password
4. Click the submit button

2) Help screens:

This features now available in every software package, especially when it


is used with a menu. The user selects the “Help” option from the menu. The System
success the necessary description or information for user reference.

3) Training demonstration:

Another user training element is a training demonstration. Live demonstration with


personal contact is extremely effective for training users.

SYSTEM MAINTENANCE
Maintenance is actually implementation of the review plan as
important as it is programmers and analyst is to perform or identify with him or herself
with the maintenance. There are psychologically personality, and professional reasons for
this. Analyst and programmers spend fair more time maintaining programmer then they do
writing them Maintenances account for 50-80% of total system development. Maintenance
is expensive .One way to reduce the maintenance costs are through maintenance mgt and
software modification audits Types of maintenance are
1. Perfective maintenance
2. Preventive maintenance
Perfective maintenance:
Changes made to the system to add features or to improve the performance. In future any
more features can be added in “AUCTION WAREHOUSE.COM” and it can easily adopt
the changes.

Preventive maintenance:
Changes made to the system to avoid future problems. Any changes can be
made in the future and our project can adopt the changes.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace SERVER
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new SERVER());
}
}
}
namespace SERVER
{
partial class SERVER
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be
disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// panel2
//
this.panel2.BackgroundImage =
global::SERVER.Properties.Resources.background;
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel3);
this.panel2.Location = new System.Drawing.Point(0, 120);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(967, 400);
this.panel2.TabIndex = 1;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Transparent;
this.panel4.BackgroundImage =
global::SERVER.Properties.Resources.router_bg;
this.panel4.Location = new System.Drawing.Point(551, 16);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(404, 360);
this.panel4.TabIndex = 3;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.BackgroundImage =
global::SERVER.Properties.Resources.login_bg;
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.pictureBox6);
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Controls.Add(this.textBox1);
this.panel3.Controls.Add(this.label1);
this.panel3.Location = new System.Drawing.Point(12, 16);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(517, 360);
this.panel3.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(30, 307);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(143, 20);
this.label3.TabIndex = 10;
this.label3.Text = "Select File to Send";
this.label3.Visible = false;
//
// pictureBox6
//
this.pictureBox6.Image =
global::SERVER.Properties.Resources.sending;
this.pictureBox6.Location = new System.Drawing.Point(210, 261);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(91, 40);
this.pictureBox6.TabIndex = 23;
this.pictureBox6.TabStop = false;
this.pictureBox6.Visible = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(22, 97);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(458, 115);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Browse File";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Transparent;
this.button2.BackgroundImage =
global::SERVER.Properties.Resources.bg;
this.button2.Location = new System.Drawing.Point(157, 66);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 9;
this.button2.Text = "SEND";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new
System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImage =
global::SERVER.Properties.Resources.bg;
this.button1.Location = new System.Drawing.Point(327, 25);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 25);
this.button1.TabIndex = 8;
this.button1.Text = "Browse";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new
System.EventHandler(this.button1_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(157, 25);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(164, 23);
this.textBox2.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(143, 20);
this.label2.TabIndex = 6;
this.label2.Text = "Select File to Send";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(181, 43);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(299, 20);
this.textBox1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(30, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(130, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Enter IP Address";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("Times New Roman",
15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.label22.Location = new System.Drawing.Point(322, 36);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(321, 24);
this.label22.TabIndex = 3;
this.label22.Text = "SECURE DATA TRANSMISSION";
//
// SERVER
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Maroon;
this.ClientSize = new System.Drawing.Size(967, 520);
this.Controls.Add(this.label22);
this.Controls.Add(this.panel2);
this.ForeColor = System.Drawing.Color.White;
this.Name = "SERVER";
this.Text = "SERVER";
this.Load += new System.EventHandler(this.SERVER_Load);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();

#endregion

private System.Windows.Forms.Panel panel2;


private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label22;
}
}

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace ROUTER
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
namespace ROUTER
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be
disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.pictureBox39 = new System.Windows.Forms.PictureBox();
this.pictureBox40 = new System.Windows.Forms.PictureBox();
this.pictureBox37 = new System.Windows.Forms.PictureBox();
this.pictureBox38 = new System.Windows.Forms.PictureBox();
this.pictureBox35 = new System.Windows.Forms.PictureBox();
this.pictureBox36 = new System.Windows.Forms.PictureBox();
this.pictureBox34 = new System.Windows.Forms.PictureBox();
this.pictureBox33 = new System.Windows.Forms.PictureBox();
this.label14 = new System.Windows.Forms.Label();
this.pictureBox29 = new System.Windows.Forms.PictureBox();
this.pictureBox27 = new System.Windows.Forms.PictureBox();
this.pictureBox28 = new System.Windows.Forms.PictureBox();
this.pictureBox25 = new System.Windows.Forms.PictureBox();
this.pictureBox26 = new System.Windows.Forms.PictureBox();
this.pictureBox24 = new System.Windows.Forms.PictureBox();
this.pictureBox23 = new System.Windows.Forms.PictureBox();
this.pictureBox19 = new System.Windows.Forms.PictureBox();
this.pictureBox18 = new System.Windows.Forms.PictureBox();
this.pictureBox17 = new System.Windows.Forms.PictureBox();
this.pictureBox16 = new System.Windows.Forms.PictureBox();
this.pictureBox15 = new System.Windows.Forms.PictureBox();
this.pictureBox14 = new System.Windows.Forms.PictureBox();
this.pictureBox13 = new System.Windows.Forms.PictureBox();
this.pictureBox12 = new System.Windows.Forms.PictureBox();
this.pictureBox11 = new System.Windows.Forms.PictureBox();
this.pictureBox10 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox70 = new System.Windows.Forms.PictureBox();
this.pictureBox69 = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label13 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.backgroundWorker1 = new
System.ComponentModel.BackgroundWorker();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.pictureBox30 = new System.Windows.Forms.PictureBox();
this.pictureBox31 = new System.Windows.Forms.PictureBox();
this.pictureBox32 = new System.Windows.Forms.PictureBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.pictureBox22 = new System.Windows.Forms.PictureBox();
this.pictureBox21 = new System.Windows.Forms.PictureBox();
this.pictureBox20 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox39)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox40)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox35)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox34)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox29)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox28)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox25)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox24)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox70)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox69)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox30)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.label20);
this.groupBox1.Controls.Add(this.label19);
this.groupBox1.Controls.Add(this.label18);
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.pictureBox39);
this.groupBox1.Controls.Add(this.pictureBox40);
this.groupBox1.Controls.Add(this.pictureBox37);
this.groupBox1.Controls.Add(this.pictureBox38);
this.groupBox1.Controls.Add(this.pictureBox35);
this.groupBox1.Controls.Add(this.pictureBox36);
this.groupBox1.Controls.Add(this.pictureBox34);
this.groupBox1.Controls.Add(this.pictureBox33);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.pictureBox29);
this.groupBox1.Controls.Add(this.pictureBox27);
this.groupBox1.Controls.Add(this.pictureBox28);
this.groupBox1.Controls.Add(this.pictureBox25);
this.groupBox1.Controls.Add(this.pictureBox26);
this.groupBox1.Controls.Add(this.pictureBox24);
this.groupBox1.Controls.Add(this.pictureBox23);
this.groupBox1.Controls.Add(this.pictureBox19);
this.groupBox1.Controls.Add(this.pictureBox18);
this.groupBox1.Controls.Add(this.pictureBox17);
this.groupBox1.Controls.Add(this.pictureBox16);
this.groupBox1.Controls.Add(this.pictureBox15);
this.groupBox1.Controls.Add(this.pictureBox14);
this.groupBox1.Controls.Add(this.pictureBox13);
this.groupBox1.Controls.Add(this.pictureBox12);
this.groupBox1.Controls.Add(this.pictureBox11);
this.groupBox1.Controls.Add(this.pictureBox10);
this.groupBox1.Controls.Add(this.pictureBox9);
this.groupBox1.Controls.Add(this.pictureBox8);
this.groupBox1.Controls.Add(this.pictureBox7);
this.groupBox1.Controls.Add(this.pictureBox6);
this.groupBox1.Controls.Add(this.pictureBox5);
this.groupBox1.Controls.Add(this.pictureBox4);
this.groupBox1.Controls.Add(this.pictureBox3);
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.Color.Yellow;
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(798, 501);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Routing Network";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.ForeColor = System.Drawing.Color.Maroon;
this.label20.Location = new System.Drawing.Point(293, 276);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(81, 20);
this.label20.TabIndex = 37;
this.label20.Text = "Sink Hole ";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.ForeColor = System.Drawing.Color.Maroon;
this.label19.Location = new System.Drawing.Point(687, 476);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(101, 20);
this.label19.TabIndex = 36;
this.label19.Text = "Base Station";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.ForeColor = System.Drawing.Color.Maroon;
this.label18.Location = new System.Drawing.Point(699, 301);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(90, 20);
this.label18.TabIndex = 35;
this.label18.Text = "Destination";
this.label18.Visible = false;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.ForeColor = System.Drawing.Color.Maroon;
this.label17.Location = new System.Drawing.Point(566, 476);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(90, 20);
this.label17.TabIndex = 8;
this.label17.Text = "Destination";
this.label17.Visible = false;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Microsoft Sans
Serif", 15F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label16.Location = new System.Drawing.Point(592, 56);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(197, 25);
this.label16.TabIndex = 34;
this.label16.Text = "UnTrusted Network";
this.label16.Visible = false;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Microsoft Sans
Serif", 15F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label15.Location = new System.Drawing.Point(592, 82);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(211, 25);
this.label15.TabIndex = 33;
this.label15.Text = "packet dropping ! ! ! ";
this.label15.Visible = false;
this.label15.Click += new
System.EventHandler(this.label15_Click);
//
// pictureBox39
//
this.pictureBox39.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox39.Location = new System.Drawing.Point(511, 508);
this.pictureBox39.Name = "pictureBox39";
this.pictureBox39.Size = new System.Drawing.Size(41, 32);
this.pictureBox39.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox39.TabIndex = 32;
this.pictureBox39.TabStop = false;
//
// pictureBox40
//
this.pictureBox40.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox40.Location = new System.Drawing.Point(511, 461);
this.pictureBox40.Name = "pictureBox40";
this.pictureBox40.Size = new System.Drawing.Size(41, 32);
this.pictureBox40.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox40.TabIndex = 31;
this.pictureBox40.TabStop = false;
this.pictureBox40.Visible = false;
//
// pictureBox37
//
this.pictureBox37.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox37.Location = new System.Drawing.Point(511, 415);
this.pictureBox37.Name = "pictureBox37";
this.pictureBox37.Size = new System.Drawing.Size(41, 32);
this.pictureBox37.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox37.TabIndex = 30;
this.pictureBox37.TabStop = false;
this.pictureBox37.Visible = false;
//
// pictureBox38
//
this.pictureBox38.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox38.Location = new System.Drawing.Point(511, 368);
this.pictureBox38.Name = "pictureBox38";
this.pictureBox38.Size = new System.Drawing.Size(41, 32);
this.pictureBox38.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox38.TabIndex = 29;
this.pictureBox38.TabStop = false;
this.pictureBox38.Visible = false;
//
// pictureBox35
//
this.pictureBox35.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox35.Location = new System.Drawing.Point(511, 325);
this.pictureBox35.Name = "pictureBox35";
this.pictureBox35.Size = new System.Drawing.Size(41, 32);
this.pictureBox35.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox35.TabIndex = 28;
this.pictureBox35.TabStop = false;
this.pictureBox35.Visible = false;
//
// pictureBox36
//
this.pictureBox36.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox36.Location = new System.Drawing.Point(511, 278);
this.pictureBox36.Name = "pictureBox36";
this.pictureBox36.Size = new System.Drawing.Size(41, 32);
this.pictureBox36.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox36.TabIndex = 27;
this.pictureBox36.TabStop = false;
this.pictureBox36.Visible = false;
//
// pictureBox34
//
this.pictureBox34.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox34.Location = new System.Drawing.Point(511, 229);
this.pictureBox34.Name = "pictureBox34";
this.pictureBox34.Size = new System.Drawing.Size(41, 32);
this.pictureBox34.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox34.TabIndex = 26;
this.pictureBox34.TabStop = false;
this.pictureBox34.Visible = false;
//
// pictureBox33
//
this.pictureBox33.Image =
global::ROUTER.Properties.Resources.packet_drop;
this.pictureBox33.Location = new System.Drawing.Point(511, 182);
this.pictureBox33.Name = "pictureBox33";
this.pictureBox33.Size = new System.Drawing.Size(41, 32);
this.pictureBox33.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox33.TabIndex = 25;
this.pictureBox33.TabStop = false;
this.pictureBox33.Visible = false;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans
Serif", 15F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label14.Location = new System.Drawing.Point(458, 22);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(355, 25);
this.label14.TabIndex = 8;
this.label14.Text = "Trust Aware Routing to send the file";
this.label14.Visible = false;
//
// pictureBox29
//
this.pictureBox29.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox29.Location = new System.Drawing.Point(372, 278);
this.pictureBox29.Name = "pictureBox29";
this.pictureBox29.Size = new System.Drawing.Size(22, 10);
this.pictureBox29.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox29.TabIndex = 24;
this.pictureBox29.TabStop = false;
this.pictureBox29.Visible = false;
//
// pictureBox27
//
this.pictureBox27.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox27.Location = new System.Drawing.Point(413, 311);
this.pictureBox27.Name = "pictureBox27";
this.pictureBox27.Size = new System.Drawing.Size(22, 10);
this.pictureBox27.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox27.TabIndex = 23;
this.pictureBox27.TabStop = false;
this.pictureBox27.Visible = false;
//
// pictureBox28
//
this.pictureBox28.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox28.Location = new System.Drawing.Point(462, 336);
this.pictureBox28.Name = "pictureBox28";
this.pictureBox28.Size = new System.Drawing.Size(22, 10);
this.pictureBox28.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox28.TabIndex = 22;
this.pictureBox28.TabStop = false;
this.pictureBox28.Visible = false;
//
// pictureBox25
//
this.pictureBox25.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox25.Location = new System.Drawing.Point(511, 364);
this.pictureBox25.Name = "pictureBox25";
this.pictureBox25.Size = new System.Drawing.Size(22, 10);
this.pictureBox25.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox25.TabIndex = 21;
this.pictureBox25.TabStop = false;
this.pictureBox25.Visible = false;
//
// pictureBox26
//
this.pictureBox26.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox26.Location = new System.Drawing.Point(566, 388);
this.pictureBox26.Name = "pictureBox26";
this.pictureBox26.Size = new System.Drawing.Size(22, 10);
this.pictureBox26.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox26.TabIndex = 20;
this.pictureBox26.TabStop = false;
this.pictureBox26.Visible = false;
//
// pictureBox24
//
this.pictureBox24.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox24.Location = new System.Drawing.Point(617, 412);
this.pictureBox24.Name = "pictureBox24";
this.pictureBox24.Size = new System.Drawing.Size(22, 10);
this.pictureBox24.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox24.TabIndex = 19;
this.pictureBox24.TabStop = false;
this.pictureBox24.Visible = false;
//
// pictureBox23
//
this.pictureBox23.Image =
global::ROUTER.Properties.Resources.greenline;
this.pictureBox23.Location = new System.Drawing.Point(663, 434);
this.pictureBox23.Name = "pictureBox23";
this.pictureBox23.Size = new System.Drawing.Size(22, 10);
this.pictureBox23.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox23.TabIndex = 18;
this.pictureBox23.TabStop = false;
this.pictureBox23.Visible = false;
//
// pictureBox19
//
this.pictureBox19.Image =
global::ROUTER.Properties.Resources.blue_bs;
this.pictureBox19.Location = new System.Drawing.Point(691, 388);
this.pictureBox19.Name = "pictureBox19";
this.pictureBox19.Size = new System.Drawing.Size(86, 84);
this.pictureBox19.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox19.TabIndex = 17;
this.pictureBox19.TabStop = false;
this.pictureBox19.Click += new
System.EventHandler(this.pictureBox19_Click);
//
// pictureBox18
//
this.pictureBox18.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox18.Location = new System.Drawing.Point(658, 280);
this.pictureBox18.Name = "pictureBox18";
this.pictureBox18.Size = new System.Drawing.Size(40, 39);
this.pictureBox18.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox18.TabIndex = 16;
this.pictureBox18.TabStop = false;
//
// pictureBox17
//
this.pictureBox17.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox17.Location = new System.Drawing.Point(587, 197);
this.pictureBox17.Name = "pictureBox17";
this.pictureBox17.Size = new System.Drawing.Size(40, 39);
this.pictureBox17.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox17.TabIndex = 15;
this.pictureBox17.TabStop = false;
//
// pictureBox16
//
this.pictureBox16.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox16.Location = new System.Drawing.Point(566, 434);
this.pictureBox16.Name = "pictureBox16";
this.pictureBox16.Size = new System.Drawing.Size(40, 39);
this.pictureBox16.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox16.TabIndex = 14;
this.pictureBox16.TabStop = false;
//
// pictureBox15
//
this.pictureBox15.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox15.Location = new System.Drawing.Point(456, 434);
this.pictureBox15.Name = "pictureBox15";
this.pictureBox15.Size = new System.Drawing.Size(40, 39);
this.pictureBox15.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox15.TabIndex = 13;
this.pictureBox15.TabStop = false;
//
// pictureBox14
//
this.pictureBox14.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox14.Location = new System.Drawing.Point(343, 424);
this.pictureBox14.Name = "pictureBox14";
this.pictureBox14.Size = new System.Drawing.Size(40, 39);
this.pictureBox14.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox14.TabIndex = 12;
this.pictureBox14.TabStop = false;
//
// pictureBox13
//
this.pictureBox13.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox13.Location = new System.Drawing.Point(112, 197);
this.pictureBox13.Name = "pictureBox13";
this.pictureBox13.Size = new System.Drawing.Size(40, 39);
this.pictureBox13.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox13.TabIndex = 11;
this.pictureBox13.TabStop = false;
//
// pictureBox12
//
this.pictureBox12.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox12.Location = new System.Drawing.Point(171, 361);
this.pictureBox12.Name = "pictureBox12";
this.pictureBox12.Size = new System.Drawing.Size(40, 39);
this.pictureBox12.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox12.TabIndex = 11;
this.pictureBox12.TabStop = false;
this.pictureBox12.Click += new
System.EventHandler(this.pictureBox12_Click);
//
// pictureBox11
//
this.pictureBox11.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox11.Location = new System.Drawing.Point(160, 101);
this.pictureBox11.Name = "pictureBox11";
this.pictureBox11.Size = new System.Drawing.Size(40, 39);
this.pictureBox11.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox11.TabIndex = 10;
this.pictureBox11.TabStop = false;
//
// pictureBox10
//
this.pictureBox10.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox10.Location = new System.Drawing.Point(267, 41);
this.pictureBox10.Name = "pictureBox10";
this.pictureBox10.Size = new System.Drawing.Size(40, 39);
this.pictureBox10.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox10.TabIndex = 9;
this.pictureBox10.TabStop = false;
//
// pictureBox9
//
this.pictureBox9.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox9.Location = new System.Drawing.Point(399, 42);
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(40, 39);
this.pictureBox9.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox9.TabIndex = 8;
this.pictureBox9.TabStop = false;
//
// pictureBox8
//
this.pictureBox8.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox8.Location = new System.Drawing.Point(493, 123);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(40, 39);
this.pictureBox8.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox8.TabIndex = 7;
this.pictureBox8.TabStop = false;
//
// pictureBox7
//
this.pictureBox7.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox7.Location = new System.Drawing.Point(389, 155);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(40, 39);
this.pictureBox7.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox7.TabIndex = 6;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox6.Location = new System.Drawing.Point(304, 137);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(40, 39);
this.pictureBox6.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox6.TabIndex = 5;
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox5.Location = new System.Drawing.Point(234, 197);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(40, 39);
this.pictureBox5.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 4;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox4.Location = new System.Drawing.Point(249, 280);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(40, 39);
this.pictureBox4.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox4.TabIndex = 3;
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox3.Location = new System.Drawing.Point(343, 317);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(40, 39);
this.pictureBox3.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 2;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image =
global::ROUTER.Properties.Resources.black_node;
this.pictureBox2.Location = new System.Drawing.Point(423, 249);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(40, 39);
this.pictureBox2.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image =
global::ROUTER.Properties.Resources.blue_node;
this.pictureBox1.Location = new System.Drawing.Point(320, 217);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(54, 56);
this.pictureBox1.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// pictureBox70
//
this.pictureBox70.BackColor = System.Drawing.Color.Transparent;
this.pictureBox70.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox70.Enabled = false;
this.pictureBox70.Image =
global::ROUTER.Properties.Resources.sp1;
this.pictureBox70.Location = new System.Drawing.Point(1059, 262);
this.pictureBox70.Name = "pictureBox70";
this.pictureBox70.Size = new System.Drawing.Size(107, 40);
this.pictureBox70.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox70.TabIndex = 27;
this.pictureBox70.TabStop = false;
this.pictureBox70.Click += new
System.EventHandler(this.pictureBox70_Click_1);
//
// pictureBox69
//
this.pictureBox69.BackColor = System.Drawing.Color.Transparent;
this.pictureBox69.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox69.Enabled = false;
this.pictureBox69.Image =
global::ROUTER.Properties.Resources.st1;
this.pictureBox69.Location = new System.Drawing.Point(914, 263);
this.pictureBox69.Name = "pictureBox69";
this.pictureBox69.Size = new System.Drawing.Size(121, 41);
this.pictureBox69.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox69.TabIndex = 26;
this.pictureBox69.TabStop = false;
this.pictureBox69.Visible = false;
this.pictureBox69.Click += new
System.EventHandler(this.pictureBox69_Click);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.textBox1);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.ForeColor =
System.Drawing.SystemColors.ControlLightLight;
this.groupBox2.Location = new System.Drawing.Point(816, 14);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(350, 93);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "get ip address";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(2, 63);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(199, 23);
this.textBox1.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(8, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(130, 20);
this.label1.TabIndex = 2;
this.label1.Text = "Enter IP Address";
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))),
((int)(((byte)(0)))));
this.groupBox3.Location = new System.Drawing.Point(816, 113);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(350, 147);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Services";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(66, 61);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(185, 20);
this.label13.TabIndex = 7;
this.label13.Text = "reply msg to base station";
this.label13.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans
Serif", 11.25F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(-4, 96);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(329, 18);
this.label7.TabIndex = 6;
this.label7.Text = "Base Station send message to all affected
nodes";
this.label7.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(61, 59);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(182, 20);
this.label6.TabIndex = 5;
this.label6.Text = " Suspected Node locked";
this.label6.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(66, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(211, 20);
this.label2.TabIndex = 4;
this.label2.Text = "Identify the Suspected Node";
this.label2.Visible = false;
//
// backgroundWorker1
//
this.backgroundWorker1.DoWork += new
System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.Transparent;
this.groupBox4.Controls.Add(this.pictureBox30);
this.groupBox4.Controls.Add(this.pictureBox31);
this.groupBox4.Controls.Add(this.pictureBox32);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.pictureBox22);
this.groupBox4.Controls.Add(this.pictureBox21);
this.groupBox4.Controls.Add(this.pictureBox20);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans
Serif", 12F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.ForeColor = System.Drawing.Color.Maroon;
this.groupBox4.Location = new System.Drawing.Point(837, 400);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(350, 93);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "hint";
//
// pictureBox30
//
this.pictureBox30.Image =
global::ROUTER.Properties.Resources.green_node;
this.pictureBox30.Location = new System.Drawing.Point(205, 74);
this.pictureBox30.Name = "pictureBox30";
this.pictureBox30.Size = new System.Drawing.Size(15, 15);
this.pictureBox30.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox30.TabIndex = 27;
this.pictureBox30.TabStop = false;
//
// pictureBox31
//
this.pictureBox31.Image =
global::ROUTER.Properties.Resources.lightbluenode;
this.pictureBox31.Location = new System.Drawing.Point(205, 47);
this.pictureBox31.Name = "pictureBox31";
this.pictureBox31.Size = new System.Drawing.Size(15, 14);
this.pictureBox31.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox31.TabIndex = 26;
this.pictureBox31.TabStop = false;
//
// pictureBox32
//
this.pictureBox32.Image =
global::ROUTER.Properties.Resources.yellow_node;
this.pictureBox32.Location = new System.Drawing.Point(205, 20);
this.pictureBox32.Name = "pictureBox32";
this.pictureBox32.Size = new System.Drawing.Size(15, 14);
this.pictureBox32.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox32.TabIndex = 25;
this.pictureBox32.TabStop = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(233, 76);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 13);
this.label8.TabIndex = 24;
this.label8.Text = "normal node";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(232, 43);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(120, 26);
this.label9.TabIndex = 23;
this.label9.Text = "reply msg to basestation\r\nnode";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(234, 20);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(115, 13);
this.label10.TabIndex = 22;
this.label10.Text = "message passing node";
//
// pictureBox22
//
this.pictureBox22.Image =
global::ROUTER.Properties.Resources.green_node;
this.pictureBox22.Location = new System.Drawing.Point(30, 73);
this.pictureBox22.Name = "pictureBox22";
this.pictureBox22.Size = new System.Drawing.Size(15, 15);
this.pictureBox22.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox22.TabIndex = 21;
this.pictureBox22.TabStop = false;
//
// pictureBox21
//
this.pictureBox21.Image =
global::ROUTER.Properties.Resources.red_node;
this.pictureBox21.Location = new System.Drawing.Point(30, 46);
this.pictureBox21.Name = "pictureBox21";
this.pictureBox21.Size = new System.Drawing.Size(15, 14);
this.pictureBox21.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox21.TabIndex = 20;
this.pictureBox21.TabStop = false;
//
// pictureBox20
//
this.pictureBox20.Image =
global::ROUTER.Properties.Resources.blue_node;
this.pictureBox20.Location = new System.Drawing.Point(30, 19);
this.pictureBox20.Name = "pictureBox20";
this.pictureBox20.Size = new System.Drawing.Size(15, 14);
this.pictureBox20.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox20.TabIndex = 19;
this.pictureBox20.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(67, 75);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 13);
this.label5.TabIndex = 4;
this.label5.Text = "normal node";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(67, 47);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Suspected node";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(67, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Sinkhole node";
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.Transparent;
this.groupBox5.Controls.Add(this.label11);
this.groupBox5.Controls.Add(this.label12);
this.groupBox5.Font = new System.Drawing.Font("Microsoft Sans
Serif", 14.25F, System.Drawing.FontStyle.Italic,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox5.ForeColor = System.Drawing.Color.Navy;
this.groupBox5.Location = new System.Drawing.Point(837, 291);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(350, 77);
this.groupBox5.TabIndex = 22;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Level";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.ForeColor = System.Drawing.Color.SeaGreen;
this.label11.Location = new System.Drawing.Point(154, 35);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(181, 17);
this.label11.TabIndex = 8;
this.label11.Text = "_______ (milli seconds)";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans
Serif", 8F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))),
((int)(((byte)(64)))));
this.label12.Location = new System.Drawing.Point(9, 42);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(135, 13);
this.label12.TabIndex = 7;
this.label12.Text = "Energey Level (calculation)";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage =
global::ROUTER.Properties.Resources.Routerr_bg;
this.ClientSize = new System.Drawing.Size(1028, 525);
this.Controls.Add(this.pictureBox69);
this.Controls.Add(this.pictureBox70);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "ROUTER";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox39)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox40)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox35)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox34)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox29)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox28)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox25)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox24)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox70)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox69)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox30)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);

#endregion

private System.Windows.Forms.GroupBox groupBox1;


private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox13;
private System.Windows.Forms.PictureBox pictureBox12;
private System.Windows.Forms.PictureBox pictureBox11;
private System.Windows.Forms.PictureBox pictureBox10;
private System.Windows.Forms.PictureBox pictureBox9;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox19;
private System.Windows.Forms.PictureBox pictureBox18;
private System.Windows.Forms.PictureBox pictureBox17;
private System.Windows.Forms.PictureBox pictureBox16;
private System.Windows.Forms.PictureBox pictureBox15;
private System.Windows.Forms.PictureBox pictureBox14;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.PictureBox pictureBox21;
private System.Windows.Forms.PictureBox pictureBox20;
private System.Windows.Forms.PictureBox pictureBox22;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.PictureBox pictureBox23;
private System.Windows.Forms.PictureBox pictureBox29;
private System.Windows.Forms.PictureBox pictureBox27;
private System.Windows.Forms.PictureBox pictureBox28;
private System.Windows.Forms.PictureBox pictureBox25;
private System.Windows.Forms.PictureBox pictureBox26;
private System.Windows.Forms.PictureBox pictureBox24;
private System.Windows.Forms.PictureBox pictureBox30;
private System.Windows.Forms.PictureBox pictureBox31;
private System.Windows.Forms.PictureBox pictureBox32;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.PictureBox pictureBox70;
private System.Windows.Forms.PictureBox pictureBox69;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.PictureBox pictureBox33;
private System.Windows.Forms.PictureBox pictureBox39;
private System.Windows.Forms.PictureBox pictureBox40;
private System.Windows.Forms.PictureBox pictureBox37;
private System.Windows.Forms.PictureBox pictureBox38;
private System.Windows.Forms.PictureBox pictureBox35;
private System.Windows.Forms.PictureBox pictureBox36;
private System.Windows.Forms.PictureBox pictureBox34;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;

}
}

You might also like