コード例 #1
0
ファイル: UserSummary.designer.cs プロジェクト: neonmax/cdap
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserSummary));
     //this.chart2 = new AEIS.chart();
     this.lblHeader = new System.Windows.Forms.Label();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.gridUsers = new System.Windows.Forms.DataGridView();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.lblNoteChart = new System.Windows.Forms.Label();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.label1 = new System.Windows.Forms.Label();
     //((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // chart2
     //
     //this.chart2.DataSetName = "chart";
     //this.chart2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.Orange;
     this.lblHeader.Location = new System.Drawing.Point(8, 4);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(168, 22);
     this.lblHeader.TabIndex = 1;
     this.lblHeader.Text = "Login Tracker  ver 1.0";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(11, 71);
     this.chart1.Name = "chart1";
     this.chart1.Size = new System.Drawing.Size(770, 176);
     this.chart1.TabIndex = 2;
     this.chart1.Text = "chart1";
     //
     // gridUsers
     //
     this.gridUsers.AllowUserToAddRows = false;
     this.gridUsers.AllowUserToDeleteRows = false;
     this.gridUsers.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.gridUsers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.gridUsers.BackgroundColor = System.Drawing.Color.White;
     this.gridUsers.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.gridUsers.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenHorizontal;
     this.gridUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.gridUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.gridUsers.DefaultCellStyle = dataGridViewCellStyle3;
     this.gridUsers.GridColor = System.Drawing.SystemColors.ButtonHighlight;
     this.gridUsers.Location = new System.Drawing.Point(14, 54);
     this.gridUsers.Name = "gridUsers";
     this.gridUsers.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.gridUsers.RowHeadersVisible = false;
     this.gridUsers.RowHeadersWidth = 20;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.gridUsers.RowsDefaultCellStyle = dataGridViewCellStyle5;
     this.gridUsers.RowTemplate.Height = 24;
     this.gridUsers.Size = new System.Drawing.Size(766, 196);
     this.gridUsers.TabIndex = 3;
     this.gridUsers.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // radGroupBox1
     //
     this.radGroupBox1.Controls.Add(this.lblNoteChart);
     this.radGroupBox1.Controls.Add(this.chart1);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "User Login Histogram";
     this.radGroupBox1.Location = new System.Drawing.Point(8, 29);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(792, 256);
     this.radGroupBox1.TabIndex = 4;
     this.radGroupBox1.Text = "User Login Histogram";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     //
     // lblNoteChart
     //
     this.lblNoteChart.AutoSize = true;
     this.lblNoteChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblNoteChart.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNoteChart.ForeColor = System.Drawing.SystemColors.InfoText;
     this.lblNoteChart.Location = new System.Drawing.Point(11, 19);
     this.lblNoteChart.Name = "lblNoteChart";
     this.lblNoteChart.Size = new System.Drawing.Size(778, 48);
     this.lblNoteChart.TabIndex = 3;
     this.lblNoteChart.Text = resources.GetString("lblNoteChart.Text");
     //
     // radGroupBox2
     //
     this.radGroupBox2.Controls.Add(this.label1);
     this.radGroupBox2.Controls.Add(this.gridUsers);
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "User Details";
     this.radGroupBox2.Location = new System.Drawing.Point(8, 292);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox2.Size = new System.Drawing.Size(792, 263);
     this.radGroupBox2.TabIndex = 5;
     this.radGroupBox2.Text = "User Details";
     this.radGroupBox2.ThemeName = "BreezeExtended";
     this.radGroupBox2.Click += new System.EventHandler(this.radGroupBox2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
     this.label1.Location = new System.Drawing.Point(11, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(657, 32);
     this.label1.TabIndex = 3;
     this.label1.Text = "Note : \r\nThe interaction of each user is handled through this section. Mainly the" +
         " administrators can use this section to refer user details. \r\n";
     //
     // UserSummary
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox2);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.lblHeader);
     this.Name = "UserSummary";
     this.Size = new System.Drawing.Size(807, 558);
     this.Load += new System.EventHandler(this.UserSummary_Load);
     //((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #2
0
ファイル: Login.designer.cs プロジェクト: neonmax/cdap
 /// <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();
     this.roundRectShapeForm = new Telerik.WinControls.RoundRectShape(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnSignin = new Telerik.WinControls.UI.RadButton();
     this.btnClose = new Telerik.WinControls.UI.RadButton();
     this.label4 = new System.Windows.Forms.Label();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.alertLogTracker = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     this.txtPassWord = new System.Windows.Forms.TextBox();
     this.txtUserId = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.btnSignin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(295, 101);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(52, 22);
     this.label1.TabIndex = 0;
     this.label1.Text = "Login";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Yellow;
     this.label2.Location = new System.Drawing.Point(295, 141);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 18);
     this.label2.TabIndex = 0;
     this.label2.Text = "User ID :";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Yellow;
     this.label3.Location = new System.Drawing.Point(295, 170);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(67, 18);
     this.label3.TabIndex = 0;
     this.label3.Text = "Password :"******"Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignin.Location = new System.Drawing.Point(382, 215);
     this.btnSignin.Name = "btnSignin";
     this.btnSignin.Size = new System.Drawing.Size(70, 24);
     this.btnSignin.TabIndex = 2;
     this.btnSignin.Text = "Sign In";
     this.btnSignin.ThemeName = "BreezeExtended";
     this.btnSignin.Click += new System.EventHandler(this.btnSignin_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.Font = new System.Drawing.Font("Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(467, 215);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(70, 24);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.ThemeName = "BreezeExtended";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Trebuchet MS", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Silver;
     this.label4.Location = new System.Drawing.Point(406, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(115, 16);
     this.label4.TabIndex = 0;
     this.label4.Text = "Registered users only";
     //
     // alertLogTracker
     //
     this.alertLogTracker.CaptionText = "User Login Tracked";
     this.alertLogTracker.ContentImage = null;
     this.alertLogTracker.ContentText = "The new version of Automated Examination Invigilaton System  is introduses.";
     this.alertLogTracker.FadeAnimationFrames = 30;
     this.alertLogTracker.FixedSize = new System.Drawing.Size(170, 100);
     this.alertLogTracker.Opacity = 1F;
     this.alertLogTracker.PlaySound = false;
     this.alertLogTracker.PopupAnimation = true;
     this.alertLogTracker.SoundToPlay = null;
     this.alertLogTracker.ThemeName = "Office2010";
     //
     // txtPassWord
     //
     this.txtPassWord.Location = new System.Drawing.Point(382, 170);
     this.txtPassWord.Name = "txtPassWord";
     this.txtPassWord.Size = new System.Drawing.Size(155, 20);
     this.txtPassWord.TabIndex = 3;
     this.txtPassWord.UseSystemPasswordChar = true;
     //
     // txtUserId
     //
     this.txtUserId.Location = new System.Drawing.Point(382, 138);
     this.txtUserId.Name = "txtUserId";
     this.txtUserId.Size = new System.Drawing.Size(155, 20);
     this.txtUserId.TabIndex = 4;
     this.txtUserId.Text = "Admin";
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::AEIS.Properties.Resources.login;
     this.ClientSize = new System.Drawing.Size(572, 344);
     this.Controls.Add(this.txtUserId);
     this.Controls.Add(this.txtPassWord);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnSignin);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Login";
     this.Shape = this.roundRectShapeForm;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Login";
     ((System.ComponentModel.ISupportInitialize)(this.btnSignin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlMainUser = new System.Windows.Forms.Panel();
     this.pnlCandidateControl = new System.Windows.Forms.Panel();
     this.btnUserDetailSum = new System.Windows.Forms.Button();
     this.btnResetDeleteUser = new System.Windows.Forms.Button();
     this.btnEditUser = new System.Windows.Forms.Button();
     this.btnAddUser = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.pnlCandidateControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // pnlMainUser
     //
     this.pnlMainUser.AutoScroll = true;
     this.pnlMainUser.BackColor = System.Drawing.Color.White;
     this.pnlMainUser.Location = new System.Drawing.Point(202, 5);
     this.pnlMainUser.Name = "pnlMainUser";
     this.pnlMainUser.Padding = new System.Windows.Forms.Padding(10);
     this.pnlMainUser.Size = new System.Drawing.Size(807, 558);
     this.pnlMainUser.TabIndex = 10;
     //
     // pnlCandidateControl
     //
     this.pnlCandidateControl.BackgroundImage = global::AEIS.Properties.Resources.sidePan;
     this.pnlCandidateControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlCandidateControl.Controls.Add(this.btnUserDetailSum);
     this.pnlCandidateControl.Controls.Add(this.btnResetDeleteUser);
     this.pnlCandidateControl.Controls.Add(this.btnEditUser);
     this.pnlCandidateControl.Controls.Add(this.btnAddUser);
     this.pnlCandidateControl.Controls.Add(this.label1);
     this.pnlCandidateControl.Controls.Add(this.pictureBox6);
     this.pnlCandidateControl.Location = new System.Drawing.Point(1, 0);
     this.pnlCandidateControl.Name = "pnlCandidateControl";
     this.pnlCandidateControl.Size = new System.Drawing.Size(200, 566);
     this.pnlCandidateControl.TabIndex = 11;
     //
     // btnUserDetailSum
     //
     this.btnUserDetailSum.BackColor = System.Drawing.Color.Transparent;
     this.btnUserDetailSum.BackgroundImage = global::AEIS.Properties.Resources.buttonBack;
     this.btnUserDetailSum.FlatAppearance.BorderSize = 0;
     this.btnUserDetailSum.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnUserDetailSum.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUserDetailSum.Image = global::AEIS.Properties.Resources.edCan;
     this.btnUserDetailSum.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUserDetailSum.Location = new System.Drawing.Point(7, 305);
     this.btnUserDetailSum.Name = "btnUserDetailSum";
     this.btnUserDetailSum.Size = new System.Drawing.Size(182, 48);
     this.btnUserDetailSum.TabIndex = 12;
     this.btnUserDetailSum.Text = "User Details Summary";
     this.btnUserDetailSum.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnUserDetailSum.UseVisualStyleBackColor = false;
     this.btnUserDetailSum.Click += new System.EventHandler(this.btnUserDetailSum_Click);
     //
     // btnResetDeleteUser
     //
     this.btnResetDeleteUser.BackColor = System.Drawing.Color.Transparent;
     this.btnResetDeleteUser.BackgroundImage = global::AEIS.Properties.Resources.buttonBack;
     this.btnResetDeleteUser.FlatAppearance.BorderSize = 0;
     this.btnResetDeleteUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnResetDeleteUser.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnResetDeleteUser.Image = global::AEIS.Properties.Resources.edCan;
     this.btnResetDeleteUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnResetDeleteUser.Location = new System.Drawing.Point(6, 251);
     this.btnResetDeleteUser.Name = "btnResetDeleteUser";
     this.btnResetDeleteUser.Size = new System.Drawing.Size(182, 48);
     this.btnResetDeleteUser.TabIndex = 11;
     this.btnResetDeleteUser.Text = "Reset or Delete User";
     this.btnResetDeleteUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnResetDeleteUser.UseVisualStyleBackColor = false;
     this.btnResetDeleteUser.Click += new System.EventHandler(this.btnResetDeleteUser_Click);
     this.btnResetDeleteUser.MouseLeave += new System.EventHandler(this.btnResetDeleteUser_MouseLeave);
     this.btnResetDeleteUser.MouseHover += new System.EventHandler(this.btnResetDeleteUser_MouseHover);
     //
     // btnEditUser
     //
     this.btnEditUser.BackColor = System.Drawing.Color.Transparent;
     this.btnEditUser.BackgroundImage = global::AEIS.Properties.Resources.buttonBack;
     this.btnEditUser.FlatAppearance.BorderSize = 0;
     this.btnEditUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEditUser.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEditUser.ForeColor = System.Drawing.Color.Black;
     this.btnEditUser.Image = global::AEIS.Properties.Resources.newCan;
     this.btnEditUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEditUser.Location = new System.Drawing.Point(6, 197);
     this.btnEditUser.Name = "btnEditUser";
     this.btnEditUser.Size = new System.Drawing.Size(182, 48);
     this.btnEditUser.TabIndex = 10;
     this.btnEditUser.Text = "Edit User Details";
     this.btnEditUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnEditUser.UseVisualStyleBackColor = false;
     this.btnEditUser.Click += new System.EventHandler(this.btnEditUser_Click);
     this.btnEditUser.MouseLeave += new System.EventHandler(this.btnEditUser_MouseLeave);
     this.btnEditUser.MouseHover += new System.EventHandler(this.btnEditUser_MouseHover);
     //
     // btnAddUser
     //
     this.btnAddUser.BackColor = System.Drawing.Color.Transparent;
     this.btnAddUser.BackgroundImage = global::AEIS.Properties.Resources.buttonBack;
     this.btnAddUser.FlatAppearance.BorderSize = 0;
     this.btnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAddUser.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddUser.Image = global::AEIS.Properties.Resources.vieCan;
     this.btnAddUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAddUser.Location = new System.Drawing.Point(6, 143);
     this.btnAddUser.Name = "btnAddUser";
     this.btnAddUser.Size = new System.Drawing.Size(182, 48);
     this.btnAddUser.TabIndex = 9;
     this.btnAddUser.Text = "Add New User";
     this.btnAddUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddUser.UseVisualStyleBackColor = false;
     this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
     this.btnAddUser.MouseLeave += new System.EventHandler(this.btnAddUser_MouseLeave);
     this.btnAddUser.MouseHover += new System.EventHandler(this.btnAddUser_MouseHover);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(30, 105);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(134, 24);
     this.label1.TabIndex = 0;
     this.label1.Text = "User Handling";
     //
     // pictureBox6
     //
     this.pictureBox6.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox6.BackgroundImage = global::AEIS.Properties.Resources.user1;
     this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pictureBox6.Location = new System.Drawing.Point(46, 3);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(100, 100);
     this.pictureBox6.TabIndex = 8;
     this.pictureBox6.TabStop = false;
     //
     // UserHandling_Home
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pnlCandidateControl);
     this.Controls.Add(this.pnlMainUser);
     this.Name = "UserHandling_Home";
     this.Size = new System.Drawing.Size(1011, 566);
     this.pnlCandidateControl.ResumeLayout(false);
     this.pnlCandidateControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
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();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radGroupBox7 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnPopulate = new Telerik.WinControls.UI.RadButton();
     this.label1 = new System.Windows.Forms.Label();
     this.cmbExam = new System.Windows.Forms.ComboBox();
     this.lblSeconds = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.lblMinits = new System.Windows.Forms.Button();
     this.lblHours = new System.Windows.Forms.Button();
     this.lblTt = new System.Windows.Forms.Label();
     this.lblcola2 = new System.Windows.Forms.Label();
     this.lblCola1 = new System.Windows.Forms.Label();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.chair02 = new System.Windows.Forms.Button();
     this.chair01 = new System.Windows.Forms.Button();
     this.chair03 = new System.Windows.Forms.Button();
     this.chair04 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.lblAuthanticity = new System.Windows.Forms.Label();
     this.btnOff = new Telerik.WinControls.UI.RadButton();
     this.btnStart = new Telerik.WinControls.UI.RadButton();
     this.emguImgFace = new Emgu.CV.UI.ImageBox();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.lbltitle = new Telerik.WinControls.UI.RadLabel();
     this.lblInitName = new Telerik.WinControls.UI.RadLabel();
     this.lblFullName = new Telerik.WinControls.UI.RadLabel();
     this.lblCandidateID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel17 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.timShutter = new System.Windows.Forms.Timer(this.components);
     this.office2010Theme1 = new Telerik.WinControls.Themes.Office2010Theme();
     this.timHome = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).BeginInit();
     this.radGroupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnPopulate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emguImgFace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbltitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInitName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFullName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCandidateID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radGroupBox7);
     this.radGroupBox1.Controls.Add(this.radGroupBox2);
     this.radGroupBox1.Controls.Add(this.radGroupBox4);
     this.radGroupBox1.Controls.Add(this.radGroupBox3);
     this.radGroupBox1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "Face Detection & Face Recognition";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(992, 550);
     this.radGroupBox1.TabIndex = 8;
     this.radGroupBox1.Text = "Face Detection & Face Recognition";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     this.radGroupBox1.Click += new System.EventHandler(this.radGroupBox1_Click);
     //
     // radGroupBox7
     //
     this.radGroupBox7.Controls.Add(this.btnPopulate);
     this.radGroupBox7.Controls.Add(this.label1);
     this.radGroupBox7.Controls.Add(this.cmbExam);
     this.radGroupBox7.Controls.Add(this.lblSeconds);
     this.radGroupBox7.Controls.Add(this.button5);
     this.radGroupBox7.Controls.Add(this.lblMinits);
     this.radGroupBox7.Controls.Add(this.lblHours);
     this.radGroupBox7.Controls.Add(this.lblTt);
     this.radGroupBox7.Controls.Add(this.lblcola2);
     this.radGroupBox7.Controls.Add(this.lblCola1);
     this.radGroupBox7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox7.FooterImageIndex = -1;
     this.radGroupBox7.FooterImageKey = "";
     this.radGroupBox7.HeaderImageIndex = -1;
     this.radGroupBox7.HeaderImageKey = "";
     this.radGroupBox7.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox7.HeaderText = "Alerts Window";
     this.radGroupBox7.Location = new System.Drawing.Point(13, 23);
     this.radGroupBox7.Name = "radGroupBox7";
     this.radGroupBox7.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox7.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox7.Size = new System.Drawing.Size(468, 140);
     this.radGroupBox7.TabIndex = 9;
     this.radGroupBox7.Text = "Alerts Window";
     this.radGroupBox7.ThemeName = "BreezeExtended";
     //
     // btnPopulate
     //
     this.btnPopulate.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPopulate.Location = new System.Drawing.Point(329, 56);
     this.btnPopulate.Name = "btnPopulate";
     this.btnPopulate.Size = new System.Drawing.Size(126, 25);
     this.btnPopulate.TabIndex = 19;
     this.btnPopulate.Text = "&Populate images";
     this.btnPopulate.ThemeName = "Office2010";
     this.btnPopulate.Click += new System.EventHandler(this.btnPopulate_Click_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(161, 18);
     this.label1.TabIndex = 22;
     this.label1.Text = "Select the Examination ID : ";
     //
     // cmbExam
     //
     this.cmbExam.FormattingEnabled = true;
     this.cmbExam.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6"});
     this.cmbExam.Location = new System.Drawing.Point(177, 28);
     this.cmbExam.Name = "cmbExam";
     this.cmbExam.Size = new System.Drawing.Size(278, 21);
     this.cmbExam.TabIndex = 21;
     this.cmbExam.Text = "1";
     this.cmbExam.SelectedIndexChanged += new System.EventHandler(this.cmbExam_SelectedIndexChanged);
     //
     // lblSeconds
     //
     this.lblSeconds.BackColor = System.Drawing.Color.YellowGreen;
     this.lblSeconds.FlatAppearance.BorderSize = 0;
     this.lblSeconds.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblSeconds.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSeconds.ForeColor = System.Drawing.Color.White;
     this.lblSeconds.Location = new System.Drawing.Point(177, 71);
     this.lblSeconds.Name = "lblSeconds";
     this.lblSeconds.Size = new System.Drawing.Size(53, 53);
     this.lblSeconds.TabIndex = 18;
     this.lblSeconds.Text = "34";
     this.lblSeconds.UseVisualStyleBackColor = false;
     //
     // button5
     //
     this.button5.FlatAppearance.BorderSize = 0;
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location = new System.Drawing.Point(28, 172);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(141, 21);
     this.button5.TabIndex = 1;
     this.button5.Text = "Reset";
     this.button5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button5.UseVisualStyleBackColor = true;
     //
     // lblMinits
     //
     this.lblMinits.BackColor = System.Drawing.Color.Orange;
     this.lblMinits.FlatAppearance.BorderSize = 0;
     this.lblMinits.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblMinits.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMinits.ForeColor = System.Drawing.Color.White;
     this.lblMinits.Location = new System.Drawing.Point(95, 71);
     this.lblMinits.Name = "lblMinits";
     this.lblMinits.Size = new System.Drawing.Size(53, 53);
     this.lblMinits.TabIndex = 19;
     this.lblMinits.Text = "54";
     this.lblMinits.UseVisualStyleBackColor = false;
     //
     // lblHours
     //
     this.lblHours.BackColor = System.Drawing.Color.YellowGreen;
     this.lblHours.FlatAppearance.BorderSize = 0;
     this.lblHours.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHours.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHours.ForeColor = System.Drawing.Color.White;
     this.lblHours.Location = new System.Drawing.Point(13, 71);
     this.lblHours.Name = "lblHours";
     this.lblHours.Size = new System.Drawing.Size(53, 53);
     this.lblHours.TabIndex = 20;
     this.lblHours.Text = "15";
     this.lblHours.UseVisualStyleBackColor = false;
     //
     // lblTt
     //
     this.lblTt.AutoSize = true;
     this.lblTt.BackColor = System.Drawing.Color.Transparent;
     this.lblTt.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTt.ForeColor = System.Drawing.Color.Orange;
     this.lblTt.Location = new System.Drawing.Point(236, 83);
     this.lblTt.Name = "lblTt";
     this.lblTt.Size = new System.Drawing.Size(42, 27);
     this.lblTt.TabIndex = 16;
     this.lblTt.Text = "pm";
     this.lblTt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblcola2
     //
     this.lblcola2.AutoSize = true;
     this.lblcola2.BackColor = System.Drawing.Color.Transparent;
     this.lblcola2.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblcola2.ForeColor = System.Drawing.Color.Orange;
     this.lblcola2.Location = new System.Drawing.Point(154, 83);
     this.lblcola2.Name = "lblcola2";
     this.lblcola2.Size = new System.Drawing.Size(20, 27);
     this.lblcola2.TabIndex = 17;
     this.lblcola2.Text = ":";
     this.lblcola2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblCola1
     //
     this.lblCola1.AutoSize = true;
     this.lblCola1.BackColor = System.Drawing.Color.Transparent;
     this.lblCola1.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCola1.ForeColor = System.Drawing.Color.Orange;
     this.lblCola1.Location = new System.Drawing.Point(72, 83);
     this.lblCola1.Name = "lblCola1";
     this.lblCola1.Size = new System.Drawing.Size(20, 27);
     this.lblCola1.TabIndex = 15;
     this.lblCola1.Text = ":";
     this.lblCola1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radGroupBox2
     //
     this.radGroupBox2.Controls.Add(this.chair02);
     this.radGroupBox2.Controls.Add(this.chair01);
     this.radGroupBox2.Controls.Add(this.chair03);
     this.radGroupBox2.Controls.Add(this.chair04);
     this.radGroupBox2.Controls.Add(this.button3);
     this.radGroupBox2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "Seat Allocation";
     this.radGroupBox2.Location = new System.Drawing.Point(492, 23);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox2.Size = new System.Drawing.Size(487, 330);
     this.radGroupBox2.TabIndex = 8;
     this.radGroupBox2.Text = "Seat Allocation";
     this.radGroupBox2.ThemeName = "BreezeExtended";
     //
     // chair02
     //
     this.chair02.BackColor = System.Drawing.Color.White;
     this.chair02.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair02.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair02.Location = new System.Drawing.Point(284, 174);
     this.chair02.Name = "chair02";
     this.chair02.Size = new System.Drawing.Size(130, 130);
     this.chair02.TabIndex = 53;
     this.chair02.Text = "02";
     this.chair02.UseVisualStyleBackColor = false;
     //
     // chair01
     //
     this.chair01.BackColor = System.Drawing.Color.White;
     this.chair01.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair01.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair01.Location = new System.Drawing.Point(88, 174);
     this.chair01.Name = "chair01";
     this.chair01.Size = new System.Drawing.Size(130, 130);
     this.chair01.TabIndex = 54;
     this.chair01.Text = "01";
     this.chair01.UseVisualStyleBackColor = false;
     //
     // chair03
     //
     this.chair03.BackColor = System.Drawing.Color.White;
     this.chair03.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair03.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair03.Location = new System.Drawing.Point(88, 28);
     this.chair03.Name = "chair03";
     this.chair03.Size = new System.Drawing.Size(130, 130);
     this.chair03.TabIndex = 56;
     this.chair03.Text = "03";
     this.chair03.UseVisualStyleBackColor = false;
     //
     // chair04
     //
     this.chair04.BackColor = System.Drawing.Color.White;
     this.chair04.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair04.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair04.Location = new System.Drawing.Point(284, 28);
     this.chair04.Name = "chair04";
     this.chair04.Size = new System.Drawing.Size(130, 130);
     this.chair04.TabIndex = 58;
     this.chair04.Text = "04";
     this.chair04.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.FlatAppearance.BorderSize = 0;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(38, 326);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(141, 21);
     this.button3.TabIndex = 1;
     this.button3.Text = "Reset";
     this.button3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button3.UseVisualStyleBackColor = true;
     //
     // radGroupBox4
     //
     this.radGroupBox4.Controls.Add(this.label2);
     this.radGroupBox4.Controls.Add(this.lblAuthanticity);
     this.radGroupBox4.Controls.Add(this.btnOff);
     this.radGroupBox4.Controls.Add(this.btnStart);
     this.radGroupBox4.Controls.Add(this.emguImgFace);
     this.radGroupBox4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "Camera View";
     this.radGroupBox4.Location = new System.Drawing.Point(13, 171);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox4.Size = new System.Drawing.Size(467, 366);
     this.radGroupBox4.TabIndex = 8;
     this.radGroupBox4.Text = "Camera View";
     this.radGroupBox4.ThemeName = "BreezeExtended";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(255, 332);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 18);
     this.label2.TabIndex = 21;
     this.label2.Text = "Status : ";
     this.label2.Click += new System.EventHandler(this.label2_Click);
     //
     // lblAuthanticity
     //
     this.lblAuthanticity.AutoSize = true;
     this.lblAuthanticity.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAuthanticity.ForeColor = System.Drawing.Color.Red;
     this.lblAuthanticity.Location = new System.Drawing.Point(315, 328);
     this.lblAuthanticity.Name = "lblAuthanticity";
     this.lblAuthanticity.Size = new System.Drawing.Size(28, 22);
     this.lblAuthanticity.TabIndex = 20;
     this.lblAuthanticity.Text = "---";
     //
     // btnOff
     //
     this.btnOff.Enabled = false;
     this.btnOff.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOff.ForeColor = System.Drawing.Color.Red;
     this.btnOff.Location = new System.Drawing.Point(163, 328);
     this.btnOff.Name = "btnOff";
     //
     //
     //
     this.btnOff.RootElement.ForeColor = System.Drawing.Color.Red;
     this.btnOff.Size = new System.Drawing.Size(57, 25);
     this.btnOff.TabIndex = 19;
     this.btnOff.Text = "Sto&p";
     this.btnOff.ThemeName = "Office2010";
     this.btnOff.Click += new System.EventHandler(this.btnOff_Click);
     //
     // btnStart
     //
     this.btnStart.Enabled = false;
     this.btnStart.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnStart.Location = new System.Drawing.Point(15, 328);
     this.btnStart.Name = "btnStart";
     //
     //
     //
     this.btnStart.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnStart.Size = new System.Drawing.Size(142, 25);
     this.btnStart.TabIndex = 19;
     this.btnStart.Text = "&Start Detection";
     this.btnStart.ThemeName = "Office2010";
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // emguImgFace
     //
     this.emguImgFace.BackgroundImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.emguImgFace.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.emguImgFace.ErrorImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.InitialImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.Location = new System.Drawing.Point(14, 26);
     this.emguImgFace.Name = "emguImgFace";
     this.emguImgFace.Size = new System.Drawing.Size(438, 288);
     this.emguImgFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.emguImgFace.TabIndex = 2;
     this.emguImgFace.TabStop = false;
     this.emguImgFace.Click += new System.EventHandler(this.emguImgFace_Click);
     //
     // radGroupBox3
     //
     this.radGroupBox3.Controls.Add(this.lbltitle);
     this.radGroupBox3.Controls.Add(this.lblInitName);
     this.radGroupBox3.Controls.Add(this.lblFullName);
     this.radGroupBox3.Controls.Add(this.lblCandidateID);
     this.radGroupBox3.Controls.Add(this.radLabel4);
     this.radGroupBox3.Controls.Add(this.radLabel11);
     this.radGroupBox3.Controls.Add(this.radLabel17);
     this.radGroupBox3.Controls.Add(this.radLabel12);
     this.radGroupBox3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "Candidate Details ";
     this.radGroupBox3.Location = new System.Drawing.Point(492, 359);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox3.Size = new System.Drawing.Size(487, 178);
     this.radGroupBox3.TabIndex = 8;
     this.radGroupBox3.Text = "Candidate Details ";
     this.radGroupBox3.ThemeName = "BreezeExtended";
     this.radGroupBox3.Click += new System.EventHandler(this.radGroupBox3_Click);
     //
     // lbltitle
     //
     this.lbltitle.Location = new System.Drawing.Point(204, 109);
     this.lbltitle.Name = "lbltitle";
     this.lbltitle.Size = new System.Drawing.Size(29, 17);
     this.lbltitle.TabIndex = 14;
     this.lbltitle.Text = "Miss";
     //
     // lblInitName
     //
     this.lblInitName.Location = new System.Drawing.Point(204, 83);
     this.lblInitName.Name = "lblInitName";
     this.lblInitName.Size = new System.Drawing.Size(47, 17);
     this.lblInitName.TabIndex = 15;
     this.lblInitName.Text = "J. Stew";
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(204, 55);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(76, 17);
     this.lblFullName.TabIndex = 16;
     this.lblFullName.Text = "Jhoana Stew";
     //
     // lblCandidateID
     //
     this.lblCandidateID.Location = new System.Drawing.Point(204, 27);
     this.lblCandidateID.Name = "lblCandidateID";
     this.lblCandidateID.Size = new System.Drawing.Size(52, 17);
     this.lblCandidateID.TabIndex = 17;
     this.lblCandidateID.Text = "3424234";
     this.lblCandidateID.TextChanged += new System.EventHandler(this.lblCandidateID_TextChanged);
     //
     // radLabel4
     //
     this.radLabel4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.Location = new System.Drawing.Point(13, 109);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(41, 17);
     this.radLabel4.TabIndex = 10;
     this.radLabel4.Text = "Title :";
     this.radLabel4.ThemeName = "Office2007Black";
     //
     // radLabel11
     //
     this.radLabel11.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel11.Location = new System.Drawing.Point(13, 83);
     this.radLabel11.Name = "radLabel11";
     this.radLabel11.Size = new System.Drawing.Size(137, 17);
     this.radLabel11.TabIndex = 11;
     this.radLabel11.Text = "Name with the initials :";
     this.radLabel11.ThemeName = "Office2007Black";
     //
     // radLabel17
     //
     this.radLabel17.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel17.Location = new System.Drawing.Point(13, 27);
     this.radLabel17.Name = "radLabel17";
     this.radLabel17.Size = new System.Drawing.Size(86, 17);
     this.radLabel17.TabIndex = 12;
     this.radLabel17.Text = "Candidate ID :";
     this.radLabel17.ThemeName = "Office2007Black";
     //
     // radLabel12
     //
     this.radLabel12.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.Location = new System.Drawing.Point(13, 55);
     this.radLabel12.Name = "radLabel12";
     this.radLabel12.Size = new System.Drawing.Size(166, 17);
     this.radLabel12.TabIndex = 13;
     this.radLabel12.Text = "Full Name of the candidate :";
     this.radLabel12.ThemeName = "Office2007Black";
     //
     // timShutter
     //
     this.timShutter.Interval = 500;
     this.timShutter.Tick += new System.EventHandler(this.timShutter_Tick);
     //
     // timHome
     //
     this.timHome.Enabled = true;
     this.timHome.Interval = 1000;
     this.timHome.Tick += new System.EventHandler(this.timHome_Tick);
     //
     // FaceRecognition
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox1);
     this.Name = "FaceRecognition";
     this.Size = new System.Drawing.Size(1011, 566);
     this.Load += new System.EventHandler(this.FaceRecognition_Load);
     this.Leave += new System.EventHandler(this.FaceRecognition_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).EndInit();
     this.radGroupBox7.ResumeLayout(false);
     this.radGroupBox7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnPopulate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emguImgFace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbltitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInitName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFullName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCandidateID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     this.ResumeLayout(false);
 }