namespace EMSystem.Forms { partial class EmpListForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.empListGridView = new System.Windows.Forms.DataGridView(); this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.phoneNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.eMailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jobTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.wageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.employeelistBindingSource = new System.Windows.Forms.BindingSource(this.components); this.emsDataSet = new EMSystem.emsDataSet(); this.botPanelEmpList = new System.Windows.Forms.Panel(); this.saveBtn = new FontAwesome.Sharp.IconButton(); this.printBtn = new FontAwesome.Sharp.IconButton(); this.delBtn = new FontAwesome.Sharp.IconButton(); this.employeelistTableAdapter = new EMSystem.emsDataSetTableAdapters.employeelistTableAdapter(); this.printDoc = new System.Drawing.Printing.PrintDocument(); ((System.ComponentModel.ISupportInitialize)(this.empListGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.employeelistBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emsDataSet)).BeginInit(); this.botPanelEmpList.SuspendLayout(); this.SuspendLayout(); // // empListGridView // this.empListGridView.AutoGenerateColumns = false; this.empListGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.empListGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.empListGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.empListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.empListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn, this.ageDataGridViewTextBoxColumn, this.phoneNumberDataGridViewTextBoxColumn, this.eMailDataGridViewTextBoxColumn, this.addressDataGridViewTextBoxColumn, this.jobTitleDataGridViewTextBoxColumn, this.wageDataGridViewTextBoxColumn}); this.empListGridView.DataSource = this.employeelistBindingSource; this.empListGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.empListGridView.Location = new System.Drawing.Point(0, 0); this.empListGridView.Name = "empListGridView"; this.empListGridView.Size = new System.Drawing.Size(800, 450); this.empListGridView.TabIndex = 0; // // iDDataGridViewTextBoxColumn // this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID"; this.iDDataGridViewTextBoxColumn.HeaderText = "ID"; this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn"; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; // // ageDataGridViewTextBoxColumn // this.ageDataGridViewTextBoxColumn.DataPropertyName = "Age"; this.ageDataGridViewTextBoxColumn.HeaderText = "Age"; this.ageDataGridViewTextBoxColumn.Name = "ageDataGridViewTextBoxColumn"; // // phoneNumberDataGridViewTextBoxColumn // this.phoneNumberDataGridViewTextBoxColumn.DataPropertyName = "Phone Number"; this.phoneNumberDataGridViewTextBoxColumn.HeaderText = "Phone Number"; this.phoneNumberDataGridViewTextBoxColumn.Name = "phoneNumberDataGridViewTextBoxColumn"; // // eMailDataGridViewTextBoxColumn // this.eMailDataGridViewTextBoxColumn.DataPropertyName = "E-Mail"; this.eMailDataGridViewTextBoxColumn.HeaderText = "E-Mail"; this.eMailDataGridViewTextBoxColumn.Name = "eMailDataGridViewTextBoxColumn"; // // addressDataGridViewTextBoxColumn // this.addressDataGridViewTextBoxColumn.DataPropertyName = "Address"; this.addressDataGridViewTextBoxColumn.HeaderText = "Address"; this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn"; // // jobTitleDataGridViewTextBoxColumn // this.jobTitleDataGridViewTextBoxColumn.DataPropertyName = "Job Title"; this.jobTitleDataGridViewTextBoxColumn.HeaderText = "Job Title"; this.jobTitleDataGridViewTextBoxColumn.Name = "jobTitleDataGridViewTextBoxColumn"; // // wageDataGridViewTextBoxColumn // this.wageDataGridViewTextBoxColumn.DataPropertyName = "Wage"; this.wageDataGridViewTextBoxColumn.HeaderText = "Wage"; this.wageDataGridViewTextBoxColumn.Name = "wageDataGridViewTextBoxColumn"; // // employeelistBindingSource // this.employeelistBindingSource.DataMember = "employeelist"; this.employeelistBindingSource.DataSource = this.emsDataSet; // // emsDataSet // this.emsDataSet.DataSetName = "emsDataSet"; this.emsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // botPanelEmpList // this.botPanelEmpList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(167))))); this.botPanelEmpList.Controls.Add(this.saveBtn); this.botPanelEmpList.Controls.Add(this.printBtn); this.botPanelEmpList.Controls.Add(this.delBtn); this.botPanelEmpList.Dock = System.Windows.Forms.DockStyle.Bottom; this.botPanelEmpList.Location = new System.Drawing.Point(0, 425); this.botPanelEmpList.Name = "botPanelEmpList"; this.botPanelEmpList.Size = new System.Drawing.Size(800, 25); this.botPanelEmpList.TabIndex = 1; // // saveBtn // this.saveBtn.BackColor = System.Drawing.Color.Green; this.saveBtn.Dock = System.Windows.Forms.DockStyle.Right; this.saveBtn.FlatAppearance.BorderSize = 0; this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.saveBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.saveBtn.ForeColor = System.Drawing.SystemColors.ControlText; this.saveBtn.IconChar = FontAwesome.Sharp.IconChar.Save; this.saveBtn.IconColor = System.Drawing.Color.Black; this.saveBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.saveBtn.IconSize = 17; this.saveBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.saveBtn.Location = new System.Drawing.Point(575, 0); this.saveBtn.Name = "saveBtn"; this.saveBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.saveBtn.Size = new System.Drawing.Size(75, 25); this.saveBtn.TabIndex = 4; this.saveBtn.Text = "Save"; this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveBtn.UseVisualStyleBackColor = false; this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); // // printBtn // this.printBtn.BackColor = System.Drawing.Color.Chocolate; this.printBtn.Dock = System.Windows.Forms.DockStyle.Right; this.printBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.printBtn.FlatAppearance.BorderSize = 0; this.printBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.printBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.printBtn.IconChar = FontAwesome.Sharp.IconChar.Print; this.printBtn.IconColor = System.Drawing.Color.Black; this.printBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.printBtn.IconSize = 17; this.printBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.printBtn.Location = new System.Drawing.Point(650, 0); this.printBtn.Name = "printBtn"; this.printBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.printBtn.Size = new System.Drawing.Size(75, 25); this.printBtn.TabIndex = 3; this.printBtn.Text = "Print"; this.printBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.printBtn.UseVisualStyleBackColor = false; this.printBtn.Click += new System.EventHandler(this.printBtn_Click); // // delBtn // this.delBtn.BackColor = System.Drawing.Color.DarkRed; this.delBtn.Dock = System.Windows.Forms.DockStyle.Right; this.delBtn.FlatAppearance.BorderSize = 0; this.delBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.delBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.delBtn.IconChar = FontAwesome.Sharp.IconChar.TrashAlt; this.delBtn.IconColor = System.Drawing.Color.Black; this.delBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.delBtn.IconSize = 17; this.delBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.delBtn.Location = new System.Drawing.Point(725, 0); this.delBtn.Name = "delBtn"; this.delBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.delBtn.Size = new System.Drawing.Size(75, 25); this.delBtn.TabIndex = 1; this.delBtn.Text = "Delete"; this.delBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.delBtn.UseVisualStyleBackColor = false; this.delBtn.Click += new System.EventHandler(this.delBtn_Click); // // employeelistTableAdapter // this.employeelistTableAdapter.ClearBeforeFill = true; // // printDoc // this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoc_PrintPage); // // EmpListForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.botPanelEmpList); this.Controls.Add(this.empListGridView); this.Name = "EmpListForm"; this.Text = "Employees List"; this.Load += new System.EventHandler(this.EmpListForm_Load); ((System.ComponentModel.ISupportInitialize)(this.empListGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.employeelistBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emsDataSet)).EndInit(); this.botPanelEmpList.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel botPanelEmpList; private FontAwesome.Sharp.IconButton saveBtn; private FontAwesome.Sharp.IconButton printBtn; private FontAwesome.Sharp.IconButton delBtn; private emsDataSet emsDataSet; private System.Windows.Forms.BindingSource employeelistBindingSource; private emsDataSetTableAdapters.employeelistTableAdapter employeelistTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ageDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn phoneNumberDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn eMailDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn addressDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn jobTitleDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn wageDataGridViewTextBoxColumn; private System.Drawing.Printing.PrintDocument printDoc; public System.Windows.Forms.DataGridView empListGridView; } }