示例#1
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory defaultGridFilterFactory1 = new GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory();
     this._grid     = new System.Windows.Forms.DataGridView();
     this._extender = new GridViewExtensions.DataGridFilterExtender(this.components);
     ((System.ComponentModel.ISupportInitialize)(this._grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._extender)).BeginInit();
     this.SuspendLayout();
     //
     // _grid
     //
     this._grid.Location           = new System.Drawing.Point(0, 24);
     this._grid.Name               = "_grid";
     this._grid.ReadOnly           = true;
     this._grid.RowTemplate.Height = 23;
     this._grid.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this._grid.Size               = new System.Drawing.Size(496, 352);
     this._grid.TabIndex           = 0;
     //this._grid.Click += new EventHandler(_grid_Click);
     this._grid.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
     this._grid.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.OnMouseMove);
     this._grid.DoubleClick      += new System.EventHandler(this.OnDoubleClick);
     this._grid.Click            += new System.EventHandler(this.Click);
     this._grid.PreviewKeyDown   += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnPreviewKeyDown);
     this._grid.MouseHover       += new System.EventHandler(this.OnMouseHover);
     this._grid.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.OnMouseUp);
     this._grid.MouseLeave       += new System.EventHandler(this.OnMouseLeave);
     this._grid.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
     this._grid.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.OnKeyPress);
     this._grid.MouseEnter       += new System.EventHandler(this.OnMouseEnter);
     this._grid.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
     this._grid.SelectionChanged += new EventHandler(_grid_SelectionChanged);
     //
     // _extender
     //
     this._extender.DataGridView = this._grid;
     defaultGridFilterFactory1.CreateDistinctGridFilters           = false;
     defaultGridFilterFactory1.DefaultGridFilterType               = typeof(GridViewExtensions.GridFilters.TextGridFilter);
     defaultGridFilterFactory1.DefaultShowDateInBetweenOperator    = false;
     defaultGridFilterFactory1.DefaultShowNumericInBetweenOperator = false;
     defaultGridFilterFactory1.HandleEnumerationTypes              = true;
     defaultGridFilterFactory1.MaximumDistinctValues               = 20;
     this._extender.FilterFactory          = defaultGridFilterFactory1;
     this._extender.GridFilterBound       += new GridViewExtensions.GridFilterEventHandler(this.OnGridFilterBound);
     this._extender.GridFilterUnbound     += new GridViewExtensions.GridFilterEventHandler(this.OnGridFilterUnbound);
     this._extender.AfterFiltersChanged   += new System.EventHandler(this.OnAfterFiltersChanged);
     this._extender.BeforeFiltersChanging += new System.EventHandler(this.OnBeforeFiltersChanging);
     //
     // FilterableDataGrid
     //
     this.Controls.Add(this._grid);
     this.Name = "FilterableDataGrid";
     this.Size = new System.Drawing.Size(496, 376);
     ((System.ComponentModel.ISupportInitialize)(this._grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._extender)).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.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFactList));
     GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory defaultGridFilterFactory1 = new GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory();
     this.menuStripList                    = new System.Windows.Forms.MenuStrip();
     this.tSMIFact                         = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIView                         = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIAdd                          = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIEdit                         = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIDelete                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIRefresh                      = new System.Windows.Forms.ToolStripMenuItem();
     this.tSMIClose                        = new System.Windows.Forms.ToolStripMenuItem();
     this.dGVList                          = new System.Windows.Forms.DataGridView();
     this.bSList                           = new System.Windows.Forms.BindingSource(this.components);
     this.bNList                           = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator4              = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.tSBRefresh                       = new System.Windows.Forms.ToolStripButton();
     this.tSBClearFilters                  = new System.Windows.Forms.ToolStripButton();
     this.tSBRemoveSort                    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator30             = new System.Windows.Forms.ToolStripSeparator();
     this.bNView                           = new System.Windows.Forms.ToolStripButton();
     this.bNAdd              = new System.Windows.Forms.ToolStripButton();
     this.bNEdit             = new System.Windows.Forms.ToolStripButton();
     this.bNDelete           = new System.Windows.Forms.ToolStripButton();
     this.gridFiltersControl = new GridViewExtensions.GridFiltersControl();
     this.gBQuestion         = new System.Windows.Forms.GroupBox();
     this.txtBQuestion       = new System.Windows.Forms.TextBox();
     this.splitter1          = new System.Windows.Forms.Splitter();
     this.dGVColCreationDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dGVColFactType     = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dGVColNumber       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dGVColName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dGVColID           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.menuStripList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dGVList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bSList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bNList)).BeginInit();
     this.bNList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridFiltersControl)).BeginInit();
     this.gBQuestion.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStripList
     //
     this.menuStripList.AllowMerge = false;
     this.menuStripList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tSMIFact,
         this.tSMIRefresh,
         this.tSMIClose
     });
     this.menuStripList.Location = new System.Drawing.Point(0, 0);
     this.menuStripList.Name     = "menuStripList";
     this.menuStripList.Size     = new System.Drawing.Size(804, 24);
     this.menuStripList.TabIndex = 0;
     //
     // tSMIFact
     //
     this.tSMIFact.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tSMIView,
         this.tSMIAdd,
         this.tSMIEdit,
         this.tSMIDelete
     });
     this.tSMIFact.Name = "tSMIFact";
     this.tSMIFact.Size = new System.Drawing.Size(45, 20);
     this.tSMIFact.Text = "Факт";
     //
     // tSMIView
     //
     this.tSMIView.Enabled = false;
     this.tSMIView.Image   = global::RepeatSystemForms.Properties.Resources.Search;
     this.tSMIView.Name    = "tSMIView";
     this.tSMIView.Size    = new System.Drawing.Size(191, 22);
     this.tSMIView.Text    = "Просмотр";
     this.tSMIView.Click  += new System.EventHandler(this.tSMIView_Click);
     //
     // tSMIAdd
     //
     this.tSMIAdd.Enabled      = false;
     this.tSMIAdd.Image        = global::RepeatSystemForms.Properties.Resources.Add;
     this.tSMIAdd.Name         = "tSMIAdd";
     this.tSMIAdd.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.tSMIAdd.Size         = new System.Drawing.Size(191, 22);
     this.tSMIAdd.Text         = "Добавить";
     this.tSMIAdd.Click       += new System.EventHandler(this.tSMIAdd_Click);
     //
     // tSMIEdit
     //
     this.tSMIEdit.Enabled      = false;
     this.tSMIEdit.Image        = global::RepeatSystemForms.Properties.Resources.Edit;
     this.tSMIEdit.Name         = "tSMIEdit";
     this.tSMIEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.tSMIEdit.Size         = new System.Drawing.Size(191, 22);
     this.tSMIEdit.Text         = "Редактировать";
     this.tSMIEdit.Click       += new System.EventHandler(this.tSMIEdit_Click);
     //
     // tSMIDelete
     //
     this.tSMIDelete.Enabled = false;
     this.tSMIDelete.Image   = global::RepeatSystemForms.Properties.Resources.Delete;
     this.tSMIDelete.Name    = "tSMIDelete";
     this.tSMIDelete.Size    = new System.Drawing.Size(191, 22);
     this.tSMIDelete.Text    = "Удалить";
     this.tSMIDelete.Click  += new System.EventHandler(this.tSMIDelete_Click);
     //
     // tSMIRefresh
     //
     this.tSMIRefresh.Image        = global::RepeatSystemForms.Properties.Resources._112_RefreshArrow_Blue_24x24_72;
     this.tSMIRefresh.Name         = "tSMIRefresh";
     this.tSMIRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.tSMIRefresh.Size         = new System.Drawing.Size(85, 20);
     this.tSMIRefresh.Text         = "Обновить";
     this.tSMIRefresh.Click       += new System.EventHandler(this.tSMIRefresh_Click);
     //
     // tSMIClose
     //
     this.tSMIClose.Image  = global::RepeatSystemForms.Properties.Resources.Delete_black_32x32;
     this.tSMIClose.Name   = "tSMIClose";
     this.tSMIClose.Size   = new System.Drawing.Size(79, 20);
     this.tSMIClose.Text   = "Закрыть";
     this.tSMIClose.Click += new System.EventHandler(this.tSMIClose_Click);
     //
     // dGVList
     //
     this.dGVList.AllowUserToAddRows            = false;
     this.dGVList.AllowUserToDeleteRows         = false;
     this.dGVList.AllowUserToOrderColumns       = true;
     this.dGVList.AllowUserToResizeRows         = false;
     this.dGVList.AutoGenerateColumns           = false;
     this.dGVList.ClipboardCopyMode             = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor           = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     dataGridViewCellStyle1.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.Padding             = new System.Windows.Forms.Padding(0, 3, 0, 3);
     dataGridViewCellStyle1.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dGVList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dGVList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dGVList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dGVColCreationDate,
         this.dGVColFactType,
         this.dGVColNumber,
         this.dGVColName,
         this.dGVColID
     });
     this.dGVList.DataSource        = this.bSList;
     this.dGVList.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dGVList.EditMode          = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dGVList.Location          = new System.Drawing.Point(0, 69);
     this.dGVList.MultiSelect       = false;
     this.dGVList.Name              = "dGVList";
     this.dGVList.ReadOnly          = true;
     this.dGVList.RowHeadersVisible = false;
     this.dGVList.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.Azure;
     this.dGVList.SelectionMode    = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dGVList.Size             = new System.Drawing.Size(804, 208);
     this.dGVList.StandardTab      = true;
     this.dGVList.TabIndex         = 0;
     this.dGVList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGVList_CellDoubleClick);
     this.dGVList.DataError       += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dGVWorkerList_DataError);
     //
     // bSList
     //
     this.bSList.AllowNew            = false;
     this.bSList.CurrentItemChanged += new System.EventHandler(this.bSList_CurrentItemChanged);
     //
     // bNList
     //
     this.bNList.AddNewItem      = null;
     this.bNList.BindingSource   = this.bSList;
     this.bNList.CountItem       = this.bindingNavigatorCountItem;
     this.bNList.CountItemFormat = "из {0}";
     this.bNList.DeleteItem      = null;
     this.bNList.GripStyle       = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.bNList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.toolStripSeparator4,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator1,
         this.tSBRefresh,
         this.tSBClearFilters,
         this.tSBRemoveSort,
         this.toolStripSeparator30,
         this.bNView,
         this.bNAdd,
         this.bNEdit,
         this.bNDelete
     });
     this.bNList.Location         = new System.Drawing.Point(0, 24);
     this.bNList.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bNList.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bNList.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bNList.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bNList.Name             = "bNList";
     this.bNList.PositionItem     = this.bindingNavigatorPositionItem;
     this.bNList.RenderMode       = System.Windows.Forms.ToolStripRenderMode.System;
     this.bNList.Size             = new System.Drawing.Size(804, 25);
     this.bNList.TabIndex         = 2;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text        = "из {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Всего записей в списке";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "В начало списка";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Предыдущая запись";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Номер текущей записи";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Следующая запись";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "В конец списка";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tSBRefresh
     //
     this.tSBRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBRefresh.Image                 = global::RepeatSystemForms.Properties.Resources._112_RefreshArrow_Blue_24x24_72;
     this.tSBRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBRefresh.Name   = "tSBRefresh";
     this.tSBRefresh.Size   = new System.Drawing.Size(23, 22);
     this.tSBRefresh.Text   = "Обновить список - F5";
     this.tSBRefresh.Click += new System.EventHandler(this.tSBRefresh_Click);
     //
     // tSBClearFilters
     //
     this.tSBClearFilters.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBClearFilters.Image                 = global::RepeatSystemForms.Properties.Resources.CleanFilter;
     this.tSBClearFilters.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBClearFilters.Name   = "tSBClearFilters";
     this.tSBClearFilters.Size   = new System.Drawing.Size(23, 22);
     this.tSBClearFilters.Text   = "Очистить фильтр таблицы";
     this.tSBClearFilters.Click += new System.EventHandler(this.tSBClearFilters_Click);
     //
     // tSBRemoveSort
     //
     this.tSBRemoveSort.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tSBRemoveSort.Image                 = global::RepeatSystemForms.Properties.Resources.Erase;
     this.tSBRemoveSort.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tSBRemoveSort.Name   = "tSBRemoveSort";
     this.tSBRemoveSort.Size   = new System.Drawing.Size(23, 22);
     this.tSBRemoveSort.Text   = "Отменить сортировку списка";
     this.tSBRemoveSort.Click += new System.EventHandler(this.tSBRemoveSort_Click);
     //
     // toolStripSeparator30
     //
     this.toolStripSeparator30.Name = "toolStripSeparator30";
     this.toolStripSeparator30.Size = new System.Drawing.Size(6, 25);
     //
     // bNView
     //
     this.bNView.Enabled = false;
     this.bNView.Image   = global::RepeatSystemForms.Properties.Resources.Search;
     this.bNView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNView.Name   = "bNView";
     this.bNView.Size   = new System.Drawing.Size(75, 22);
     this.bNView.Text   = "Просмотр";
     this.bNView.Click += new System.EventHandler(this.bNView_Click);
     //
     // bNAdd
     //
     this.bNAdd.Enabled = false;
     this.bNAdd.Image   = global::RepeatSystemForms.Properties.Resources.Add;
     this.bNAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNAdd.Name   = "bNAdd";
     this.bNAdd.Size   = new System.Drawing.Size(77, 22);
     this.bNAdd.Text   = "Добавить";
     this.bNAdd.Click += new System.EventHandler(this.bNAdd_Click);
     //
     // bNEdit
     //
     this.bNEdit.Enabled = false;
     this.bNEdit.Image   = global::RepeatSystemForms.Properties.Resources.Edit;
     this.bNEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNEdit.Name   = "bNEdit";
     this.bNEdit.Size   = new System.Drawing.Size(75, 22);
     this.bNEdit.Text   = "Изменить";
     this.bNEdit.Click += new System.EventHandler(this.bNEdit_Click);
     //
     // bNDelete
     //
     this.bNDelete.Enabled = false;
     this.bNDelete.Image   = global::RepeatSystemForms.Properties.Resources.Delete;
     this.bNDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNDelete.Name   = "bNDelete";
     this.bNDelete.Size   = new System.Drawing.Size(71, 22);
     this.bNDelete.Text   = "Удалить";
     this.bNDelete.Click += new System.EventHandler(this.bNDelete_Click);
     //
     // gridFiltersControl
     //
     this.gridFiltersControl.DataGridView = this.dGVList;
     this.gridFiltersControl.Dock         = System.Windows.Forms.DockStyle.Top;
     defaultGridFilterFactory1.CreateDistinctGridFilters           = false;
     defaultGridFilterFactory1.DefaultGridFilterType               = typeof(GridViewExtensions.GridFilters.TextGridFilter);
     defaultGridFilterFactory1.DefaultShowDateInBetweenOperator    = false;
     defaultGridFilterFactory1.DefaultShowNumericInBetweenOperator = false;
     defaultGridFilterFactory1.HandleEnumerationTypes              = true;
     defaultGridFilterFactory1.MaximumDistinctValues               = 20;
     this.gridFiltersControl.FilterFactory = defaultGridFilterFactory1;
     this.gridFiltersControl.FilterText    = null;
     this.gridFiltersControl.Location      = new System.Drawing.Point(0, 49);
     this.gridFiltersControl.Name          = "gridFiltersControl";
     this.gridFiltersControl.Size          = new System.Drawing.Size(804, 20);
     this.gridFiltersControl.TabIndex      = 3;
     //
     // gBQuestion
     //
     this.gBQuestion.Controls.Add(this.txtBQuestion);
     this.gBQuestion.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.gBQuestion.Location = new System.Drawing.Point(0, 280);
     this.gBQuestion.Name     = "gBQuestion";
     this.gBQuestion.Size     = new System.Drawing.Size(804, 133);
     this.gBQuestion.TabIndex = 4;
     this.gBQuestion.TabStop  = false;
     this.gBQuestion.Text     = "Вопрос";
     //
     // txtBQuestion
     //
     this.txtBQuestion.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtBQuestion.Location  = new System.Drawing.Point(3, 16);
     this.txtBQuestion.Multiline = true;
     this.txtBQuestion.Name      = "txtBQuestion";
     this.txtBQuestion.ReadOnly  = true;
     this.txtBQuestion.Size      = new System.Drawing.Size(798, 114);
     this.txtBQuestion.TabIndex  = 0;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 277);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(804, 3);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop  = false;
     //
     // dGVColCreationDate
     //
     this.dGVColCreationDate.DataPropertyName = "CREATION_DATE";
     this.dGVColCreationDate.HeaderText       = "Дата";
     this.dGVColCreationDate.Name             = "dGVColCreationDate";
     this.dGVColCreationDate.ReadOnly         = true;
     this.dGVColCreationDate.ToolTipText      = "Дата создания";
     this.dGVColCreationDate.Width            = 120;
     //
     // dGVColFactType
     //
     this.dGVColFactType.DataPropertyName = "FACT_TYPE_NAME";
     this.dGVColFactType.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.dGVColFactType.HeaderText       = "Тип факта";
     this.dGVColFactType.Name             = "dGVColFactType";
     this.dGVColFactType.ReadOnly         = true;
     this.dGVColFactType.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dGVColFactType.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dGVColFactType.Width            = 250;
     //
     // dGVColNumber
     //
     this.dGVColNumber.DataPropertyName = "NUMBER";
     this.dGVColNumber.HeaderText       = "№";
     this.dGVColNumber.Name             = "dGVColNumber";
     this.dGVColNumber.ReadOnly         = true;
     this.dGVColNumber.Width            = 50;
     //
     // dGVColName
     //
     this.dGVColName.DataPropertyName = "NAME";
     this.dGVColName.HeaderText       = "Название";
     this.dGVColName.Name             = "dGVColName";
     this.dGVColName.ReadOnly         = true;
     this.dGVColName.Width            = 350;
     //
     // dGVColID
     //
     this.dGVColID.DataPropertyName = "ID";
     this.dGVColID.HeaderText       = "ID";
     this.dGVColID.Name             = "dGVColID";
     this.dGVColID.ReadOnly         = true;
     this.dGVColID.Visible          = false;
     //
     // FormFactList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(804, 413);
     this.Controls.Add(this.dGVList);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.gBQuestion);
     this.Controls.Add(this.gridFiltersControl);
     this.Controls.Add(this.bNList);
     this.Controls.Add(this.menuStripList);
     this.MainMenuStrip = this.menuStripList;
     this.Name          = "FormFactList";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Список фактов";
     this.menuStripList.ResumeLayout(false);
     this.menuStripList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dGVList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bSList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bNList)).EndInit();
     this.bNList.ResumeLayout(false);
     this.bNList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridFiltersControl)).EndInit();
     this.gBQuestion.ResumeLayout(false);
     this.gBQuestion.PerformLayout();
     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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory defaultGridFilterFactory2 = new GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory();
            this.btnExport  = new System.Windows.Forms.Button();
            this.btnCancle  = new System.Windows.Forms.Button();
            this.label13    = new System.Windows.Forms.Label();
            this.dtgIPOFile = new System.Windows.Forms.DataGridView();
            this.dataGridFilterExtender1 = new GridViewExtensions.DataGridFilterExtender(this.components);
            this.label1     = new System.Windows.Forms.Label();
            this.label5     = new System.Windows.Forms.Label();
            this.cmbSession = new System.Windows.Forms.ComboBox();
            this.btnSearch  = new System.Windows.Forms.Button();
            this.btnDelete  = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dtgIPOFile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridFilterExtender1)).BeginInit();
            this.SuspendLayout();
            //
            // btnExport
            //
            this.btnExport.Location = new System.Drawing.Point(248, 476);
            this.btnExport.Name     = "btnExport";
            this.btnExport.Size     = new System.Drawing.Size(75, 23);
            this.btnExport.TabIndex = 0;
            this.btnExport.Text     = "Export";
            this.btnExport.UseVisualStyleBackColor = true;
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            //
            // btnCancle
            //
            this.btnCancle.Location = new System.Drawing.Point(411, 477);
            this.btnCancle.Name     = "btnCancle";
            this.btnCancle.Size     = new System.Drawing.Size(75, 23);
            this.btnCancle.TabIndex = 1;
            this.btnCancle.Text     = "Cancle";
            this.btnCancle.UseVisualStyleBackColor = true;
            this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
            //
            // label13
            //
            this.label13.BackColor = System.Drawing.Color.DimGray;
            this.label13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.Chartreuse;
            this.label13.Location  = new System.Drawing.Point(1, 1);
            this.label13.Name      = "label13";
            this.label13.Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.label13.Size      = new System.Drawing.Size(818, 51);
            this.label13.TabIndex  = 137;
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // dtgIPOFile
            //
            this.dtgIPOFile.AllowUserToAddRows = false;
            dataGridViewCellStyle3.BackColor   = System.Drawing.Color.LightCyan;
            this.dtgIPOFile.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
            this.dtgIPOFile.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            dataGridViewCellStyle4.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor              = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor              = System.Drawing.Color.DimGray;
            dataGridViewCellStyle4.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
            this.dtgIPOFile.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dtgIPOFile.EnableHeadersVisualStyles     = false;
            this.dtgIPOFile.GridColor         = System.Drawing.Color.Silver;
            this.dtgIPOFile.Location          = new System.Drawing.Point(4, 80);
            this.dtgIPOFile.MultiSelect       = false;
            this.dtgIPOFile.Name              = "dtgIPOFile";
            this.dtgIPOFile.RowHeadersVisible = false;
            this.dtgIPOFile.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtgIPOFile.Size              = new System.Drawing.Size(815, 391);
            this.dtgIPOFile.TabIndex          = 138;
            this.dtgIPOFile.TabStop           = false;

            //
            // dataGridFilterExtender1
            //
            this.dataGridFilterExtender1.DataGridView                     = this.dtgIPOFile;
            defaultGridFilterFactory2.CreateDistinctGridFilters           = false;
            defaultGridFilterFactory2.DefaultGridFilterType               = typeof(GridViewExtensions.GridFilters.TextGridFilter);
            defaultGridFilterFactory2.DefaultShowDateInBetweenOperator    = false;
            defaultGridFilterFactory2.DefaultShowNumericInBetweenOperator = false;
            defaultGridFilterFactory2.HandleEnumerationTypes              = true;
            defaultGridFilterFactory2.MaximumDistinctValues               = 20;
            this.dataGridFilterExtender1.FilterFactory                    = defaultGridFilterFactory2;
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.BackColor = System.Drawing.Color.DimGray;
            this.label1.Location  = new System.Drawing.Point(750, 31);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(35, 13);
            this.label1.TabIndex  = 140;
            this.label1.Text      = "label1";
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.Gainsboro;
            this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location  = new System.Drawing.Point(8, 22);
            this.label5.Name      = "label5";
            this.label5.Padding   = new System.Windows.Forms.Padding(5, 0, 0, 0);
            this.label5.Size      = new System.Drawing.Size(115, 20);
            this.label5.TabIndex  = 142;
            this.label5.Text      = "Session Name";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // cmbSession
            //
            this.cmbSession.FormattingEnabled = true;
            this.cmbSession.Location          = new System.Drawing.Point(133, 21);
            this.cmbSession.Name     = "cmbSession";
            this.cmbSession.Size     = new System.Drawing.Size(178, 21);
            this.cmbSession.TabIndex = 143;
            //
            // btnSearch
            //
            this.btnSearch.Location = new System.Drawing.Point(320, 20);
            this.btnSearch.Name     = "btnSearch";
            this.btnSearch.Size     = new System.Drawing.Size(75, 23);
            this.btnSearch.TabIndex = 145;
            this.btnSearch.Text     = "Search";
            this.btnSearch.UseVisualStyleBackColor = true;
            this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
            //
            // btnDelete
            //
            this.btnDelete.Location = new System.Drawing.Point(330, 477);
            this.btnDelete.Name     = "btnDelete";
            this.btnDelete.Size     = new System.Drawing.Size(75, 23);
            this.btnDelete.TabIndex = 147;
            this.btnDelete.Text     = "Delete";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            //
            // frmExportIPOInformation
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.SystemColors.AppWorkspace;
            this.ClientSize          = new System.Drawing.Size(819, 505);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.cmbSession);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnSearch);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.dtgIPOFile);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.btnCancle);
            this.Controls.Add(this.btnExport);
            this.Name          = "frmExportIPOInformation";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Export-Email Service IPO Information";
            this.Load         += new System.EventHandler(this.frmExportIPOInformation_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dtgIPOFile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridFilterExtender1)).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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory defaultGridFilterFactory1 = new GridViewExtensions.GridFilterFactories.DefaultGridFilterFactory();
     this.GrideSMSShow                 = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showMessageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridFilterExtender1      = new GridViewExtensions.DataGridFilterExtender(this.components);
     this.BtnClose    = new System.Windows.Forms.Button();
     this.BtnRefresh  = new System.Windows.Forms.Button();
     this.panel1      = new System.Windows.Forms.Panel();
     this.label10     = new System.Windows.Forms.Label();
     this.label9      = new System.Windows.Forms.Label();
     this.label8      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.label7      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.BtnLoadData = new System.Windows.Forms.Button();
     this.dtbDate     = new System.Windows.Forms.DateTimePicker();
     this.label4      = new System.Windows.Forms.Label();
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.GrideSMSShow)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridFilterExtender1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // GrideSMSShow
     //
     this.GrideSMSShow.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor     = System.Drawing.SystemColors.ButtonHighlight;
     this.GrideSMSShow.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.GrideSMSShow.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     dataGridViewCellStyle2.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor                = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font                     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                = System.Drawing.Color.DimGray;
     dataGridViewCellStyle2.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
     this.GrideSMSShow.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.GrideSMSShow.ContextMenuStrip              = this.contextMenuStrip1;
     this.GrideSMSShow.EnableHeadersVisualStyles     = false;
     this.GrideSMSShow.GridColor                     = System.Drawing.Color.Silver;
     this.GrideSMSShow.Location          = new System.Drawing.Point(6, 96);
     this.GrideSMSShow.MultiSelect       = false;
     this.GrideSMSShow.Name              = "GrideSMSShow";
     this.GrideSMSShow.RowHeadersVisible = false;
     this.GrideSMSShow.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.GrideSMSShow.Size              = new System.Drawing.Size(815, 391);
     this.GrideSMSShow.TabIndex          = 139;
     this.GrideSMSShow.TabStop           = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showMessageToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(121, 26);
     //
     // showMessageToolStripMenuItem
     //
     this.showMessageToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.showMessageToolStripMenuItem.Name   = "showMessageToolStripMenuItem";
     this.showMessageToolStripMenuItem.Size   = new System.Drawing.Size(120, 22);
     this.showMessageToolStripMenuItem.Text   = "Message";
     this.showMessageToolStripMenuItem.Click += new System.EventHandler(this.showMessageToolStripMenuItem_Click);
     //
     // dataGridFilterExtender1
     //
     this.dataGridFilterExtender1.DataGridView                     = this.GrideSMSShow;
     defaultGridFilterFactory1.CreateDistinctGridFilters           = false;
     defaultGridFilterFactory1.DefaultGridFilterType               = typeof(GridViewExtensions.GridFilters.TextGridFilter);
     defaultGridFilterFactory1.DefaultShowDateInBetweenOperator    = false;
     defaultGridFilterFactory1.DefaultShowNumericInBetweenOperator = false;
     defaultGridFilterFactory1.HandleEnumerationTypes              = true;
     defaultGridFilterFactory1.MaximumDistinctValues               = 20;
     this.dataGridFilterExtender1.FilterFactory                    = defaultGridFilterFactory1;
     //
     // BtnClose
     //
     this.BtnClose.Location = new System.Drawing.Point(429, 496);
     this.BtnClose.Name     = "BtnClose";
     this.BtnClose.Size     = new System.Drawing.Size(75, 23);
     this.BtnClose.TabIndex = 141;
     this.BtnClose.Text     = "Close";
     this.BtnClose.UseVisualStyleBackColor = true;
     this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
     //
     // BtnRefresh
     //
     this.BtnRefresh.Location = new System.Drawing.Point(348, 496);
     this.BtnRefresh.Name     = "BtnRefresh";
     this.BtnRefresh.Size     = new System.Drawing.Size(75, 23);
     this.BtnRefresh.TabIndex = 142;
     this.BtnRefresh.Text     = "Refresh";
     this.BtnRefresh.UseVisualStyleBackColor = true;
     this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.BtnLoadData);
     this.panel1.Controls.Add(this.dtbDate);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Location = new System.Drawing.Point(6, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(815, 69);
     this.panel1.TabIndex = 143;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location  = new System.Drawing.Point(400, 44);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(41, 13);
     this.label10.TabIndex  = 153;
     this.label10.Text      = "label10";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location  = new System.Drawing.Point(393, 26);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(35, 13);
     this.label9.TabIndex  = 152;
     this.label9.Text      = "label9";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location  = new System.Drawing.Point(436, 10);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(35, 13);
     this.label8.TabIndex  = 151;
     this.label8.Text      = "label8";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(574, 12);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(35, 13);
     this.label5.TabIndex  = 150;
     this.label5.Text      = "label5";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(531, 26);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(35, 13);
     this.label6.TabIndex  = 149;
     this.label6.Text      = "label6";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(546, 43);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(35, 13);
     this.label7.TabIndex  = 148;
     this.label7.Text      = "label7";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(709, 11);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(35, 13);
     this.label3.TabIndex  = 147;
     this.label3.Text      = "label3";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(667, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(39, 13);
     this.label2.TabIndex  = 146;
     this.label2.Text      = "Label2";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(682, 45);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(39, 13);
     this.label1.TabIndex  = 145;
     this.label1.Text      = "Label1";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // BtnLoadData
     //
     this.BtnLoadData.Location = new System.Drawing.Point(263, 8);
     this.BtnLoadData.Name     = "BtnLoadData";
     this.BtnLoadData.Size     = new System.Drawing.Size(75, 23);
     this.BtnLoadData.TabIndex = 144;
     this.BtnLoadData.Text     = "Load";
     this.BtnLoadData.UseVisualStyleBackColor = true;
     this.BtnLoadData.Click += new System.EventHandler(this.BtnLoadData_Click);
     //
     // dtbDate
     //
     this.dtbDate.CustomFormat = "dd-MMM-yyyy";
     this.dtbDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtbDate.Location     = new System.Drawing.Point(149, 9);
     this.dtbDate.Name         = "dtbDate";
     this.dtbDate.Size         = new System.Drawing.Size(105, 20);
     this.dtbDate.TabIndex     = 81;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Gainsboro;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(13, 10);
     this.label4.Name      = "label4";
     this.label4.Padding   = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.label4.Size      = new System.Drawing.Size(129, 20);
     this.label4.TabIndex  = 80;
     this.label4.Text      = "Date                    :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // frmSMSSendReceiveShow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DimGray;
     this.ClientSize          = new System.Drawing.Size(827, 530);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BtnRefresh);
     this.Controls.Add(this.BtnClose);
     this.Controls.Add(this.GrideSMSShow);
     this.Name          = "frmSMSSendReceiveShow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Message Store";
     this.Load         += new System.EventHandler(this.FrmSMSSendReceiveShow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GrideSMSShow)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridFilterExtender1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }