/// <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();
     Syncfusion.Windows.Forms.Tools.DigitalClockRenderer    digitalClockRenderer1    = new Syncfusion.Windows.Forms.Tools.DigitalClockRenderer();
     Syncfusion.Windows.Forms.Tools.ClockRenderer           clockRenderer1           = new Syncfusion.Windows.Forms.Tools.ClockRenderer();
     Syncfusion.Windows.Forms.Tools.ActiveStateCollection   activeStateCollection1   = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
     Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
     Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer    toggleButtonRenderer1    = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
     Syncfusion.Windows.Forms.Tools.SliderCollection        sliderCollection1        = new Syncfusion.Windows.Forms.Tools.SliderCollection();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPrincipal));
     this.clock1                         = new Syncfusion.Windows.Forms.Tools.Clock();
     this.btnOnOff                       = new Syncfusion.Windows.Forms.Tools.ToggleButton();
     this.btnCadastrarMedico             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv1                     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.administraçãoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cadastrosToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.relatóriosToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.médicosToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.pontosToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.sobreToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripMenuItem();
     this.sairToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.statusBarAdvPanel1             = new Syncfusion.Windows.Forms.Tools.StatusBarAdvPanel();
     ((System.ComponentModel.ISupportInitialize)(this.btnOnOff)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // clock1
     //
     this.clock1.BackgroundColor     = System.Drawing.SystemColors.Control;
     this.clock1.BeforeTouchSize     = new System.Drawing.Size(154, 77);
     this.clock1.ClockFormat         = "HH:mm:ss";
     this.clock1.ClockFrame          = Syncfusion.Windows.Forms.Tools.ClockFrames.RectangularFrame;
     this.clock1.ClockShape          = Syncfusion.Windows.Forms.Tools.ClockShapes.RoundedRectangle;
     this.clock1.ClockType           = Syncfusion.Windows.Forms.Tools.ClockTypes.Digital;
     this.clock1.CurrentDateTime     = new System.DateTime(2018, 10, 30, 21, 21, 8, 360);
     this.clock1.CustomTime          = new System.DateTime(2019, 1, 5, 5, 20, 26, 298);
     this.clock1.DigitalRenderer     = digitalClockRenderer1;
     this.clock1.DisplayDates        = true;
     this.clock1.ForeColor           = System.Drawing.Color.White;
     this.clock1.Location            = new System.Drawing.Point(870, 523);
     this.clock1.MinimumSize         = new System.Drawing.Size(75, 75);
     this.clock1.Name                = "clock1";
     this.clock1.Now                 = new System.DateTime(((long)(0)));
     this.clock1.Remainder           = new System.DateTime(2018, 10, 30, 21, 21, 8, 346);
     this.clock1.Renderer            = clockRenderer1;
     this.clock1.ShowClockFrame      = true;
     this.clock1.ShowCustomTimeClock = false;
     this.clock1.ShowHourDesignator  = false;
     this.clock1.Size                = new System.Drawing.Size(154, 77);
     this.clock1.StopTimer           = false;
     this.clock1.TabIndex            = 1;
     this.clock1.Text                = "clock1";
     //
     // btnOnOff
     //
     activeStateCollection1.Text          = "FECHAR";
     this.btnOnOff.ActiveState            = activeStateCollection1;
     this.btnOnOff.Font                   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.btnOnOff.ForeColor              = System.Drawing.Color.Black;
     inactiveStateCollection1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
     this.btnOnOff.InactiveState          = inactiveStateCollection1;
     this.btnOnOff.Location               = new System.Drawing.Point(921, 0);
     this.btnOnOff.MinimumSize            = new System.Drawing.Size(52, 20);
     this.btnOnOff.Name                   = "btnOnOff";
     this.btnOnOff.Renderer               = toggleButtonRenderer1;
     this.btnOnOff.RightToLeft            = System.Windows.Forms.RightToLeft.Yes;
     this.btnOnOff.Size                   = new System.Drawing.Size(103, 24);
     this.btnOnOff.Slider                 = sliderCollection1;
     this.btnOnOff.TabIndex               = 2;
     this.btnOnOff.Text                   = "toggleButton1";
     this.btnOnOff.ToggleState            = Syncfusion.Windows.Forms.Tools.ToggleButtonState.Active;
     this.btnOnOff.VisualStyle            = Syncfusion.Windows.Forms.Tools.ToggleButtonStyle.Default;
     this.btnOnOff.Click                 += new System.EventHandler(this.btnOnOff_Click);
     //
     // btnCadastrarMedico
     //
     this.btnCadastrarMedico.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnCadastrarMedico.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.btnCadastrarMedico.BeforeTouchSize   = new System.Drawing.Size(166, 155);
     this.btnCadastrarMedico.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCadastrarMedico.ForeColor         = System.Drawing.Color.White;
     this.btnCadastrarMedico.Image             = global::APRESENTACAO.Properties.Resources.Medicos166x120;
     this.btnCadastrarMedico.ImageAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.btnCadastrarMedico.IsBackStageButton = false;
     this.btnCadastrarMedico.Location          = new System.Drawing.Point(12, 222);
     this.btnCadastrarMedico.Name              = "btnCadastrarMedico";
     this.btnCadastrarMedico.Size              = new System.Drawing.Size(166, 155);
     this.btnCadastrarMedico.TabIndex          = 3;
     this.btnCadastrarMedico.Text              = "Cadastrar Médico";
     this.btnCadastrarMedico.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.btnCadastrarMedico.Click            += new System.EventHandler(this.btnCadastrarMedico_Click);
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(166, 155);
     this.buttonAdv1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.Image             = global::APRESENTACAO.Properties.Resources.relatorio166x120;
     this.buttonAdv1.ImageAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(12, 43);
     this.buttonAdv1.Name              = "buttonAdv1";
     this.buttonAdv1.Size              = new System.Drawing.Size(166, 155);
     this.buttonAdv1.TabIndex          = 4;
     this.buttonAdv1.Text              = "Relatórios";
     this.buttonAdv1.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.buttonAdv1.Click            += new System.EventHandler(this.buttonAdv1_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.administraçãoToolStripMenuItem,
         this.toolStripMenuItem1,
         this.sobreToolStripMenuItem,
         this.toolStripMenuItem2,
         this.sairToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1024, 24);
     this.menuStrip1.TabIndex = 5;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // administraçãoToolStripMenuItem
     //
     this.administraçãoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cadastrosToolStripMenuItem,
         this.relatóriosToolStripMenuItem
     });
     this.administraçãoToolStripMenuItem.Name = "administraçãoToolStripMenuItem";
     this.administraçãoToolStripMenuItem.Size = new System.Drawing.Size(96, 20);
     this.administraçãoToolStripMenuItem.Text = "&Administração";
     //
     // cadastrosToolStripMenuItem
     //
     this.cadastrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.médicosToolStripMenuItem
     });
     this.cadastrosToolStripMenuItem.Name = "cadastrosToolStripMenuItem";
     this.cadastrosToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.cadastrosToolStripMenuItem.Text = "&Cadastros";
     //
     // relatóriosToolStripMenuItem
     //
     this.relatóriosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pontosToolStripMenuItem
     });
     this.relatóriosToolStripMenuItem.Name = "relatóriosToolStripMenuItem";
     this.relatóriosToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.relatóriosToolStripMenuItem.Text = "&Relatórios";
     //
     // médicosToolStripMenuItem
     //
     this.médicosToolStripMenuItem.Name   = "médicosToolStripMenuItem";
     this.médicosToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.médicosToolStripMenuItem.Text   = "&Médicos";
     this.médicosToolStripMenuItem.Click += new System.EventHandler(this.médicosToolStripMenuItem_Click);
     //
     // pontosToolStripMenuItem
     //
     this.pontosToolStripMenuItem.Name   = "pontosToolStripMenuItem";
     this.pontosToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.pontosToolStripMenuItem.Text   = "&Pontos";
     this.pontosToolStripMenuItem.Click += new System.EventHandler(this.pontosToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(22, 20);
     this.toolStripMenuItem1.Text = "|";
     //
     // sobreToolStripMenuItem
     //
     this.sobreToolStripMenuItem.Name = "sobreToolStripMenuItem";
     this.sobreToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
     this.sobreToolStripMenuItem.Text = "&Sobre";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(22, 20);
     this.toolStripMenuItem2.Text = "|";
     //
     // sairToolStripMenuItem
     //
     this.sairToolStripMenuItem.Name   = "sairToolStripMenuItem";
     this.sairToolStripMenuItem.Size   = new System.Drawing.Size(38, 20);
     this.sairToolStripMenuItem.Text   = "S&air";
     this.sairToolStripMenuItem.Click += new System.EventHandler(this.sairToolStripMenuItem_Click);
     //
     // statusBarAdvPanel1
     //
     this.statusBarAdvPanel1.BeforeTouchSize = new System.Drawing.Size(68, 25);
     this.statusBarAdvPanel1.Location        = new System.Drawing.Point(0, 575);
     this.statusBarAdvPanel1.Margin          = new System.Windows.Forms.Padding(0);
     this.statusBarAdvPanel1.Name            = "statusBarAdvPanel1";
     this.statusBarAdvPanel1.Size            = new System.Drawing.Size(68, 25);
     this.statusBarAdvPanel1.TabIndex        = 6;
     this.statusBarAdvPanel1.Text            = "Versão 1.1";
     //
     // FrmPrincipal
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1024, 600);
     this.Controls.Add(this.statusBarAdvPanel1);
     this.Controls.Add(this.clock1);
     this.Controls.Add(this.btnCadastrarMedico);
     this.Controls.Add(this.buttonAdv1);
     this.Controls.Add(this.btnOnOff);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "FrmPrincipal";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Controle de Acesso - Gerencial";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.FrmPrincipal_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.btnOnOff)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).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();
     Syncfusion.Windows.Forms.Tools.DigitalClockRenderer digitalClockRenderer1 = new Syncfusion.Windows.Forms.Tools.DigitalClockRenderer();
     Syncfusion.Windows.Forms.Tools.ClockRenderer        clockRenderer1        = new Syncfusion.Windows.Forms.Tools.ClockRenderer();
     this.Clock         = new BudgetExecution.ClockPanel();
     this.BackPanel     = new BudgetExecution.LayoutPanel();
     this.BudgetBinding = new BudgetExecution.BudgetBinding();
     this.ToolTip       = new BudgetExecution.ToolTip();
     this.BackPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BudgetBinding)).BeginInit();
     this.SuspendLayout();
     //
     // Clock
     //
     this.Clock.BackColor           = System.Drawing.Color.Transparent;
     this.Clock.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(11)))));
     this.Clock.BeforeTouchSize     = new System.Drawing.Size(188, 94);
     this.Clock.BindingSource       = null;
     this.Clock.BorderColor         = System.Drawing.Color.Transparent;
     this.Clock.ClockFormat         = "HH:mm:ss";
     this.Clock.ClockFrame          = Syncfusion.Windows.Forms.Tools.ClockFrames.RectangularFrame;
     this.Clock.ClockShape          = Syncfusion.Windows.Forms.Tools.ClockShapes.Rectangle;
     this.Clock.ClockType           = Syncfusion.Windows.Forms.Tools.ClockTypes.Digital;
     this.Clock.CurrentDateTime     = new System.DateTime(2020, 9, 4, 12, 42, 34, 16);
     this.Clock.CustomTime          = new System.DateTime(2020, 9, 5, 6, 48, 9, 824);
     this.Clock.DigitalRenderer     = digitalClockRenderer1;
     this.Clock.DisplayDates        = true;
     this.Clock.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.Clock.ForeColor           = System.Drawing.Color.LightGray;
     this.Clock.Location            = new System.Drawing.Point(0, 0);
     this.Clock.MinimumSize         = new System.Drawing.Size(75, 75);
     this.Clock.MinuteColor         = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(111)))), ((int)(((byte)(119)))));
     this.Clock.Name                = "Clock";
     this.Clock.Now                 = new System.DateTime(2020, 9, 4, 12, 42, 34, 28);
     this.Clock.Padding             = new System.Windows.Forms.Padding(1);
     this.Clock.Remainder           = new System.DateTime(2020, 9, 4, 12, 42, 34, 15);
     this.Clock.Renderer            = clockRenderer1;
     this.Clock.ShowBorder          = false;
     this.Clock.ShowClockFrame      = false;
     this.Clock.ShowCustomTimeClock = false;
     this.Clock.ShowHourDesignator  = true;
     this.Clock.Size                = new System.Drawing.Size(188, 94);
     this.Clock.StopTimer           = false;
     this.Clock.TabIndex            = 0;
     this.Clock.Text                = "clockPanel1";
     this.Clock.ToolTip             = null;
     //
     // BackPanel
     //
     this.BackPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(11)))));
     this.BackPanel.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(11)))));
     this.BackPanel.BackColorState.Enabled  = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(11)))));
     this.BackPanel.BindingSource           = null;
     this.BackPanel.Border.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(11)))));
     this.BackPanel.Border.HoverColor       = System.Drawing.Color.SteelBlue;
     this.BackPanel.Border.HoverVisible     = false;
     this.BackPanel.Border.Rounding         = 6;
     this.BackPanel.Border.Thickness        = 1;
     this.BackPanel.Border.Type             = VisualPlus.Enumerators.ShapeTypes.Rounded;
     this.BackPanel.Border.Visible          = true;
     this.BackPanel.Children = null;
     this.BackPanel.Controls.Add(this.Clock);
     this.BackPanel.DataFilter                  = null;
     this.BackPanel.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.BackPanel.Field                       = BudgetExecution.Field.NS;
     this.BackPanel.ForeColor                   = System.Drawing.Color.LightGray;
     this.BackPanel.Location                    = new System.Drawing.Point(1, 1);
     this.BackPanel.MouseState                  = VisualPlus.Enumerators.MouseStates.Normal;
     this.BackPanel.Name                        = "BackPanel";
     this.BackPanel.Padding                     = new System.Windows.Forms.Padding(1);
     this.BackPanel.Size                        = new System.Drawing.Size(188, 93);
     this.BackPanel.TabIndex                    = 1;
     this.BackPanel.TextStyle.Disabled          = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
     this.BackPanel.TextStyle.Enabled           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BackPanel.TextStyle.Hover             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BackPanel.TextStyle.Pressed           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BackPanel.TextStyle.TextAlignment     = System.Drawing.StringAlignment.Center;
     this.BackPanel.TextStyle.TextLineAlignment = System.Drawing.StringAlignment.Center;
     this.BackPanel.TextStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.BackPanel.ToolTip                     = null;
     //
     // BudgetBinding
     //
     this.BudgetBinding.DataFilter = null;
     this.BudgetBinding.Numeric    = BudgetExecution.Numeric.NS;
     //
     // ToolTip
     //
     this.ToolTip.AutoPopDelay  = 5000;
     this.ToolTip.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.ToolTip.BindingSource = null;
     this.ToolTip.BorderColor   = System.Drawing.Color.Blue;
     this.ToolTip.ForeColor     = System.Drawing.Color.LightGray;
     this.ToolTip.InitialDelay  = 500;
     this.ToolTip.Name          = null;
     this.ToolTip.OwnerDraw     = true;
     this.ToolTip.ReshowDelay   = 100;
     this.ToolTip.Style         = MetroSet_UI.Design.Style.Custom;
     this.ToolTip.StyleManager  = null;
     this.ToolTip.ThemeAuthor   = "Terry D. Eppler";
     this.ToolTip.ThemeName     = "Budget Execution";
     this.ToolTip.TipIcon       = System.Windows.Forms.ToolTipIcon.Info;
     this.ToolTip.TipTitle      = "";
     //
     // ClockControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.BackPanel);
     this.Name = "ClockControl";
     this.Size = new System.Drawing.Size(190, 95);
     this.BackPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BudgetBinding)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
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();
     Syncfusion.Windows.Forms.Tools.DigitalClockRenderer digitalClockRenderer1 = new Syncfusion.Windows.Forms.Tools.DigitalClockRenderer();
     Syncfusion.Windows.Forms.Tools.ClockRenderer        clockRenderer1        = new Syncfusion.Windows.Forms.Tools.ClockRenderer();
     System.ComponentModel.ComponentResourceManager      resources             = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Bunifu.UI.WinForms.BunifuTextBox.StateProperties    stateProperties1      = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextBox.StateProperties    stateProperties2      = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextBox.StateProperties    stateProperties3      = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextBox.StateProperties    stateProperties4      = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler3 = new DevExpress.XtraScheduler.TimeRuler();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.btnminimize             = new Guna.UI.WinForms.GunaCircleButton();
     this.btnclose                = new Guna.UI.WinForms.GunaCircleButton();
     this.schedulerDataStorage1   = new DevExpress.XtraScheduler.SchedulerDataStorage(this.components);
     this.dxGoogleCalendarSync1   = new DevExpress.XtraScheduler.GoogleCalendar.DXGoogleCalendarSync(this.components);
     this.clock1                  = new Syncfusion.Windows.Forms.Tools.Clock();
     this.panel3                  = new System.Windows.Forms.Panel();
     this.bunifuPanel1            = new Bunifu.UI.WinForms.BunifuPanel();
     this.bunifuTextBox1          = new Bunifu.UI.WinForms.BunifuTextBox();
     this.bunifuImageButton2      = new Bunifu.UI.WinForms.BunifuImageButton();
     this.bunifuSeparator2        = new Bunifu.UI.WinForms.BunifuSeparator();
     this.PnlContainer            = new Bunifu.UI.WinForms.BunifuPanel();
     this.PnlHeader               = new Guna.UI2.WinForms.Guna2Panel();
     this.Label5                  = new Bunifu.UI.WinForms.BunifuLabel();
     this.bunifuImageButton1      = new Bunifu.UI.WinForms.BunifuImageButton();
     this.schedulerControl1       = new DevExpress.XtraScheduler.SchedulerControl();
     this.timer1                  = new System.Windows.Forms.Timer(this.components);
     this.label1                  = new System.Windows.Forms.Label();
     this.guna2GradientPanel1     = new Guna.UI2.WinForms.Guna2GradientPanel();
     this.guna2Panel1             = new Guna.UI2.WinForms.Guna2Panel();
     this.guna2CirclePictureBox1  = new Guna.UI2.WinForms.Guna2CirclePictureBox();
     this.guna2CircleProgressBar2 = new Guna.UI2.WinForms.Guna2CircleProgressBar();
     this.guna2CircleProgressBar1 = new Guna.UI2.WinForms.Guna2CircleProgressBar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).BeginInit();
     this.panel3.SuspendLayout();
     this.bunifuPanel1.SuspendLayout();
     this.PnlHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     this.guna2GradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guna2CirclePictureBox1)).BeginInit();
     this.guna2CircleProgressBar2.SuspendLayout();
     this.guna2CircleProgressBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.RoyalBlue;
     this.panel1.Controls.Add(this.btnminimize);
     this.panel1.Controls.Add(this.btnclose);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(830, 26);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnminimize
     //
     this.btnminimize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.btnminimize.AnimationHoverSpeed = 0.07F;
     this.btnminimize.AnimationSpeed      = 0.03F;
     this.btnminimize.BaseColor           = System.Drawing.Color.LimeGreen;
     this.btnminimize.BorderColor         = System.Drawing.Color.Black;
     this.btnminimize.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.btnminimize.FocusedColor        = System.Drawing.Color.Empty;
     this.btnminimize.Font               = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnminimize.ForeColor          = System.Drawing.Color.White;
     this.btnminimize.Image              = null;
     this.btnminimize.ImageSize          = new System.Drawing.Size(52, 52);
     this.btnminimize.Location           = new System.Drawing.Point(783, 3);
     this.btnminimize.Name               = "btnminimize";
     this.btnminimize.OnHoverBaseColor   = System.Drawing.Color.DarkGreen;
     this.btnminimize.OnHoverBorderColor = System.Drawing.Color.YellowGreen;
     this.btnminimize.OnHoverForeColor   = System.Drawing.Color.Lime;
     this.btnminimize.OnHoverImage       = null;
     this.btnminimize.OnPressedColor     = System.Drawing.Color.YellowGreen;
     this.btnminimize.Size               = new System.Drawing.Size(19, 19);
     this.btnminimize.TabIndex           = 9;
     this.btnminimize.Text               = "-";
     this.btnminimize.Click             += new System.EventHandler(this.gunaCircleButton2_Click);
     //
     // btnclose
     //
     this.btnclose.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.btnclose.AnimationHoverSpeed = 0.07F;
     this.btnclose.AnimationSpeed      = 0.03F;
     this.btnclose.BaseColor           = System.Drawing.Color.Red;
     this.btnclose.BorderColor         = System.Drawing.Color.Black;
     this.btnclose.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.btnclose.FocusedColor        = System.Drawing.Color.Empty;
     this.btnclose.Font               = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnclose.ForeColor          = System.Drawing.Color.White;
     this.btnclose.Image              = null;
     this.btnclose.ImageSize          = new System.Drawing.Size(52, 52);
     this.btnclose.Location           = new System.Drawing.Point(808, 2);
     this.btnclose.Name               = "btnclose";
     this.btnclose.OnHoverBaseColor   = System.Drawing.Color.Brown;
     this.btnclose.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btnclose.OnHoverForeColor   = System.Drawing.Color.White;
     this.btnclose.OnHoverImage       = null;
     this.btnclose.OnPressedColor     = System.Drawing.Color.Black;
     this.btnclose.Size               = new System.Drawing.Size(19, 20);
     this.btnclose.TabIndex           = 6;
     this.btnclose.Text               = "x";
     this.btnclose.Click             += new System.EventHandler(this.gunaCircleButton1_Click);
     //
     // schedulerDataStorage1
     //
     //
     //
     //
     this.schedulerDataStorage1.AppointmentDependencies.AutoReload = false;
     //
     // dxGoogleCalendarSync1
     //
     this.dxGoogleCalendarSync1.CalendarId      = null;
     this.dxGoogleCalendarSync1.CalendarService = null;
     this.dxGoogleCalendarSync1.Storage         = null;
     //
     // clock1
     //
     this.clock1.BackgroundColor     = System.Drawing.SystemColors.Control;
     this.clock1.BeforeTouchSize     = new System.Drawing.Size(91, 75);
     this.clock1.ClockFormat         = "HH:mm:ss";
     this.clock1.ClockFrame          = Syncfusion.Windows.Forms.Tools.ClockFrames.RectangularFrame;
     this.clock1.ClockShape          = Syncfusion.Windows.Forms.Tools.ClockShapes.Rectangle;
     this.clock1.ClockType           = Syncfusion.Windows.Forms.Tools.ClockTypes.Digital;
     this.clock1.CurrentDateTime     = new System.DateTime(2021, 3, 13, 19, 25, 4, 225);
     this.clock1.CustomTime          = new System.DateTime(2021, 3, 22, 21, 37, 5, 722);
     this.clock1.DigitalRenderer     = digitalClockRenderer1;
     this.clock1.DisplayDates        = true;
     this.clock1.Location            = new System.Drawing.Point(420, 30);
     this.clock1.MinimumSize         = new System.Drawing.Size(75, 75);
     this.clock1.Name                = "clock1";
     this.clock1.Now                 = new System.DateTime(((long)(0)));
     this.clock1.Remainder           = new System.DateTime(2021, 3, 13, 19, 25, 4, 193);
     this.clock1.Renderer            = clockRenderer1;
     this.clock1.ShowClockFrame      = false;
     this.clock1.ShowCustomTimeClock = false;
     this.clock1.ShowHourDesignator  = false;
     this.clock1.Size                = new System.Drawing.Size(91, 75);
     this.clock1.StopTimer           = false;
     this.clock1.TabIndex            = 5;
     this.clock1.Text                = "clock1";
     //
     // panel3
     //
     this.panel3.BackColor             = System.Drawing.Color.LightBlue;
     this.panel3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
     this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.panel3.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.bunifuPanel1);
     this.panel3.Controls.Add(this.PnlContainer);
     this.panel3.Controls.Add(this.PnlHeader);
     this.panel3.Location = new System.Drawing.Point(512, 28);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(315, 504);
     this.panel3.TabIndex = 4;
     this.panel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // bunifuPanel1
     //
     this.bunifuPanel1.BackgroundColor       = System.Drawing.Color.Transparent;
     this.bunifuPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuPanel1.BackgroundImage")));
     this.bunifuPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuPanel1.BorderColor           = System.Drawing.Color.Transparent;
     this.bunifuPanel1.BorderRadius          = 3;
     this.bunifuPanel1.BorderThickness       = 1;
     this.bunifuPanel1.Controls.Add(this.bunifuTextBox1);
     this.bunifuPanel1.Controls.Add(this.bunifuImageButton2);
     this.bunifuPanel1.Controls.Add(this.bunifuSeparator2);
     this.bunifuPanel1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.bunifuPanel1.Location    = new System.Drawing.Point(0, 408);
     this.bunifuPanel1.Name        = "bunifuPanel1";
     this.bunifuPanel1.ShowBorders = true;
     this.bunifuPanel1.Size        = new System.Drawing.Size(311, 92);
     this.bunifuPanel1.TabIndex    = 4;
     //
     // bunifuTextBox1
     //
     this.bunifuTextBox1.AcceptsReturn       = false;
     this.bunifuTextBox1.AcceptsTab          = false;
     this.bunifuTextBox1.AnimationSpeed      = 200;
     this.bunifuTextBox1.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.bunifuTextBox1.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.bunifuTextBox1.BackColor           = System.Drawing.Color.Transparent;
     this.bunifuTextBox1.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("bunifuTextBox1.BackgroundImage")));
     this.bunifuTextBox1.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.bunifuTextBox1.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bunifuTextBox1.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     this.bunifuTextBox1.BorderColorIdle     = System.Drawing.Color.Silver;
     this.bunifuTextBox1.BorderRadius        = 1;
     this.bunifuTextBox1.BorderThickness     = 1;
     this.bunifuTextBox1.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.bunifuTextBox1.Cursor                = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.DefaultFont           = new System.Drawing.Font("Segoe UI", 9.25F);
     this.bunifuTextBox1.DefaultText           = "";
     this.bunifuTextBox1.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.bunifuTextBox1.FillColor             = System.Drawing.Color.White;
     this.bunifuTextBox1.HideSelection         = true;
     this.bunifuTextBox1.IconLeft              = null;
     this.bunifuTextBox1.IconLeftCursor        = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.IconPadding           = 10;
     this.bunifuTextBox1.IconRight             = null;
     this.bunifuTextBox1.IconRightCursor       = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.Lines                 = new string[0];
     this.bunifuTextBox1.Location              = new System.Drawing.Point(0, 14);
     this.bunifuTextBox1.MaxLength             = 32767;
     this.bunifuTextBox1.MinimumSize           = new System.Drawing.Size(1, 1);
     this.bunifuTextBox1.Modified              = false;
     this.bunifuTextBox1.Multiline             = false;
     this.bunifuTextBox1.Name                  = "bunifuTextBox1";
     stateProperties1.BorderColor              = System.Drawing.Color.DodgerBlue;
     stateProperties1.FillColor                = System.Drawing.Color.Empty;
     stateProperties1.ForeColor                = System.Drawing.Color.Empty;
     stateProperties1.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnActiveState         = stateProperties1;
     stateProperties2.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     stateProperties2.FillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     stateProperties2.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     stateProperties2.PlaceholderForeColor     = System.Drawing.Color.DarkGray;
     this.bunifuTextBox1.OnDisabledState       = stateProperties2;
     stateProperties3.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties3.FillColor                = System.Drawing.Color.Empty;
     stateProperties3.ForeColor                = System.Drawing.Color.Empty;
     stateProperties3.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnHoverState          = stateProperties3;
     stateProperties4.BorderColor              = System.Drawing.Color.Silver;
     stateProperties4.FillColor                = System.Drawing.Color.White;
     stateProperties4.ForeColor                = System.Drawing.Color.Empty;
     stateProperties4.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnIdleState           = stateProperties4;
     this.bunifuTextBox1.Padding               = new System.Windows.Forms.Padding(3);
     this.bunifuTextBox1.PasswordChar          = '\0';
     this.bunifuTextBox1.PlaceholderForeColor  = System.Drawing.Color.Silver;
     this.bunifuTextBox1.PlaceholderText       = "Enter text";
     this.bunifuTextBox1.ReadOnly              = false;
     this.bunifuTextBox1.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.bunifuTextBox1.SelectedText          = "";
     this.bunifuTextBox1.SelectionLength       = 0;
     this.bunifuTextBox1.SelectionStart        = 0;
     this.bunifuTextBox1.ShortcutsEnabled      = true;
     this.bunifuTextBox1.Size                  = new System.Drawing.Size(247, 78);
     this.bunifuTextBox1.Style                 = Bunifu.UI.WinForms.BunifuTextBox._Style.Bunifu;
     this.bunifuTextBox1.TabIndex              = 3;
     this.bunifuTextBox1.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.bunifuTextBox1.TextMarginBottom      = 0;
     this.bunifuTextBox1.TextMarginLeft        = 3;
     this.bunifuTextBox1.TextMarginTop         = 0;
     this.bunifuTextBox1.TextPlaceholder       = "Enter text";
     this.bunifuTextBox1.UseSystemPasswordChar = false;
     this.bunifuTextBox1.WordWrap              = true;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.ActiveImage         = null;
     this.bunifuImageButton2.AllowAnimations     = true;
     this.bunifuImageButton2.AllowBuffering      = false;
     this.bunifuImageButton2.AllowToggling       = false;
     this.bunifuImageButton2.AllowZooming        = true;
     this.bunifuImageButton2.AllowZoomingOnFocus = false;
     this.bunifuImageButton2.BackColor           = System.Drawing.Color.Transparent;
     this.bunifuImageButton2.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.bunifuImageButton2.Dock              = System.Windows.Forms.DockStyle.Right;
     this.bunifuImageButton2.ErrorImage        = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.ErrorImage")));
     this.bunifuImageButton2.FadeWhenInactive  = false;
     this.bunifuImageButton2.Flip              = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
     this.bunifuImageButton2.Image             = global::WindowsFormsApp4.Properties.Resources.stethoscope_99px;
     this.bunifuImageButton2.ImageActive       = null;
     this.bunifuImageButton2.ImageLocation     = null;
     this.bunifuImageButton2.ImageMargin       = 40;
     this.bunifuImageButton2.ImageSize         = new System.Drawing.Size(26, 38);
     this.bunifuImageButton2.ImageZoomSize     = new System.Drawing.Size(66, 78);
     this.bunifuImageButton2.InitialImage      = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.InitialImage")));
     this.bunifuImageButton2.Location          = new System.Drawing.Point(245, 14);
     this.bunifuImageButton2.Name              = "bunifuImageButton2";
     this.bunifuImageButton2.Rotation          = 0;
     this.bunifuImageButton2.ShowActiveImage   = true;
     this.bunifuImageButton2.ShowCursorChanges = true;
     this.bunifuImageButton2.ShowImageBorders  = true;
     this.bunifuImageButton2.ShowSizeMarkers   = false;
     this.bunifuImageButton2.Size              = new System.Drawing.Size(66, 78);
     this.bunifuImageButton2.TabIndex          = 2;
     this.bunifuImageButton2.ToolTipText       = "";
     this.bunifuImageButton2.WaitOnLoad        = false;
     this.bunifuImageButton2.Zoom              = 40;
     this.bunifuImageButton2.ZoomSpeed         = 10;
     //
     // bunifuSeparator2
     //
     this.bunifuSeparator2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuSeparator2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuSeparator2.BackgroundImage")));
     this.bunifuSeparator2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuSeparator2.DashCap       = Bunifu.UI.WinForms.BunifuSeparator.CapStyles.Flat;
     this.bunifuSeparator2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.bunifuSeparator2.LineColor     = System.Drawing.Color.Silver;
     this.bunifuSeparator2.LineStyle     = Bunifu.UI.WinForms.BunifuSeparator.LineStyles.DoubleEdgeFaded;
     this.bunifuSeparator2.LineThickness = 2;
     this.bunifuSeparator2.Location      = new System.Drawing.Point(0, 0);
     this.bunifuSeparator2.Name          = "bunifuSeparator2";
     this.bunifuSeparator2.Orientation   = Bunifu.UI.WinForms.BunifuSeparator.LineOrientation.Horizontal;
     this.bunifuSeparator2.Size          = new System.Drawing.Size(311, 14);
     this.bunifuSeparator2.TabIndex      = 0;
     //
     // PnlContainer
     //
     this.PnlContainer.AutoScroll            = true;
     this.PnlContainer.BackgroundColor       = System.Drawing.Color.Transparent;
     this.PnlContainer.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("PnlContainer.BackgroundImage")));
     this.PnlContainer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.PnlContainer.BorderColor           = System.Drawing.Color.Transparent;
     this.PnlContainer.BorderRadius          = 3;
     this.PnlContainer.BorderThickness       = 1;
     this.PnlContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PnlContainer.Location    = new System.Drawing.Point(0, 33);
     this.PnlContainer.Name        = "PnlContainer";
     this.PnlContainer.ShowBorders = true;
     this.PnlContainer.Size        = new System.Drawing.Size(311, 467);
     this.PnlContainer.TabIndex    = 3;
     //
     // PnlHeader
     //
     this.PnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(89)))), ((int)(((byte)(205)))));
     this.PnlHeader.Controls.Add(this.Label5);
     this.PnlHeader.Controls.Add(this.bunifuImageButton1);
     this.PnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.PnlHeader.Location = new System.Drawing.Point(0, 0);
     this.PnlHeader.Name     = "PnlHeader";
     this.PnlHeader.ShadowDecoration.Parent = this.PnlHeader;
     this.PnlHeader.Size     = new System.Drawing.Size(311, 33);
     this.PnlHeader.TabIndex = 1;
     //
     // Label5
     //
     this.Label5.AllowParentOverrides = false;
     this.Label5.AutoEllipsis         = false;
     this.Label5.Cursor        = System.Windows.Forms.Cursors.Default;
     this.Label5.CursorType    = System.Windows.Forms.Cursors.Default;
     this.Label5.Font          = new System.Drawing.Font("Segoe UI", 9F);
     this.Label5.Location      = new System.Drawing.Point(15, 3);
     this.Label5.Name          = "Label5";
     this.Label5.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size          = new System.Drawing.Size(33, 15);
     this.Label5.TabIndex      = 1;
     this.Label5.Text          = "online";
     this.Label5.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.Label5.TextFormat    = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.ActiveImage         = null;
     this.bunifuImageButton1.AllowAnimations     = true;
     this.bunifuImageButton1.AllowBuffering      = false;
     this.bunifuImageButton1.AllowToggling       = false;
     this.bunifuImageButton1.AllowZooming        = true;
     this.bunifuImageButton1.AllowZoomingOnFocus = false;
     this.bunifuImageButton1.BackColor           = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.bunifuImageButton1.Dock              = System.Windows.Forms.DockStyle.Right;
     this.bunifuImageButton1.ErrorImage        = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.ErrorImage")));
     this.bunifuImageButton1.FadeWhenInactive  = false;
     this.bunifuImageButton1.Flip              = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
     this.bunifuImageButton1.Image             = global::WindowsFormsApp4.Properties.Resources.pngwing_com;
     this.bunifuImageButton1.ImageActive       = null;
     this.bunifuImageButton1.ImageLocation     = null;
     this.bunifuImageButton1.ImageMargin       = 10;
     this.bunifuImageButton1.ImageSize         = new System.Drawing.Size(40, 23);
     this.bunifuImageButton1.ImageZoomSize     = new System.Drawing.Size(50, 33);
     this.bunifuImageButton1.InitialImage      = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.InitialImage")));
     this.bunifuImageButton1.Location          = new System.Drawing.Point(261, 0);
     this.bunifuImageButton1.Name              = "bunifuImageButton1";
     this.bunifuImageButton1.Rotation          = 0;
     this.bunifuImageButton1.ShowActiveImage   = true;
     this.bunifuImageButton1.ShowCursorChanges = true;
     this.bunifuImageButton1.ShowImageBorders  = false;
     this.bunifuImageButton1.ShowSizeMarkers   = false;
     this.bunifuImageButton1.Size              = new System.Drawing.Size(50, 33);
     this.bunifuImageButton1.TabIndex          = 0;
     this.bunifuImageButton1.ToolTipText       = "";
     this.bunifuImageButton1.WaitOnLoad        = false;
     this.bunifuImageButton1.Zoom              = 10;
     this.bunifuImageButton1.ZoomSpeed         = 10;
     //
     // schedulerControl1
     //
     this.schedulerControl1.ActiveViewType        = DevExpress.XtraScheduler.SchedulerViewType.Month;
     this.schedulerControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.schedulerControl1.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.schedulerControl1.DataStorage           = this.schedulerDataStorage1;
     this.schedulerControl1.DateNavigationBar.CalendarButton.Show   = true;
     this.schedulerControl1.DateNavigationBar.ShowNavigationButtons = false;
     this.schedulerControl1.DateNavigationBar.ShowTodayButton       = true;
     this.schedulerControl1.ForeColor = System.Drawing.Color.Black;
     this.schedulerControl1.GroupType = DevExpress.XtraScheduler.SchedulerGroupType.Resource;
     this.schedulerControl1.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.schedulerControl1.LimitInterval.Duration = System.TimeSpan.Parse("2914237.23:59:59.9999999");
     this.schedulerControl1.LimitInterval.Start    = new System.DateTime(2021, 2, 1, 0, 0, 0, 0);
     this.schedulerControl1.Location                           = new System.Drawing.Point(1, 27);
     this.schedulerControl1.Name                               = "schedulerControl1";
     this.schedulerControl1.PaintStyleName                     = "Skin";
     this.schedulerControl1.Size                               = new System.Drawing.Size(415, 438);
     this.schedulerControl1.Start                              = new System.DateTime(2021, 3, 6, 0, 0, 0, 0);
     this.schedulerControl1.TabIndex                           = 0;
     this.schedulerControl1.Text                               = "schedulerControl1";
     this.schedulerControl1.Views.AgendaView.Enabled           = false;
     this.schedulerControl1.Views.DayView.AllowScrollAnimation = false;
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.FullWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseBackColor   = true;
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseBorderColor = true;
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseFont        = true;
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseForeColor   = true;
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseImage       = true;
     this.schedulerControl1.Views.MonthView.Appearance.AdditionalHeaderCaption.Options.UseTextOptions = true;
     this.schedulerControl1.Views.WeekView.Enabled = false;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler3);
     this.schedulerControl1.Views.YearView.UseOptimizedScrolling = false;
     this.schedulerControl1.Click += new System.EventHandler(this.schedulerControl1_Click_1);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // label1
     //
     this.label1.AccessibleDescription = "السلام عليكم";
     this.label1.AccessibleRole        = System.Windows.Forms.AccessibleRole.Graphic;
     this.label1.BackColor             = System.Drawing.Color.Transparent;
     this.label1.FlatStyle             = System.Windows.Forms.FlatStyle.Popup;
     this.label1.Location    = new System.Drawing.Point(101, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(306, 64);
     this.label1.TabIndex    = 8;
     this.label1.Text        = "السلام عليكم ورحمة الله وبركاته";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.label1.UseMnemonic = false;
     //
     // guna2GradientPanel1
     //
     this.guna2GradientPanel1.BackColor    = System.Drawing.Color.Transparent;
     this.guna2GradientPanel1.BorderRadius = 15;
     this.guna2GradientPanel1.Controls.Add(this.label1);
     this.guna2GradientPanel1.Controls.Add(this.guna2Panel1);
     this.guna2GradientPanel1.FillColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(152)))), ((int)(((byte)(93)))));
     this.guna2GradientPanel1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(61)))), ((int)(((byte)(87)))));
     this.guna2GradientPanel1.Location   = new System.Drawing.Point(1, 468);
     this.guna2GradientPanel1.Name       = "guna2GradientPanel1";
     this.guna2GradientPanel1.ShadowDecoration.Parent = this.guna2GradientPanel1;
     this.guna2GradientPanel1.Size     = new System.Drawing.Size(497, 64);
     this.guna2GradientPanel1.TabIndex = 14;
     //
     // guna2Panel1
     //
     this.guna2Panel1.BackColor               = System.Drawing.Color.Transparent;
     this.guna2Panel1.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.guna2Panel1.BorderRadius            = 15;
     this.guna2Panel1.FillColor               = System.Drawing.Color.Silver;
     this.guna2Panel1.Location                = new System.Drawing.Point(413, -61);
     this.guna2Panel1.Name                    = "guna2Panel1";
     this.guna2Panel1.ShadowDecoration.Parent = this.guna2Panel1;
     this.guna2Panel1.Size                    = new System.Drawing.Size(111, 113);
     this.guna2Panel1.TabIndex                = 0;
     //
     // guna2CirclePictureBox1
     //
     this.guna2CirclePictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.guna2CirclePictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.guna2CirclePictureBox1.FillColor             = System.Drawing.Color.Black;
     this.guna2CirclePictureBox1.Image    = global::WindowsFormsApp4.Properties.Resources.received_264768345150339;
     this.guna2CirclePictureBox1.Location = new System.Drawing.Point(4, 4);
     this.guna2CirclePictureBox1.Name     = "guna2CirclePictureBox1";
     this.guna2CirclePictureBox1.ShadowDecoration.Mode   = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
     this.guna2CirclePictureBox1.ShadowDecoration.Parent = this.guna2CirclePictureBox1;
     this.guna2CirclePictureBox1.Size     = new System.Drawing.Size(74, 74);
     this.guna2CirclePictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.guna2CirclePictureBox1.TabIndex = 14;
     this.guna2CirclePictureBox1.TabStop  = false;
     //
     // guna2CircleProgressBar2
     //
     this.guna2CircleProgressBar2.Animated       = true;
     this.guna2CircleProgressBar2.AnimationSpeed = 0.4F;
     this.guna2CircleProgressBar2.BackColor      = System.Drawing.Color.Silver;
     this.guna2CircleProgressBar2.Controls.Add(this.guna2CircleProgressBar1);
     this.guna2CircleProgressBar2.FillColor               = System.Drawing.Color.Transparent;
     this.guna2CircleProgressBar2.FillThickness           = 3;
     this.guna2CircleProgressBar2.Location                = new System.Drawing.Point(417, 417);
     this.guna2CircleProgressBar2.Name                    = "guna2CircleProgressBar2";
     this.guna2CircleProgressBar2.ProgressColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(152)))), ((int)(((byte)(93)))));
     this.guna2CircleProgressBar2.ProgressColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(61)))), ((int)(((byte)(87)))));
     this.guna2CircleProgressBar2.ProgressThickness       = 3;
     this.guna2CircleProgressBar2.ShadowDecoration.Mode   = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
     this.guna2CircleProgressBar2.ShadowDecoration.Parent = this.guna2CircleProgressBar2;
     this.guna2CircleProgressBar2.Size                    = new System.Drawing.Size(94, 94);
     this.guna2CircleProgressBar2.TabIndex                = 15;
     this.guna2CircleProgressBar2.Value                   = 40;
     //
     // guna2CircleProgressBar1
     //
     this.guna2CircleProgressBar1.Animated  = true;
     this.guna2CircleProgressBar1.BackColor = System.Drawing.Color.Transparent;
     this.guna2CircleProgressBar1.Controls.Add(this.guna2CirclePictureBox1);
     this.guna2CircleProgressBar1.FillColor               = System.Drawing.Color.Transparent;
     this.guna2CircleProgressBar1.FillThickness           = 3;
     this.guna2CircleProgressBar1.Location                = new System.Drawing.Point(5, 4);
     this.guna2CircleProgressBar1.Name                    = "guna2CircleProgressBar1";
     this.guna2CircleProgressBar1.ProgressColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(48)))), ((int)(((byte)(90)))));
     this.guna2CircleProgressBar1.ProgressColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(36)))), ((int)(((byte)(206)))));
     this.guna2CircleProgressBar1.ProgressThickness       = 3;
     this.guna2CircleProgressBar1.ShadowDecoration.Mode   = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
     this.guna2CircleProgressBar1.ShadowDecoration.Parent = this.guna2CircleProgressBar1;
     this.guna2CircleProgressBar1.Size                    = new System.Drawing.Size(84, 84);
     this.guna2CircleProgressBar1.TabIndex                = 12;
     this.guna2CircleProgressBar1.Value                   = 33;
     //
     // Form1
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Silver;
     this.ClientSize    = new System.Drawing.Size(830, 534);
     this.Controls.Add(this.guna2CircleProgressBar2);
     this.Controls.Add(this.guna2GradientPanel1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.clock1);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.IsMdiContainer  = true;
     this.Name            = "Form1";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.bunifuPanel1.ResumeLayout(false);
     this.PnlHeader.ResumeLayout(false);
     this.PnlHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     this.guna2GradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.guna2CirclePictureBox1)).EndInit();
     this.guna2CircleProgressBar2.ResumeLayout(false);
     this.guna2CircleProgressBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }