Agilent Technologies 86038B User Manual page 196

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

196
{
private System.Windows.Forms.TextBox tbPdlaName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblStatus;
// Declare a local object to communicate with the PDLA
private RemoteClient.Communicator pdlaClient;
// Declare event handlers for PDLA - you have to do them all!
private ODARemoting.NewStatusDelegate NewStatusHandler;
private ODARemoting.TriggerProgressDelegate TriggerHandler;
private System.Windows.Forms.Button pbSweep;
private System.Windows.Forms.Button pbConnect;
private System.Windows.Forms.TextBox txtCenter;
private System.Windows.Forms.Label label2;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public Form1()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing)
{
if(disposing)
{
if (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>
/// <summary>
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition

Advertisement

Table of Contents
loading

Table of Contents