/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQuestionFormEdit));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.templCtrlPreview = new Ndi.HelpDesk.QuestionFormsUI.TemplateControl();
       this.pnlBottom.SuspendLayout();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(720, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Kitöltött kérdõívek";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Kitöltött és jóváhagyott kérdõívek megtekintése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 433);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(720, 46);
       this.pnlBottom.TabIndex = 2;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(622, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 0;
       this.btnCancel.Text = "Bezár";
       //
       // templCtrlPreview
       //
       this.templCtrlPreview.AllowPaging = true;
       this.templCtrlPreview.BackColor = System.Drawing.Color.White;
       this.templCtrlPreview.CurrentPage = 1;
       this.templCtrlPreview.Dock = System.Windows.Forms.DockStyle.Fill;
       this.templCtrlPreview.Location = new System.Drawing.Point(0, 46);
       this.templCtrlPreview.Name = "templCtrlPreview";
       this.templCtrlPreview.PageCount = 0;
       this.templCtrlPreview.Questions = null;
       this.templCtrlPreview.Size = new System.Drawing.Size(720, 387);
       this.templCtrlPreview.State = Ndi.HelpDesk.QuestionHelper.ControlState.Input;
       this.templCtrlPreview.TabIndex = 1;
       this.templCtrlPreview.TemplateName = "Teszt";
       this.templCtrlPreview.TemplatePages = null;
       this.templCtrlPreview.ValidationEnabled = true;
       //
       // frmQuestionFormEdit
       //
       this.AcceptButton = this.btnCancel;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(720, 479);
       this.Controls.Add(this.templCtrlPreview);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MinimizeBox = false;
       this.Name = "frmQuestionFormEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmQuestionFormEdit_Load);
       this.pnlBottom.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPendingQuestionFormEdit));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnSendBack = new System.Windows.Forms.Button();
       this.btnAccept = new System.Windows.Forms.Button();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnReject = new System.Windows.Forms.Button();
       this.templCtrlPreview = new Ndi.HelpDesk.QuestionFormsUI.TemplateControl();
       this.splitter1 = new System.Windows.Forms.Splitter();
       this.templCtrlEdit = new Ndi.HelpDesk.QuestionFormsUI.TemplateControl();
       this.panel1 = new System.Windows.Forms.Panel();
       this.txtRejectComment = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label11 = new System.Windows.Forms.Label();
       this.label20 = new System.Windows.Forms.Label();
       this.txtDecidedBy = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label19 = new System.Windows.Forms.Label();
       this.txtDecidedDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtSentBy = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label1 = new System.Windows.Forms.Label();
       this.txtStatus = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label17 = new System.Windows.Forms.Label();
       this.label10 = new System.Windows.Forms.Label();
       this.txtSentDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.pnlBottom.SuspendLayout();
       this.panel1.SuspendLayout();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(913, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Elbírálandó kérdõívek";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Kérdõívek elbírálása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnSendBack);
       this.pnlBottom.Controls.Add(this.btnAccept);
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnReject);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 522);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(913, 46);
       this.pnlBottom.TabIndex = 4;
       //
       // btnSendBack
       //
       this.btnSendBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnSendBack.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnSendBack.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnSendBack.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnSendBack.Location = new System.Drawing.Point(625, 14);
       this.btnSendBack.Name = "btnSendBack";
       this.btnSendBack.Size = new System.Drawing.Size(86, 23);
       this.btnSendBack.TabIndex = 3;
       this.btnSendBack.Text = "Visszaküld";
       this.btnSendBack.Click += new System.EventHandler(this.btnSendBack_Click);
       //
       // btnAccept
       //
       this.btnAccept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAccept.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAccept.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAccept.Location = new System.Drawing.Point(531, 14);
       this.btnAccept.Name = "btnAccept";
       this.btnAccept.Size = new System.Drawing.Size(84, 23);
       this.btnAccept.TabIndex = 0;
       this.btnAccept.Text = "Elfogad";
       this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(814, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 2;
       this.btnCancel.Text = "Mégse";
       //
       // btnReject
       //
       this.btnReject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnReject.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnReject.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnReject.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnReject.Location = new System.Drawing.Point(718, 14);
       this.btnReject.Name = "btnReject";
       this.btnReject.Size = new System.Drawing.Size(84, 23);
       this.btnReject.TabIndex = 1;
       this.btnReject.Text = "Elutasít";
       this.btnReject.Click += new System.EventHandler(this.btnReject_Click);
       //
       // templCtrlPreview
       //
       this.templCtrlPreview.AllowPaging = true;
       this.templCtrlPreview.BackColor = System.Drawing.Color.White;
       this.templCtrlPreview.CurrentPage = 1;
       this.templCtrlPreview.Dock = System.Windows.Forms.DockStyle.Left;
       this.templCtrlPreview.Location = new System.Drawing.Point(0, 148);
       this.templCtrlPreview.Name = "templCtrlPreview";
       this.templCtrlPreview.PageCount = 0;
       this.templCtrlPreview.Questions = null;
       this.templCtrlPreview.Size = new System.Drawing.Size(451, 374);
       this.templCtrlPreview.State = Ndi.HelpDesk.QuestionHelper.ControlState.Input;
       this.templCtrlPreview.TabIndex = 2;
       this.templCtrlPreview.TemplateName = "Teszt";
       this.templCtrlPreview.TemplatePages = null;
       this.templCtrlPreview.ValidationEnabled = true;
       //
       // splitter1
       //
       this.splitter1.Location = new System.Drawing.Point(451, 148);
       this.splitter1.Name = "splitter1";
       this.splitter1.Size = new System.Drawing.Size(4, 374);
       this.splitter1.TabIndex = 3;
       this.splitter1.TabStop = false;
       //
       // templCtrlEdit
       //
       this.templCtrlEdit.AllowPaging = true;
       this.templCtrlEdit.BackColor = System.Drawing.Color.White;
       this.templCtrlEdit.CurrentPage = 1;
       this.templCtrlEdit.Dock = System.Windows.Forms.DockStyle.Fill;
       this.templCtrlEdit.Location = new System.Drawing.Point(451, 148);
       this.templCtrlEdit.Name = "templCtrlEdit";
       this.templCtrlEdit.PageCount = 0;
       this.templCtrlEdit.Questions = null;
       this.templCtrlEdit.Size = new System.Drawing.Size(462, 374);
       this.templCtrlEdit.State = Ndi.HelpDesk.QuestionHelper.ControlState.Input;
       this.templCtrlEdit.TabIndex = 62;
       this.templCtrlEdit.TemplateName = "Teszt";
       this.templCtrlEdit.TemplatePages = null;
       this.templCtrlEdit.ValidationEnabled = true;
       //
       // panel1
       //
       this.panel1.Controls.Add(this.txtRejectComment);
       this.panel1.Controls.Add(this.label11);
       this.panel1.Controls.Add(this.label20);
       this.panel1.Controls.Add(this.txtDecidedBy);
       this.panel1.Controls.Add(this.label19);
       this.panel1.Controls.Add(this.txtDecidedDate);
       this.panel1.Controls.Add(this.txtSentBy);
       this.panel1.Controls.Add(this.label1);
       this.panel1.Controls.Add(this.txtStatus);
       this.panel1.Controls.Add(this.label17);
       this.panel1.Controls.Add(this.label10);
       this.panel1.Controls.Add(this.txtSentDate);
       this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
       this.panel1.Location = new System.Drawing.Point(0, 46);
       this.panel1.Name = "panel1";
       this.panel1.Size = new System.Drawing.Size(913, 102);
       this.panel1.TabIndex = 1;
       //
       // txtRejectComment
       //
       this.txtRejectComment.AllowNull = true;
       this.txtRejectComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtRejectComment.InvalidCharSet = "";
       this.txtRejectComment.Location = new System.Drawing.Point(624, 28);
       this.txtRejectComment.MaxLength = 1000;
       this.txtRejectComment.Multiline = true;
       this.txtRejectComment.Name = "txtRejectComment";
       this.txtRejectComment.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtRejectComment.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtRejectComment.Size = new System.Drawing.Size(269, 69);
       this.txtRejectComment.TabIndex = 11;
       this.txtRejectComment.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtRejectComment.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtRejectComment.ValidationMask = "";
       this.txtRejectComment.ValidCharSet = "";
       //
       // label11
       //
       this.label11.Location = new System.Drawing.Point(624, 9);
       this.label11.Name = "label11";
       this.label11.Size = new System.Drawing.Size(130, 19);
       this.label11.TabIndex = 10;
       this.label11.Text = "Elutasítás indoklása:";
       //
       // label20
       //
       this.label20.Location = new System.Drawing.Point(307, 65);
       this.label20.Name = "label20";
       this.label20.Size = new System.Drawing.Size(96, 18);
       this.label20.TabIndex = 8;
       this.label20.Text = "Elbírálta:";
       //
       // txtDecidedBy
       //
       this.txtDecidedBy.AllowNull = true;
       this.txtDecidedBy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtDecidedBy.InvalidCharSet = "";
       this.txtDecidedBy.Location = new System.Drawing.Point(432, 65);
       this.txtDecidedBy.MaxLength = 100;
       this.txtDecidedBy.Name = "txtDecidedBy";
       this.txtDecidedBy.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtDecidedBy.ReadOnly = true;
       this.txtDecidedBy.Size = new System.Drawing.Size(163, 22);
       this.txtDecidedBy.TabIndex = 9;
       this.txtDecidedBy.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtDecidedBy.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtDecidedBy.ValidationMask = "";
       this.txtDecidedBy.ValidCharSet = "";
       //
       // label19
       //
       this.label19.Location = new System.Drawing.Point(307, 37);
       this.label19.Name = "label19";
       this.label19.Size = new System.Drawing.Size(115, 18);
       this.label19.TabIndex = 6;
       this.label19.Text = "Elbírálás dátuma:";
       //
       // txtDecidedDate
       //
       this.txtDecidedDate.AllowNull = true;
       this.txtDecidedDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtDecidedDate.InvalidCharSet = "";
       this.txtDecidedDate.Location = new System.Drawing.Point(432, 37);
       this.txtDecidedDate.MaxLength = 100;
       this.txtDecidedDate.Name = "txtDecidedDate";
       this.txtDecidedDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtDecidedDate.ReadOnly = true;
       this.txtDecidedDate.Size = new System.Drawing.Size(163, 22);
       this.txtDecidedDate.TabIndex = 7;
       this.txtDecidedDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtDecidedDate.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtDecidedDate.ValidationMask = "";
       this.txtDecidedDate.ValidCharSet = "";
       //
       // txtSentBy
       //
       this.txtSentBy.AllowNull = true;
       this.txtSentBy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSentBy.InvalidCharSet = "";
       this.txtSentBy.Location = new System.Drawing.Point(115, 37);
       this.txtSentBy.MaxLength = 100;
       this.txtSentBy.Name = "txtSentBy";
       this.txtSentBy.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSentBy.ReadOnly = true;
       this.txtSentBy.Size = new System.Drawing.Size(168, 22);
       this.txtSentBy.TabIndex = 3;
       this.txtSentBy.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSentBy.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSentBy.ValidationMask = "";
       this.txtSentBy.ValidCharSet = "";
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(10, 42);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(96, 18);
       this.label1.TabIndex = 2;
       this.label1.Text = "Küldõ neve:";
       //
       // txtStatus
       //
       this.txtStatus.AllowNull = true;
       this.txtStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtStatus.InvalidCharSet = "";
       this.txtStatus.Location = new System.Drawing.Point(115, 9);
       this.txtStatus.MaxLength = 100;
       this.txtStatus.Name = "txtStatus";
       this.txtStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtStatus.ReadOnly = true;
       this.txtStatus.Size = new System.Drawing.Size(168, 22);
       this.txtStatus.TabIndex = 1;
       this.txtStatus.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtStatus.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtStatus.ValidationMask = "";
       this.txtStatus.ValidCharSet = "";
       //
       // label17
       //
       this.label17.Location = new System.Drawing.Point(10, 14);
       this.label17.Name = "label17";
       this.label17.Size = new System.Drawing.Size(96, 18);
       this.label17.TabIndex = 0;
       this.label17.Text = "Státusz:";
       //
       // label10
       //
       this.label10.Location = new System.Drawing.Point(10, 69);
       this.label10.Name = "label10";
       this.label10.Size = new System.Drawing.Size(105, 19);
       this.label10.TabIndex = 4;
       this.label10.Text = "Küldés dátuma:";
       //
       // txtSentDate
       //
       this.txtSentDate.AllowNull = true;
       this.txtSentDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSentDate.InvalidCharSet = "";
       this.txtSentDate.Location = new System.Drawing.Point(115, 65);
       this.txtSentDate.MaxLength = 100;
       this.txtSentDate.Name = "txtSentDate";
       this.txtSentDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSentDate.ReadOnly = true;
       this.txtSentDate.Size = new System.Drawing.Size(168, 22);
       this.txtSentDate.TabIndex = 5;
       this.txtSentDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSentDate.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSentDate.ValidationMask = "";
       this.txtSentDate.ValidCharSet = "";
       //
       // frmPendingQuestionFormEdit
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(913, 568);
       this.Controls.Add(this.splitter1);
       this.Controls.Add(this.templCtrlEdit);
       this.Controls.Add(this.templCtrlPreview);
       this.Controls.Add(this.panel1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MinimizeBox = false;
       this.Name = "frmPendingQuestionFormEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmPendingQuestionFormEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       this.panel1.ResumeLayout(false);
       this.panel1.PerformLayout();
       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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTemplatePreview));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnValidate = new System.Windows.Forms.Button();
       this.cbxEnableValidation = new System.Windows.Forms.CheckBox();
       this.btnCancel = new System.Windows.Forms.Button();
       this.TemplateControl1 = new Ndi.HelpDesk.QuestionFormsUI.TemplateControl();
       this.pnlBottom.SuspendLayout();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(704, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Kérdõív sablon";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Sablon megtekintése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnValidate);
       this.pnlBottom.Controls.Add(this.cbxEnableValidation);
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 392);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(704, 46);
       this.pnlBottom.TabIndex = 2;
       //
       // btnValidate
       //
       this.btnValidate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnValidate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnValidate.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnValidate.Location = new System.Drawing.Point(502, 14);
       this.btnValidate.Name = "btnValidate";
       this.btnValidate.Size = new System.Drawing.Size(84, 23);
       this.btnValidate.TabIndex = 1;
       this.btnValidate.Text = "Validáció";
       this.btnValidate.Click += new System.EventHandler(this.btnValidate_Click);
       //
       // cbxEnableValidation
       //
       this.cbxEnableValidation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.cbxEnableValidation.Location = new System.Drawing.Point(310, 9);
       this.cbxEnableValidation.Name = "cbxEnableValidation";
       this.cbxEnableValidation.Size = new System.Drawing.Size(183, 28);
       this.cbxEnableValidation.TabIndex = 0;
       this.cbxEnableValidation.Text = "Validáció engedélyezve";
       this.cbxEnableValidation.CheckedChanged += new System.EventHandler(this.cbxEnableValidation_CheckedChanged);
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(605, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 2;
       this.btnCancel.Text = "Bezár";
       //
       // TemplateControl1
       //
       this.TemplateControl1.AllowPaging = true;
       this.TemplateControl1.BackColor = System.Drawing.Color.White;
       this.TemplateControl1.CurrentPage = 1;
       this.TemplateControl1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.TemplateControl1.Location = new System.Drawing.Point(0, 46);
       this.TemplateControl1.Name = "TemplateControl1";
       this.TemplateControl1.PageCount = 0;
       this.TemplateControl1.Questions = null;
       this.TemplateControl1.Size = new System.Drawing.Size(704, 346);
       this.TemplateControl1.State = Ndi.HelpDesk.QuestionHelper.ControlState.Input;
       this.TemplateControl1.TabIndex = 1;
       this.TemplateControl1.TemplateName = "Teszt";
       this.TemplateControl1.TemplatePages = null;
       this.TemplateControl1.ValidationEnabled = true;
       //
       // frmTemplatePreview
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(704, 438);
       this.Controls.Add(this.TemplateControl1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MinimizeBox = false;
       this.Name = "frmTemplatePreview";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmTemplatePreview_Load);
       this.pnlBottom.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()
 {
     this.button1 = new System.Windows.Forms.Button();
       this.button2 = new System.Windows.Forms.Button();
       this.button3 = new System.Windows.Forms.Button();
       this.button4 = new System.Windows.Forms.Button();
       this.button5 = new System.Windows.Forms.Button();
       this.textBox1 = new System.Windows.Forms.TextBox();
       this.TemplateControl1 = new Ndi.HelpDesk.QuestionFormsUI.TemplateControl();
       this.comboBox1 = new System.Windows.Forms.ComboBox();
       this.comboBox2 = new System.Windows.Forms.ComboBox();
       this.cmdSave = new System.Windows.Forms.Button();
       this.cmdValidate = new System.Windows.Forms.Button();
       this.checkBox1 = new System.Windows.Forms.CheckBox();
       this.SuspendLayout();
       //
       // button1
       //
       this.button1.Location = new System.Drawing.Point(10, 9);
       this.button1.Name = "button1";
       this.button1.Size = new System.Drawing.Size(182, 27);
       this.button1.TabIndex = 1;
       this.button1.Text = "ShowQuestion";
       this.button1.Click += new System.EventHandler(this.button1_Click);
       //
       // button2
       //
       this.button2.Location = new System.Drawing.Point(451, 9);
       this.button2.Name = "button2";
       this.button2.Size = new System.Drawing.Size(135, 27);
       this.button2.TabIndex = 2;
       this.button2.Text = "Modify";
       this.button2.Click += new System.EventHandler(this.button2_Click);
       //
       // button3
       //
       this.button3.Location = new System.Drawing.Point(451, 46);
       this.button3.Name = "button3";
       this.button3.Size = new System.Drawing.Size(135, 27);
       this.button3.TabIndex = 3;
       this.button3.Text = "Input";
       this.button3.Click += new System.EventHandler(this.button3_Click);
       //
       // button4
       //
       this.button4.Location = new System.Drawing.Point(595, 9);
       this.button4.Name = "button4";
       this.button4.Size = new System.Drawing.Size(135, 27);
       this.button4.TabIndex = 4;
       this.button4.Text = "ReadOnly";
       this.button4.Click += new System.EventHandler(this.button4_Click);
       //
       // button5
       //
       this.button5.Location = new System.Drawing.Point(595, 46);
       this.button5.Name = "button5";
       this.button5.Size = new System.Drawing.Size(135, 27);
       this.button5.TabIndex = 5;
       this.button5.Text = "Answer";
       this.button5.Click += new System.EventHandler(this.button5_Click);
       //
       // textBox1
       //
       this.textBox1.Location = new System.Drawing.Point(739, 9);
       this.textBox1.Multiline = true;
       this.textBox1.Name = "textBox1";
       this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.textBox1.Size = new System.Drawing.Size(259, 65);
       this.textBox1.TabIndex = 6;
       this.textBox1.Text = "textBox1";
       //
       // TemplateControl1
       //
       this.TemplateControl1.AllowPaging = true;
       this.TemplateControl1.BackColor = System.Drawing.Color.White;
       this.TemplateControl1.CurrentPage = 1;
       this.TemplateControl1.Location = new System.Drawing.Point(10, 83);
       this.TemplateControl1.Name = "TemplateControl1";
       this.TemplateControl1.PageCount = 0;
       this.TemplateControl1.Questions = null;
       this.TemplateControl1.Size = new System.Drawing.Size(969, 499);
       this.TemplateControl1.State = Ndi.HelpDesk.QuestionHelper.ControlState.Input;
       this.TemplateControl1.TabIndex = 7;
       this.TemplateControl1.TemplateName = "Teszt";
       this.TemplateControl1.TemplatePages = null;
       this.TemplateControl1.ValidationEnabled = true;
       //
       // comboBox1
       //
       this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.comboBox1.Location = new System.Drawing.Point(211, 9);
       this.comboBox1.Name = "comboBox1";
       this.comboBox1.Size = new System.Drawing.Size(231, 24);
       this.comboBox1.TabIndex = 8;
       //
       // comboBox2
       //
       this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.comboBox2.Location = new System.Drawing.Point(211, 46);
       this.comboBox2.Name = "comboBox2";
       this.comboBox2.Size = new System.Drawing.Size(231, 24);
       this.comboBox2.TabIndex = 9;
       //
       // cmdSave
       //
       this.cmdSave.Location = new System.Drawing.Point(10, 46);
       this.cmdSave.Name = "cmdSave";
       this.cmdSave.Size = new System.Drawing.Size(48, 27);
       this.cmdSave.TabIndex = 10;
       this.cmdSave.Text = "Save";
       this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
       //
       // cmdValidate
       //
       this.cmdValidate.Location = new System.Drawing.Point(67, 46);
       this.cmdValidate.Name = "cmdValidate";
       this.cmdValidate.Size = new System.Drawing.Size(67, 27);
       this.cmdValidate.TabIndex = 11;
       this.cmdValidate.Text = "Validate";
       this.cmdValidate.Click += new System.EventHandler(this.cmdValidate_Click);
       //
       // checkBox1
       //
       this.checkBox1.Location = new System.Drawing.Point(144, 46);
       this.checkBox1.Name = "checkBox1";
       this.checkBox1.Size = new System.Drawing.Size(70, 28);
       this.checkBox1.TabIndex = 12;
       this.checkBox1.Text = "Valid";
       this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
       //
       // frmQuestionTest
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(1017, 620);
       this.Controls.Add(this.checkBox1);
       this.Controls.Add(this.cmdValidate);
       this.Controls.Add(this.cmdSave);
       this.Controls.Add(this.comboBox2);
       this.Controls.Add(this.comboBox1);
       this.Controls.Add(this.TemplateControl1);
       this.Controls.Add(this.textBox1);
       this.Controls.Add(this.button5);
       this.Controls.Add(this.button4);
       this.Controls.Add(this.button3);
       this.Controls.Add(this.button2);
       this.Controls.Add(this.button1);
       this.Name = "frmQuestionTest";
       this.Text = "frmQuestionTest";
       this.Load += new System.EventHandler(this.frmQuestionTest_Load);
       this.ResumeLayout(false);
       this.PerformLayout();
 }