/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxChart));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction1 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxChart1     = new Wisej.Web.Ext.DevExtreme.dxChart();
     this.checkBox1    = new Wisej.Web.CheckBox();
     this.checkBox2    = new Wisej.Web.CheckBox();
     this.buttonLoad   = new Wisej.Web.Upload();
     this.buttonExport = new Wisej.Web.Button();
     this.checkBox3    = new Wisej.Web.CheckBox();
     this.checkBox4    = new Wisej.Web.CheckBox();
     this.comboBox1    = new Wisej.Web.ComboBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.TabIndex = 4;
     this.linkDocs.Text     = "https://js.devexpress.com/Documentation/Guide/Widgets/Chart/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.TabIndex = 5;
     this.linkAPI.Text     = "https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/x" +
                             "Chart/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.buttonLoad);
     this.groupBox1.Controls.Add(this.buttonExport);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Size = new System.Drawing.Size(250, 457);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonExport, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonLoad, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox3, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox4, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox1, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 373);
     this.buttonUpdate.TabIndex = 7;
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxChart1);
     this.panel.Size     = new System.Drawing.Size(455, 457);
     this.panel.TabIndex = 7;
     //
     // linkDemo
     //
     this.linkDemo.TabIndex = 6;
     this.linkDemo.Text     = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Overview/jQuery/Light/" +
                              "";
     //
     // dxChart1
     //
     this.dxChart1.Anchor = ((Wisej.Web.AnchorStyles)((((Wisej.Web.AnchorStyles.Top | Wisej.Web.AnchorStyles.Bottom)
                                                        | Wisej.Web.AnchorStyles.Left)
                                                       | Wisej.Web.AnchorStyles.Right)));
     this.dxChart1.Location        = new System.Drawing.Point(21, 16);
     this.dxChart1.Name            = "dxChart1";
     this.dxChart1.Options         = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxChart1.Options"))));
     this.dxChart1.Size            = new System.Drawing.Size(410, 423);
     this.dxChart1.TabIndex        = 0;
     this.dxChart1.Text            = "dxChart1";
     widgetFunction1.Name          = "getDataSourceItems";
     widgetFunction1.Source        = "return this.Instance.getDataSource()._items;";
     this.dxChart1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction1
     };
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(28, 35);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 0;
     this.checkBox1.Text       = "Adjust on Zoom";
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Checked    = true;
     this.checkBox2.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox2.Location   = new System.Drawing.Point(28, 87);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 1;
     this.checkBox2.Text       = "Auto Hide Point Markers";
     //
     // buttonLoad
     //
     this.buttonLoad.AllowedFileTypes = ".json";
     this.buttonLoad.HideValue        = true;
     this.buttonLoad.ImageSource      = "icon-file";
     this.buttonLoad.Location         = new System.Drawing.Point(28, 317);
     this.buttonLoad.Name             = "buttonLoad";
     this.buttonLoad.Size             = new System.Drawing.Size(42, 42);
     this.buttonLoad.TabIndex         = 5;
     this.buttonLoad.Uploaded        += new Wisej.Web.UploadedEventHandler(this.buttonLoad_Uploaded);
     //
     // buttonExport
     //
     this.buttonExport.Display     = Wisej.Web.Display.Icon;
     this.buttonExport.ImageSource = "resource.wx/Wisej.Ext.MaterialDesign/google-drive-image.svg";
     this.buttonExport.Location    = new System.Drawing.Point(76, 317);
     this.buttonExport.Name        = "buttonExport";
     this.buttonExport.Size        = new System.Drawing.Size(42, 42);
     this.buttonExport.TabIndex    = 6;
     this.buttonExport.Click      += new System.EventHandler(this.buttonExport_Click);
     //
     // checkBox3
     //
     this.checkBox3.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox3.AutoSize   = false;
     this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox3.Checked    = true;
     this.checkBox3.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox3.Location   = new System.Drawing.Point(28, 139);
     this.checkBox3.Name       = "checkBox3";
     this.checkBox3.Size       = new System.Drawing.Size(195, 38);
     this.checkBox3.TabIndex   = 2;
     this.checkBox3.Text       = "Allow Touch Gestures";
     //
     // checkBox4
     //
     this.checkBox4.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox4.AutoSize   = false;
     this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox4.Location   = new System.Drawing.Point(28, 191);
     this.checkBox4.Name       = "checkBox4";
     this.checkBox4.Size       = new System.Drawing.Size(195, 38);
     this.checkBox4.TabIndex   = 3;
     this.checkBox4.Text       = "Drag to Zoom";
     //
     // comboBox1
     //
     this.comboBox1.AutoSize      = false;
     this.comboBox1.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "alt",
         "ctrl",
         "meta",
         "shift"
     });
     this.comboBox1.Label.Size     = 50;
     this.comboBox1.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox1.Label.Text     = "Pan Key";
     this.comboBox1.Location       = new System.Drawing.Point(28, 243);
     this.comboBox1.Name           = "comboBox1";
     this.comboBox1.Size           = new System.Drawing.Size(195, 60);
     this.comboBox1.TabIndex       = 4;
     this.comboBox1.Text           = "shift";
     //
     // dxChart
     //
     this.Name = "dxChart";
     this.Size = new System.Drawing.Size(864, 647);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxTileView));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction1 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxTileView1    = new Wisej.Web.Ext.DevExtreme.dxTileView();
     this.comboBox1      = new Wisej.Web.ComboBox();
     this.numericUpDown2 = new Wisej.Web.NumericUpDown();
     this.checkBox1      = new Wisej.Web.CheckBox();
     this.numericUpDown1 = new Wisej.Web.NumericUpDown();
     this.numericUpDown3 = new Wisej.Web.NumericUpDown();
     this.button1        = new Wisej.Web.Button();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.Text = "https://js.devexpress.com/Documentation/Guide/Widgets/TileView/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.Text = "https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxTileView/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.numericUpDown3);
     this.groupBox1.Controls.Add(this.numericUpDown1);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.numericUpDown2);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Size = new System.Drawing.Size(250, 538);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.numericUpDown2, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.numericUpDown1, 0);
     this.groupBox1.Controls.SetChildIndex(this.numericUpDown3, 0);
     this.groupBox1.Controls.SetChildIndex(this.button1, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 457);
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxTileView1);
     this.panel.Size = new System.Drawing.Size(787, 538);
     //
     // linkDemo
     //
     this.linkDemo.Text = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/TileView/Basics/jQuery/Light/" +
                          "";
     //
     // dxTileView1
     //
     this.dxTileView1.Anchor          = Wisej.Web.AnchorStyles.None;
     this.dxTileView1.CssStyle        = ".img { width: 500px; }";
     this.dxTileView1.Location        = new System.Drawing.Point(21, 20);
     this.dxTileView1.Name            = "dxTileView1";
     this.dxTileView1.Options         = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxTileView1.Options"))));
     this.dxTileView1.Size            = new System.Drawing.Size(742, 495);
     this.dxTileView1.TabIndex        = 0;
     this.dxTileView1.Text            = "dxTileView1";
     widgetFunction1.Name             = "initFunc";
     widgetFunction1.Source           = resources.GetString("widgetFunction1.Source");
     this.dxTileView1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction1
     };
     this.dxTileView1.WidgetTemplates = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetTemplate[0];
     //
     // comboBox1
     //
     this.comboBox1.AutoSize      = false;
     this.comboBox1.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "horizontal",
         "vertical"
     });
     this.comboBox1.Label.Size     = 50;
     this.comboBox1.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox1.LabelText      = "Direction";
     this.comboBox1.Location       = new System.Drawing.Point(28, 312);
     this.comboBox1.Name           = "comboBox1";
     this.comboBox1.Size           = new System.Drawing.Size(195, 60);
     this.comboBox1.TabIndex       = 23;
     this.comboBox1.Text           = "horizontal";
     //
     // numericUpDown2
     //
     this.numericUpDown2.LabelText = "Item Margin";
     this.numericUpDown2.Location  = new System.Drawing.Point(28, 102);
     this.numericUpDown2.Maximum   = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.numericUpDown2.Name     = "numericUpDown2";
     this.numericUpDown2.Size     = new System.Drawing.Size(195, 41);
     this.numericUpDown2.TabIndex = 30;
     this.numericUpDown2.Value    = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Location   = new System.Drawing.Point(28, 35);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 31;
     this.checkBox1.Text       = "Show Scrollbar";
     //
     // numericUpDown1
     //
     this.numericUpDown1.LabelText = "Base Item Height";
     this.numericUpDown1.Location  = new System.Drawing.Point(28, 172);
     this.numericUpDown1.Maximum   = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(195, 41);
     this.numericUpDown1.TabIndex = 32;
     this.numericUpDown1.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // numericUpDown3
     //
     this.numericUpDown3.LabelText = "Base Item Width";
     this.numericUpDown3.Location  = new System.Drawing.Point(28, 242);
     this.numericUpDown3.Maximum   = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.numericUpDown3.Name     = "numericUpDown3";
     this.numericUpDown3.Size     = new System.Drawing.Size(195, 41);
     this.numericUpDown3.TabIndex = 33;
     this.numericUpDown3.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(28, 401);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(195, 27);
     this.button1.TabIndex = 34;
     this.button1.Text     = "Get Scroll Position";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // dxTileView
     //
     this.Name = "dxTileView";
     this.Size = new System.Drawing.Size(1196, 728);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxDropDownButton));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction1 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction2 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxDropDownButton1 = new Wisej.Web.Ext.DevExtreme.dxDropDownButton();
     this.checkBox1         = new Wisej.Web.CheckBox();
     this.checkBox2         = new Wisej.Web.CheckBox();
     this.checkBox3         = new Wisej.Web.CheckBox();
     this.checkBox4         = new Wisej.Web.CheckBox();
     this.checkBox5         = new Wisej.Web.CheckBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.TabIndex = 4;
     this.linkDocs.Text     = "https://js.devexpress.com/Documentation/Guide/Widgets/DropDownButton/Getting_Star" +
                              "ted_with_DropDownButton/";
     //
     // linkAPI
     //
     this.linkAPI.TabIndex = 5;
     this.linkAPI.Text     = "https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDropDownButton/" +
                             "Configuration/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox5);
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Size = new System.Drawing.Size(250, 478);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox3, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox4, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox5, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 392);
     this.buttonUpdate.TabIndex = 5;
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxDropDownButton1);
     this.panel.Size     = new System.Drawing.Size(455, 478);
     this.panel.TabIndex = 7;
     //
     // linkDemo
     //
     this.linkDemo.TabIndex = 6;
     this.linkDemo.Text     = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DropDownButton/Overview/jQuer" +
                              "y/Light/";
     //
     // dxDropDownButton1
     //
     this.dxDropDownButton1.Anchor   = Wisej.Web.AnchorStyles.None;
     this.dxDropDownButton1.Location = new System.Drawing.Point(126, 223);
     this.dxDropDownButton1.Name     = "dxDropDownButton1";
     this.dxDropDownButton1.Options  = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxDropDownButton1.Options"))));
     this.dxDropDownButton1.Size     = new System.Drawing.Size(200, 30);
     this.dxDropDownButton1.TabIndex = 0;
     widgetFunction1.Name            = "notify";
     widgetFunction1.Source          = "var item = arguments[0];\r\n\r\nDevExpress.ui.notify(item.itemData.name, \"success\", 6" +
                                       "00);";
     widgetFunction2.Name   = "notifyProfile";
     widgetFunction2.Source = "var item = arguments[0];\r\n\r\nDevExpress.ui.notify(\"Go to \" + item.component.option" +
                              "(\"text\") + \"\'s profile\", \"success\", 600);";
     this.dxDropDownButton1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction1,
         widgetFunction2
     };
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Location   = new System.Drawing.Point(28, 37);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 0;
     this.checkBox1.Text       = "Split Button";
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Checked    = true;
     this.checkBox2.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox2.Location   = new System.Drawing.Point(28, 108);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 1;
     this.checkBox2.Text       = "Show Arrow Icon";
     //
     // checkBox3
     //
     this.checkBox3.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox3.AutoSize   = false;
     this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox3.Checked    = true;
     this.checkBox3.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox3.Location   = new System.Drawing.Point(28, 179);
     this.checkBox3.Name       = "checkBox3";
     this.checkBox3.Size       = new System.Drawing.Size(195, 38);
     this.checkBox3.TabIndex   = 2;
     this.checkBox3.Text       = "Focus State Enabled";
     //
     // checkBox4
     //
     this.checkBox4.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox4.AutoSize   = false;
     this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox4.Checked    = true;
     this.checkBox4.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox4.Location   = new System.Drawing.Point(28, 250);
     this.checkBox4.Name       = "checkBox4";
     this.checkBox4.Size       = new System.Drawing.Size(195, 38);
     this.checkBox4.TabIndex   = 3;
     this.checkBox4.Text       = "Hover State Enabled";
     //
     // checkBox5
     //
     this.checkBox5.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox5.AutoSize   = false;
     this.checkBox5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox5.Location   = new System.Drawing.Point(28, 321);
     this.checkBox5.Name       = "checkBox5";
     this.checkBox5.Size       = new System.Drawing.Size(195, 38);
     this.checkBox5.TabIndex   = 4;
     this.checkBox5.Text       = "Use Select Mode";
     //
     // dxDropDownButton
     //
     this.Name = "dxDropDownButton";
     this.Size = new System.Drawing.Size(864, 668);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxDataGrid));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction1 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxDataGrid1  = new Wisej.Web.Ext.DevExtreme.dxDataGrid();
     this.checkBox2    = new Wisej.Web.CheckBox();
     this.checkBox1    = new Wisej.Web.CheckBox();
     this.buttonLoad   = new Wisej.Web.Upload();
     this.buttonExport = new Wisej.Web.Button();
     this.checkBox3    = new Wisej.Web.CheckBox();
     this.checkBox4    = new Wisej.Web.CheckBox();
     this.checkBox5    = new Wisej.Web.CheckBox();
     this.checkBox6    = new Wisej.Web.CheckBox();
     this.checkBox7    = new Wisej.Web.CheckBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.TabIndex = 4;
     this.linkDocs.Text     = "https://js.devexpress.com/Documentation/Guide/Widgets/DataGrid/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.TabIndex = 5;
     this.linkAPI.Text     = "https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox7);
     this.groupBox1.Controls.Add(this.checkBox6);
     this.groupBox1.Controls.Add(this.checkBox5);
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.buttonLoad);
     this.groupBox1.Controls.Add(this.buttonExport);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Size = new System.Drawing.Size(250, 580);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonExport, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonLoad, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox3, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox4, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox5, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox6, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox7, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 496);
     this.buttonUpdate.TabIndex = 9;
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxDataGrid1);
     this.panel.Size     = new System.Drawing.Size(455, 580);
     this.panel.TabIndex = 7;
     //
     // linkDemo
     //
     this.linkDemo.TabIndex = 6;
     this.linkDemo.Text     = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/SimpleArray/jQuery/L" +
                              "ight/";
     //
     // dxDataGrid1
     //
     this.dxDataGrid1.Anchor = ((Wisej.Web.AnchorStyles)((((Wisej.Web.AnchorStyles.Top | Wisej.Web.AnchorStyles.Bottom)
                                                           | Wisej.Web.AnchorStyles.Left)
                                                          | Wisej.Web.AnchorStyles.Right)));
     this.dxDataGrid1.Location        = new System.Drawing.Point(23, 18);
     this.dxDataGrid1.Name            = "dxDataGrid1";
     this.dxDataGrid1.Options         = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxDataGrid1.Options"))));
     this.dxDataGrid1.Size            = new System.Drawing.Size(406, 541);
     this.dxDataGrid1.TabIndex        = 0;
     this.dxDataGrid1.Text            = "dxDataGrid1";
     widgetFunction1.Name             = "discountCellTemplate";
     widgetFunction1.Source           = resources.GetString("widgetFunction1.Source");
     this.dxDataGrid1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction1
     };
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Location   = new System.Drawing.Point(28, 93);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 1;
     this.checkBox2.Text       = "Allow Column Resizing";
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Location   = new System.Drawing.Point(28, 36);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 0;
     this.checkBox1.Text       = "Allow Column Reordering";
     //
     // buttonLoad
     //
     this.buttonLoad.AllowedFileTypes = ".json";
     this.buttonLoad.HideValue        = true;
     this.buttonLoad.ImageSource      = "icon-file";
     this.buttonLoad.Location         = new System.Drawing.Point(28, 435);
     this.buttonLoad.Name             = "buttonLoad";
     this.buttonLoad.Size             = new System.Drawing.Size(42, 42);
     this.buttonLoad.TabIndex         = 7;
     //
     // buttonExport
     //
     this.buttonExport.Display     = Wisej.Web.Display.Icon;
     this.buttonExport.ImageSource = "resource.wx/Wisej.Ext.MaterialDesign/google-drive-image.svg";
     this.buttonExport.Location    = new System.Drawing.Point(76, 435);
     this.buttonExport.Name        = "buttonExport";
     this.buttonExport.Size        = new System.Drawing.Size(42, 42);
     this.buttonExport.TabIndex    = 8;
     this.buttonExport.Click      += new System.EventHandler(this.buttonExport_Click);
     //
     // checkBox3
     //
     this.checkBox3.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox3.AutoSize   = false;
     this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox3.Checked    = true;
     this.checkBox3.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox3.Location   = new System.Drawing.Point(28, 150);
     this.checkBox3.Name       = "checkBox3";
     this.checkBox3.Size       = new System.Drawing.Size(195, 38);
     this.checkBox3.TabIndex   = 2;
     this.checkBox3.Text       = "Auto Navigate to Focused Row";
     //
     // checkBox4
     //
     this.checkBox4.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox4.AutoSize   = false;
     this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox4.Checked    = true;
     this.checkBox4.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox4.Location   = new System.Drawing.Point(28, 207);
     this.checkBox4.Name       = "checkBox4";
     this.checkBox4.Size       = new System.Drawing.Size(195, 38);
     this.checkBox4.TabIndex   = 3;
     this.checkBox4.Text       = "Cell Hint Enabled";
     //
     // checkBox5
     //
     this.checkBox5.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox5.AutoSize   = false;
     this.checkBox5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox5.Checked    = true;
     this.checkBox5.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox5.Location   = new System.Drawing.Point(28, 264);
     this.checkBox5.Name       = "checkBox5";
     this.checkBox5.Size       = new System.Drawing.Size(195, 38);
     this.checkBox5.TabIndex   = 4;
     this.checkBox5.Text       = "Column Auto Width";
     //
     // checkBox6
     //
     this.checkBox6.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox6.AutoSize   = false;
     this.checkBox6.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox6.Location   = new System.Drawing.Point(28, 321);
     this.checkBox6.Name       = "checkBox6";
     this.checkBox6.Size       = new System.Drawing.Size(195, 38);
     this.checkBox6.TabIndex   = 5;
     this.checkBox6.Text       = "Column Hiding Enabled";
     //
     // checkBox7
     //
     this.checkBox7.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox7.AutoSize   = false;
     this.checkBox7.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox7.Location   = new System.Drawing.Point(28, 378);
     this.checkBox7.Name       = "checkBox7";
     this.checkBox7.Size       = new System.Drawing.Size(195, 38);
     this.checkBox7.TabIndex   = 6;
     this.checkBox7.Text       = "Word Wrap Enabled";
     //
     // dxDataGrid
     //
     this.Name  = "dxDataGrid";
     this.Size  = new System.Drawing.Size(864, 770);
     this.Load += new System.EventHandler(this.dxDataGrid_Load);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxFunnel));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction2 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxFunnel1    = new Wisej.Web.Ext.DevExtreme.dxFunnel();
     this.comboBox1    = new Wisej.Web.ComboBox();
     this.comboBox2    = new Wisej.Web.ComboBox();
     this.buttonLoad   = new Wisej.Web.Upload();
     this.buttonExport = new Wisej.Web.Button();
     this.checkBox1    = new Wisej.Web.CheckBox();
     this.checkBox2    = new Wisej.Web.CheckBox();
     this.checkBox3    = new Wisej.Web.CheckBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.Text = "https://js.devexpress.com/Documentation/Guide/Widgets/Funnel/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.Text = "https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/d" +
                         "xFunnel/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.buttonLoad);
     this.groupBox1.Controls.Add(this.buttonExport);
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Size = new System.Drawing.Size(250, 452);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonExport, 0);
     this.groupBox1.Controls.SetChildIndex(this.buttonLoad, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox3, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 366);
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxFunnel1);
     this.panel.Size = new System.Drawing.Size(455, 452);
     //
     // linkDemo
     //
     this.linkDemo.Text = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/FunnelChart/jQuery/Lig" +
                          "ht/";
     //
     // dxFunnel1
     //
     this.dxFunnel1.Anchor = ((Wisej.Web.AnchorStyles)((((Wisej.Web.AnchorStyles.Top | Wisej.Web.AnchorStyles.Bottom)
                                                         | Wisej.Web.AnchorStyles.Left)
                                                        | Wisej.Web.AnchorStyles.Right)));
     this.dxFunnel1.Location = new System.Drawing.Point(44, 46);
     this.dxFunnel1.Name     = "dxFunnel1";
     this.dxFunnel1.Options  = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxFunnel1.Options"))));
     this.dxFunnel1.Size     = new System.Drawing.Size(364, 358);
     this.dxFunnel1.TabIndex = 0;
     this.dxFunnel1.Text     = "dxFunnel1";
     widgetFunction2.Name    = "customizeText";
     widgetFunction2.Source  = "return \"<span style=\'font-size: 28px\'>\" +\r\n                    arguments[0].perce" +
                               "ntText +\r\n                    \"</span><br/>\" +\r\n                    arguments[0]" +
                               ".item.argument;";
     this.dxFunnel1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction2
     };
     //
     // comboBox1
     //
     this.comboBox1.AutoSize      = false;
     this.comboBox1.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "dynamicHeight",
         "dynamicSlope"
     });
     this.comboBox1.Label.Size     = 50;
     this.comboBox1.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox1.LabelText      = "Algorithm";
     this.comboBox1.Location       = new System.Drawing.Point(28, 177);
     this.comboBox1.Name           = "comboBox1";
     this.comboBox1.Size           = new System.Drawing.Size(195, 60);
     this.comboBox1.TabIndex       = 4;
     this.comboBox1.Text           = "dynamicSlope";
     //
     // comboBox2
     //
     this.comboBox2.AutoSize      = false;
     this.comboBox2.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox2.Items.AddRange(new object[] {
         "Bright",
         "Harmony Light",
         "Ocean",
         "Pastel",
         "Soft",
         "Soft Pastel",
         "Vintage",
         "Violet",
         "Carmine",
         "Dark Moon",
         "Dark Violet",
         "Green Mist",
         "Soft Blue",
         "Material",
         "Office"
     });
     this.comboBox2.Label.Size     = 50;
     this.comboBox2.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox2.LabelText      = "Palette";
     this.comboBox2.Location       = new System.Drawing.Point(28, 246);
     this.comboBox2.Name           = "comboBox2";
     this.comboBox2.Size           = new System.Drawing.Size(195, 60);
     this.comboBox2.TabIndex       = 5;
     this.comboBox2.Text           = "Material";
     //
     // buttonLoad
     //
     this.buttonLoad.AllowedFileTypes = ".json";
     this.buttonLoad.HideValue        = true;
     this.buttonLoad.ImageSource      = "icon-file";
     this.buttonLoad.Location         = new System.Drawing.Point(28, 315);
     this.buttonLoad.Name             = "buttonLoad";
     this.buttonLoad.Size             = new System.Drawing.Size(42, 42);
     this.buttonLoad.TabIndex         = 19;
     //
     // buttonExport
     //
     this.buttonExport.Display     = Wisej.Web.Display.Icon;
     this.buttonExport.ImageSource = "resource.wx/Wisej.Ext.MaterialDesign/google-drive-image.svg";
     this.buttonExport.Location    = new System.Drawing.Point(76, 315);
     this.buttonExport.Name        = "buttonExport";
     this.buttonExport.Size        = new System.Drawing.Size(42, 42);
     this.buttonExport.TabIndex    = 18;
     this.buttonExport.Click      += new System.EventHandler(this.buttonExport_Click);
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(28, 36);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 20;
     this.checkBox1.Text       = "Hover Enabled";
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Location   = new System.Drawing.Point(28, 83);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 21;
     this.checkBox2.Text       = "Inverted";
     //
     // checkBox3
     //
     this.checkBox3.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox3.AutoSize   = false;
     this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox3.Checked    = true;
     this.checkBox3.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox3.Location   = new System.Drawing.Point(28, 130);
     this.checkBox3.Name       = "checkBox3";
     this.checkBox3.Size       = new System.Drawing.Size(195, 38);
     this.checkBox3.TabIndex   = 22;
     this.checkBox3.Text       = "Sort Data";
     //
     // dxFunnel
     //
     this.Name = "dxFunnel";
     this.Size = new System.Drawing.Size(864, 642);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(dxToolbar));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction19 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction20 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction21 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxToolbar1 = new Wisej.Web.Ext.DevExtreme.dxToolbar();
     this.checkBox1  = new Wisej.Web.CheckBox();
     this.checkBox2  = new Wisej.Web.CheckBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.Text = "https://js.devexpress.com/Documentation/Guide/Widgets/Toolbar/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.Text = "https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxToolbar/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Size = new System.Drawing.Size(250, 229);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 148);
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxToolbar1);
     this.panel.Size = new System.Drawing.Size(455, 395);
     //
     // linkDemo
     //
     this.linkDemo.Text = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Toolbar/Overview/jQuery/Light" +
                          "/";
     //
     // dxToolbar1
     //
     this.dxToolbar1.Dock     = Wisej.Web.DockStyle.Top;
     this.dxToolbar1.Name     = "dxToolbar1";
     this.dxToolbar1.Options  = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString("dxToolbar1.Options"))));
     this.dxToolbar1.Size     = new System.Drawing.Size(453, 38);
     this.dxToolbar1.TabIndex = 0;
     this.dxToolbar1.Text     = "dxToolbar1";
     widgetFunction19.Name    = "click";
     widgetFunction19.Source  = "DevExpress.ui.notify(\"clicked!\");";
     widgetFunction20.Name    = "itemTemplate";
     widgetFunction20.Source  = "return $(\"<div class=\'toolbar-label\'><b>Tom\'s Club</b> Products</div>\");";
     widgetFunction21.Name    = "valueChange";
     widgetFunction21.Source  = "var args = arguments[0];\r\n\r\nDevExpress.ui.notify(\"item \" + args.value + \" was cli" +
                                "cked!\");";
     this.dxToolbar1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction19,
         widgetFunction20,
         widgetFunction21
     };
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(28, 36);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 27;
     this.checkBox1.Text       = "Hover State Enabled";
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Location   = new System.Drawing.Point(28, 80);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 28;
     this.checkBox2.Text       = "RTL Enabled";
     //
     // dxToolbar
     //
     this.Name = "dxToolbar";
     this.Size = new System.Drawing.Size(864, 585);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Wisej.Web.JavaScript.ClientEvent clientEvent1                  = new Wisej.Web.JavaScript.ClientEvent();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(dxDropDownBox));
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction1 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction widgetFunction2 = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction();
     this.dxDropDownBox1 = new Wisej.Web.Ext.DevExtreme.dxDropDownBox();
     this.checkBox2      = new Wisej.Web.CheckBox();
     this.checkBox1      = new Wisej.Web.CheckBox();
     this.checkBox3      = new Wisej.Web.CheckBox();
     this.comboBox1      = new Wisej.Web.ComboBox();
     this.checkBox4      = new Wisej.Web.CheckBox();
     this.comboBox2      = new Wisej.Web.ComboBox();
     this.groupBox1.SuspendLayout();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // linkDocs
     //
     this.linkDocs.Text = "https://js.devexpress.com/Documentation/Guide/Widgets/DropDownBox/Overview/";
     //
     // linkAPI
     //
     this.linkAPI.Text = "https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDropDownBox/";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Size = new System.Drawing.Size(250, 464);
     this.groupBox1.Controls.SetChildIndex(this.buttonUpdate, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox2, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox3, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox1, 0);
     this.groupBox1.Controls.SetChildIndex(this.checkBox4, 0);
     this.groupBox1.Controls.SetChildIndex(this.comboBox2, 0);
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(28, 380);
     this.buttonUpdate.Click   += new System.EventHandler(this.buttonUpdate_Click);
     //
     // panel
     //
     this.panel.Controls.Add(this.dxDropDownBox1);
     this.panel.Size = new System.Drawing.Size(455, 464);
     //
     // linkDemo
     //
     this.linkDemo.Text = "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DropDownBox/SingleSelection/j" +
                          "Query/Light/";
     //
     // dxDropDownBox1
     //
     this.dxDropDownBox1.Anchor = ((Wisej.Web.AnchorStyles)((Wisej.Web.AnchorStyles.Left | Wisej.Web.AnchorStyles.Right)));
     clientEvent1.Event         = "appear";
     clientEvent1.JavaScript    = resources.GetString("clientEvent1.JavaScript");
     this.dxDropDownBox1.ClientEvents.Add(clientEvent1);
     this.dxDropDownBox1.Location = new System.Drawing.Point(126, 216);
     this.dxDropDownBox1.Name     = "dxDropDownBox1";
     this.dxDropDownBox1.Options  = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse("{\"valueExpr\":\"ID\",\"deferRendering\":false,\"placeholder\":\"Select a value...\",\"displ" +
                                                                                                 "ayExpr\":\"displayExpr\",\"contentTemplate\":\"contentTemp\"}")));
     this.dxDropDownBox1.Size     = new System.Drawing.Size(200, 30);
     this.dxDropDownBox1.TabIndex = 0;
     widgetFunction1.Name         = "displayExpr";
     widgetFunction1.Source       = "var item = arguments[0];\r\nreturn item && item.CompanyName + \" <\" + item.Phone + \"" +
                                    ">\";\r\n";
     widgetFunction2.Name   = "contentTemp";
     widgetFunction2.Source = resources.GetString("widgetFunction2.Source");
     this.dxDropDownBox1.WidgetFunctions = new Wisej.Web.Ext.DevExtreme.dxBase.WidgetFunction[] {
         widgetFunction1,
         widgetFunction2
     };
     //
     // checkBox2
     //
     this.checkBox2.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox2.AutoSize   = false;
     this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox2.Location   = new System.Drawing.Point(28, 86);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(195, 38);
     this.checkBox2.TabIndex   = 8;
     this.checkBox2.Text       = "Show Drop Down Button";
     //
     // checkBox1
     //
     this.checkBox1.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox1.AutoSize   = false;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox1.Location   = new System.Drawing.Point(28, 36);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(195, 38);
     this.checkBox1.TabIndex   = 9;
     this.checkBox1.Text       = "Show Clear Button";
     //
     // checkBox3
     //
     this.checkBox3.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox3.AutoSize   = false;
     this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox3.Location   = new System.Drawing.Point(28, 136);
     this.checkBox3.Name       = "checkBox3";
     this.checkBox3.Size       = new System.Drawing.Size(195, 38);
     this.checkBox3.TabIndex   = 10;
     this.checkBox3.Text       = "Accept Custom Value";
     //
     // comboBox1
     //
     this.comboBox1.AutoSize      = false;
     this.comboBox1.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "valid",
         "invalid",
         "pending"
     });
     this.comboBox1.Label.Size     = 50;
     this.comboBox1.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox1.LabelText      = "Validation Status";
     this.comboBox1.Location       = new System.Drawing.Point(28, 236);
     this.comboBox1.Name           = "comboBox1";
     this.comboBox1.Size           = new System.Drawing.Size(195, 60);
     this.comboBox1.TabIndex       = 12;
     this.comboBox1.Text           = "valid";
     //
     // checkBox4
     //
     this.checkBox4.Appearance = Wisej.Web.Appearance.Switch;
     this.checkBox4.AutoSize   = false;
     this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox4.Checked    = true;
     this.checkBox4.CheckState = Wisej.Web.CheckState.Checked;
     this.checkBox4.Location   = new System.Drawing.Point(28, 186);
     this.checkBox4.Name       = "checkBox4";
     this.checkBox4.Size       = new System.Drawing.Size(195, 38);
     this.checkBox4.TabIndex   = 13;
     this.checkBox4.Text       = "Open on Field Click";
     //
     // comboBox2
     //
     this.comboBox2.AutoSize      = false;
     this.comboBox2.DropDownStyle = Wisej.Web.ComboBoxStyle.DropDownList;
     this.comboBox2.Items.AddRange(new object[] {
         "always",
         "auto"
     });
     this.comboBox2.Label.Size     = 50;
     this.comboBox2.Label.SizeType = Wisej.Web.SizeType.Percent;
     this.comboBox2.LabelText      = "Validation Message Mode";
     this.comboBox2.Location       = new System.Drawing.Point(28, 308);
     this.comboBox2.Name           = "comboBox2";
     this.comboBox2.Size           = new System.Drawing.Size(195, 60);
     this.comboBox2.TabIndex       = 14;
     this.comboBox2.Text           = "auto";
     //
     // dxDropDownBox
     //
     this.Name = "dxDropDownBox";
     this.Size = new System.Drawing.Size(864, 654);
     this.groupBox1.ResumeLayout(false);
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }