Esempio n. 1
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmLegal));

            this.radTextBoxControl1 = new RadTextBoxControl();
            this.radTextBoxControl1.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.radTextBoxControl1.Dock      = DockStyle.Fill;
            this.radTextBoxControl1.Location  = new Point(0, 0);
            this.radTextBoxControl1.Multiline = true;
            this.radTextBoxControl1.Name      = "radTextBoxControl1";
            this.radTextBoxControl1.Size      = new Size(986, 711);
            this.radTextBoxControl1.TabIndex  = 0;
            this.radTextBoxControl1.TabStop   = false;
            this.AutoScaleDimensions          = new SizeF(6f, 13f);
            this.AutoScaleMode = AutoScaleMode.Font;
            this.ClientSize    = new Size(986, 711);
            this.Controls.Add((Control)this.radTextBoxControl1);
            this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            this.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name            = nameof(frmLegal);
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon      = false;
            this.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Legal Notice";
            this.Load         += new EventHandler(this.frmLegal_Load);
            this.radTextBoxControl1.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 2
0
 public bool LValidateTextBox(RadTextBoxControl _RadTextBox, ErrorProvider errorProvider1, string StrMessage)
 {
     if (string.IsNullOrEmpty(_RadTextBox.Text.Trim()))
     {
         ClsMessage._IClsMessage.ProjectExceptionMessage(StrMessage);
         errorProvider1.SetError(_RadTextBox, StrMessage);
         _RadTextBox.Focus();
         return(false);
     }
     return(true);
 }
 public static void ZzSetIntegerNumberOnly(this RadTextBoxControl control)
 {
     control.KeyPress += (s, e) => EventKeyPressIntegerNumberOnly(s, e);
 }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmUnhandledException));

            this.cmdLater     = new RadButton();
            this.radLabel1    = new RadLabel();
            this.label1       = new RadLabel();
            this.pictureBox1  = new PictureBox();
            this.radLabel2    = new RadLabel();
            this.radGroupBox1 = new RadGroupBox();
            this.lblException = new RadTextBoxControl();
            this.radButton1   = new RadButton();
            this.cmdLater.BeginInit();
            this.radLabel1.BeginInit();
            this.label1.BeginInit();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            this.radLabel2.BeginInit();
            this.radGroupBox1.BeginInit();
            this.radGroupBox1.SuspendLayout();
            this.lblException.BeginInit();
            this.radButton1.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.cmdLater.Location           = new Point(205, 550);
            this.cmdLater.Name               = "cmdLater";
            this.cmdLater.Size               = new Size(163, 29);
            this.cmdLater.TabIndex           = 35;
            this.cmdLater.Text               = "Close the app";
            this.cmdLater.ThemeName          = "VisualStudio2012Dark";
            this.cmdLater.Click             += new EventHandler(this.cmdLater_Click);
            this.radLabel1.AutoSize          = false;
            this.radLabel1.Font              = new Font("Segoe UI", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.radLabel1.Location          = new Point(118, 42);
            this.radLabel1.Name              = "radLabel1";
            this.radLabel1.Size              = new Size(454, 185);
            this.radLabel1.TabIndex          = 32;
            this.radLabel1.Text              = componentResourceManager.GetString("radLabel1.Text");
            this.radLabel1.TextAlignment     = ContentAlignment.MiddleLeft;
            this.radLabel1.ThemeName         = "VisualStudio2012Dark";
            this.label1.Font                 = new Font("Segoe UI", 11.25f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.label1.Location             = new Point(118, 12);
            this.label1.Name                 = "label1";
            this.label1.Size                 = new Size(325, 24);
            this.label1.TabIndex             = 31;
            this.label1.Text                 = "Wii U USB Helper has encountered an issue.";
            this.label1.ThemeName            = "VisualStudio2012Dark";
            this.pictureBox1.Image           = (Image)Class123.logo;
            this.pictureBox1.Location        = new Point(12, 12);
            this.pictureBox1.Name            = "pictureBox1";
            this.pictureBox1.Size            = new Size(94, 91);
            this.pictureBox1.TabIndex        = 30;
            this.pictureBox1.TabStop         = false;
            this.radLabel2.Location          = new Point(5, 21);
            this.radLabel2.Name              = "radLabel2";
            this.radLabel2.Size              = new Size(60, 18);
            this.radLabel2.TabIndex          = 36;
            this.radLabel2.Text              = "Exception :";
            this.radGroupBox1.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add((Control)this.lblException);
            this.radGroupBox1.Controls.Add((Control)this.radLabel2);
            this.radGroupBox1.HeaderText = "Info";
            this.radGroupBox1.Location   = new Point(12, 279);
            this.radGroupBox1.Name       = "radGroupBox1";
            this.radGroupBox1.Size       = new Size(560, 265);
            this.radGroupBox1.TabIndex   = 37;
            this.radGroupBox1.Text       = "Info";
            this.lblException.BackColor  = Color.FromArgb(64, 64, 64);
            this.lblException.Font       = new Font("Consolas", 8.25f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.lblException.ForeColor  = Color.Lime;
            this.lblException.IsReadOnly = true;
            this.lblException.Location   = new Point(6, 46);
            this.lblException.Multiline  = true;
            this.lblException.Name       = "lblException";
            this.lblException.Size       = new Size(549, 214);
            this.lblException.TabIndex   = 37;
            this.lblException.TabStop    = false;
            this.radButton1.Location     = new Point(208, 244);
            this.radButton1.Name         = "radButton1";
            this.radButton1.Size         = new Size(163, 29);
            this.radButton1.TabIndex     = 36;
            this.radButton1.Text         = "Go the Help Center";
            this.radButton1.ThemeName    = "VisualStudio2012Dark";
            this.radButton1.Click       += new EventHandler(this.radButton1_Click);
            this.AutoScaleDimensions     = new SizeF(6f, 13f);
            this.AutoScaleMode           = AutoScaleMode.Font;
            this.ClientSize = new Size(579, 583);
            this.Controls.Add((Control)this.radButton1);
            this.Controls.Add((Control)this.radGroupBox1);
            this.Controls.Add((Control)this.cmdLater);
            this.Controls.Add((Control)this.radLabel1);
            this.Controls.Add((Control)this.label1);
            this.Controls.Add((Control)this.pictureBox1);
            this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            this.Name            = nameof(frmUnhandledException);
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon      = false;
            this.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "An error has occured";
            this.cmdLater.EndInit();
            this.radLabel1.EndInit();
            this.label1.EndInit();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            this.radLabel2.EndInit();
            this.radGroupBox1.EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            this.lblException.EndInit();
            this.radButton1.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmCommunitySaveDescription));

            this.radLabel1      = new RadLabel();
            this.txtDescription = new RadTextBoxControl();
            this.lblLength      = new RadLabel();
            this.cmdSubmit      = new RadButton();
            this.radLabel1.BeginInit();
            this.txtDescription.BeginInit();
            this.lblLength.BeginInit();
            this.lblLength.SuspendLayout();
            this.cmdSubmit.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.radLabel1.AutoSize          = false;
            this.radLabel1.Dock              = DockStyle.Top;
            this.radLabel1.Location          = new Point(0, 0);
            this.radLabel1.Name              = "radLabel1";
            this.radLabel1.Padding           = new Padding(10);
            this.radLabel1.Size              = new Size(672, 85);
            this.radLabel1.TabIndex          = 0;
            this.radLabel1.Text              = componentResourceManager.GetString("radLabel1.Text");
            this.radLabel1.TextAlignment     = ContentAlignment.MiddleLeft;
            this.txtDescription.Dock         = DockStyle.Fill;
            this.txtDescription.Location     = new Point(0, 85);
            this.txtDescription.Multiline    = true;
            this.txtDescription.Name         = "txtDescription";
            this.txtDescription.Size         = new Size(672, 251);
            this.txtDescription.TabIndex     = 1;
            this.txtDescription.TextChanged += new EventHandler(this.txtDescription_TextChanged);
            this.lblLength.AutoSize          = false;
            this.lblLength.Controls.Add((Control)this.cmdSubmit);
            this.lblLength.Dock      = DockStyle.Bottom;
            this.lblLength.Location  = new Point(0, 336);
            this.lblLength.Name      = "lblLength";
            this.lblLength.Size      = new Size(672, 39);
            this.lblLength.TabIndex  = 0;
            this.cmdSubmit.Anchor    = AnchorStyles.Bottom | AnchorStyles.Right;
            this.cmdSubmit.Enabled   = false;
            this.cmdSubmit.Image     = (Image)Class123.icnArrow;
            this.cmdSubmit.Location  = new Point(543, 6);
            this.cmdSubmit.Name      = "cmdSubmit";
            this.cmdSubmit.Size      = new Size(126, 30);
            this.cmdSubmit.TabIndex  = 0;
            this.cmdSubmit.Text      = "Submit";
            this.cmdSubmit.Click    += new EventHandler(this.cmdSubmit_Click);
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.ClientSize          = new Size(672, 375);
            this.Controls.Add((Control)this.txtDescription);
            this.Controls.Add((Control)this.lblLength);
            this.Controls.Add((Control)this.radLabel1);
            this.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name = nameof(frmCommunitySaveDescription);
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Description";
            this.radLabel1.EndInit();
            this.txtDescription.EndInit();
            this.lblLength.EndInit();
            this.lblLength.ResumeLayout(false);
            this.cmdSubmit.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 6
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmCloudSaving));

            this.radLabel1       = new RadLabel();
            this.radLabel2       = new RadLabel();
            this.txtUsername     = new RadTextBox();
            this.radGroupBox1    = new RadGroupBox();
            this.lblShowPassword = new RadLabel();
            this.txtPassword     = new RadTextBoxControl();
            this.radButton1      = new RadButton();
            this.radLogged       = new RadLabel();
            this.radEnable       = new RadToggleSwitch();
            this.radLabel3       = new RadLabel();
            this.pictureBox1     = new PictureBox();
            this.radLabel4       = new RadLabel();
            this.radLabel5       = new RadLabel();
            this.radLabel6       = new RadLabel();
            this.cmdManageSaves  = new RadButton();
            this.radLabel1.BeginInit();
            this.radLabel2.BeginInit();
            this.txtUsername.BeginInit();
            this.radGroupBox1.BeginInit();
            this.radGroupBox1.SuspendLayout();
            this.lblShowPassword.BeginInit();
            this.txtPassword.BeginInit();
            this.radButton1.BeginInit();
            this.radLogged.BeginInit();
            this.radEnable.BeginInit();
            this.radLabel3.BeginInit();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            this.radLabel4.BeginInit();
            this.radLabel5.BeginInit();
            this.radLabel6.BeginInit();
            this.cmdManageSaves.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.radLabel1.Location          = new Point(24, 32);
            this.radLabel1.Name              = "radLabel1";
            this.radLabel1.Size              = new Size(62, 18);
            this.radLabel1.TabIndex          = 0;
            this.radLabel1.Text              = "Username :"******"radLabel2";
            this.radLabel2.Size              = new Size(59, 18);
            this.radLabel2.TabIndex          = 1;
            this.radLabel2.Text              = "Password :"******"txtUsername";
            this.txtUsername.Size            = new Size(218, 20);
            this.txtUsername.TabIndex        = 1;
            this.txtUsername.TextChanging   += new TextChangingEventHandler(this.txtPassword_TextChanging);
            this.txtUsername.KeyDown        += new KeyEventHandler(this.txtPassword_KeyDown);
            this.radGroupBox1.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add((Control)this.lblShowPassword);
            this.radGroupBox1.Controls.Add((Control)this.txtPassword);
            this.radGroupBox1.Controls.Add((Control)this.radButton1);
            this.radGroupBox1.Controls.Add((Control)this.radLabel1);
            this.radGroupBox1.Controls.Add((Control)this.radLogged);
            this.radGroupBox1.Controls.Add((Control)this.radLabel2);
            this.radGroupBox1.Controls.Add((Control)this.txtUsername);
            this.radGroupBox1.HeaderText     = "Log in";
            this.radGroupBox1.Location       = new Point(54, 132);
            this.radGroupBox1.Name           = "radGroupBox1";
            this.radGroupBox1.Size           = new Size(335, 163);
            this.radGroupBox1.TabIndex       = 4;
            this.radGroupBox1.Text           = "Log in";
            this.lblShowPassword.Location    = new Point(227, 80);
            this.lblShowPassword.Name        = "lblShowPassword";
            this.lblShowPassword.Size        = new Size(84, 18);
            this.lblShowPassword.TabIndex    = 9;
            this.lblShowPassword.Text        = "Show Password";
            this.lblShowPassword.MouseEnter += new EventHandler(this.lblShowPassword_MouseEnter);
            this.lblShowPassword.MouseLeave += new EventHandler(this.lblShowPassword_MouseLeave);
            this.txtPassword.Location        = new Point(93, 54);
            this.txtPassword.Name            = "txtPassword";
            this.txtPassword.PasswordChar    = '*';
            this.txtPassword.Size            = new Size(218, 20);
            this.txtPassword.TabIndex        = 2;
            this.txtPassword.TextChanging   += new TextChangingEventHandler(this.txtPassword_TextChanging);
            this.txtPassword.KeyDown        += new KeyEventHandler(this.txtPassword_KeyDown);
            this.radButton1.Image            = (Image)Class123.icnMovieMini;
            this.radButton1.Location         = new Point(105, 104);
            this.radButton1.Name             = "radButton1";
            this.radButton1.Size             = new Size(133, 24);
            this.radButton1.TabIndex         = 3;
            this.radButton1.Text             = "Log in/Register";
            this.radButton1.Click           += new EventHandler(this.radButton1_Click);
            this.radLogged.Font              = new Font("Segoe UI", 11.25f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.radLogged.Location          = new Point(24, 134);
            this.radLogged.Name              = "radLogged";
            this.radLogged.Size              = new Size(79, 24);
            this.radLogged.TabIndex          = 8;
            this.radLogged.Text              = "radLabel4";
            this.radEnable.Enabled           = false;
            this.radEnable.Location          = new Point(138, 304);
            this.radEnable.Name              = "radEnable";
            this.radEnable.Size              = new Size(99, 20);
            this.radEnable.TabIndex          = 5;
            this.radEnable.Value             = false;
            this.radEnable.ValueChanged     += new EventHandler(this.radEnable_ValueChanged);
            this.radLabel3.Location          = new Point(21, 304);
            this.radLabel3.Name              = "radLabel3";
            this.radLabel3.Size              = new Size(111, 18);
            this.radLabel3.TabIndex          = 6;
            this.radLabel3.Text              = "Enable cloud saving :";
            this.pictureBox1.Image           = (Image)Class123.logo_horiz;
            this.pictureBox1.Location        = new Point(21, 6);
            this.pictureBox1.Name            = "pictureBox1";
            this.pictureBox1.Size            = new Size(401, 83);
            this.pictureBox1.TabIndex        = 7;
            this.pictureBox1.TabStop         = false;
            this.radLabel4.ForeColor         = Color.FromArgb((int)byte.MaxValue, 128, 0);
            this.radLabel4.Location          = new Point(21, 74);
            this.radLabel4.Name              = "radLabel4";
            this.radLabel4.Size              = new Size(146, 18);
            this.radLabel4.TabIndex          = 9;
            this.radLabel4.Text              = "This feature is experimental.";
            this.radLabel5.Location          = new Point(21, 88);
            this.radLabel5.Name              = "radLabel5";
            this.radLabel5.Size              = new Size(385, 18);
            this.radLabel5.TabIndex          = 10;
            this.radLabel5.Text              = "If you enable it, all your Cemu and Citra saves will be uploaded to the cloud.";
            this.radLabel6.Location          = new Point(21, 108);
            this.radLabel6.Name              = "radLabel6";
            this.radLabel6.Size              = new Size(344, 18);
            this.radLabel6.TabIndex          = 11;
            this.radLabel6.Text              = "This way you can easily share your saves across multiple computers.";
            this.cmdManageSaves.Enabled      = false;
            this.cmdManageSaves.Image        = (Image)Class123.icnCaseMini;
            this.cmdManageSaves.Location     = new Point(243, 301);
            this.cmdManageSaves.Name         = "cmdManageSaves";
            this.cmdManageSaves.Size         = new Size(163, 24);
            this.cmdManageSaves.TabIndex     = 12;
            this.cmdManageSaves.Text         = "Manage my cloud saves...";
            this.cmdManageSaves.Click       += new EventHandler(this.cmdManageSaves_Click);
            this.AutoScaleDimensions         = new SizeF(6f, 13f);
            this.AutoScaleMode = AutoScaleMode.Font;
            this.ClientSize    = new Size(442, 334);
            this.Controls.Add((Control)this.cmdManageSaves);
            this.Controls.Add((Control)this.radLabel6);
            this.Controls.Add((Control)this.radLabel5);
            this.Controls.Add((Control)this.radLabel4);
            this.Controls.Add((Control)this.pictureBox1);
            this.Controls.Add((Control)this.radLabel3);
            this.Controls.Add((Control)this.radEnable);
            this.Controls.Add((Control)this.radGroupBox1);
            this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            this.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name            = nameof(frmCloudSaving);
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon      = false;
            this.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Cloud Saving";
            this.Load         += new EventHandler(this.frmCloudSaving_Load);
            this.radLabel1.EndInit();
            this.radLabel2.EndInit();
            this.txtUsername.EndInit();
            this.radGroupBox1.EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            this.lblShowPassword.EndInit();
            this.txtPassword.EndInit();
            this.radButton1.EndInit();
            this.radLogged.EndInit();
            this.radEnable.EndInit();
            this.radLabel3.EndInit();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            this.radLabel4.EndInit();
            this.radLabel5.EndInit();
            this.radLabel6.EndInit();
            this.cmdManageSaves.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Esempio n. 7
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmFaq));

            this.radLabel1    = new RadLabel();
            this.radLabel2    = new RadLabel();
            this.lstQuestions = new RadListView();
            this.txtKeyWords  = new RadTextBoxControl();
            this.lblAnswer    = new RadLabel();
            this.radLabel4    = new RadLabel();
            this.radLabel3    = new RadLabel();
            this.radLabel1.BeginInit();
            this.radLabel2.BeginInit();
            this.lstQuestions.BeginInit();
            this.txtKeyWords.BeginInit();
            this.lblAnswer.BeginInit();
            this.radLabel4.BeginInit();
            this.radLabel3.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.radLabel1.AutoSize                = false;
            this.radLabel1.Dock                    = DockStyle.Top;
            this.radLabel1.Font                    = new Font("Segoe UI", 15.75f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.radLabel1.Location                = new Point(20, 20);
            this.radLabel1.Name                    = "radLabel1";
            this.radLabel1.Size                    = new Size(974, 30);
            this.radLabel1.TabIndex                = 1;
            this.radLabel1.Text                    = "HELP CENTER";
            this.radLabel1.TextAlignment           = ContentAlignment.MiddleCenter;
            this.radLabel2.AutoSize                = false;
            this.radLabel2.Dock                    = DockStyle.Top;
            this.radLabel2.Location                = new Point(20, 50);
            this.radLabel2.Margin                  = new Padding(3, 3, 3, 20);
            this.radLabel2.Name                    = "radLabel2";
            this.radLabel2.Size                    = new Size(974, 18);
            this.radLabel2.TabIndex                = 2;
            this.radLabel2.Text                    = "Type a few keywords related to your problem";
            this.radLabel2.TextAlignment           = ContentAlignment.TopCenter;
            this.radLabel2.Click                  += new EventHandler(this.radLabel2_Click);
            this.lstQuestions.AllowEdit            = false;
            this.lstQuestions.AllowRemove          = false;
            this.lstQuestions.Dock                 = DockStyle.Left;
            this.lstQuestions.Font                 = new Font("Segoe UI", 12f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.lstQuestions.ItemSpacing          = 10;
            this.lstQuestions.Location             = new Point(20, 129);
            this.lstQuestions.Name                 = "lstQuestions";
            this.lstQuestions.Size                 = new Size(527, 462);
            this.lstQuestions.TabIndex             = 0;
            this.lstQuestions.Text                 = "radListView1";
            this.lstQuestions.SelectedItemChanged += new EventHandler(this.lstQuestions_SelectedItemChanged);
            this.txtKeyWords.Dock                  = DockStyle.Top;
            this.txtKeyWords.Font                  = new Font("Segoe UI", 12f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.txtKeyWords.Location              = new Point(20, 84);
            this.txtKeyWords.Margin                = new Padding(3, 20, 3, 3);
            this.txtKeyWords.Name                  = "txtKeyWords";
            this.txtKeyWords.NullText              = "Type in keywords related to your issue...";
            this.txtKeyWords.Size                  = new Size(974, 29);
            this.txtKeyWords.TabIndex              = 5;
            this.txtKeyWords.TextChanged          += new EventHandler(this.txtKeyWords_TextChanged);
            this.lblAnswer.AutoSize                = false;
            this.lblAnswer.Dock                    = DockStyle.Fill;
            this.lblAnswer.Font                    = new Font("Segoe UI", 11.25f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.lblAnswer.Location                = new Point(547, 129);
            this.lblAnswer.Name                    = "lblAnswer";
            this.lblAnswer.Padding                 = new Padding(20);
            this.lblAnswer.Size                    = new Size(447, 462);
            this.lblAnswer.TabIndex                = 6;
            this.lblAnswer.TextImageRelation       = TextImageRelation.TextBeforeImage;
            this.radLabel4.AutoSize                = false;
            this.radLabel4.Dock                    = DockStyle.Top;
            this.radLabel4.Location                = new Point(20, 113);
            this.radLabel4.Name                    = "radLabel4";
            this.radLabel4.Size                    = new Size(974, 16);
            this.radLabel4.TabIndex                = 0;
            this.radLabel3.AutoSize                = false;
            this.radLabel3.Dock                    = DockStyle.Top;
            this.radLabel3.Location                = new Point(20, 68);
            this.radLabel3.Name                    = "radLabel3";
            this.radLabel3.Size                    = new Size(974, 16);
            this.radLabel3.TabIndex                = 7;
            this.AutoScaleDimensions               = new SizeF(6f, 13f);
            this.AutoScaleMode = AutoScaleMode.Font;
            this.ClientSize    = new Size(1014, 611);
            this.Controls.Add((Control)this.lblAnswer);
            this.Controls.Add((Control)this.lstQuestions);
            this.Controls.Add((Control)this.radLabel4);
            this.Controls.Add((Control)this.txtKeyWords);
            this.Controls.Add((Control)this.radLabel3);
            this.Controls.Add((Control)this.radLabel2);
            this.Controls.Add((Control)this.radLabel1);
            this.Icon    = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name    = nameof(frmFaq);
            this.Padding = new Padding(20);
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Self-help center";
            this.Load         += new EventHandler(this.frmFaq_Load);
            this.radLabel1.EndInit();
            this.radLabel2.EndInit();
            this.lstQuestions.EndInit();
            this.txtKeyWords.EndInit();
            this.lblAnswer.EndInit();
            this.radLabel4.EndInit();
            this.radLabel3.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
        }
        private void cfb5cf413352ed4044535eb4a62d2e98f()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(Type.GetTypeFromHandle(c9b4090f9607a8252f041a249fe420068.c6804baa30a51e813a45fabcfa2b27b79()));

            this.cd1f843e42a66d99c7be2b2990a7005c3 = new RadListView();
            this.c0b6ff62997904dd44189c4cb17f2ab15 = new RadGroupBox();
            this.cdf4f936649fd7e5caeee05e0dab9c79e = new RadTextBoxControl();
            this.ceaa840c956974ca188494a71cc14878f = new RadButton();
            this.cee9946355c6a614ff90b875d32801e38 = new RadLabel();
            this.cd036f2b2868b103e71bd7b4fbe25a603 = new RadLabel();
            ((ISupportInitialize)this.cd1f843e42a66d99c7be2b2990a7005c3).BeginInit();
            ((ISupportInitialize)this.c0b6ff62997904dd44189c4cb17f2ab15).BeginInit();
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).SuspendLayout();
            ((ISupportInitialize)this.cdf4f936649fd7e5caeee05e0dab9c79e).BeginInit();
            ((ISupportInitialize)this.ceaa840c956974ca188494a71cc14878f).BeginInit();
            ((ISupportInitialize)this.cee9946355c6a614ff90b875d32801e38).BeginInit();
            ((ISupportInitialize)this.cd036f2b2868b103e71bd7b4fbe25a603).BeginInit();
            ((ISupportInitialize)this).BeginInit();
            ((RadFormControlBase)this).SuspendLayout();
            this.cd1f843e42a66d99c7be2b2990a7005c3.set_AllowEdit(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11052) != 0);
            this.cd1f843e42a66d99c7be2b2990a7005c3.set_AllowRemove(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11056) != 0);
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).Dock = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11060);
            this.cd1f843e42a66d99c7be2b2990a7005c3.set_FullRowSelect(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11064) != 0);
            this.cd1f843e42a66d99c7be2b2990a7005c3.set_ItemSize(new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11068), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11072)));
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).Location = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11076), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11080));
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).Name     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(16962);
            ((RadControl)this.cd1f843e42a66d99c7be2b2990a7005c3).set_Padding(new Padding(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11084)));
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).Size     = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11088), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11092));
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).TabIndex = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11096);
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).TabStop  = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11100) != 0;
            ((Control)this.cd1f843e42a66d99c7be2b2990a7005c3).Text     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(12100);
            ((RadControl)this.cd1f843e42a66d99c7be2b2990a7005c3).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            this.cd1f843e42a66d99c7be2b2990a7005c3.set_ViewType((ListViewType)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11104));
            // ISSUE: method pointer
            this.cd1f843e42a66d99c7be2b2990a7005c3.add_ItemMouseDoubleClick(new ListViewItemEventHandler((object)this, __methodptr(c627fa68eab5b64ee6b24da313f6a4447)));
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).AccessibleRole = (AccessibleRole)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11108);
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Controls.Add((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e);
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Controls.Add((Control)this.ceaa840c956974ca188494a71cc14878f);
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Dock = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11112);
            this.c0b6ff62997904dd44189c4cb17f2ab15.set_HeaderText(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(16977));
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Location = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11116), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11120));
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Name     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(14902);
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Size     = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11124), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11128));
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).TabIndex = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11132);
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).Text     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(16977);
            ((RadControl)this.c0b6ff62997904dd44189c4cb17f2ab15).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e).Dock     = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11136);
            ((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e).Location = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11140), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11144));
            ((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e).Name     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(15084);
            ((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e).Size     = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11148), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11152));
            ((Control)this.cdf4f936649fd7e5caeee05e0dab9c79e).TabIndex = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11156);
            ((RadControl)this.cdf4f936649fd7e5caeee05e0dab9c79e).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Dock     = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11160);
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Location = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11164), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11168));
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Name     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17010);
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Size     = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11172), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11176));
            ((Control)this.ceaa840c956974ca188494a71cc14878f).TabIndex = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11180);
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Text     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17023);
            ((RadControl)this.ceaa840c956974ca188494a71cc14878f).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((Control)this.ceaa840c956974ca188494a71cc14878f).Click    += new EventHandler(this.cc067706f898221edfb932cc0fbf28ca1);
            ((Control)this.cee9946355c6a614ff90b875d32801e38).AutoSize  = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11184) != 0;
            ((Control)this.cee9946355c6a614ff90b875d32801e38).Dock      = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11188);
            ((Control)this.cee9946355c6a614ff90b875d32801e38).ForeColor = Color.Orange;
            ((Control)this.cee9946355c6a614ff90b875d32801e38).Location  = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11192), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11196));
            ((Control)this.cee9946355c6a614ff90b875d32801e38).Name      = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(12323);
            ((Control)this.cee9946355c6a614ff90b875d32801e38).Size      = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11200), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11204));
            ((Control)this.cee9946355c6a614ff90b875d32801e38).TabIndex  = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11208);
            ((Control)this.cee9946355c6a614ff90b875d32801e38).Text      = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17030);
            this.cee9946355c6a614ff90b875d32801e38.set_TextAlignment((ContentAlignment)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11212));
            ((RadControl)this.cee9946355c6a614ff90b875d32801e38).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).AutoSize = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11216) != 0;
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).Dock     = (DockStyle)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11220);
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).Location = new Point(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11224), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11228));
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).Name     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7428);
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).Size     = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11232), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11236));
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).TabIndex = cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11240);
            ((Control)this.cd036f2b2868b103e71bd7b4fbe25a603).Text     = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17282);
            this.cd036f2b2868b103e71bd7b4fbe25a603.set_TextAlignment((ContentAlignment)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11244));
            ((RadControl)this.cd036f2b2868b103e71bd7b4fbe25a603).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((ContainerControl)this).AutoScaleDimensions = new SizeF(cb85779efa5f9c78fa841b92dceca9094.c8c83a3807da60b9f032d40f2b5665e27(11248), cb85779efa5f9c78fa841b92dceca9094.c8c83a3807da60b9f032d40f2b5665e27(11252));
            ((RadFormControlBase)this).set_AutoScaleMode((AutoScaleMode)cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11256));
            ((Form)this).ClientSize = new Size(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11260), cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11264));
            ((Control)this).Controls.Add((Control)this.cd1f843e42a66d99c7be2b2990a7005c3);
            ((Control)this).Controls.Add((Control)this.cee9946355c6a614ff90b875d32801e38);
            ((Control)this).Controls.Add((Control)this.cd036f2b2868b103e71bd7b4fbe25a603);
            ((Control)this).Controls.Add((Control)this.c0b6ff62997904dd44189c4cb17f2ab15);
            ((Form)this).Icon       = cead0b4edd540ba7cac4363706aa68fb6.cc8e287d5350b43026d33bb80beb131a0(componentResourceManager.GetObject(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7256)));
            ((Control)this).Name    = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17430);
            ((Control)this).Padding = new Padding(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11268));
            ((RadFormControlBase)this).get_RootElement().set_ApplyShapeToControl(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11272) != 0);
            ((Control)this).Text = c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(17445);
            ((RadFormControlBase)this).set_ThemeName(c833fbfa18d441f3acb05d803efdf1eb8.c702a9e4555297107d7c7901aa91e5540(7321));
            ((Form)this).Load += new EventHandler(this.c0e6784edbde9022161a29ac467b4c73d);
            ((ISupportInitialize)this.cd1f843e42a66d99c7be2b2990a7005c3).EndInit();
            ((ISupportInitialize)this.c0b6ff62997904dd44189c4cb17f2ab15).EndInit();
            ((Control)this.c0b6ff62997904dd44189c4cb17f2ab15).ResumeLayout(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11276) != 0);
            ((ISupportInitialize)this.cdf4f936649fd7e5caeee05e0dab9c79e).EndInit();
            ((ISupportInitialize)this.ceaa840c956974ca188494a71cc14878f).EndInit();
            ((ISupportInitialize)this.cee9946355c6a614ff90b875d32801e38).EndInit();
            ((ISupportInitialize)this.cd036f2b2868b103e71bd7b4fbe25a603).EndInit();
            ((ISupportInitialize)this).EndInit();
            ((RadFormControlBase)this).ResumeLayout(cb85779efa5f9c78fa841b92dceca9094.c4f3ad310245f8f6e7d32122c50c48ab1(11280) != 0);
        }