/// <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(QuestionAnswerPresenter));
     this.baseLeftPanel   = new System.Windows.Forms.Panel();
     this.baseRightPanel  = new System.Windows.Forms.Panel();
     this.baseBottomPanel = new System.Windows.Forms.Panel();
     this.panel4          = new System.Windows.Forms.Panel();
     this.splitter3       = new System.Windows.Forms.Splitter();
     this.panel14         = new System.Windows.Forms.Panel();
     this.panel13         = new System.Windows.Forms.Panel();
     this.textQuestion    = new System.Windows.Forms.TextBox();
     this.panel10         = new System.Windows.Forms.Panel();
     this.label5          = new System.Windows.Forms.Label();
     this.bodyBottomPanel = new System.Windows.Forms.Panel();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.panel8          = new System.Windows.Forms.Panel();
     this.listPrevious    = new System.Windows.Forms.ListView();
     this.columnHeader1   = new System.Windows.Forms.ColumnHeader();
     this.panel12         = new System.Windows.Forms.Panel();
     this.panel9          = new System.Windows.Forms.Panel();
     this.label4          = new System.Windows.Forms.Label();
     this.panel5          = new System.Windows.Forms.Panel();
     this.textAnswer      = new System.Windows.Forms.TextBox();
     this.panel6          = new System.Windows.Forms.Panel();
     this.label3          = new System.Windows.Forms.Label();
     this.panel11         = new System.Windows.Forms.Panel();
     this.nsbtn_ignore    = new NSPAControls.NSButton();
     this.button1         = new NSPAControls.NSButton();
     this.bodyTopPanel    = new System.Windows.Forms.Panel();
     this.splitter2       = new System.Windows.Forms.Splitter();
     this.panel1          = new System.Windows.Forms.Panel();
     this.listAnswered    = new System.Windows.Forms.ListView();
     this.columnHeader4   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5   = new System.Windows.Forms.ColumnHeader();
     this.panel3          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.bodyTopLeft     = new System.Windows.Forms.Panel();
     this.listNotAnswered = new System.Windows.Forms.ListView();
     this.columnHeader2   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3   = new System.Windows.Forms.ColumnHeader();
     this.panelTopLeftTop = new System.Windows.Forms.Panel();
     this.label1          = new System.Windows.Forms.Label();
     this.panel4.SuspendLayout();
     this.panel14.SuspendLayout();
     this.panel13.SuspendLayout();
     this.panel10.SuspendLayout();
     this.bodyBottomPanel.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel11.SuspendLayout();
     this.bodyTopPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.bodyTopLeft.SuspendLayout();
     this.panelTopLeftTop.SuspendLayout();
     this.SuspendLayout();
     //
     // baseLeftPanel
     //
     this.baseLeftPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseLeftPanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.baseLeftPanel.Location  = new System.Drawing.Point(0, 0);
     this.baseLeftPanel.Name      = "baseLeftPanel";
     this.baseLeftPanel.Size      = new System.Drawing.Size(8, 464);
     this.baseLeftPanel.TabIndex  = 0;
     //
     // baseRightPanel
     //
     this.baseRightPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseRightPanel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.baseRightPanel.Location  = new System.Drawing.Point(560, 0);
     this.baseRightPanel.Name      = "baseRightPanel";
     this.baseRightPanel.Size      = new System.Drawing.Size(8, 464);
     this.baseRightPanel.TabIndex  = 1;
     //
     // baseBottomPanel
     //
     this.baseBottomPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseBottomPanel.Location  = new System.Drawing.Point(8, 456);
     this.baseBottomPanel.Name      = "baseBottomPanel";
     this.baseBottomPanel.Size      = new System.Drawing.Size(552, 8);
     this.baseBottomPanel.TabIndex  = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.splitter3);
     this.panel4.Controls.Add(this.panel14);
     this.panel4.Controls.Add(this.bodyBottomPanel);
     this.panel4.Controls.Add(this.bodyTopPanel);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(8, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(552, 464);
     this.panel4.TabIndex = 3;
     //
     // splitter3
     //
     this.splitter3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter3.Dock        = System.Windows.Forms.DockStyle.Top;
     this.splitter3.Location    = new System.Drawing.Point(0, 360);
     this.splitter3.Name        = "splitter3";
     this.splitter3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitter3.Size        = new System.Drawing.Size(552, 3);
     this.splitter3.TabIndex    = 7;
     this.splitter3.TabStop     = false;
     //
     // panel14
     //
     this.panel14.Controls.Add(this.panel13);
     this.panel14.Controls.Add(this.panel10);
     this.panel14.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel14.Location = new System.Drawing.Point(0, 360);
     this.panel14.Name     = "panel14";
     this.panel14.Size     = new System.Drawing.Size(552, 104);
     this.panel14.TabIndex = 6;
     //
     // panel13
     //
     this.panel13.Controls.Add(this.textQuestion);
     this.panel13.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel13.Location = new System.Drawing.Point(0, 32);
     this.panel13.Name     = "panel13";
     this.panel13.Size     = new System.Drawing.Size(552, 72);
     this.panel13.TabIndex = 5;
     //
     // textQuestion
     //
     this.textQuestion.BackColor  = System.Drawing.Color.White;
     this.textQuestion.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textQuestion.Location   = new System.Drawing.Point(0, 0);
     this.textQuestion.Multiline  = true;
     this.textQuestion.Name       = "textQuestion";
     this.textQuestion.ReadOnly   = true;
     this.textQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textQuestion.Size       = new System.Drawing.Size(552, 72);
     this.textQuestion.TabIndex   = 4;
     this.textQuestion.Text       = "";
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel10.Controls.Add(this.label5);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(552, 32);
     this.panel10.TabIndex = 3;
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label5.Location  = new System.Drawing.Point(0, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(136, 23);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "Question Text";
     //
     // bodyBottomPanel
     //
     this.bodyBottomPanel.Controls.Add(this.splitter1);
     this.bodyBottomPanel.Controls.Add(this.panel8);
     this.bodyBottomPanel.Controls.Add(this.panel5);
     this.bodyBottomPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.bodyBottomPanel.Location = new System.Drawing.Point(0, 136);
     this.bodyBottomPanel.Name     = "bodyBottomPanel";
     this.bodyBottomPanel.Size     = new System.Drawing.Size(552, 224);
     this.bodyBottomPanel.TabIndex = 1;
     //
     // splitter1
     //
     this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter1.Location    = new System.Drawing.Point(288, 0);
     this.splitter1.Name        = "splitter1";
     this.splitter1.Size        = new System.Drawing.Size(3, 224);
     this.splitter1.TabIndex    = 3;
     this.splitter1.TabStop     = false;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.listPrevious);
     this.panel8.Controls.Add(this.panel12);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(288, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(264, 224);
     this.panel8.TabIndex = 2;
     //
     // listPrevious
     //
     this.listPrevious.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listPrevious.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listPrevious.FullRowSelect         = true;
     this.listPrevious.Location              = new System.Drawing.Point(0, 32);
     this.listPrevious.MultiSelect           = false;
     this.listPrevious.Name                  = "listPrevious";
     this.listPrevious.Size                  = new System.Drawing.Size(264, 152);
     this.listPrevious.TabIndex              = 5;
     this.listPrevious.View                  = System.Windows.Forms.View.Details;
     this.listPrevious.Click                += new System.EventHandler(this.listPrevious_Click);
     this.listPrevious.SelectedIndexChanged += new System.EventHandler(this.listPrevious_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Answer";
     this.columnHeader1.Width = 303;
     //
     // panel12
     //
     this.panel12.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel12.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel12.Location  = new System.Drawing.Point(0, 184);
     this.panel12.Name      = "panel12";
     this.panel12.Size      = new System.Drawing.Size(264, 40);
     this.panel12.TabIndex  = 7;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel9.Controls.Add(this.label4);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(264, 32);
     this.panel9.TabIndex = 2;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label4.Location  = new System.Drawing.Point(8, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(136, 23);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Previous Answers";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.textAnswer);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.panel11);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(288, 224);
     this.panel5.TabIndex = 1;
     //
     // textAnswer
     //
     this.textAnswer.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textAnswer.Location     = new System.Drawing.Point(0, 32);
     this.textAnswer.Multiline    = true;
     this.textAnswer.Name         = "textAnswer";
     this.textAnswer.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.textAnswer.Size         = new System.Drawing.Size(288, 152);
     this.textAnswer.TabIndex     = 3;
     this.textAnswer.Text         = "";
     this.textAnswer.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textAnswer_KeyPress);
     this.textAnswer.TextChanged += new System.EventHandler(this.textAnswer_TextChanged);
     this.textAnswer.Enter       += new System.EventHandler(this.textAnswer_Enter);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel6.Controls.Add(this.label3);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(288, 32);
     this.panel6.TabIndex = 1;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label3.Location  = new System.Drawing.Point(0, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 16);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Answer";
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel11.Controls.Add(this.nsbtn_ignore);
     this.panel11.Controls.Add(this.button1);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel11.Location = new System.Drawing.Point(0, 184);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(288, 40);
     this.panel11.TabIndex = 6;
     //
     // nsbtn_ignore
     //
     this.nsbtn_ignore.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.nsbtn_ignore.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsbtn_ignore.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.HottrackImage")));
     this.nsbtn_ignore.Location       = new System.Drawing.Point(72, 8);
     this.nsbtn_ignore.Name           = "nsbtn_ignore";
     this.nsbtn_ignore.NormalImage    = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.NormalImage")));
     this.nsbtn_ignore.OnlyShowBitmap = true;
     this.nsbtn_ignore.PressedImage   = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.PressedImage")));
     this.nsbtn_ignore.Size           = new System.Drawing.Size(62, 27);
     this.nsbtn_ignore.Text           = "Ignore";
     this.nsbtn_ignore.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.nsbtn_ignore.ToolTip        = null;
     this.nsbtn_ignore.Click         += new System.EventHandler(this.nsbtn_ignore_Click);
     //
     // button1
     //
     this.button1.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location       = new System.Drawing.Point(0, 8);
     this.button1.Name           = "button1";
     this.button1.NormalImage    = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage   = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size           = new System.Drawing.Size(62, 27);
     this.button1.Text           = "nsButton1";
     this.button1.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip        = null;
     this.button1.Click         += new System.EventHandler(this.button1_Click);
     //
     // bodyTopPanel
     //
     this.bodyTopPanel.Controls.Add(this.splitter2);
     this.bodyTopPanel.Controls.Add(this.panel1);
     this.bodyTopPanel.Controls.Add(this.bodyTopLeft);
     this.bodyTopPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.bodyTopPanel.Location = new System.Drawing.Point(0, 0);
     this.bodyTopPanel.Name     = "bodyTopPanel";
     this.bodyTopPanel.Size     = new System.Drawing.Size(552, 136);
     this.bodyTopPanel.TabIndex = 0;
     //
     // splitter2
     //
     this.splitter2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter2.Location    = new System.Drawing.Point(288, 0);
     this.splitter2.Name        = "splitter2";
     this.splitter2.Size        = new System.Drawing.Size(3, 136);
     this.splitter2.TabIndex    = 2;
     this.splitter2.TabStop     = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.listAnswered);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(288, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(264, 136);
     this.panel1.TabIndex = 1;
     //
     // listAnswered
     //
     this.listAnswered.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader7,
         this.columnHeader5
     });
     this.listAnswered.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listAnswered.FullRowSelect         = true;
     this.listAnswered.HideSelection         = false;
     this.listAnswered.Location              = new System.Drawing.Point(0, 32);
     this.listAnswered.MultiSelect           = false;
     this.listAnswered.Name                  = "listAnswered";
     this.listAnswered.Size                  = new System.Drawing.Size(264, 104);
     this.listAnswered.TabIndex              = 4;
     this.listAnswered.View                  = System.Windows.Forms.View.Details;
     this.listAnswered.Click                += new System.EventHandler(this.listAnswered_Click);
     this.listAnswered.SelectedIndexChanged += new System.EventHandler(this.listAnswered_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "#";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Sender";
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Question";
     this.columnHeader5.Width = 436;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel3.ForeColor = System.Drawing.SystemColors.InactiveCaption;
     this.panel3.Location  = new System.Drawing.Point(0, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(264, 32);
     this.panel3.TabIndex  = 2;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location  = new System.Drawing.Point(8, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 23);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Questions Answered";
     //
     // bodyTopLeft
     //
     this.bodyTopLeft.Controls.Add(this.listNotAnswered);
     this.bodyTopLeft.Controls.Add(this.panelTopLeftTop);
     this.bodyTopLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.bodyTopLeft.Location = new System.Drawing.Point(0, 0);
     this.bodyTopLeft.Name     = "bodyTopLeft";
     this.bodyTopLeft.Size     = new System.Drawing.Size(288, 136);
     this.bodyTopLeft.TabIndex = 0;
     //
     // listNotAnswered
     //
     this.listNotAnswered.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader6,
         this.columnHeader3
     });
     this.listNotAnswered.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listNotAnswered.FullRowSelect         = true;
     this.listNotAnswered.HideSelection         = false;
     this.listNotAnswered.Location              = new System.Drawing.Point(0, 32);
     this.listNotAnswered.MultiSelect           = false;
     this.listNotAnswered.Name                  = "listNotAnswered";
     this.listNotAnswered.Size                  = new System.Drawing.Size(288, 104);
     this.listNotAnswered.TabIndex              = 2;
     this.listNotAnswered.View                  = System.Windows.Forms.View.Details;
     this.listNotAnswered.Click                += new System.EventHandler(this.listNotAnswered_Click);
     this.listNotAnswered.DoubleClick          += new System.EventHandler(this.listNotAnswered_DoubleClick);
     this.listNotAnswered.SelectedIndexChanged += new System.EventHandler(this.listNotAnswered_SelectedIndexChanged);
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "#";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Sender";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Question";
     this.columnHeader3.Width = 215;
     //
     // panelTopLeftTop
     //
     this.panelTopLeftTop.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panelTopLeftTop.Controls.Add(this.label1);
     this.panelTopLeftTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTopLeftTop.Location = new System.Drawing.Point(0, 0);
     this.panelTopLeftTop.Name     = "panelTopLeftTop";
     this.panelTopLeftTop.Size     = new System.Drawing.Size(288, 32);
     this.panelTopLeftTop.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location  = new System.Drawing.Point(0, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Questiosn Not Answered";
     //
     // QuestionAnswerPresenter
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.baseBottomPanel);
     this.Controls.Add(this.baseRightPanel);
     this.Controls.Add(this.baseLeftPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "QuestionAnswerPresenter";
     this.Size = new System.Drawing.Size(568, 464);
     this.panel4.ResumeLayout(false);
     this.panel14.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.bodyBottomPanel.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.bodyTopPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.bodyTopLeft.ResumeLayout(false);
     this.panelTopLeftTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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(PollResult));
     this.m_panelDrawing = new System.Drawing.PieChart.PieChartControl();
     this.barGraphBox = new System.Windows.Forms.PictureBox();
     this.numericUpDownValue6 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownValue5 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownValue4 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownValue3 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownValue2 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownValue1 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement1 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement6 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement5 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement4 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement3 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownDisplacement2 = new System.Windows.Forms.NumericUpDown();
     this.buttonColor6 = new System.Windows.Forms.Button();
     this.buttonColor5 = new System.Windows.Forms.Button();
     this.buttonColor4 = new System.Windows.Forms.Button();
     this.buttonColor3 = new System.Windows.Forms.Button();
     this.buttonColor2 = new System.Windows.Forms.Button();
     this.buttonColor1 = new System.Windows.Forms.Button();
     this.m_colorDialog = new System.Windows.Forms.ColorDialog();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.textBoxToolTip6 = new System.Windows.Forms.TextBox();
     this.textBoxToolTip5 = new System.Windows.Forms.TextBox();
     this.textBoxToolTip4 = new System.Windows.Forms.TextBox();
     this.textBoxToolTip3 = new System.Windows.Forms.TextBox();
     this.textBoxToolTip2 = new System.Windows.Forms.TextBox();
     this.textBoxToolTip1 = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.checkBox6 = new System.Windows.Forms.CheckBox();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.ColumnOption = new System.Windows.Forms.ColumnHeader();
     this.columnColor = new System.Windows.Forms.ColumnHeader();
     this.columnCount = new System.Windows.Forms.ColumnHeader();
     this.ColumnPercentage = new System.Windows.Forms.ColumnHeader();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.listViewAttendeeAnswers = new System.Windows.Forms.ListView();
     this.columnName = new System.Windows.Forms.ColumnHeader();
     this.columnOptionSelected = new System.Windows.Forms.ColumnHeader();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.btnBarGraphEx = new NSPAControls.NSButton();
     this.btnPieChart = new NSPAControls.NSButton();
     this.btnBarGraph = new System.Windows.Forms.Button();
     this.button1 = new NSPAControls.NSButton();
     this.button2 = new NSPAControls.NSButton();
     this.btnOption = new System.Windows.Forms.Button();
     this.panelTop = new System.Windows.Forms.Panel();
     this.lblQuestion = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement2)).BeginInit();
     this.groupBox6.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panelTop.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panelDrawing
     //
     this.m_panelDrawing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panelDrawing.BackColor = System.Drawing.SystemColors.Window;
     this.m_panelDrawing.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panelDrawing.Location = new System.Drawing.Point(344, 48);
     this.m_panelDrawing.Name = "m_panelDrawing";
     this.m_panelDrawing.Size = new System.Drawing.Size(304, 208);
     this.m_panelDrawing.TabIndex = 0;
     this.m_panelDrawing.ToolTips = null;
     this.m_panelDrawing.MouseHover += new System.EventHandler(this.m_panelDrawing_MouseHover);
     //
     // barGraphBox
     //
     this.barGraphBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.barGraphBox.Location = new System.Drawing.Point(8, 48);
     this.barGraphBox.Name = "barGraphBox";
     this.barGraphBox.Size = new System.Drawing.Size(328, 208);
     this.barGraphBox.TabIndex = 0;
     this.barGraphBox.TabStop = false;
     this.barGraphBox.Paint += new System.Windows.Forms.PaintEventHandler(this.barGraphBox_Paint);
     //
     // numericUpDownValue6
     //
     this.numericUpDownValue6.Location = new System.Drawing.Point(32, 215);
     this.numericUpDownValue6.Name = "numericUpDownValue6";
     this.numericUpDownValue6.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue6.TabIndex = 30;
     this.numericUpDownValue6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue6.Value = new System.Decimal(new int[] {
                                                                       25,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue6.ValueChanged += new System.EventHandler(this.numericUpDownValue6_ValueChanged);
     //
     // numericUpDownValue5
     //
     this.numericUpDownValue5.Location = new System.Drawing.Point(32, 180);
     this.numericUpDownValue5.Name = "numericUpDownValue5";
     this.numericUpDownValue5.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue5.TabIndex = 25;
     this.numericUpDownValue5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue5.Value = new System.Decimal(new int[] {
                                                                       25,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue5.ValueChanged += new System.EventHandler(this.numericUpDownValue5_ValueChanged);
     //
     // numericUpDownValue4
     //
     this.numericUpDownValue4.Location = new System.Drawing.Point(32, 145);
     this.numericUpDownValue4.Name = "numericUpDownValue4";
     this.numericUpDownValue4.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue4.TabIndex = 20;
     this.numericUpDownValue4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue4.Value = new System.Decimal(new int[] {
                                                                       60,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue4.ValueChanged += new System.EventHandler(this.numericUpDownValue4_ValueChanged);
     //
     // numericUpDownValue3
     //
     this.numericUpDownValue3.Location = new System.Drawing.Point(32, 110);
     this.numericUpDownValue3.Name = "numericUpDownValue3";
     this.numericUpDownValue3.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue3.TabIndex = 15;
     this.numericUpDownValue3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue3.Value = new System.Decimal(new int[] {
                                                                       20,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue3.ValueChanged += new System.EventHandler(this.numericUpDownValue3_ValueChanged);
     //
     // numericUpDownValue2
     //
     this.numericUpDownValue2.Location = new System.Drawing.Point(32, 75);
     this.numericUpDownValue2.Name = "numericUpDownValue2";
     this.numericUpDownValue2.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue2.TabIndex = 10;
     this.numericUpDownValue2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue2.Value = new System.Decimal(new int[] {
                                                                       15,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue2.ValueChanged += new System.EventHandler(this.numericUpDownValue2_ValueChanged);
     //
     // numericUpDownValue1
     //
     this.numericUpDownValue1.Location = new System.Drawing.Point(32, 40);
     this.numericUpDownValue1.Name = "numericUpDownValue1";
     this.numericUpDownValue1.Size = new System.Drawing.Size(56, 21);
     this.numericUpDownValue1.TabIndex = 5;
     this.numericUpDownValue1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownValue1.Value = new System.Decimal(new int[] {
                                                                       10,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numericUpDownValue1.ValueChanged += new System.EventHandler(this.numericUpDownValue1_ValueChanged);
     //
     // numericUpDownDisplacement1
     //
     this.numericUpDownDisplacement1.DecimalPlaces = 2;
     this.numericUpDownDisplacement1.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement1.Location = new System.Drawing.Point(96, 40);
     this.numericUpDownDisplacement1.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement1.Name = "numericUpDownDisplacement1";
     this.numericUpDownDisplacement1.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement1.TabIndex = 6;
     this.numericUpDownDisplacement1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement1.Value = new System.Decimal(new int[] {
                                                                              2,
                                                                              0,
                                                                              0,
                                                                              65536});
     this.numericUpDownDisplacement1.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement1_ValueChanged);
     //
     // numericUpDownDisplacement6
     //
     this.numericUpDownDisplacement6.DecimalPlaces = 2;
     this.numericUpDownDisplacement6.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement6.Location = new System.Drawing.Point(96, 215);
     this.numericUpDownDisplacement6.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement6.Name = "numericUpDownDisplacement6";
     this.numericUpDownDisplacement6.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement6.TabIndex = 31;
     this.numericUpDownDisplacement6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement6.Value = new System.Decimal(new int[] {
                                                                              5,
                                                                              0,
                                                                              0,
                                                                              131072});
     this.numericUpDownDisplacement6.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement6_ValueChanged);
     //
     // numericUpDownDisplacement5
     //
     this.numericUpDownDisplacement5.DecimalPlaces = 2;
     this.numericUpDownDisplacement5.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement5.Location = new System.Drawing.Point(96, 180);
     this.numericUpDownDisplacement5.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement5.Name = "numericUpDownDisplacement5";
     this.numericUpDownDisplacement5.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement5.TabIndex = 26;
     this.numericUpDownDisplacement5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement5.Value = new System.Decimal(new int[] {
                                                                              5,
                                                                              0,
                                                                              0,
                                                                              131072});
     this.numericUpDownDisplacement5.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement5_ValueChanged);
     //
     // numericUpDownDisplacement4
     //
     this.numericUpDownDisplacement4.DecimalPlaces = 2;
     this.numericUpDownDisplacement4.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement4.Location = new System.Drawing.Point(96, 145);
     this.numericUpDownDisplacement4.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement4.Name = "numericUpDownDisplacement4";
     this.numericUpDownDisplacement4.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement4.TabIndex = 21;
     this.numericUpDownDisplacement4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement4.Value = new System.Decimal(new int[] {
                                                                              5,
                                                                              0,
                                                                              0,
                                                                              131072});
     this.numericUpDownDisplacement4.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement4_ValueChanged);
     //
     // numericUpDownDisplacement3
     //
     this.numericUpDownDisplacement3.DecimalPlaces = 2;
     this.numericUpDownDisplacement3.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement3.Location = new System.Drawing.Point(96, 110);
     this.numericUpDownDisplacement3.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement3.Name = "numericUpDownDisplacement3";
     this.numericUpDownDisplacement3.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement3.TabIndex = 16;
     this.numericUpDownDisplacement3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement3.Value = new System.Decimal(new int[] {
                                                                              5,
                                                                              0,
                                                                              0,
                                                                              131072});
     this.numericUpDownDisplacement3.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement3_ValueChanged);
     //
     // numericUpDownDisplacement2
     //
     this.numericUpDownDisplacement2.DecimalPlaces = 2;
     this.numericUpDownDisplacement2.Increment = new System.Decimal(new int[] {
                                                                                  5,
                                                                                  0,
                                                                                  0,
                                                                                  131072});
     this.numericUpDownDisplacement2.Location = new System.Drawing.Point(96, 75);
     this.numericUpDownDisplacement2.Maximum = new System.Decimal(new int[] {
                                                                                1,
                                                                                0,
                                                                                0,
                                                                                0});
     this.numericUpDownDisplacement2.Name = "numericUpDownDisplacement2";
     this.numericUpDownDisplacement2.Size = new System.Drawing.Size(64, 21);
     this.numericUpDownDisplacement2.TabIndex = 11;
     this.numericUpDownDisplacement2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownDisplacement2.Value = new System.Decimal(new int[] {
                                                                              5,
                                                                              0,
                                                                              0,
                                                                              131072});
     this.numericUpDownDisplacement2.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement2_ValueChanged);
     //
     // buttonColor6
     //
     this.buttonColor6.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.buttonColor6.Location = new System.Drawing.Point(180, 215);
     this.buttonColor6.Name = "buttonColor6";
     this.buttonColor6.Size = new System.Drawing.Size(20, 20);
     this.buttonColor6.TabIndex = 32;
     this.buttonColor6.Click += new System.EventHandler(this.buttonColor6_Click);
     //
     // buttonColor5
     //
     this.buttonColor5.BackColor = System.Drawing.Color.Firebrick;
     this.buttonColor5.Location = new System.Drawing.Point(180, 180);
     this.buttonColor5.Name = "buttonColor5";
     this.buttonColor5.Size = new System.Drawing.Size(20, 20);
     this.buttonColor5.TabIndex = 27;
     this.buttonColor5.Click += new System.EventHandler(this.buttonColor5_Click);
     //
     // buttonColor4
     //
     this.buttonColor4.BackColor = System.Drawing.Color.Yellow;
     this.buttonColor4.Location = new System.Drawing.Point(180, 145);
     this.buttonColor4.Name = "buttonColor4";
     this.buttonColor4.Size = new System.Drawing.Size(20, 20);
     this.buttonColor4.TabIndex = 22;
     this.buttonColor4.Click += new System.EventHandler(this.buttonColor4_Click);
     //
     // buttonColor3
     //
     this.buttonColor3.BackColor = System.Drawing.Color.Blue;
     this.buttonColor3.Location = new System.Drawing.Point(180, 110);
     this.buttonColor3.Name = "buttonColor3";
     this.buttonColor3.Size = new System.Drawing.Size(20, 20);
     this.buttonColor3.TabIndex = 17;
     this.buttonColor3.Click += new System.EventHandler(this.buttonColor3_Click);
     //
     // buttonColor2
     //
     this.buttonColor2.BackColor = System.Drawing.Color.LimeGreen;
     this.buttonColor2.Location = new System.Drawing.Point(180, 75);
     this.buttonColor2.Name = "buttonColor2";
     this.buttonColor2.Size = new System.Drawing.Size(20, 20);
     this.buttonColor2.TabIndex = 12;
     this.buttonColor2.Click += new System.EventHandler(this.buttonColor2_Click);
     //
     // buttonColor1
     //
     this.buttonColor1.BackColor = System.Drawing.Color.Red;
     this.buttonColor1.Location = new System.Drawing.Point(180, 40);
     this.buttonColor1.Name = "buttonColor1";
     this.buttonColor1.Size = new System.Drawing.Size(20, 20);
     this.buttonColor1.TabIndex = 7;
     this.buttonColor1.Click += new System.EventHandler(this.buttonColor1_Click);
     //
     // groupBox6
     //
     this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox6.Controls.Add(this.textBoxToolTip6);
     this.groupBox6.Controls.Add(this.textBoxToolTip5);
     this.groupBox6.Controls.Add(this.textBoxToolTip4);
     this.groupBox6.Controls.Add(this.textBoxToolTip3);
     this.groupBox6.Controls.Add(this.textBoxToolTip2);
     this.groupBox6.Controls.Add(this.textBoxToolTip1);
     this.groupBox6.Controls.Add(this.label12);
     this.groupBox6.Controls.Add(this.checkBox6);
     this.groupBox6.Controls.Add(this.checkBox5);
     this.groupBox6.Controls.Add(this.checkBox4);
     this.groupBox6.Controls.Add(this.checkBox3);
     this.groupBox6.Controls.Add(this.checkBox2);
     this.groupBox6.Controls.Add(this.checkBox1);
     this.groupBox6.Controls.Add(this.label10);
     this.groupBox6.Controls.Add(this.label9);
     this.groupBox6.Controls.Add(this.label8);
     this.groupBox6.Controls.Add(this.numericUpDownValue2);
     this.groupBox6.Controls.Add(this.numericUpDownValue3);
     this.groupBox6.Controls.Add(this.numericUpDownValue6);
     this.groupBox6.Controls.Add(this.numericUpDownValue1);
     this.groupBox6.Controls.Add(this.numericUpDownValue5);
     this.groupBox6.Controls.Add(this.numericUpDownValue4);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement1);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement6);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement3);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement4);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement5);
     this.groupBox6.Controls.Add(this.numericUpDownDisplacement2);
     this.groupBox6.Controls.Add(this.buttonColor3);
     this.groupBox6.Controls.Add(this.buttonColor6);
     this.groupBox6.Controls.Add(this.buttonColor5);
     this.groupBox6.Controls.Add(this.buttonColor2);
     this.groupBox6.Controls.Add(this.buttonColor4);
     this.groupBox6.Controls.Add(this.buttonColor1);
     this.groupBox6.Location = new System.Drawing.Point(64, 528);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(304, 248);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "&Pie slices";
     this.groupBox6.Visible = false;
     //
     // textBoxToolTip6
     //
     this.textBoxToolTip6.Location = new System.Drawing.Point(216, 215);
     this.textBoxToolTip6.Name = "textBoxToolTip6";
     this.textBoxToolTip6.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip6.TabIndex = 33;
     this.textBoxToolTip6.Text = "";
     this.textBoxToolTip6.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // textBoxToolTip5
     //
     this.textBoxToolTip5.Location = new System.Drawing.Point(216, 180);
     this.textBoxToolTip5.Name = "textBoxToolTip5";
     this.textBoxToolTip5.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip5.TabIndex = 28;
     this.textBoxToolTip5.Text = "";
     this.textBoxToolTip5.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // textBoxToolTip4
     //
     this.textBoxToolTip4.Location = new System.Drawing.Point(216, 145);
     this.textBoxToolTip4.Name = "textBoxToolTip4";
     this.textBoxToolTip4.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip4.TabIndex = 23;
     this.textBoxToolTip4.Text = "";
     this.textBoxToolTip4.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // textBoxToolTip3
     //
     this.textBoxToolTip3.Location = new System.Drawing.Point(216, 110);
     this.textBoxToolTip3.Name = "textBoxToolTip3";
     this.textBoxToolTip3.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip3.TabIndex = 18;
     this.textBoxToolTip3.Text = "";
     this.textBoxToolTip3.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // textBoxToolTip2
     //
     this.textBoxToolTip2.Location = new System.Drawing.Point(216, 75);
     this.textBoxToolTip2.Name = "textBoxToolTip2";
     this.textBoxToolTip2.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip2.TabIndex = 13;
     this.textBoxToolTip2.Text = "";
     this.textBoxToolTip2.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // textBoxToolTip1
     //
     this.textBoxToolTip1.Location = new System.Drawing.Point(216, 40);
     this.textBoxToolTip1.Name = "textBoxToolTip1";
     this.textBoxToolTip1.Size = new System.Drawing.Size(80, 21);
     this.textBoxToolTip1.TabIndex = 8;
     this.textBoxToolTip1.Text = "";
     this.textBoxToolTip1.TextChanged += new System.EventHandler(this.textBoxToolTip_TextChanged);
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(216, 16);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(64, 16);
     this.label12.TabIndex = 3;
     this.label12.Text = "ToolTip";
     //
     // checkBox6
     //
     this.checkBox6.Checked = true;
     this.checkBox6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox6.Location = new System.Drawing.Point(8, 213);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(16, 24);
     this.checkBox6.TabIndex = 29;
     this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
     //
     // checkBox5
     //
     this.checkBox5.Checked = true;
     this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox5.Location = new System.Drawing.Point(8, 178);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(16, 24);
     this.checkBox5.TabIndex = 24;
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.Checked = true;
     this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.Location = new System.Drawing.Point(8, 143);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(16, 24);
     this.checkBox4.TabIndex = 19;
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Checked = true;
     this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox3.Location = new System.Drawing.Point(8, 108);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(16, 24);
     this.checkBox3.TabIndex = 14;
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.Checked = true;
     this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.Location = new System.Drawing.Point(8, 73);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(16, 24);
     this.checkBox2.TabIndex = 9;
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(8, 38);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(16, 24);
     this.checkBox1.TabIndex = 4;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(176, 16);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(38, 16);
     this.label10.TabIndex = 2;
     this.label10.Text = "Color";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(96, 16);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(80, 16);
     this.label9.TabIndex = 1;
     this.label9.Text = "Displacement";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(32, 16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(48, 16);
     this.label8.TabIndex = 0;
     this.label8.Text = "Value";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ColumnOption
     //
     this.ColumnOption.Text = "Option";
     this.ColumnOption.Width = 153;
     //
     // columnColor
     //
     this.columnColor.Text = "Color";
     this.columnColor.Width = 41;
     //
     // columnCount
     //
     this.columnCount.Text = "Count";
     this.columnCount.Width = 47;
     //
     // ColumnPercentage
     //
     this.ColumnPercentage.Text = "%";
     this.ColumnPercentage.Width = 26;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.panel4);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.ForeColor = System.Drawing.Color.White;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(656, 219);
     this.groupBox3.TabIndex = 15;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Answer Details";
     this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.listViewAttendeeAnswers);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 17);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(650, 199);
     this.panel4.TabIndex = 1;
     //
     // listViewAttendeeAnswers
     //
     this.listViewAttendeeAnswers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                               this.columnName,
                                                                                               this.columnOptionSelected});
     this.listViewAttendeeAnswers.FullRowSelect = true;
     this.listViewAttendeeAnswers.Location = new System.Drawing.Point(3, 0);
     this.listViewAttendeeAnswers.Name = "listViewAttendeeAnswers";
     this.listViewAttendeeAnswers.Scrollable = false;
     this.listViewAttendeeAnswers.Size = new System.Drawing.Size(985, 232);
     this.listViewAttendeeAnswers.Sorting = System.Windows.Forms.SortOrder.Descending;
     this.listViewAttendeeAnswers.TabIndex = 0;
     this.listViewAttendeeAnswers.View = System.Windows.Forms.View.Details;
     this.listViewAttendeeAnswers.DoubleClick += new System.EventHandler(this.listViewAttendeeAnswers_DoubleClick);
     this.listViewAttendeeAnswers.SelectedIndexChanged += new System.EventHandler(this.listViewAttendeeAnswers_SelectedIndexChanged);
     //
     // columnName
     //
     this.columnName.Text = "Respondent";
     this.columnName.Width = 195;
     //
     // columnOptionSelected
     //
     this.columnOptionSelected.Text = "Answer";
     this.columnOptionSelected.Width = 462;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.btnBarGraphEx);
     this.panel2.Controls.Add(this.btnPieChart);
     this.panel2.Controls.Add(this.btnBarGraph);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Location = new System.Drawing.Point(96, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(552, 40);
     this.panel2.TabIndex = 19;
     this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(90, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(460, 19);
     this.label1.TabIndex = 6;
     this.label1.Text = "Note: In case of new Poll question, the current resulting window will disappear";
     //
     // btnBarGraphEx
     //
     this.btnBarGraphEx.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnBarGraphEx.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnBarGraphEx.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnBarGraphEx.HottrackImage")));
     this.btnBarGraphEx.Location = new System.Drawing.Point(214, 8);
     this.btnBarGraphEx.Name = "btnBarGraphEx";
     this.btnBarGraphEx.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnBarGraphEx.NormalImage")));
     this.btnBarGraphEx.OnlyShowBitmap = true;
     this.btnBarGraphEx.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnBarGraphEx.PressedImage")));
     this.btnBarGraphEx.Size = new System.Drawing.Size(64, 32);
     this.btnBarGraphEx.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnBarGraphEx.ToolTip = null;
     this.btnBarGraphEx.Visible = false;
     this.btnBarGraphEx.Click += new System.EventHandler(this.btnBarGraph_Click);
     //
     // btnPieChart
     //
     this.btnPieChart.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnPieChart.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnPieChart.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnPieChart.HottrackImage")));
     this.btnPieChart.Location = new System.Drawing.Point(140, 8);
     this.btnPieChart.Name = "btnPieChart";
     this.btnPieChart.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnPieChart.NormalImage")));
     this.btnPieChart.OnlyShowBitmap = true;
     this.btnPieChart.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnPieChart.PressedImage")));
     this.btnPieChart.Size = new System.Drawing.Size(64, 32);
     this.btnPieChart.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnPieChart.ToolTip = null;
     this.btnPieChart.Visible = false;
     this.btnPieChart.Click += new System.EventHandler(this.nsButton1_Click);
     //
     // btnBarGraph
     //
     this.btnBarGraph.Location = new System.Drawing.Point(284, 10);
     this.btnBarGraph.Name = "btnBarGraph";
     this.btnBarGraph.Size = new System.Drawing.Size(97, 23);
     this.btnBarGraph.TabIndex = 5;
     this.btnBarGraph.Text = "Show Bar Graph";
     this.btnBarGraph.Visible = false;
     this.btnBarGraph.Click += new System.EventHandler(this.btnBarGraph_Click);
     //
     // button1
     //
     this.button1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location = new System.Drawing.Point(9, 6);
     this.button1.Name = "button1";
     this.button1.NormalImage = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size = new System.Drawing.Size(63, 28);
     this.button1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip = null;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button2.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button2.HottrackImage")));
     this.button2.Location = new System.Drawing.Point(88, 8);
     this.button2.Name = "button2";
     this.button2.NormalImage = ((System.Drawing.Image)(resources.GetObject("button2.NormalImage")));
     this.button2.OnlyShowBitmap = true;
     this.button2.PressedImage = ((System.Drawing.Image)(resources.GetObject("button2.PressedImage")));
     this.button2.Size = new System.Drawing.Size(63, 28);
     this.button2.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button2.ToolTip = null;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // btnOption
     //
     this.btnOption.Location = new System.Drawing.Point(616, 10);
     this.btnOption.Name = "btnOption";
     this.btnOption.Size = new System.Drawing.Size(16, 23);
     this.btnOption.TabIndex = 2;
     this.btnOption.Text = "Options";
     this.btnOption.Visible = false;
     this.btnOption.Click += new System.EventHandler(this.btnOption_Click);
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.lblQuestion);
     this.panelTop.Controls.Add(this.m_panelDrawing);
     this.panelTop.Controls.Add(this.barGraphBox);
     this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name = "panelTop";
     this.panelTop.Size = new System.Drawing.Size(656, 264);
     this.panelTop.TabIndex = 20;
     this.panelTop.Paint += new System.Windows.Forms.PaintEventHandler(this.panelTop_Paint);
     //
     // lblQuestion
     //
     this.lblQuestion.BackColor = System.Drawing.SystemColors.HotTrack;
     this.lblQuestion.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblQuestion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblQuestion.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblQuestion.Location = new System.Drawing.Point(0, 0);
     this.lblQuestion.Name = "lblQuestion";
     this.lblQuestion.Size = new System.Drawing.Size(656, 40);
     this.lblQuestion.TabIndex = 1;
     this.lblQuestion.Text = "Q.";
     this.lblQuestion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.btnOption);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 483);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(656, 40);
     this.panel1.TabIndex = 21;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 264);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(656, 219);
     this.panel3.TabIndex = 22;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.groupBox3);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(656, 219);
     this.panel5.TabIndex = 17;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Description";
     this.columnHeader2.Width = 251;
     //
     // PollResult
     //
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelTop);
     this.Controls.Add(this.groupBox6);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "PollResult";
     this.Size = new System.Drawing.Size(656, 523);
     this.Resize += new System.EventHandler(this.PollResult_Resize);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.PollResult_Paint);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownValue1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDisplacement2)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panelTop.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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(NotesControl));
     this.textBox = new WebMeeting.Client.PrintableRichTextBox();
     this.bottomPanel = new System.Windows.Forms.Panel();
     this.btnSave = new NSPAControls.NSButton();
     this.btnOpen = new NSPAControls.NSButton();
     this.topPanel = new System.Windows.Forms.Panel();
     this.bottomPanel.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox
     //
     this.textBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBox.HiglightColor = Khendys.Controls.RtfColor.White;
     this.textBox.Location = new System.Drawing.Point(0, 0);
     this.textBox.Name = "textBox";
     this.textBox.Size = new System.Drawing.Size(256, 240);
     this.textBox.TabIndex = 0;
     this.textBox.Text = "";
     this.textBox.TextColor = Khendys.Controls.RtfColor.Black;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     //
     // bottomPanel
     //
     this.bottomPanel.Controls.Add(this.btnSave);
     this.bottomPanel.Controls.Add(this.btnOpen);
     this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bottomPanel.Location = new System.Drawing.Point(0, 240);
     this.bottomPanel.Name = "bottomPanel";
     this.bottomPanel.Size = new System.Drawing.Size(256, 40);
     this.bottomPanel.TabIndex = 3;
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnSave.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnSave.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnSave.HottrackImage")));
     this.btnSave.Location = new System.Drawing.Point(176, 8);
     this.btnSave.Name = "btnSave";
     this.btnSave.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnSave.NormalImage")));
     this.btnSave.OnlyShowBitmap = true;
     this.btnSave.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnSave.PressedImage")));
     this.btnSave.Size = new System.Drawing.Size(72, 32);
     this.btnSave.Text = "nsButton1";
     this.btnSave.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnSave.ToolTip = null;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnOpen
     //
     this.btnOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOpen.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnOpen.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnOpen.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.HottrackImage")));
     this.btnOpen.Location = new System.Drawing.Point(104, 8);
     this.btnOpen.Name = "btnOpen";
     this.btnOpen.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.NormalImage")));
     this.btnOpen.OnlyShowBitmap = true;
     this.btnOpen.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.PressedImage")));
     this.btnOpen.Size = new System.Drawing.Size(80, 32);
     this.btnOpen.Text = "nsButton1";
     this.btnOpen.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnOpen.ToolTip = null;
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // topPanel
     //
     this.topPanel.Controls.Add(this.textBox);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(256, 240);
     this.topPanel.TabIndex = 4;
     //
     // NotesControl
     //
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.Controls.Add(this.topPanel);
     this.Controls.Add(this.bottomPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "NotesControl";
     this.Size = new System.Drawing.Size(256, 280);
     this.bottomPanel.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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(NotesControl));
     this.textBox     = new WebMeeting.Client.PrintableRichTextBox();
     this.bottomPanel = new System.Windows.Forms.Panel();
     this.btnSave     = new NSPAControls.NSButton();
     this.btnOpen     = new NSPAControls.NSButton();
     this.topPanel    = new System.Windows.Forms.Panel();
     this.bottomPanel.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox
     //
     this.textBox.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textBox.HiglightColor = Khendys.Controls.RtfColor.White;
     this.textBox.Location      = new System.Drawing.Point(0, 0);
     this.textBox.Name          = "textBox";
     this.textBox.Size          = new System.Drawing.Size(256, 240);
     this.textBox.TabIndex      = 0;
     this.textBox.Text          = "";
     this.textBox.TextColor     = Khendys.Controls.RtfColor.Black;
     this.textBox.TextChanged  += new System.EventHandler(this.textBox_TextChanged);
     //
     // bottomPanel
     //
     this.bottomPanel.Controls.Add(this.btnSave);
     this.bottomPanel.Controls.Add(this.btnOpen);
     this.bottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomPanel.Location = new System.Drawing.Point(0, 240);
     this.bottomPanel.Name     = "bottomPanel";
     this.bottomPanel.Size     = new System.Drawing.Size(256, 40);
     this.bottomPanel.TabIndex = 3;
     //
     // btnSave
     //
     this.btnSave.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnSave.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnSave.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnSave.HottrackImage")));
     this.btnSave.Location       = new System.Drawing.Point(176, 8);
     this.btnSave.Name           = "btnSave";
     this.btnSave.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnSave.NormalImage")));
     this.btnSave.OnlyShowBitmap = true;
     this.btnSave.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnSave.PressedImage")));
     this.btnSave.Size           = new System.Drawing.Size(72, 32);
     this.btnSave.Text           = "nsButton1";
     this.btnSave.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnSave.ToolTip        = null;
     this.btnSave.Click         += new System.EventHandler(this.btnSave_Click);
     //
     // btnOpen
     //
     this.btnOpen.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOpen.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnOpen.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnOpen.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnOpen.HottrackImage")));
     this.btnOpen.Location       = new System.Drawing.Point(104, 8);
     this.btnOpen.Name           = "btnOpen";
     this.btnOpen.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnOpen.NormalImage")));
     this.btnOpen.OnlyShowBitmap = true;
     this.btnOpen.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnOpen.PressedImage")));
     this.btnOpen.Size           = new System.Drawing.Size(80, 32);
     this.btnOpen.Text           = "nsButton1";
     this.btnOpen.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnOpen.ToolTip        = null;
     this.btnOpen.Click         += new System.EventHandler(this.btnOpen_Click);
     //
     // topPanel
     //
     this.topPanel.Controls.Add(this.textBox);
     this.topPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name     = "topPanel";
     this.topPanel.Size     = new System.Drawing.Size(256, 240);
     this.topPanel.TabIndex = 4;
     //
     // NotesControl
     //
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.Controls.Add(this.topPanel);
     this.Controls.Add(this.bottomPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "NotesControl";
     this.Size = new System.Drawing.Size(256, 280);
     this.bottomPanel.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(PresenterExitForm));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chk_MM = new System.Windows.Forms.CheckBox();
     this.btnClose = new NSPAControls.NSButton();
     this.button2 = new NSPAControls.NSButton();
     this.button1 = new NSPAControls.NSButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
     this.groupBox1.Controls.Add(this.chk_MM);
     this.groupBox1.Controls.Add(this.btnClose);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(384, 88);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Do you want to";
     //
     // chk_MM
     //
     this.chk_MM.Checked = true;
     this.chk_MM.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_MM.Location = new System.Drawing.Point(16, 24);
     this.chk_MM.Name = "chk_MM";
     this.chk_MM.Size = new System.Drawing.Size(224, 24);
     this.chk_MM.TabIndex = 3;
     this.chk_MM.Text = "Want to Upload  Minuts of Meeting.";
     //
     // btnClose
     //
     this.btnClose.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location = new System.Drawing.Point(272, 48);
     this.btnClose.Name = "btnClose";
     this.btnClose.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size = new System.Drawing.Size(104, 32);
     this.btnClose.Text = "Close Conference";
     this.btnClose.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip = null;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // button2
     //
     this.button2.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button2.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button2.HottrackImage")));
     this.button2.Location = new System.Drawing.Point(128, 48);
     this.button2.Name = "button2";
     this.button2.NormalImage = ((System.Drawing.Image)(resources.GetObject("button2.NormalImage")));
     this.button2.OnlyShowBitmap = true;
     this.button2.PressedImage = ((System.Drawing.Image)(resources.GetObject("button2.PressedImage")));
     this.button2.Size = new System.Drawing.Size(144, 32);
     this.button2.Text = "Do not Close Conference";
     this.button2.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button2.ToolTip = null;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location = new System.Drawing.Point(16, 48);
     this.button1.Name = "button1";
     this.button1.NormalImage = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size = new System.Drawing.Size(106, 32);
     this.button1.Text = "Close Conference";
     this.button1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip = null;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // PresenterExitForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
     this.ClientSize = new System.Drawing.Size(402, 106);
     this.ControlBox = false;
     this.Controls.Add(this.groupBox1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "PresenterExitForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(PresenterExitForm));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chk_MM    = new System.Windows.Forms.CheckBox();
     this.btnClose  = new NSPAControls.NSButton();
     this.button2   = new NSPAControls.NSButton();
     this.button1   = new NSPAControls.NSButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
     this.groupBox1.Controls.Add(this.chk_MM);
     this.groupBox1.Controls.Add(this.btnClose);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(384, 88);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Do you want to";
     //
     // chk_MM
     //
     this.chk_MM.Checked    = true;
     this.chk_MM.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_MM.Location   = new System.Drawing.Point(16, 24);
     this.chk_MM.Name       = "chk_MM";
     this.chk_MM.Size       = new System.Drawing.Size(224, 24);
     this.chk_MM.TabIndex   = 3;
     this.chk_MM.Text       = "Want to Upload  Minuts of Meeting.";
     //
     // btnClose
     //
     this.btnClose.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location       = new System.Drawing.Point(272, 48);
     this.btnClose.Name           = "btnClose";
     this.btnClose.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size           = new System.Drawing.Size(104, 32);
     this.btnClose.Text           = "Close Conference";
     this.btnClose.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip        = null;
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // button2
     //
     this.button2.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.button2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button2.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("button2.HottrackImage")));
     this.button2.Location       = new System.Drawing.Point(128, 48);
     this.button2.Name           = "button2";
     this.button2.NormalImage    = ((System.Drawing.Image)(resources.GetObject("button2.NormalImage")));
     this.button2.OnlyShowBitmap = true;
     this.button2.PressedImage   = ((System.Drawing.Image)(resources.GetObject("button2.PressedImage")));
     this.button2.Size           = new System.Drawing.Size(144, 32);
     this.button2.Text           = "Do not Close Conference";
     this.button2.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.button2.ToolTip        = null;
     this.button2.Click         += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location       = new System.Drawing.Point(16, 48);
     this.button1.Name           = "button1";
     this.button1.NormalImage    = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage   = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size           = new System.Drawing.Size(106, 32);
     this.button1.Text           = "Close Conference";
     this.button1.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip        = null;
     this.button1.Click         += new System.EventHandler(this.button1_Click);
     //
     // PresenterExitForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
     this.ClientSize        = new System.Drawing.Size(402, 106);
     this.ControlBox        = false;
     this.Controls.Add(this.groupBox1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "PresenterExitForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(findparticipents));
     this.listParticipents = new System.Windows.Forms.ListView();
     this.columnHeader1    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2    = new System.Windows.Forms.ColumnHeader();
     this.txtSearch        = new System.Windows.Forms.TextBox();
     this.lblText          = new System.Windows.Forms.Label();
     this.btnFind          = new NSPAControls.NSButton();
     this.SuspendLayout();
     //
     // listParticipents
     //
     this.listParticipents.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.listParticipents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listParticipents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listParticipents.Location    = new System.Drawing.Point(0, 64);
     this.listParticipents.Name        = "listParticipents";
     this.listParticipents.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.listParticipents.Size        = new System.Drawing.Size(232, 200);
     this.listParticipents.TabIndex    = 0;
     this.listParticipents.View        = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Status";
     this.columnHeader1.Width = 79;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Name";
     this.columnHeader2.Width = 152;
     //
     // txtSearch
     //
     this.txtSearch.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.txtSearch.Location     = new System.Drawing.Point(8, 16);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(216, 21);
     this.txtSearch.TabIndex     = 1;
     this.txtSearch.Text         = "";
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyUp);
     //
     // lblText
     //
     this.lblText.Location = new System.Drawing.Point(8, 0);
     this.lblText.Name     = "lblText";
     this.lblText.Size     = new System.Drawing.Size(160, 16);
     this.lblText.TabIndex = 2;
     this.lblText.Text     = "Search";
     //
     // btnFind
     //
     this.btnFind.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFind.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnFind.Enabled        = false;
     this.btnFind.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnFind.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnFind.HottrackImage")));
     this.btnFind.Location       = new System.Drawing.Point(152, 37);
     this.btnFind.Name           = "btnFind";
     this.btnFind.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnFind.NormalImage")));
     this.btnFind.OnlyShowBitmap = true;
     this.btnFind.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnFind.PressedImage")));
     this.btnFind.Size           = new System.Drawing.Size(60, 24);
     this.btnFind.Text           = "Submit";
     this.btnFind.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnFind.ToolTip        = null;
     this.btnFind.Click         += new System.EventHandler(this.btnFind_Click);
     //
     // findparticipents
     //
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.lblText);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.listParticipents);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "findparticipents";
     this.Size = new System.Drawing.Size(232, 264);
     this.ResumeLayout(false);
 }
Exemple #8
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(PollAttendeeForm));
     this.btnAnswer = new NSPAControls.NSButton();
     this.btnClose = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtQuestion = new System.Windows.Forms.TextBox();
     this.groupRadio = new System.Windows.Forms.GroupBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton4 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton5 = new System.Windows.Forms.RadioButton();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.groupCheckboxes = new System.Windows.Forms.GroupBox();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.groupTextBox = new System.Windows.Forms.GroupBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblInfo = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupRadio.SuspendLayout();
     this.groupCheckboxes.SuspendLayout();
     this.groupTextBox.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAnswer
     //
     this.btnAnswer.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnAnswer.Enabled = false;
     this.btnAnswer.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.btnAnswer.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnAnswer.HottrackImage")));
     this.btnAnswer.Location = new System.Drawing.Point(144, 328);
     this.btnAnswer.Name = "btnAnswer";
     this.btnAnswer.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnAnswer.NormalImage")));
     this.btnAnswer.OnlyShowBitmap = true;
     this.btnAnswer.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnAnswer.PressedImage")));
     this.btnAnswer.Size = new System.Drawing.Size(105, 23);
     this.btnAnswer.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnAnswer.ToolTip = null;
     this.btnAnswer.Click += new System.EventHandler(this.btnAnswer_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.White;
     this.btnClose.Location = new System.Drawing.Point(48, 328);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(64, 24);
     this.btnClose.TabIndex = 7;
     this.btnClose.Visible = false;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtQuestion);
     this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(16, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(344, 100);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Poll";
     //
     // txtQuestion
     //
     this.txtQuestion.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtQuestion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtQuestion.ForeColor = System.Drawing.SystemColors.ControlText;
     this.txtQuestion.Location = new System.Drawing.Point(8, 24);
     this.txtQuestion.Multiline = true;
     this.txtQuestion.Name = "txtQuestion";
     this.txtQuestion.ReadOnly = true;
     this.txtQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtQuestion.Size = new System.Drawing.Size(328, 64);
     this.txtQuestion.TabIndex = 10;
     this.txtQuestion.Text = "textBox1";
     this.txtQuestion.TextChanged += new System.EventHandler(this.txtQuestion_TextChanged);
     //
     // groupRadio
     //
     this.groupRadio.Controls.Add(this.radioButton2);
     this.groupRadio.Controls.Add(this.radioButton4);
     this.groupRadio.Controls.Add(this.radioButton1);
     this.groupRadio.Controls.Add(this.radioButton5);
     this.groupRadio.Controls.Add(this.radioButton3);
     this.groupRadio.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupRadio.Location = new System.Drawing.Point(0, 0);
     this.groupRadio.Name = "groupRadio";
     this.groupRadio.Size = new System.Drawing.Size(344, 192);
     this.groupRadio.TabIndex = 10;
     this.groupRadio.TabStop = false;
     this.groupRadio.Text = "Select an option";
     //
     // radioButton2
     //
     this.radioButton2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton2.Location = new System.Drawing.Point(16, 56);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(312, 32);
     this.radioButton2.TabIndex = 2;
     this.radioButton2.Text = "radioButton2";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged_1);
     //
     // radioButton4
     //
     this.radioButton4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton4.Location = new System.Drawing.Point(16, 120);
     this.radioButton4.Name = "radioButton4";
     this.radioButton4.Size = new System.Drawing.Size(312, 32);
     this.radioButton4.TabIndex = 4;
     this.radioButton4.Text = "radioButton4";
     this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.Checked = true;
     this.radioButton1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton1.Location = new System.Drawing.Point(16, 24);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(312, 32);
     this.radioButton1.TabIndex = 1;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "radioButton1";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton5
     //
     this.radioButton5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton5.Location = new System.Drawing.Point(16, 152);
     this.radioButton5.Name = "radioButton5";
     this.radioButton5.Size = new System.Drawing.Size(312, 32);
     this.radioButton5.TabIndex = 5;
     this.radioButton5.Text = "radioButton5";
     this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
     //
     // radioButton3
     //
     this.radioButton3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton3.Location = new System.Drawing.Point(16, 88);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(312, 32);
     this.radioButton3.TabIndex = 3;
     this.radioButton3.Text = "radioButton3";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // groupCheckboxes
     //
     this.groupCheckboxes.Controls.Add(this.checkBox5);
     this.groupCheckboxes.Controls.Add(this.checkBox4);
     this.groupCheckboxes.Controls.Add(this.checkBox3);
     this.groupCheckboxes.Controls.Add(this.checkBox2);
     this.groupCheckboxes.Controls.Add(this.checkBox1);
     this.groupCheckboxes.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupCheckboxes.Location = new System.Drawing.Point(400, 16);
     this.groupCheckboxes.Name = "groupCheckboxes";
     this.groupCheckboxes.Size = new System.Drawing.Size(344, 192);
     this.groupCheckboxes.TabIndex = 11;
     this.groupCheckboxes.TabStop = false;
     this.groupCheckboxes.Text = "Select an option";
     //
     // checkBox5
     //
     this.checkBox5.Location = new System.Drawing.Point(24, 152);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(272, 24);
     this.checkBox5.TabIndex = 4;
     this.checkBox5.Text = "checkBox5";
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.Location = new System.Drawing.Point(24, 120);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(272, 24);
     this.checkBox4.TabIndex = 3;
     this.checkBox4.Text = "checkBox4";
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(24, 88);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(272, 24);
     this.checkBox3.TabIndex = 2;
     this.checkBox3.Text = "checkBox3";
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(24, 56);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(272, 24);
     this.checkBox2.TabIndex = 1;
     this.checkBox2.Text = "checkBox2";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(24, 24);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(272, 24);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text = "checkBox1";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // groupTextBox
     //
     this.groupTextBox.Controls.Add(this.textBox1);
     this.groupTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupTextBox.Location = new System.Drawing.Point(400, 224);
     this.groupTextBox.Name = "groupTextBox";
     this.groupTextBox.Size = new System.Drawing.Size(344, 192);
     this.groupTextBox.TabIndex = 12;
     this.groupTextBox.TabStop = false;
     this.groupTextBox.Text = "Please Write the answer";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(8, 24);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size = new System.Drawing.Size(328, 160);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text = "";
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupRadio);
     this.panel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel1.Location = new System.Drawing.Point(16, 128);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(344, 192);
     this.panel1.TabIndex = 12;
     //
     // lblInfo
     //
     this.lblInfo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.ForeColor = System.Drawing.Color.Red;
     this.lblInfo.Location = new System.Drawing.Point(24, 360);
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(320, 24);
     this.lblInfo.TabIndex = 13;
     this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(8, 384);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(360, 23);
     this.label1.TabIndex = 14;
     this.label1.Text = "Note: In case of new Poll question, this window will disappear";
     //
     // PollAttendeeForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize = new System.Drawing.Size(370, 416);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupCheckboxes);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnAnswer);
     this.Controls.Add(this.groupTextBox);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "PollAttendeeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Poll for Attendee";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.PollAttendeeForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupRadio.ResumeLayout(false);
     this.groupCheckboxes.ResumeLayout(false);
     this.groupTextBox.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #9
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(PollAttendeeForm));
     this.btnAnswer       = new NSPAControls.NSButton();
     this.btnClose        = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.txtQuestion     = new System.Windows.Forms.TextBox();
     this.groupRadio      = new System.Windows.Forms.GroupBox();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.radioButton4    = new System.Windows.Forms.RadioButton();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton5    = new System.Windows.Forms.RadioButton();
     this.radioButton3    = new System.Windows.Forms.RadioButton();
     this.groupCheckboxes = new System.Windows.Forms.GroupBox();
     this.checkBox5       = new System.Windows.Forms.CheckBox();
     this.checkBox4       = new System.Windows.Forms.CheckBox();
     this.checkBox3       = new System.Windows.Forms.CheckBox();
     this.checkBox2       = new System.Windows.Forms.CheckBox();
     this.checkBox1       = new System.Windows.Forms.CheckBox();
     this.groupTextBox    = new System.Windows.Forms.GroupBox();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.panel1          = new System.Windows.Forms.Panel();
     this.lblInfo         = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupRadio.SuspendLayout();
     this.groupCheckboxes.SuspendLayout();
     this.groupTextBox.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAnswer
     //
     this.btnAnswer.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnAnswer.Enabled        = false;
     this.btnAnswer.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.btnAnswer.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnAnswer.HottrackImage")));
     this.btnAnswer.Location       = new System.Drawing.Point(144, 328);
     this.btnAnswer.Name           = "btnAnswer";
     this.btnAnswer.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnAnswer.NormalImage")));
     this.btnAnswer.OnlyShowBitmap = true;
     this.btnAnswer.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnAnswer.PressedImage")));
     this.btnAnswer.Size           = new System.Drawing.Size(105, 23);
     this.btnAnswer.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnAnswer.ToolTip        = null;
     this.btnAnswer.Click         += new System.EventHandler(this.btnAnswer_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.White;
     this.btnClose.Location  = new System.Drawing.Point(48, 328);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(64, 24);
     this.btnClose.TabIndex  = 7;
     this.btnClose.Visible   = false;
     this.btnClose.Click    += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtQuestion);
     this.groupBox1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(16, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(344, 100);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Poll";
     //
     // txtQuestion
     //
     this.txtQuestion.BackColor    = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtQuestion.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtQuestion.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtQuestion.Location     = new System.Drawing.Point(8, 24);
     this.txtQuestion.Multiline    = true;
     this.txtQuestion.Name         = "txtQuestion";
     this.txtQuestion.ReadOnly     = true;
     this.txtQuestion.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.txtQuestion.Size         = new System.Drawing.Size(328, 64);
     this.txtQuestion.TabIndex     = 10;
     this.txtQuestion.Text         = "textBox1";
     this.txtQuestion.TextChanged += new System.EventHandler(this.txtQuestion_TextChanged);
     //
     // groupRadio
     //
     this.groupRadio.Controls.Add(this.radioButton2);
     this.groupRadio.Controls.Add(this.radioButton4);
     this.groupRadio.Controls.Add(this.radioButton1);
     this.groupRadio.Controls.Add(this.radioButton5);
     this.groupRadio.Controls.Add(this.radioButton3);
     this.groupRadio.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupRadio.Location = new System.Drawing.Point(0, 0);
     this.groupRadio.Name     = "groupRadio";
     this.groupRadio.Size     = new System.Drawing.Size(344, 192);
     this.groupRadio.TabIndex = 10;
     this.groupRadio.TabStop  = false;
     this.groupRadio.Text     = "Select an option";
     //
     // radioButton2
     //
     this.radioButton2.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton2.Location        = new System.Drawing.Point(16, 56);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(312, 32);
     this.radioButton2.TabIndex        = 2;
     this.radioButton2.Text            = "radioButton2";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged_1);
     //
     // radioButton4
     //
     this.radioButton4.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton4.Location        = new System.Drawing.Point(16, 120);
     this.radioButton4.Name            = "radioButton4";
     this.radioButton4.Size            = new System.Drawing.Size(312, 32);
     this.radioButton4.TabIndex        = 4;
     this.radioButton4.Text            = "radioButton4";
     this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton1.Location        = new System.Drawing.Point(16, 24);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(312, 32);
     this.radioButton1.TabIndex        = 1;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "radioButton1";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton5
     //
     this.radioButton5.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton5.Location        = new System.Drawing.Point(16, 152);
     this.radioButton5.Name            = "radioButton5";
     this.radioButton5.Size            = new System.Drawing.Size(312, 32);
     this.radioButton5.TabIndex        = 5;
     this.radioButton5.Text            = "radioButton5";
     this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
     //
     // radioButton3
     //
     this.radioButton3.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.radioButton3.Location        = new System.Drawing.Point(16, 88);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(312, 32);
     this.radioButton3.TabIndex        = 3;
     this.radioButton3.Text            = "radioButton3";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // groupCheckboxes
     //
     this.groupCheckboxes.Controls.Add(this.checkBox5);
     this.groupCheckboxes.Controls.Add(this.checkBox4);
     this.groupCheckboxes.Controls.Add(this.checkBox3);
     this.groupCheckboxes.Controls.Add(this.checkBox2);
     this.groupCheckboxes.Controls.Add(this.checkBox1);
     this.groupCheckboxes.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupCheckboxes.Location = new System.Drawing.Point(400, 16);
     this.groupCheckboxes.Name     = "groupCheckboxes";
     this.groupCheckboxes.Size     = new System.Drawing.Size(344, 192);
     this.groupCheckboxes.TabIndex = 11;
     this.groupCheckboxes.TabStop  = false;
     this.groupCheckboxes.Text     = "Select an option";
     //
     // checkBox5
     //
     this.checkBox5.Location        = new System.Drawing.Point(24, 152);
     this.checkBox5.Name            = "checkBox5";
     this.checkBox5.Size            = new System.Drawing.Size(272, 24);
     this.checkBox5.TabIndex        = 4;
     this.checkBox5.Text            = "checkBox5";
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.Location        = new System.Drawing.Point(24, 120);
     this.checkBox4.Name            = "checkBox4";
     this.checkBox4.Size            = new System.Drawing.Size(272, 24);
     this.checkBox4.TabIndex        = 3;
     this.checkBox4.Text            = "checkBox4";
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Location        = new System.Drawing.Point(24, 88);
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(272, 24);
     this.checkBox3.TabIndex        = 2;
     this.checkBox3.Text            = "checkBox3";
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.Location        = new System.Drawing.Point(24, 56);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(272, 24);
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "checkBox2";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.Location        = new System.Drawing.Point(24, 24);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(272, 24);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "checkBox1";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // groupTextBox
     //
     this.groupTextBox.Controls.Add(this.textBox1);
     this.groupTextBox.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupTextBox.Location = new System.Drawing.Point(400, 224);
     this.groupTextBox.Name     = "groupTextBox";
     this.groupTextBox.Size     = new System.Drawing.Size(344, 192);
     this.groupTextBox.TabIndex = 12;
     this.groupTextBox.TabStop  = false;
     this.groupTextBox.Text     = "Please Write the answer";
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(8, 24);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(328, 160);
     this.textBox1.TabIndex   = 0;
     this.textBox1.Text       = "";
     this.textBox1.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupRadio);
     this.panel1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel1.Location = new System.Drawing.Point(16, 128);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(344, 192);
     this.panel1.TabIndex = 12;
     //
     // lblInfo
     //
     this.lblInfo.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.ForeColor = System.Drawing.Color.Red;
     this.lblInfo.Location  = new System.Drawing.Point(24, 360);
     this.lblInfo.Name      = "lblInfo";
     this.lblInfo.Size      = new System.Drawing.Size(320, 24);
     this.lblInfo.TabIndex  = 13;
     this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(8, 384);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(360, 23);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Note: In case of new Poll question, this window will disappear";
     //
     // PollAttendeeForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize        = new System.Drawing.Size(370, 416);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupCheckboxes);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnAnswer);
     this.Controls.Add(this.groupTextBox);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "PollAttendeeForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Poll for Attendee";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.PollAttendeeForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupRadio.ResumeLayout(false);
     this.groupCheckboxes.ResumeLayout(false);
     this.groupTextBox.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #10
0
		/// <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();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(browser));
			this.panelButtons = new System.Windows.Forms.Panel();
			this.chk_Imagemode = new System.Windows.Forms.CheckBox();
			this.btnLog = new NSPAControls.NSButton();
			this.chk_AllowAnnotation = new System.Windows.Forms.CheckBox();
			this.chk_ShowAnnotation = new System.Windows.Forms.CheckBox();
			this.btnShare = new NSPAControls.NSButton();
			this.btnLogg = new NSPAControls.NSButton();
			this.btnGo = new NSPAControls.NSButton();
			this.btnHome = new NSPAControls.NSButton();
			this.btnForward = new NSPAControls.NSButton();
			this.btnBack = new NSPAControls.NSButton();
			this.txtUrl = new System.Windows.Forms.TextBox();
			this.chk_Autoshare = new System.Windows.Forms.CheckBox();
			this.splitter1 = new NJFLib.Controls.CollapsibleSplitter();
			this.panel1 = new System.Windows.Forms.Panel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.panelButtons.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelButtons
			// 
			this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
			this.panelButtons.Controls.Add(this.chk_Imagemode);
			this.panelButtons.Controls.Add(this.btnLog);
			this.panelButtons.Controls.Add(this.chk_AllowAnnotation);
			this.panelButtons.Controls.Add(this.chk_ShowAnnotation);
			this.panelButtons.Controls.Add(this.btnShare);
			this.panelButtons.Controls.Add(this.btnLogg);
			this.panelButtons.Controls.Add(this.btnGo);
			this.panelButtons.Controls.Add(this.btnHome);
			this.panelButtons.Controls.Add(this.btnForward);
			this.panelButtons.Controls.Add(this.btnBack);
			this.panelButtons.Controls.Add(this.txtUrl);
			this.panelButtons.Controls.Add(this.chk_Autoshare);
			this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelButtons.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.panelButtons.Location = new System.Drawing.Point(0, 296);
			this.panelButtons.Name = "panelButtons";
			this.panelButtons.Size = new System.Drawing.Size(488, 104);
			this.panelButtons.TabIndex = 8;
			// 
			// chk_Imagemode
			// 
			this.chk_Imagemode.Enabled = false;
			this.chk_Imagemode.Location = new System.Drawing.Point(258, 75);
			this.chk_Imagemode.Name = "chk_Imagemode";
			this.chk_Imagemode.Size = new System.Drawing.Size(99, 24);
			this.chk_Imagemode.TabIndex = 23;
			this.chk_Imagemode.Text = "Image Mode";
			this.toolTip1.SetToolTip(this.chk_Imagemode, "Caution : Only select the image mode when you come across the flashy sites or get" +
				"ting problems in annotation.");
			this.chk_Imagemode.CheckedChanged += new System.EventHandler(this.chk_Imagemode_CheckedChanged);
			// 
			// btnLog
			// 
			this.btnLog.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnLog.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnLog.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnLog.HottrackImage")));
			this.btnLog.Location = new System.Drawing.Point(406, 14);
			this.btnLog.Name = "btnLog";
			this.btnLog.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnLog.NormalImage")));
			this.btnLog.OnlyShowBitmap = true;
			this.btnLog.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnLog.PressedImage")));
			this.btnLog.Size = new System.Drawing.Size(63, 28);
			this.btnLog.Text = "nsButton1";
			this.btnLog.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnLog.ToolTip = null;
			this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
			// 
			// chk_AllowAnnotation
			// 
			this.chk_AllowAnnotation.Enabled = false;
			this.chk_AllowAnnotation.Location = new System.Drawing.Point(134, 73);
			this.chk_AllowAnnotation.Name = "chk_AllowAnnotation";
			this.chk_AllowAnnotation.Size = new System.Drawing.Size(115, 24);
			this.chk_AllowAnnotation.TabIndex = 16;
			this.chk_AllowAnnotation.Text = "Add Annotations";
			this.chk_AllowAnnotation.CheckedChanged += new System.EventHandler(this.chk_AllowAnnotation_CheckedChanged);
			// 
			// chk_ShowAnnotation
			// 
			this.chk_ShowAnnotation.Enabled = false;
			this.chk_ShowAnnotation.Location = new System.Drawing.Point(134, 52);
			this.chk_ShowAnnotation.Name = "chk_ShowAnnotation";
			this.chk_ShowAnnotation.Size = new System.Drawing.Size(115, 24);
			this.chk_ShowAnnotation.TabIndex = 15;
			this.chk_ShowAnnotation.Text = "Show Annotations";
			this.chk_ShowAnnotation.CheckedChanged += new System.EventHandler(this.chk_ShowAnnotation_CheckedChanged);
			// 
			// btnShare
			// 
			this.btnShare.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnShare.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnShare.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnShare.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnShare.HottrackImage")));
			this.btnShare.Location = new System.Drawing.Point(343, 14);
			this.btnShare.Name = "btnShare";
			this.btnShare.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnShare.NormalImage")));
			this.btnShare.OnlyShowBitmap = true;
			this.btnShare.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnShare.PressedImage")));
			this.btnShare.Size = new System.Drawing.Size(63, 28);
			this.btnShare.Text = "nsButton1";
			this.btnShare.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnShare.ToolTip = null;
			this.btnShare.Click += new System.EventHandler(this.btnShare_Click);
			// 
			// btnLogg
			// 
			this.btnLogg.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnLogg.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnLogg.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnLogg.HottrackImage = null;
			this.btnLogg.Location = new System.Drawing.Point(346, 14);
			this.btnLogg.Name = "btnLogg";
			this.btnLogg.NormalImage = null;
			this.btnLogg.OnlyShowBitmap = true;
			this.btnLogg.PressedImage = null;
			this.btnLogg.Size = new System.Drawing.Size(63, 28);
			this.btnLogg.Text = "nsButton1";
			this.btnLogg.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnLogg.ToolTip = null;
			// 
			// btnGo
			// 
			this.btnGo.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnGo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnGo.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnGo.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnGo.HottrackImage")));
			this.btnGo.Location = new System.Drawing.Point(312, 14);
			this.btnGo.Name = "btnGo";
			this.btnGo.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnGo.NormalImage")));
			this.btnGo.OnlyShowBitmap = true;
			this.btnGo.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnGo.PressedImage")));
			this.btnGo.Size = new System.Drawing.Size(25, 26);
			this.btnGo.Text = "nsButton1";
			this.btnGo.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnGo.ToolTip = null;
			this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
			// 
			// btnHome
			// 
			this.btnHome.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnHome.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnHome.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnHome.HottrackImage")));
			this.btnHome.Location = new System.Drawing.Point(87, 50);
			this.btnHome.Name = "btnHome";
			this.btnHome.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnHome.NormalImage")));
			this.btnHome.OnlyShowBitmap = true;
			this.btnHome.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnHome.PressedImage")));
			this.btnHome.Size = new System.Drawing.Size(33, 27);
			this.btnHome.Text = "nsButton1";
			this.btnHome.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnHome.ToolTip = null;
			this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
			// 
			// btnForward
			// 
			this.btnForward.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnForward.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnForward.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnForward.HottrackImage")));
			this.btnForward.Location = new System.Drawing.Point(55, 50);
			this.btnForward.Name = "btnForward";
			this.btnForward.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnForward.NormalImage")));
			this.btnForward.OnlyShowBitmap = true;
			this.btnForward.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnForward.PressedImage")));
			this.btnForward.Size = new System.Drawing.Size(28, 28);
			this.btnForward.Text = "nsButton1";
			this.btnForward.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnForward.ToolTip = null;
			this.btnForward.Click += new System.EventHandler(this.btnForward_Click);
			// 
			// btnBack
			// 
			this.btnBack.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnBack.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnBack.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnBack.HottrackImage")));
			this.btnBack.Location = new System.Drawing.Point(23, 50);
			this.btnBack.Name = "btnBack";
			this.btnBack.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnBack.NormalImage")));
			this.btnBack.OnlyShowBitmap = true;
			this.btnBack.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnBack.PressedImage")));
			this.btnBack.Size = new System.Drawing.Size(28, 28);
			this.btnBack.Text = "nsButton1";
			this.btnBack.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnBack.ToolTip = null;
			this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
			// 
			// txtUrl
			// 
			this.txtUrl.Location = new System.Drawing.Point(23, 18);
			this.txtUrl.Name = "txtUrl";
			this.txtUrl.Size = new System.Drawing.Size(280, 21);
			this.txtUrl.TabIndex = 8;
			this.txtUrl.Text = "http://www.uraan.net";
			this.txtUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUrl_KeyDown);
			this.txtUrl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUrl_KeyPress);
			// 
			// chk_Autoshare
			// 
			this.chk_Autoshare.Enabled = false;
			this.chk_Autoshare.Location = new System.Drawing.Point(258, 48);
			this.chk_Autoshare.Name = "chk_Autoshare";
			this.chk_Autoshare.Size = new System.Drawing.Size(96, 32);
			this.chk_Autoshare.TabIndex = 15;
			this.chk_Autoshare.Text = "Auto Share";
			this.chk_Autoshare.CheckedChanged += new System.EventHandler(this.chk_Autoshare_CheckedChanged);
			// 
			// splitter1
			// 
			this.splitter1.AnimationDelay = 20;
			this.splitter1.AnimationStep = 20;
			this.splitter1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(250)), ((System.Byte)(162)), ((System.Byte)(37)));
			this.splitter1.BorderStyle3D = System.Windows.Forms.Border3DStyle.Flat;
			this.splitter1.ControlToHide = this.panelButtons;
			this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.ExpandParentForm = false;
			this.splitter1.Location = new System.Drawing.Point(0, 288);
			this.splitter1.Name = "splitter1";
			this.splitter1.SplitterThumbBackColoor = System.Drawing.Color.Transparent;
			this.splitter1.TabIndex = 7;
			this.splitter1.TabStop = false;
			this.splitter1.UseAnimations = false;
			this.splitter1.VisualStyle = NJFLib.Controls.VisualStyles.XP;
			this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(488, 288);
			this.panel1.TabIndex = 9;
			// 
			// browser
			// 
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.panelButtons);
			this.Name = "browser";
			this.Size = new System.Drawing.Size(488, 400);
			this.Load += new System.EventHandler(this.browser_Load);
			this.panelButtons.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <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(QuestionAnswerAttendee));
     this.baseLeftPanel        = new System.Windows.Forms.Panel();
     this.baseRightPanel       = new System.Windows.Forms.Panel();
     this.baseBottomPanel      = new System.Windows.Forms.Panel();
     this.panel4               = new System.Windows.Forms.Panel();
     this.panelBody            = new System.Windows.Forms.Panel();
     this.panel8               = new System.Windows.Forms.Panel();
     this.panel11              = new System.Windows.Forms.Panel();
     this.listAnswers          = new System.Windows.Forms.ListView();
     this.columnHeader4        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5        = new System.Windows.Forms.ColumnHeader();
     this.panel10              = new System.Windows.Forms.Panel();
     this.textPreviousQuestion = new System.Windows.Forms.TextBox();
     this.panel9               = new System.Windows.Forms.Panel();
     this.textAnswer           = new System.Windows.Forms.TextBox();
     this.panel5               = new System.Windows.Forms.Panel();
     this.panel6               = new System.Windows.Forms.Panel();
     this.listQuestions        = new System.Windows.Forms.ListView();
     this.columnHeader1        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2        = new System.Windows.Forms.ColumnHeader();
     this.panel7               = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.bodyTopPanel         = new System.Windows.Forms.Panel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.textQuestion         = new System.Windows.Forms.TextBox();
     this.panel3               = new System.Windows.Forms.Panel();
     this.button1              = new NSPAControls.NSButton();
     this.panel2               = new System.Windows.Forms.Panel();
     this.label1               = new System.Windows.Forms.Label();
     this.panel4.SuspendLayout();
     this.panelBody.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.bodyTopPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // baseLeftPanel
     //
     this.baseLeftPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseLeftPanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.baseLeftPanel.Location  = new System.Drawing.Point(0, 0);
     this.baseLeftPanel.Name      = "baseLeftPanel";
     this.baseLeftPanel.Size      = new System.Drawing.Size(16, 464);
     this.baseLeftPanel.TabIndex  = 0;
     //
     // baseRightPanel
     //
     this.baseRightPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.baseRightPanel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.baseRightPanel.Location  = new System.Drawing.Point(640, 0);
     this.baseRightPanel.Name      = "baseRightPanel";
     this.baseRightPanel.Size      = new System.Drawing.Size(16, 464);
     this.baseRightPanel.TabIndex  = 1;
     //
     // baseBottomPanel
     //
     this.baseBottomPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.baseBottomPanel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.baseBottomPanel.Location  = new System.Drawing.Point(16, 456);
     this.baseBottomPanel.Name      = "baseBottomPanel";
     this.baseBottomPanel.Size      = new System.Drawing.Size(624, 8);
     this.baseBottomPanel.TabIndex  = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panelBody);
     this.panel4.Controls.Add(this.bodyTopPanel);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(16, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(624, 456);
     this.panel4.TabIndex = 3;
     //
     // panelBody
     //
     this.panelBody.Controls.Add(this.panel8);
     this.panelBody.Controls.Add(this.panel5);
     this.panelBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBody.Location = new System.Drawing.Point(0, 104);
     this.panelBody.Name     = "panelBody";
     this.panelBody.Size     = new System.Drawing.Size(624, 352);
     this.panelBody.TabIndex = 7;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel11);
     this.panel8.Controls.Add(this.panel10);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 120);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(624, 232);
     this.panel8.TabIndex = 8;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.listAnswers);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 48);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(624, 128);
     this.panel11.TabIndex = 6;
     //
     // listAnswers
     //
     this.listAnswers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5
     });
     this.listAnswers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listAnswers.FullRowSelect         = true;
     this.listAnswers.HideSelection         = false;
     this.listAnswers.Location              = new System.Drawing.Point(0, 0);
     this.listAnswers.MultiSelect           = false;
     this.listAnswers.Name                  = "listAnswers";
     this.listAnswers.Size                  = new System.Drawing.Size(624, 128);
     this.listAnswers.TabIndex              = 2;
     this.listAnswers.View                  = System.Windows.Forms.View.Details;
     this.listAnswers.SelectedIndexChanged += new System.EventHandler(this.listAnswers_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Answer By";
     this.columnHeader4.Width = 91;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Answer";
     this.columnHeader5.Width = 508;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.textPreviousQuestion);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(624, 48);
     this.panel10.TabIndex = 5;
     //
     // textPreviousQuestion
     //
     this.textPreviousQuestion.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.textPreviousQuestion.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textPreviousQuestion.Location   = new System.Drawing.Point(0, 0);
     this.textPreviousQuestion.Multiline  = true;
     this.textPreviousQuestion.Name       = "textPreviousQuestion";
     this.textPreviousQuestion.ReadOnly   = true;
     this.textPreviousQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textPreviousQuestion.Size       = new System.Drawing.Size(624, 48);
     this.textPreviousQuestion.TabIndex   = 3;
     this.textPreviousQuestion.Text       = "";
     //
     // panel9
     //
     this.panel9.Controls.Add(this.textAnswer);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.Location = new System.Drawing.Point(0, 176);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(624, 56);
     this.panel9.TabIndex = 4;
     //
     // textAnswer
     //
     this.textAnswer.BackColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.textAnswer.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textAnswer.Location   = new System.Drawing.Point(0, 0);
     this.textAnswer.Multiline  = true;
     this.textAnswer.Name       = "textAnswer";
     this.textAnswer.ReadOnly   = true;
     this.textAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textAnswer.Size       = new System.Drawing.Size(624, 56);
     this.textAnswer.TabIndex   = 2;
     this.textAnswer.Text       = "";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(624, 120);
     this.panel5.TabIndex = 7;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.listQuestions);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 24);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(624, 96);
     this.panel6.TabIndex = 9;
     //
     // listQuestions
     //
     this.listQuestions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listQuestions.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listQuestions.FullRowSelect         = true;
     this.listQuestions.HideSelection         = false;
     this.listQuestions.Location              = new System.Drawing.Point(0, 0);
     this.listQuestions.MultiSelect           = false;
     this.listQuestions.Name                  = "listQuestions";
     this.listQuestions.Size                  = new System.Drawing.Size(624, 96);
     this.listQuestions.TabIndex              = 1;
     this.listQuestions.View                  = System.Windows.Forms.View.Details;
     this.listQuestions.Click                += new System.EventHandler(this.listQuestions_Click);
     this.listQuestions.SelectedIndexChanged += new System.EventHandler(this.listQuestions_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 34;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Question";
     this.columnHeader2.Width = 561;
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel7.Controls.Add(this.label2);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(624, 24);
     this.panel7.TabIndex = 8;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Questions";
     //
     // bodyTopPanel
     //
     this.bodyTopPanel.Controls.Add(this.panel1);
     this.bodyTopPanel.Controls.Add(this.panel3);
     this.bodyTopPanel.Controls.Add(this.panel2);
     this.bodyTopPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.bodyTopPanel.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bodyTopPanel.Location = new System.Drawing.Point(0, 0);
     this.bodyTopPanel.Name     = "bodyTopPanel";
     this.bodyTopPanel.Size     = new System.Drawing.Size(624, 104);
     this.bodyTopPanel.TabIndex = 0;
     this.bodyTopPanel.Paint   += new System.Windows.Forms.PaintEventHandler(this.bodyTopPanel_Paint);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textQuestion);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(624, 40);
     this.panel1.TabIndex = 10;
     //
     // textQuestion
     //
     this.textQuestion.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textQuestion.Location     = new System.Drawing.Point(0, 0);
     this.textQuestion.Multiline    = true;
     this.textQuestion.Name         = "textQuestion";
     this.textQuestion.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.textQuestion.Size         = new System.Drawing.Size(624, 40);
     this.textQuestion.TabIndex     = 0;
     this.textQuestion.Text         = "";
     this.textQuestion.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textQuestion_KeyPress);
     this.textQuestion.TextChanged += new System.EventHandler(this.textQuestion_TextChanged);
     this.textQuestion.Enter       += new System.EventHandler(this.textQuestion_Enter);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel3.Controls.Add(this.button1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 64);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(624, 40);
     this.panel3.TabIndex = 9;
     //
     // button1
     //
     this.button1.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location       = new System.Drawing.Point(552, 8);
     this.button1.Name           = "button1";
     this.button1.NormalImage    = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage   = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size           = new System.Drawing.Size(62, 27);
     this.button1.Text           = "nsButton1";
     this.button1.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip        = null;
     this.button1.Click         += new System.EventHandler(this.button1_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(624, 24);
     this.panel2.TabIndex = 7;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(136, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Ask Question";
     //
     // QuestionAnswerAttendee
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.baseBottomPanel);
     this.Controls.Add(this.baseRightPanel);
     this.Controls.Add(this.baseLeftPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "QuestionAnswerAttendee";
     this.Size = new System.Drawing.Size(656, 464);
     this.panel4.ResumeLayout(false);
     this.panelBody.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.bodyTopPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(PollingQuestionDetails));
     this.textQuestion = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBoxNumberOfAnswers = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnCancel = new NSPAControls.NSButton();
     this.heading = new System.Windows.Forms.GroupBox();
     this.comboType = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.checkAnonymous = new System.Windows.Forms.CheckBox();
     this.btnOpen = new NSPAControls.NSButton();
     this.label9 = new System.Windows.Forms.Label();
     this.heading.SuspendLayout();
     this.SuspendLayout();
     //
     // textQuestion
     //
     this.textQuestion.Location = new System.Drawing.Point(120, 48);
     this.textQuestion.MaxLength = 150;
     this.textQuestion.Multiline = true;
     this.textQuestion.Name = "textQuestion";
     this.textQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textQuestion.Size = new System.Drawing.Size(352, 80);
     this.textQuestion.TabIndex = 0;
     this.textQuestion.Text = "";
     this.textQuestion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textQuestion_KeyPress);
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(24, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 24);
     this.label1.TabIndex = 55;
     this.label1.Text = "Question to Ask";
     //
     // comboBoxNumberOfAnswers
     //
     this.comboBoxNumberOfAnswers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxNumberOfAnswers.Location = new System.Drawing.Point(120, 136);
     this.comboBoxNumberOfAnswers.Name = "comboBoxNumberOfAnswers";
     this.comboBoxNumberOfAnswers.Size = new System.Drawing.Size(56, 21);
     this.comboBoxNumberOfAnswers.TabIndex = 1;
     this.comboBoxNumberOfAnswers.SelectedIndexChanged += new System.EventHandler(this.comboBoxNumberOfAnswers_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(24, 136);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(104, 24);
     this.label2.TabIndex = 56;
     this.label2.Text = "Number of Options";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(120, 168);
     this.textBox1.MaxLength = 30;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(352, 21);
     this.textBox1.TabIndex = 4;
     this.textBox1.Text = "";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(120, 200);
     this.textBox2.MaxLength = 30;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(352, 21);
     this.textBox2.TabIndex = 5;
     this.textBox2.Text = "";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(120, 232);
     this.textBox3.MaxLength = 30;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(352, 21);
     this.textBox3.TabIndex = 6;
     this.textBox3.Text = "";
     this.textBox3.Visible = false;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(120, 264);
     this.textBox4.MaxLength = 30;
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(352, 21);
     this.textBox4.TabIndex = 7;
     this.textBox4.Text = "";
     this.textBox4.Visible = false;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(120, 296);
     this.textBox5.MaxLength = 30;
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(352, 21);
     this.textBox5.TabIndex = 8;
     this.textBox5.Text = "";
     this.textBox5.Visible = false;
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(24, 168);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(80, 24);
     this.label3.TabIndex = 57;
     this.label3.Text = "Option # 1";
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(24, 200);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(80, 24);
     this.label4.TabIndex = 58;
     this.label4.Text = "Option # 2";
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(24, 232);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(80, 24);
     this.label5.TabIndex = 59;
     this.label5.Text = "Option # 3";
     this.label5.Visible = false;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(24, 264);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(80, 24);
     this.label6.TabIndex = 60;
     this.label6.Text = "Option # 4";
     this.label6.Visible = false;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(24, 296);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(80, 24);
     this.label7.TabIndex = 61;
     this.label7.Text = "Option # 5";
     this.label7.Visible = false;
     //
     // btnCancel
     //
     this.btnCancel.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnCancel.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnCancel.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.HottrackImage")));
     this.btnCancel.Location = new System.Drawing.Point(432, 336);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.NormalImage")));
     this.btnCancel.OnlyShowBitmap = true;
     this.btnCancel.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.PressedImage")));
     this.btnCancel.Size = new System.Drawing.Size(64, 28);
     this.btnCancel.Text = "Cancel";
     this.btnCancel.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnCancel.ToolTip = null;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // heading
     //
     this.heading.Controls.Add(this.comboType);
     this.heading.Controls.Add(this.label8);
     this.heading.Controls.Add(this.checkAnonymous);
     this.heading.ForeColor = System.Drawing.Color.White;
     this.heading.Location = new System.Drawing.Point(16, 24);
     this.heading.Name = "heading";
     this.heading.Size = new System.Drawing.Size(472, 312);
     this.heading.TabIndex = 16;
     this.heading.TabStop = false;
     this.heading.Text = " Poll Details ";
     //
     // comboType
     //
     this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboType.Items.AddRange(new object[] {
                                                    "Free Question",
                                                    "Single Select",
                                                    "Multiple Select",
                                                    "True/False",
                                                    "Yes/No"});
     this.comboType.Location = new System.Drawing.Point(200, 112);
     this.comboType.Name = "comboType";
     this.comboType.Size = new System.Drawing.Size(152, 21);
     this.comboType.TabIndex = 2;
     this.comboType.SelectedIndexChanged += new System.EventHandler(this.comboType_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(168, 112);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(32, 24);
     this.label8.TabIndex = 57;
     this.label8.Text = "Type";
     //
     // checkAnonymous
     //
     this.checkAnonymous.ForeColor = System.Drawing.Color.White;
     this.checkAnonymous.Location = new System.Drawing.Point(360, 112);
     this.checkAnonymous.Name = "checkAnonymous";
     this.checkAnonymous.Size = new System.Drawing.Size(110, 24);
     this.checkAnonymous.TabIndex = 3;
     this.checkAnonymous.Text = "&Anonymous Poll";
     //
     // btnOpen
     //
     this.btnOpen.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnOpen.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnOpen.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnOpen.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.HottrackImage")));
     this.btnOpen.Location = new System.Drawing.Point(360, 336);
     this.btnOpen.Name = "btnOpen";
     this.btnOpen.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.NormalImage")));
     this.btnOpen.OnlyShowBitmap = true;
     this.btnOpen.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.PressedImage")));
     this.btnOpen.Size = new System.Drawing.Size(74, 28);
     this.btnOpen.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnOpen.ToolTip = null;
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.Red;
     this.label9.Location = new System.Drawing.Point(8, 346);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(352, 16);
     this.label9.TabIndex = 63;
     this.label9.Text = "Note: On Asking a new question, previous Poll will disappear.";
     //
     // PollingQuestionDetails
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize = new System.Drawing.Size(498, 370);
     this.ControlBox = false;
     this.Controls.Add(this.label9);
     this.Controls.Add(this.comboBoxNumberOfAnswers);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOpen);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textQuestion);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.heading);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "PollingQuestionDetails";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.heading.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #13
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(findparticipents));
     this.listParticipents = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.lblText = new System.Windows.Forms.Label();
     this.btnFind = new NSPAControls.NSButton();
     this.SuspendLayout();
     //
     // listParticipents
     //
     this.listParticipents.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.listParticipents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listParticipents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                        this.columnHeader1,
                                                                                        this.columnHeader2});
     this.listParticipents.Location = new System.Drawing.Point(0, 64);
     this.listParticipents.Name = "listParticipents";
     this.listParticipents.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.listParticipents.Size = new System.Drawing.Size(232, 200);
     this.listParticipents.TabIndex = 0;
     this.listParticipents.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Status";
     this.columnHeader1.Width = 79;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Name";
     this.columnHeader2.Width = 152;
     //
     // txtSearch
     //
     this.txtSearch.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.txtSearch.Location = new System.Drawing.Point(8, 16);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(216, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.Text = "";
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyUp);
     //
     // lblText
     //
     this.lblText.Location = new System.Drawing.Point(8, 0);
     this.lblText.Name = "lblText";
     this.lblText.Size = new System.Drawing.Size(160, 16);
     this.lblText.TabIndex = 2;
     this.lblText.Text = "Search";
     //
     // btnFind
     //
     this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFind.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnFind.Enabled = false;
     this.btnFind.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnFind.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnFind.HottrackImage")));
     this.btnFind.Location = new System.Drawing.Point(152, 37);
     this.btnFind.Name = "btnFind";
     this.btnFind.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnFind.NormalImage")));
     this.btnFind.OnlyShowBitmap = true;
     this.btnFind.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnFind.PressedImage")));
     this.btnFind.Size = new System.Drawing.Size(60, 24);
     this.btnFind.Text = "Submit";
     this.btnFind.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnFind.ToolTip = null;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // findparticipents
     //
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.lblText);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.listParticipents);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "findparticipents";
     this.Size = new System.Drawing.Size(232, 264);
     this.ResumeLayout(false);
 }
 /// <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(QuestionAnswerPresenter));
     this.baseLeftPanel = new System.Windows.Forms.Panel();
     this.baseRightPanel = new System.Windows.Forms.Panel();
     this.baseBottomPanel = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.splitter3 = new System.Windows.Forms.Splitter();
     this.panel14 = new System.Windows.Forms.Panel();
     this.panel13 = new System.Windows.Forms.Panel();
     this.textQuestion = new System.Windows.Forms.TextBox();
     this.panel10 = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.bodyBottomPanel = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel8 = new System.Windows.Forms.Panel();
     this.listPrevious = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.panel12 = new System.Windows.Forms.Panel();
     this.panel9 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.panel5 = new System.Windows.Forms.Panel();
     this.textAnswer = new System.Windows.Forms.TextBox();
     this.panel6 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.panel11 = new System.Windows.Forms.Panel();
     this.nsbtn_ignore = new NSPAControls.NSButton();
     this.button1 = new NSPAControls.NSButton();
     this.bodyTopPanel = new System.Windows.Forms.Panel();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.panel1 = new System.Windows.Forms.Panel();
     this.listAnswered = new System.Windows.Forms.ListView();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label2 = new System.Windows.Forms.Label();
     this.bodyTopLeft = new System.Windows.Forms.Panel();
     this.listNotAnswered = new System.Windows.Forms.ListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.panelTopLeftTop = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.panel4.SuspendLayout();
     this.panel14.SuspendLayout();
     this.panel13.SuspendLayout();
     this.panel10.SuspendLayout();
     this.bodyBottomPanel.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel11.SuspendLayout();
     this.bodyTopPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.bodyTopLeft.SuspendLayout();
     this.panelTopLeftTop.SuspendLayout();
     this.SuspendLayout();
     //
     // baseLeftPanel
     //
     this.baseLeftPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseLeftPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.baseLeftPanel.Location = new System.Drawing.Point(0, 0);
     this.baseLeftPanel.Name = "baseLeftPanel";
     this.baseLeftPanel.Size = new System.Drawing.Size(8, 464);
     this.baseLeftPanel.TabIndex = 0;
     //
     // baseRightPanel
     //
     this.baseRightPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseRightPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.baseRightPanel.Location = new System.Drawing.Point(560, 0);
     this.baseRightPanel.Name = "baseRightPanel";
     this.baseRightPanel.Size = new System.Drawing.Size(8, 464);
     this.baseRightPanel.TabIndex = 1;
     //
     // baseBottomPanel
     //
     this.baseBottomPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseBottomPanel.Location = new System.Drawing.Point(8, 456);
     this.baseBottomPanel.Name = "baseBottomPanel";
     this.baseBottomPanel.Size = new System.Drawing.Size(552, 8);
     this.baseBottomPanel.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.splitter3);
     this.panel4.Controls.Add(this.panel14);
     this.panel4.Controls.Add(this.bodyBottomPanel);
     this.panel4.Controls.Add(this.bodyTopPanel);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(8, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(552, 464);
     this.panel4.TabIndex = 3;
     //
     // splitter3
     //
     this.splitter3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter3.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter3.Location = new System.Drawing.Point(0, 360);
     this.splitter3.Name = "splitter3";
     this.splitter3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitter3.Size = new System.Drawing.Size(552, 3);
     this.splitter3.TabIndex = 7;
     this.splitter3.TabStop = false;
     //
     // panel14
     //
     this.panel14.Controls.Add(this.panel13);
     this.panel14.Controls.Add(this.panel10);
     this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel14.Location = new System.Drawing.Point(0, 360);
     this.panel14.Name = "panel14";
     this.panel14.Size = new System.Drawing.Size(552, 104);
     this.panel14.TabIndex = 6;
     //
     // panel13
     //
     this.panel13.Controls.Add(this.textQuestion);
     this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel13.Location = new System.Drawing.Point(0, 32);
     this.panel13.Name = "panel13";
     this.panel13.Size = new System.Drawing.Size(552, 72);
     this.panel13.TabIndex = 5;
     //
     // textQuestion
     //
     this.textQuestion.BackColor = System.Drawing.Color.White;
     this.textQuestion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textQuestion.Location = new System.Drawing.Point(0, 0);
     this.textQuestion.Multiline = true;
     this.textQuestion.Name = "textQuestion";
     this.textQuestion.ReadOnly = true;
     this.textQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textQuestion.Size = new System.Drawing.Size(552, 72);
     this.textQuestion.TabIndex = 4;
     this.textQuestion.Text = "";
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel10.Controls.Add(this.label5);
     this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(552, 32);
     this.panel10.TabIndex = 3;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label5.Location = new System.Drawing.Point(0, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(136, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Question Text";
     //
     // bodyBottomPanel
     //
     this.bodyBottomPanel.Controls.Add(this.splitter1);
     this.bodyBottomPanel.Controls.Add(this.panel8);
     this.bodyBottomPanel.Controls.Add(this.panel5);
     this.bodyBottomPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.bodyBottomPanel.Location = new System.Drawing.Point(0, 136);
     this.bodyBottomPanel.Name = "bodyBottomPanel";
     this.bodyBottomPanel.Size = new System.Drawing.Size(552, 224);
     this.bodyBottomPanel.TabIndex = 1;
     //
     // splitter1
     //
     this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter1.Location = new System.Drawing.Point(288, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 224);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.listPrevious);
     this.panel8.Controls.Add(this.panel12);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(288, 0);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(264, 224);
     this.panel8.TabIndex = 2;
     //
     // listPrevious
     //
     this.listPrevious.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                    this.columnHeader1});
     this.listPrevious.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listPrevious.FullRowSelect = true;
     this.listPrevious.Location = new System.Drawing.Point(0, 32);
     this.listPrevious.MultiSelect = false;
     this.listPrevious.Name = "listPrevious";
     this.listPrevious.Size = new System.Drawing.Size(264, 152);
     this.listPrevious.TabIndex = 5;
     this.listPrevious.View = System.Windows.Forms.View.Details;
     this.listPrevious.Click += new System.EventHandler(this.listPrevious_Click);
     this.listPrevious.SelectedIndexChanged += new System.EventHandler(this.listPrevious_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Answer";
     this.columnHeader1.Width = 303;
     //
     // panel12
     //
     this.panel12.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel12.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel12.Location = new System.Drawing.Point(0, 184);
     this.panel12.Name = "panel12";
     this.panel12.Size = new System.Drawing.Size(264, 40);
     this.panel12.TabIndex = 7;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel9.Controls.Add(this.label4);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(264, 32);
     this.panel9.TabIndex = 2;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(136, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Previous Answers";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.textAnswer);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.panel11);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(288, 224);
     this.panel5.TabIndex = 1;
     //
     // textAnswer
     //
     this.textAnswer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textAnswer.Location = new System.Drawing.Point(0, 32);
     this.textAnswer.Multiline = true;
     this.textAnswer.Name = "textAnswer";
     this.textAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textAnswer.Size = new System.Drawing.Size(288, 152);
     this.textAnswer.TabIndex = 3;
     this.textAnswer.Text = "";
     this.textAnswer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textAnswer_KeyPress);
     this.textAnswer.TextChanged += new System.EventHandler(this.textAnswer_TextChanged);
     this.textAnswer.Enter += new System.EventHandler(this.textAnswer_Enter);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel6.Controls.Add(this.label3);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(288, 32);
     this.panel6.TabIndex = 1;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label3.Location = new System.Drawing.Point(0, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 16);
     this.label3.TabIndex = 0;
     this.label3.Text = "Answer";
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel11.Controls.Add(this.nsbtn_ignore);
     this.panel11.Controls.Add(this.button1);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel11.Location = new System.Drawing.Point(0, 184);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(288, 40);
     this.panel11.TabIndex = 6;
     //
     // nsbtn_ignore
     //
     this.nsbtn_ignore.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.nsbtn_ignore.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsbtn_ignore.HottrackImage = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.HottrackImage")));
     this.nsbtn_ignore.Location = new System.Drawing.Point(72, 8);
     this.nsbtn_ignore.Name = "nsbtn_ignore";
     this.nsbtn_ignore.NormalImage = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.NormalImage")));
     this.nsbtn_ignore.OnlyShowBitmap = true;
     this.nsbtn_ignore.PressedImage = ((System.Drawing.Image)(resources.GetObject("nsbtn_ignore.PressedImage")));
     this.nsbtn_ignore.Size = new System.Drawing.Size(62, 27);
     this.nsbtn_ignore.Text = "Ignore";
     this.nsbtn_ignore.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.nsbtn_ignore.ToolTip = null;
     this.nsbtn_ignore.Click += new System.EventHandler(this.nsbtn_ignore_Click);
     //
     // button1
     //
     this.button1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location = new System.Drawing.Point(0, 8);
     this.button1.Name = "button1";
     this.button1.NormalImage = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size = new System.Drawing.Size(62, 27);
     this.button1.Text = "nsButton1";
     this.button1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip = null;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // bodyTopPanel
     //
     this.bodyTopPanel.Controls.Add(this.splitter2);
     this.bodyTopPanel.Controls.Add(this.panel1);
     this.bodyTopPanel.Controls.Add(this.bodyTopLeft);
     this.bodyTopPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.bodyTopPanel.Location = new System.Drawing.Point(0, 0);
     this.bodyTopPanel.Name = "bodyTopPanel";
     this.bodyTopPanel.Size = new System.Drawing.Size(552, 136);
     this.bodyTopPanel.TabIndex = 0;
     //
     // splitter2
     //
     this.splitter2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitter2.Location = new System.Drawing.Point(288, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 136);
     this.splitter2.TabIndex = 2;
     this.splitter2.TabStop = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.listAnswered);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(288, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(264, 136);
     this.panel1.TabIndex = 1;
     //
     // listAnswered
     //
     this.listAnswered.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                    this.columnHeader4,
                                                                                    this.columnHeader7,
                                                                                    this.columnHeader5});
     this.listAnswered.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listAnswered.FullRowSelect = true;
     this.listAnswered.HideSelection = false;
     this.listAnswered.Location = new System.Drawing.Point(0, 32);
     this.listAnswered.MultiSelect = false;
     this.listAnswered.Name = "listAnswered";
     this.listAnswered.Size = new System.Drawing.Size(264, 104);
     this.listAnswered.TabIndex = 4;
     this.listAnswered.View = System.Windows.Forms.View.Details;
     this.listAnswered.Click += new System.EventHandler(this.listAnswered_Click);
     this.listAnswered.SelectedIndexChanged += new System.EventHandler(this.listAnswered_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "#";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Sender";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Question";
     this.columnHeader5.Width = 436;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.ForeColor = System.Drawing.SystemColors.InactiveCaption;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(264, 32);
     this.panel3.TabIndex = 2;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(136, 23);
     this.label2.TabIndex = 0;
     this.label2.Text = "Questions Answered";
     //
     // bodyTopLeft
     //
     this.bodyTopLeft.Controls.Add(this.listNotAnswered);
     this.bodyTopLeft.Controls.Add(this.panelTopLeftTop);
     this.bodyTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.bodyTopLeft.Location = new System.Drawing.Point(0, 0);
     this.bodyTopLeft.Name = "bodyTopLeft";
     this.bodyTopLeft.Size = new System.Drawing.Size(288, 136);
     this.bodyTopLeft.TabIndex = 0;
     //
     // listNotAnswered
     //
     this.listNotAnswered.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                       this.columnHeader2,
                                                                                       this.columnHeader6,
                                                                                       this.columnHeader3});
     this.listNotAnswered.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listNotAnswered.FullRowSelect = true;
     this.listNotAnswered.HideSelection = false;
     this.listNotAnswered.Location = new System.Drawing.Point(0, 32);
     this.listNotAnswered.MultiSelect = false;
     this.listNotAnswered.Name = "listNotAnswered";
     this.listNotAnswered.Size = new System.Drawing.Size(288, 104);
     this.listNotAnswered.TabIndex = 2;
     this.listNotAnswered.View = System.Windows.Forms.View.Details;
     this.listNotAnswered.Click += new System.EventHandler(this.listNotAnswered_Click);
     this.listNotAnswered.DoubleClick += new System.EventHandler(this.listNotAnswered_DoubleClick);
     this.listNotAnswered.SelectedIndexChanged += new System.EventHandler(this.listNotAnswered_SelectedIndexChanged);
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "#";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Sender";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Question";
     this.columnHeader3.Width = 215;
     //
     // panelTopLeftTop
     //
     this.panelTopLeftTop.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.panelTopLeftTop.Controls.Add(this.label1);
     this.panelTopLeftTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTopLeftTop.Location = new System.Drawing.Point(0, 0);
     this.panelTopLeftTop.Name = "panelTopLeftTop";
     this.panelTopLeftTop.Size = new System.Drawing.Size(288, 32);
     this.panelTopLeftTop.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location = new System.Drawing.Point(0, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(160, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Questiosn Not Answered";
     //
     // QuestionAnswerPresenter
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.baseBottomPanel);
     this.Controls.Add(this.baseRightPanel);
     this.Controls.Add(this.baseLeftPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "QuestionAnswerPresenter";
     this.Size = new System.Drawing.Size(568, 464);
     this.panel4.ResumeLayout(false);
     this.panel14.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.bodyBottomPanel.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.bodyTopPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.bodyTopLeft.ResumeLayout(false);
     this.panelTopLeftTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #15
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(SessionWnd));
     this.label1       = new System.Windows.Forms.Label();
     this.txtSessionID = new System.Windows.Forms.TextBox();
     this.btnClose     = new NSPAControls.NSButton();
     this.btnJoin      = new NSPAControls.NSButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(136, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Please Enter Session Id";
     //
     // txtSessionID
     //
     this.txtSessionID.Location     = new System.Drawing.Point(144, 13);
     this.txtSessionID.Name         = "txtSessionID";
     this.txtSessionID.Size         = new System.Drawing.Size(96, 20);
     this.txtSessionID.TabIndex     = 1;
     this.txtSessionID.Text         = "";
     this.txtSessionID.TextChanged += new System.EventHandler(this.txtSessionID_TextChanged);
     //
     // btnClose
     //
     this.btnClose.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location       = new System.Drawing.Point(165, 40);
     this.btnClose.Name           = "btnClose";
     this.btnClose.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size           = new System.Drawing.Size(80, 32);
     this.btnClose.Text           = "Invite";
     this.btnClose.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip        = null;
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // btnJoin
     //
     this.btnJoin.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnJoin.Enabled        = false;
     this.btnJoin.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnJoin.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnJoin.HottrackImage")));
     this.btnJoin.Location       = new System.Drawing.Point(104, 45);
     this.btnJoin.Name           = "btnJoin";
     this.btnJoin.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnJoin.NormalImage")));
     this.btnJoin.OnlyShowBitmap = true;
     this.btnJoin.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnJoin.PressedImage")));
     this.btnJoin.Size           = new System.Drawing.Size(56, 24);
     this.btnJoin.TextAlign      = NSPAControls.eTextAlign.Right;
     this.btnJoin.ToolTip        = null;
     this.btnJoin.Click         += new System.EventHandler(this.btnJoin_Click);
     //
     // SessionWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize        = new System.Drawing.Size(250, 74);
     this.ControlBox        = false;
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnJoin);
     this.Controls.Add(this.txtSessionID);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "SessionWnd";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
 }
 /// <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(documentSharingControl));
     this.lblStatus = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnOptions = new NSPAControls.NSButton();
     this.btnFirst = new NSPAControls.NSButton();
     this.btnLast = new NSPAControls.NSButton();
     this.btnPrev = new NSPAControls.NSButton();
     this.chkShowThumbNails = new System.Windows.Forms.CheckBox();
     this.chkThumbNail = new System.Windows.Forms.CheckBox();
     this.btnNext = new NSPAControls.NSButton();
     this.chkSynch = new System.Windows.Forms.CheckBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.nsButton1 = new NSPAControls.NSButton();
     this.buttonDown = new NSPAControls.NSButton();
     this.nsButton2 = new NSPAControls.NSButton();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panelAnnotations = new System.Windows.Forms.Panel();
     this.annotateBox = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panelAnnotations.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblStatus.Location = new System.Drawing.Point(0, 476);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(708, 24);
     this.lblStatus.TabIndex = 3;
     this.lblStatus.Text = "1 of 1";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.axWebBrowser1);
     this.panel1.Controls.Add(this.nsButton1);
     this.panel1.Controls.Add(this.buttonDown);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(708, 476);
     this.panel1.TabIndex = 5;
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.ContainingControl = this;
     this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size = new System.Drawing.Size(708, 476);
     this.axWebBrowser1.TabIndex = 8;
     this.axWebBrowser1.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser1_NavigateComplete2);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnOptions);
     this.panel2.Controls.Add(this.btnFirst);
     this.panel2.Controls.Add(this.btnLast);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.chkShowThumbNails);
     this.panel2.Controls.Add(this.chkThumbNail);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.chkSynch);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 500);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(752, 20);
     this.panel2.TabIndex = 6;
     this.panel2.Click += new System.EventHandler(this.panel2_Click);
     //
     // btnOptions
     //
     this.btnOptions.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnOptions.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnOptions.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.HottrackImage")));
     this.btnOptions.Location = new System.Drawing.Point(340, -9);
     this.btnOptions.Name = "btnOptions";
     this.btnOptions.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.NormalImage")));
     this.btnOptions.OnlyShowBitmap = true;
     this.btnOptions.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.PressedImage")));
     this.btnOptions.Size = new System.Drawing.Size(60, 25);
     this.btnOptions.Text = "Options";
     this.btnOptions.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnOptions.ToolTip = null;
     this.btnOptions.Visible = false;
     this.btnOptions.Click += new System.EventHandler(this.btnOptions_Click);
     //
     // btnFirst
     //
     this.btnFirst.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnFirst.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnFirst.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.HottrackImage")));
     this.btnFirst.Location = new System.Drawing.Point(61, 30);
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.NormalImage")));
     this.btnFirst.OnlyShowBitmap = true;
     this.btnFirst.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.PressedImage")));
     this.btnFirst.Size = new System.Drawing.Size(23, 1);
     this.btnFirst.Text = "nsButton3";
     this.btnFirst.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnFirst.ToolTip = null;
     this.btnFirst.Visible = false;
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // btnLast
     //
     this.btnLast.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnLast.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnLast.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnLast.HottrackImage")));
     this.btnLast.Location = new System.Drawing.Point(106, 31);
     this.btnLast.Name = "btnLast";
     this.btnLast.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnLast.NormalImage")));
     this.btnLast.OnlyShowBitmap = true;
     this.btnLast.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnLast.PressedImage")));
     this.btnLast.Size = new System.Drawing.Size(23, 2);
     this.btnLast.Text = "nsButton3";
     this.btnLast.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnLast.ToolTip = null;
     this.btnLast.Visible = false;
     this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
     //
     // btnPrev
     //
     this.btnPrev.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnPrev.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnPrev.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.HottrackImage")));
     this.btnPrev.Location = new System.Drawing.Point(27, 32);
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.NormalImage")));
     this.btnPrev.OnlyShowBitmap = true;
     this.btnPrev.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.PressedImage")));
     this.btnPrev.Size = new System.Drawing.Size(23, 1);
     this.btnPrev.Text = "nsButton3";
     this.btnPrev.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnPrev.ToolTip = null;
     this.btnPrev.Visible = false;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // chkShowThumbNails
     //
     this.chkShowThumbNails.Location = new System.Drawing.Point(129, 38);
     this.chkShowThumbNails.Name = "chkShowThumbNails";
     this.chkShowThumbNails.Size = new System.Drawing.Size(112, 16);
     this.chkShowThumbNails.TabIndex = 8;
     this.chkShowThumbNails.Text = "Show Annotations";
     this.chkShowThumbNails.Visible = false;
     this.chkShowThumbNails.CheckedChanged += new System.EventHandler(this.chkShowThumbNails_CheckedChanged);
     //
     // chkThumbNail
     //
     this.chkThumbNail.Enabled = false;
     this.chkThumbNail.Location = new System.Drawing.Point(13, 38);
     this.chkThumbNail.Name = "chkThumbNail";
     this.chkThumbNail.Size = new System.Drawing.Size(104, 16);
     this.chkThumbNail.TabIndex = 7;
     this.chkThumbNail.Text = "Add Annotation";
     this.chkThumbNail.Visible = false;
     this.chkThumbNail.CheckedChanged += new System.EventHandler(this.chkThumbNail_CheckedChanged);
     //
     // btnNext
     //
     this.btnNext.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnNext.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnNext.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnNext.HottrackImage")));
     this.btnNext.Location = new System.Drawing.Point(255, 31);
     this.btnNext.Name = "btnNext";
     this.btnNext.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnNext.NormalImage")));
     this.btnNext.OnlyShowBitmap = true;
     this.btnNext.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnNext.PressedImage")));
     this.btnNext.Size = new System.Drawing.Size(23, 1);
     this.btnNext.Text = "nsButton3";
     this.btnNext.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnNext.ToolTip = null;
     this.btnNext.Visible = false;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // chkSynch
     //
     this.chkSynch.Location = new System.Drawing.Point(259, 38);
     this.chkSynch.Name = "chkSynch";
     this.chkSynch.Size = new System.Drawing.Size(86, 16);
     this.chkSynch.TabIndex = 8;
     this.chkSynch.Text = "Synchornize";
     this.chkSynch.Visible = false;
     //
     // panel3
     //
     this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(732, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(20, 500);
     this.panel3.TabIndex = 7;
     this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // nsButton1
     //
     this.nsButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nsButton1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.nsButton1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.nsButton1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton1.HottrackImage = null;
     this.nsButton1.Location = new System.Drawing.Point(600, 16);
     this.nsButton1.Name = "nsButton1";
     this.nsButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("nsButton1.NormalImage")));
     this.nsButton1.OnlyShowBitmap = true;
     this.nsButton1.PressedImage = null;
     this.nsButton1.Size = new System.Drawing.Size(18, 21);
     this.nsButton1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.nsButton1.ToolTip = null;
     this.nsButton1.Visible = false;
     this.nsButton1.Click += new System.EventHandler(this.buttonDown_Click);
     //
     // buttonDown
     //
     this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDown.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.buttonDown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.buttonDown.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.buttonDown.HottrackImage = null;
     this.buttonDown.Location = new System.Drawing.Point(640, 56);
     this.buttonDown.Name = "buttonDown";
     this.buttonDown.NormalImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.NormalImage")));
     this.buttonDown.OnlyShowBitmap = true;
     this.buttonDown.PressedImage = null;
     this.buttonDown.Size = new System.Drawing.Size(18, 21);
     this.buttonDown.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.buttonDown.ToolTip = null;
     this.buttonDown.Visible = false;
     this.buttonDown.Click += new System.EventHandler(this.nsButton2_Click);
     //
     // nsButton2
     //
     this.nsButton2.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.nsButton2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton2.HottrackImage = null;
     this.nsButton2.Location = new System.Drawing.Point(0, 0);
     this.nsButton2.Name = "nsButton2";
     this.nsButton2.NormalImage = null;
     this.nsButton2.OnlyShowBitmap = false;
     this.nsButton2.PressedImage = null;
     this.nsButton2.Size = new System.Drawing.Size(23, 23);
     this.nsButton2.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.nsButton2.ToolTip = null;
     this.nsButton2.Visible = false;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel1);
     this.panel4.Controls.Add(this.lblStatus);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(24, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(708, 500);
     this.panel4.TabIndex = 9;
     //
     // panelAnnotations
     //
     this.panelAnnotations.AutoScroll = true;
     this.panelAnnotations.Controls.Add(this.annotateBox);
     this.panelAnnotations.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAnnotations.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panelAnnotations.Location = new System.Drawing.Point(0, 0);
     this.panelAnnotations.Name = "panelAnnotations";
     this.panelAnnotations.Size = new System.Drawing.Size(24, 500);
     this.panelAnnotations.TabIndex = 8;
     //
     // annotateBox
     //
     this.annotateBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.annotateBox.Location = new System.Drawing.Point(10, 16);
     this.annotateBox.Name = "annotateBox";
     this.annotateBox.Size = new System.Drawing.Size(60, 50);
     this.annotateBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.annotateBox.TabIndex = 8;
     this.annotateBox.TabStop = false;
     this.annotateBox.Click += new System.EventHandler(this.annotateBox_Click);
     //
     // documentSharingControl
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panelAnnotations);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "documentSharingControl";
     this.Size = new System.Drawing.Size(752, 520);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panelAnnotations.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #17
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(SessionWnd));
     this.label1 = new System.Windows.Forms.Label();
     this.txtSessionID = new System.Windows.Forms.TextBox();
     this.btnClose = new NSPAControls.NSButton();
     this.btnJoin = new NSPAControls.NSButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(136, 17);
     this.label1.TabIndex = 0;
     this.label1.Text = "Please Enter Session Id";
     //
     // txtSessionID
     //
     this.txtSessionID.Location = new System.Drawing.Point(144, 13);
     this.txtSessionID.Name = "txtSessionID";
     this.txtSessionID.Size = new System.Drawing.Size(96, 20);
     this.txtSessionID.TabIndex = 1;
     this.txtSessionID.Text = "";
     this.txtSessionID.TextChanged += new System.EventHandler(this.txtSessionID_TextChanged);
     //
     // btnClose
     //
     this.btnClose.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location = new System.Drawing.Point(165, 40);
     this.btnClose.Name = "btnClose";
     this.btnClose.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size = new System.Drawing.Size(80, 32);
     this.btnClose.Text = "Invite";
     this.btnClose.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip = null;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnJoin
     //
     this.btnJoin.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnJoin.Enabled = false;
     this.btnJoin.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnJoin.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnJoin.HottrackImage")));
     this.btnJoin.Location = new System.Drawing.Point(104, 45);
     this.btnJoin.Name = "btnJoin";
     this.btnJoin.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnJoin.NormalImage")));
     this.btnJoin.OnlyShowBitmap = true;
     this.btnJoin.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnJoin.PressedImage")));
     this.btnJoin.Size = new System.Drawing.Size(56, 24);
     this.btnJoin.TextAlign = NSPAControls.eTextAlign.Right;
     this.btnJoin.ToolTip = null;
     this.btnJoin.Click += new System.EventHandler(this.btnJoin_Click);
     //
     // SessionWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize = new System.Drawing.Size(250, 74);
     this.ControlBox = false;
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnJoin);
     this.Controls.Add(this.txtSessionID);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "SessionWnd";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
 }
Exemple #18
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(InviteForm));
     this.btnSend = new NSPAControls.NSButton();
     this.lblInfo = new System.Windows.Forms.Label();
     this.txtEmamil = new System.Windows.Forms.TextBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtname = new System.Windows.Forms.TextBox();
     this.lblname = new System.Windows.Forms.Label();
     this.btnClose = new NSPAControls.NSButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSend
     //
     this.btnSend.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnSend.Enabled = false;
     this.btnSend.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnSend.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnSend.HottrackImage")));
     this.btnSend.Location = new System.Drawing.Point(171, 72);
     this.btnSend.Name = "btnSend";
     this.btnSend.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnSend.NormalImage")));
     this.btnSend.OnlyShowBitmap = true;
     this.btnSend.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnSend.PressedImage")));
     this.btnSend.Size = new System.Drawing.Size(56, 25);
     this.btnSend.Text = "Invite";
     this.btnSend.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnSend.ToolTip = null;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // lblInfo
     //
     this.lblInfo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.ForeColor = System.Drawing.Color.White;
     this.lblInfo.Location = new System.Drawing.Point(16, 48);
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(120, 23);
     this.lblInfo.TabIndex = 1;
     this.lblInfo.Text = "Email Address :";
     //
     // txtEmamil
     //
     this.txtEmamil.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmamil.Location = new System.Drawing.Point(120, 48);
     this.txtEmamil.Name = "txtEmamil";
     this.txtEmamil.Size = new System.Drawing.Size(168, 21);
     this.txtEmamil.TabIndex = 1;
     this.txtEmamil.Text = "";
     this.txtEmamil.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEmamil_KeyPress);
     this.txtEmamil.TextChanged += new System.EventHandler(this.txtEmamil_TextChanged);
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.lblStatus.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lblStatus.Location = new System.Drawing.Point(29, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(264, 16);
     this.lblStatus.TabIndex = 3;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtname);
     this.groupBox1.Controls.Add(this.lblname);
     this.groupBox1.Controls.Add(this.btnClose);
     this.groupBox1.Controls.Add(this.btnSend);
     this.groupBox1.Controls.Add(this.txtEmamil);
     this.groupBox1.Controls.Add(this.lblInfo);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(304, 112);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = " Invite  ";
     //
     // txtname
     //
     this.txtname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtname.Location = new System.Drawing.Point(120, 24);
     this.txtname.Name = "txtname";
     this.txtname.Size = new System.Drawing.Size(168, 21);
     this.txtname.TabIndex = 0;
     this.txtname.Text = "";
     //
     // lblname
     //
     this.lblname.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblname.ForeColor = System.Drawing.Color.White;
     this.lblname.Location = new System.Drawing.Point(16, 24);
     this.lblname.Name = "lblname";
     this.lblname.Size = new System.Drawing.Size(80, 23);
     this.lblname.TabIndex = 3;
     this.lblname.Text = "Name :";
     //
     // btnClose
     //
     this.btnClose.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location = new System.Drawing.Point(235, 72);
     this.btnClose.Name = "btnClose";
     this.btnClose.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size = new System.Drawing.Size(56, 25);
     this.btnClose.Text = "Invite";
     this.btnClose.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip = null;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // InviteForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize = new System.Drawing.Size(322, 130);
     this.ControlBox = false;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblStatus);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "InviteForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #19
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(InviteForm));
     this.btnSend   = new NSPAControls.NSButton();
     this.lblInfo   = new System.Windows.Forms.Label();
     this.txtEmamil = new System.Windows.Forms.TextBox();
     this.lblStatus = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtname   = new System.Windows.Forms.TextBox();
     this.lblname   = new System.Windows.Forms.Label();
     this.btnClose  = new NSPAControls.NSButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSend
     //
     this.btnSend.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnSend.Enabled        = false;
     this.btnSend.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnSend.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnSend.HottrackImage")));
     this.btnSend.Location       = new System.Drawing.Point(171, 72);
     this.btnSend.Name           = "btnSend";
     this.btnSend.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnSend.NormalImage")));
     this.btnSend.OnlyShowBitmap = true;
     this.btnSend.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnSend.PressedImage")));
     this.btnSend.Size           = new System.Drawing.Size(56, 25);
     this.btnSend.Text           = "Invite";
     this.btnSend.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnSend.ToolTip        = null;
     this.btnSend.Click         += new System.EventHandler(this.btnSend_Click);
     //
     // lblInfo
     //
     this.lblInfo.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.ForeColor = System.Drawing.Color.White;
     this.lblInfo.Location  = new System.Drawing.Point(16, 48);
     this.lblInfo.Name      = "lblInfo";
     this.lblInfo.Size      = new System.Drawing.Size(120, 23);
     this.lblInfo.TabIndex  = 1;
     this.lblInfo.Text      = "Email Address :";
     //
     // txtEmamil
     //
     this.txtEmamil.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmamil.Location     = new System.Drawing.Point(120, 48);
     this.txtEmamil.Name         = "txtEmamil";
     this.txtEmamil.Size         = new System.Drawing.Size(168, 21);
     this.txtEmamil.TabIndex     = 1;
     this.txtEmamil.Text         = "";
     this.txtEmamil.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtEmamil_KeyPress);
     this.txtEmamil.TextChanged += new System.EventHandler(this.txtEmamil_TextChanged);
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.lblStatus.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lblStatus.Location  = new System.Drawing.Point(29, 90);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(264, 16);
     this.lblStatus.TabIndex  = 3;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtname);
     this.groupBox1.Controls.Add(this.lblname);
     this.groupBox1.Controls.Add(this.btnClose);
     this.groupBox1.Controls.Add(this.btnSend);
     this.groupBox1.Controls.Add(this.txtEmamil);
     this.groupBox1.Controls.Add(this.lblInfo);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(304, 112);
     this.groupBox1.TabIndex  = 4;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = " Invite  ";
     //
     // txtname
     //
     this.txtname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtname.Location    = new System.Drawing.Point(120, 24);
     this.txtname.Name        = "txtname";
     this.txtname.Size        = new System.Drawing.Size(168, 21);
     this.txtname.TabIndex    = 0;
     this.txtname.Text        = "";
     //
     // lblname
     //
     this.lblname.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblname.ForeColor = System.Drawing.Color.White;
     this.lblname.Location  = new System.Drawing.Point(16, 24);
     this.lblname.Name      = "lblname";
     this.lblname.Size      = new System.Drawing.Size(80, 23);
     this.lblname.TabIndex  = 3;
     this.lblname.Text      = "Name :";
     //
     // btnClose
     //
     this.btnClose.ButtonForm     = NSPAControls.eButtonForm.Rectangle;
     this.btnClose.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnClose.HottrackImage  = ((System.Drawing.Image)(resources.GetObject("btnClose.HottrackImage")));
     this.btnClose.Location       = new System.Drawing.Point(235, 72);
     this.btnClose.Name           = "btnClose";
     this.btnClose.NormalImage    = ((System.Drawing.Image)(resources.GetObject("btnClose.NormalImage")));
     this.btnClose.OnlyShowBitmap = true;
     this.btnClose.PressedImage   = ((System.Drawing.Image)(resources.GetObject("btnClose.PressedImage")));
     this.btnClose.Size           = new System.Drawing.Size(56, 25);
     this.btnClose.Text           = "Invite";
     this.btnClose.TextAlign      = NSPAControls.eTextAlign.Bottom;
     this.btnClose.ToolTip        = null;
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // InviteForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.ClientSize        = new System.Drawing.Size(322, 130);
     this.ControlBox        = false;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblStatus);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "InviteForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(QuestionAnswerAttendee));
     this.baseLeftPanel = new System.Windows.Forms.Panel();
     this.baseRightPanel = new System.Windows.Forms.Panel();
     this.baseBottomPanel = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panelBody = new System.Windows.Forms.Panel();
     this.panel8 = new System.Windows.Forms.Panel();
     this.panel11 = new System.Windows.Forms.Panel();
     this.listAnswers = new System.Windows.Forms.ListView();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.panel10 = new System.Windows.Forms.Panel();
     this.textPreviousQuestion = new System.Windows.Forms.TextBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.textAnswer = new System.Windows.Forms.TextBox();
     this.panel5 = new System.Windows.Forms.Panel();
     this.panel6 = new System.Windows.Forms.Panel();
     this.listQuestions = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.panel7 = new System.Windows.Forms.Panel();
     this.label2 = new System.Windows.Forms.Label();
     this.bodyTopPanel = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textQuestion = new System.Windows.Forms.TextBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.button1 = new NSPAControls.NSButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.panel4.SuspendLayout();
     this.panelBody.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.bodyTopPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // baseLeftPanel
     //
     this.baseLeftPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(179)), ((System.Byte)(239)));
     this.baseLeftPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.baseLeftPanel.Location = new System.Drawing.Point(0, 0);
     this.baseLeftPanel.Name = "baseLeftPanel";
     this.baseLeftPanel.Size = new System.Drawing.Size(16, 464);
     this.baseLeftPanel.TabIndex = 0;
     //
     // baseRightPanel
     //
     this.baseRightPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.baseRightPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.baseRightPanel.Location = new System.Drawing.Point(640, 0);
     this.baseRightPanel.Name = "baseRightPanel";
     this.baseRightPanel.Size = new System.Drawing.Size(16, 464);
     this.baseRightPanel.TabIndex = 1;
     //
     // baseBottomPanel
     //
     this.baseBottomPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.baseBottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.baseBottomPanel.Location = new System.Drawing.Point(16, 456);
     this.baseBottomPanel.Name = "baseBottomPanel";
     this.baseBottomPanel.Size = new System.Drawing.Size(624, 8);
     this.baseBottomPanel.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panelBody);
     this.panel4.Controls.Add(this.bodyTopPanel);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(16, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(624, 456);
     this.panel4.TabIndex = 3;
     //
     // panelBody
     //
     this.panelBody.Controls.Add(this.panel8);
     this.panelBody.Controls.Add(this.panel5);
     this.panelBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelBody.Location = new System.Drawing.Point(0, 104);
     this.panelBody.Name = "panelBody";
     this.panelBody.Size = new System.Drawing.Size(624, 352);
     this.panelBody.TabIndex = 7;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel11);
     this.panel8.Controls.Add(this.panel10);
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 120);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(624, 232);
     this.panel8.TabIndex = 8;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.listAnswers);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 48);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(624, 128);
     this.panel11.TabIndex = 6;
     //
     // listAnswers
     //
     this.listAnswers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                   this.columnHeader4,
                                                                                   this.columnHeader5});
     this.listAnswers.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listAnswers.FullRowSelect = true;
     this.listAnswers.HideSelection = false;
     this.listAnswers.Location = new System.Drawing.Point(0, 0);
     this.listAnswers.MultiSelect = false;
     this.listAnswers.Name = "listAnswers";
     this.listAnswers.Size = new System.Drawing.Size(624, 128);
     this.listAnswers.TabIndex = 2;
     this.listAnswers.View = System.Windows.Forms.View.Details;
     this.listAnswers.SelectedIndexChanged += new System.EventHandler(this.listAnswers_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Answer By";
     this.columnHeader4.Width = 91;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Answer";
     this.columnHeader5.Width = 508;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.textPreviousQuestion);
     this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(624, 48);
     this.panel10.TabIndex = 5;
     //
     // textPreviousQuestion
     //
     this.textPreviousQuestion.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.textPreviousQuestion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textPreviousQuestion.Location = new System.Drawing.Point(0, 0);
     this.textPreviousQuestion.Multiline = true;
     this.textPreviousQuestion.Name = "textPreviousQuestion";
     this.textPreviousQuestion.ReadOnly = true;
     this.textPreviousQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textPreviousQuestion.Size = new System.Drawing.Size(624, 48);
     this.textPreviousQuestion.TabIndex = 3;
     this.textPreviousQuestion.Text = "";
     //
     // panel9
     //
     this.panel9.Controls.Add(this.textAnswer);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.Location = new System.Drawing.Point(0, 176);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(624, 56);
     this.panel9.TabIndex = 4;
     //
     // textAnswer
     //
     this.textAnswer.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.textAnswer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textAnswer.Location = new System.Drawing.Point(0, 0);
     this.textAnswer.Multiline = true;
     this.textAnswer.Name = "textAnswer";
     this.textAnswer.ReadOnly = true;
     this.textAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textAnswer.Size = new System.Drawing.Size(624, 56);
     this.textAnswer.TabIndex = 2;
     this.textAnswer.Text = "";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(624, 120);
     this.panel5.TabIndex = 7;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.listQuestions);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 24);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(624, 96);
     this.panel6.TabIndex = 9;
     //
     // listQuestions
     //
     this.listQuestions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                     this.columnHeader1,
                                                                                     this.columnHeader2});
     this.listQuestions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listQuestions.FullRowSelect = true;
     this.listQuestions.HideSelection = false;
     this.listQuestions.Location = new System.Drawing.Point(0, 0);
     this.listQuestions.MultiSelect = false;
     this.listQuestions.Name = "listQuestions";
     this.listQuestions.Size = new System.Drawing.Size(624, 96);
     this.listQuestions.TabIndex = 1;
     this.listQuestions.View = System.Windows.Forms.View.Details;
     this.listQuestions.Click += new System.EventHandler(this.listQuestions_Click);
     this.listQuestions.SelectedIndexChanged += new System.EventHandler(this.listQuestions_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "ID";
     this.columnHeader1.Width = 34;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Question";
     this.columnHeader2.Width = 561;
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel7.Controls.Add(this.label2);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(624, 24);
     this.panel7.TabIndex = 8;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.TabIndex = 0;
     this.label2.Text = "Questions";
     //
     // bodyTopPanel
     //
     this.bodyTopPanel.Controls.Add(this.panel1);
     this.bodyTopPanel.Controls.Add(this.panel3);
     this.bodyTopPanel.Controls.Add(this.panel2);
     this.bodyTopPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.bodyTopPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bodyTopPanel.Location = new System.Drawing.Point(0, 0);
     this.bodyTopPanel.Name = "bodyTopPanel";
     this.bodyTopPanel.Size = new System.Drawing.Size(624, 104);
     this.bodyTopPanel.TabIndex = 0;
     this.bodyTopPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.bodyTopPanel_Paint);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textQuestion);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(624, 40);
     this.panel1.TabIndex = 10;
     //
     // textQuestion
     //
     this.textQuestion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textQuestion.Location = new System.Drawing.Point(0, 0);
     this.textQuestion.Multiline = true;
     this.textQuestion.Name = "textQuestion";
     this.textQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textQuestion.Size = new System.Drawing.Size(624, 40);
     this.textQuestion.TabIndex = 0;
     this.textQuestion.Text = "";
     this.textQuestion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textQuestion_KeyPress);
     this.textQuestion.TextChanged += new System.EventHandler(this.textQuestion_TextChanged);
     this.textQuestion.Enter += new System.EventHandler(this.textQuestion_Enter);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel3.Controls.Add(this.button1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 64);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(624, 40);
     this.panel3.TabIndex = 9;
     //
     // button1
     //
     this.button1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.button1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.button1.HottrackImage = ((System.Drawing.Image)(resources.GetObject("button1.HottrackImage")));
     this.button1.Location = new System.Drawing.Point(552, 8);
     this.button1.Name = "button1";
     this.button1.NormalImage = ((System.Drawing.Image)(resources.GetObject("button1.NormalImage")));
     this.button1.OnlyShowBitmap = true;
     this.button1.PressedImage = ((System.Drawing.Image)(resources.GetObject("button1.PressedImage")));
     this.button1.Size = new System.Drawing.Size(62, 27);
     this.button1.Text = "nsButton1";
     this.button1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.button1.ToolTip = null;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(174)), ((System.Byte)(239)));
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(624, 24);
     this.panel2.TabIndex = 7;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(136, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Ask Question";
     //
     // QuestionAnswerAttendee
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.baseBottomPanel);
     this.Controls.Add(this.baseRightPanel);
     this.Controls.Add(this.baseLeftPanel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "QuestionAnswerAttendee";
     this.Size = new System.Drawing.Size(656, 464);
     this.panel4.ResumeLayout(false);
     this.panelBody.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.bodyTopPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #21
0
 /// <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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(chatControl));
     this.txtBoxViewChat = new WebMeeting.Client.PrintableRichTextBox();
     this.txtBoxPreviewChat = new Khendys.Controls.ExRichTextBox();
     this.btnBold = new System.Windows.Forms.Button();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.btnItalics = new System.Windows.Forms.Button();
     this.btnUnderLine = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnFont = new NSPAControls.NSButton();
     this.btnEmoticon = new NSPAControls.NSButton();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.testCombo = new System.Windows.Forms.ComboBox();
     this.btnSend = new NSPAControls.NSButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // txtBoxViewChat
     //
     this.txtBoxViewChat.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.txtBoxViewChat.Font = new System.Drawing.Font("Courier New", 9.75F);
     this.txtBoxViewChat.HideSelection = false;
     this.txtBoxViewChat.HiglightColor = Khendys.Controls.RtfColor.White;
     this.txtBoxViewChat.Location = new System.Drawing.Point(0, 0);
     this.txtBoxViewChat.Name = "txtBoxViewChat";
     this.txtBoxViewChat.ReadOnly = true;
     this.txtBoxViewChat.Size = new System.Drawing.Size(256, 184);
     this.txtBoxViewChat.TabIndex = 3;
     this.txtBoxViewChat.Text = "";
     this.txtBoxViewChat.TextColor = Khendys.Controls.RtfColor.Black;
     this.txtBoxViewChat.TextChanged += new System.EventHandler(this.txtBoxViewChat_TextChanged);
     this.txtBoxViewChat.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBoxViewChat_KeyUp);
     //
     // txtBoxPreviewChat
     //
     this.txtBoxPreviewChat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBoxPreviewChat.Font = new System.Drawing.Font("Courier New", 9.75F);
     this.txtBoxPreviewChat.HiglightColor = Khendys.Controls.RtfColor.White;
     this.txtBoxPreviewChat.Location = new System.Drawing.Point(0, 35);
     this.txtBoxPreviewChat.Name = "txtBoxPreviewChat";
     this.txtBoxPreviewChat.Size = new System.Drawing.Size(256, 45);
     this.txtBoxPreviewChat.TabIndex = 4;
     this.txtBoxPreviewChat.Text = "";
     this.txtBoxPreviewChat.TextColor = Khendys.Controls.RtfColor.Black;
     this.txtBoxPreviewChat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBoxPreviewChat_KeyDown);
     this.txtBoxPreviewChat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxPreviewChat_KeyPress);
     this.txtBoxPreviewChat.TextChanged += new System.EventHandler(this.txtBoxPreviewChat_TextChanged);
     //
     // btnBold
     //
     this.btnBold.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBold.BackgroundImage")));
     this.btnBold.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBold.ImageList = this.imageList1;
     this.btnBold.Location = new System.Drawing.Point(0, -1);
     this.btnBold.Name = "btnBold";
     this.btnBold.Size = new System.Drawing.Size(22, 23);
     this.btnBold.TabIndex = 0;
     this.btnBold.Click += new System.EventHandler(this.btnBold_Click);
     //
     // imageList1
     //
     this.imageList1.ImageSize = new System.Drawing.Size(23, 23);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnItalics
     //
     this.btnItalics.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnItalics.BackgroundImage")));
     this.btnItalics.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnItalics.ImageList = this.imageList1;
     this.btnItalics.Location = new System.Drawing.Point(32, -1);
     this.btnItalics.Name = "btnItalics";
     this.btnItalics.Size = new System.Drawing.Size(22, 23);
     this.btnItalics.TabIndex = 1;
     this.btnItalics.Click += new System.EventHandler(this.btnItalics_Click);
     //
     // btnUnderLine
     //
     this.btnUnderLine.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUnderLine.BackgroundImage")));
     this.btnUnderLine.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnUnderLine.ImageList = this.imageList1;
     this.btnUnderLine.Location = new System.Drawing.Point(64, -1);
     this.btnUnderLine.Name = "btnUnderLine";
     this.btnUnderLine.Size = new System.Drawing.Size(22, 23);
     this.btnUnderLine.TabIndex = 2;
     this.btnUnderLine.Click += new System.EventHandler(this.btnUnderline_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.txtBoxViewChat);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(256, 296);
     this.panel1.TabIndex = 11;
     //
     // splitter1
     //
     this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Enabled = false;
     this.splitter1.Location = new System.Drawing.Point(0, 179);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(256, 5);
     this.splitter1.TabIndex = 12;
     this.splitter1.TabStop = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
     this.panel2.Controls.Add(this.btnFont);
     this.panel2.Controls.Add(this.btnEmoticon);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.txtBoxPreviewChat);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 184);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(256, 112);
     this.panel2.TabIndex = 11;
     this.panel2.Resize += new System.EventHandler(this.panel2_Resize);
     //
     // btnFont
     //
     this.btnFont.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnFont.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnFont.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnFont.HottrackImage")));
     this.btnFont.Location = new System.Drawing.Point(8, 2);
     this.btnFont.Name = "btnFont";
     this.btnFont.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnFont.NormalImage")));
     this.btnFont.OnlyShowBitmap = true;
     this.btnFont.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnFont.PressedImage")));
     this.btnFont.Size = new System.Drawing.Size(58, 28);
     this.btnFont.Text = "nsButton1";
     this.btnFont.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnFont.ToolTip = null;
     this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
     //
     // btnEmoticon
     //
     this.btnEmoticon.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnEmoticon.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnEmoticon.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnEmoticon.HottrackImage")));
     this.btnEmoticon.Location = new System.Drawing.Point(8, 0);
     this.btnEmoticon.Name = "btnEmoticon";
     this.btnEmoticon.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnEmoticon.NormalImage")));
     this.btnEmoticon.OnlyShowBitmap = true;
     this.btnEmoticon.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnEmoticon.PressedImage")));
     this.btnEmoticon.Size = new System.Drawing.Size(57, 29);
     this.btnEmoticon.Text = "nsButton1";
     this.btnEmoticon.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnEmoticon.ToolTip = null;
     this.btnEmoticon.Visible = false;
     this.btnEmoticon.Click += new System.EventHandler(this.btnEmoticon_Click);
     //
     // panel4
     //
     this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.panel4.Controls.Add(this.btnBold);
     this.panel4.Controls.Add(this.btnItalics);
     this.panel4.Controls.Add(this.btnUnderLine);
     this.panel4.Location = new System.Drawing.Point(152, 5);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(96, 27);
     this.panel4.TabIndex = 12;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.testCombo);
     this.panel3.Controls.Add(this.btnSend);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 82);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(256, 30);
     this.panel3.TabIndex = 11;
     this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // testCombo
     //
     this.testCombo.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.testCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.testCombo.Location = new System.Drawing.Point(0, 2);
     this.testCombo.Name = "testCombo";
     this.testCombo.Size = new System.Drawing.Size(148, 21);
     this.testCombo.TabIndex = 1;
     this.testCombo.Visible = false;
     //
     // btnSend
     //
     this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSend.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnSend.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnSend.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnSend.HottrackImage")));
     this.btnSend.Location = new System.Drawing.Point(172, 2);
     this.btnSend.Name = "btnSend";
     this.btnSend.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnSend.NormalImage")));
     this.btnSend.OnlyShowBitmap = true;
     this.btnSend.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnSend.PressedImage")));
     this.btnSend.Size = new System.Drawing.Size(59, 25);
     this.btnSend.Text = "Send";
     this.btnSend.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnSend.ToolTip = null;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     this.btnSend.Enter += new System.EventHandler(this.btnSend_Enter);
     //
     // timer1
     //
     this.timer1.Interval = 500;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // chatControl
     //
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "chatControl";
     this.Size = new System.Drawing.Size(256, 296);
     this.Load += new System.EventHandler(this.chatControl_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }