Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axApax1     = new AxAPAX1.AxApax();
     this.btnStart    = new System.Windows.Forms.Button();
     this.btnStop     = new System.Windows.Forms.Button();
     this.cbxProtocol = new System.Windows.Forms.ComboBox();
     this.label1      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).BeginInit();
     this.SuspendLayout();
     //
     // axApax1
     //
     this.axApax1.Location = new System.Drawing.Point(8, 16);
     this.axApax1.Name     = "axApax1";
     this.axApax1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axApax1.OcxState")));
     this.axApax1.Size     = new System.Drawing.Size(376, 184);
     this.axApax1.TabIndex = 0;
     //
     // btnStart
     //
     this.btnStart.Location = new System.Drawing.Point(192, 216);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new System.Drawing.Size(80, 24);
     this.btnStart.TabIndex = 1;
     this.btnStart.Text     = "Start";
     this.btnStart.Click   += new System.EventHandler(this.btnStart_Click);
     //
     // btnStop
     //
     this.btnStop.Location = new System.Drawing.Point(280, 216);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(80, 24);
     this.btnStop.TabIndex = 2;
     this.btnStop.Text     = "Stop";
     //
     // cbxProtocol
     //
     this.cbxProtocol.Location = new System.Drawing.Point(8, 224);
     this.cbxProtocol.Name     = "cbxProtocol";
     this.cbxProtocol.Size     = new System.Drawing.Size(136, 21);
     this.cbxProtocol.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 208);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Protocol";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(384, 262);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.label1,
         this.cbxProtocol,
         this.btnStop,
         this.btnStart,
         this.axApax1
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axApax1          = new AxAPAX1.AxApax();
     this.Frame1           = new System.Windows.Forms.GroupBox();
     this.cmdClose         = new System.Windows.Forms.Button();
     this.cmdOpen          = new System.Windows.Forms.Button();
     this.txtComNumber     = new System.Windows.Forms.TextBox();
     this.Label1           = new System.Windows.Forms.Label();
     this.Frame2           = new System.Windows.Forms.GroupBox();
     this.txtPut           = new System.Windows.Forms.TextBox();
     this.cmdPutData       = new System.Windows.Forms.Button();
     this.cmdPutString     = new System.Windows.Forms.Button();
     this.cmdPutStringCRLF = new System.Windows.Forms.Button();
     this.lstReceived      = new System.Windows.Forms.ListBox();
     this.Label2           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).BeginInit();
     this.Frame1.SuspendLayout();
     this.Frame2.SuspendLayout();
     this.SuspendLayout();
     //
     // axApax1
     //
     this.axApax1.Location = new System.Drawing.Point(8, 8);
     this.axApax1.Name     = "axApax1";
     this.axApax1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axApax1.OcxState")));
     this.axApax1.Size     = new System.Drawing.Size(488, 224);
     this.axApax1.TabIndex = 0;
     this.axApax1.OnRXD   += new AxAPAX1.IApaxEvents_OnRXDEventHandler(this.axApax1_OnRXD);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cmdClose,
         this.cmdOpen,
         this.txtComNumber,
         this.Label1
     });
     this.Frame1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(16, 240);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(144, 96);
     this.Frame1.TabIndex    = 1;
     this.Frame1.TabStop     = false;
     //
     // cmdClose
     //
     this.cmdClose.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdClose.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdClose.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location    = new System.Drawing.Point(72, 56);
     this.cmdClose.Name        = "cmdClose";
     this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size        = new System.Drawing.Size(48, 25);
     this.cmdClose.TabIndex    = 4;
     this.cmdClose.Text        = "Close";
     this.cmdClose.Click      += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdOpen
     //
     this.cmdOpen.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdOpen.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdOpen.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdOpen.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdOpen.Location    = new System.Drawing.Point(16, 56);
     this.cmdOpen.Name        = "cmdOpen";
     this.cmdOpen.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdOpen.Size        = new System.Drawing.Size(48, 25);
     this.cmdOpen.TabIndex    = 3;
     this.cmdOpen.Text        = "Open";
     this.cmdOpen.Click      += new System.EventHandler(this.cmdOpen_Click);
     //
     // txtComNumber
     //
     this.txtComNumber.AcceptsReturn = true;
     this.txtComNumber.AutoSize      = false;
     this.txtComNumber.BackColor     = System.Drawing.SystemColors.Window;
     this.txtComNumber.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtComNumber.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtComNumber.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtComNumber.Location      = new System.Drawing.Point(80, 16);
     this.txtComNumber.MaxLength     = 0;
     this.txtComNumber.Name          = "txtComNumber";
     this.txtComNumber.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtComNumber.Size          = new System.Drawing.Size(41, 24);
     this.txtComNumber.TabIndex      = 1;
     this.txtComNumber.Text          = "0";
     //
     // Label1
     //
     this.Label1.AutoSize    = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(8, 24);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(66, 13);
     this.Label1.TabIndex    = 2;
     this.Label1.Text        = "ComNumber";
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtPut,
         this.cmdPutData,
         this.cmdPutString,
         this.cmdPutStringCRLF
     });
     this.Frame2.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(168, 240);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(304, 105);
     this.Frame2.TabIndex    = 6;
     this.Frame2.TabStop     = false;
     //
     // txtPut
     //
     this.txtPut.AcceptsReturn = true;
     this.txtPut.AutoSize      = false;
     this.txtPut.BackColor     = System.Drawing.SystemColors.Window;
     this.txtPut.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPut.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtPut.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtPut.Location      = new System.Drawing.Point(8, 24);
     this.txtPut.MaxLength     = 0;
     this.txtPut.Name          = "txtPut";
     this.txtPut.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtPut.Size          = new System.Drawing.Size(289, 19);
     this.txtPut.TabIndex      = 9;
     this.txtPut.Text          = "1234567890123456789012345678901234567890";
     //
     // cmdPutData
     //
     this.cmdPutData.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdPutData.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdPutData.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdPutData.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdPutData.Location    = new System.Drawing.Point(200, 64);
     this.cmdPutData.Name        = "cmdPutData";
     this.cmdPutData.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdPutData.Size        = new System.Drawing.Size(89, 25);
     this.cmdPutData.TabIndex    = 8;
     this.cmdPutData.Text        = "PutData";
     this.cmdPutData.Click      += new System.EventHandler(this.cmdPutData_Click);
     //
     // cmdPutString
     //
     this.cmdPutString.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdPutString.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdPutString.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdPutString.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdPutString.Location    = new System.Drawing.Point(8, 64);
     this.cmdPutString.Name        = "cmdPutString";
     this.cmdPutString.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdPutString.Size        = new System.Drawing.Size(89, 25);
     this.cmdPutString.TabIndex    = 6;
     this.cmdPutString.Text        = "PutString";
     this.cmdPutString.Click      += new System.EventHandler(this.cmdPutString_Click);
     //
     // cmdPutStringCRLF
     //
     this.cmdPutStringCRLF.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdPutStringCRLF.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdPutStringCRLF.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdPutStringCRLF.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdPutStringCRLF.Location    = new System.Drawing.Point(104, 64);
     this.cmdPutStringCRLF.Name        = "cmdPutStringCRLF";
     this.cmdPutStringCRLF.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdPutStringCRLF.Size        = new System.Drawing.Size(89, 25);
     this.cmdPutStringCRLF.TabIndex    = 7;
     this.cmdPutStringCRLF.Text        = "PutStringCRLF";
     this.cmdPutStringCRLF.Click      += new System.EventHandler(this.cmdPutStringCRLF_Click);
     //
     // lstReceived
     //
     this.lstReceived.BackColor   = System.Drawing.SystemColors.Window;
     this.lstReceived.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lstReceived.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lstReceived.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.lstReceived.ItemHeight  = 14;
     this.lstReceived.Location    = new System.Drawing.Point(0, 360);
     this.lstReceived.Name        = "lstReceived";
     this.lstReceived.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lstReceived.Size        = new System.Drawing.Size(497, 116);
     this.lstReceived.TabIndex    = 11;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(8, 344);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(136, 16);
     this.Label2.TabIndex = 12;
     this.Label2.Text     = "OnRXD Event Data";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(512, 486);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Label2,
         this.lstReceived,
         this.Frame2,
         this.Frame1,
         this.axApax1
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).EndInit();
     this.Frame1.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.Frame1  = new System.Windows.Forms.GroupBox();
     this.axApax1 = new AxAPAX1.AxApax();
     this.chkTapiStatusDisplay = new System.Windows.Forms.CheckBox();
     this.cmdCancel            = new System.Windows.Forms.Button();
     this.cmdAnswer            = new System.Windows.Forms.Button();
     this.cmdConfig            = new System.Windows.Forms.Button();
     this.cmdSelect            = new System.Windows.Forms.Button();
     this.cmdDial             = new System.Windows.Forms.Button();
     this.Frame2              = new System.Windows.Forms.GroupBox();
     this.txtSilenceThreshold = new System.Windows.Forms.TextBox();
     this.txtTrimSeconds      = new System.Windows.Forms.TextBox();
     this.txtMaxMessageLength = new System.Windows.Forms.TextBox();
     this.txtRetryWait        = new System.Windows.Forms.TextBox();
     this.txtMaxAttempts      = new System.Windows.Forms.TextBox();
     this.txtAnswerOnRing     = new System.Windows.Forms.TextBox();
     this.chkUseSoundCard     = new System.Windows.Forms.CheckBox();
     this.chkInterruptWave    = new System.Windows.Forms.CheckBox();
     this.chkEnableVoice      = new System.Windows.Forms.CheckBox();
     this.Label6              = new System.Windows.Forms.Label();
     this.Label5              = new System.Windows.Forms.Label();
     this.Label4              = new System.Windows.Forms.Label();
     this.Label3              = new System.Windows.Forms.Label();
     this.Label2              = new System.Windows.Forms.Label();
     this.Label1              = new System.Windows.Forms.Label();
     this.Frame3              = new System.Windows.Forms.GroupBox();
     this.cdCommonDialog      = new AxMSComDlg.AxCommonDialog();
     this.chkOverwrite        = new System.Windows.Forms.CheckBox();
     this.cmdStop             = new System.Windows.Forms.Button();
     this.cmdRecord           = new System.Windows.Forms.Button();
     this.cmdDTMF             = new System.Windows.Forms.Button();
     this.cmdPlay             = new System.Windows.Forms.Button();
     this.txtWavDirectory     = new System.Windows.Forms.TextBox();
     this.Label7              = new System.Windows.Forms.Label();
     this.lstTapiStatus       = new System.Windows.Forms.ListBox();
     this.label8              = new System.Windows.Forms.Label();
     this.helpProvider1       = new System.Windows.Forms.HelpProvider();
     this.label9              = new System.Windows.Forms.Label();
     this.txtDTMF             = new System.Windows.Forms.TextBox();
     this.Frame1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).BeginInit();
     this.Frame2.SuspendLayout();
     this.Frame3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cdCommonDialog)).BeginInit();
     this.SuspendLayout();
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.axApax1,
         this.chkTapiStatusDisplay,
         this.cmdCancel,
         this.cmdAnswer,
         this.cmdConfig,
         this.cmdSelect,
         this.cmdDial
     });
     this.Frame1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(321, 97);
     this.Frame1.TabIndex    = 1;
     this.Frame1.TabStop     = false;
     this.Frame1.Text        = " Tapi device connection ";
     this.Frame1.Enter      += new System.EventHandler(this.Frame1_Enter);
     //
     // axApax1
     //
     this.axApax1.ContainingControl = this;
     this.axApax1.Location          = new System.Drawing.Point(264, 16);
     this.axApax1.Name            = "axApax1";
     this.axApax1.OcxState        = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axApax1.OcxState")));
     this.axApax1.Size            = new System.Drawing.Size(48, 32);
     this.axApax1.TabIndex        = 7;
     this.axApax1.OnTapiDTMF     += new AxAPAX1.IApaxEvents_OnTapiDTMFEventHandler(this.axApax1_OnTapiDTMF);
     this.axApax1.OnTapiConnect  += new System.EventHandler(this.axApax1_OnTapiConnect);
     this.axApax1.OnTapiCallerID += new AxAPAX1.IApaxEvents_OnTapiCallerIDEventHandler(this.axApax1_OnTapiCallerID);
     //
     // chkTapiStatusDisplay
     //
     this.chkTapiStatusDisplay.BackColor   = System.Drawing.SystemColors.Control;
     this.chkTapiStatusDisplay.Cursor      = System.Windows.Forms.Cursors.Default;
     this.chkTapiStatusDisplay.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkTapiStatusDisplay.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.chkTapiStatusDisplay.Location    = new System.Drawing.Point(192, 56);
     this.chkTapiStatusDisplay.Name        = "chkTapiStatusDisplay";
     this.chkTapiStatusDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkTapiStatusDisplay.Size        = new System.Drawing.Size(113, 33);
     this.chkTapiStatusDisplay.TabIndex    = 6;
     this.chkTapiStatusDisplay.Text        = "Show status dialog";
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdCancel.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdCancel.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Location    = new System.Drawing.Point(184, 24);
     this.cmdCancel.Name        = "cmdCancel";
     this.cmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.Size        = new System.Drawing.Size(76, 29);
     this.cmdCancel.TabIndex    = 5;
     this.cmdCancel.Text        = "Cancel";
     this.cmdCancel.Click      += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdAnswer
     //
     this.cmdAnswer.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdAnswer.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdAnswer.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdAnswer.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdAnswer.Location    = new System.Drawing.Point(24, 24);
     this.cmdAnswer.Name        = "cmdAnswer";
     this.cmdAnswer.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdAnswer.Size        = new System.Drawing.Size(76, 29);
     this.cmdAnswer.TabIndex    = 3;
     this.cmdAnswer.Text        = "Answer";
     this.cmdAnswer.Click      += new System.EventHandler(this.cmdAnswer_Click);
     //
     // cmdConfig
     //
     this.cmdConfig.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdConfig.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdConfig.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdConfig.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdConfig.Location    = new System.Drawing.Point(104, 56);
     this.cmdConfig.Name        = "cmdConfig";
     this.cmdConfig.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdConfig.Size        = new System.Drawing.Size(76, 29);
     this.cmdConfig.TabIndex    = 2;
     this.cmdConfig.Text        = "Config...";
     this.cmdConfig.Click      += new System.EventHandler(this.cmdConfig_Click);
     //
     // cmdSelect
     //
     this.cmdSelect.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdSelect.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdSelect.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdSelect.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdSelect.Location    = new System.Drawing.Point(24, 56);
     this.cmdSelect.Name        = "cmdSelect";
     this.cmdSelect.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdSelect.Size        = new System.Drawing.Size(76, 29);
     this.cmdSelect.TabIndex    = 1;
     this.cmdSelect.Text        = "Select...";
     this.cmdSelect.Click      += new System.EventHandler(this.cmdSelect_Click);
     //
     // cmdDial
     //
     this.cmdDial.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdDial.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdDial.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdDial.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdDial.Location    = new System.Drawing.Point(104, 24);
     this.cmdDial.Name        = "cmdDial";
     this.cmdDial.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdDial.Size        = new System.Drawing.Size(76, 29);
     this.cmdDial.TabIndex    = 4;
     this.cmdDial.Text        = "Dial...";
     this.cmdDial.Click      += new System.EventHandler(this.cmdDial_Click);
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtSilenceThreshold,
         this.txtTrimSeconds,
         this.txtMaxMessageLength,
         this.txtRetryWait,
         this.txtMaxAttempts,
         this.txtAnswerOnRing,
         this.chkUseSoundCard,
         this.chkInterruptWave,
         this.chkEnableVoice,
         this.Label6,
         this.Label5,
         this.Label4,
         this.Label3,
         this.Label2,
         this.Label1
     });
     this.Frame2.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(8, 104);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(321, 153);
     this.Frame2.TabIndex    = 8;
     this.Frame2.TabStop     = false;
     this.Frame2.Text        = " Tapi device properties ";
     //
     // txtSilenceThreshold
     //
     this.txtSilenceThreshold.AcceptsReturn = true;
     this.txtSilenceThreshold.AutoSize      = false;
     this.txtSilenceThreshold.BackColor     = System.Drawing.SystemColors.Window;
     this.txtSilenceThreshold.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSilenceThreshold.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSilenceThreshold.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSilenceThreshold.Location      = new System.Drawing.Point(272, 72);
     this.txtSilenceThreshold.MaxLength     = 0;
     this.txtSilenceThreshold.Name          = "txtSilenceThreshold";
     this.txtSilenceThreshold.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSilenceThreshold.Size          = new System.Drawing.Size(33, 19);
     this.txtSilenceThreshold.TabIndex      = 32;
     this.txtSilenceThreshold.Text          = "0";
     //
     // txtTrimSeconds
     //
     this.txtTrimSeconds.AcceptsReturn = true;
     this.txtTrimSeconds.AutoSize      = false;
     this.txtTrimSeconds.BackColor     = System.Drawing.SystemColors.Window;
     this.txtTrimSeconds.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTrimSeconds.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtTrimSeconds.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtTrimSeconds.Location      = new System.Drawing.Point(272, 48);
     this.txtTrimSeconds.MaxLength     = 0;
     this.txtTrimSeconds.Name          = "txtTrimSeconds";
     this.txtTrimSeconds.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTrimSeconds.Size          = new System.Drawing.Size(33, 19);
     this.txtTrimSeconds.TabIndex      = 31;
     this.txtTrimSeconds.Text          = "0";
     //
     // txtMaxMessageLength
     //
     this.txtMaxMessageLength.AcceptsReturn = true;
     this.txtMaxMessageLength.AutoSize      = false;
     this.txtMaxMessageLength.BackColor     = System.Drawing.SystemColors.Window;
     this.txtMaxMessageLength.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtMaxMessageLength.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMaxMessageLength.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtMaxMessageLength.Location      = new System.Drawing.Point(272, 24);
     this.txtMaxMessageLength.MaxLength     = 0;
     this.txtMaxMessageLength.Name          = "txtMaxMessageLength";
     this.txtMaxMessageLength.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtMaxMessageLength.Size          = new System.Drawing.Size(33, 19);
     this.txtMaxMessageLength.TabIndex      = 30;
     this.txtMaxMessageLength.Text          = "0";
     //
     // txtRetryWait
     //
     this.txtRetryWait.AcceptsReturn = true;
     this.txtRetryWait.AutoSize      = false;
     this.txtRetryWait.BackColor     = System.Drawing.SystemColors.Window;
     this.txtRetryWait.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtRetryWait.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtRetryWait.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtRetryWait.Location      = new System.Drawing.Point(104, 72);
     this.txtRetryWait.MaxLength     = 0;
     this.txtRetryWait.Name          = "txtRetryWait";
     this.txtRetryWait.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtRetryWait.Size          = new System.Drawing.Size(33, 19);
     this.txtRetryWait.TabIndex      = 29;
     this.txtRetryWait.Text          = "0";
     //
     // txtMaxAttempts
     //
     this.txtMaxAttempts.AcceptsReturn = true;
     this.txtMaxAttempts.AutoSize      = false;
     this.txtMaxAttempts.BackColor     = System.Drawing.SystemColors.Window;
     this.txtMaxAttempts.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtMaxAttempts.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMaxAttempts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtMaxAttempts.Location      = new System.Drawing.Point(104, 48);
     this.txtMaxAttempts.MaxLength     = 0;
     this.txtMaxAttempts.Name          = "txtMaxAttempts";
     this.txtMaxAttempts.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtMaxAttempts.Size          = new System.Drawing.Size(33, 19);
     this.txtMaxAttempts.TabIndex      = 28;
     this.txtMaxAttempts.Text          = "0";
     //
     // txtAnswerOnRing
     //
     this.txtAnswerOnRing.AcceptsReturn = true;
     this.txtAnswerOnRing.AutoSize      = false;
     this.txtAnswerOnRing.BackColor     = System.Drawing.SystemColors.Window;
     this.txtAnswerOnRing.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtAnswerOnRing.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtAnswerOnRing.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtAnswerOnRing.Location      = new System.Drawing.Point(104, 24);
     this.txtAnswerOnRing.MaxLength     = 0;
     this.txtAnswerOnRing.Name          = "txtAnswerOnRing";
     this.txtAnswerOnRing.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtAnswerOnRing.Size          = new System.Drawing.Size(33, 19);
     this.txtAnswerOnRing.TabIndex      = 27;
     this.txtAnswerOnRing.Text          = "0";
     this.txtAnswerOnRing.TextChanged  += new System.EventHandler(this.txtAnswerOnRing_TextChanged);
     //
     // chkUseSoundCard
     //
     this.chkUseSoundCard.BackColor   = System.Drawing.SystemColors.Control;
     this.chkUseSoundCard.CheckAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.chkUseSoundCard.Cursor      = System.Windows.Forms.Cursors.Default;
     this.chkUseSoundCard.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkUseSoundCard.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.chkUseSoundCard.Location    = new System.Drawing.Point(152, 96);
     this.chkUseSoundCard.Name        = "chkUseSoundCard";
     this.chkUseSoundCard.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkUseSoundCard.Size        = new System.Drawing.Size(97, 33);
     this.chkUseSoundCard.TabIndex    = 16;
     this.chkUseSoundCard.Text        = "UseSoundCard";
     //
     // chkInterruptWave
     //
     this.chkInterruptWave.BackColor   = System.Drawing.SystemColors.Control;
     this.chkInterruptWave.CheckAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.chkInterruptWave.Cursor      = System.Windows.Forms.Cursors.Default;
     this.chkInterruptWave.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkInterruptWave.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.chkInterruptWave.Location    = new System.Drawing.Point(40, 120);
     this.chkInterruptWave.Name        = "chkInterruptWave";
     this.chkInterruptWave.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkInterruptWave.Size        = new System.Drawing.Size(97, 27);
     this.chkInterruptWave.TabIndex    = 15;
     this.chkInterruptWave.Text        = "InterruptWave";
     //
     // chkEnableVoice
     //
     this.chkEnableVoice.BackColor   = System.Drawing.SystemColors.Control;
     this.chkEnableVoice.CheckAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.chkEnableVoice.Cursor      = System.Windows.Forms.Cursors.Default;
     this.chkEnableVoice.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkEnableVoice.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.chkEnableVoice.Location    = new System.Drawing.Point(40, 96);
     this.chkEnableVoice.Name        = "chkEnableVoice";
     this.chkEnableVoice.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkEnableVoice.Size        = new System.Drawing.Size(97, 33);
     this.chkEnableVoice.TabIndex    = 14;
     this.chkEnableVoice.Text        = "EnableVoice";
     //
     // Label6
     //
     this.Label6.AutoSize    = true;
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(160, 72);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(89, 13);
     this.Label6.TabIndex    = 13;
     this.Label6.Text        = "SilenceThreshold";
     //
     // Label5
     //
     this.Label5.AutoSize    = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(160, 48);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(69, 13);
     this.Label5.TabIndex    = 12;
     this.Label5.Text        = "TrimSeconds";
     //
     // Label4
     //
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(160, 24);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(103, 13);
     this.Label4.TabIndex    = 11;
     this.Label4.Text        = "MaxMessageLength";
     //
     // Label3
     //
     this.Label3.AutoSize    = true;
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(24, 72);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(52, 13);
     this.Label3.TabIndex    = 10;
     this.Label3.Text        = "RetryWait";
     //
     // Label2
     //
     this.Label2.AutoSize    = true;
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(24, 48);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(68, 13);
     this.Label2.TabIndex    = 9;
     this.Label2.Text        = "MaxAttempts";
     //
     // Label1
     //
     this.Label1.AutoSize    = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(24, 24);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(78, 13);
     this.Label1.TabIndex    = 8;
     this.Label1.Text        = "AnswerOnRing";
     //
     // Frame3
     //
     this.Frame3.BackColor = System.Drawing.SystemColors.Control;
     this.Frame3.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtDTMF,
         this.label9,
         this.cdCommonDialog,
         this.chkOverwrite,
         this.cmdStop,
         this.cmdRecord,
         this.cmdDTMF,
         this.cmdPlay,
         this.txtWavDirectory,
         this.Label7
     });
     this.Frame3.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame3.Location    = new System.Drawing.Point(8, 264);
     this.Frame3.Name        = "Frame3";
     this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame3.Size        = new System.Drawing.Size(321, 152);
     this.Frame3.TabIndex    = 18;
     this.Frame3.TabStop     = false;
     this.Frame3.Text        = " Wav Files ";
     //
     // cdCommonDialog
     //
     this.cdCommonDialog.ContainingControl = this;
     this.cdCommonDialog.Enabled           = true;
     this.cdCommonDialog.Location          = new System.Drawing.Point(280, 56);
     this.cdCommonDialog.Name     = "cdCommonDialog";
     this.cdCommonDialog.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("cdCommonDialog.OcxState")));
     this.cdCommonDialog.Size     = new System.Drawing.Size(32, 32);
     this.cdCommonDialog.TabIndex = 25;
     //
     // chkOverwrite
     //
     this.chkOverwrite.BackColor   = System.Drawing.SystemColors.Control;
     this.chkOverwrite.Cursor      = System.Windows.Forms.Cursors.Default;
     this.chkOverwrite.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkOverwrite.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.chkOverwrite.Location    = new System.Drawing.Point(200, 64);
     this.chkOverwrite.Name        = "chkOverwrite";
     this.chkOverwrite.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkOverwrite.Size        = new System.Drawing.Size(81, 33);
     this.chkOverwrite.TabIndex    = 24;
     this.chkOverwrite.Text        = "Overwrite";
     //
     // cmdStop
     //
     this.cmdStop.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdStop.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdStop.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdStop.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdStop.Location    = new System.Drawing.Point(112, 96);
     this.cmdStop.Name        = "cmdStop";
     this.cmdStop.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdStop.Size        = new System.Drawing.Size(76, 29);
     this.cmdStop.TabIndex    = 23;
     this.cmdStop.Text        = "Stop";
     this.cmdStop.Click      += new System.EventHandler(this.cmdStop_Click);
     //
     // cmdRecord
     //
     this.cmdRecord.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdRecord.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdRecord.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdRecord.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdRecord.Location    = new System.Drawing.Point(112, 64);
     this.cmdRecord.Name        = "cmdRecord";
     this.cmdRecord.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdRecord.Size        = new System.Drawing.Size(76, 29);
     this.cmdRecord.TabIndex    = 22;
     this.cmdRecord.Text        = "Record...";
     this.cmdRecord.Click      += new System.EventHandler(this.cmdRecord_Click);
     //
     // cmdDTMF
     //
     this.cmdDTMF.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdDTMF.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdDTMF.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdDTMF.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdDTMF.Location    = new System.Drawing.Point(24, 96);
     this.cmdDTMF.Name        = "cmdDTMF";
     this.cmdDTMF.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdDTMF.Size        = new System.Drawing.Size(76, 29);
     this.cmdDTMF.TabIndex    = 21;
     this.cmdDTMF.Text        = "DTMF...";
     this.cmdDTMF.Click      += new System.EventHandler(this.cmdDTMF_Click);
     //
     // cmdPlay
     //
     this.cmdPlay.BackColor   = System.Drawing.SystemColors.Control;
     this.cmdPlay.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmdPlay.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdPlay.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.cmdPlay.Location    = new System.Drawing.Point(24, 64);
     this.cmdPlay.Name        = "cmdPlay";
     this.cmdPlay.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdPlay.Size        = new System.Drawing.Size(76, 29);
     this.cmdPlay.TabIndex    = 20;
     this.cmdPlay.Text        = "Play...";
     this.cmdPlay.Click      += new System.EventHandler(this.cmdPlay_Click);
     //
     // txtWavDirectory
     //
     this.txtWavDirectory.AcceptsReturn = true;
     this.txtWavDirectory.AutoSize      = false;
     this.txtWavDirectory.BackColor     = System.Drawing.SystemColors.Window;
     this.txtWavDirectory.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtWavDirectory.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtWavDirectory.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtWavDirectory.Location      = new System.Drawing.Point(104, 24);
     this.txtWavDirectory.MaxLength     = 0;
     this.txtWavDirectory.Name          = "txtWavDirectory";
     this.txtWavDirectory.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtWavDirectory.Size          = new System.Drawing.Size(193, 25);
     this.txtWavDirectory.TabIndex      = 19;
     this.txtWavDirectory.Text          = "\\apax\\examples";
     //
     // Label7
     //
     this.Label7.AutoSize    = true;
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(24, 28);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(73, 13);
     this.Label7.TabIndex    = 18;
     this.Label7.Text        = "Wav Directory";
     //
     // lstTapiStatus
     //
     this.lstTapiStatus.BackColor   = System.Drawing.SystemColors.Window;
     this.lstTapiStatus.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lstTapiStatus.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lstTapiStatus.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.lstTapiStatus.ItemHeight  = 14;
     this.lstTapiStatus.Location    = new System.Drawing.Point(336, 16);
     this.lstTapiStatus.Name        = "lstTapiStatus";
     this.lstTapiStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lstTapiStatus.Size        = new System.Drawing.Size(265, 382);
     this.lstTapiStatus.TabIndex    = 26;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(336, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(120, 16);
     this.label8.TabIndex = 27;
     this.label8.Text     = "Tapi Status";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 128);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(72, 16);
     this.label9.TabIndex = 26;
     this.label9.Text     = "Send Tones";
     //
     // txtDTMF
     //
     this.txtDTMF.Location = new System.Drawing.Point(80, 128);
     this.txtDTMF.Name     = "txtDTMF";
     this.txtDTMF.Size     = new System.Drawing.Size(160, 20);
     this.txtDTMF.TabIndex = 27;
     this.txtDTMF.Text     = "";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(608, 422);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.label8,
         this.lstTapiStatus,
         this.Frame3,
         this.Frame2,
         this.Frame1
     });
     this.Name       = "Form1";
     this.Text       = "Form1";
     this.Activated += new System.EventHandler(this.Form1_Activated);
     this.Frame1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).EndInit();
     this.Frame2.ResumeLayout(false);
     this.Frame3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cdCommonDialog)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axApax1        = new AxAPAX1.AxApax();
     this.btnSend        = new System.Windows.Forms.Button();
     this.btnDial        = new System.Windows.Forms.Button();
     this.btnHangup      = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.cbProtocol     = new System.Windows.Forms.ComboBox();
     this.txtPhoneNum    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.cdCommonDialog = new AxMSComDlg.AxCommonDialog();
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdCommonDialog)).BeginInit();
     this.SuspendLayout();
     //
     // axApax1
     //
     this.axApax1.Location         = new System.Drawing.Point(8, 8);
     this.axApax1.Name             = "axApax1";
     this.axApax1.OcxState         = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axApax1.OcxState")));
     this.axApax1.Size             = new System.Drawing.Size(472, 264);
     this.axApax1.TabIndex         = 0;
     this.axApax1.OnTapiPortClose += new System.EventHandler(this.axApax1_OnTapiPortClose);
     this.axApax1.OnTapiPortOpen  += new System.EventHandler(this.axApax1_OnTapiPortOpen);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(264, 336);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(72, 24);
     this.btnSend.TabIndex = 1;
     this.btnSend.Text     = "Send";
     this.btnSend.Click   += new System.EventHandler(this.btnSend_Click);
     //
     // btnDial
     //
     this.btnDial.Location = new System.Drawing.Point(264, 296);
     this.btnDial.Name     = "btnDial";
     this.btnDial.Size     = new System.Drawing.Size(72, 24);
     this.btnDial.TabIndex = 2;
     this.btnDial.Text     = "Dial";
     this.btnDial.Click   += new System.EventHandler(this.btnDial_Click);
     //
     // btnHangup
     //
     this.btnHangup.Location = new System.Drawing.Point(352, 296);
     this.btnHangup.Name     = "btnHangup";
     this.btnHangup.Size     = new System.Drawing.Size(64, 24);
     this.btnHangup.TabIndex = 3;
     this.btnHangup.Text     = "Hangup";
     this.btnHangup.Click   += new System.EventHandler(this.btnHangup_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(352, 336);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(64, 24);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // cbProtocol
     //
     this.cbProtocol.Location = new System.Drawing.Point(112, 344);
     this.cbProtocol.Name     = "cbProtocol";
     this.cbProtocol.Size     = new System.Drawing.Size(136, 21);
     this.cbProtocol.TabIndex = 5;
     //
     // txtPhoneNum
     //
     this.txtPhoneNum.Location = new System.Drawing.Point(112, 312);
     this.txtPhoneNum.Name     = "txtPhoneNum";
     this.txtPhoneNum.Size     = new System.Drawing.Size(136, 20);
     this.txtPhoneNum.TabIndex = 6;
     this.txtPhoneNum.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 312);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Phone Number";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(48, 352);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Protocol";
     //
     // cdCommonDialog
     //
     this.cdCommonDialog.Enabled  = true;
     this.cdCommonDialog.Location = new System.Drawing.Point(24, 24);
     this.cdCommonDialog.Name     = "cdCommonDialog";
     this.cdCommonDialog.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("cdCommonDialog.OcxState")));
     this.cdCommonDialog.Size     = new System.Drawing.Size(32, 32);
     this.cdCommonDialog.TabIndex = 9;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(480, 398);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cdCommonDialog,
         this.label2,
         this.label1,
         this.txtPhoneNum,
         this.cbProtocol,
         this.btnCancel,
         this.btnHangup,
         this.btnDial,
         this.btnSend,
         this.axApax1
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdCommonDialog)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axApax1       = new AxAPAX1.AxApax();
     this.btDirect      = new System.Windows.Forms.Button();
     this.btTAPI        = new System.Windows.Forms.Button();
     this.btCancel      = new System.Windows.Forms.Button();
     this.lbPhoneNumber = new System.Windows.Forms.Label();
     this.tbPhoneNumber = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).BeginInit();
     this.SuspendLayout();
     //
     // axApax1
     //
     this.axApax1.Location = new System.Drawing.Point(8, 64);
     this.axApax1.Name     = "axApax1";
     this.axApax1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axApax1.OcxState")));
     this.axApax1.Size     = new System.Drawing.Size(336, 176);
     this.axApax1.TabIndex = 0;
     //
     // btDirect
     //
     this.btDirect.Location = new System.Drawing.Point(8, 8);
     this.btDirect.Name     = "btDirect";
     this.btDirect.Size     = new System.Drawing.Size(88, 24);
     this.btDirect.TabIndex = 1;
     this.btDirect.Text     = "Direct to COM";
     this.btDirect.Click   += new System.EventHandler(this.btDirect_Click);
     //
     // btTAPI
     //
     this.btTAPI.Location = new System.Drawing.Point(120, 8);
     this.btTAPI.Name     = "btTAPI";
     this.btTAPI.Size     = new System.Drawing.Size(88, 24);
     this.btTAPI.TabIndex = 2;
     this.btTAPI.Text     = "TAPI";
     this.btTAPI.Click   += new System.EventHandler(this.btTAPI_Click);
     //
     // btCancel
     //
     this.btCancel.Location = new System.Drawing.Point(232, 8);
     this.btCancel.Name     = "btCancel";
     this.btCancel.Size     = new System.Drawing.Size(96, 24);
     this.btCancel.TabIndex = 3;
     this.btCancel.Text     = "Cancel Call";
     this.btCancel.Click   += new System.EventHandler(this.btCancel_Click);
     //
     // lbPhoneNumber
     //
     this.lbPhoneNumber.Location = new System.Drawing.Point(16, 40);
     this.lbPhoneNumber.Name     = "lbPhoneNumber";
     this.lbPhoneNumber.Size     = new System.Drawing.Size(80, 16);
     this.lbPhoneNumber.TabIndex = 4;
     this.lbPhoneNumber.Text     = "Phone Number";
     //
     // tbPhoneNumber
     //
     this.tbPhoneNumber.Location = new System.Drawing.Point(96, 40);
     this.tbPhoneNumber.Name     = "tbPhoneNumber";
     this.tbPhoneNumber.Size     = new System.Drawing.Size(152, 20);
     this.tbPhoneNumber.TabIndex = 5;
     this.tbPhoneNumber.Text     = "";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 266);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tbPhoneNumber,
         this.lbPhoneNumber,
         this.btCancel,
         this.btTAPI,
         this.btDirect,
         this.axApax1
     });
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.axApax1)).EndInit();
     this.ResumeLayout(false);
 }