/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Microsoft.Ccf.Csr.Context context1 = new Microsoft.Ccf.Csr.Context(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CCFDebugger)); this.ClearOutput = new System.Windows.Forms.Button(); this.output = new System.Windows.Forms.TextBox(); this.actionName = new System.Windows.Forms.TextBox(); this.application = new System.Windows.Forms.TextBox(); this.actionData = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.runAction = new System.Windows.Forms.Button(); this.pauseTracing = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.changeContext = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.contextEdit = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // ClearOutput // this.ClearOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ClearOutput.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ClearOutput.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClearOutput.Location = new System.Drawing.Point(544, 174); this.ClearOutput.Name = "ClearOutput"; this.ClearOutput.Size = new System.Drawing.Size(114, 24); this.ClearOutput.TabIndex = 1; this.ClearOutput.Text = "&Clear Trace"; this.ClearOutput.Click += new System.EventHandler(this.ClearOutput_Click); // // output // this.output.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.output.BackColor = System.Drawing.Color.White; this.output.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.output.Location = new System.Drawing.Point(8, 8); this.output.Multiline = true; this.output.Name = "output"; this.output.ReadOnly = true; this.output.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.output.Size = new System.Drawing.Size(656, 158); this.output.TabIndex = 0; this.output.Text = "output"; // // actionName // this.actionName.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.actionName.Location = new System.Drawing.Point(112, 48); this.actionName.Name = "actionName"; this.actionName.Size = new System.Drawing.Size(280, 21); this.actionName.TabIndex = 3; this.actionName.Text = "actionName"; // // application // this.application.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.application.Location = new System.Drawing.Point(112, 24); this.application.Name = "application"; this.application.Size = new System.Drawing.Size(280, 21); this.application.TabIndex = 1; this.application.Text = "application"; // // actionData // this.actionData.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.actionData.Location = new System.Drawing.Point(112, 72); this.actionData.Name = "actionData"; this.actionData.Size = new System.Drawing.Size(280, 21); this.actionData.TabIndex = 5; this.actionData.Text = "actionData"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(24, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 20); this.label1.TabIndex = 0; this.label1.Text = "Application:"; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(24, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 20); this.label2.TabIndex = 4; this.label2.Text = "Data:"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(24, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 20); this.label3.TabIndex = 2; this.label3.Text = "Action Name:"; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.runAction); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.actionData); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.application); this.groupBox1.Controls.Add(this.actionName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(8, 230); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(528, 104); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Action Test"; // // runAction // this.runAction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.runAction.FlatStyle = System.Windows.Forms.FlatStyle.System; this.runAction.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.runAction.Location = new System.Drawing.Point(400, 48); this.runAction.Name = "runAction"; this.runAction.Size = new System.Drawing.Size(112, 24); this.runAction.TabIndex = 6; this.runAction.Text = "&Run Action"; this.runAction.Click += new System.EventHandler(this.runAction_Click); // // pauseTracing // this.pauseTracing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pauseTracing.FlatStyle = System.Windows.Forms.FlatStyle.System; this.pauseTracing.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.pauseTracing.Location = new System.Drawing.Point(544, 214); this.pauseTracing.Name = "pauseTracing"; this.pauseTracing.Size = new System.Drawing.Size(114, 24); this.pauseTracing.TabIndex = 2; this.pauseTracing.Text = "Press to Pause"; this.pauseTracing.Click += new System.EventHandler(this.pauseTracing_Click); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox2.Controls.Add(this.changeContext); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.contextEdit); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.Location = new System.Drawing.Point(8, 174); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(528, 56); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Context Test"; // // changeContext // this.changeContext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.changeContext.FlatStyle = System.Windows.Forms.FlatStyle.System; this.changeContext.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.changeContext.Location = new System.Drawing.Point(400, 22); this.changeContext.Name = "changeContext"; this.changeContext.Size = new System.Drawing.Size(112, 24); this.changeContext.TabIndex = 2; this.changeContext.Text = "Change Context"; this.changeContext.Click += new System.EventHandler(this.changeContext_Click); // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(24, 72); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 20); this.label4.TabIndex = 4; this.label4.Text = "Data:"; // // contextEdit // this.contextEdit.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.contextEdit.Location = new System.Drawing.Point(112, 22); this.contextEdit.Name = "contextEdit"; this.contextEdit.Size = new System.Drawing.Size(280, 21); this.contextEdit.TabIndex = 1; this.contextEdit.Text = "context"; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(24, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(80, 20); this.label6.TabIndex = 0; this.label6.Text = "Context:"; // // CCFDebugger // context1.ContextInformation = "<CcfContext></CcfContext>"; this.Context = context1; this.Controls.Add(this.pauseTracing); this.Controls.Add(this.groupBox1); this.Controls.Add(this.output); this.Controls.Add(this.ClearOutput); this.Controls.Add(this.groupBox2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CCFDebugger"; this.Size = new System.Drawing.Size(672, 344); this.Load += new System.EventHandler(this.CCFDebugger_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Microsoft.Ccf.Csr.Context context1 = new Microsoft.Ccf.Csr.Context(); this.btnAnswer = new System.Windows.Forms.Button(); this.btnTerminate = new System.Windows.Forms.Button(); this.btnHold = new System.Windows.Forms.Button(); this.lblStatus = new System.Windows.Forms.Label(); this.lblLoginApplicationForVoice = new System.Windows.Forms.Label(); this.btnMakeACall = new System.Windows.Forms.Button(); this.txtCustomerNumber = new System.Windows.Forms.TextBox(); this.lblPhoneNumber = new System.Windows.Forms.Label(); this.gBoxLoginStatus = new System.Windows.Forms.GroupBox(); this.gBoxLoginStatus.SuspendLayout(); this.SuspendLayout(); // // btnAnswer // this.btnAnswer.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnAnswer.Enabled = false; this.btnAnswer.Location = new System.Drawing.Point(242, 132); this.btnAnswer.Name = "btnAnswer"; this.btnAnswer.Size = new System.Drawing.Size(92, 21); this.btnAnswer.TabIndex = 3; this.btnAnswer.Text = "Answer"; this.btnAnswer.UseVisualStyleBackColor = false; this.btnAnswer.Click += new System.EventHandler(this.btnAnswer_Click); // // btnTerminate // this.btnTerminate.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnTerminate.Enabled = false; this.btnTerminate.Location = new System.Drawing.Point(340, 132); this.btnTerminate.Name = "btnTerminate"; this.btnTerminate.Size = new System.Drawing.Size(90, 21); this.btnTerminate.TabIndex = 4; this.btnTerminate.Text = "Terminate"; this.btnTerminate.UseVisualStyleBackColor = false; this.btnTerminate.Click += new System.EventHandler(this.btnTerminate_Click); // // btnHold // this.btnHold.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnHold.Enabled = false; this.btnHold.Location = new System.Drawing.Point(340, 105); this.btnHold.Name = "btnHold"; this.btnHold.Size = new System.Drawing.Size(90, 21); this.btnHold.TabIndex = 2; this.btnHold.Text = "Hold"; this.btnHold.UseVisualStyleBackColor = false; this.btnHold.Click += new System.EventHandler(this.btnHold_Click); // // lblStatus // this.lblStatus.ForeColor = System.Drawing.Color.Red; this.lblStatus.Location = new System.Drawing.Point(6, 22); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(370, 45); this.lblStatus.TabIndex = 3; // // lblLoginApplicationForVoice // this.lblLoginApplicationForVoice.AutoSize = true; this.lblLoginApplicationForVoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLoginApplicationForVoice.ForeColor = System.Drawing.SystemColors.Desktop; this.lblLoginApplicationForVoice.Location = new System.Drawing.Point(96, 27); this.lblLoginApplicationForVoice.Name = "lblLoginApplicationForVoice"; this.lblLoginApplicationForVoice.Size = new System.Drawing.Size(299, 24); this.lblLoginApplicationForVoice.TabIndex = 25; this.lblLoginApplicationForVoice.Text = "Multichannel Voice Application"; // // btnMakeACall // this.btnMakeACall.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnMakeACall.Enabled = false; this.btnMakeACall.Location = new System.Drawing.Point(242, 105); this.btnMakeACall.Name = "btnMakeACall"; this.btnMakeACall.Size = new System.Drawing.Size(92, 21); this.btnMakeACall.TabIndex = 1; this.btnMakeACall.Text = "Make a call"; this.btnMakeACall.UseVisualStyleBackColor = false; this.btnMakeACall.Click += new System.EventHandler(this.btnMakeACall_Click); // // txtCustomerNumber // this.txtCustomerNumber.Location = new System.Drawing.Point(127, 106); this.txtCustomerNumber.Name = "txtCustomerNumber"; this.txtCustomerNumber.Size = new System.Drawing.Size(109, 20); this.txtCustomerNumber.TabIndex = 0; // // lblPhoneNumber // this.lblPhoneNumber.AutoSize = true; this.lblPhoneNumber.Location = new System.Drawing.Point(45, 109); this.lblPhoneNumber.Name = "lblPhoneNumber"; this.lblPhoneNumber.Size = new System.Drawing.Size(76, 13); this.lblPhoneNumber.TabIndex = 9; this.lblPhoneNumber.Text = "Phone number"; // // gBoxLoginStatus // this.gBoxLoginStatus.Controls.Add(this.lblStatus); this.gBoxLoginStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gBoxLoginStatus.ForeColor = System.Drawing.SystemColors.Desktop; this.gBoxLoginStatus.Location = new System.Drawing.Point(48, 171); this.gBoxLoginStatus.Name = "gBoxLoginStatus"; this.gBoxLoginStatus.Size = new System.Drawing.Size(382, 83); this.gBoxLoginStatus.TabIndex = 26; this.gBoxLoginStatus.TabStop = false; this.gBoxLoginStatus.Text = "Call Status"; // // VoiceApplication // this.BackColor = System.Drawing.Color.White; context1.ContextInformation = "<CcfContext />"; this.Context = context1; this.Controls.Add(this.btnAnswer); this.Controls.Add(this.lblPhoneNumber); this.Controls.Add(this.btnTerminate); this.Controls.Add(this.lblLoginApplicationForVoice); this.Controls.Add(this.btnHold); this.Controls.Add(this.txtCustomerNumber); this.Controls.Add(this.btnMakeACall); this.Controls.Add(this.gBoxLoginStatus); this.Name = "VoiceApplication"; this.Size = new System.Drawing.Size(518, 319); this.gBoxLoginStatus.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { Microsoft.Ccf.Csr.Context context1 = new Microsoft.Ccf.Csr.Context(); this.lblLoginApplicationForVoice = new System.Windows.Forms.Label(); this.lblAgentID = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtAgentID = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.btnLogout = new System.Windows.Forms.Button(); this.lblStatus = new System.Windows.Forms.Label(); this.txtPlace = new System.Windows.Forms.TextBox(); this.lblPlace = new System.Windows.Forms.Label(); this.gBoxLoginStatus = new System.Windows.Forms.GroupBox(); this.gBoxLoginStatus.SuspendLayout(); this.SuspendLayout(); // // lblLoginApplicationForVoice // this.lblLoginApplicationForVoice.AutoSize = true; this.lblLoginApplicationForVoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLoginApplicationForVoice.ForeColor = System.Drawing.SystemColors.Desktop; this.lblLoginApplicationForVoice.Location = new System.Drawing.Point(96, 32); this.lblLoginApplicationForVoice.Name = "lblLoginApplicationForVoice"; this.lblLoginApplicationForVoice.Size = new System.Drawing.Size(297, 24); this.lblLoginApplicationForVoice.TabIndex = 1; this.lblLoginApplicationForVoice.Text = "Multichannel Login Application"; // // lblAgentID // this.lblAgentID.AutoSize = true; this.lblAgentID.Location = new System.Drawing.Point(143, 94); this.lblAgentID.Name = "lblAgentID"; this.lblAgentID.Size = new System.Drawing.Size(49, 13); this.lblAgentID.TabIndex = 0; this.lblAgentID.Text = "Agent ID"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(143, 117); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 13); this.label3.TabIndex = 0; this.label3.Text = "Password"; // // txtAgentID // this.txtAgentID.Location = new System.Drawing.Point(202, 88); this.txtAgentID.Name = "txtAgentID"; this.txtAgentID.Size = new System.Drawing.Size(130, 20); this.txtAgentID.TabIndex = 0; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(202, 114); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(130, 20); this.txtPassword.TabIndex = 1; this.txtPassword.UseSystemPasswordChar = true; // // btnLogin // this.btnLogin.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnLogin.Location = new System.Drawing.Point(202, 170); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(65, 24); this.btnLogin.TabIndex = 3; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = false; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // btnLogout // this.btnLogout.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnLogout.Enabled = false; this.btnLogout.Location = new System.Drawing.Point(278, 170); this.btnLogout.Name = "btnLogout"; this.btnLogout.Size = new System.Drawing.Size(65, 24); this.btnLogout.TabIndex = 4; this.btnLogout.Text = "Logout"; this.btnLogout.UseVisualStyleBackColor = false; this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click); // // lblStatus // this.lblStatus.ForeColor = System.Drawing.Color.Red; this.lblStatus.Location = new System.Drawing.Point(25, 19); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(271, 48); this.lblStatus.TabIndex = 0; // // txtPlace // this.txtPlace.Location = new System.Drawing.Point(203, 140); this.txtPlace.Name = "txtPlace"; this.txtPlace.Size = new System.Drawing.Size(130, 20); this.txtPlace.TabIndex = 2; // // lblPlace // this.lblPlace.AutoSize = true; this.lblPlace.Location = new System.Drawing.Point(143, 140); this.lblPlace.Name = "lblPlace"; this.lblPlace.Size = new System.Drawing.Size(34, 13); this.lblPlace.TabIndex = 0; this.lblPlace.Text = "Place"; // // gBoxLoginStatus // this.gBoxLoginStatus.Controls.Add(this.lblStatus); this.gBoxLoginStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gBoxLoginStatus.ForeColor = System.Drawing.SystemColors.Desktop; this.gBoxLoginStatus.Location = new System.Drawing.Point(97, 232); this.gBoxLoginStatus.Name = "gBoxLoginStatus"; this.gBoxLoginStatus.Size = new System.Drawing.Size(318, 78); this.gBoxLoginStatus.TabIndex = 5; this.gBoxLoginStatus.TabStop = false; this.gBoxLoginStatus.Text = "Login Status"; // // LoginApplication // this.BackColor = System.Drawing.Color.White; context1.ContextInformation = "<CcfContext />"; this.Context = context1; this.Controls.Add(this.gBoxLoginStatus); this.Controls.Add(this.txtPlace); this.Controls.Add(this.lblPlace); this.Controls.Add(this.btnLogout); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtAgentID); this.Controls.Add(this.label3); this.Controls.Add(this.lblAgentID); this.Controls.Add(this.lblLoginApplicationForVoice); this.Name = "LoginApplication"; this.Size = new System.Drawing.Size(513, 352); this.gBoxLoginStatus.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }