Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RetailControls.NepDate nepDate10 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate11 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate12 = new RetailControls.NepDate();
     this.label_totalamount          = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.listView1                  = new System.Windows.Forms.ListView();
     this.panel3                     = new System.Windows.Forms.Panel();
     this.button_export              = new System.Windows.Forms.Button();
     this.button_Reset               = new System.Windows.Forms.Button();
     this.button_load                = new System.Windows.Forms.Button();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.nepaliCalender_sales_end   = new RetailControls.NepaliCalender();
     this.nepaliCalender2            = new RetailControls.NepaliCalender();
     this.nepaliCalender_sales_start = new RetailControls.NepaliCalender();
     this.checkBox_types             = new System.Windows.Forms.CheckBox();
     this.radioButton__sales_single  = new System.Windows.Forms.RadioButton();
     this.radioButton_sales_group    = new System.Windows.Forms.RadioButton();
     this.label1                     = new System.Windows.Forms.Label();
     this.listBox_categories         = new System.Windows.Forms.ListBox();
     this.comboBox_sales_week        = new System.Windows.Forms.ComboBox();
     this.comboBox_sales             = new System.Windows.Forms.ComboBox();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label_totalamount
     //
     this.label_totalamount.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_totalamount.AutoSize = true;
     this.label_totalamount.Location = new System.Drawing.Point(112, 495);
     this.label_totalamount.Name     = "label_totalamount";
     this.label_totalamount.Size     = new System.Drawing.Size(17, 19);
     this.label_totalamount.TabIndex = 33;
     this.label_totalamount.Text     = "0";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 495);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 19);
     this.label2.TabIndex = 32;
     this.label2.Text     = "Total Amount:";
     //
     // listView1
     //
     this.listView1.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.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.Location      = new System.Drawing.Point(5, 151);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(892, 335);
     this.listView1.TabIndex      = 31;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // panel3
     //
     this.panel3.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.button_export);
     this.panel3.Controls.Add(this.button_Reset);
     this.panel3.Controls.Add(this.button_load);
     this.panel3.Location = new System.Drawing.Point(685, 7);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(212, 138);
     this.panel3.TabIndex = 30;
     //
     // button_export
     //
     this.button_export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_export.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_export.Location  = new System.Drawing.Point(5, 39);
     this.button_export.Name      = "button_export";
     this.button_export.Size      = new System.Drawing.Size(77, 30);
     this.button_export.TabIndex  = 3;
     this.button_export.Text      = "Export";
     this.button_export.UseVisualStyleBackColor = true;
     //
     // button_Reset
     //
     this.button_Reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_Reset.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_Reset.Location  = new System.Drawing.Point(88, 4);
     this.button_Reset.Name      = "button_Reset";
     this.button_Reset.Size      = new System.Drawing.Size(77, 30);
     this.button_Reset.TabIndex  = 1;
     this.button_Reset.Text      = "Reset";
     this.button_Reset.UseVisualStyleBackColor = true;
     //
     // button_load
     //
     this.button_load.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_load.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_load.Location  = new System.Drawing.Point(5, 4);
     this.button_load.Name      = "button_load";
     this.button_load.Size      = new System.Drawing.Size(77, 30);
     this.button_load.TabIndex  = 0;
     this.button_load.Text      = "Load";
     this.button_load.UseVisualStyleBackColor = true;
     this.button_load.Click += new System.EventHandler(this.button_load_Click);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.nepaliCalender_sales_end);
     this.panel2.Controls.Add(this.nepaliCalender2);
     this.panel2.Controls.Add(this.nepaliCalender_sales_start);
     this.panel2.Controls.Add(this.checkBox_types);
     this.panel2.Controls.Add(this.radioButton__sales_single);
     this.panel2.Controls.Add(this.radioButton_sales_group);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.listBox_categories);
     this.panel2.Controls.Add(this.comboBox_sales_week);
     this.panel2.Controls.Add(this.comboBox_sales);
     this.panel2.Location = new System.Drawing.Point(4, 7);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(677, 138);
     this.panel2.TabIndex = 29;
     //
     // nepaliCalender_sales_end
     //
     nepDate10.Day         = 20;
     nepDate10.Month       = 1;
     nepDate10.MonthName   = "Baishak";
     nepDate10.WeekDay     = 6;
     nepDate10.WeekDayName = "Friday";
     nepDate10.Year        = 2076;
     this.nepaliCalender_sales_end.date     = nepDate10;
     this.nepaliCalender_sales_end.engdate  = new System.DateTime(2019, 5, 3, 0, 0, 0, 0);
     this.nepaliCalender_sales_end.Location = new System.Drawing.Point(40, 96);
     this.nepaliCalender_sales_end.Margin   = new System.Windows.Forms.Padding(3, 7, 3, 7);
     this.nepaliCalender_sales_end.Name     = "nepaliCalender_sales_end";
     this.nepaliCalender_sales_end.Size     = new System.Drawing.Size(202, 26);
     this.nepaliCalender_sales_end.TabIndex = 14;
     //
     // nepaliCalender2
     //
     nepDate11.Day                 = 20;
     nepDate11.Month               = 1;
     nepDate11.MonthName           = "Baishak";
     nepDate11.WeekDay             = 6;
     nepDate11.WeekDayName         = "Friday";
     nepDate11.Year                = 2076;
     this.nepaliCalender2.date     = nepDate11;
     this.nepaliCalender2.engdate  = new System.DateTime(2019, 5, 3, 0, 0, 0, 0);
     this.nepaliCalender2.Location = new System.Drawing.Point(378, 381);
     this.nepaliCalender2.Margin   = new System.Windows.Forms.Padding(3, 7, 3, 7);
     this.nepaliCalender2.Name     = "nepaliCalender2";
     this.nepaliCalender2.Size     = new System.Drawing.Size(276, 44);
     this.nepaliCalender2.TabIndex = 13;
     //
     // nepaliCalender_sales_start
     //
     nepDate12.Day         = 20;
     nepDate12.Month       = 1;
     nepDate12.MonthName   = "Baishak";
     nepDate12.WeekDay     = 6;
     nepDate12.WeekDayName = "Friday";
     nepDate12.Year        = 2076;
     this.nepaliCalender_sales_start.date     = nepDate12;
     this.nepaliCalender_sales_start.engdate  = new System.DateTime(2019, 5, 3, 0, 0, 0, 0);
     this.nepaliCalender_sales_start.Location = new System.Drawing.Point(40, 67);
     this.nepaliCalender_sales_start.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.nepaliCalender_sales_start.Name     = "nepaliCalender_sales_start";
     this.nepaliCalender_sales_start.Size     = new System.Drawing.Size(203, 29);
     this.nepaliCalender_sales_start.TabIndex = 12;
     //
     // checkBox_types
     //
     this.checkBox_types.AutoSize = true;
     this.checkBox_types.Location = new System.Drawing.Point(450, 8);
     this.checkBox_types.Name     = "checkBox_types";
     this.checkBox_types.Size     = new System.Drawing.Size(111, 23);
     this.checkBox_types.TabIndex = 10;
     this.checkBox_types.Text     = "CustomSelect";
     this.checkBox_types.UseVisualStyleBackColor = true;
     //
     // radioButton__sales_single
     //
     this.radioButton__sales_single.AutoSize = true;
     this.radioButton__sales_single.Location = new System.Drawing.Point(129, 6);
     this.radioButton__sales_single.Name     = "radioButton__sales_single";
     this.radioButton__sales_single.Size     = new System.Drawing.Size(63, 23);
     this.radioButton__sales_single.TabIndex = 8;
     this.radioButton__sales_single.Text     = "Single";
     this.radioButton__sales_single.UseVisualStyleBackColor = true;
     //
     // radioButton_sales_group
     //
     this.radioButton_sales_group.AutoSize = true;
     this.radioButton_sales_group.Checked  = true;
     this.radioButton_sales_group.Location = new System.Drawing.Point(12, 7);
     this.radioButton_sales_group.Name     = "radioButton_sales_group";
     this.radioButton_sales_group.Size     = new System.Drawing.Size(116, 23);
     this.radioButton_sales_group.TabIndex = 7;
     this.radioButton_sales_group.TabStop  = true;
     this.radioButton_sales_group.Text     = "Category Wise";
     this.radioButton_sales_group.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 19);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Report Type";
     //
     // listBox_categories
     //
     this.listBox_categories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.listBox_categories.Enabled           = false;
     this.listBox_categories.FormattingEnabled = true;
     this.listBox_categories.ItemHeight        = 17;
     this.listBox_categories.Location          = new System.Drawing.Point(450, 39);
     this.listBox_categories.Name          = "listBox_categories";
     this.listBox_categories.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox_categories.Size          = new System.Drawing.Size(219, 89);
     this.listBox_categories.TabIndex      = 6;
     //
     // comboBox_sales_week
     //
     this.comboBox_sales_week.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_sales_week.FormattingEnabled = true;
     this.comboBox_sales_week.Items.AddRange(new object[] {
         "First",
         "Second",
         "Third",
         "Fourth",
         "Fifth"
     });
     this.comboBox_sales_week.Location = new System.Drawing.Point(248, 68);
     this.comboBox_sales_week.Name     = "comboBox_sales_week";
     this.comboBox_sales_week.Size     = new System.Drawing.Size(192, 25);
     this.comboBox_sales_week.TabIndex = 5;
     this.comboBox_sales_week.Visible  = false;
     //
     // comboBox_sales
     //
     this.comboBox_sales.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_sales.FormattingEnabled = true;
     this.comboBox_sales.Items.AddRange(new object[] {
         "Daily",
         "Weekly",
         "Monthly",
         "Yearly",
         "Custom"
     });
     this.comboBox_sales.Location              = new System.Drawing.Point(102, 36);
     this.comboBox_sales.Name                  = "comboBox_sales";
     this.comboBox_sales.Size                  = new System.Drawing.Size(338, 25);
     this.comboBox_sales.TabIndex              = 2;
     this.comboBox_sales.SelectedIndexChanged += new System.EventHandler(this.comboBox_sales_SelectedIndexChanged);
     //
     // ExpenseReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.label_totalamount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font   = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "ExpenseReport";
     this.Size   = new System.Drawing.Size(900, 520);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     this.panel1               = new System.Windows.Forms.Panel();
     this.panel3               = new System.Windows.Forms.Panel();
     this.nepaliCalender1      = new RetailControls.NepaliCalender();
     this.expdescription       = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.expname              = new System.Windows.Forms.TextBox();
     this.expamount            = new BaseControls.FloatTextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.panel2               = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.notificationMAnager1 = new RetailControls.NotificationMAnager(this.components);
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(530, 305);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.nepaliCalender1);
     this.panel3.Controls.Add(this.expdescription);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.expname);
     this.panel3.Controls.Add(this.expamount);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Font     = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(524, 299);
     this.panel3.TabIndex = 0;
     //
     // nepaliCalender1
     //
     nepDate1.Day                  = 11;
     nepDate1.Month                = 8;
     nepDate1.MonthName            = "Mangshir";
     nepDate1.WeekDay              = 3;
     nepDate1.WeekDayName          = "Tuesday";
     nepDate1.Year                 = 2075;
     this.nepaliCalender1.date     = nepDate1;
     this.nepaliCalender1.engdate  = new System.DateTime(2018, 11, 27, 0, 0, 0, 0);
     this.nepaliCalender1.Location = new System.Drawing.Point(247, 86);
     this.nepaliCalender1.Margin   = new System.Windows.Forms.Padding(5);
     this.nepaliCalender1.Name     = "nepaliCalender1";
     this.nepaliCalender1.Size     = new System.Drawing.Size(233, 34);
     this.nepaliCalender1.TabIndex = 29;
     //
     // expdescription
     //
     this.expdescription.Location  = new System.Drawing.Point(3, 151);
     this.expdescription.MaxLength = 1000;
     this.expdescription.Multiline = true;
     this.expdescription.Name      = "expdescription";
     this.expdescription.Size      = new System.Drawing.Size(519, 142);
     this.expdescription.TabIndex  = 27;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label6.Location  = new System.Drawing.Point(248, 60);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(43, 19);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "Date";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label3.Location  = new System.Drawing.Point(4, 4);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 19);
     this.label3.TabIndex  = 22;
     this.label3.Text      = "Category   Name";
     //
     // expname
     //
     this.expname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.expname.Location  = new System.Drawing.Point(3, 28);
     this.expname.Name      = "expname";
     this.expname.Size      = new System.Drawing.Size(521, 24);
     this.expname.TabIndex  = 23;
     //
     // expamount
     //
     this.expamount.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.expamount.Location   = new System.Drawing.Point(3, 86);
     this.expamount.Name       = "expamount";
     this.expamount.Size       = new System.Drawing.Size(235, 24);
     this.expamount.TabIndex   = 26;
     this.expamount.Text       = "0";
     this.expamount.val        = 0D;
     this.expamount.validation = null;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label4.Location  = new System.Drawing.Point(3, 118);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(95, 19);
     this.label4.TabIndex  = 24;
     this.label4.Text      = "DESCRIPTION";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label5.Location  = new System.Drawing.Point(3, 60);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(63, 19);
     this.label5.TabIndex  = 25;
     this.label5.Text      = "Amount";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor             = System.Drawing.Color.White;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(1, 303);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(533, 58);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize    = true;
     this.label2.BackColor   = System.Drawing.Color.Teal;
     this.label2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location    = new System.Drawing.Point(356, 14);
     this.label2.Margin      = new System.Windows.Forms.Padding(5);
     this.label2.Name        = "label2";
     this.label2.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label2.Size        = new System.Drawing.Size(65, 30);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Save";
     this.label2.Click      += new System.EventHandler(this.label2_Click);
     this.label2.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label2.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Teal;
     this.label1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location    = new System.Drawing.Point(440, 14);
     this.label1.Margin      = new System.Windows.Forms.Padding(5);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label1.Size        = new System.Drawing.Size(78, 30);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Cancel";
     this.label1.Click      += new System.EventHandler(this.label1_Click);
     this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // Edit_Expenses
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(535, 364);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Edit_Expenses";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add";
     this.Load           += new System.EventHandler(this.Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Timer Clocktimer;
     RetailControls.NepDate     nepDate1 = new RetailControls.NepDate();
     this.menu_panel = new System.Windows.Forms.Panel();
     this.materialButton_salesreturn = new RetailControls.MaterialButton();
     this.add_stock            = new RetailControls.MaterialButton();
     this.materialButton1      = new RetailControls.MaterialButton();
     this.reports              = new RetailControls.MaterialButton();
     this.vendors_nsme         = new RetailControls.MaterialButton();
     this.customer_name        = new RetailControls.MaterialButton();
     this.item_name            = new RetailControls.MaterialButton();
     this.panel1               = new System.Windows.Forms.Panel();
     this.label1               = new System.Windows.Forms.Label();
     this.materialButton_close = new RetailControls.MaterialButton();
     this.panel3               = new System.Windows.Forms.Panel();
     this.materialButton2      = new RetailControls.MaterialButton();
     this.button2              = new System.Windows.Forms.Button();
     this.nepaliCalender1      = new RetailControls.NepaliCalender();
     this.name_lbl             = new System.Windows.Forms.Label();
     this.ClockLabel           = new System.Windows.Forms.Label();
     this.notificationMAnager1 = new RetailControls.NotificationMAnager(this.components);
     this.panel4               = new System.Windows.Forms.Panel();
     Clocktimer = new System.Windows.Forms.Timer(this.components);
     this.menu_panel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // Clocktimer
     //
     Clocktimer.Enabled  = true;
     Clocktimer.Interval = 1000;
     Clocktimer.Tick    += new System.EventHandler(this.Clocktimer_Tick);
     //
     // menu_panel
     //
     this.menu_panel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.menu_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.menu_panel.Controls.Add(this.materialButton_salesreturn);
     this.menu_panel.Controls.Add(this.add_stock);
     this.menu_panel.Controls.Add(this.materialButton1);
     this.menu_panel.Controls.Add(this.reports);
     this.menu_panel.Controls.Add(this.vendors_nsme);
     this.menu_panel.Controls.Add(this.customer_name);
     this.menu_panel.Controls.Add(this.item_name);
     this.menu_panel.Controls.Add(this.panel1);
     this.menu_panel.ForeColor = System.Drawing.Color.White;
     this.menu_panel.Location  = new System.Drawing.Point(3, 0);
     this.menu_panel.Name      = "menu_panel";
     this.menu_panel.Size      = new System.Drawing.Size(356, 425);
     this.menu_panel.TabIndex  = 0;
     this.menu_panel.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // materialButton_salesreturn
     //
     this.materialButton_salesreturn.BackColor = System.Drawing.Color.White;
     this.materialButton_salesreturn.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.materialButton_salesreturn.FlatAppearance.BorderSize = 0;
     this.materialButton_salesreturn.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.materialButton_salesreturn.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.materialButton_salesreturn.ForeColor               = System.Drawing.Color.Black;
     this.materialButton_salesreturn.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.materialButton_salesreturn.HoverTextColor          = System.Drawing.Color.Empty;
     this.materialButton_salesreturn.Location                = new System.Drawing.Point(0, 230);
     this.materialButton_salesreturn.Margin                  = new System.Windows.Forms.Padding(0);
     this.materialButton_salesreturn.Name                    = "materialButton_salesreturn";
     this.materialButton_salesreturn.Size                    = new System.Drawing.Size(356, 30);
     this.materialButton_salesreturn.TabIndex                = 13;
     this.materialButton_salesreturn.Text                    = "Sales Return";
     this.materialButton_salesreturn.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.materialButton_salesreturn.UseVisualStyleBackColor = false;
     this.materialButton_salesreturn.Click                  += new System.EventHandler(this.materialButton_salesreturn_Click);
     //
     // add_stock
     //
     this.add_stock.BackColor = System.Drawing.Color.White;
     this.add_stock.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.add_stock.FlatAppearance.BorderSize = 0;
     this.add_stock.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.add_stock.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.add_stock.ForeColor               = System.Drawing.Color.Black;
     this.add_stock.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.add_stock.HoverTextColor          = System.Drawing.Color.Empty;
     this.add_stock.Location                = new System.Drawing.Point(0, 200);
     this.add_stock.Margin                  = new System.Windows.Forms.Padding(0);
     this.add_stock.Name                    = "add_stock";
     this.add_stock.Size                    = new System.Drawing.Size(356, 30);
     this.add_stock.TabIndex                = 11;
     this.add_stock.Text                    = "Manage Stock";
     this.add_stock.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.add_stock.UseVisualStyleBackColor = false;
     this.add_stock.Click                  += new System.EventHandler(this.materialButton2_Click_1);
     //
     // materialButton1
     //
     this.materialButton1.BackColor = System.Drawing.Color.White;
     this.materialButton1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.materialButton1.FlatAppearance.BorderSize = 0;
     this.materialButton1.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.materialButton1.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.materialButton1.ForeColor               = System.Drawing.Color.Black;
     this.materialButton1.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.materialButton1.HoverTextColor          = System.Drawing.Color.Empty;
     this.materialButton1.Location                = new System.Drawing.Point(0, 170);
     this.materialButton1.Margin                  = new System.Windows.Forms.Padding(0);
     this.materialButton1.Name                    = "materialButton1";
     this.materialButton1.Size                    = new System.Drawing.Size(356, 30);
     this.materialButton1.TabIndex                = 10;
     this.materialButton1.Text                    = "Manage Expenses";
     this.materialButton1.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.materialButton1.UseVisualStyleBackColor = false;
     this.materialButton1.Click                  += new System.EventHandler(this.materialButton1_Click_1);
     //
     // reports
     //
     this.reports.BackColor = System.Drawing.Color.White;
     this.reports.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.reports.FlatAppearance.BorderSize = 0;
     this.reports.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.reports.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.reports.ForeColor               = System.Drawing.Color.Black;
     this.reports.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.reports.HoverTextColor          = System.Drawing.Color.Empty;
     this.reports.Location                = new System.Drawing.Point(0, 140);
     this.reports.Margin                  = new System.Windows.Forms.Padding(0);
     this.reports.Name                    = "reports";
     this.reports.Size                    = new System.Drawing.Size(356, 30);
     this.reports.TabIndex                = 8;
     this.reports.Text                    = "Reports List";
     this.reports.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.reports.UseVisualStyleBackColor = false;
     this.reports.Click                  += new System.EventHandler(this.reports_Click);
     //
     // vendors_nsme
     //
     this.vendors_nsme.BackColor = System.Drawing.Color.White;
     this.vendors_nsme.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.vendors_nsme.FlatAppearance.BorderSize = 0;
     this.vendors_nsme.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.vendors_nsme.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.vendors_nsme.ForeColor               = System.Drawing.Color.Black;
     this.vendors_nsme.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.vendors_nsme.HoverTextColor          = System.Drawing.Color.Empty;
     this.vendors_nsme.Location                = new System.Drawing.Point(0, 110);
     this.vendors_nsme.Margin                  = new System.Windows.Forms.Padding(0);
     this.vendors_nsme.Name                    = "vendors_nsme";
     this.vendors_nsme.Size                    = new System.Drawing.Size(356, 30);
     this.vendors_nsme.TabIndex                = 6;
     this.vendors_nsme.Text                    = "Manage Parties";
     this.vendors_nsme.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.vendors_nsme.UseVisualStyleBackColor = false;
     this.vendors_nsme.Click                  += new System.EventHandler(this.vendors_nsme_Click);
     //
     // customer_name
     //
     this.customer_name.BackColor = System.Drawing.Color.White;
     this.customer_name.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.customer_name.FlatAppearance.BorderSize = 0;
     this.customer_name.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.customer_name.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customer_name.ForeColor               = System.Drawing.Color.Black;
     this.customer_name.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.customer_name.HoverTextColor          = System.Drawing.Color.White;
     this.customer_name.Location                = new System.Drawing.Point(0, 80);
     this.customer_name.Margin                  = new System.Windows.Forms.Padding(0);
     this.customer_name.Name                    = "customer_name";
     this.customer_name.Size                    = new System.Drawing.Size(356, 30);
     this.customer_name.TabIndex                = 2;
     this.customer_name.Text                    = "Manage Customers";
     this.customer_name.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.customer_name.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.customer_name.UseVisualStyleBackColor = false;
     this.customer_name.Click                  += new System.EventHandler(this.materialButton2_Click);
     //
     // item_name
     //
     this.item_name.BackColor = System.Drawing.Color.White;
     this.item_name.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.item_name.FlatAppearance.BorderSize = 0;
     this.item_name.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.item_name.Font                    = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.item_name.ForeColor               = System.Drawing.Color.Black;
     this.item_name.HoverColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.item_name.HoverTextColor          = System.Drawing.Color.White;
     this.item_name.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.item_name.Location                = new System.Drawing.Point(0, 50);
     this.item_name.Margin                  = new System.Windows.Forms.Padding(0);
     this.item_name.Name                    = "item_name";
     this.item_name.Size                    = new System.Drawing.Size(356, 30);
     this.item_name.TabIndex                = 0;
     this.item_name.Text                    = "Manage Product";
     this.item_name.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.item_name.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.item_name.UseVisualStyleBackColor = false;
     this.item_name.Click                  += new System.EventHandler(this.materialButton1_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.materialButton_close);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(356, 50);
     this.panel1.TabIndex = 12;
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(86, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(141, 28);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "Dashboard";
     //
     // materialButton_close
     //
     this.materialButton_close.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.materialButton_close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.materialButton_close.FlatAppearance.BorderSize = 0;
     this.materialButton_close.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.materialButton_close.Font                    = new System.Drawing.Font("Century Gothic", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.materialButton_close.ForeColor               = System.Drawing.Color.White;
     this.materialButton_close.HoverColor              = System.Drawing.Color.Empty;
     this.materialButton_close.HoverTextColor          = System.Drawing.Color.Empty;
     this.materialButton_close.Location                = new System.Drawing.Point(318, 2);
     this.materialButton_close.Margin                  = new System.Windows.Forms.Padding(0);
     this.materialButton_close.Name                    = "materialButton_close";
     this.materialButton_close.Size                    = new System.Drawing.Size(38, 44);
     this.materialButton_close.TabIndex                = 13;
     this.materialButton_close.Text                    = "X";
     this.materialButton_close.UseVisualStyleBackColor = false;
     this.materialButton_close.Click                  += new System.EventHandler(this.materialButton5_Click);
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.materialButton2);
     this.panel3.Controls.Add(this.button2);
     this.panel3.Controls.Add(this.nepaliCalender1);
     this.panel3.Controls.Add(this.name_lbl);
     this.panel3.Controls.Add(this.ClockLabel);
     this.panel3.Location = new System.Drawing.Point(0, 1);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1007, 50);
     this.panel3.TabIndex = 2;
     //
     // materialButton2
     //
     this.materialButton2.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.materialButton2.BackColor                 = System.Drawing.Color.Transparent;
     this.materialButton2.BackgroundImage           = global::RetailManagementSystem.Properties.Resources.log_out_grey;
     this.materialButton2.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.materialButton2.FlatAppearance.BorderSize = 0;
     this.materialButton2.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.materialButton2.HoverColor                = System.Drawing.Color.Empty;
     this.materialButton2.HoverTextColor            = System.Drawing.Color.Empty;
     this.materialButton2.Location                  = new System.Drawing.Point(965, 6);
     this.materialButton2.Name     = "materialButton2";
     this.materialButton2.Size     = new System.Drawing.Size(31, 27);
     this.materialButton2.TabIndex = 7;
     this.materialButton2.UseVisualStyleBackColor = false;
     this.materialButton2.Click += new System.EventHandler(this.materialButton2_Click_2);
     //
     // button2
     //
     this.button2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(170)))));
     this.button2.BackgroundImage       = global::RetailManagementSystem.Properties.Resources.menu_white;
     this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button2.FlatAppearance.BorderSize = 0;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.ForeColor = System.Drawing.Color.White;
     this.button2.Location  = new System.Drawing.Point(11, 5);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(40, 40);
     this.button2.TabIndex  = 6;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // nepaliCalender1
     //
     this.nepaliCalender1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     nepDate1.Day                   = 15;
     nepDate1.Month                 = 10;
     nepDate1.MonthName             = "Magh";
     nepDate1.WeekDay               = 5;
     nepDate1.WeekDayName           = "Thursday";
     nepDate1.Year                  = 2077;
     this.nepaliCalender1.date      = nepDate1;
     this.nepaliCalender1.DATESTAMP = 20771015;
     this.nepaliCalender1.Enabled   = false;
     this.nepaliCalender1.engdate   = new System.DateTime(2021, 1, 28, 0, 0, 0, 0);
     this.nepaliCalender1.Location  = new System.Drawing.Point(718, 16);
     this.nepaliCalender1.Margin    = new System.Windows.Forms.Padding(4);
     this.nepaliCalender1.Name      = "nepaliCalender1";
     this.nepaliCalender1.Size      = new System.Drawing.Size(240, 27);
     this.nepaliCalender1.TabIndex  = 5;
     //
     // name_lbl
     //
     this.name_lbl.AutoSize  = true;
     this.name_lbl.Font      = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name_lbl.ForeColor = System.Drawing.Color.White;
     this.name_lbl.Location  = new System.Drawing.Point(67, 12);
     this.name_lbl.Name      = "name_lbl";
     this.name_lbl.Size      = new System.Drawing.Size(56, 28);
     this.name_lbl.TabIndex  = 3;
     this.name_lbl.Text      = "Title";
     //
     // ClockLabel
     //
     this.ClockLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ClockLabel.AutoSize  = true;
     this.ClockLabel.Font      = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClockLabel.ForeColor = System.Drawing.Color.White;
     this.ClockLabel.Location  = new System.Drawing.Point(870, 47);
     this.ClockLabel.Name      = "ClockLabel";
     this.ClockLabel.Size      = new System.Drawing.Size(76, 17);
     this.ClockLabel.TabIndex  = 4;
     this.ClockLabel.Text      = "HH:MM:SS";
     //
     // panel4
     //
     this.panel4.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.panel4.Controls.Add(this.menu_panel);
     this.panel4.Location = new System.Drawing.Point(0, 52);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1008, 425);
     this.panel4.TabIndex = 5;
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1008, 477);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel4);
     this.Font            = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Dashboard";
     this.Text            = "Form1";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Dashboard_Load);
     this.menu_panel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate2 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate3 = new RetailControls.NepDate();
     this.label_totalamount          = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.listView1                  = new System.Windows.Forms.ListView();
     this.panel3                     = new System.Windows.Forms.Panel();
     this.button_export              = new System.Windows.Forms.Button();
     this.button_Reset               = new System.Windows.Forms.Button();
     this.button_load                = new System.Windows.Forms.Button();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.radioButton_daily          = new System.Windows.Forms.RadioButton();
     this.checkBox_mr0               = new System.Windows.Forms.CheckBox();
     this.nepaliCalender_sales_end   = new RetailControls.NepaliCalender();
     this.nepaliCalender2            = new RetailControls.NepaliCalender();
     this.nepaliCalender_sales_start = new RetailControls.NepaliCalender();
     this.radioButton_sales_billWise = new System.Windows.Forms.RadioButton();
     this.checkBox_types             = new System.Windows.Forms.CheckBox();
     this.radioButton__sales_single  = new System.Windows.Forms.RadioButton();
     this.radioButton_sales_group    = new System.Windows.Forms.RadioButton();
     this.label1                     = new System.Windows.Forms.Label();
     this.listBox_categories         = new System.Windows.Forms.ListBox();
     this.comboBox_sales_week        = new System.Windows.Forms.ComboBox();
     this.comboBox_sales             = new System.Windows.Forms.ComboBox();
     this.label_totalmargin          = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.label_totalcash            = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label_totalcredit          = new System.Windows.Forms.Label();
     this.label     = new System.Windows.Forms.Label();
     this.label_dis = new System.Windows.Forms.Label();
     this.label7    = new System.Windows.Forms.Label();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label_totalamount
     //
     this.label_totalamount.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_totalamount.AutoSize = true;
     this.label_totalamount.Location = new System.Drawing.Point(110, 490);
     this.label_totalamount.Name     = "label_totalamount";
     this.label_totalamount.Size     = new System.Drawing.Size(17, 19);
     this.label_totalamount.TabIndex = 23;
     this.label_totalamount.Text     = "0";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 490);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(95, 19);
     this.label2.TabIndex = 22;
     this.label2.Text     = "Total Amount:";
     //
     // listView1
     //
     this.listView1.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.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(3, 146);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(950, 335);
     this.listView1.TabIndex      = 21;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // panel3
     //
     this.panel3.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.button_export);
     this.panel3.Controls.Add(this.button_Reset);
     this.panel3.Controls.Add(this.button_load);
     this.panel3.Location = new System.Drawing.Point(741, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(212, 138);
     this.panel3.TabIndex = 20;
     //
     // button_export
     //
     this.button_export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_export.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_export.Location  = new System.Drawing.Point(5, 39);
     this.button_export.Name      = "button_export";
     this.button_export.Size      = new System.Drawing.Size(77, 30);
     this.button_export.TabIndex  = 3;
     this.button_export.Text      = "Export";
     this.button_export.UseVisualStyleBackColor = true;
     this.button_export.Click += new System.EventHandler(this.button_export_Click);
     //
     // button_Reset
     //
     this.button_Reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_Reset.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_Reset.Location  = new System.Drawing.Point(88, 4);
     this.button_Reset.Name      = "button_Reset";
     this.button_Reset.Size      = new System.Drawing.Size(77, 30);
     this.button_Reset.TabIndex  = 1;
     this.button_Reset.Text      = "Reset";
     this.button_Reset.UseVisualStyleBackColor = true;
     //
     // button_load
     //
     this.button_load.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_load.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button_load.Location  = new System.Drawing.Point(5, 4);
     this.button_load.Name      = "button_load";
     this.button_load.Size      = new System.Drawing.Size(77, 30);
     this.button_load.TabIndex  = 0;
     this.button_load.Text      = "Load";
     this.button_load.UseVisualStyleBackColor = true;
     this.button_load.Click += new System.EventHandler(this.button_load_Click);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.radioButton_daily);
     this.panel2.Controls.Add(this.checkBox_mr0);
     this.panel2.Controls.Add(this.nepaliCalender_sales_end);
     this.panel2.Controls.Add(this.nepaliCalender2);
     this.panel2.Controls.Add(this.nepaliCalender_sales_start);
     this.panel2.Controls.Add(this.radioButton_sales_billWise);
     this.panel2.Controls.Add(this.checkBox_types);
     this.panel2.Controls.Add(this.radioButton__sales_single);
     this.panel2.Controls.Add(this.radioButton_sales_group);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.listBox_categories);
     this.panel2.Controls.Add(this.comboBox_sales_week);
     this.panel2.Controls.Add(this.comboBox_sales);
     this.panel2.Location = new System.Drawing.Point(2, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(735, 138);
     this.panel2.TabIndex = 19;
     this.panel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // radioButton_daily
     //
     this.radioButton_daily.AutoSize = true;
     this.radioButton_daily.Location = new System.Drawing.Point(293, 6);
     this.radioButton_daily.Name     = "radioButton_daily";
     this.radioButton_daily.Size     = new System.Drawing.Size(57, 23);
     this.radioButton_daily.TabIndex = 16;
     this.radioButton_daily.Text     = "Daily";
     this.radioButton_daily.UseVisualStyleBackColor = true;
     //
     // checkBox_mr0
     //
     this.checkBox_mr0.AutoSize   = true;
     this.checkBox_mr0.Checked    = true;
     this.checkBox_mr0.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_mr0.Location   = new System.Drawing.Point(338, 102);
     this.checkBox_mr0.Name       = "checkBox_mr0";
     this.checkBox_mr0.Size       = new System.Drawing.Size(106, 23);
     this.checkBox_mr0.TabIndex   = 15;
     this.checkBox_mr0.Text       = "Margin Load";
     this.checkBox_mr0.UseVisualStyleBackColor = true;
     this.checkBox_mr0.CheckedChanged         += new System.EventHandler(this.checkBox_mr0_CheckedChanged);
     //
     // nepaliCalender_sales_end
     //
     nepDate1.Day         = 16;
     nepDate1.Month       = 10;
     nepDate1.MonthName   = "Magh";
     nepDate1.WeekDay     = 6;
     nepDate1.WeekDayName = "Friday";
     nepDate1.Year        = 2077;
     this.nepaliCalender_sales_end.date      = nepDate1;
     this.nepaliCalender_sales_end.DATESTAMP = 20771016;
     this.nepaliCalender_sales_end.engdate   = new System.DateTime(2021, 1, 29, 0, 0, 0, 0);
     this.nepaliCalender_sales_end.Location  = new System.Drawing.Point(43, 96);
     this.nepaliCalender_sales_end.Margin    = new System.Windows.Forms.Padding(3, 7, 3, 7);
     this.nepaliCalender_sales_end.Name      = "nepaliCalender_sales_end";
     this.nepaliCalender_sales_end.Size      = new System.Drawing.Size(202, 26);
     this.nepaliCalender_sales_end.TabIndex  = 14;
     //
     // nepaliCalender2
     //
     nepDate2.Day                   = 16;
     nepDate2.Month                 = 10;
     nepDate2.MonthName             = "Magh";
     nepDate2.WeekDay               = 6;
     nepDate2.WeekDayName           = "Friday";
     nepDate2.Year                  = 2077;
     this.nepaliCalender2.date      = nepDate2;
     this.nepaliCalender2.DATESTAMP = 20771016;
     this.nepaliCalender2.engdate   = new System.DateTime(2021, 1, 29, 0, 0, 0, 0);
     this.nepaliCalender2.Location  = new System.Drawing.Point(378, 381);
     this.nepaliCalender2.Margin    = new System.Windows.Forms.Padding(3, 7, 3, 7);
     this.nepaliCalender2.Name      = "nepaliCalender2";
     this.nepaliCalender2.Size      = new System.Drawing.Size(276, 44);
     this.nepaliCalender2.TabIndex  = 13;
     //
     // nepaliCalender_sales_start
     //
     nepDate3.Day         = 16;
     nepDate3.Month       = 10;
     nepDate3.MonthName   = "Magh";
     nepDate3.WeekDay     = 6;
     nepDate3.WeekDayName = "Friday";
     nepDate3.Year        = 2077;
     this.nepaliCalender_sales_start.date      = nepDate3;
     this.nepaliCalender_sales_start.DATESTAMP = 20771016;
     this.nepaliCalender_sales_start.engdate   = new System.DateTime(2021, 1, 29, 0, 0, 0, 0);
     this.nepaliCalender_sales_start.Location  = new System.Drawing.Point(43, 67);
     this.nepaliCalender_sales_start.Margin    = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.nepaliCalender_sales_start.Name      = "nepaliCalender_sales_start";
     this.nepaliCalender_sales_start.Size      = new System.Drawing.Size(203, 29);
     this.nepaliCalender_sales_start.TabIndex  = 12;
     //
     // radioButton_sales_billWise
     //
     this.radioButton_sales_billWise.AutoSize = true;
     this.radioButton_sales_billWise.Location = new System.Drawing.Point(214, 6);
     this.radioButton_sales_billWise.Name     = "radioButton_sales_billWise";
     this.radioButton_sales_billWise.Size     = new System.Drawing.Size(73, 23);
     this.radioButton_sales_billWise.TabIndex = 11;
     this.radioButton_sales_billWise.Text     = "BillWise";
     this.radioButton_sales_billWise.UseVisualStyleBackColor = true;
     this.radioButton_sales_billWise.CheckedChanged         += new System.EventHandler(this.radioButton_sales_billWise_CheckedChanged);
     //
     // checkBox_types
     //
     this.checkBox_types.AutoSize = true;
     this.checkBox_types.Location = new System.Drawing.Point(450, 8);
     this.checkBox_types.Name     = "checkBox_types";
     this.checkBox_types.Size     = new System.Drawing.Size(111, 23);
     this.checkBox_types.TabIndex = 10;
     this.checkBox_types.Text     = "CustomSelect";
     this.checkBox_types.UseVisualStyleBackColor = true;
     //
     // radioButton__sales_single
     //
     this.radioButton__sales_single.AutoSize = true;
     this.radioButton__sales_single.Location = new System.Drawing.Point(129, 6);
     this.radioButton__sales_single.Name     = "radioButton__sales_single";
     this.radioButton__sales_single.Size     = new System.Drawing.Size(84, 23);
     this.radioButton__sales_single.TabIndex = 8;
     this.radioButton__sales_single.Text     = "ItemWise";
     this.radioButton__sales_single.UseVisualStyleBackColor = true;
     //
     // radioButton_sales_group
     //
     this.radioButton_sales_group.AutoSize = true;
     this.radioButton_sales_group.Checked  = true;
     this.radioButton_sales_group.Location = new System.Drawing.Point(12, 7);
     this.radioButton_sales_group.Name     = "radioButton_sales_group";
     this.radioButton_sales_group.Size     = new System.Drawing.Size(119, 23);
     this.radioButton_sales_group.TabIndex = 7;
     this.radioButton_sales_group.TabStop  = true;
     this.radioButton_sales_group.Text     = "Company Wise";
     this.radioButton_sales_group.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(82, 19);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Report Type";
     //
     // listBox_categories
     //
     this.listBox_categories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.listBox_categories.Enabled           = false;
     this.listBox_categories.FormattingEnabled = true;
     this.listBox_categories.ItemHeight        = 17;
     this.listBox_categories.Location          = new System.Drawing.Point(450, 39);
     this.listBox_categories.Name          = "listBox_categories";
     this.listBox_categories.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox_categories.Size          = new System.Drawing.Size(277, 89);
     this.listBox_categories.TabIndex      = 6;
     //
     // comboBox_sales_week
     //
     this.comboBox_sales_week.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_sales_week.FormattingEnabled = true;
     this.comboBox_sales_week.Items.AddRange(new object[] {
         "First",
         "Second",
         "Third",
         "Fourth",
         "Fifth"
     });
     this.comboBox_sales_week.Location = new System.Drawing.Point(248, 68);
     this.comboBox_sales_week.Name     = "comboBox_sales_week";
     this.comboBox_sales_week.Size     = new System.Drawing.Size(192, 25);
     this.comboBox_sales_week.TabIndex = 5;
     this.comboBox_sales_week.Visible  = false;
     //
     // comboBox_sales
     //
     this.comboBox_sales.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_sales.FormattingEnabled = true;
     this.comboBox_sales.Items.AddRange(new object[] {
         "Daily",
         "Weekly",
         "Monthly",
         "Yearly",
         "Custom"
     });
     this.comboBox_sales.Location              = new System.Drawing.Point(102, 36);
     this.comboBox_sales.Name                  = "comboBox_sales";
     this.comboBox_sales.Size                  = new System.Drawing.Size(338, 25);
     this.comboBox_sales.TabIndex              = 2;
     this.comboBox_sales.SelectedIndexChanged += new System.EventHandler(this.comboBox_sales_SelectedIndexChanged);
     //
     // label_totalmargin
     //
     this.label_totalmargin.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_totalmargin.AutoSize = true;
     this.label_totalmargin.Location = new System.Drawing.Point(795, 490);
     this.label_totalmargin.Name     = "label_totalmargin";
     this.label_totalmargin.Size     = new System.Drawing.Size(17, 19);
     this.label_totalmargin.TabIndex = 25;
     this.label_totalmargin.Text     = "0";
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(705, 490);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(89, 19);
     this.label4.TabIndex = 24;
     this.label4.Text     = "Total Margin:";
     //
     // label_totalcash
     //
     this.label_totalcash.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_totalcash.AutoSize = true;
     this.label_totalcash.Location = new System.Drawing.Point(423, 490);
     this.label_totalcash.Name     = "label_totalcash";
     this.label_totalcash.Size     = new System.Drawing.Size(17, 19);
     this.label_totalcash.TabIndex = 27;
     this.label_totalcash.Text     = "0";
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(378, 490);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(39, 19);
     this.label5.TabIndex = 26;
     this.label5.Text     = "Cash";
     //
     // label_totalcredit
     //
     this.label_totalcredit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_totalcredit.AutoSize = true;
     this.label_totalcredit.Location = new System.Drawing.Point(583, 490);
     this.label_totalcredit.Name     = "label_totalcredit";
     this.label_totalcredit.Size     = new System.Drawing.Size(17, 19);
     this.label_totalcredit.TabIndex = 29;
     this.label_totalcredit.Text     = "0";
     //
     // label
     //
     this.label.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label.AutoSize = true;
     this.label.Location = new System.Drawing.Point(534, 490);
     this.label.Name     = "label";
     this.label.Size     = new System.Drawing.Size(46, 19);
     this.label.TabIndex = 28;
     this.label.Text     = "Credit";
     //
     // label_dis
     //
     this.label_dis.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_dis.AutoSize = true;
     this.label_dis.Location = new System.Drawing.Point(311, 490);
     this.label_dis.Name     = "label_dis";
     this.label_dis.Size     = new System.Drawing.Size(17, 19);
     this.label_dis.TabIndex = 31;
     this.label_dis.Text     = "0";
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(279, 490);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(28, 19);
     this.label7.TabIndex = 30;
     this.label7.Text     = "Dis";
     //
     // SalesReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.label_dis);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label_totalcredit);
     this.Controls.Add(this.label);
     this.Controls.Add(this.label_totalcash);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label_totalmargin);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label_totalamount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font   = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "SalesReport";
     this.Size   = new System.Drawing.Size(958, 520);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 5
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();
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     this.panel1      = new System.Windows.Forms.Panel();
     this.panel3      = new System.Windows.Forms.Panel();
     this.EmpDocument = new RetailControls.DocumentsLoader();
     this.nepaliCalender2EmpsrtDate = new RetailControls.NepaliCalender();
     this.label12              = new System.Windows.Forms.Label();
     this.EmpSalary            = new cmscontrols.floattb();
     this.EmpEmail             = new cmscontrols.bettertextbox();
     this.EmpPhn               = new cmscontrols.inttb();
     this.EmpAdr               = new cmscontrols.bettertextbox();
     this.EmpName              = new cmscontrols.bettertextbox();
     this.label9               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.EmpImage             = new RetailControls.ImageLoader();
     this.colorDialog1         = new System.Windows.Forms.ColorDialog();
     this.panel2               = new System.Windows.Forms.Panel();
     this.empsavebtn           = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.notificationMAnager1 = new RetailControls.NotificationMAnager(this.components);
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(396, 396);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.EmpDocument);
     this.panel3.Controls.Add(this.nepaliCalender2EmpsrtDate);
     this.panel3.Controls.Add(this.label12);
     this.panel3.Controls.Add(this.EmpSalary);
     this.panel3.Controls.Add(this.EmpEmail);
     this.panel3.Controls.Add(this.EmpPhn);
     this.panel3.Controls.Add(this.EmpAdr);
     this.panel3.Controls.Add(this.EmpName);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.EmpImage);
     this.panel3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.panel3.Location  = new System.Drawing.Point(3, 3);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(393, 382);
     this.panel3.TabIndex  = 0;
     this.panel3.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // EmpDocument
     //
     this.EmpDocument.BackColor   = System.Drawing.Color.White;
     this.EmpDocument.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.EmpDocument.Location    = new System.Drawing.Point(6, 675);
     this.EmpDocument.Margin      = new System.Windows.Forms.Padding(4);
     this.EmpDocument.MinimumSize = new System.Drawing.Size(320, 322);
     this.EmpDocument.Name        = "EmpDocument";
     this.EmpDocument.Size        = new System.Drawing.Size(355, 322);
     this.EmpDocument.TabIndex    = 24;
     this.EmpDocument.Load       += new System.EventHandler(this.documentsLoader1_Load);
     //
     // nepaliCalender2EmpsrtDate
     //
     nepDate1.Day         = 25;
     nepDate1.Month       = 9;
     nepDate1.MonthName   = "Poush";
     nepDate1.WeekDay     = 6;
     nepDate1.WeekDayName = "Friday";
     nepDate1.Year        = 2076;
     this.nepaliCalender2EmpsrtDate.date      = nepDate1;
     this.nepaliCalender2EmpsrtDate.DATESTAMP = 20760925;
     this.nepaliCalender2EmpsrtDate.engdate   = new System.DateTime(2020, 1, 10, 0, 0, 0, 0);
     this.nepaliCalender2EmpsrtDate.Location  = new System.Drawing.Point(4, 259);
     this.nepaliCalender2EmpsrtDate.Margin    = new System.Windows.Forms.Padding(5);
     this.nepaliCalender2EmpsrtDate.Name      = "nepaliCalender2EmpsrtDate";
     this.nepaliCalender2EmpsrtDate.Size      = new System.Drawing.Size(277, 27);
     this.nepaliCalender2EmpsrtDate.TabIndex  = 22;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(2, 237);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(95, 17);
     this.label12.TabIndex = 17;
     this.label12.Text     = "START DATE";
     this.label12.Click   += new System.EventHandler(this.label12_Click);
     //
     // EmpSalary
     //
     this.EmpSalary.Location = new System.Drawing.Point(3, 211);
     this.EmpSalary.Name     = "EmpSalary";
     this.EmpSalary.Size     = new System.Drawing.Size(356, 23);
     this.EmpSalary.TabIndex = 16;
     //
     // EmpEmail
     //
     this.EmpEmail.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.EmpEmail.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.EmpEmail.Location           = new System.Drawing.Point(3, 165);
     this.EmpEmail.Name     = "EmpEmail";
     this.EmpEmail.Size     = new System.Drawing.Size(356, 23);
     this.EmpEmail.TabIndex = 12;
     //
     // EmpPhn
     //
     this.EmpPhn.Location  = new System.Drawing.Point(3, 118);
     this.EmpPhn.MaxLength = 10;
     this.EmpPhn.Name      = "EmpPhn";
     this.EmpPhn.Size      = new System.Drawing.Size(356, 23);
     this.EmpPhn.TabIndex  = 10;
     //
     // EmpAdr
     //
     this.EmpAdr.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.EmpAdr.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.EmpAdr.Location           = new System.Drawing.Point(3, 68);
     this.EmpAdr.Name     = "EmpAdr";
     this.EmpAdr.Size     = new System.Drawing.Size(356, 23);
     this.EmpAdr.TabIndex = 9;
     //
     // EmpName
     //
     this.EmpName.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.EmpName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.EmpName.Location           = new System.Drawing.Point(3, 22);
     this.EmpName.Name     = "EmpName";
     this.EmpName.Size     = new System.Drawing.Size(356, 23);
     this.EmpName.TabIndex = 7;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(3, 191);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(62, 17);
     this.label9.TabIndex = 6;
     this.label9.Text     = "SALARY";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(3, 654);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(96, 17);
     this.label8.TabIndex = 5;
     this.label8.Text     = "DOCUMENTS";
     this.label8.Click   += new System.EventHandler(this.label8_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 295);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(58, 17);
     this.label7.TabIndex = 4;
     this.label7.Text     = "PHOTO";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 144);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 17);
     this.label6.TabIndex = 3;
     this.label6.Text     = "EMAIL";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 94);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(82, 17);
     this.label5.TabIndex = 2;
     this.label5.Text     = "PHONE NO";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 48);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(74, 17);
     this.label4.TabIndex = 1;
     this.label4.Text     = "ADDRESS";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 5);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(47, 17);
     this.label3.TabIndex = 0;
     this.label3.Text     = "NAME";
     //
     // EmpImage
     //
     this.EmpImage.BackColor   = System.Drawing.Color.White;
     this.EmpImage.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.EmpImage.image       = null;
     this.EmpImage.ImageLoc    = null;
     this.EmpImage.Location    = new System.Drawing.Point(6, 318);
     this.EmpImage.Margin      = new System.Windows.Forms.Padding(4);
     this.EmpImage.MinimumSize = new System.Drawing.Size(319, 322);
     this.EmpImage.Name        = "EmpImage";
     this.EmpImage.Size        = new System.Drawing.Size(363, 322);
     this.EmpImage.TabIndex    = 23;
     this.EmpImage.Load       += new System.EventHandler(this.imageLoader1_Load);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor             = System.Drawing.Color.White;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.empsavebtn);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(2, 399);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(393, 58);
     this.panel2.TabIndex = 1;
     //
     // empsavebtn
     //
     this.empsavebtn.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.empsavebtn.AutoSize    = true;
     this.empsavebtn.BackColor   = System.Drawing.Color.Teal;
     this.empsavebtn.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.empsavebtn.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.empsavebtn.Location    = new System.Drawing.Point(216, 14);
     this.empsavebtn.Margin      = new System.Windows.Forms.Padding(5);
     this.empsavebtn.Name        = "empsavebtn";
     this.empsavebtn.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.empsavebtn.Size        = new System.Drawing.Size(65, 30);
     this.empsavebtn.TabIndex    = 1;
     this.empsavebtn.Text        = "Save";
     this.empsavebtn.Click      += new System.EventHandler(this.label2_Click_1);
     this.empsavebtn.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.empsavebtn.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Teal;
     this.label1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location    = new System.Drawing.Point(300, 14);
     this.label1.Margin      = new System.Windows.Forms.Padding(5);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label1.Size        = new System.Drawing.Size(78, 30);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Cancel";
     this.label1.Click      += new System.EventHandler(this.label1_Click);
     this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // Employees_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(395, 458);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Employees_Add";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add";
     this.Load           += new System.EventHandler(this.Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     this.panel1          = new System.Windows.Forms.Panel();
     this.panel3          = new System.Windows.Forms.Panel();
     this.nepaliCalender1 = new RetailControls.NepaliCalender();
     this.label6          = new System.Windows.Forms.Label();
     this.expdescription  = new System.Windows.Forms.TextBox();
     this.expamount       = new BaseControls.FloatTextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.expname         = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.panel2          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(542, 311);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.nepaliCalender1);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.expdescription);
     this.panel3.Controls.Add(this.expamount);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.expname);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Font     = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.Location = new System.Drawing.Point(5, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(536, 305);
     this.panel3.TabIndex = 0;
     this.panel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // nepaliCalender1
     //
     nepDate1.Day                  = 15;
     nepDate1.Month                = 1;
     nepDate1.MonthName            = "Baishak";
     nepDate1.WeekDay              = 1;
     nepDate1.WeekDayName          = "Sunday";
     nepDate1.Year                 = 2076;
     this.nepaliCalender1.date     = nepDate1;
     this.nepaliCalender1.engdate  = new System.DateTime(2019, 4, 28, 0, 0, 0, 0);
     this.nepaliCalender1.Location = new System.Drawing.Point(253, 89);
     this.nepaliCalender1.Margin   = new System.Windows.Forms.Padding(4);
     this.nepaliCalender1.Name     = "nepaliCalender1";
     this.nepaliCalender1.Size     = new System.Drawing.Size(230, 26);
     this.nepaliCalender1.TabIndex = 21;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label6.Location  = new System.Drawing.Point(254, 63);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(43, 19);
     this.label6.TabIndex  = 20;
     this.label6.Text      = "Date";
     //
     // expdescription
     //
     this.expdescription.Location  = new System.Drawing.Point(9, 154);
     this.expdescription.MaxLength = 1000;
     this.expdescription.Multiline = true;
     this.expdescription.Name      = "expdescription";
     this.expdescription.Size      = new System.Drawing.Size(513, 142);
     this.expdescription.TabIndex  = 19;
     //
     // expamount
     //
     this.expamount.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.expamount.Location   = new System.Drawing.Point(9, 89);
     this.expamount.Name       = "expamount";
     this.expamount.Size       = new System.Drawing.Size(229, 24);
     this.expamount.TabIndex   = 17;
     this.expamount.Text       = "0";
     this.expamount.val        = 0D;
     this.expamount.validation = null;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label5.Location  = new System.Drawing.Point(9, 63);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(63, 19);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Amount";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label4.Location  = new System.Drawing.Point(9, 121);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(95, 19);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "DESCRIPTION";
     //
     // expname
     //
     this.expname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.expname.Location  = new System.Drawing.Point(9, 31);
     this.expname.Name      = "expname";
     this.expname.Size      = new System.Drawing.Size(515, 24);
     this.expname.TabIndex  = 13;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.label3.Location  = new System.Drawing.Point(10, 7);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(34, 19);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Title";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor             = System.Drawing.Color.White;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(1, 310);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(541, 58);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize    = true;
     this.label2.BackColor   = System.Drawing.Color.Teal;
     this.label2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location    = new System.Drawing.Point(364, 14);
     this.label2.Margin      = new System.Windows.Forms.Padding(5);
     this.label2.Name        = "label2";
     this.label2.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label2.Size        = new System.Drawing.Size(65, 30);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Save";
     this.label2.Click      += new System.EventHandler(this.label2_Click);
     this.label2.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label2.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Teal;
     this.label1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location    = new System.Drawing.Point(448, 14);
     this.label1.Margin      = new System.Windows.Forms.Padding(5);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label1.Size        = new System.Drawing.Size(78, 30);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Cancel";
     this.label1.Click      += new System.EventHandler(this.label1_Click);
     this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // Add_Expenses
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(543, 370);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Add_Expenses";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add";
     this.Load           += new System.EventHandler(this.Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate2 = new RetailControls.NepDate();
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.Amountofsalary      = new cmscontrols.floattb();
     this.nepaliCalender2To   = new RetailControls.NepaliCalender();
     this.label3              = new System.Windows.Forms.Label();
     this.label15             = new System.Windows.Forms.Label();
     this.nepaliCalender1From = new RetailControls.NepaliCalender();
     this.label14             = new System.Windows.Forms.Label();
     this.colorDialog1        = new System.Windows.Forms.ColorDialog();
     this.panel2              = new System.Windows.Forms.Panel();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(202, 165);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.Amountofsalary);
     this.panel3.Controls.Add(this.nepaliCalender2To);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label15);
     this.panel3.Controls.Add(this.nepaliCalender1From);
     this.panel3.Controls.Add(this.label14);
     this.panel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.panel3.Location  = new System.Drawing.Point(3, 3);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(196, 159);
     this.panel3.TabIndex  = 0;
     //
     // Amountofsalary
     //
     this.Amountofsalary.Location = new System.Drawing.Point(9, 129);
     this.Amountofsalary.Name     = "Amountofsalary";
     this.Amountofsalary.Size     = new System.Drawing.Size(168, 20);
     this.Amountofsalary.TabIndex = 26;
     //
     // nepaliCalender2To
     //
     nepDate1.Day                    = 12;
     nepDate1.Month                  = 7;
     nepDate1.MonthName              = "kartik";
     nepDate1.WeekDay                = 2;
     nepDate1.WeekDayName            = "Monday";
     nepDate1.Year                   = 2075;
     this.nepaliCalender2To.date     = nepDate1;
     this.nepaliCalender2To.engdate  = new System.DateTime(2018, 10, 29, 0, 0, 0, 0);
     this.nepaliCalender2To.Location = new System.Drawing.Point(6, 76);
     this.nepaliCalender2To.Margin   = new System.Windows.Forms.Padding(4);
     this.nepaliCalender2To.Name     = "nepaliCalender2To";
     this.nepaliCalender2To.Size     = new System.Drawing.Size(185, 32);
     this.nepaliCalender2To.TabIndex = 25;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 58);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(20, 13);
     this.label3.TabIndex = 24;
     this.label3.Text     = "T0";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(6, 110);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(99, 13);
     this.label15.TabIndex = 22;
     this.label15.Text     = "SALARY AMOUNT";
     //
     // nepaliCalender1From
     //
     nepDate2.Day                      = 12;
     nepDate2.Month                    = 7;
     nepDate2.MonthName                = "kartik";
     nepDate2.WeekDay                  = 2;
     nepDate2.WeekDayName              = "Monday";
     nepDate2.Year                     = 2075;
     this.nepaliCalender1From.date     = nepDate2;
     this.nepaliCalender1From.engdate  = new System.DateTime(2018, 10, 29, 0, 0, 0, 0);
     this.nepaliCalender1From.Location = new System.Drawing.Point(6, 24);
     this.nepaliCalender1From.Margin   = new System.Windows.Forms.Padding(4);
     this.nepaliCalender1From.Name     = "nepaliCalender1From";
     this.nepaliCalender1From.Size     = new System.Drawing.Size(185, 32);
     this.nepaliCalender1From.TabIndex = 21;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(3, 6);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(38, 13);
     this.label14.TabIndex = 20;
     this.label14.Text     = "FROM";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor             = System.Drawing.Color.White;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(1, 164);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(201, 58);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize    = true;
     this.label2.BackColor   = System.Drawing.Color.Teal;
     this.label2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location    = new System.Drawing.Point(16, 14);
     this.label2.Margin      = new System.Windows.Forms.Padding(5);
     this.label2.Name        = "label2";
     this.label2.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label2.Size        = new System.Drawing.Size(65, 30);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Save";
     this.label2.Click      += new System.EventHandler(this.label2_Click);
     this.label2.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label2.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Teal;
     this.label1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location    = new System.Drawing.Point(100, 14);
     this.label1.Margin      = new System.Windows.Forms.Padding(5);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label1.Size        = new System.Drawing.Size(78, 30);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Cancel";
     this.label1.Click      += new System.EventHandler(this.label1_Click);
     this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // Salary
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(203, 224);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Salary";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add";
     this.Load           += new System.EventHandler(this.Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     RetailControls.NepDate nepDate3 = new RetailControls.NepDate();
     this.panel1               = new System.Windows.Forms.Panel();
     this.panel3               = new System.Windows.Forms.Panel();
     this.panel2               = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.nepaliCalender1      = new RetailControls.NepaliCalender();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.amount_txt           = new cmscontrols.floattb();
     this.notificationMAnager1 = new RetailControls.NotificationMAnager(this.components);
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(196, 114);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.amount_txt);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.nepaliCalender1);
     this.panel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.panel3.Location  = new System.Drawing.Point(3, 3);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(190, 108);
     this.panel3.TabIndex  = 0;
     this.panel3.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor             = System.Drawing.Color.White;
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(1, 113);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(195, 58);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize    = true;
     this.label2.BackColor   = System.Drawing.Color.Teal;
     this.label2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location    = new System.Drawing.Point(13, 14);
     this.label2.Margin      = new System.Windows.Forms.Padding(5);
     this.label2.Name        = "label2";
     this.label2.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label2.Size        = new System.Drawing.Size(65, 30);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Save";
     this.label2.Click      += new System.EventHandler(this.label2_Click);
     this.label2.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label2.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Teal;
     this.label1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location    = new System.Drawing.Point(97, 14);
     this.label1.Margin      = new System.Windows.Forms.Padding(5);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(10, 5, 10, 5);
     this.label1.Size        = new System.Drawing.Size(78, 30);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Cancel";
     this.label1.Click      += new System.EventHandler(this.label1_Click);
     this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter);
     this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave);
     //
     // nepaliCalender1
     //
     nepDate3.Day                  = 20;
     nepDate3.Month                = 7;
     nepDate3.MonthName            = "kartik";
     nepDate3.WeekDay              = 3;
     nepDate3.WeekDayName          = "Tuesday";
     nepDate3.Year                 = 2075;
     this.nepaliCalender1.date     = nepDate3;
     this.nepaliCalender1.engdate  = new System.DateTime(2018, 11, 6, 0, 0, 0, 0);
     this.nepaliCalender1.Location = new System.Drawing.Point(7, 29);
     this.nepaliCalender1.Name     = "nepaliCalender1";
     this.nepaliCalender1.Size     = new System.Drawing.Size(179, 26);
     this.nepaliCalender1.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(3, 6);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(103, 20);
     this.label3.TabIndex = 1;
     this.label3.Text     = "PAID DATE";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(9, 58);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(83, 20);
     this.label4.TabIndex = 2;
     this.label4.Text     = "AMOUNT";
     //
     // amount_txt
     //
     this.amount_txt.Location = new System.Drawing.Point(7, 81);
     this.amount_txt.Name     = "amount_txt";
     this.amount_txt.Size     = new System.Drawing.Size(179, 20);
     this.amount_txt.TabIndex = 3;
     //
     // paidvendor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(197, 173);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "paidvendor";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add";
     this.Load           += new System.EventHandler(this.Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RetailControls.NepDate nepDate1 = new RetailControls.NepDate();
     RetailControls.NepDate nepDate2 = new RetailControls.NepDate();
     this.label1           = new System.Windows.Forms.Label();
     this.exenses_combobox = new RetailControls.AdvancedCombobox();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.nepaliCalender1  = new RetailControls.NepaliCalender();
     this.nepaliCalender2  = new RetailControls.NepaliCalender();
     this.load_btn         = new RetailControls.MaterialButton();
     this.exptotal_txt     = new cmscontrols.floattb();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(10, 16);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(134, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "EXPENCES TYPE";
     //
     // exenses_combobox
     //
     this.exenses_combobox.FormattingEnabled = true;
     this.exenses_combobox.Location          = new System.Drawing.Point(11, 41);
     this.exenses_combobox.Name                  = "exenses_combobox";
     this.exenses_combobox.Size                  = new System.Drawing.Size(282, 24);
     this.exenses_combobox.TabIndex              = 1;
     this.exenses_combobox.SelectedIndexChanged += new System.EventHandler(this.exenses_combobox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(314, 12);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 17);
     this.label2.TabIndex = 2;
     this.label2.Text     = "FROM";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(555, 9);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(30, 17);
     this.label3.TabIndex = 3;
     this.label3.Text     = "TO";
     //
     // nepaliCalender1
     //
     nepDate1.Day                   = 13;
     nepDate1.Month                 = 4;
     nepDate1.MonthName             = "Shrawn";
     nepDate1.WeekDay               = 2;
     nepDate1.WeekDayName           = "Monday";
     nepDate1.Year                  = 2076;
     this.nepaliCalender1.date      = nepDate1;
     this.nepaliCalender1.DATESTAMP = 20760413;
     this.nepaliCalender1.engdate   = new System.DateTime(2019, 7, 29, 0, 0, 0, 0);
     this.nepaliCalender1.Location  = new System.Drawing.Point(317, 41);
     this.nepaliCalender1.Margin    = new System.Windows.Forms.Padding(4);
     this.nepaliCalender1.Name      = "nepaliCalender1";
     this.nepaliCalender1.Size      = new System.Drawing.Size(235, 30);
     this.nepaliCalender1.TabIndex  = 4;
     //
     // nepaliCalender2
     //
     nepDate2.Day                   = 13;
     nepDate2.Month                 = 4;
     nepDate2.MonthName             = "Shrawn";
     nepDate2.WeekDay               = 2;
     nepDate2.WeekDayName           = "Monday";
     nepDate2.Year                  = 2076;
     this.nepaliCalender2.date      = nepDate2;
     this.nepaliCalender2.DATESTAMP = 20760413;
     this.nepaliCalender2.engdate   = new System.DateTime(2019, 7, 29, 0, 0, 0, 0);
     this.nepaliCalender2.Location  = new System.Drawing.Point(556, 41);
     this.nepaliCalender2.Margin    = new System.Windows.Forms.Padding(5);
     this.nepaliCalender2.Name      = "nepaliCalender2";
     this.nepaliCalender2.Size      = new System.Drawing.Size(236, 30);
     this.nepaliCalender2.TabIndex  = 5;
     //
     // load_btn
     //
     this.load_btn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.load_btn.FlatAppearance.BorderSize = 0;
     this.load_btn.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.load_btn.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.load_btn.HoverColor              = System.Drawing.Color.Empty;
     this.load_btn.HoverTextColor          = System.Drawing.Color.Empty;
     this.load_btn.Location                = new System.Drawing.Point(707, 77);
     this.load_btn.Name                    = "load_btn";
     this.load_btn.Size                    = new System.Drawing.Size(75, 23);
     this.load_btn.TabIndex                = 7;
     this.load_btn.Text                    = "LOAD";
     this.load_btn.UseVisualStyleBackColor = false;
     this.load_btn.Click                  += new System.EventHandler(this.load_btn_Click);
     //
     // exptotal_txt
     //
     this.exptotal_txt.Location = new System.Drawing.Point(72, 391);
     this.exptotal_txt.Name     = "exptotal_txt";
     this.exptotal_txt.Size     = new System.Drawing.Size(205, 23);
     this.exptotal_txt.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(10, 396);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(59, 17);
     this.label5.TabIndex = 10;
     this.label5.Text     = "TOTAL";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(768, 8);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(25, 24);
     this.label6.TabIndex = 11;
     this.label6.Text     = "X";
     this.label6.Click   += new System.EventHandler(this.label6_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(13, 85);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(143, 17);
     this.label4.TabIndex = 8;
     this.label4.Text     = "EXPENCES VIWER";
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Location    = new System.Drawing.Point(11, 106);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(789, 272);
     this.panel1.TabIndex    = 6;
     this.panel1.Paint      += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // Expencesview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(804, 427);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.exptotal_txt);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.load_btn);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.nepaliCalender2);
     this.Controls.Add(this.nepaliCalender1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.exenses_combobox);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(70)))), ((int)(((byte)(166)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "Expencesview";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Expencesview";
     this.Load           += new System.EventHandler(this.Expencesview_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }