namespace payroll_page { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new System.Windows.Forms.Panel(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.Times = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.Current_time = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.fileSystemWatcher1 = new System.IO.FileSystemWatcher(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.button6 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher(); this.directorySearcher2 = new System.DirectoryServices.DirectorySearcher(); this.label4 = new System.Windows.Forms.Label(); this.button9 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(67)))), ((int)(((byte)(67))))); this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.button8); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 41); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(159, 584); this.panel1.TabIndex = 0; // // button8 // this.button8.BackColor = System.Drawing.Color.Black; this.button8.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button8.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button8.Location = new System.Drawing.Point(1, 200); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(158, 68); this.button8.TabIndex = 4; this.button8.Text = "Pay Check History"; this.button8.UseVisualStyleBackColor = false; // // button7 // this.button7.BackColor = System.Drawing.Color.Black; this.button7.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button7.Location = new System.Drawing.Point(1, 134); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(158, 68); this.button7.TabIndex = 3; this.button7.Text = "Schedule the time"; this.button7.UseVisualStyleBackColor = false; // // button3 // this.button3.BackColor = System.Drawing.Color.Black; this.button3.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button3.Location = new System.Drawing.Point(0, 510); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(162, 74); this.button3.TabIndex = 2; this.button3.Text = "Clock out"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.Black; this.button2.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button2.Location = new System.Drawing.Point(0, 69); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(158, 68); this.button2.TabIndex = 1; this.button2.Text = "View Benefits"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(159, 71); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40))))); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.Times); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.Current_time); this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(922, 41); this.panel2.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ButtonFace; this.label3.Location = new System.Drawing.Point(331, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(148, 21); this.label3.TabIndex = 5; this.label3.Text = "Employee\'s name"; this.label3.Click += new System.EventHandler(this.label3_Click_1); // // Times // this.Times.AutoSize = true; this.Times.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Times.ForeColor = System.Drawing.SystemColors.ButtonFace; this.Times.Location = new System.Drawing.Point(744, 9); this.Times.Name = "Times"; this.Times.Size = new System.Drawing.Size(58, 21); this.Times.TabIndex = 4; this.Times.Text = "00 : 00"; this.Times.Click += new System.EventHandler(this.label4_Click); // // button1 // this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.Location = new System.Drawing.Point(877, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(33, 32); this.button1.TabIndex = 3; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Current_time // this.Current_time.AutoSize = true; this.Current_time.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Current_time.ForeColor = System.Drawing.SystemColors.ButtonFace; this.Current_time.Location = new System.Drawing.Point(629, 9); this.Current_time.Name = "Current_time"; this.Current_time.Size = new System.Drawing.Size(109, 21); this.Current_time.TabIndex = 3; this.Current_time.Text = "Current time:"; this.Current_time.Click += new System.EventHandler(this.label3_Click); // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(38, 12); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(16, 16); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 2; this.pictureBox2.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.label1.Location = new System.Drawing.Point(60, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(265, 21); this.label1.TabIndex = 2; this.label1.Text = "Welcome to KOCH Payroll system"; this.label1.Click += new System.EventHandler(this.label1_Click); // // fileSystemWatcher1 // this.fileSystemWatcher1.EnableRaisingEvents = true; this.fileSystemWatcher1.SynchronizingObject = this; // // button4 // this.button4.BackColor = System.Drawing.Color.Black; this.button4.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button4.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button4.Location = new System.Drawing.Point(741, 505); this.button4.Margin = new System.Windows.Forms.Padding(0); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(181, 46); this.button4.TabIndex = 3; this.button4.Text = "Request Paycheck"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.BackColor = System.Drawing.Color.Black; this.button5.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button5.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button5.Location = new System.Drawing.Point(741, 579); this.button5.Margin = new System.Windows.Forms.Padding(0); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(181, 46); this.button5.TabIndex = 4; this.button5.Text = "Dispute Paycheck"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabControl1.Location = new System.Drawing.Point(355, 153); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(274, 196); this.tabControl1.TabIndex = 5; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.Transparent; this.tabPage1.Controls.Add(this.button6); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Location = new System.Drawing.Point(4, 30); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(266, 162); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click); // // button6 // this.button6.Font = new System.Drawing.Font("Century Gothic", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(81, 128); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(96, 31); this.button6.TabIndex = 9; this.button6.Text = "Seach Now"; this.button6.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(6, 98); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(219, 26); this.textBox1.TabIndex = 8; this.textBox1.Text = "Type a person\'s name or ID"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label7.Location = new System.Drawing.Point(176, 49); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(78, 21); this.label7.TabIndex = 7; this.label7.Text = "00/00/00"; this.label7.Click += new System.EventHandler(this.label7_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label6.Location = new System.Drawing.Point(6, 49); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(85, 21); this.label6.TabIndex = 6; this.label6.Text = "Last date:"; this.label6.Click += new System.EventHandler(this.label6_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label5.Location = new System.Drawing.Point(176, 14); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 21); this.label5.TabIndex = 5; this.label5.Text = "$$$"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label2.Location = new System.Drawing.Point(6, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 21); this.label2.TabIndex = 4; this.label2.Text = "Last Amount:"; this.label2.Click += new System.EventHandler(this.label2_Click); // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 30); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(266, 162); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Controls.Add(this.monthCalendar1); this.tabPage3.Location = new System.Drawing.Point(4, 30); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(266, 162); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "tabPage3"; this.tabPage3.UseVisualStyleBackColor = true; // // monthCalendar1 // this.monthCalendar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59))))); this.monthCalendar1.FirstDayOfWeek = System.Windows.Forms.Day.Monday; this.monthCalendar1.ForeColor = System.Drawing.SystemColors.WindowText; this.monthCalendar1.Location = new System.Drawing.Point(16, 0); this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.TabIndex = 6; this.monthCalendar1.TitleBackColor = System.Drawing.SystemColors.AppWorkspace; // // directorySearcher1 // this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01"); // // directorySearcher2 // this.directorySearcher2.ClientTimeout = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher2.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher2.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01"); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.SystemColors.ButtonFace; this.label4.Location = new System.Drawing.Point(629, 47); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 21); this.label4.TabIndex = 6; // // button9 // this.button9.BackColor = System.Drawing.Color.Black; this.button9.Font = new System.Drawing.Font("Century Gothic", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button9.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button9.Location = new System.Drawing.Point(0, 406); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(162, 74); this.button9.TabIndex = 5; this.button9.Text = "Clock in"; this.button9.UseVisualStyleBackColor = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59))))); this.ClientSize = new System.Drawing.Size(922, 625); this.Controls.Add(this.label4); this.Controls.Add(this.tabControl1); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Form1"; this.Text = "Form1"; this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label1; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.IO.FileSystemWatcher fileSystemWatcher1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label Current_time; private System.Windows.Forms.Label Times; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.MonthCalendar monthCalendar1; private System.Windows.Forms.Label label2; private System.DirectoryServices.DirectorySearcher directorySearcher1; private System.DirectoryServices.DirectorySearcher directorySearcher2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button9; } }