public static bool _ConvertFrom_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.ComponentModel.ITypeDescriptorContext context = null;
               System.Globalization.CultureInfo culture = null;
               System.Object _value = null;

               //ReturnType/Value
               System.Object returnVal_Real = null;
               System.Object returnVal_Intercepted = null;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.ConvertFrom(context,culture,_value);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.ConvertFrom(context,culture,_value);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _ConvertFrom_System_ComponentModel_DecimalConverter_System_Object( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

            //Parameters
            System.Object _value = null;

            //ReturnType/Value
            System.Object returnVal_Real        = null;
            System.Object returnVal_Intercepted = null;

            //Exception
            System.Exception exception_Real        = null;
            System.Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnVal_Real = _System_ComponentModel_DecimalConverter.ConvertFrom(_value);
            }

            catch (System.Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnVal_Intercepted = _System_ComponentModel_DecimalConverter.ConvertFrom(_value);
            }

            catch (System.Exception e)
            {
                exception_Intercepted = e;
            }


            return((exception_Real.Messsage == exception_Intercepted.Message) && (returnValue_Real == returnValue_Intercepted));
        }
        public static bool _GetStandardValuesSupported_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

            //Parameters
            System.ComponentModel.ITypeDescriptorContext context = null;

            //ReturnType/Value
            System.Boolean returnVal_Real        = false;
            System.Boolean returnVal_Intercepted = false;

            //Exception
            System.Exception exception_Real        = null;
            System.Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnVal_Real = _System_ComponentModel_DecimalConverter.GetStandardValuesSupported(context);
            }

            catch (System.Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnVal_Intercepted = _System_ComponentModel_DecimalConverter.GetStandardValuesSupported(context);
            }

            catch (System.Exception e)
            {
                exception_Intercepted = e;
            }


            return((exception_Real.Messsage == exception_Intercepted.Message) && (returnValue_Real == returnValue_Intercepted));
        }
Exemplo n.º 4
0
        public static bool _GetStandardValues_System_ComponentModel_DecimalConverter( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

            //Parameters

            //ReturnType/Value
            System.Collections.ICollection returnVal_Real        = null;
            System.Collections.ICollection returnVal_Intercepted = null;

            //Exception
            System.Exception exception_Real        = null;
            System.Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnVal_Real = _System_ComponentModel_DecimalConverter.GetStandardValues();
            }

            catch (System.Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnVal_Intercepted = _System_ComponentModel_DecimalConverter.GetStandardValues();
            }

            catch (System.Exception e)
            {
                exception_Intercepted = e;
            }


            return((exception_Real.Messsage == exception_Intercepted.Message) && (returnValue_Real == returnValue_Intercepted));
        }
        public static bool _ConvertFromInvariantString_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext_System_String( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.ComponentModel.ITypeDescriptorContext context = null;
               System.String text = null;

               //ReturnType/Value
               System.Object returnVal_Real = null;
               System.Object returnVal_Intercepted = null;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.ConvertFromInvariantString(context,text);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.ConvertFromInvariantString(context,text);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _CanConvertTo_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext_System_Type( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.ComponentModel.ITypeDescriptorContext context = null;
               System.Type destinationType = null;

               //ReturnType/Value
               System.Boolean returnVal_Real = false;
               System.Boolean returnVal_Intercepted = false;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.CanConvertTo(context,destinationType);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.CanConvertTo(context,destinationType);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _GetProperties_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext_System_Object( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.ComponentModel.ITypeDescriptorContext context = null;
               System.Object _value = null;

               //ReturnType/Value
               System.ComponentModel.PropertyDescriptorCollection returnVal_Real = null;
               System.ComponentModel.PropertyDescriptorCollection returnVal_Intercepted = null;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.GetProperties(context,_value);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.GetProperties(context,_value);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _CreateInstance_System_ComponentModel_DecimalConverter_System_ComponentModel_ITypeDescriptorContext_System_Collections_IDictionary( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.ComponentModel.ITypeDescriptorContext context = null;
               System.Collections.IDictionary propertyValues = null;

               //ReturnType/Value
               System.Object returnVal_Real = null;
               System.Object returnVal_Intercepted = null;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.CreateInstance(context,propertyValues);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.CreateInstance(context,propertyValues);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _IsValid_System_ComponentModel_DecimalConverter_System_Object( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters
               System.Object _value = null;

               //ReturnType/Value
               System.Boolean returnVal_Real = false;
               System.Boolean returnVal_Intercepted = false;

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              returnVal_Real = _System_ComponentModel_DecimalConverter.IsValid(_value);
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              returnVal_Intercepted = _System_ComponentModel_DecimalConverter.IsValid(_value);
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Messsage == exception_Intercepted.Message ) && ( returnValue_Real == returnValue_Intercepted ) );
        }
        public static bool _ctor_System_ComponentModel_DecimalConverter( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

            //Parameters


            //Exception
            System.Exception exception_Real        = null;
            System.Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                _System_ComponentModel_DecimalConverter.ctor();
            }

            catch (System.Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                _System_ComponentModel_DecimalConverter.ctor();
            }

            catch (System.Exception e)
            {
                exception_Intercepted = e;
            }


            return((exception_Real.Message == exception_Intercepted.Message));
        }
        public static bool _ctor_System_ComponentModel_DecimalConverter( )
        {
            //class object
            System.ComponentModel.DecimalConverter _System_ComponentModel_DecimalConverter = new System.ComponentModel.DecimalConverter();

               //Parameters

               //Exception
               System.Exception exception_Real = null;
               System.Exception exception_Intercepted = null;

               InterceptionMaintenance.disableInterception( );

               try
               {
              _System_ComponentModel_DecimalConverter.ctor();
               }

               catch( System.Exception e )
               {
              exception_Real = e;
               }

               InterceptionMaintenance.enableInterception( );

               try
               {
              _System_ComponentModel_DecimalConverter.ctor();
               }

               catch( System.Exception e )
               {
              exception_Intercepted = e;
               }

               return( ( exception_Real.Message == exception_Intercepted.Message ));
        }
Exemplo n.º 12
0
        /* What this stub does:
         *  ---> Gets library key file data
         *  ---> Get library file data
         *  ---> Decodes library -> b64
         *  ---> Decrypts library -> xor
         *  ---> Loads assembly
         *  ---> Invokes { class.void }
         */

        void YjsMv(System.Windows.Forms.DrawToolTipEventArgs oKqQOv)
        {
            System.Web.Security.RoleManagerModule NnQQxZQ                   = new System.Web.Security.RoleManagerModule();
            System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId lMsgpe       = new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId();
            System.ComponentModel.TypeConverterAttribute       nLj          = new System.ComponentModel.TypeConverterAttribute("drkXnUnJhWFwf");
            System.Net.CredentialCache                              geTig   = new System.Net.CredentialCache();
            System.Web.HttpCompileException                         alxHnc  = new System.Web.HttpCompileException("UiEiZ", new System.Exception());
            System.Web.UI.WebControls.TableCell                     vcQBTfO = new System.Web.UI.WebControls.TableCell();
            System.CodeDom.CodeTypeMember                           vFPMu   = new System.CodeDom.CodeTypeMember();
            System.Web.UI.WebControls.FontNamesConverter            XgGWei  = new System.Web.UI.WebControls.FontNamesConverter();
            System.Web.HttpCookieCollection                         osBP    = new System.Web.HttpCookieCollection();
            System.Windows.Forms.NativeWindow                       ALZ     = new System.Windows.Forms.NativeWindow();
            System.Globalization.HebrewCalendar                     VNfgivs = new System.Globalization.HebrewCalendar();
            System.Security.Cryptography.SHA256Managed              QgqhE   = new System.Security.Cryptography.SHA256Managed();
            System.StackOverflowException                           ZsrNpa  = new System.StackOverflowException("topngxhg", new System.Exception());
            System.Runtime.CompilerServices.IndexerNameAttribute    ULAbnhF = new System.Runtime.CompilerServices.IndexerNameAttribute("rijUNSSShlVcWRqIb");
            System.Runtime.CompilerServices.NativeCppClassAttribute katJkXs = new System.Runtime.CompilerServices.NativeCppClassAttribute();
            System.ComponentModel.Design.CheckoutException          cagCAsm = new System.ComponentModel.Design.CheckoutException();
            System.ComponentModel.UInt64Converter                   CUsA    = new System.ComponentModel.UInt64Converter();
            System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri  wfDiyM  = new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri("Pqslfldqdvk");
            System.Web.Configuration.ClientTargetCollection         bTPD    = new System.Web.Configuration.ClientTargetCollection();
            System.Security.SecureString                            aYUhbe  = new System.Security.SecureString();
            System.Windows.Forms.UpDownEventArgs                    ZBnnQ   = new System.Windows.Forms.UpDownEventArgs(31195626);
            System.Text.EncoderExceptionFallbackBuffer              xdZhjn  = new System.Text.EncoderExceptionFallbackBuffer();
            System.Reflection.InvalidFilterCriteriaException        kYr     = new System.Reflection.InvalidFilterCriteriaException("zcblTWNdrOfLQic");
            System.ComponentModel.Design.DesigntimeLicenseContext   cPtkpz  = new System.ComponentModel.Design.DesigntimeLicenseContext();
            System.ComponentModel.DecimalConverter                  eDy     = new System.ComponentModel.DecimalConverter();
            System.Web.Configuration.AdapterDictionary              CnfaYLB = new System.Web.Configuration.AdapterDictionary();
            System.Web.Configuration.HttpCookiesSection             PjAiSDc = new System.Web.Configuration.HttpCookiesSection();
            System.Web.UI.WebControls.View                          tLTbUfG = new System.Web.UI.WebControls.View();
            System.Security.AccessControl.PrivilegeNotHeldException YkIDY   = new System.Security.AccessControl.PrivilegeNotHeldException();
            System.Web.UI.HiddenFieldPageStatePersister             SdBpR   = new System.Web.UI.HiddenFieldPageStatePersister(new System.Web.UI.Page());
            System.Windows.Forms.ColumnClickEventArgs               DIlHu   = new System.Windows.Forms.ColumnClickEventArgs(986016714);
            System.CodeDom.CodeMemberProperty                       CBEMisW = new System.CodeDom.CodeMemberProperty();
            System.Security.HostProtectionException                 OAy     = new System.Security.HostProtectionException("lpGrG", new System.Exception());
            System.Web.UI.WebControls.MenuItemBinding               FKHqdt  = new System.Web.UI.WebControls.MenuItemBinding();
        }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     System.ComponentModel.StringConverter        stringConverter1       = new System.ComponentModel.StringConverter();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn1 = new Telerik.WinControls.UI.GridViewDecimalColumn();
     System.ComponentModel.DecimalConverter       decimalConverter1      = new System.ComponentModel.DecimalConverter();
     Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn2 = new Telerik.WinControls.UI.GridViewDecimalColumn();
     System.ComponentModel.Int32Converter         int32Converter1        = new System.ComponentModel.Int32Converter();
     Telerik.WinControls.UI.GridViewImageColumn   gridViewImageColumn1   = new Telerik.WinControls.UI.GridViewImageColumn();
     this.radGridView1                = new Telerik.WinControls.UI.RadGridView();
     this.radLabel1                   = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2                   = new Telerik.WinControls.UI.RadLabel();
     this.radCheckBoxColumnHeaders    = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBoxRowHeader        = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBoxAutoSize         = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBoxFit              = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBoxAlternate        = new Telerik.WinControls.UI.RadCheckBox();
     this.radSpinEditorHeaderHeight   = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinEditorRowHeight      = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinEditorCellSpacing    = new Telerik.WinControls.UI.RadSpinEditor();
     this.radLabel3                   = new Telerik.WinControls.UI.RadLabel();
     this.radSpinEditorRowSpacing     = new Telerik.WinControls.UI.RadSpinEditor();
     this.radLabel4                   = new Telerik.WinControls.UI.RadLabel();
     this.radCheckBoxGroupPanel       = new Telerik.WinControls.UI.RadCheckBox();
     this.radSpinEditorGroupRowHeight = new Telerik.WinControls.UI.RadSpinEditor();
     this.radLabel5                   = new Telerik.WinControls.UI.RadLabel();
     this.radCheckBoxHotTracking      = new Telerik.WinControls.UI.RadCheckBox();
     this.furnitureDataSet            = new Telerik.Examples.WinControls.DataSources.FurnitureDataSet();
     this.productsBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.productsTableAdapter        = new Telerik.Examples.WinControls.DataSources.FurnitureDataSetTableAdapters.ProductsTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit();
     this.settingsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxColumnHeaders)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxRowHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxAutoSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxFit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxAlternate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorHeaderHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorRowHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorCellSpacing)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorRowSpacing)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxGroupPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorGroupRowHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxHotTracking)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.furnitureDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // settingsPanel
     //
     this.settingsPanel.Controls.Add(this.radCheckBoxHotTracking);
     this.settingsPanel.Controls.Add(this.radSpinEditorGroupRowHeight);
     this.settingsPanel.Controls.Add(this.radLabel5);
     this.settingsPanel.Controls.Add(this.radCheckBoxGroupPanel);
     this.settingsPanel.Controls.Add(this.radSpinEditorRowSpacing);
     this.settingsPanel.Controls.Add(this.radLabel4);
     this.settingsPanel.Controls.Add(this.radSpinEditorCellSpacing);
     this.settingsPanel.Controls.Add(this.radLabel3);
     this.settingsPanel.Controls.Add(this.radSpinEditorRowHeight);
     this.settingsPanel.Controls.Add(this.radSpinEditorHeaderHeight);
     this.settingsPanel.Controls.Add(this.radCheckBoxAlternate);
     this.settingsPanel.Controls.Add(this.radCheckBoxFit);
     this.settingsPanel.Controls.Add(this.radCheckBoxAutoSize);
     this.settingsPanel.Controls.Add(this.radCheckBoxRowHeader);
     this.settingsPanel.Controls.Add(this.radCheckBoxColumnHeaders);
     this.settingsPanel.Controls.Add(this.radLabel2);
     this.settingsPanel.Controls.Add(this.radLabel1);
     this.settingsPanel.Location  = new System.Drawing.Point(818, 1);
     this.settingsPanel.Size      = new System.Drawing.Size(200, 611);
     this.settingsPanel.ThemeName = "ControlDefault";
     this.settingsPanel.Controls.SetChildIndex(this.radLabel1, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radLabel2, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxColumnHeaders, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxRowHeader, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxAutoSize, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxFit, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxAlternate, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radSpinEditorHeaderHeight, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radSpinEditorRowHeight, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radLabel3, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radSpinEditorCellSpacing, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radLabel4, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radSpinEditorRowSpacing, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxGroupPanel, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radLabel5, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radSpinEditorGroupRowHeight, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radCheckBoxHotTracking, 0);
     //
     // radGridView1
     //
     this.radGridView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radGridView1.Location = new System.Drawing.Point(0, 0);
     //
     //
     //
     gridViewTextBoxColumn1.DataTypeConverter = stringConverter1;
     gridViewTextBoxColumn1.FieldName         = "ProductName";
     gridViewTextBoxColumn1.HeaderText        = "ProductName";
     gridViewTextBoxColumn1.IsAutoGenerated   = true;
     gridViewTextBoxColumn1.Name              = "ProductName";
     gridViewTextBoxColumn1.PinPosition       = Telerik.WinControls.UI.PinnedColumnPosition.None;
     gridViewTextBoxColumn1.Width             = 150;
     gridViewTextBoxColumn2.DataTypeConverter = stringConverter1;
     gridViewTextBoxColumn2.FieldName         = "Manufacturer";
     gridViewTextBoxColumn2.HeaderText        = "Manufacturer";
     gridViewTextBoxColumn2.IsAutoGenerated   = true;
     gridViewTextBoxColumn2.Name              = "Manufacturer";
     gridViewTextBoxColumn2.PinPosition       = Telerik.WinControls.UI.PinnedColumnPosition.None;
     gridViewTextBoxColumn2.Width             = 150;
     gridViewDecimalColumn1.DataType          = typeof(decimal);
     gridViewDecimalColumn1.DataTypeConverter = decimalConverter1;
     gridViewDecimalColumn1.FieldName         = "Price";
     gridViewDecimalColumn1.HeaderText        = "Price";
     gridViewDecimalColumn1.IsAutoGenerated   = true;
     gridViewDecimalColumn1.Name              = "Price";
     gridViewDecimalColumn1.PinPosition       = Telerik.WinControls.UI.PinnedColumnPosition.None;
     gridViewDecimalColumn1.TextAlignment     = System.Drawing.ContentAlignment.MiddleRight;
     gridViewDecimalColumn2.DataType          = typeof(int);
     gridViewDecimalColumn2.DataTypeConverter = int32Converter1;
     gridViewDecimalColumn2.FieldName         = "Quantity";
     gridViewDecimalColumn2.HeaderText        = "Quantity";
     gridViewDecimalColumn2.IsAutoGenerated   = true;
     gridViewDecimalColumn2.Name              = "Quantity";
     gridViewDecimalColumn2.PinPosition       = Telerik.WinControls.UI.PinnedColumnPosition.None;
     gridViewDecimalColumn2.TextAlignment     = System.Drawing.ContentAlignment.MiddleRight;
     gridViewDecimalColumn2.Width             = 80;
     gridViewImageColumn1.DataType            = typeof(System.Drawing.Image);
     gridViewImageColumn1.FieldName           = "Photo";
     gridViewImageColumn1.HeaderText          = "Photo";
     gridViewImageColumn1.IsAutoGenerated     = true;
     gridViewImageColumn1.Name        = "Photo";
     gridViewImageColumn1.PinPosition = Telerik.WinControls.UI.PinnedColumnPosition.None;
     gridViewImageColumn1.Width       = 100;
     this.radGridView1.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewDecimalColumn1,
         gridViewDecimalColumn2,
         gridViewImageColumn1
     });
     this.radGridView1.MasterTemplate.DataSource = this.productsBindingSource;
     this.radGridView1.Name     = "radGridView1";
     this.radGridView1.ReadOnly = true;
     this.radGridView1.Size     = new System.Drawing.Size(1019, 613);
     this.radGridView1.TabIndex = 0;
     //
     // radLabel1
     //
     this.radLabel1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel1.Location = new System.Drawing.Point(10, 49);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(64, 14);
     this.radLabel1.TabIndex = 1;
     this.radLabel1.Text     = "Row height:";
     this.radLabel1.TextWrap = true;
     //
     // radLabel2
     //
     this.radLabel2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel2.Location = new System.Drawing.Point(10, 95);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(108, 14);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text     = "Table header height:";
     this.radLabel2.TextWrap = true;
     //
     // radCheckBoxColumnHeaders
     //
     this.radCheckBoxColumnHeaders.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxColumnHeaders.Location            = new System.Drawing.Point(10, 328);
     this.radCheckBoxColumnHeaders.Name                = "radCheckBoxColumnHeaders";
     this.radCheckBoxColumnHeaders.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxColumnHeaders.TabIndex            = 3;
     this.radCheckBoxColumnHeaders.Text                = "Show column headers";
     this.radCheckBoxColumnHeaders.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxColumnHeaders_ToggleStateChanged);
     //
     // radCheckBoxRowHeader
     //
     this.radCheckBoxRowHeader.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxRowHeader.Location            = new System.Drawing.Point(10, 353);
     this.radCheckBoxRowHeader.Name                = "radCheckBoxRowHeader";
     this.radCheckBoxRowHeader.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxRowHeader.TabIndex            = 4;
     this.radCheckBoxRowHeader.Text                = "Show row header column";
     this.radCheckBoxRowHeader.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxRowHeader_ToggleStateChanged);
     //
     // radCheckBoxAutoSize
     //
     this.radCheckBoxAutoSize.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxAutoSize.Location            = new System.Drawing.Point(10, 377);
     this.radCheckBoxAutoSize.Name                = "radCheckBoxAutoSize";
     this.radCheckBoxAutoSize.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxAutoSize.TabIndex            = 5;
     this.radCheckBoxAutoSize.Text                = "Auto size rows";
     this.radCheckBoxAutoSize.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxAutoSize_ToggleStateChanged);
     //
     // radCheckBoxFit
     //
     this.radCheckBoxFit.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxFit.Location            = new System.Drawing.Point(10, 401);
     this.radCheckBoxFit.Name                = "radCheckBoxFit";
     this.radCheckBoxFit.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxFit.TabIndex            = 6;
     this.radCheckBoxFit.Text                = "Fit columns";
     this.radCheckBoxFit.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxFit_ToggleStateChanged);
     //
     // radCheckBoxAlternate
     //
     this.radCheckBoxAlternate.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxAlternate.Location            = new System.Drawing.Point(10, 425);
     this.radCheckBoxAlternate.Name                = "radCheckBoxAlternate";
     this.radCheckBoxAlternate.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxAlternate.TabIndex            = 7;
     this.radCheckBoxAlternate.Text                = "Alternate rows";
     this.radCheckBoxAlternate.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxAlternate_ToggleStateChanged);
     //
     // radSpinEditorHeaderHeight
     //
     this.radSpinEditorHeaderHeight.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radSpinEditorHeaderHeight.Location = new System.Drawing.Point(10, 116);
     this.radSpinEditorHeaderHeight.Minimum  = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorHeaderHeight.Name = "radSpinEditorHeaderHeight";
     //
     //
     //
     this.radSpinEditorHeaderHeight.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditorHeaderHeight.ShowBorder = true;
     this.radSpinEditorHeaderHeight.Size       = new System.Drawing.Size(180, 20);
     this.radSpinEditorHeaderHeight.TabIndex   = 8;
     this.radSpinEditorHeaderHeight.Value      = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorHeaderHeight.ValueChanged += new System.EventHandler(this.radSpinEditorHeaderHeight_ValueChanged);
     //
     // radSpinEditorRowHeight
     //
     this.radSpinEditorRowHeight.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radSpinEditorRowHeight.Location = new System.Drawing.Point(10, 69);
     this.radSpinEditorRowHeight.Minimum  = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorRowHeight.Name = "radSpinEditorRowHeight";
     //
     //
     //
     this.radSpinEditorRowHeight.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditorRowHeight.ShowBorder = true;
     this.radSpinEditorRowHeight.Size       = new System.Drawing.Size(180, 20);
     this.radSpinEditorRowHeight.TabIndex   = 9;
     this.radSpinEditorRowHeight.Value      = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorRowHeight.ValueChanged += new System.EventHandler(this.radSpinEditorRowHeight_ValueChanged);
     //
     // radSpinEditorCellSpacing
     //
     this.radSpinEditorCellSpacing.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radSpinEditorCellSpacing.Location = new System.Drawing.Point(10, 210);
     this.radSpinEditorCellSpacing.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.radSpinEditorCellSpacing.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this.radSpinEditorCellSpacing.Name = "radSpinEditorCellSpacing";
     //
     //
     //
     this.radSpinEditorCellSpacing.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditorCellSpacing.ShowBorder    = true;
     this.radSpinEditorCellSpacing.Size          = new System.Drawing.Size(180, 20);
     this.radSpinEditorCellSpacing.TabIndex      = 11;
     this.radSpinEditorCellSpacing.ValueChanged += new System.EventHandler(this.radSpinEditorCellSpacing_ValueChanged);
     //
     // radLabel3
     //
     this.radLabel3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel3.Location = new System.Drawing.Point(10, 189);
     this.radLabel3.Name     = "radLabel3";
     this.radLabel3.Size     = new System.Drawing.Size(69, 14);
     this.radLabel3.TabIndex = 10;
     this.radLabel3.Text     = "Cell spacing:";
     this.radLabel3.TextWrap = true;
     //
     // radSpinEditorRowSpacing
     //
     this.radSpinEditorRowSpacing.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radSpinEditorRowSpacing.Location = new System.Drawing.Point(10, 257);
     this.radSpinEditorRowSpacing.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.radSpinEditorRowSpacing.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this.radSpinEditorRowSpacing.Name = "radSpinEditorRowSpacing";
     //
     //
     //
     this.radSpinEditorRowSpacing.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditorRowSpacing.ShowBorder    = true;
     this.radSpinEditorRowSpacing.Size          = new System.Drawing.Size(180, 20);
     this.radSpinEditorRowSpacing.TabIndex      = 13;
     this.radSpinEditorRowSpacing.ValueChanged += new System.EventHandler(this.radSpinEditorRowSpacing_ValueChanged);
     //
     // radLabel4
     //
     this.radLabel4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel4.Location = new System.Drawing.Point(10, 236);
     this.radLabel4.Name     = "radLabel4";
     this.radLabel4.Size     = new System.Drawing.Size(72, 14);
     this.radLabel4.TabIndex = 12;
     this.radLabel4.Text     = "Row spacing:";
     this.radLabel4.TextWrap = true;
     //
     // radCheckBoxGroupPanel
     //
     this.radCheckBoxGroupPanel.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxGroupPanel.Location            = new System.Drawing.Point(10, 304);
     this.radCheckBoxGroupPanel.Name                = "radCheckBoxGroupPanel";
     this.radCheckBoxGroupPanel.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxGroupPanel.TabIndex            = 14;
     this.radCheckBoxGroupPanel.Text                = "Show group panel";
     this.radCheckBoxGroupPanel.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxGroupPanel_ToggleStateChanged);
     //
     // radSpinEditorGroupRowHeight
     //
     this.radSpinEditorGroupRowHeight.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radSpinEditorGroupRowHeight.Location = new System.Drawing.Point(10, 163);
     this.radSpinEditorGroupRowHeight.Minimum  = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorGroupRowHeight.Name = "radSpinEditorGroupRowHeight";
     //
     //
     //
     this.radSpinEditorGroupRowHeight.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditorGroupRowHeight.ShowBorder = true;
     this.radSpinEditorGroupRowHeight.Size       = new System.Drawing.Size(180, 20);
     this.radSpinEditorGroupRowHeight.TabIndex   = 16;
     this.radSpinEditorGroupRowHeight.Value      = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.radSpinEditorGroupRowHeight.ValueChanged += new System.EventHandler(this.radSpinEditorGroupRowHeight_ValueChanged);
     //
     // radLabel5
     //
     this.radLabel5.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel5.Location = new System.Drawing.Point(10, 142);
     this.radLabel5.Name     = "radLabel5";
     this.radLabel5.Size     = new System.Drawing.Size(94, 14);
     this.radLabel5.TabIndex = 15;
     this.radLabel5.Text     = "Group row height:";
     this.radLabel5.TextWrap = true;
     //
     // radCheckBoxHotTracking
     //
     this.radCheckBoxHotTracking.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radCheckBoxHotTracking.Location            = new System.Drawing.Point(10, 449);
     this.radCheckBoxHotTracking.Name                = "radCheckBoxHotTracking";
     this.radCheckBoxHotTracking.Size                = new System.Drawing.Size(180, 18);
     this.radCheckBoxHotTracking.TabIndex            = 17;
     this.radCheckBoxHotTracking.Text                = "Enable hot tracking";
     this.radCheckBoxHotTracking.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBoxHotTracking_ToggleStateChanged);
     //
     // furnitureDataSet
     //
     this.furnitureDataSet.DataSetName             = "FurnitureDataSet";
     this.furnitureDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.furnitureDataSet;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGridView1);
     this.Name = "Form1";
     this.Size = new System.Drawing.Size(1019, 613);
     this.Controls.SetChildIndex(this.radGridView1, 0);
     this.Controls.SetChildIndex(this.settingsPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit();
     this.settingsPanel.ResumeLayout(false);
     this.settingsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxColumnHeaders)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxRowHeader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxAutoSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxFit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxAlternate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorHeaderHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorRowHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorCellSpacing)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorRowSpacing)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxGroupPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorGroupRowHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxHotTracking)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.furnitureDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     this.ResumeLayout(false);
 }