コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     VIBlend.WinForms.DataGridView.DataGridLocalization dataGridLocalization2 = new VIBlend.WinForms.DataGridView.DataGridLocalization();
     this.panel2     = new System.Windows.Forms.Panel();
     this.panel1     = new System.Windows.Forms.Panel();
     this.btnExport  = new System.Windows.Forms.Button();
     this.btnAlpha   = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.btnDelete  = new System.Windows.Forms.Button();
     this.btnCreate  = new System.Windows.Forms.Button();
     this.btnCompare = new System.Windows.Forms.Button();
     this.btnShow    = new System.Windows.Forms.Button();
     this.vDataGridViewGroupsHeader1 = new VIBlend.WinForms.DataGridView.vDataGridViewGroupsHeader();
     this.dgvSolutions = new VIBlend.WinForms.DataGridView.vDataGridView();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 512);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(750, 69);
     this.panel2.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnExport);
     this.panel1.Controls.Add(this.btnAlpha);
     this.panel1.Controls.Add(this.btnRefresh);
     this.panel1.Controls.Add(this.btnDelete);
     this.panel1.Controls.Add(this.btnCreate);
     this.panel1.Controls.Add(this.btnCompare);
     this.panel1.Controls.Add(this.btnShow);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(97, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(653, 69);
     this.panel1.TabIndex = 4;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(404, 19);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(75, 23);
     this.btnExport.TabIndex = 10;
     this.btnExport.Text     = "Экспорт";
     this.btnExport.UseVisualStyleBackColor = true;
     //
     // btnAlpha
     //
     this.btnAlpha.Location = new System.Drawing.Point(485, 19);
     this.btnAlpha.Name     = "btnAlpha";
     this.btnAlpha.Size     = new System.Drawing.Size(75, 23);
     this.btnAlpha.TabIndex = 9;
     this.btnAlpha.Text     = "alpha";
     this.btnAlpha.UseVisualStyleBackColor = true;
     //
     // btnRefresh
     //
     this.btnRefresh.Location = new System.Drawing.Point(99, 19);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(75, 23);
     this.btnRefresh.TabIndex = 8;
     this.btnRefresh.Text     = "Обновить";
     this.btnRefresh.UseVisualStyleBackColor = true;
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(18, 19);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 7;
     this.btnDelete.Text     = "Удалить";
     this.btnDelete.UseVisualStyleBackColor = true;
     //
     // btnCreate
     //
     this.btnCreate.Location = new System.Drawing.Point(566, 19);
     this.btnCreate.Name     = "btnCreate";
     this.btnCreate.Size     = new System.Drawing.Size(75, 23);
     this.btnCreate.TabIndex = 6;
     this.btnCreate.Text     = "Создать";
     this.btnCreate.UseVisualStyleBackColor = true;
     //
     // btnCompare
     //
     this.btnCompare.Location = new System.Drawing.Point(182, 19);
     this.btnCompare.Name     = "btnCompare";
     this.btnCompare.Size     = new System.Drawing.Size(75, 23);
     this.btnCompare.TabIndex = 5;
     this.btnCompare.Text     = "Сравнить";
     this.btnCompare.UseVisualStyleBackColor = true;
     //
     // btnShow
     //
     this.btnShow.Location = new System.Drawing.Point(263, 19);
     this.btnShow.Name     = "btnShow";
     this.btnShow.Size     = new System.Drawing.Size(75, 23);
     this.btnShow.TabIndex = 4;
     this.btnShow.Text     = "Показать";
     this.btnShow.UseVisualStyleBackColor = true;
     //
     // vDataGridViewGroupsHeader1
     //
     this.vDataGridViewGroupsHeader1.AllowDragDrop        = true;
     this.vDataGridViewGroupsHeader1.BackColor            = System.Drawing.Color.White;
     this.vDataGridViewGroupsHeader1.ConnectingLinesColor = System.Drawing.Color.DarkGray;
     this.vDataGridViewGroupsHeader1.DataGridView         = this.dgvSolutions;
     this.vDataGridViewGroupsHeader1.Dock = System.Windows.Forms.DockStyle.Top;
     this.vDataGridViewGroupsHeader1.HeaderItemsAlignment = VIBlend.WinForms.DataGridView.HeaderGroupsAlignment.Near;
     this.vDataGridViewGroupsHeader1.IsThemeSynchronized  = true;
     this.vDataGridViewGroupsHeader1.Location             = new System.Drawing.Point(0, 0);
     this.vDataGridViewGroupsHeader1.Name            = "vDataGridViewGroupsHeader1";
     this.vDataGridViewGroupsHeader1.PromptText      = "";
     this.vDataGridViewGroupsHeader1.PromptTextColor = System.Drawing.Color.DarkGray;
     this.vDataGridViewGroupsHeader1.Size            = new System.Drawing.Size(750, 28);
     this.vDataGridViewGroupsHeader1.TabIndex        = 5;
     this.vDataGridViewGroupsHeader1.Text            = "vDataGridViewGroupsHeader1";
     this.vDataGridViewGroupsHeader1.VIBlendTheme    = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     //
     // dgvSolutions
     //
     this.dgvSolutions.AllowAnimations  = true;
     this.dgvSolutions.AllowCellMerge   = true;
     this.dgvSolutions.AllowClipDrawing = true;
     this.dgvSolutions.AllowContextMenuColumnChooser = true;
     this.dgvSolutions.AllowContextMenuFiltering     = true;
     this.dgvSolutions.AllowContextMenuGrouping      = true;
     this.dgvSolutions.AllowContextMenuSorting       = true;
     this.dgvSolutions.AllowCopyPaste          = false;
     this.dgvSolutions.AllowDefaultContextMenu = true;
     this.dgvSolutions.AllowDragDropIndication = true;
     this.dgvSolutions.AllowDrop = true;
     this.dgvSolutions.AllowHeaderItemHighlightOnCellSelection = true;
     this.dgvSolutions.AutoUpdateOnListChanged = false;
     this.dgvSolutions.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     this.dgvSolutions.BindingProgressEnabled    = false;
     this.dgvSolutions.BindingProgressSampleRate = 20000;
     this.dgvSolutions.BorderColor = System.Drawing.Color.Empty;
     this.dgvSolutions.CellsArea.AllowCellMerge = true;
     this.dgvSolutions.CellsArea.ConditionalFormattingEnabled = false;
     this.dgvSolutions.ColumnsHierarchy.AllowDragDrop         = false;
     this.dgvSolutions.ColumnsHierarchy.AllowResize           = true;
     this.dgvSolutions.ColumnsHierarchy.AutoStretchColumns    = false;
     this.dgvSolutions.ColumnsHierarchy.Fixed = false;
     this.dgvSolutions.ColumnsHierarchy.ShowExpandCollapseButtons = true;
     this.dgvSolutions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvSolutions.EnableColumnChooser            = false;
     this.dgvSolutions.EnableResizeToolTip            = true;
     this.dgvSolutions.EnableToolTips                 = true;
     this.dgvSolutions.FilterDisplayMode              = VIBlend.WinForms.DataGridView.FilterDisplayMode.Default;
     this.dgvSolutions.GridLinesDashStyle             = System.Drawing.Drawing2D.DashStyle.Solid;
     this.dgvSolutions.GridLinesDisplayMode           = VIBlend.WinForms.DataGridView.GridLinesDisplayMode.DISPLAY_ALL;
     this.dgvSolutions.GroupingEnabled                = true;
     this.dgvSolutions.HorizontalScroll               = 0;
     this.dgvSolutions.HorizontalScrollBarLargeChange = 20;
     this.dgvSolutions.HorizontalScrollBarSmallChange = 5;
     this.dgvSolutions.ImageList                = null;
     this.dgvSolutions.Localization             = dataGridLocalization2;
     this.dgvSolutions.Location                 = new System.Drawing.Point(0, 28);
     this.dgvSolutions.MultipleSelectionEnabled = true;
     this.dgvSolutions.Name = "dgvSolutions";
     this.dgvSolutions.PivotColumnsTotalsEnabled   = false;
     this.dgvSolutions.PivotColumnsTotalsMode      = VIBlend.WinForms.DataGridView.PivotTotalsMode.DISPLAY_BOTH;
     this.dgvSolutions.PivotRowsTotalsEnabled      = false;
     this.dgvSolutions.PivotRowsTotalsMode         = VIBlend.WinForms.DataGridView.PivotTotalsMode.DISPLAY_BOTH;
     this.dgvSolutions.RowsHierarchy.AllowDragDrop = false;
     this.dgvSolutions.RowsHierarchy.AllowResize   = true;
     this.dgvSolutions.RowsHierarchy.CompactStyleRenderingEnabled     = false;
     this.dgvSolutions.RowsHierarchy.CompactStyleRenderingItemsIndent = 15;
     this.dgvSolutions.RowsHierarchy.Fixed = false;
     this.dgvSolutions.RowsHierarchy.ShowExpandCollapseButtons = true;
     this.dgvSolutions.ScrollBarsEnabled        = true;
     this.dgvSolutions.SelectionBorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.dgvSolutions.SelectionBorderEnabled   = true;
     this.dgvSolutions.SelectionBorderWidth     = 2;
     this.dgvSolutions.SelectionMode            = VIBlend.WinForms.DataGridView.vDataGridView.SELECTION_MODE.FULL_ROW_SELECT;
     this.dgvSolutions.Size                         = new System.Drawing.Size(750, 484);
     this.dgvSolutions.TabIndex                     = 6;
     this.dgvSolutions.Text                         = "vDataGridView1";
     this.dgvSolutions.ToolTipDuration              = 5000;
     this.dgvSolutions.ToolTipShowDelay             = 1500;
     this.dgvSolutions.VerticalScroll               = 0;
     this.dgvSolutions.VerticalScrollBarLargeChange = 20;
     this.dgvSolutions.VerticalScrollBarSmallChange = 5;
     this.dgvSolutions.VIBlendTheme                 = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     this.dgvSolutions.VirtualModeCellDefault       = false;
     //
     // SolutionListView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(750, 581);
     this.Controls.Add(this.dgvSolutions);
     this.Controls.Add(this.vDataGridViewGroupsHeader1);
     this.Controls.Add(this.panel2);
     this.Name        = "SolutionListView";
     this.Text        = "Решения";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
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();
            VIBlend.WinForms.DataGridView.DataGridLocalization dataGridLocalization2 = new VIBlend.WinForms.DataGridView.DataGridLocalization();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.exit_pnl = new System.Windows.Forms.PictureBox();
            this.lock_pnl = new System.Windows.Forms.PictureBox();
            this.home_pnl = new System.Windows.Forms.PictureBox();
            this.pnlRightMain = new System.Windows.Forms.Panel();
            this.minimized_pnl = new System.Windows.Forms.PictureBox();
            this.right_pnl = new System.Windows.Forms.Panel();
            this.bsDevices = new System.Windows.Forms.BindingSource(this.components);
            this.devicesBinidingSource = new System.Windows.Forms.BindingSource(this.components);
            this.memberLastNameMetroLabel = new MetroFramework.Controls.MetroLabel();
            this.right_option_timer = new System.Windows.Forms.Timer(this.components);
            this.home_admin_main_panel = new System.Windows.Forms.Panel();
            this.label6 = new System.Windows.Forms.Label();
            this.dataGridViewBank = new VIBlend.WinForms.DataGridView.vDataGridView();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.dateTime_End = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox_Check = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.dateTime_Start = new System.Windows.Forms.DateTimePicker();
            this.button_Search = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox_Particular = new System.Windows.Forms.TextBox();
            this.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
            this.Attendence_Label = new System.Windows.Forms.Label();
            this.calendarClock1 = new CalendarClock.CalendarClock();
            this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
            this.memberFirstNameMetroLabel = new MetroFramework.Controls.MetroLabel();
            this.pictureBox = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.exit_pnl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lock_pnl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.home_pnl)).BeginInit();
            this.pnlRightMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.minimized_pnl)).BeginInit();
            this.right_pnl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsDevices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.devicesBinidingSource)).BeginInit();
            this.home_admin_main_panel.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // exit_pnl
            // 
            this.exit_pnl.BackColor = System.Drawing.Color.Transparent;
            this.exit_pnl.BackgroundImage = global::ATK_Computer_LTD.Properties.Resources.appbar_power;
            this.exit_pnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.exit_pnl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.exit_pnl.Location = new System.Drawing.Point(6, 401);
            this.exit_pnl.Name = "exit_pnl";
            this.exit_pnl.Size = new System.Drawing.Size(76, 76);
            this.exit_pnl.TabIndex = 5;
            this.exit_pnl.TabStop = false;
            this.exit_pnl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseClick);
            this.exit_pnl.MouseLeave += new System.EventHandler(this.Ctrl_MouseLeave);
            this.exit_pnl.MouseHover += new System.EventHandler(this.Ctrl_MouseHover);
            this.exit_pnl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseMove);
            // 
            // lock_pnl
            // 
            this.lock_pnl.BackColor = System.Drawing.Color.Transparent;
            this.lock_pnl.BackgroundImage = global::ATK_Computer_LTD.Properties.Resources.appbar_lock;
            this.lock_pnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.lock_pnl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.lock_pnl.Location = new System.Drawing.Point(6, 279);
            this.lock_pnl.Name = "lock_pnl";
            this.lock_pnl.Size = new System.Drawing.Size(76, 76);
            this.lock_pnl.TabIndex = 4;
            this.lock_pnl.TabStop = false;
            this.lock_pnl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseClick);
            this.lock_pnl.MouseLeave += new System.EventHandler(this.Ctrl_MouseLeave);
            this.lock_pnl.MouseHover += new System.EventHandler(this.Ctrl_MouseHover);
            this.lock_pnl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseMove);
            // 
            // home_pnl
            // 
            this.home_pnl.BackColor = System.Drawing.Color.Transparent;
            this.home_pnl.BackgroundImage = global::ATK_Computer_LTD.Properties.Resources.appbar_home;
            this.home_pnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.home_pnl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.home_pnl.Location = new System.Drawing.Point(6, 157);
            this.home_pnl.Name = "home_pnl";
            this.home_pnl.Size = new System.Drawing.Size(76, 76);
            this.home_pnl.TabIndex = 3;
            this.home_pnl.TabStop = false;
            this.home_pnl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseClick);
            this.home_pnl.MouseLeave += new System.EventHandler(this.Ctrl_MouseLeave);
            this.home_pnl.MouseHover += new System.EventHandler(this.Ctrl_MouseHover);
            this.home_pnl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseMove);
            // 
            // pnlRightMain
            // 
            this.pnlRightMain.Controls.Add(this.minimized_pnl);
            this.pnlRightMain.Controls.Add(this.exit_pnl);
            this.pnlRightMain.Controls.Add(this.lock_pnl);
            this.pnlRightMain.Controls.Add(this.home_pnl);
            this.pnlRightMain.Location = new System.Drawing.Point(3, 66);
            this.pnlRightMain.Name = "pnlRightMain";
            this.pnlRightMain.Size = new System.Drawing.Size(89, 513);
            this.pnlRightMain.TabIndex = 155;
            // 
            // minimized_pnl
            // 
            this.minimized_pnl.BackColor = System.Drawing.Color.Transparent;
            this.minimized_pnl.BackgroundImage = global::ATK_Computer_LTD.Properties.Resources.appbar_arrow_down;
            this.minimized_pnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.minimized_pnl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.minimized_pnl.Location = new System.Drawing.Point(6, 35);
            this.minimized_pnl.Name = "minimized_pnl";
            this.minimized_pnl.Size = new System.Drawing.Size(76, 76);
            this.minimized_pnl.TabIndex = 6;
            this.minimized_pnl.TabStop = false;
            this.minimized_pnl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseClick);
            this.minimized_pnl.MouseLeave += new System.EventHandler(this.Ctrl_MouseLeave);
            this.minimized_pnl.MouseHover += new System.EventHandler(this.Ctrl_MouseHover);
            this.minimized_pnl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Ctrl_MouseMove);
            // 
            // right_pnl
            // 
            this.right_pnl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.right_pnl.Controls.Add(this.pnlRightMain);
            this.right_pnl.Location = new System.Drawing.Point(1210, 0);
            this.right_pnl.Name = "right_pnl";
            this.right_pnl.Size = new System.Drawing.Size(92, 655);
            this.right_pnl.TabIndex = 195;
            // 
            // memberLastNameMetroLabel
            // 
            this.memberLastNameMetroLabel.AutoSize = true;
            this.memberLastNameMetroLabel.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.memberLastNameMetroLabel.ForeColor = System.Drawing.Color.White;
            this.memberLastNameMetroLabel.Location = new System.Drawing.Point(1073, 37);
            this.memberLastNameMetroLabel.Name = "memberLastNameMetroLabel";
            this.memberLastNameMetroLabel.Size = new System.Drawing.Size(59, 19);
            this.memberLastNameMetroLabel.TabIndex = 84;
            this.memberLastNameMetroLabel.Text = "dasdasd";
            this.memberLastNameMetroLabel.UseCustomBackColor = true;
            this.memberLastNameMetroLabel.UseCustomForeColor = true;
            // 
            // right_option_timer
            // 
            this.right_option_timer.Interval = 1;
            this.right_option_timer.Tick += new System.EventHandler(this.right_option_timer_Tick);
            // 
            // home_admin_main_panel
            // 
            this.home_admin_main_panel.BackColor = System.Drawing.Color.Transparent;
            this.home_admin_main_panel.Controls.Add(this.label6);
            this.home_admin_main_panel.Controls.Add(this.dataGridViewBank);
            this.home_admin_main_panel.Controls.Add(this.panel2);
            this.home_admin_main_panel.Controls.Add(this.dataGridView2);
            this.home_admin_main_panel.Controls.Add(this.dataGridView1);
            this.home_admin_main_panel.Controls.Add(this.dateTimePicker4);
            this.home_admin_main_panel.Controls.Add(this.Attendence_Label);
            this.home_admin_main_panel.Controls.Add(this.calendarClock1);
            this.home_admin_main_panel.Controls.Add(this.dateTimePicker3);
            this.home_admin_main_panel.Controls.Add(this.memberFirstNameMetroLabel);
            this.home_admin_main_panel.Controls.Add(this.memberLastNameMetroLabel);
            this.home_admin_main_panel.Controls.Add(this.pictureBox);
            this.home_admin_main_panel.Controls.Add(this.label3);
            this.home_admin_main_panel.Location = new System.Drawing.Point(-1, 0);
            this.home_admin_main_panel.Name = "home_admin_main_panel";
            this.home_admin_main_panel.Size = new System.Drawing.Size(1208, 750);
            this.home_admin_main_panel.TabIndex = 196;
            this.home_admin_main_panel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.home_admin_main_panel_MouseMove);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.Color.Black;
            this.label6.Font = new System.Drawing.Font("Segoe UI", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
            this.label6.Location = new System.Drawing.Point(34, 66);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(297, 50);
            this.label6.TabIndex = 3466;
            this.label6.Text = "Bank Statement";
            // 
            // dataGridViewBank
            // 
            this.dataGridViewBank.AllowAnimations = true;
            this.dataGridViewBank.AllowCellMerge = true;
            this.dataGridViewBank.AllowClipDrawing = true;
            this.dataGridViewBank.AllowContextMenuColumnChooser = true;
            this.dataGridViewBank.AllowContextMenuFiltering = true;
            this.dataGridViewBank.AllowContextMenuGrouping = true;
            this.dataGridViewBank.AllowContextMenuSorting = true;
            this.dataGridViewBank.AllowCopyPaste = false;
            this.dataGridViewBank.AllowDefaultContextMenu = true;
            this.dataGridViewBank.AllowDragDropIndication = true;
            this.dataGridViewBank.AllowHeaderItemHighlightOnCellSelection = true;
            this.dataGridViewBank.AutoUpdateOnListChanged = false;
            this.dataGridViewBank.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
            this.dataGridViewBank.BindingProgressEnabled = false;
            this.dataGridViewBank.BindingProgressSampleRate = 20000;
            this.dataGridViewBank.BorderColor = System.Drawing.Color.Empty;
            this.dataGridViewBank.CellsArea.AllowCellMerge = true;
            this.dataGridViewBank.CellsArea.ConditionalFormattingEnabled = false;
            this.dataGridViewBank.ColumnsHierarchy.AllowDragDrop = false;
            this.dataGridViewBank.ColumnsHierarchy.AllowResize = true;
            this.dataGridViewBank.ColumnsHierarchy.AutoStretchColumns = false;
            this.dataGridViewBank.ColumnsHierarchy.Fixed = false;
            this.dataGridViewBank.ColumnsHierarchy.ShowExpandCollapseButtons = true;
            this.dataGridViewBank.EnableColumnChooser = false;
            this.dataGridViewBank.EnableResizeToolTip = true;
            this.dataGridViewBank.EnableToolTips = true;
            this.dataGridViewBank.FilterDisplayMode = VIBlend.WinForms.DataGridView.FilterDisplayMode.Default;
            this.dataGridViewBank.GridLinesDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.dataGridViewBank.GridLinesDisplayMode = VIBlend.WinForms.DataGridView.GridLinesDisplayMode.DISPLAY_ALL;
            this.dataGridViewBank.GroupingEnabled = false;
            this.dataGridViewBank.HorizontalScroll = 0;
            this.dataGridViewBank.HorizontalScrollBarLargeChange = 20;
            this.dataGridViewBank.HorizontalScrollBarSmallChange = 5;
            this.dataGridViewBank.ImageList = null;
            this.dataGridViewBank.Localization = dataGridLocalization2;
            this.dataGridViewBank.Location = new System.Drawing.Point(43, 127);
            this.dataGridViewBank.MultipleSelectionEnabled = true;
            this.dataGridViewBank.Name = "dataGridViewBank";
            this.dataGridViewBank.PivotColumnsTotalsEnabled = false;
            this.dataGridViewBank.PivotColumnsTotalsMode = VIBlend.WinForms.DataGridView.PivotTotalsMode.DISPLAY_BOTH;
            this.dataGridViewBank.PivotRowsTotalsEnabled = false;
            this.dataGridViewBank.PivotRowsTotalsMode = VIBlend.WinForms.DataGridView.PivotTotalsMode.DISPLAY_BOTH;
            this.dataGridViewBank.RowsHierarchy.AllowDragDrop = false;
            this.dataGridViewBank.RowsHierarchy.AllowResize = true;
            this.dataGridViewBank.RowsHierarchy.CompactStyleRenderingEnabled = false;
            this.dataGridViewBank.RowsHierarchy.CompactStyleRenderingItemsIndent = 15;
            this.dataGridViewBank.RowsHierarchy.Fixed = false;
            this.dataGridViewBank.RowsHierarchy.ShowExpandCollapseButtons = true;
            this.dataGridViewBank.ScrollBarsEnabled = true;
            this.dataGridViewBank.SelectionBorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.dataGridViewBank.SelectionBorderEnabled = true;
            this.dataGridViewBank.SelectionBorderWidth = 2;
            this.dataGridViewBank.SelectionMode = VIBlend.WinForms.DataGridView.vDataGridView.SELECTION_MODE.CELL_SELECT;
            this.dataGridViewBank.Size = new System.Drawing.Size(441, 544);
            this.dataGridViewBank.TabIndex = 3465;
            this.dataGridViewBank.Text = "vDataGridView1";
            this.dataGridViewBank.ToolTipDuration = 5000;
            this.dataGridViewBank.ToolTipShowDelay = 1500;
            this.dataGridViewBank.VerticalScroll = 0;
            this.dataGridViewBank.VerticalScrollBarLargeChange = 20;
            this.dataGridViewBank.VerticalScrollBarSmallChange = 5;
            this.dataGridViewBank.VIBlendTheme = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
            this.dataGridViewBank.VirtualModeCellDefault = false;
            // 
            // panel2
            // 
            this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.label9);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Controls.Add(this.dateTime_End);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.textBox_Check);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.dateTime_Start);
            this.panel2.Controls.Add(this.button_Search);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.textBox_Particular);
            this.panel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panel2.Location = new System.Drawing.Point(495, 127);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(0, 100, 0, 0);
            this.panel2.Size = new System.Drawing.Size(410, 544);
            this.panel2.TabIndex = 3464;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.Black;
            this.label9.Font = new System.Drawing.Font("Segoe UI", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
            this.label9.Location = new System.Drawing.Point(46, 18);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(319, 50);
            this.label9.TabIndex = 76;
            this.label9.Text = "Bank Transaction";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.label2.Location = new System.Drawing.Point(21, 260);
            this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 25);
            this.label2.TabIndex = 14;
            this.label2.Text = "End Date";
            // 
            // dateTime_End
            // 
            this.dateTime_End.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.dateTime_End.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateTime_End.Location = new System.Drawing.Point(121, 252);
            this.dateTime_End.Margin = new System.Windows.Forms.Padding(6);
            this.dateTime_End.Name = "dateTime_End";
            this.dateTime_End.Size = new System.Drawing.Size(273, 33);
            this.dateTime_End.TabIndex = 13;
            this.dateTime_End.Value = new System.DateTime(2016, 5, 27, 3, 18, 55, 0);
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.label5.Location = new System.Drawing.Point(16, 126);
            this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(93, 25);
            this.label5.TabIndex = 12;
            this.label5.Text = "Check No";
            // 
            // textBox_Check
            // 
            this.textBox_Check.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.textBox_Check.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox_Check.Location = new System.Drawing.Point(121, 123);
            this.textBox_Check.Margin = new System.Windows.Forms.Padding(6);
            this.textBox_Check.Name = "textBox_Check";
            this.textBox_Check.Size = new System.Drawing.Size(273, 33);
            this.textBox_Check.TabIndex = 11;
            // 
            // label4
            // 
            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.label4.Location = new System.Drawing.Point(14, 215);
            this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(94, 25);
            this.label4.TabIndex = 8;
            this.label4.Text = "Start Date";
            // 
            // dateTime_Start
            // 
            this.dateTime_Start.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.dateTime_Start.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateTime_Start.Location = new System.Drawing.Point(121, 209);
            this.dateTime_Start.Margin = new System.Windows.Forms.Padding(6);
            this.dateTime_Start.Name = "dateTime_Start";
            this.dateTime_Start.Size = new System.Drawing.Size(273, 33);
            this.dateTime_Start.TabIndex = 7;
            this.dateTime_Start.Value = new System.DateTime(2016, 5, 27, 3, 18, 55, 0);
            // 
            // button_Search
            // 
            this.button_Search.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.button_Search.BackColor = System.Drawing.Color.White;
            this.button_Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Search.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button_Search.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
            this.button_Search.Location = new System.Drawing.Point(144, 305);
            this.button_Search.Margin = new System.Windows.Forms.Padding(6);
            this.button_Search.Name = "button_Search";
            this.button_Search.Size = new System.Drawing.Size(222, 44);
            this.button_Search.TabIndex = 6;
            this.button_Search.Text = "SEARCH";
            this.button_Search.UseVisualStyleBackColor = false;
            this.button_Search.Click += new System.EventHandler(this.button_Search_Click);
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.label1.Location = new System.Drawing.Point(16, 171);
            this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 25);
            this.label1.TabIndex = 1;
            this.label1.Text = "Particular";
            // 
            // textBox_Particular
            // 
            this.textBox_Particular.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.textBox_Particular.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox_Particular.Location = new System.Drawing.Point(121, 166);
            this.textBox_Particular.Margin = new System.Windows.Forms.Padding(6);
            this.textBox_Particular.Name = "textBox_Particular";
            this.textBox_Particular.Size = new System.Drawing.Size(273, 33);
            this.textBox_Particular.TabIndex = 0;
            // 
            // dataGridView2
            // 
            this.dataGridView2.AllowUserToAddRows = false;
            this.dataGridView2.AllowUserToDeleteRows = false;
            this.dataGridView2.AllowUserToOrderColumns = true;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.LimeGreen;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Cyan;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
            this.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridView2.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.MediumTurquoise;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Cyan;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle6;
            this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridView2.GridColor = System.Drawing.Color.Cyan;
            this.dataGridView2.Location = new System.Drawing.Point(449, 800);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.ReadOnly = true;
            this.dataGridView2.RowHeadersVisible = false;
            this.dataGridView2.Size = new System.Drawing.Size(10, 10);
            this.dataGridView2.TabIndex = 3462;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToOrderColumns = true;
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.LimeGreen;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.Cyan;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black;
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.MediumTurquoise;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.Cyan;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridView1.GridColor = System.Drawing.Color.Cyan;
            this.dataGridView1.Location = new System.Drawing.Point(449, 790);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.Size = new System.Drawing.Size(10, 10);
            this.dataGridView1.TabIndex = 3461;
            // 
            // dateTimePicker4
            // 
            this.dateTimePicker4.CalendarMonthBackground = System.Drawing.Color.Transparent;
            this.dateTimePicker4.CalendarTitleBackColor = System.Drawing.Color.Transparent;
            this.dateTimePicker4.CustomFormat = "yyyy/MM/dd";
            this.dateTimePicker4.Enabled = false;
            this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker4.Location = new System.Drawing.Point(433, 791);
            this.dateTimePicker4.Name = "dateTimePicker4";
            this.dateTimePicker4.Size = new System.Drawing.Size(10, 20);
            this.dateTimePicker4.TabIndex = 3459;
            this.dateTimePicker4.Value = new System.DateTime(2016, 4, 2, 0, 0, 0, 0);
            // 
            // Attendence_Label
            // 
            this.Attendence_Label.AutoSize = true;
            this.Attendence_Label.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Attendence_Label.ForeColor = System.Drawing.Color.Red;
            this.Attendence_Label.Location = new System.Drawing.Point(465, 787);
            this.Attendence_Label.Name = "Attendence_Label";
            this.Attendence_Label.Size = new System.Drawing.Size(0, 21);
            this.Attendence_Label.TabIndex = 3456;
            // 
            // calendarClock1
            // 
            this.calendarClock1.BackColor = System.Drawing.Color.Transparent;
            this.calendarClock1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calendarClock1.Location = new System.Drawing.Point(946, 90);
            this.calendarClock1.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
            this.calendarClock1.Name = "calendarClock1";
            this.calendarClock1.Size = new System.Drawing.Size(256, 245);
            this.calendarClock1.TabIndex = 88;
            // 
            // dateTimePicker3
            // 
            this.dateTimePicker3.CalendarMonthBackground = System.Drawing.Color.Transparent;
            this.dateTimePicker3.CalendarTitleBackColor = System.Drawing.Color.Transparent;
            this.dateTimePicker3.CustomFormat = "yyyy/MM/dd";
            this.dateTimePicker3.Enabled = false;
            this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker3.Location = new System.Drawing.Point(384, 791);
            this.dateTimePicker3.Name = "dateTimePicker3";
            this.dateTimePicker3.Size = new System.Drawing.Size(10, 20);
            this.dateTimePicker3.TabIndex = 3458;
            this.dateTimePicker3.Value = new System.DateTime(2016, 4, 2, 0, 0, 0, 0);
            // 
            // memberFirstNameMetroLabel
            // 
            this.memberFirstNameMetroLabel.AutoSize = true;
            this.memberFirstNameMetroLabel.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.memberFirstNameMetroLabel.ForeColor = System.Drawing.Color.White;
            this.memberFirstNameMetroLabel.Location = new System.Drawing.Point(1073, 6);
            this.memberFirstNameMetroLabel.Name = "memberFirstNameMetroLabel";
            this.memberFirstNameMetroLabel.Size = new System.Drawing.Size(51, 19);
            this.memberFirstNameMetroLabel.TabIndex = 85;
            this.memberFirstNameMetroLabel.Text = "sadasd";
            this.memberFirstNameMetroLabel.UseCustomBackColor = true;
            this.memberFirstNameMetroLabel.UseCustomForeColor = true;
            // 
            // pictureBox
            // 
            this.pictureBox.BackColor = System.Drawing.Color.Gainsboro;
            this.pictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox.Location = new System.Drawing.Point(992, 5);
            this.pictureBox.Name = "pictureBox";
            this.pictureBox.Size = new System.Drawing.Size(75, 75);
            this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox.TabIndex = 83;
            this.pictureBox.TabStop = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Black;
            this.label3.Font = new System.Drawing.Font("Segoe UI Semibold", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(2, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(112, 40);
            this.label3.TabIndex = 74;
            this.label3.Text = "Cozy66";
            // 
            // Home_Admin_BankStatement
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Black;
            this.ClientSize = new System.Drawing.Size(1300, 741);
            this.Controls.Add(this.right_pnl);
            this.Controls.Add(this.home_admin_main_panel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Home_Admin_BankStatement";
            this.Load += new System.EventHandler(this.Home_Admin_BankStatement_Load);
            this.SizeChanged += new System.EventHandler(this.Home_Admin_BankStatement_SizeChanged);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Home_Admin_BankStatement_MouseMove);
            ((System.ComponentModel.ISupportInitialize)(this.exit_pnl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lock_pnl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.home_pnl)).EndInit();
            this.pnlRightMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.minimized_pnl)).EndInit();
            this.right_pnl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsDevices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.devicesBinidingSource)).EndInit();
            this.home_admin_main_panel.ResumeLayout(false);
            this.home_admin_main_panel.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
            this.ResumeLayout(false);

        }