Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase3      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition3 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition3    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     this.Part_Values = new DevExpress.XtraEditors.CheckedListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.Part_Values)).BeginInit();
     this.SuspendLayout();
     //
     // Part_Values
     //
     this.Part_Values.BorderStyle          = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Part_Values.CheckOnClick         = true;
     this.Part_Values.Cursor               = System.Windows.Forms.Cursors.Default;
     this.Part_Values.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.Part_Values.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Standard;
     this.Part_Values.HotTrackItems        = true;
     this.Part_Values.ItemHeight           = 40;
     this.Part_Values.Location             = new System.Drawing.Point(0, 0);
     this.Part_Values.Name                 = "Part_Values";
     this.Part_Values.SelectionMode        = System.Windows.Forms.SelectionMode.MultiExtended;
     this.Part_Values.ShowFocusRect        = false;
     this.Part_Values.Size                 = new System.Drawing.Size(150, 240);
     this.Part_Values.TabIndex             = 2;
     itemTemplateBase3.Columns.Add(tableColumnDefinition3);
     templatedItemElement3.FieldName            = "DisplayMember";
     templatedItemElement3.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement3.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.NoScale;
     templatedItemElement3.ImageSize            = new System.Drawing.Size(32, 32);
     templatedItemElement3.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
     templatedItemElement3.Text = "DisplayMember";
     itemTemplateBase3.Elements.Add(templatedItemElement3);
     itemTemplateBase3.Name = "Tile";
     itemTemplateBase3.Rows.Add(tableRowDefinition3);
     this.Part_Values.Templates.Add(itemTemplateBase3);
     //
     // TileList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Part_Values);
     this.Name = "TileList";
     this.Size = new System.Drawing.Size(150, 240);
     ((System.ComponentModel.ISupportInitialize)(this.Part_Values)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement4  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAdminPropietario));
     this.ribbonPageGroup2         = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.lOTEBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colFaseNombre            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colManzanoNum            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIdLote                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombreLote            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCodigo                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatitud               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLongitud              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colArea                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEstado                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPrecio                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPROPIETARIO           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIdPersona             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.listBoxControlPersona    = new DevExpress.XtraEditors.ListBoxControl();
     this.pERSONABindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainerControl1   = new DevExpress.XtraEditors.SplitContainerControl();
     this.pRopietarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.BtnCuentas               = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lOTEBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControlPersona)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pERSONABindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pRopietarioBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.BtnCuentas
     });
     this.ribbon.MaxItemId = 5;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2
     });
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.BtnCuentas);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Cuenta";
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.lOTEBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(530, 359);
     this.gridControl1.TabIndex   = 3;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // lOTEBindingSource
     //
     this.lOTEBindingSource.DataSource = typeof(Csur.Datos.EntidadLOTE);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colFaseNombre,
         this.colManzanoNum,
         this.colIdLote,
         this.colNombreLote,
         this.colCodigo,
         this.colLatitud,
         this.colLongitud,
         this.colArea,
         this.colEstado,
         this.colPrecio,
         this.colPROPIETARIO,
         this.colIdPersona
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupCount  = 2;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Precio", null, "(Precio: SUMA={0:#.##})")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridView1.OptionsBehavior.ReadOnly            = true;
     this.gridView1.OptionsSelection.MultiSelect        = true;
     this.gridView1.OptionsView.ColumnAutoWidth         = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colFaseNombre, DevExpress.Data.ColumnSortOrder.Ascending),
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colManzanoNum, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // colFaseNombre
     //
     this.colFaseNombre.Caption      = "Fase";
     this.colFaseNombre.FieldName    = "MANZANO.FASE.NombreFase";
     this.colFaseNombre.Name         = "colFaseNombre";
     this.colFaseNombre.Visible      = true;
     this.colFaseNombre.VisibleIndex = 1;
     //
     // colManzanoNum
     //
     this.colManzanoNum.Caption      = "Num. Manzano";
     this.colManzanoNum.FieldName    = "MANZANO.NumManzano";
     this.colManzanoNum.Name         = "colManzanoNum";
     this.colManzanoNum.Visible      = true;
     this.colManzanoNum.VisibleIndex = 0;
     //
     // colIdLote
     //
     this.colIdLote.FieldName    = "IdLote";
     this.colIdLote.Name         = "colIdLote";
     this.colIdLote.Visible      = true;
     this.colIdLote.VisibleIndex = 7;
     //
     // colNombreLote
     //
     this.colNombreLote.FieldName    = "NombreLote";
     this.colNombreLote.Name         = "colNombreLote";
     this.colNombreLote.Visible      = true;
     this.colNombreLote.VisibleIndex = 0;
     //
     // colCodigo
     //
     this.colCodigo.FieldName    = "Codigo";
     this.colCodigo.Name         = "colCodigo";
     this.colCodigo.Visible      = true;
     this.colCodigo.VisibleIndex = 1;
     //
     // colLatitud
     //
     this.colLatitud.FieldName    = "Latitud";
     this.colLatitud.Name         = "colLatitud";
     this.colLatitud.Visible      = true;
     this.colLatitud.VisibleIndex = 2;
     //
     // colLongitud
     //
     this.colLongitud.FieldName    = "Longitud";
     this.colLongitud.Name         = "colLongitud";
     this.colLongitud.Visible      = true;
     this.colLongitud.VisibleIndex = 3;
     //
     // colArea
     //
     this.colArea.FieldName    = "Area";
     this.colArea.Name         = "colArea";
     this.colArea.Visible      = true;
     this.colArea.VisibleIndex = 4;
     //
     // colEstado
     //
     this.colEstado.FieldName    = "Estado";
     this.colEstado.Name         = "colEstado";
     this.colEstado.Visible      = true;
     this.colEstado.VisibleIndex = 5;
     //
     // colPrecio
     //
     this.colPrecio.FieldName    = "Precio";
     this.colPrecio.Name         = "colPrecio";
     this.colPrecio.Visible      = true;
     this.colPrecio.VisibleIndex = 6;
     //
     // colPROPIETARIO
     //
     this.colPROPIETARIO.FieldName    = "PROPIETARIO";
     this.colPROPIETARIO.Name         = "colPROPIETARIO";
     this.colPROPIETARIO.Visible      = true;
     this.colPROPIETARIO.VisibleIndex = 8;
     //
     // colIdPersona
     //
     this.colIdPersona.FieldName    = "IdPersona";
     this.colIdPersona.Name         = "colIdPersona";
     this.colIdPersona.Visible      = true;
     this.colIdPersona.VisibleIndex = 9;
     //
     // listBoxControlPersona
     //
     this.listBoxControlPersona.DataSource    = this.pERSONABindingSource;
     this.listBoxControlPersona.DisplayMember = "Apellido";
     this.listBoxControlPersona.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listBoxControlPersona.ItemHeight    = 58;
     this.listBoxControlPersona.Location      = new System.Drawing.Point(0, 0);
     this.listBoxControlPersona.Name          = "listBoxControlPersona";
     this.listBoxControlPersona.Size          = new System.Drawing.Size(124, 359);
     this.listBoxControlPersona.TabIndex      = 4;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.FieldName = "NombreUsuario";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "NombreUsuario";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ColumnIndex   = 1;
     templatedItemElement2.FieldName     = "Telefono";
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.Text          = "Telefono";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.FieldName     = "Nombre";
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement3.RowIndex      = 1;
     templatedItemElement3.Text          = "Nombre";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement4.ColumnIndex   = 1;
     templatedItemElement4.FieldName     = "Apellido";
     templatedItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement4.RowIndex      = 1;
     templatedItemElement4.Text          = "Apellido";
     templatedItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Elements.Add(templatedItemElement3);
     itemTemplateBase1.Elements.Add(templatedItemElement4);
     itemTemplateBase1.Name = "templatePersona";
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     itemTemplateBase1.Rows.Add(tableRowDefinition2);
     this.listBoxControlPersona.Templates.Add(itemTemplateBase1);
     this.listBoxControlPersona.ValueMember           = "IdPersona";
     this.listBoxControlPersona.SelectedIndexChanged += new System.EventHandler(this.listBoxControlPersona_SelectedIndexChanged);
     //
     // pERSONABindingSource
     //
     this.pERSONABindingSource.DataSource = typeof(Csur.Datos.EntidadPERSONA);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 143);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.listBoxControlPersona);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(659, 359);
     this.splitContainerControl1.SplitterPosition = 124;
     this.splitContainerControl1.TabIndex         = 5;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // pRopietarioBindingSource
     //
     this.pRopietarioBindingSource.DataSource = typeof(Csur.Datos.EntidadPROPIETARIO);
     //
     // BtnCuentas
     //
     this.BtnCuentas.Caption                 = "Editar o modificar cuenta";
     this.BtnCuentas.Id                      = 4;
     this.BtnCuentas.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("BtnCuentas.ImageOptions.Image")));
     this.BtnCuentas.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("BtnCuentas.ImageOptions.LargeImage")));
     this.BtnCuentas.Name                    = "BtnCuentas";
     this.BtnCuentas.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnCuentas_ItemClick);
     //
     // FrmAdminPropietario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(659, 533);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "FrmAdminPropietario";
     this.Text = "ADMINISTRAR PROPIETARIOS";
     this.Controls.SetChildIndex(this.ribbon, 0);
     this.Controls.SetChildIndex(this.ribbonStatusBar, 0);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lOTEBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControlPersona)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pERSONABindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pRopietarioBindingSource)).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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SimpleContextButton                     simpleContextButton1   = new DevExpress.Utils.SimpleContextButton();
     System.ComponentModel.ComponentResourceManager           resources              = new System.ComponentModel.ComponentResourceManager(typeof(ItemsView));
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan1             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     this.listBoxControl        = new DevExpress.XtraEditors.ListBoxControl();
     this.searchControl         = new DevExpress.XtraEditors.SearchControl();
     this.titleLabel            = new DevExpress.XtraEditors.LabelControl();
     this.toggleShowAll         = new DevExpress.XtraEditors.ToggleSwitch();
     this.footerPane            = new DevExpress.Utils.Layout.TablePanel();
     this.headerPane            = new DevExpress.Utils.Layout.TablePanel();
     this.btnNew                = new DevExpress.XtraEditors.SimpleButton();
     this.todoItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.mvvmContext           = new DevExpress.Utils.MVVM.MVVMContext(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleShowAll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.footerPane)).BeginInit();
     this.footerPane.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerPane)).BeginInit();
     this.headerPane.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.todoItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).BeginInit();
     this.SuspendLayout();
     //
     // listBoxControl
     //
     simpleContextButton1.AlignmentOptions.Panel    = DevExpress.Utils.ContextItemPanel.Center;
     simpleContextButton1.AlignmentOptions.Position = DevExpress.Utils.ContextItemPosition.Near;
     simpleContextButton1.Id = new System.Guid("07615a42-60b8-4284-bc4c-d14067d2e65e");
     simpleContextButton1.ImageOptionsCollection.ItemNormal.SvgImage     = Properties.Resources.Unchecked;
     simpleContextButton1.ImageOptionsCollection.ItemNormal.SvgImageSize = new System.Drawing.Size(32, 32);
     simpleContextButton1.Name    = "btnCheck";
     simpleContextButton1.Padding = new System.Windows.Forms.Padding(16);
     this.listBoxControl.ContextButtons.Add(simpleContextButton1);
     this.listBoxControl.DataSource      = this.todoItemBindingSource;
     this.listBoxControl.DisplayMember   = "Title";
     this.listBoxControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.listBoxControl.ItemHeight      = 48;
     this.listBoxControl.Location        = new System.Drawing.Point(24, 74);
     this.listBoxControl.Name            = "listBoxControl";
     this.listBoxControl.ShowFocusRect   = false;
     this.listBoxControl.Size            = new System.Drawing.Size(350, 344);
     this.listBoxControl.TabIndex        = 0;
     tableColumnDefinition1.Length.Type  = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel;
     tableColumnDefinition1.Length.Value = 48D;
     tableColumnDefinition1.PaddingLeft  = 16;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.ColumnIndex   = 1;
     templatedItemElement1.FieldName     = "Title";
     templatedItemElement1.Text          = "Title";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     templatedItemElement2.Appearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.DisabledText;
     templatedItemElement2.Appearance.Normal.Options.UseForeColor = true;
     templatedItemElement2.ColumnIndex   = 1;
     templatedItemElement2.FieldName     = "Description";
     templatedItemElement2.RowIndex      = 1;
     templatedItemElement2.Text          = "Description";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
     templatedItemElement3.FieldName     = "IsCompleted";
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.NoScale;
     templatedItemElement3.ImageOptions.SvgImage       = Properties.Resources.Checked;
     templatedItemElement3.ImageOptions.SvgImageSize   = new System.Drawing.Size(32, 32);
     templatedItemElement3.Text          = "IsCompleted";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.TextVisible   = false;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Elements.Add(templatedItemElement3);
     itemTemplateBase1.Name = "ToDoItem";
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     itemTemplateBase1.Rows.Add(tableRowDefinition2);
     tableSpan1.RowSpan = 2;
     itemTemplateBase1.Spans.Add(tableSpan1);
     this.listBoxControl.Templates.Add(itemTemplateBase1);
     this.listBoxControl.CustomizeContextItem += new DevExpress.XtraEditors.ViewInfo.ListBoxControlContextButtonCustomizeEventHandler(this.ListBoxControl1_CustomizeContextItem);
     this.listBoxControl.CustomizeItem        += new DevExpress.XtraEditors.CustomizeTemplatedItemEventHandler(this.listBoxControl1_CustomizeItem);
     //
     // searchControl
     //
     this.searchControl.Client   = this.listBoxControl;
     this.searchControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.searchControl.Location = new System.Drawing.Point(24, 50);
     this.searchControl.Name     = "searchControl";
     this.searchControl.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchControl.Properties.Client          = this.listBoxControl;
     this.searchControl.Properties.NullValuePrompt = "Start typing here to search...";
     this.searchControl.Size     = new System.Drawing.Size(350, 24);
     this.searchControl.TabIndex = 1;
     //
     // titleLabel
     //
     this.titleLabel.Appearance.FontSizeDelta          = 4;
     this.titleLabel.Appearance.Options.UseFont        = true;
     this.titleLabel.Appearance.Options.UseTextOptions = true;
     this.titleLabel.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.titleLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.headerPane.SetColumn(this.titleLabel, 0);
     this.titleLabel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.titleLabel.Location = new System.Drawing.Point(0, 0);
     this.titleLabel.Margin   = new System.Windows.Forms.Padding(0);
     this.titleLabel.Name     = "titleLabel";
     this.headerPane.SetRow(this.titleLabel, 0);
     this.titleLabel.Size     = new System.Drawing.Size(312, 38);
     this.titleLabel.TabIndex = 2;
     this.titleLabel.Text     = "{Title}";
     //
     // toggleShowAll
     //
     this.footerPane.SetColumn(this.toggleShowAll, 1);
     this.toggleShowAll.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toggleShowAll.EditValue = true;
     this.toggleShowAll.Location  = new System.Drawing.Point(194, 8);
     this.toggleShowAll.Margin    = new System.Windows.Forms.Padding(0);
     this.toggleShowAll.Name      = "toggleShowAll";
     this.toggleShowAll.Properties.AllowFocused = false;
     this.toggleShowAll.Properties.AutoWidth    = true;
     this.toggleShowAll.Properties.OffText      = " Show All Tasks";
     this.toggleShowAll.Properties.OnText       = " Show All Tasks";
     this.footerPane.SetRow(this.toggleShowAll, 0);
     this.toggleShowAll.Size     = new System.Drawing.Size(156, 30);
     this.toggleShowAll.TabIndex = 3;
     //
     // footerPane
     //
     this.footerPane.AutoSize = true;
     this.footerPane.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)
     });
     this.footerPane.Controls.Add(this.toggleShowAll);
     this.footerPane.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.footerPane.Location = new System.Drawing.Point(24, 418);
     this.footerPane.Margin   = new System.Windows.Forms.Padding(0);
     this.footerPane.Name     = "footerPane";
     this.footerPane.Padding  = new System.Windows.Forms.Padding(0, 8, 0, 0);
     this.footerPane.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)
     });
     this.footerPane.Size     = new System.Drawing.Size(350, 38);
     this.footerPane.TabIndex = 4;
     //
     // headerPane
     //
     this.headerPane.AutoSize = true;
     this.headerPane.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)
     });
     this.headerPane.Controls.Add(this.btnNew);
     this.headerPane.Controls.Add(this.titleLabel);
     this.headerPane.Dock     = System.Windows.Forms.DockStyle.Top;
     this.headerPane.Location = new System.Drawing.Point(24, 12);
     this.headerPane.Margin   = new System.Windows.Forms.Padding(0);
     this.headerPane.Name     = "headerPane";
     this.headerPane.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)
     });
     this.headerPane.Size     = new System.Drawing.Size(350, 38);
     this.headerPane.TabIndex = 5;
     //
     // btnNew
     //
     this.btnNew.AllowFocus = false;
     this.btnNew.AutoSize   = true;
     this.headerPane.SetColumn(this.btnNew, 1);
     this.btnNew.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnNew.ImageOptions.SvgImage = Properties.Resources.New;
     this.btnNew.Location   = new System.Drawing.Point(312, 0);
     this.btnNew.Margin     = new System.Windows.Forms.Padding(0);
     this.btnNew.Name       = "btnNew";
     this.btnNew.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
     this.headerPane.SetRow(this.btnNew, 0);
     this.btnNew.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnNew.Size     = new System.Drawing.Size(38, 38);
     this.btnNew.TabIndex = 3;
     //
     // todoItemBindingSource
     //
     this.todoItemBindingSource.DataSource = typeof(TodoApp.Model.TodoItem);
     //
     // mvvmContext
     //
     this.mvvmContext.ContainerControl = this;
     this.mvvmContext.ViewModelType    = typeof(TodoApp.ViewModels.ItemsViewModel);
     //
     // ItemsView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.listBoxControl);
     this.Controls.Add(this.searchControl);
     this.Controls.Add(this.headerPane);
     this.Controls.Add(this.footerPane);
     this.Name    = "ItemsView";
     this.Padding = new System.Windows.Forms.Padding(24, 12, 24, 12);
     this.Size    = new System.Drawing.Size(398, 468);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleShowAll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.footerPane)).EndInit();
     this.footerPane.ResumeLayout(false);
     this.footerPane.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerPane)).EndInit();
     this.headerPane.ResumeLayout(false);
     this.headerPane.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.todoItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).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()
 {
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan1             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     this.chkLstDataProviderStatus         = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.labelControl7                    = new DevExpress.XtraEditors.LabelControl();
     this.tsRememberLastOpenedDataProvider = new DevExpress.XtraEditors.ToggleSwitch();
     ((System.ComponentModel.ISupportInitialize)(this.chkLstDataProviderStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tsRememberLastOpenedDataProvider.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chkLstDataProviderStatus
     //
     this.chkLstDataProviderStatus.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.chkLstDataProviderStatus.ItemHeight = 62;
     this.chkLstDataProviderStatus.Location   = new System.Drawing.Point(0, 64);
     this.chkLstDataProviderStatus.Name       = "chkLstDataProviderStatus";
     this.chkLstDataProviderStatus.Size       = new System.Drawing.Size(734, 474);
     this.chkLstDataProviderStatus.TabIndex   = 15;
     tableColumnDefinition1.Length.Value      = 70D;
     tableColumnDefinition2.Length.Value      = 660D;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.FieldName = null;
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.Appearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     templatedItemElement2.Appearance.Normal.ForeColor            = System.Drawing.Color.Blue;
     templatedItemElement2.Appearance.Normal.Options.UseFont      = true;
     templatedItemElement2.Appearance.Normal.Options.UseForeColor = true;
     templatedItemElement2.ColumnIndex = 1;
     templatedItemElement2.FieldName   = null;
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.Text          = "Name";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement3.ColumnIndex   = 1;
     templatedItemElement3.FieldName     = null;
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement3.RowIndex      = 1;
     templatedItemElement3.Text          = "description";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Elements.Add(templatedItemElement3);
     itemTemplateBase1.Name = "template1";
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     itemTemplateBase1.Rows.Add(tableRowDefinition2);
     tableSpan1.RowSpan = 2;
     itemTemplateBase1.Spans.Add(tableSpan1);
     this.chkLstDataProviderStatus.Templates.Add(itemTemplateBase1);
     //
     // labelControl7
     //
     this.labelControl7.AutoEllipsis = true;
     this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl7.Dock         = System.Windows.Forms.DockStyle.Top;
     this.labelControl7.Location     = new System.Drawing.Point(0, 28);
     this.labelControl7.Margin       = new System.Windows.Forms.Padding(5);
     this.labelControl7.Name         = "labelControl7";
     this.labelControl7.Padding      = new System.Windows.Forms.Padding(3, 10, 10, 10);
     this.labelControl7.Size         = new System.Drawing.Size(734, 36);
     this.labelControl7.TabIndex     = 13;
     this.labelControl7.Text         = "Status (enable/ disabled) of data providers. Re-enabling  a provider will take af" +
                                       "fect after restarting of the application";
     //
     // tsRememberLastOpenedDataProvider
     //
     this.tsRememberLastOpenedDataProvider.Dock               = System.Windows.Forms.DockStyle.Top;
     this.tsRememberLastOpenedDataProvider.Location           = new System.Drawing.Point(0, 0);
     this.tsRememberLastOpenedDataProvider.Margin             = new System.Windows.Forms.Padding(5);
     this.tsRememberLastOpenedDataProvider.Name               = "tsRememberLastOpenedDataProvider";
     this.tsRememberLastOpenedDataProvider.Properties.OffText = "Don\'t remember last opened Data provider on startup";
     this.tsRememberLastOpenedDataProvider.Properties.OnText  = "Remember last opened Data provider on startup and switch to it after restart";
     this.tsRememberLastOpenedDataProvider.Size               = new System.Drawing.Size(734, 28);
     this.tsRememberLastOpenedDataProvider.TabIndex           = 14;
     //
     // DataProvidersSettingsUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.Controls.Add(this.chkLstDataProviderStatus);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.tsRememberLastOpenedDataProvider);
     this.Name  = "DataProvidersSettingsUC";
     this.Size  = new System.Drawing.Size(734, 538);
     this.Load += new System.EventHandler(this.DataProvidersSettingsUC_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chkLstDataProviderStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tsRememberLastOpenedDataProvider.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     this.lcAutoCalibrateZero         = new DevExpress.XtraEditors.LabelControl();
     this.ceAutoCalibrateZero         = new DevExpress.XtraEditors.CheckEdit();
     this.ceAutoCalibrateRange        = new DevExpress.XtraEditors.CheckEdit();
     this.lcAutoCalibrateRange        = new DevExpress.XtraEditors.LabelControl();
     this.teAutoCalibrateZeroInterval = new DevExpress.XtraEditors.TextEdit();
     this.lcAutoCalibrateZeroInterval = new DevExpress.XtraEditors.LabelControl();
     this.lcTimes      = new DevExpress.XtraEditors.LabelControl();
     this.mvvmContext1 = new DevExpress.Utils.MVVM.MVVMContext(this.components);
     this.sbSave       = new DevExpress.XtraEditors.SimpleButton();
     this.clbcTimes    = new DevExpress.XtraEditors.CheckedListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.ceAutoCalibrateZero.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceAutoCalibrateRange.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teAutoCalibrateZeroInterval.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clbcTimes)).BeginInit();
     this.SuspendLayout();
     //
     // lcAutoCalibrateZero
     //
     this.lcAutoCalibrateZero.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.lcAutoCalibrateZero.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
     this.lcAutoCalibrateZero.Appearance.Options.UseFont        = true;
     this.lcAutoCalibrateZero.Appearance.Options.UseForeColor   = true;
     this.lcAutoCalibrateZero.Appearance.Options.UseTextOptions = true;
     this.lcAutoCalibrateZero.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcAutoCalibrateZero.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lcAutoCalibrateZero.Location     = new System.Drawing.Point(15, 15);
     this.lcAutoCalibrateZero.Name         = "lcAutoCalibrateZero";
     this.lcAutoCalibrateZero.Size         = new System.Drawing.Size(174, 16);
     this.lcAutoCalibrateZero.TabIndex     = 6;
     this.lcAutoCalibrateZero.Text         = "Auto Calibrate Zero";
     //
     // ceAutoCalibrateZero
     //
     this.ceAutoCalibrateZero.Location = new System.Drawing.Point(200, 13);
     this.ceAutoCalibrateZero.Name     = "ceAutoCalibrateZero";
     this.ceAutoCalibrateZero.Properties.AllowFocused                    = false;
     this.ceAutoCalibrateZero.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10F);
     this.ceAutoCalibrateZero.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(106)))), ((int)(((byte)(170)))));
     this.ceAutoCalibrateZero.Properties.Appearance.Options.UseFont      = true;
     this.ceAutoCalibrateZero.Properties.Appearance.Options.UseForeColor = true;
     this.ceAutoCalibrateZero.Properties.Caption    = "Air Pump";
     this.ceAutoCalibrateZero.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.UserDefined;
     this.ceAutoCalibrateZero.Properties.ImageOptions.ImageChecked   = global::wayeal.os.exhaust.Properties.Resources.开启;
     this.ceAutoCalibrateZero.Properties.ImageOptions.ImageUnchecked = global::wayeal.os.exhaust.Properties.Resources.关闭;
     this.ceAutoCalibrateZero.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ceAutoCalibrateZero.Size        = new System.Drawing.Size(42, 22);
     this.ceAutoCalibrateZero.TabIndex    = 5;
     //
     // ceAutoCalibrateRange
     //
     this.ceAutoCalibrateRange.Location = new System.Drawing.Point(200, 44);
     this.ceAutoCalibrateRange.Name     = "ceAutoCalibrateRange";
     this.ceAutoCalibrateRange.Properties.AllowFocused                    = false;
     this.ceAutoCalibrateRange.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10F);
     this.ceAutoCalibrateRange.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(106)))), ((int)(((byte)(170)))));
     this.ceAutoCalibrateRange.Properties.Appearance.Options.UseFont      = true;
     this.ceAutoCalibrateRange.Properties.Appearance.Options.UseForeColor = true;
     this.ceAutoCalibrateRange.Properties.Caption    = "Air Pump";
     this.ceAutoCalibrateRange.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.UserDefined;
     this.ceAutoCalibrateRange.Properties.ImageOptions.ImageChecked   = global::wayeal.os.exhaust.Properties.Resources.开启;
     this.ceAutoCalibrateRange.Properties.ImageOptions.ImageUnchecked = global::wayeal.os.exhaust.Properties.Resources.关闭;
     this.ceAutoCalibrateRange.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ceAutoCalibrateRange.Size        = new System.Drawing.Size(42, 22);
     this.ceAutoCalibrateRange.TabIndex    = 5;
     //
     // lcAutoCalibrateRange
     //
     this.lcAutoCalibrateRange.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.lcAutoCalibrateRange.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
     this.lcAutoCalibrateRange.Appearance.Options.UseFont        = true;
     this.lcAutoCalibrateRange.Appearance.Options.UseForeColor   = true;
     this.lcAutoCalibrateRange.Appearance.Options.UseTextOptions = true;
     this.lcAutoCalibrateRange.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcAutoCalibrateRange.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lcAutoCalibrateRange.Location     = new System.Drawing.Point(15, 46);
     this.lcAutoCalibrateRange.Name         = "lcAutoCalibrateRange";
     this.lcAutoCalibrateRange.Size         = new System.Drawing.Size(174, 16);
     this.lcAutoCalibrateRange.TabIndex     = 6;
     this.lcAutoCalibrateRange.Text         = "Auto Calibrate Range";
     //
     // teAutoCalibrateZeroInterval
     //
     this.teAutoCalibrateZeroInterval.EditValue = "";
     this.teAutoCalibrateZeroInterval.Location  = new System.Drawing.Point(200, 78);
     this.teAutoCalibrateZeroInterval.Name      = "teAutoCalibrateZeroInterval";
     this.teAutoCalibrateZeroInterval.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.teAutoCalibrateZeroInterval.Properties.Appearance.Options.UseFont = true;
     this.teAutoCalibrateZeroInterval.Properties.Mask.AutoComplete          = DevExpress.XtraEditors.Mask.AutoCompleteType.Strong;
     this.teAutoCalibrateZeroInterval.Properties.Mask.BeepOnError           = true;
     this.teAutoCalibrateZeroInterval.Size     = new System.Drawing.Size(241, 22);
     this.teAutoCalibrateZeroInterval.TabIndex = 72;
     //
     // lcAutoCalibrateZeroInterval
     //
     this.lcAutoCalibrateZeroInterval.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.lcAutoCalibrateZeroInterval.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
     this.lcAutoCalibrateZeroInterval.Appearance.Options.UseFont        = true;
     this.lcAutoCalibrateZeroInterval.Appearance.Options.UseForeColor   = true;
     this.lcAutoCalibrateZeroInterval.Appearance.Options.UseTextOptions = true;
     this.lcAutoCalibrateZeroInterval.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcAutoCalibrateZeroInterval.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lcAutoCalibrateZeroInterval.Location     = new System.Drawing.Point(15, 81);
     this.lcAutoCalibrateZeroInterval.Name         = "lcAutoCalibrateZeroInterval";
     this.lcAutoCalibrateZeroInterval.Size         = new System.Drawing.Size(174, 16);
     this.lcAutoCalibrateZeroInterval.TabIndex     = 71;
     this.lcAutoCalibrateZeroInterval.Text         = "Auto Calibrate Zero Interval(s)";
     //
     // lcTimes
     //
     this.lcTimes.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.lcTimes.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
     this.lcTimes.Appearance.Options.UseFont        = true;
     this.lcTimes.Appearance.Options.UseForeColor   = true;
     this.lcTimes.Appearance.Options.UseTextOptions = true;
     this.lcTimes.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcTimes.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lcTimes.Location     = new System.Drawing.Point(15, 113);
     this.lcTimes.Name         = "lcTimes";
     this.lcTimes.Size         = new System.Drawing.Size(174, 16);
     this.lcTimes.TabIndex     = 71;
     this.lcTimes.Text         = "Auto Calibrate Times";
     //
     // mvvmContext1
     //
     this.mvvmContext1.ContainerControl = this;
     //
     // sbSave
     //
     this.sbSave.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.sbSave.Appearance.Font                        = new System.Drawing.Font("Tahoma", 10F);
     this.sbSave.Appearance.ForeColor                   = System.Drawing.Color.White;
     this.sbSave.Appearance.Image                       = global::wayeal.os.exhaust.Properties.Resources.弹窗上的按钮;
     this.sbSave.Appearance.Options.UseBackColor        = true;
     this.sbSave.Appearance.Options.UseFont             = true;
     this.sbSave.Appearance.Options.UseForeColor        = true;
     this.sbSave.Appearance.Options.UseImage            = true;
     this.sbSave.AppearanceHovered.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(121)))), ((int)(((byte)(183)))));
     this.sbSave.AppearanceHovered.Options.UseBackColor = true;
     this.sbSave.AppearancePressed.BackColor            = System.Drawing.Color.Transparent;
     this.sbSave.AppearancePressed.Font                 = new System.Drawing.Font("Tahoma", 10F);
     this.sbSave.AppearancePressed.Image                = global::wayeal.os.exhaust.Properties.Resources.弹窗上的按钮按下;
     this.sbSave.AppearancePressed.Options.UseBackColor = true;
     this.sbSave.AppearancePressed.Options.UseFont      = true;
     this.sbSave.AppearancePressed.Options.UseImage     = true;
     this.sbSave.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.sbSave.Location           = new System.Drawing.Point(348, 368);
     this.sbSave.Name               = "sbSave";
     this.sbSave.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.sbSave.Size               = new System.Drawing.Size(93, 28);
     this.sbSave.TabIndex           = 76;
     this.sbSave.Text               = "Save";
     this.sbSave.Click             += new System.EventHandler(this.sbSave_Click);
     //
     // clbcTimes
     //
     this.clbcTimes.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.clbcTimes.Appearance.Options.UseFont = true;
     this.clbcTimes.CheckOnClick         = true;
     this.clbcTimes.ColumnWidth          = 80;
     this.clbcTimes.ItemHeight           = 30;
     this.clbcTimes.Location             = new System.Drawing.Point(200, 113);
     this.clbcTimes.MultiColumn          = true;
     this.clbcTimes.Name                 = "clbcTimes";
     this.clbcTimes.Size                 = new System.Drawing.Size(242, 242);
     this.clbcTimes.TabIndex             = 77;
     tableColumnDefinition1.Length.Value = 79D;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     templatedItemElement1.FieldName = "Text";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "Text";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Name            = "TimeTemplate";
     tableRowDefinition1.Length.Value  = 13D;
     tableRowDefinition1.PaddingBottom = 2;
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     this.clbcTimes.Templates.Add(itemTemplateBase1);
     this.clbcTimes.ItemCheck         += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.clbcTimes_ItemCheck);
     this.clbcTimes.DataSourceChanged += new System.EventHandler(this.clbcTimes_DataSourceChanged);
     //
     // wfTimingCalibration
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(453, 408);
     this.Controls.Add(this.clbcTimes);
     this.Controls.Add(this.sbSave);
     this.Controls.Add(this.teAutoCalibrateZeroInterval);
     this.Controls.Add(this.lcTimes);
     this.Controls.Add(this.lcAutoCalibrateZeroInterval);
     this.Controls.Add(this.lcAutoCalibrateRange);
     this.Controls.Add(this.ceAutoCalibrateRange);
     this.Controls.Add(this.lcAutoCalibrateZero);
     this.Controls.Add(this.ceAutoCalibrateZero);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "wfTimingCalibration";
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Timing Calibration";
     ((System.ComponentModel.ISupportInitialize)(this.ceAutoCalibrateZero.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceAutoCalibrateRange.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teAutoCalibrateZeroInterval.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clbcTimes)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #6
0
 /// <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(FirstTimeRunForm));
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase2      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition3 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition4 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement4  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement5  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement6  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition3    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition4    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan2             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     this.xtraTabControl1          = new DevExpress.XtraTab.XtraTabControl();
     this.tpWelcome                = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit1                = new DevExpress.XtraEditors.MemoEdit();
     this.pnlBottom1               = new DevExpress.XtraEditors.PanelControl();
     this.btnNext1                 = new DevExpress.XtraEditors.SimpleButton();
     this.pictureEdit1             = new DevExpress.XtraEditors.PictureEdit();
     this.tpRibbon                 = new DevExpress.XtraTab.XtraTabPage();
     this.pnlFill2                 = new DevExpress.XtraEditors.PanelControl();
     this.memoEdit2                = new DevExpress.XtraEditors.MemoEdit();
     this.pictureEdit2             = new DevExpress.XtraEditors.PictureEdit();
     this.pnlBottom2               = new DevExpress.XtraEditors.PanelControl();
     this.btnBack1                 = new DevExpress.XtraEditors.SimpleButton();
     this.btnNext2                 = new DevExpress.XtraEditors.SimpleButton();
     this.tpSettings               = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit3                = new DevExpress.XtraEditors.MemoEdit();
     this.panelControl2            = new DevExpress.XtraEditors.PanelControl();
     this.btnNext3                 = new DevExpress.XtraEditors.SimpleButton();
     this.btnBack2                 = new DevExpress.XtraEditors.SimpleButton();
     this.pictureEdit3             = new DevExpress.XtraEditors.PictureEdit();
     this.tpDataProviders          = new DevExpress.XtraTab.XtraTabPage();
     this.pnlBottom4               = new DevExpress.XtraEditors.PanelControl();
     this.btnBack3                 = new DevExpress.XtraEditors.SimpleButton();
     this.btnNext4                 = new DevExpress.XtraEditors.SimpleButton();
     this.lblDataProviders         = new DevExpress.XtraEditors.LabelControl();
     this.tpFinish                 = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl3            = new DevExpress.XtraEditors.LabelControl();
     this.btnOK                    = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2            = new DevExpress.XtraEditors.LabelControl();
     this.hyperLinkEdit2           = new DevExpress.XtraEditors.HyperLinkEdit();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.hyperLinkEdit1           = new DevExpress.XtraEditors.HyperLinkEdit();
     this.chkLstDataProviderStatus = new DevExpress.XtraEditors.CheckedListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tpWelcome.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom1)).BeginInit();
     this.pnlBottom1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.tpRibbon.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill2)).BeginInit();
     this.pnlFill2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom2)).BeginInit();
     this.pnlBottom2.SuspendLayout();
     this.tpSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     this.tpDataProviders.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom4)).BeginInit();
     this.pnlBottom4.SuspendLayout();
     this.tpFinish.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkLstDataProviderStatus)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tpWelcome;
     this.xtraTabControl1.ShowTabHeader   = DevExpress.Utils.DefaultBoolean.False;
     this.xtraTabControl1.Size            = new System.Drawing.Size(1121, 496);
     this.xtraTabControl1.TabIndex        = 1;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpWelcome,
         this.tpRibbon,
         this.tpSettings,
         this.tpDataProviders,
         this.tpFinish
     });
     //
     // tpWelcome
     //
     this.tpWelcome.Controls.Add(this.memoEdit1);
     this.tpWelcome.Controls.Add(this.pnlBottom1);
     this.tpWelcome.Controls.Add(this.pictureEdit1);
     this.tpWelcome.Name = "tpWelcome";
     this.tpWelcome.Size = new System.Drawing.Size(1114, 489);
     this.tpWelcome.Text = "Welcome";
     //
     // memoEdit1
     //
     this.memoEdit1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit1.EditValue = resources.GetString("memoEdit1.EditValue");
     this.memoEdit1.Location  = new System.Drawing.Point(490, 0);
     this.memoEdit1.Name      = "memoEdit1";
     this.memoEdit1.Size      = new System.Drawing.Size(624, 439);
     this.memoEdit1.TabIndex  = 1;
     //
     // pnlBottom1
     //
     this.pnlBottom1.Controls.Add(this.btnNext1);
     this.pnlBottom1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom1.Location = new System.Drawing.Point(490, 439);
     this.pnlBottom1.Name     = "pnlBottom1";
     this.pnlBottom1.Size     = new System.Drawing.Size(624, 50);
     this.pnlBottom1.TabIndex = 3;
     //
     // btnNext1
     //
     this.btnNext1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext1.Location = new System.Drawing.Point(504, 10);
     this.btnNext1.Name     = "btnNext1";
     this.btnNext1.Size     = new System.Drawing.Size(115, 34);
     this.btnNext1.TabIndex = 2;
     this.btnNext1.Tag      = "0";
     this.btnNext1.Text     = "Next";
     this.btnNext1.Click   += new System.EventHandler(this.SetNext);
     //
     // pictureEdit1
     //
     this.pictureEdit1.Dock                          = System.Windows.Forms.DockStyle.Left;
     this.pictureEdit1.EditValue                     = global::Analogy.Properties.Resources.Analogy512x512;
     this.pictureEdit1.Location                      = new System.Drawing.Point(0, 0);
     this.pictureEdit1.Name                          = "pictureEdit1";
     this.pictureEdit1.Properties.ReadOnly           = true;
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.ShowEditMenuItem   = DevExpress.Utils.DefaultBoolean.False;
     this.pictureEdit1.Properties.ShowMenu           = false;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
     this.pictureEdit1.Size                          = new System.Drawing.Size(490, 489);
     this.pictureEdit1.TabIndex                      = 0;
     //
     // tpRibbon
     //
     this.tpRibbon.Controls.Add(this.pnlFill2);
     this.tpRibbon.Controls.Add(this.pnlBottom2);
     this.tpRibbon.Name = "tpRibbon";
     this.tpRibbon.Size = new System.Drawing.Size(1114, 489);
     this.tpRibbon.Text = "Application Ribbon";
     //
     // pnlFill2
     //
     this.pnlFill2.Controls.Add(this.memoEdit2);
     this.pnlFill2.Controls.Add(this.pictureEdit2);
     this.pnlFill2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlFill2.Location = new System.Drawing.Point(0, 0);
     this.pnlFill2.Name     = "pnlFill2";
     this.pnlFill2.Size     = new System.Drawing.Size(1114, 444);
     this.pnlFill2.TabIndex = 6;
     //
     // memoEdit2
     //
     this.memoEdit2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit2.EditValue = resources.GetString("memoEdit2.EditValue");
     this.memoEdit2.Location  = new System.Drawing.Point(2, 2);
     this.memoEdit2.Name      = "memoEdit2";
     this.memoEdit2.Size      = new System.Drawing.Size(1110, 265);
     this.memoEdit2.TabIndex  = 2;
     //
     // pictureEdit2
     //
     this.pictureEdit2.Dock                          = System.Windows.Forms.DockStyle.Bottom;
     this.pictureEdit2.EditValue                     = global::Analogy.Properties.Resources.Ribbon2;
     this.pictureEdit2.Location                      = new System.Drawing.Point(2, 267);
     this.pictureEdit2.Name                          = "pictureEdit2";
     this.pictureEdit2.Properties.ReadOnly           = true;
     this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit2.Properties.ShowEditMenuItem   = DevExpress.Utils.DefaultBoolean.False;
     this.pictureEdit2.Properties.ShowMenu           = false;
     this.pictureEdit2.Size                          = new System.Drawing.Size(1110, 175);
     this.pictureEdit2.TabIndex                      = 1;
     //
     // pnlBottom2
     //
     this.pnlBottom2.Controls.Add(this.btnBack1);
     this.pnlBottom2.Controls.Add(this.btnNext2);
     this.pnlBottom2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom2.Location = new System.Drawing.Point(0, 444);
     this.pnlBottom2.Name     = "pnlBottom2";
     this.pnlBottom2.Size     = new System.Drawing.Size(1114, 45);
     this.pnlBottom2.TabIndex = 5;
     //
     // btnBack1
     //
     this.btnBack1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBack1.Location = new System.Drawing.Point(871, 6);
     this.btnBack1.Name     = "btnBack1";
     this.btnBack1.Size     = new System.Drawing.Size(115, 34);
     this.btnBack1.TabIndex = 4;
     this.btnBack1.Tag      = "1";
     this.btnBack1.Text     = "Back";
     this.btnBack1.Click   += new System.EventHandler(this.SetBack);
     //
     // btnNext2
     //
     this.btnNext2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext2.Location = new System.Drawing.Point(992, 6);
     this.btnNext2.Name     = "btnNext2";
     this.btnNext2.Size     = new System.Drawing.Size(115, 34);
     this.btnNext2.TabIndex = 3;
     this.btnNext2.Tag      = "1";
     this.btnNext2.Text     = "Next";
     this.btnNext2.Click   += new System.EventHandler(this.SetNext);
     //
     // tpSettings
     //
     this.tpSettings.Controls.Add(this.memoEdit3);
     this.tpSettings.Controls.Add(this.panelControl2);
     this.tpSettings.Controls.Add(this.pictureEdit3);
     this.tpSettings.Name = "tpSettings";
     this.tpSettings.Size = new System.Drawing.Size(1114, 489);
     this.tpSettings.Text = "Settings";
     //
     // memoEdit3
     //
     this.memoEdit3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit3.EditValue = resources.GetString("memoEdit3.EditValue");
     this.memoEdit3.Location  = new System.Drawing.Point(414, 0);
     this.memoEdit3.Name      = "memoEdit3";
     this.memoEdit3.Size      = new System.Drawing.Size(700, 442);
     this.memoEdit3.TabIndex  = 6;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnNext3);
     this.panelControl2.Controls.Add(this.btnBack2);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(414, 442);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(700, 47);
     this.panelControl2.TabIndex = 9;
     //
     // btnNext3
     //
     this.btnNext3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext3.Location = new System.Drawing.Point(580, 7);
     this.btnNext3.Name     = "btnNext3";
     this.btnNext3.Size     = new System.Drawing.Size(115, 34);
     this.btnNext3.TabIndex = 7;
     this.btnNext3.Tag      = "2";
     this.btnNext3.Text     = "Next";
     this.btnNext3.Click   += new System.EventHandler(this.SetNext);
     //
     // btnBack2
     //
     this.btnBack2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBack2.Location = new System.Drawing.Point(459, 7);
     this.btnBack2.Name     = "btnBack2";
     this.btnBack2.Size     = new System.Drawing.Size(115, 34);
     this.btnBack2.TabIndex = 8;
     this.btnBack2.Tag      = "2";
     this.btnBack2.Text     = "Back";
     this.btnBack2.Click   += new System.EventHandler(this.SetBack);
     //
     // pictureEdit3
     //
     this.pictureEdit3.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.pictureEdit3.EditValue                   = global::Analogy.Properties.Resources.SettingsMenu;
     this.pictureEdit3.Location                    = new System.Drawing.Point(0, 0);
     this.pictureEdit3.Name                        = "pictureEdit3";
     this.pictureEdit3.Properties.ReadOnly         = true;
     this.pictureEdit3.Properties.ShowEditMenuItem = DevExpress.Utils.DefaultBoolean.False;
     this.pictureEdit3.Properties.ShowMenu         = false;
     this.pictureEdit3.Size                        = new System.Drawing.Size(414, 489);
     this.pictureEdit3.TabIndex                    = 5;
     //
     // tpDataProviders
     //
     this.tpDataProviders.Controls.Add(this.chkLstDataProviderStatus);
     this.tpDataProviders.Controls.Add(this.pnlBottom4);
     this.tpDataProviders.Controls.Add(this.lblDataProviders);
     this.tpDataProviders.Name = "tpDataProviders";
     this.tpDataProviders.Size = new System.Drawing.Size(1114, 489);
     this.tpDataProviders.Text = "Data Providers";
     //
     // pnlBottom4
     //
     this.pnlBottom4.Controls.Add(this.btnBack3);
     this.pnlBottom4.Controls.Add(this.btnNext4);
     this.pnlBottom4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom4.Location = new System.Drawing.Point(0, 447);
     this.pnlBottom4.Name     = "pnlBottom4";
     this.pnlBottom4.Size     = new System.Drawing.Size(1114, 42);
     this.pnlBottom4.TabIndex = 15;
     //
     // btnBack3
     //
     this.btnBack3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBack3.Location = new System.Drawing.Point(874, 5);
     this.btnBack3.Name     = "btnBack3";
     this.btnBack3.Size     = new System.Drawing.Size(115, 34);
     this.btnBack3.TabIndex = 10;
     this.btnBack3.Tag      = "3";
     this.btnBack3.Text     = "Back";
     this.btnBack3.Click   += new System.EventHandler(this.SetBack);
     //
     // btnNext4
     //
     this.btnNext4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext4.Location = new System.Drawing.Point(995, 5);
     this.btnNext4.Name     = "btnNext4";
     this.btnNext4.Size     = new System.Drawing.Size(115, 34);
     this.btnNext4.TabIndex = 9;
     this.btnNext4.Tag      = "3";
     this.btnNext4.Text     = "Next";
     this.btnNext4.Click   += new System.EventHandler(this.SetNext);
     //
     // lblDataProviders
     //
     this.lblDataProviders.AutoEllipsis = true;
     this.lblDataProviders.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.lblDataProviders.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblDataProviders.Location     = new System.Drawing.Point(0, 0);
     this.lblDataProviders.Margin       = new System.Windows.Forms.Padding(5);
     this.lblDataProviders.Name         = "lblDataProviders";
     this.lblDataProviders.Padding      = new System.Windows.Forms.Padding(3, 10, 10, 10);
     this.lblDataProviders.Size         = new System.Drawing.Size(1114, 36);
     this.lblDataProviders.TabIndex     = 13;
     this.lblDataProviders.Text         = "A default setup of data providers was set.  You can change this setup by enabling" +
                                          "/disabling any data providers. You can change the selection later on in the sett" +
                                          "ings window.";
     //
     // tpFinish
     //
     this.tpFinish.Controls.Add(this.labelControl3);
     this.tpFinish.Controls.Add(this.btnOK);
     this.tpFinish.Controls.Add(this.labelControl2);
     this.tpFinish.Controls.Add(this.hyperLinkEdit2);
     this.tpFinish.Controls.Add(this.labelControl1);
     this.tpFinish.Controls.Add(this.hyperLinkEdit1);
     this.tpFinish.Name = "tpFinish";
     this.tpFinish.Size = new System.Drawing.Size(1114, 489);
     this.tpFinish.Text = "Done";
     //
     // labelControl3
     //
     this.labelControl3.AutoEllipsis = true;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl3.Dock         = System.Windows.Forms.DockStyle.Top;
     this.labelControl3.Location     = new System.Drawing.Point(0, 0);
     this.labelControl3.Margin       = new System.Windows.Forms.Padding(5);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Padding      = new System.Windows.Forms.Padding(3, 10, 10, 10);
     this.labelControl3.Size         = new System.Drawing.Size(1114, 36);
     this.labelControl3.TabIndex     = 14;
     this.labelControl3.Text         = "You can visit the Github repositories for more information:";
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(993, 422);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(115, 34);
     this.btnOK.TabIndex = 8;
     this.btnOK.Tag      = "2";
     this.btnOK.Text     = "OK";
     this.btnOK.Click   += new System.EventHandler(this.AcceptAndClose);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(13, 77);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(238, 16);
     this.labelControl2.TabIndex = 3;
     this.labelControl2.Text     = "For a complete list of data providers visit:";
     //
     // hyperLinkEdit2
     //
     this.hyperLinkEdit2.EditValue = "https://github.com/Analogy-LogViewer/Analogy";
     this.hyperLinkEdit2.Location  = new System.Drawing.Point(334, 74);
     this.hyperLinkEdit2.Name      = "hyperLinkEdit2";
     this.hyperLinkEdit2.Size      = new System.Drawing.Size(774, 22);
     this.hyperLinkEdit2.TabIndex  = 2;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 50);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(227, 16);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text     = "Primary Analogy Log Viewer repository:";
     //
     // hyperLinkEdit1
     //
     this.hyperLinkEdit1.EditValue = "https://github.com/Analogy-LogViewer/Analogy.LogViewer";
     this.hyperLinkEdit1.Location  = new System.Drawing.Point(334, 47);
     this.hyperLinkEdit1.Name      = "hyperLinkEdit1";
     this.hyperLinkEdit1.Size      = new System.Drawing.Size(774, 22);
     this.hyperLinkEdit1.TabIndex  = 0;
     //
     // chkLstDataProviderStatus
     //
     this.chkLstDataProviderStatus.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.chkLstDataProviderStatus.ItemHeight = 62;
     this.chkLstDataProviderStatus.Location   = new System.Drawing.Point(0, 36);
     this.chkLstDataProviderStatus.Name       = "chkLstDataProviderStatus";
     this.chkLstDataProviderStatus.Size       = new System.Drawing.Size(1114, 411);
     this.chkLstDataProviderStatus.TabIndex   = 16;
     tableColumnDefinition3.Length.Value      = 70D;
     tableColumnDefinition4.Length.Value      = 660D;
     itemTemplateBase2.Columns.Add(tableColumnDefinition3);
     itemTemplateBase2.Columns.Add(tableColumnDefinition4);
     templatedItemElement4.FieldName = null;
     templatedItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement4.Text          = "";
     templatedItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement5.Appearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     templatedItemElement5.Appearance.Normal.ForeColor            = System.Drawing.Color.Blue;
     templatedItemElement5.Appearance.Normal.Options.UseFont      = true;
     templatedItemElement5.Appearance.Normal.Options.UseForeColor = true;
     templatedItemElement5.ColumnIndex = 1;
     templatedItemElement5.FieldName   = null;
     templatedItemElement5.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement5.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement5.Text          = "Name";
     templatedItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement6.ColumnIndex   = 1;
     templatedItemElement6.FieldName     = null;
     templatedItemElement6.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement6.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement6.RowIndex      = 1;
     templatedItemElement6.Text          = "description";
     templatedItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     itemTemplateBase2.Elements.Add(templatedItemElement4);
     itemTemplateBase2.Elements.Add(templatedItemElement5);
     itemTemplateBase2.Elements.Add(templatedItemElement6);
     itemTemplateBase2.Name = "template1";
     itemTemplateBase2.Rows.Add(tableRowDefinition3);
     itemTemplateBase2.Rows.Add(tableRowDefinition4);
     tableSpan2.RowSpan = 2;
     itemTemplateBase2.Spans.Add(tableSpan2);
     this.chkLstDataProviderStatus.Templates.Add(itemTemplateBase2);
     //
     // FirstTimeRunForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1121, 496);
     this.Controls.Add(this.xtraTabControl1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FirstTimeRunForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Analogy Log Viewer: First Run";
     this.Load         += new System.EventHandler(this.FirstTimeRunForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tpWelcome.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom1)).EndInit();
     this.pnlBottom1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.tpRibbon.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill2)).EndInit();
     this.pnlFill2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom2)).EndInit();
     this.pnlBottom2.ResumeLayout(false);
     this.tpSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
     this.tpDataProviders.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom4)).EndInit();
     this.pnlBottom4.ResumeLayout(false);
     this.tpFinish.ResumeLayout(false);
     this.tpFinish.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkLstDataProviderStatus)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager           resources              = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      ıtemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     this.newproject       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton16   = new DevExpress.XtraEditors.SimpleButton();
     this.projectlistbox   = new DevExpress.XtraEditors.ListBoxControl();
     this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
     this.simpleButton1    = new DevExpress.XtraEditors.SimpleButton();
     this.dropDownButton1  = new DevExpress.XtraEditors.DropDownButton();
     this.label1           = new System.Windows.Forms.Label();
     this.simpleButton2    = new DevExpress.XtraEditors.SimpleButton();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.projectlistbox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
     this.SuspendLayout();
     //
     // newproject
     //
     this.newproject.Appearance.Font            = new System.Drawing.Font("Tahoma", 14F);
     this.newproject.Appearance.Options.UseFont = true;
     this.newproject.ImageOptions.SvgImage      = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("newproject.ImageOptions.SvgImage")));
     this.newproject.Location = new System.Drawing.Point(28, 76);
     this.newproject.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.newproject.Name     = "newproject";
     this.newproject.Size     = new System.Drawing.Size(256, 47);
     this.newproject.TabIndex = 0;
     this.newproject.Text     = "Yeni Proje";
     this.newproject.Click   += new System.EventHandler(this.newproject_Click);
     //
     // simpleButton16
     //
     this.simpleButton16.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.simpleButton16.Location = new System.Drawing.Point(0, 500);
     this.simpleButton16.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.simpleButton16.Name     = "simpleButton16";
     this.simpleButton16.Size     = new System.Drawing.Size(315, 28);
     this.simpleButton16.TabIndex = 2;
     this.simpleButton16.Text     = "Çıkış";
     this.simpleButton16.Click   += new System.EventHandler(this.simpleButton16_Click);
     //
     // projectlistbox
     //
     this.projectlistbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.projectlistbox.Appearance.Font                          = new System.Drawing.Font("Tahoma", 13.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.projectlistbox.Appearance.Options.UseFont               = true;
     this.projectlistbox.AppearanceHighlight.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.projectlistbox.AppearanceHighlight.BackColor2           = System.Drawing.Color.Gainsboro;
     this.projectlistbox.AppearanceHighlight.Font                 = new System.Drawing.Font("Tahoma", 229.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.projectlistbox.AppearanceHighlight.FontSizeDelta        = 15;
     this.projectlistbox.AppearanceHighlight.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.projectlistbox.AppearanceHighlight.Options.UseBackColor = true;
     this.projectlistbox.AppearanceHighlight.Options.UseFont      = true;
     this.behaviorManager1.SetBehaviors(this.projectlistbox, new DevExpress.Utils.Behaviors.Behavior[] {
         ((DevExpress.Utils.Behaviors.Behavior)(DevExpress.Utils.Behaviors.ScrollAnnotationsBehavior.Create(typeof(DevExpress.XtraEditors.Behaviors.ScrollAnnotationsBehaviorSourceForListBox), ((DevExpress.Utils.Behaviors.ScrollAnnotationType)((DevExpress.Utils.Behaviors.ScrollAnnotationType.SearchResult | DevExpress.Utils.Behaviors.ScrollAnnotationType.Selection))), new System.Drawing.Color[] {
             System.Drawing.Color.Sienna,
             System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))))
         }, new DevExpress.Utils.Behaviors.ScrollAnnotationAlignment[] {
             DevExpress.Utils.Behaviors.ScrollAnnotationAlignment.Default,
             DevExpress.Utils.Behaviors.ScrollAnnotationAlignment.Center
         })))
     });
     this.projectlistbox.ContextButtonOptions.AllowGlyphSkinning = true;
     this.projectlistbox.DisplayMember        = "NAME";
     this.projectlistbox.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
     this.projectlistbox.HotTrackItems        = true;
     this.projectlistbox.ItemHeight           = 19;
     this.projectlistbox.ItemPadding          = new System.Windows.Forms.Padding(5500, -15, 0, 0);
     this.projectlistbox.Location             = new System.Drawing.Point(28, 209);
     this.projectlistbox.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.projectlistbox.Name            = "projectlistbox";
     this.projectlistbox.Padding         = new System.Windows.Forms.Padding(0, 0, 0, 50);
     this.projectlistbox.Size            = new System.Drawing.Size(256, 287);
     this.projectlistbox.TabIndex        = 3;
     tableColumnDefinition1.Length.Value = 170D;
     tableColumnDefinition2.Length.Value = 82D;
     ıtemTemplateBase1.Columns.Add(tableColumnDefinition1);
     ıtemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.FieldName = "NAME";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "NAME";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement2.ColumnIndex   = 1;
     templatedItemElement2.FieldName     = "PATH";
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.Text          = "PATH";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     ıtemTemplateBase1.Elements.Add(templatedItemElement1);
     ıtemTemplateBase1.Elements.Add(templatedItemElement2);
     ıtemTemplateBase1.Name           = "template1";
     tableRowDefinition1.Length.Value = 30D;
     ıtemTemplateBase1.Rows.Add(tableRowDefinition1);
     this.projectlistbox.Templates.Add(ıtemTemplateBase1);
     this.projectlistbox.ValueMember           = "PATH";
     this.projectlistbox.SelectedIndexChanged += new System.EventHandler(this.listBoxControl1_SelectedIndexChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(28, 30);
     this.simpleButton1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(81, 24);
     this.simpleButton1.TabIndex = 4;
     this.simpleButton1.Text     = "Yeni Kullanıcı";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // dropDownButton1
     //
     this.dropDownButton1.Location = new System.Drawing.Point(152, 30);
     this.dropDownButton1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.dropDownButton1.Name     = "dropDownButton1";
     this.dropDownButton1.Size     = new System.Drawing.Size(132, 24);
     this.dropDownButton1.TabIndex = 5;
     this.dropDownButton1.Text     = "Kullanıcı Listesi";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "label1";
     //
     // simpleButton2
     //
     this.simpleButton2.Appearance.Font            = new System.Drawing.Font("Tahoma", 14F);
     this.simpleButton2.Appearance.Options.UseFont = true;
     this.simpleButton2.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
     this.simpleButton2.Location = new System.Drawing.Point(28, 158);
     this.simpleButton2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(256, 47);
     this.simpleButton2.TabIndex = 7;
     this.simpleButton2.Text     = "SON AÇILAN DOSYALAR";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(315, 528);
     this.ControlBox          = false;
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dropDownButton1);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.projectlistbox);
     this.Controls.Add(this.simpleButton16);
     this.Controls.Add(this.newproject);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Nursan Projesi";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.projectlistbox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #8
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();
     System.ComponentModel.ComponentResourceManager           resources              = new System.ComponentModel.ComponentResourceManager(typeof(frmProfessorDisciplinaAdd));
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase2      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition3 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition4 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition5 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement4  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan1             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.layoutControl1                    = new DevExpress.XtraLayout.LayoutControl();
     this.btnRemover                        = new DevExpress.XtraEditors.SimpleButton();
     this.listView2                         = new System.Windows.Forms.ListView();
     this.columnHeader3                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnDisciplina                     = new DevExpress.XtraEditors.SimpleButton();
     this.btnProfessor                      = new DevExpress.XtraEditors.SimpleButton();
     this.listView1                         = new System.Windows.Forms.ListView();
     this.columnHeader1                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnDisciplinaAdicionar            = new DevExpress.XtraEditors.SimpleButton();
     this.btnSelecioneProfessor             = new DevExpress.XtraEditors.SimpleButton();
     this.listBoxControl2                   = new DevExpress.XtraEditors.ListBoxControl();
     this.disciplinaViewModelsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.listBoxControl1                   = new DevExpress.XtraEditors.ListBoxControl();
     this.professorViewModelsBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.txtTurmas                         = new DevExpress.XtraEditors.TextEdit();
     this.txtCodigo                         = new DevExpress.XtraEditors.ButtonEdit();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.txtProfessor        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1       = new DevExpress.XtraLayout.SplitterItem();
     this.splitterItem2       = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnNovo             = new System.Windows.Forms.Button();
     this.btnGuardar          = new System.Windows.Forms.Button();
     this.panel3    = new System.Windows.Forms.Panel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.panel1    = new System.Windows.Forms.Panel();
     this.txtTitulo = new System.Windows.Forms.Label();
     this.toolTip1  = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.disciplinaViewModelsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.professorViewModelsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTurmas.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProfessor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.layoutControl1);
     this.groupBox1.Location = new System.Drawing.Point(6, 37);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(680, 517);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnRemover);
     this.layoutControl1.Controls.Add(this.listView2);
     this.layoutControl1.Controls.Add(this.btnDisciplina);
     this.layoutControl1.Controls.Add(this.btnProfessor);
     this.layoutControl1.Controls.Add(this.listView1);
     this.layoutControl1.Controls.Add(this.btnDisciplinaAdicionar);
     this.layoutControl1.Controls.Add(this.btnSelecioneProfessor);
     this.layoutControl1.Controls.Add(this.listBoxControl2);
     this.layoutControl1.Controls.Add(this.listBoxControl1);
     this.layoutControl1.Controls.Add(this.txtTurmas);
     this.layoutControl1.Controls.Add(this.txtCodigo);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 17);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(745, 246, 650, 400);
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(674, 497);
     this.layoutControl1.TabIndex = 3;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // btnRemover
     //
     this.btnRemover.Enabled            = false;
     this.btnRemover.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRemover.ImageOptions.Image")));
     this.btnRemover.Location           = new System.Drawing.Point(326, 463);
     this.btnRemover.Name            = "btnRemover";
     this.btnRemover.Size            = new System.Drawing.Size(336, 22);
     this.btnRemover.StyleController = this.layoutControl1;
     this.btnRemover.TabIndex        = 27;
     this.btnRemover.Text            = "Remover";
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView2.Font          = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listView2.FullRowSelect = true;
     this.listView2.Location      = new System.Drawing.Point(12, 274);
     this.listView2.MultiSelect   = false;
     this.listView2.Name          = "listView2";
     this.listView2.Size          = new System.Drawing.Size(310, 211);
     this.listView2.TabIndex      = 26;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Código";
     this.columnHeader3.Width = 67;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Professor";
     this.columnHeader4.Width = 236;
     //
     // btnDisciplina
     //
     this.btnDisciplina.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDisciplina.ImageOptions.Image")));
     this.btnDisciplina.Location           = new System.Drawing.Point(346, 60);
     this.btnDisciplina.Name            = "btnDisciplina";
     this.btnDisciplina.Size            = new System.Drawing.Size(316, 22);
     this.btnDisciplina.StyleController = this.layoutControl1;
     this.btnDisciplina.TabIndex        = 25;
     this.btnDisciplina.Text            = "Nova Disciplina";
     //
     // btnProfessor
     //
     this.btnProfessor.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnProfessor.ImageOptions.Image")));
     this.btnProfessor.Location           = new System.Drawing.Point(12, 60);
     this.btnProfessor.Name            = "btnProfessor";
     this.btnProfessor.Size            = new System.Drawing.Size(320, 22);
     this.btnProfessor.StyleController = this.layoutControl1;
     this.btnProfessor.TabIndex        = 24;
     this.btnProfessor.Text            = "Novo Professor";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.Font          = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listView1.FullRowSelect = true;
     this.listView1.Location      = new System.Drawing.Point(336, 274);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(326, 185);
     this.listView1.TabIndex      = 22;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Código";
     this.columnHeader1.Width = 101;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Disciplina";
     this.columnHeader2.Width = 356;
     //
     // btnDisciplinaAdicionar
     //
     this.btnDisciplinaAdicionar.Enabled            = false;
     this.btnDisciplinaAdicionar.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDisciplinaAdicionar.ImageOptions.Image")));
     this.btnDisciplinaAdicionar.Location           = new System.Drawing.Point(346, 220);
     this.btnDisciplinaAdicionar.Name            = "btnDisciplinaAdicionar";
     this.btnDisciplinaAdicionar.Size            = new System.Drawing.Size(316, 22);
     this.btnDisciplinaAdicionar.StyleController = this.layoutControl1;
     this.btnDisciplinaAdicionar.TabIndex        = 20;
     this.btnDisciplinaAdicionar.Text            = "Adicionar";
     //
     // btnSelecioneProfessor
     //
     this.btnSelecioneProfessor.Enabled            = false;
     this.btnSelecioneProfessor.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelecioneProfessor.ImageOptions.Image")));
     this.btnSelecioneProfessor.Location           = new System.Drawing.Point(12, 220);
     this.btnSelecioneProfessor.Name            = "btnSelecioneProfessor";
     this.btnSelecioneProfessor.Size            = new System.Drawing.Size(320, 22);
     this.btnSelecioneProfessor.StyleController = this.layoutControl1;
     this.btnSelecioneProfessor.TabIndex        = 19;
     this.btnSelecioneProfessor.Text            = "Selecionar";
     //
     // listBoxControl2
     //
     this.listBoxControl2.DataSource      = this.disciplinaViewModelsBindingSource;
     this.listBoxControl2.DisplayMember   = "Designacao";
     this.listBoxControl2.ItemHeight      = 30;
     this.listBoxControl2.Location        = new System.Drawing.Point(346, 102);
     this.listBoxControl2.Name            = "listBoxControl2";
     this.listBoxControl2.Size            = new System.Drawing.Size(316, 114);
     this.listBoxControl2.StyleController = this.layoutControl1;
     this.listBoxControl2.TabIndex        = 18;
     tableColumnDefinition1.Length.Value  = 234D;
     tableColumnDefinition2.Length.Value  = 78D;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.FieldName = "Designacao";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "Designacao";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement2.ColumnIndex   = 1;
     templatedItemElement2.FieldName     = "Sigla";
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.Text          = "Sigla";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Name = "Disciplina";
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     this.listBoxControl2.Templates.Add(itemTemplateBase1);
     this.listBoxControl2.ValueMember = "DisciplinaID";
     //
     // disciplinaViewModelsBindingSource
     //
     this.disciplinaViewModelsBindingSource.DataSource = typeof(DataEntityFrameWork.ViewModels.DisciplinaViewModels);
     //
     // listBoxControl1
     //
     this.listBoxControl1.DataSource      = this.professorViewModelsBindingSource;
     this.listBoxControl1.DisplayMember   = "Nome";
     this.listBoxControl1.ItemHeight      = 30;
     this.listBoxControl1.Location        = new System.Drawing.Point(12, 102);
     this.listBoxControl1.Name            = "listBoxControl1";
     this.listBoxControl1.Size            = new System.Drawing.Size(320, 114);
     this.listBoxControl1.StyleController = this.layoutControl1;
     this.listBoxControl1.TabIndex        = 17;
     tableColumnDefinition3.Length.Value  = 105D;
     tableColumnDefinition4.Length.Value  = 0D;
     tableColumnDefinition5.Length.Value  = 211D;
     itemTemplateBase2.Columns.Add(tableColumnDefinition3);
     itemTemplateBase2.Columns.Add(tableColumnDefinition4);
     itemTemplateBase2.Columns.Add(tableColumnDefinition5);
     templatedItemElement3.ColumnIndex = 2;
     templatedItemElement3.FieldName   = "Nome";
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement3.Text          = "Nome";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement4.FieldName     = "ProfessorID";
     templatedItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement4.Text          = "ProfessorID";
     templatedItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.Manual;
     itemTemplateBase2.Elements.Add(templatedItemElement3);
     itemTemplateBase2.Elements.Add(templatedItemElement4);
     itemTemplateBase2.Name = "Professor";
     itemTemplateBase2.Rows.Add(tableRowDefinition2);
     tableSpan1.ColumnSpan = 2;
     itemTemplateBase2.Spans.Add(tableSpan1);
     this.listBoxControl1.Templates.Add(itemTemplateBase2);
     this.listBoxControl1.ValueMember = "ProfessorID";
     //
     // professorViewModelsBindingSource
     //
     this.professorViewModelsBindingSource.DataSource = typeof(DataEntityFrameWork.ViewModels.ProfessorViewModels);
     //
     // txtTurmas
     //
     this.txtTurmas.Location        = new System.Drawing.Point(72, 36);
     this.txtTurmas.Name            = "txtTurmas";
     this.txtTurmas.Size            = new System.Drawing.Size(590, 20);
     this.txtTurmas.StyleController = this.layoutControl1;
     this.txtTurmas.TabIndex        = 5;
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(72, 12);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.txtCodigo.Properties.ReadOnly = true;
     this.txtCodigo.Size            = new System.Drawing.Size(590, 20);
     this.txtCodigo.StyleController = this.layoutControl1;
     this.txtCodigo.TabIndex        = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem6,
         this.emptySpaceItem5,
         this.layoutControlItem8,
         this.txtProfessor,
         this.layoutControlItem2,
         this.layoutControlItem5,
         this.layoutControlItem9,
         this.splitterItem1,
         this.splitterItem2,
         this.layoutControlItem10,
         this.layoutControlItem7
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(674, 497);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.txtCodigo;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(654, 24);
     this.layoutControlItem1.Text     = "Código";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(57, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control      = this.listBoxControl1;
     this.layoutControlItem3.Location     = new System.Drawing.Point(0, 74);
     this.layoutControlItem3.Name         = "layoutControlItem3";
     this.layoutControlItem3.Size         = new System.Drawing.Size(324, 134);
     this.layoutControlItem3.Text         = "Professores";
     this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem3.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control      = this.listBoxControl2;
     this.layoutControlItem4.Location     = new System.Drawing.Point(334, 74);
     this.layoutControlItem4.Name         = "layoutControlItem4";
     this.layoutControlItem4.Size         = new System.Drawing.Size(320, 134);
     this.layoutControlItem4.Text         = "Disciplinas";
     this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem4.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control      = this.listView1;
     this.layoutControlItem6.Location     = new System.Drawing.Point(324, 246);
     this.layoutControlItem6.Name         = "layoutControlItem6";
     this.layoutControlItem6.Size         = new System.Drawing.Size(330, 205);
     this.layoutControlItem6.Text         = "Disciplinas";
     this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem6.TextSize     = new System.Drawing.Size(57, 13);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(0, 234);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(654, 12);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control     = this.btnSelecioneProfessor;
     this.layoutControlItem8.Location    = new System.Drawing.Point(0, 208);
     this.layoutControlItem8.Name        = "layoutControlItem8";
     this.layoutControlItem8.Size        = new System.Drawing.Size(324, 26);
     this.layoutControlItem8.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible = false;
     //
     // txtProfessor
     //
     this.txtProfessor.Control     = this.btnDisciplinaAdicionar;
     this.txtProfessor.Location    = new System.Drawing.Point(334, 208);
     this.txtProfessor.Name        = "txtProfessor";
     this.txtProfessor.Size        = new System.Drawing.Size(320, 26);
     this.txtProfessor.Text        = "Professor";
     this.txtProfessor.TextSize    = new System.Drawing.Size(0, 0);
     this.txtProfessor.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.txtTurmas;
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(654, 24);
     this.layoutControlItem2.Text     = "Descrição";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(57, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.btnProfessor;
     this.layoutControlItem5.Location    = new System.Drawing.Point(0, 48);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Size        = new System.Drawing.Size(324, 26);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control     = this.btnDisciplina;
     this.layoutControlItem9.Location    = new System.Drawing.Point(334, 48);
     this.layoutControlItem9.Name        = "layoutControlItem9";
     this.layoutControlItem9.Size        = new System.Drawing.Size(320, 26);
     this.layoutControlItem9.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.Location      = new System.Drawing.Point(314, 246);
     this.splitterItem1.Name          = "splitterItem1";
     this.splitterItem1.Size          = new System.Drawing.Size(10, 205);
     //
     // splitterItem2
     //
     this.splitterItem2.AllowHotTrack = true;
     this.splitterItem2.Location      = new System.Drawing.Point(324, 48);
     this.splitterItem2.Name          = "splitterItem2";
     this.splitterItem2.Size          = new System.Drawing.Size(10, 186);
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control      = this.listView2;
     this.layoutControlItem10.Location     = new System.Drawing.Point(0, 246);
     this.layoutControlItem10.Name         = "layoutControlItem10";
     this.layoutControlItem10.Size         = new System.Drawing.Size(314, 231);
     this.layoutControlItem10.Text         = "Professor";
     this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem10.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control     = this.btnRemover;
     this.layoutControlItem7.Location    = new System.Drawing.Point(314, 451);
     this.layoutControlItem7.Name        = "layoutControlItem7";
     this.layoutControlItem7.Size        = new System.Drawing.Size(340, 26);
     this.layoutControlItem7.Text        = "Remover";
     this.layoutControlItem7.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // btnNovo
     //
     this.btnNovo.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNovo.BackColor               = System.Drawing.Color.LightBlue;
     this.btnNovo.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnNovo.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnNovo.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNovo.ForeColor               = System.Drawing.Color.Black;
     this.btnNovo.Image                   = ((System.Drawing.Image)(resources.GetObject("btnNovo.Image")));
     this.btnNovo.Location                = new System.Drawing.Point(492, 556);
     this.btnNovo.Name                    = "btnNovo";
     this.btnNovo.Size                    = new System.Drawing.Size(92, 32);
     this.btnNovo.TabIndex                = 1;
     this.btnNovo.Text                    = "Novo";
     this.btnNovo.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnNovo.UseVisualStyleBackColor = false;
     //
     // btnGuardar
     //
     this.btnGuardar.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGuardar.BackColor               = System.Drawing.Color.LightBlue;
     this.btnGuardar.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnGuardar.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnGuardar.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGuardar.ForeColor               = System.Drawing.Color.Black;
     this.btnGuardar.Image                   = ((System.Drawing.Image)(resources.GetObject("btnGuardar.Image")));
     this.btnGuardar.Location                = new System.Drawing.Point(586, 556);
     this.btnGuardar.Name                    = "btnGuardar";
     this.btnGuardar.Size                    = new System.Drawing.Size(98, 32);
     this.btnGuardar.TabIndex                = 0;
     this.btnGuardar.Text                    = "Guardar";
     this.btnGuardar.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnGuardar.UseVisualStyleBackColor = false;
     //
     // panel3
     //
     this.panel3.BackColor   = System.Drawing.Color.Transparent;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.panel2);
     this.panel3.Controls.Add(this.btnNovo);
     this.panel3.Controls.Add(this.panel1);
     this.panel3.Controls.Add(this.btnGuardar);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(692, 602);
     this.panel3.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor   = System.Drawing.Color.LightBlue;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.panel2.Location    = new System.Drawing.Point(2, 590);
     this.panel2.Name        = "panel2";
     this.panel2.Size        = new System.Drawing.Size(686, 8);
     this.panel2.TabIndex    = 3;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor   = System.Drawing.Color.LightBlue;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.txtTitulo);
     this.panel1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.panel1.Location = new System.Drawing.Point(2, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(686, 33);
     this.panel1.TabIndex = 1;
     //
     // txtTitulo
     //
     this.txtTitulo.AutoSize  = true;
     this.txtTitulo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.txtTitulo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitulo.ForeColor = System.Drawing.Color.White;
     this.txtTitulo.Location  = new System.Drawing.Point(3, 4);
     this.txtTitulo.Name      = "txtTitulo";
     this.txtTitulo.Size      = new System.Drawing.Size(0, 25);
     this.txtTitulo.TabIndex  = 4;
     //
     // frmProfessorDisciplinaAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(692, 602);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmProfessorDisciplinaAdd";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Turma Adicionar";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.disciplinaViewModelsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.professorViewModelsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTurmas.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProfessor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #9
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();
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan1             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(DataGridControl));
     DevExpress.Utils.Animation.Transition transition1       = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.SuperToolTip         superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1      = new DevExpress.Utils.ToolTipItem();
     this.gridTable = new DevExpress.XtraGrid.GridControl();
     this.viewTable = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.repositoryItemBlobEditor   = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemStringEditor = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemDateEditor   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.navLeft                        = new DevExpress.XtraBars.Navigation.NavigationPane();
     this.pageTables                     = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.listTables                     = new DevExpress.XtraEditors.ImageListBoxControl();
     this.bindingTables                  = new System.Windows.Forms.BindingSource(this.components);
     this.searchTables                   = new DevExpress.XtraEditors.SearchControl();
     this.popupGrid                      = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCopyWithHeaders             = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyWithoutHeaders          = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyPlainDataWithHeaders    = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyPlainDataWithoutheaders = new DevExpress.XtraBars.BarButtonItem();
     this.barManager                     = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop              = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom           = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft             = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight            = new DevExpress.XtraBars.BarDockControl();
     this.splitterGrid                   = new DevExpress.XtraEditors.SplitterControl();
     this.transitionManager              = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.barMenuFormatting              = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.gridTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBlobEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemStringEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navLeft)).BeginInit();
     this.navLeft.SuspendLayout();
     this.pageTables.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listTables)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingTables)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchTables.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     this.SuspendLayout();
     //
     // gridTable
     //
     this.gridTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridTable.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridTable.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridTable.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridTable.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridTable.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridTable.Location = new System.Drawing.Point(310, 0);
     this.gridTable.MainView = this.viewTable;
     this.gridTable.Name     = "gridTable";
     this.gridTable.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemBlobEditor,
         this.repositoryItemStringEditor,
         this.repositoryItemDateEditor
     });
     this.gridTable.Size                 = new System.Drawing.Size(846, 751);
     this.gridTable.TabIndex             = 2;
     this.gridTable.UseEmbeddedNavigator = true;
     this.gridTable.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.viewTable
     });
     this.gridTable.ViewRegistered += new DevExpress.XtraGrid.ViewOperationEventHandler(this.GridTable_ViewRegistered);
     this.gridTable.ViewRemoved    += new DevExpress.XtraGrid.ViewOperationEventHandler(this.GridTable_ViewRemoved);
     //
     // viewTable
     //
     this.viewTable.GridControl = this.gridTable;
     this.viewTable.Name        = "viewTable";
     this.viewTable.OptionsBehavior.AllowIncrementalSearch      = true;
     this.viewTable.OptionsBehavior.AllowSortAnimation          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowCopy                  = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowCsvFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowExcelFormat           = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowHtmlFormat            = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowRtfFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowTxtFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.ClipboardMode              = DevExpress.Export.ClipboardMode.Formatted;
     this.viewTable.OptionsClipboard.CopyCollapsedData          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.CopyColumnHeaders          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.PasteMode                  = DevExpress.Export.PasteMode.None;
     this.viewTable.OptionsDetail.AllowExpandEmptyDetails       = true;
     this.viewTable.OptionsDetail.AllowOnlyOneMasterRowExpanded = true;
     this.viewTable.OptionsFilter.ColumnFilterPopupMode         = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel;
     this.viewTable.OptionsFind.AlwaysVisible                    = true;
     this.viewTable.OptionsFind.Behavior                         = DevExpress.XtraEditors.FindPanelBehavior.Search;
     this.viewTable.OptionsFind.SearchInPreview                  = true;
     this.viewTable.OptionsMenu.ShowAddNewSummaryItem            = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsMenu.ShowConditionalFormattingItem    = true;
     this.viewTable.OptionsMenu.ShowFooterItem                   = true;
     this.viewTable.OptionsMenu.ShowGroupSummaryEditorItem       = true;
     this.viewTable.OptionsScrollAnnotations.ShowErrors          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsScrollAnnotations.ShowFocusedRow      = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsScrollAnnotations.ShowSelectedRows    = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsSelection.MultiSelect                 = true;
     this.viewTable.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.viewTable.OptionsView.BestFitMaxRowCount               = 100;
     this.viewTable.OptionsView.BestFitMode                      = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
     this.viewTable.OptionsView.ColumnAutoWidth                  = false;
     this.viewTable.OptionsView.EnableAppearanceEvenRow          = true;
     this.viewTable.OptionsView.ShowAutoFilterRow                = true;
     this.viewTable.OptionsView.ShowGroupPanelColumnsAsSingleRow = true;
     this.viewTable.CustomDrawCell    += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.ViewTable_CustomDrawCell);
     this.viewTable.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.ViewTable_CustomRowCellEdit);
     this.viewTable.CustomColumnGroup += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.ViewTable_CustomColumnGroup);
     this.viewTable.ShowingEditor     += new System.ComponentModel.CancelEventHandler(this.ViewTable_ShowingEditor);
     this.viewTable.CustomColumnSort  += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.ViewTable_CustomColumnSort);
     this.viewTable.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.ViewTable_MouseDown);
     //
     // repositoryItemBlobEditor
     //
     this.repositoryItemBlobEditor.AutoHeight = false;
     this.repositoryItemBlobEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemBlobEditor.Name               = "repositoryItemBlobEditor";
     this.repositoryItemBlobEditor.ButtonClick       += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryItemBlobEditor_ButtonClick);
     this.repositoryItemBlobEditor.FormatEditValue   += new DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler(this.RepositoryItemBlobEditor_FormatEditValue);
     this.repositoryItemBlobEditor.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.RepositoryItemBlobEditor_CustomDisplayText);
     //
     // repositoryItemStringEditor
     //
     this.repositoryItemStringEditor.AutoHeight = false;
     this.repositoryItemStringEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemStringEditor.Name               = "repositoryItemStringEditor";
     this.repositoryItemStringEditor.ButtonClick       += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryItemStringEditor_ButtonClick);
     this.repositoryItemStringEditor.FormatEditValue   += new DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler(this.RepositoryItemStringEditor_FormatEditValue);
     this.repositoryItemStringEditor.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.RepositoryItemStringEditor_CustomDisplayText);
     //
     // repositoryItemDateEditor
     //
     this.repositoryItemDateEditor.AutoHeight = false;
     this.repositoryItemDateEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEditor.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEditor.DisplayFormat.FormatString = "g";
     this.repositoryItemDateEditor.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditor.EditFormat.FormatString    = "g";
     this.repositoryItemDateEditor.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditor.Name = "repositoryItemDateEditor";
     //
     // navLeft
     //
     this.navLeft.Controls.Add(this.pageTables);
     this.navLeft.Dock            = System.Windows.Forms.DockStyle.Left;
     this.navLeft.ItemOrientation = System.Windows.Forms.Orientation.Vertical;
     this.navLeft.Location        = new System.Drawing.Point(0, 0);
     this.navLeft.Name            = "navLeft";
     this.navLeft.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.pageTables
     });
     this.navLeft.RegularSize  = new System.Drawing.Size(300, 751);
     this.navLeft.SelectedPage = this.pageTables;
     this.navLeft.Size         = new System.Drawing.Size(300, 751);
     this.navLeft.TabIndex     = 0;
     //
     // pageTables
     //
     this.pageTables.Caption = "Tables";
     this.pageTables.Controls.Add(this.listTables);
     this.pageTables.Controls.Add(this.searchTables);
     this.pageTables.Name = "pageTables";
     this.pageTables.Size = new System.Drawing.Size(240, 678);
     //
     // listTables
     //
     this.listTables.DataSource          = this.bindingTables;
     this.listTables.DisplayMember       = "TableName";
     this.listTables.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.listTables.ItemHeight          = 50;
     this.listTables.Location            = new System.Drawing.Point(0, 20);
     this.listTables.Name                = "listTables";
     this.listTables.Size                = new System.Drawing.Size(240, 658);
     this.listTables.TabIndex            = 1;
     tableColumnDefinition1.Length.Value = 53D;
     tableColumnDefinition2.Length.Value = 200D;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.Appearance.Normal.FontStyleDelta  = System.Drawing.FontStyle.Bold;
     templatedItemElement1.Appearance.Normal.Options.UseFont = true;
     templatedItemElement1.ColumnIndex = 1;
     templatedItemElement1.FieldName   = "TableName";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "TableName";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement2.Appearance.Normal.FontStyleDelta  = System.Drawing.FontStyle.Italic;
     templatedItemElement2.Appearance.Normal.Options.UseFont = true;
     templatedItemElement2.ColumnIndex = 1;
     templatedItemElement2.FieldName   = "Description";
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.RowIndex      = 1;
     templatedItemElement2.Text          = "Description";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement3.FieldName     = "";
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement3.ImageOptions.ImageSize      = new System.Drawing.Size(32, 32);
     templatedItemElement3.ImageOptions.SvgImage       = global::SpreadCommander.Documents.Properties.Resources.Table;
     templatedItemElement3.ImageOptions.SvgImageSize   = new System.Drawing.Size(32, 32);
     templatedItemElement3.Text          = "";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Elements.Add(templatedItemElement3);
     itemTemplateBase1.Name           = "templateTable1";
     tableRowDefinition1.Length.Value = 15D;
     tableRowDefinition2.Length.Value = 15D;
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     itemTemplateBase1.Rows.Add(tableRowDefinition2);
     tableSpan1.RowSpan = 2;
     itemTemplateBase1.Spans.Add(tableSpan1);
     this.listTables.Templates.Add(itemTemplateBase1);
     this.listTables.ValueMember = "DataTable";
     //
     // bindingTables
     //
     this.bindingTables.DataSource      = typeof(SpreadCommander.Documents.Controls.DataGridControl.TableData);
     this.bindingTables.CurrentChanged += new System.EventHandler(this.BindingTables_CurrentChanged);
     //
     // searchTables
     //
     this.searchTables.Client   = this.listTables;
     this.searchTables.Dock     = System.Windows.Forms.DockStyle.Top;
     this.searchTables.Location = new System.Drawing.Point(0, 0);
     this.searchTables.Name     = "searchTables";
     this.searchTables.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchTables.Properties.Client = this.listTables;
     this.searchTables.Size     = new System.Drawing.Size(240, 20);
     this.searchTables.TabIndex = 0;
     //
     // popupGrid
     //
     this.popupGrid.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyWithHeaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyWithoutHeaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyPlainDataWithHeaders, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyPlainDataWithoutheaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barMenuFormatting, true)
     });
     this.popupGrid.Manager = this.barManager;
     this.popupGrid.Name    = "popupGrid";
     //
     // barCopyWithHeaders
     //
     this.barCopyWithHeaders.Caption = "Copy with headers";
     this.barCopyWithHeaders.Id      = 0;
     this.barCopyWithHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyWithHeaders.ImageOptions.SvgImage")));
     this.barCopyWithHeaders.Name       = "barCopyWithHeaders";
     this.barCopyWithHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyWithHeaders_ItemClick);
     //
     // barCopyWithoutHeaders
     //
     this.barCopyWithoutHeaders.Caption = "Copy without headers";
     this.barCopyWithoutHeaders.Id      = 1;
     this.barCopyWithoutHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyWithoutHeaders.ImageOptions.SvgImage")));
     this.barCopyWithoutHeaders.Name       = "barCopyWithoutHeaders";
     this.barCopyWithoutHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyWithoutHeaders_ItemClick);
     //
     // barCopyPlainDataWithHeaders
     //
     this.barCopyPlainDataWithHeaders.Caption = "Copy plain data with headers";
     this.barCopyPlainDataWithHeaders.Id      = 2;
     this.barCopyPlainDataWithHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyPlainDataWithHeaders.ImageOptions.SvgImage")));
     this.barCopyPlainDataWithHeaders.Name       = "barCopyPlainDataWithHeaders";
     this.barCopyPlainDataWithHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyPlainDataWithHeaders_ItemClick);
     //
     // barCopyPlainDataWithoutheaders
     //
     this.barCopyPlainDataWithoutheaders.Caption = "Copy plain data without headers";
     this.barCopyPlainDataWithoutheaders.Id      = 3;
     this.barCopyPlainDataWithoutheaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyPlainDataWithoutheaders.ImageOptions.SvgImage")));
     this.barCopyPlainDataWithoutheaders.Name       = "barCopyPlainDataWithoutheaders";
     this.barCopyPlainDataWithoutheaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyPlainDataWithoutheaders_ItemClick);
     //
     // barManager
     //
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barCopyWithHeaders,
         this.barCopyWithoutHeaders,
         this.barCopyPlainDataWithHeaders,
         this.barCopyPlainDataWithoutheaders,
         this.barMenuFormatting
     });
     this.barManager.MaxItemId = 5;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(1156, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 751);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1156, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 751);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1156, 0);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 751);
     //
     // splitterGrid
     //
     this.splitterGrid.Location = new System.Drawing.Point(300, 0);
     this.splitterGrid.Name     = "splitterGrid";
     this.splitterGrid.Size     = new System.Drawing.Size(10, 751);
     this.splitterGrid.TabIndex = 8;
     this.splitterGrid.TabStop  = false;
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.gridTable;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // barMenuFormatting
     //
     this.barMenuFormatting.Caption = "Manage formatting rules ...";
     this.barMenuFormatting.Id      = 4;
     this.barMenuFormatting.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barMenuFormatting.ImageOptions.SvgImage")));
     this.barMenuFormatting.Name        = "barMenuFormatting";
     toolTipTitleItem1.Text             = "Formatting";
     toolTipItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipItem1.LeftIndent            = 6;
     toolTipItem1.Text = "Manage conditional formatting";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barMenuFormatting.SuperTip   = superToolTip1;
     this.barMenuFormatting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarMenuFormatting_ItemClick);
     //
     // DataGridControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridTable);
     this.Controls.Add(this.splitterGrid);
     this.Controls.Add(this.navLeft);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "DataGridControl";
     this.Size = new System.Drawing.Size(1156, 751);
     ((System.ComponentModel.ISupportInitialize)(this.gridTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBlobEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemStringEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navLeft)).EndInit();
     this.navLeft.ResumeLayout(false);
     this.pageTables.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listTables)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingTables)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchTables.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }