This is a migrated thread and some comments may be shown as answers.

Clear Button Position

4 Answers 163 Views
TextBoxControl
This is a migrated thread and some comments may be shown as answers.
pierre-jean
Top achievements
Rank 1
Veteran
Iron
pierre-jean asked on 24 Apr 2020, 07:19 AM

Hello

I have added a Clear Button in a Rad TextBoxCOntrol
However it shows up at the left of the text box and my understanding is that it should appear at the far right.

I have not found a property that specifiys the Clear Button Position.

Thanks in advance

Pierre-Jean

4 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 24 Apr 2020, 08:04 AM

Hello, Pierre-Jean,

When the ShowClearButton property is enabled for RadTextBoxControl, it is expected to be displayed on the right side of the text:

This is the code I have in my sample project:

        public RadForm1()
        {
            InitializeComponent();

            this.radTextBoxControl1.ShowClearButton = true;
            this.radTextBoxControl1.Text = "Text";
        }

I suppose that you may have some different setup on your end. It would be greatly appreciated if you specify the exact steps how to reproduce the problem. Once we replicate the issue locally, we would be able to investigate the precise case and provide further assistance.

I am looking forward to your reply.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
pierre-jean
Top achievements
Rank 1
Veteran
Iron
answered on 24 Apr 2020, 09:48 AM

Hello Dess

Thanks a lot for your reply.

I have removed and recreated one of the incriminated textboxcontrol and on the newly created control the clear button appears now at the far right as it should.
I will do the same for all the other controls.
For your information I also incude here a screen copy of the situation before replacing all controls as well as the designer code in which I see no difference between the two controls named: txtWJUser and txtWJPassword, may be you will see something ..
I do not modify any of the properties in the body of the code itself, I have tried to add  .ShowClearButton = true in the code but it has no effect 

 

Thanks

Pierre-Jean

 

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ucPreference
    Inherits System.Windows.Forms.UserControl

    'UserControl remplace la méthode Dispose pour nettoyer la liste des composants.
    <System.Diagnostics.DebuggerNonUserCode()>
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Requise par le Concepteur Windows Form
    Private components As System.ComponentModel.IContainer

    'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
    'Elle peut être modifiée à l'aide du Concepteur Windows Form.  
    'Ne la modifiez pas à l'aide de l'éditeur de code.
    <System.Diagnostics.DebuggerStepThrough()>
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucPreference))
        Me.pvPreference = New Telerik.WinControls.UI.RadPageView()
        Me.pvPrefInterface = New Telerik.WinControls.UI.RadPageViewPage()
        Me.tlButtons = New System.Windows.Forms.TableLayoutPanel()
        Me.cmdOK = New Telerik.WinControls.UI.RadButton()
        Me.cmdReset = New Telerik.WinControls.UI.RadButton()
        Me.tlPreferences = New System.Windows.Forms.TableLayoutPanel()
        Me.cmdDirLog = New Telerik.WinControls.UI.RadButton()
        Me.cmdDirFlag = New Telerik.WinControls.UI.RadButton()
        Me.cmdDirExport = New Telerik.WinControls.UI.RadButton()
        Me.cmdDirImport = New Telerik.WinControls.UI.RadButton()
        Me.cmdDirBackup = New Telerik.WinControls.UI.RadButton()
        Me.btbFont = New Telerik.WinControls.UI.RadButtonTextBox()
        Me.cmdFont = New Telerik.WinControls.UI.RadButtonElement()
        Me.lblDirLogs = New Telerik.WinControls.UI.RadLabel()
        Me.lblDirFlag = New Telerik.WinControls.UI.RadLabel()
        Me.lblDirExport = New Telerik.WinControls.UI.RadLabel()
        Me.lblDirImport = New Telerik.WinControls.UI.RadLabel()
        Me.lblDirBackup = New Telerik.WinControls.UI.RadLabel()
        Me.lblMyDirectory = New Telerik.WinControls.UI.RadLabel()
        Me.lblMyPreferences = New Telerik.WinControls.UI.RadLabel()
        Me.lblFont = New Telerik.WinControls.UI.RadLabel()
        Me.lblAdministrativeNF = New Telerik.WinControls.UI.RadLabel()
        Me.lblColors = New Telerik.WinControls.UI.RadLabel()
        Me.lblUserLanguage = New Telerik.WinControls.UI.RadLabel()
        Me.ddNF = New Telerik.WinControls.UI.RadDropDownList()
        Me.ddifLanguage = New Telerik.WinControls.UI.RadDropDownList()
        Me.cbColor1 = New Telerik.WinControls.UI.RadColorBox()
        Me.cbColor2 = New Telerik.WinControls.UI.RadColorBox()
        Me.cbColor3 = New Telerik.WinControls.UI.RadColorBox()
        Me.lblReportsLanguage = New Telerik.WinControls.UI.RadLabel()
        Me.ddReportsLanguage = New Telerik.WinControls.UI.RadDropDownList()
        Me.txtDirBackup = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtDirImport = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtDirExport = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtDirFlag = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtDirLog = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.pvPrefReport = New Telerik.WinControls.UI.RadPageViewPage()
        Me.pvPrefIdentification = New Telerik.WinControls.UI.RadPageViewPage()
        Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
        Me.lblSave = New Telerik.WinControls.UI.RadLabel()
        Me.cmdSaveIdentification = New Telerik.WinControls.UI.RadButton()
        Me.cmdCheckFEI = New Telerik.WinControls.UI.RadButton()
        Me.RadLabel2 = New Telerik.WinControls.UI.RadLabel()
        Me.txtFEIUser = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtFEIPwd = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.RadLabel3 = New Telerik.WinControls.UI.RadLabel()
        Me.lblFEIWS = New Telerik.WinControls.UI.RadLabel()
        Me.cmdCheckFFE = New Telerik.WinControls.UI.RadButton()
        Me.lblFFEPwd = New Telerik.WinControls.UI.RadLabel()
        Me.txtFFEUser = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtFFEPwd = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.lblFFEUser = New Telerik.WinControls.UI.RadLabel()
        Me.cmdCheckWST = New Telerik.WinControls.UI.RadButton()
        Me.lblFFEWS = New Telerik.WinControls.UI.RadLabel()
        Me.lblWSTPwd = New Telerik.WinControls.UI.RadLabel()
        Me.txtWSTPwd = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtWSTUser = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.lblWSTTUser = New Telerik.WinControls.UI.RadLabel()
        Me.txtWJPwd = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.lblWSTWebService = New Telerik.WinControls.UI.RadLabel()
        Me.lblIdWinJump = New Telerik.WinControls.UI.RadLabel()
        Me.lblWJUser = New Telerik.WinControls.UI.RadLabel()
        Me.lblWJPwd = New Telerik.WinControls.UI.RadLabel()
        Me.cmdCheckWJ = New Telerik.WinControls.UI.RadButton()
        Me.txtWJResponse = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtWSTResponse = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtFFEResponse = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.txtFEIResponse = New Telerik.WinControls.UI.RadTextBoxControl()
        Me.dlgFont = New System.Windows.Forms.FontDialog()
        Me.FolderBrowser = New System.Windows.Forms.FolderBrowserDialog()
        Me.txtWJUser = New Telerik.WinControls.UI.RadTextBoxControl()
        CType(Me.pvPreference, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pvPreference.SuspendLayout()
        Me.pvPrefInterface.SuspendLayout()
        Me.tlButtons.SuspendLayout()
        CType(Me.cmdOK, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdReset, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.tlPreferences.SuspendLayout()
        CType(Me.cmdDirLog, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdDirFlag, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdDirExport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdDirImport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdDirBackup, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.btbFont, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblDirLogs, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblDirFlag, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblDirExport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblDirImport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblDirBackup, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblMyDirectory, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblMyPreferences, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblFont, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblAdministrativeNF, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblColors, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblUserLanguage, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.ddNF, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.ddifLanguage, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cbColor1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cbColor2, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cbColor3, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblReportsLanguage, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.ddReportsLanguage, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtDirBackup, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtDirImport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtDirExport, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtDirFlag, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtDirLog, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pvPrefIdentification.SuspendLayout()
        Me.TableLayoutPanel1.SuspendLayout()
        CType(Me.lblSave, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdSaveIdentification, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdCheckFEI, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.RadLabel2, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFEIUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFEIPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.RadLabel3, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblFEIWS, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdCheckFFE, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblFFEPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFFEUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFFEPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblFFEUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdCheckWST, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblFFEWS, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblWSTPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWSTPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWSTUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblWSTTUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWJPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblWSTWebService, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblIdWinJump, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblWJUser, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.lblWJPwd, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.cmdCheckWJ, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWJResponse, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWSTResponse, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFFEResponse, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFEIResponse, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtWJUser, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'pvPreference
        '
        Me.pvPreference.Controls.Add(Me.pvPrefInterface)
        Me.pvPreference.Controls.Add(Me.pvPrefReport)
        Me.pvPreference.Controls.Add(Me.pvPrefIdentification)
        resources.ApplyResources(Me.pvPreference, "pvPreference")
        Me.pvPreference.Name = "pvPreference"
        Me.pvPreference.SelectedPage = Me.pvPrefIdentification
        CType(Me.pvPreference.GetChildAt(0), Telerik.WinControls.UI.RadPageViewStripElement).ShowItemPinButton = False
        CType(Me.pvPreference.GetChildAt(0), Telerik.WinControls.UI.RadPageViewStripElement).StripButtons = Telerik.WinControls.UI.StripViewButtons.None
        CType(Me.pvPreference.GetChildAt(0), Telerik.WinControls.UI.RadPageViewStripElement).ShowItemCloseButton = False
        CType(Me.pvPreference.GetChildAt(0), Telerik.WinControls.UI.RadPageViewStripElement).BackColor = System.Drawing.Color.FromArgb(CType(CType(233, Byte), Integer), CType(CType(238, Byte), Integer), CType(CType(238, Byte), Integer))
        '
        'pvPrefInterface
        '
        Me.pvPrefInterface.BackColor = System.Drawing.Color.White
        Me.pvPrefInterface.Controls.Add(Me.tlButtons)
        Me.pvPrefInterface.Controls.Add(Me.tlPreferences)
        resources.ApplyResources(Me.pvPrefInterface, "pvPrefInterface")
        Me.pvPrefInterface.ItemSize = New System.Drawing.SizeF(60.0!, 28.0!)
        Me.pvPrefInterface.Name = "pvPrefInterface"
        '
        'tlButtons
        '
        resources.ApplyResources(Me.tlButtons, "tlButtons")
        Me.tlButtons.Controls.Add(Me.cmdOK, 0, 0)
        Me.tlButtons.Controls.Add(Me.cmdReset, 0, 0)
        Me.tlButtons.Name = "tlButtons"
        '
        'cmdOK
        '
        Me.cmdOK.BackColor = System.Drawing.Color.Transparent
        resources.ApplyResources(Me.cmdOK, "cmdOK")
        Me.cmdOK.Image = Global.WinJump.My.Resources.Resources.v2_save_24
        Me.cmdOK.Name = "cmdOK"
        CType(Me.cmdOK.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Image = Global.WinJump.My.Resources.Resources.v2_save_24
        CType(Me.cmdOK.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
        CType(Me.cmdOK.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Text = resources.GetString("resource.Text")
        CType(Me.cmdOK.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).LeftWidth = 0!
        CType(Me.cmdOK.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).TopWidth = 0!
        CType(Me.cmdOK.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).RightWidth = 0!
        CType(Me.cmdOK.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BottomWidth = 0!
        CType(Me.cmdOK.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).Visibility = Telerik.WinControls.ElementVisibility.Collapsed
        '
        'cmdReset
        '
        Me.cmdReset.BackColor = System.Drawing.Color.Transparent
        resources.ApplyResources(Me.cmdReset, "cmdReset")
        Me.cmdReset.Image = Global.WinJump.My.Resources.Resources.v2_refresh_24
        Me.cmdReset.Name = "cmdReset"
        CType(Me.cmdReset.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Image = Global.WinJump.My.Resources.Resources.v2_refresh_24
        CType(Me.cmdReset.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
        CType(Me.cmdReset.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).Text = resources.GetString("resource.Text1")
        CType(Me.cmdReset.GetChildAt(0), Telerik.WinControls.UI.RadButtonElement).BackColor = System.Drawing.Color.Transparent
        CType(Me.cmdReset.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).LeftWidth = 0!
        CType(Me.cmdReset.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).TopWidth = 0!
        CType(Me.cmdReset.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).RightWidth = 0!
        CType(Me.cmdReset.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).BottomWidth = 0!
        CType(Me.cmdReset.GetChildAt(0).GetChildAt(2), Telerik.WinControls.Primitives.BorderPrimitive).Visibility = Telerik.WinControls.ElementVisibility.Collapsed
        '
        'tlPreferences
        '
        resources.ApplyResources(Me.tlPreferences, "tlPreferences")
        Me.tlPreferences.Controls.Add(Me.cmdDirLog, 4, 11)
        Me.tlPreferences.Controls.Add(Me.cmdDirFlag, 4, 10)
        Me.tlPreferences.Controls.Add(Me.cmdDirExport, 4, 9)
        Me.tlPreferences.Controls.Add(Me.cmdDirImport, 4, 8)
        Me.tlPreferences.Controls.Add(Me.cmdDirBackup, 4, 7)
        Me.tlPreferences.Controls.Add(Me.btbFont, 1, 4)
        Me.tlPreferences.Controls.Add(Me.lblDirLogs, 0, 11)
        Me.tlPreferences.Controls.Add(Me.lblDirFlag, 0, 10)
        Me.tlPreferences.Controls.Add(Me.lblDirExport, 0, 9)
        Me.tlPreferences.Controls.Add(Me.lblDirImport, 0, 8)
        Me.tlPreferences.Controls.Add(Me.lblDirBackup, 0, 7)
        Me.tlPreferences.Controls.Add(Me.lblMyDirectory, 0, 6)
        Me.tlPreferences.Controls.Add(Me.lblMyPreferences, 0, 0)
        Me.tlPreferences.Controls.Add(Me.lblFont, 0, 4)
        Me.tlPreferences.Controls.Add(Me.lblAdministrativeNF, 0, 1)
        Me.tlPreferences.Controls.Add(Me.lblColors, 2, 1)
        Me.tlPreferences.Controls.Add(Me.lblUserLanguage, 0, 2)
        Me.tlPreferences.Controls.Add(Me.ddNF, 1, 1)
        Me.tlPreferences.Controls.Add(Me.ddifLanguage, 1, 2)
        Me.tlPreferences.Controls.Add(Me.cbColor1, 3, 1)
        Me.tlPreferences.Controls.Add(Me.cbColor2, 3, 2)
        Me.tlPreferences.Controls.Add(Me.cbColor3, 3, 3)
        Me.tlPreferences.Controls.Add(Me.lblReportsLanguage, 0, 3)
        Me.tlPreferences.Controls.Add(Me.ddReportsLanguage, 1, 3)
        Me.tlPreferences.Controls.Add(Me.txtDirBackup, 1, 7)
        Me.tlPreferences.Controls.Add(Me.txtDirImport, 1, 8)
        Me.tlPreferences.Controls.Add(Me.txtDirExport, 1, 9)
        Me.tlPreferences.Controls.Add(Me.txtDirFlag, 1, 10)
        Me.tlPreferences.Controls.Add(Me.txtDirLog, 1, 11)
        Me.tlPreferences.Name = "tlPreferences"
        '
        'cmdDirLog
        '
        resources.ApplyResources(Me.cmdDirLog, "cmdDirLog")
        Me.cmdDirLog.Image = Global.WinJump.My.Resources.Resources.v2_openfile_24
        Me.cmdDirLog.Name = "cmdDirLog"
        '
        'cmdDirFlag
        '
        resources.ApplyResources(Me.cmdDirFlag, "cmdDirFlag")
        Me.cmdDirFlag.Image = Global.WinJump.My.Resources.Resources.v2_openfile_24
        Me.cmdDirFlag.Name = "cmdDirFlag"
        '
        'cmdDirExport
        '
        resources.ApplyResources(Me.cmdDirExport, "cmdDirExport")
        Me.cmdDirExport.Image = Global.WinJump.My.Resources.Resources.v2_openfile_24
        Me.cmdDirExport.Name = "cmdDirExport"
        '
        'cmdDirImport
        '
        resources.ApplyResources(Me.cmdDirImport, "cmdDirImport")
        Me.cmdDirImport.Image = Global.WinJump.My.Resources.Resources.v2_openfile_24
        Me.cmdDirImport.Name = "cmdDirImport"
        '
        'cmdDirBackup
        '
        resources.ApplyResources(Me.cmdDirBackup, "cmdDirBackup")
        Me.cmdDirBackup.Image = Global.WinJump.My.Resources.Resources.v2_openfile_24
        Me.cmdDirBackup.Name = "cmdDirBackup"
        '
        'btbFont
        '
        resources.ApplyResources(Me.btbFont, "btbFont")
        Me.btbFont.Name = "btbFont"
        Me.btbFont.ReadOnly = True
        Me.btbFont.RightButtonItems.AddRange(New Telerik.WinControls.RadItem() {Me.cmdFont})
        '
        'cmdFont
        '
        resources.ApplyResources(Me.cmdFont, "cmdFont")
        Me.cmdFont.AutoSize = True
        Me.cmdFont.Name = "cmdFont"
        Me.cmdFont.UseCompatibleTextRendering = False
        '
        'lblDirLogs
        '
        resources.ApplyResources(Me.lblDirLogs, "lblDirLogs")
        Me.lblDirLogs.Name = "lblDirLogs"
        '
        'lblDirFlag
        '
        resources.ApplyResources(Me.lblDirFlag, "lblDirFlag")
        Me.lblDirFlag.Name = "lblDirFlag"
        '
        'lblDirExport
        '
        resources.ApplyResources(Me.lblDirExport, "lblDirExport")
        Me.lblDirExport.Name = "lblDirExport"
        '
        'lblDirImport
        '
        resources.ApplyResources(Me.lblDirImport, "lblDirImport")
        Me.lblDirImport.Name = "lblDirImport"
        '
        'lblDirBackup
        '
        resources.ApplyResources(Me.lblDirBackup, "lblDirBackup")
        Me.lblDirBackup.Name = "lblDirBackup"
        '
        'lblMyDirectory
        '
        resources.ApplyResources(Me.lblMyDirectory, "lblMyDirectory")
        Me.lblMyDirectory.BackColor = System.Drawing.Color.Tomato
        Me.tlPreferences.SetColumnSpan(Me.lblMyDirectory, 5)
        Me.lblMyDirectory.Name = "lblMyDirectory"
        '
        'lblMyPreferences
        '
        resources.ApplyResources(Me.lblMyPreferences, "lblMyPreferences")
        Me.lblMyPreferences.BackColor = System.Drawing.Color.Tomato
        Me.tlPreferences.SetColumnSpan(Me.lblMyPreferences, 5)
        Me.lblMyPreferences.Name = "lblMyPreferences"
        '
        'lblFont
        '
        resources.ApplyResources(Me.lblFont, "lblFont")
        Me.lblFont.Name = "lblFont"
        '
        'lblAdministrativeNF
        '
        resources.ApplyResources(Me.lblAdministrativeNF, "lblAdministrativeNF")
        Me.lblAdministrativeNF.Name = "lblAdministrativeNF"
        '
        'lblColors
        '
        resources.ApplyResources(Me.lblColors, "lblColors")
        Me.lblColors.Name = "lblColors"
        '
        'lblUserLanguage
        '
        resources.ApplyResources(Me.lblUserLanguage, "lblUserLanguage")
        Me.lblUserLanguage.Name = "lblUserLanguage"
        '
        'ddNF
        '
        resources.ApplyResources(Me.ddNF, "ddNF")
        Me.ddNF.AutoSizeItems = True
        Me.ddNF.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList
        Me.ddNF.Name = "ddNF"
        '
        'ddifLanguage
        '
        resources.ApplyResources(Me.ddifLanguage, "ddifLanguage")
        Me.ddifLanguage.AutoSizeItems = True
        Me.ddifLanguage.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList
        Me.ddifLanguage.Name = "ddifLanguage"
        '
        'cbColor1
        '
        resources.ApplyResources(Me.cbColor1, "cbColor1")
        Me.tlPreferences.SetColumnSpan(Me.cbColor1, 2)
        Me.cbColor1.Name = "cbColor1"
        CType(Me.cbColor1.GetChildAt(0).GetChildAt(3), Telerik.WinControls.UI.StackLayoutElement).Alignment = CType(resources.GetObject("resource.Alignment"), System.Drawing.ContentAlignment)
        CType(Me.cbColor1.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Text = resources.GetString("resource.Text2")
        CType(Me.cbColor1.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).AutoSize = True
        CType(Me.cbColor1.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Alignment = CType(resources.GetObject("resource.Alignment1"), System.Drawing.ContentAlignment)
        '
        'cbColor2
        '
        resources.ApplyResources(Me.cbColor2, "cbColor2")
        Me.tlPreferences.SetColumnSpan(Me.cbColor2, 2)
        Me.cbColor2.Name = "cbColor2"
        CType(Me.cbColor2.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Text = resources.GetString("resource.Text3")
        CType(Me.cbColor2.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).AutoSize = True
        CType(Me.cbColor2.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Alignment = CType(resources.GetObject("resource.Alignment2"), System.Drawing.ContentAlignment)
        '
        'cbColor3
        '
        resources.ApplyResources(Me.cbColor3, "cbColor3")
        Me.tlPreferences.SetColumnSpan(Me.cbColor3, 2)
        Me.cbColor3.Name = "cbColor3"
        CType(Me.cbColor3.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Text = resources.GetString("resource.Text4")
        CType(Me.cbColor3.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).AutoSize = True
        CType(Me.cbColor3.GetChildAt(0).GetChildAt(3).GetChildAt(2), Telerik.WinControls.UI.ColorPickerButtonElement).Alignment = CType(resources.GetObject("resource.Alignment3"), System.Drawing.ContentAlignment)
        '
        'lblReportsLanguage
        '
        resources.ApplyResources(Me.lblReportsLanguage, "lblReportsLanguage")
        Me.lblReportsLanguage.Name = "lblReportsLanguage"
        '
        'ddReportsLanguage
        '
        resources.ApplyResources(Me.ddReportsLanguage, "ddReportsLanguage")
        Me.ddReportsLanguage.AutoSizeItems = True
        Me.ddReportsLanguage.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList
        Me.ddReportsLanguage.Name = "ddReportsLanguage"
        '
        'txtDirBackup
        '
        Me.tlPreferences.SetColumnSpan(Me.txtDirBackup, 3)
        resources.ApplyResources(Me.txtDirBackup, "txtDirBackup")
        Me.txtDirBackup.Name = "txtDirBackup"
        '
        'txtDirImport
        '
        Me.tlPreferences.SetColumnSpan(Me.txtDirImport, 3)
        resources.ApplyResources(Me.txtDirImport, "txtDirImport")
        Me.txtDirImport.Name = "txtDirImport"
        '
        'txtDirExport
        '
        Me.tlPreferences.SetColumnSpan(Me.txtDirExport, 3)
        resources.ApplyResources(Me.txtDirExport, "txtDirExport")
        Me.txtDirExport.Name = "txtDirExport"
        '
        'txtDirFlag
        '
        Me.tlPreferences.SetColumnSpan(Me.txtDirFlag, 3)
        resources.ApplyResources(Me.txtDirFlag, "txtDirFlag")
        Me.txtDirFlag.Name = "txtDirFlag"
        '
        'txtDirLog
        '
        Me.tlPreferences.SetColumnSpan(Me.txtDirLog, 3)
        resources.ApplyResources(Me.txtDirLog, "txtDirLog")
        Me.txtDirLog.Name = "txtDirLog"
        '
        'pvPrefReport
        '
        Me.pvPrefReport.BackColor = System.Drawing.Color.WhiteSmoke
        resources.ApplyResources(Me.pvPrefReport, "pvPrefReport")
        Me.pvPrefReport.ItemSize = New System.Drawing.SizeF(55.0!, 28.0!)
        Me.pvPrefReport.Name = "pvPrefReport"
        '
        'pvPrefIdentification
        '
        Me.pvPrefIdentification.BackColor = System.Drawing.Color.White
        Me.pvPrefIdentification.Controls.Add(Me.TableLayoutPanel1)
        Me.pvPrefIdentification.ItemSize = New System.Drawing.SizeF(87.0!, 28.0!)
        resources.ApplyResources(Me.pvPrefIdentification, "pvPrefIdentification")
        Me.pvPrefIdentification.Name = "pvPrefIdentification"
        '
        'TableLayoutPanel1
        '
        resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1")
        Me.TableLayoutPanel1.Controls.Add(Me.lblSave, 0, 13)
        Me.TableLayoutPanel1.Controls.Add(Me.cmdSaveIdentification, 1, 13)
        Me.TableLayoutPanel1.Controls.Add(Me.cmdCheckFEI, 5, 10)
        Me.TableLayoutPanel1.Controls.Add(Me.RadLabel2, 2, 10)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFEIUser, 1, 10)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFEIPwd, 3, 10)
        Me.TableLayoutPanel1.Controls.Add(Me.RadLabel3, 0, 10)
        Me.TableLayoutPanel1.Controls.Add(Me.lblFEIWS, 0, 9)
        Me.TableLayoutPanel1.Controls.Add(Me.cmdCheckFFE, 4, 7)
        Me.TableLayoutPanel1.Controls.Add(Me.lblFFEPwd, 2, 7)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFFEUser, 1, 7)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFFEPwd, 3, 7)
        Me.TableLayoutPanel1.Controls.Add(Me.lblFFEUser, 0, 7)
        Me.TableLayoutPanel1.Controls.Add(Me.cmdCheckWST, 4, 4)
        Me.TableLayoutPanel1.Controls.Add(Me.lblFFEWS, 0, 6)
        Me.TableLayoutPanel1.Controls.Add(Me.lblWSTPwd, 2, 4)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWSTPwd, 3, 4)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWSTUser, 1, 4)
        Me.TableLayoutPanel1.Controls.Add(Me.lblWSTTUser, 0, 4)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWJPwd, 3, 1)
        Me.TableLayoutPanel1.Controls.Add(Me.lblWSTWebService, 0, 3)
        Me.TableLayoutPanel1.Controls.Add(Me.lblIdWinJump, 0, 0)
        Me.TableLayoutPanel1.Controls.Add(Me.lblWJUser, 0, 1)
        Me.TableLayoutPanel1.Controls.Add(Me.lblWJPwd, 2, 1)
        Me.TableLayoutPanel1.Controls.Add(Me.cmdCheckWJ, 4, 1)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWJResponse, 1, 2)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWSTResponse, 1, 5)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFFEResponse, 1, 8)
        Me.TableLayoutPanel1.Controls.Add(Me.txtFEIResponse, 1, 11)
        Me.TableLayoutPanel1.Controls.Add(Me.txtWJUser, 1, 1)
        Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
        '
        'lblSave
        '
        resources.ApplyResources(Me.lblSave, "lblSave")
        Me.lblSave.Name = "lblSave"
        '
        'cmdSaveIdentification
        '
        Me.cmdSaveIdentification.Image = Global.WinJump.My.Resources.Resources.v2_save_24
        resources.ApplyResources(Me.cmdSaveIdentification, "cmdSaveIdentification")
        Me.cmdSaveIdentification.Name = "cmdSaveIdentification"
        '
        'cmdCheckFEI
        '
        Me.cmdCheckFEI.Image = Global.WinJump.My.Resources.Resources.v2_test_id_24
        resources.ApplyResources(Me.cmdCheckFEI, "cmdCheckFEI")
        Me.cmdCheckFEI.Name = "cmdCheckFEI"
        '
        'RadLabel2
        '
        resources.ApplyResources(Me.RadLabel2, "RadLabel2")
        Me.RadLabel2.Name = "RadLabel2"
        '
        'txtFEIUser
        '
        resources.ApplyResources(Me.txtFEIUser, "txtFEIUser")
        Me.txtFEIUser.Name = "txtFEIUser"
        Me.txtFEIUser.ShowClearButton = True
        '
        'txtFEIPwd
        '
        resources.ApplyResources(Me.txtFEIPwd, "txtFEIPwd")
        Me.txtFEIPwd.Name = "txtFEIPwd"
        Me.txtFEIPwd.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtFEIPwd.ShowClearButton = True
        Me.txtFEIPwd.ShowNullText = True
        '
        'RadLabel3
        '
        resources.ApplyResources(Me.RadLabel3, "RadLabel3")
        Me.RadLabel3.Name = "RadLabel3"
        '
        'lblFEIWS
        '
        resources.ApplyResources(Me.lblFEIWS, "lblFEIWS")
        Me.lblFEIWS.BackColor = System.Drawing.Color.Tomato
        Me.TableLayoutPanel1.SetColumnSpan(Me.lblFEIWS, 5)
        Me.lblFEIWS.Name = "lblFEIWS"
        '
        'cmdCheckFFE
        '
        Me.cmdCheckFFE.Image = Global.WinJump.My.Resources.Resources.v2_test_id_24
        resources.ApplyResources(Me.cmdCheckFFE, "cmdCheckFFE")
        Me.cmdCheckFFE.Name = "cmdCheckFFE"
        '
        'lblFFEPwd
        '
        resources.ApplyResources(Me.lblFFEPwd, "lblFFEPwd")
        Me.lblFFEPwd.Name = "lblFFEPwd"
        '
        'txtFFEUser
        '
        resources.ApplyResources(Me.txtFFEUser, "txtFFEUser")
        Me.txtFFEUser.Name = "txtFFEUser"
        Me.txtFFEUser.ShowClearButton = True
        Me.txtFFEUser.ShowNullText = True
        '
        'txtFFEPwd
        '
        resources.ApplyResources(Me.txtFFEPwd, "txtFFEPwd")
        Me.txtFFEPwd.Name = "txtFFEPwd"
        Me.txtFFEPwd.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtFFEPwd.ShowClearButton = True
        Me.txtFFEPwd.ShowNullText = True
        '
        'lblFFEUser
        '
        resources.ApplyResources(Me.lblFFEUser, "lblFFEUser")
        Me.lblFFEUser.Name = "lblFFEUser"
        '
        'cmdCheckWST
        '
        Me.cmdCheckWST.Image = Global.WinJump.My.Resources.Resources.v2_test_id_24
        resources.ApplyResources(Me.cmdCheckWST, "cmdCheckWST")
        Me.cmdCheckWST.Name = "cmdCheckWST"
        '
        'lblFFEWS
        '
        resources.ApplyResources(Me.lblFFEWS, "lblFFEWS")
        Me.lblFFEWS.BackColor = System.Drawing.Color.Tomato
        Me.TableLayoutPanel1.SetColumnSpan(Me.lblFFEWS, 5)
        Me.lblFFEWS.Name = "lblFFEWS"
        '
        'lblWSTPwd
        '
        resources.ApplyResources(Me.lblWSTPwd, "lblWSTPwd")
        Me.lblWSTPwd.Name = "lblWSTPwd"
        '
        'txtWSTPwd
        '
        resources.ApplyResources(Me.txtWSTPwd, "txtWSTPwd")
        Me.txtWSTPwd.Name = "txtWSTPwd"
        Me.txtWSTPwd.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtWSTPwd.ShowClearButton = True
        Me.txtWSTPwd.ShowNullText = True
        '
        'txtWSTUser
        '
        resources.ApplyResources(Me.txtWSTUser, "txtWSTUser")
        Me.txtWSTUser.Name = "txtWSTUser"
        Me.txtWSTUser.ShowClearButton = True
        Me.txtWSTUser.ShowNullText = True
        '
        'lblWSTTUser
        '
        resources.ApplyResources(Me.lblWSTTUser, "lblWSTTUser")
        Me.lblWSTTUser.Name = "lblWSTTUser"
        '
        'txtWJPwd
        '
        resources.ApplyResources(Me.txtWJPwd, "txtWJPwd")
        Me.txtWJPwd.Name = "txtWJPwd"
        Me.txtWJPwd.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtWJPwd.ShowClearButton = True
        Me.txtWJPwd.ShowNullText = True
        '
        'lblWSTWebService
        '
        resources.ApplyResources(Me.lblWSTWebService, "lblWSTWebService")
        Me.lblWSTWebService.BackColor = System.Drawing.Color.Tomato
        Me.TableLayoutPanel1.SetColumnSpan(Me.lblWSTWebService, 5)
        Me.lblWSTWebService.Name = "lblWSTWebService"
        '
        'lblIdWinJump
        '
        resources.ApplyResources(Me.lblIdWinJump, "lblIdWinJump")
        Me.lblIdWinJump.BackColor = System.Drawing.Color.Tomato
        Me.TableLayoutPanel1.SetColumnSpan(Me.lblIdWinJump, 5)
        Me.lblIdWinJump.Name = "lblIdWinJump"
        '
        'lblWJUser
        '
        resources.ApplyResources(Me.lblWJUser, "lblWJUser")
        Me.lblWJUser.Name = "lblWJUser"
        '
        'lblWJPwd
        '
        resources.ApplyResources(Me.lblWJPwd, "lblWJPwd")
        Me.lblWJPwd.Name = "lblWJPwd"
        '
        'cmdCheckWJ
        '
        Me.cmdCheckWJ.Image = Global.WinJump.My.Resources.Resources.v2_test_id_24
        resources.ApplyResources(Me.cmdCheckWJ, "cmdCheckWJ")
        Me.cmdCheckWJ.Name = "cmdCheckWJ"
        '
        'txtWJResponse
        '
        Me.TableLayoutPanel1.SetColumnSpan(Me.txtWJResponse, 3)
        resources.ApplyResources(Me.txtWJResponse, "txtWJResponse")
        Me.txtWJResponse.Name = "txtWJResponse"
        '
        'txtWSTResponse
        '
        Me.TableLayoutPanel1.SetColumnSpan(Me.txtWSTResponse, 3)
        resources.ApplyResources(Me.txtWSTResponse, "txtWSTResponse")
        Me.txtWSTResponse.Name = "txtWSTResponse"
        '
        'txtFFEResponse
        '
        Me.TableLayoutPanel1.SetColumnSpan(Me.txtFFEResponse, 3)
        resources.ApplyResources(Me.txtFFEResponse, "txtFFEResponse")
        Me.txtFFEResponse.Name = "txtFFEResponse"
        '
        'txtFEIResponse
        '
        Me.TableLayoutPanel1.SetColumnSpan(Me.txtFEIResponse, 3)
        resources.ApplyResources(Me.txtFEIResponse, "txtFEIResponse")
        Me.txtFEIResponse.Name = "txtFEIResponse"
        '
        'dlgFont
        '
        Me.dlgFont.FontMustExist = True
        Me.dlgFont.MaxSize = 18
        Me.dlgFont.MinSize = 8
        Me.dlgFont.ShowEffects = False
        '
        'FolderBrowser
        '
        Me.FolderBrowser.ShowNewFolderButton = False
        '
        'txtWJUser
        '
        resources.ApplyResources(Me.txtWJUser, "txtWJUser")
        Me.txtWJUser.Name = "txtWJUser"
        Me.txtWJUser.ShowClearButton = True
        Me.txtWJUser.ShowNullText = True
        '
        'ucPreference
        '
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
        Me.BackColor = System.Drawing.Color.White
        Me.Controls.Add(Me.pvPreference)
        Me.Name = "ucPreference"
        resources.ApplyResources(Me, "$this")
        CType(Me.pvPreference, System.ComponentModel.ISupportInitialize).EndInit()
        Me.pvPreference.ResumeLayout(False)
        Me.pvPrefInterface.ResumeLayout(False)
        Me.tlButtons.ResumeLayout(False)
        CType(Me.cmdOK, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdReset, System.ComponentModel.ISupportInitialize).EndInit()
        Me.tlPreferences.ResumeLayout(False)
        CType(Me.cmdDirLog, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdDirFlag, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdDirExport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdDirImport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdDirBackup, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.btbFont, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblDirLogs, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblDirFlag, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblDirExport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblDirImport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblDirBackup, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblMyDirectory, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblMyPreferences, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblFont, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblAdministrativeNF, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblColors, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblUserLanguage, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.ddNF, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.ddifLanguage, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cbColor1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cbColor2, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cbColor3, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblReportsLanguage, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.ddReportsLanguage, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtDirBackup, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtDirImport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtDirExport, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtDirFlag, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtDirLog, System.ComponentModel.ISupportInitialize).EndInit()
        Me.pvPrefIdentification.ResumeLayout(False)
        Me.TableLayoutPanel1.ResumeLayout(False)
        CType(Me.lblSave, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdSaveIdentification, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdCheckFEI, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.RadLabel2, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFEIUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFEIPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.RadLabel3, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblFEIWS, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdCheckFFE, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblFFEPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFFEUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFFEPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblFFEUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdCheckWST, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblFFEWS, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblWSTPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWSTPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWSTUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblWSTTUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWJPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblWSTWebService, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblIdWinJump, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblWJUser, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.lblWJPwd, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.cmdCheckWJ, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWJResponse, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWSTResponse, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFFEResponse, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtFEIResponse, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.txtWJUser, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub

    Friend WithEvents pvPreference As Telerik.WinControls.UI.RadPageView
    Friend WithEvents pvPrefInterface As Telerik.WinControls.UI.RadPageViewPage
    Friend WithEvents tlPreferences As TableLayoutPanel
    Friend WithEvents lblFont As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblAdministrativeNF As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblColors As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblUserLanguage As Telerik.WinControls.UI.RadLabel
    Friend WithEvents ddNF As Telerik.WinControls.UI.RadDropDownList
    Friend WithEvents ddifLanguage As Telerik.WinControls.UI.RadDropDownList
    Friend WithEvents cbColor1 As Telerik.WinControls.UI.RadColorBox
    Friend WithEvents cbColor2 As Telerik.WinControls.UI.RadColorBox
    Friend WithEvents cbColor3 As Telerik.WinControls.UI.RadColorBox
    Friend WithEvents lblReportsLanguage As Telerik.WinControls.UI.RadLabel
    Friend WithEvents ddReportsLanguage As Telerik.WinControls.UI.RadDropDownList
    Friend WithEvents pvPrefReport As Telerik.WinControls.UI.RadPageViewPage
    Friend WithEvents lblDirLogs As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblDirFlag As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblDirExport As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblDirImport As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblDirBackup As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblMyDirectory As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblMyPreferences As Telerik.WinControls.UI.RadLabel
    Friend WithEvents btbFont As Telerik.WinControls.UI.RadButtonTextBox
    Friend WithEvents cmdFont As Telerik.WinControls.UI.RadButtonElement
    Friend WithEvents dlgFont As FontDialog
    Friend WithEvents cmdDirBackup As Telerik.WinControls.UI.RadButton
    Friend WithEvents cmdDirLog As Telerik.WinControls.UI.RadButton
    Friend WithEvents cmdDirFlag As Telerik.WinControls.UI.RadButton
    Friend WithEvents cmdDirExport As Telerik.WinControls.UI.RadButton
    Friend WithEvents cmdDirImport As Telerik.WinControls.UI.RadButton
    Friend WithEvents txtDirBackup As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtDirImport As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtDirExport As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtDirFlag As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtDirLog As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents tlButtons As TableLayoutPanel
    Friend WithEvents cmdOK As Telerik.WinControls.UI.RadButton
    Friend WithEvents cmdReset As Telerik.WinControls.UI.RadButton
    Friend WithEvents FolderBrowser As FolderBrowserDialog
    Friend WithEvents pvPrefIdentification As Telerik.WinControls.UI.RadPageViewPage
    Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
    Friend WithEvents cmdCheckFEI As Telerik.WinControls.UI.RadButton
    Friend WithEvents RadLabel2 As Telerik.WinControls.UI.RadLabel
    Friend WithEvents txtFEIUser As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtFEIPwd As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents RadLabel3 As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblFEIWS As Telerik.WinControls.UI.RadLabel
    Friend WithEvents cmdCheckFFE As Telerik.WinControls.UI.RadButton
    Friend WithEvents lblFFEPwd As Telerik.WinControls.UI.RadLabel
    Friend WithEvents txtFFEUser As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtFFEPwd As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents lblFFEUser As Telerik.WinControls.UI.RadLabel
    Friend WithEvents cmdCheckWST As Telerik.WinControls.UI.RadButton
    Friend WithEvents lblFFEWS As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblWSTPwd As Telerik.WinControls.UI.RadLabel
    Friend WithEvents txtWSTPwd As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtWSTUser As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents lblWSTTUser As Telerik.WinControls.UI.RadLabel
    Friend WithEvents txtWJPwd As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents lblWSTWebService As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblIdWinJump As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblWJUser As Telerik.WinControls.UI.RadLabel
    Friend WithEvents lblWJPwd As Telerik.WinControls.UI.RadLabel
    Friend WithEvents cmdCheckWJ As Telerik.WinControls.UI.RadButton
    Friend WithEvents lblSave As Telerik.WinControls.UI.RadLabel
    Friend WithEvents cmdSaveIdentification As Telerik.WinControls.UI.RadButton
    Friend WithEvents txtWJResponse As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtWSTResponse As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtFFEResponse As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtFEIResponse As Telerik.WinControls.UI.RadTextBoxControl
    Friend WithEvents txtWJUser As Telerik.WinControls.UI.RadTextBoxControl
End Class

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 24 Apr 2020, 10:37 AM

Hi, Pierre-Jean,

Usually, if the RadTextBoxControl.RightToLeft property is set to Yes for some reason, the clear button may appear on the left side as it is illustrated below:

However, I haven't noticed any similar code in the provided code snippet. I have copy-pasted it in my sample project and tested locally. It was necessary to comment some part of the code in order to build the application. However, the clear button is displayed as expected:

If it is OK with a brand new RadTextBoxControl, feel free to use a new one. If you are still experiencing any further difficulties, it would be greatly appreciated if you can submit a support ticket from your Telerik account and provide a sample project demonstrating the undesired behavior. Thus, we would be able to make an adequate analysis of the precise case and assist you further. Thank you in advance for your cooperation.

Should you have further questions please let me know.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
pierre-jean
Top achievements
Rank 1
Veteran
Iron
answered on 24 Apr 2020, 04:26 PM

Hello Dess

Thanks for your reply I have indeed removed and re-created the différent textbox controls and now it is all OK

A such I can not  send you the incriminated code

Should I face this problem again I will try to create a test program to send you

Kind Regards

Pierre-Jean

Tags
TextBoxControl
Asked by
pierre-jean
Top achievements
Rank 1
Veteran
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
pierre-jean
Top achievements
Rank 1
Veteran
Iron
Share this question
or