namespace T_FaceRecognizer { partial class FormVisiting { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormVisiting)); this.PanelTitle = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.LblUserName = new System.Windows.Forms.Label(); this.DgbVisitingForSelectedUser = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BtnOK = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.DtpVisitDate = new System.Windows.Forms.DateTimePicker(); this.CbxFilterDate = new System.Windows.Forms.CheckBox(); this.PanelTitle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DgbVisitingForSelectedUser)).BeginInit(); this.SuspendLayout(); // // PanelTitle // this.PanelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64))))); this.PanelTitle.Controls.Add(this.LblUserName); this.PanelTitle.Controls.Add(this.label1); this.PanelTitle.Dock = System.Windows.Forms.DockStyle.Top; this.PanelTitle.Location = new System.Drawing.Point(0, 0); this.PanelTitle.Name = "PanelTitle"; this.PanelTitle.Size = new System.Drawing.Size(643, 84); this.PanelTitle.TabIndex = 0; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 16F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(643, 47); this.label1.TabIndex = 0; this.label1.Text = "Сводка посещений для пользователя: "; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LblUserName // this.LblUserName.Dock = System.Windows.Forms.DockStyle.Bottom; this.LblUserName.Font = new System.Drawing.Font("Segoe UI Semibold", 14F, System.Drawing.FontStyle.Bold); this.LblUserName.ForeColor = System.Drawing.Color.White; this.LblUserName.Location = new System.Drawing.Point(0, 39); this.LblUserName.Name = "LblUserName"; this.LblUserName.Size = new System.Drawing.Size(643, 45); this.LblUserName.TabIndex = 1; this.LblUserName.Text = "Lastname Firstname Patronymic"; this.LblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // DgbVisitingForSelectedUser // this.DgbVisitingForSelectedUser.AllowUserToAddRows = false; this.DgbVisitingForSelectedUser.AllowUserToDeleteRows = false; this.DgbVisitingForSelectedUser.AllowUserToResizeColumns = false; this.DgbVisitingForSelectedUser.AllowUserToResizeRows = false; this.DgbVisitingForSelectedUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DgbVisitingForSelectedUser.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.DgbVisitingForSelectedUser.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DgbVisitingForSelectedUser.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.DgbVisitingForSelectedUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgbVisitingForSelectedUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); this.DgbVisitingForSelectedUser.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); this.DgbVisitingForSelectedUser.Location = new System.Drawing.Point(0, 125); this.DgbVisitingForSelectedUser.Name = "DgbVisitingForSelectedUser"; this.DgbVisitingForSelectedUser.ReadOnly = true; this.DgbVisitingForSelectedUser.RowHeadersVisible = false; this.DgbVisitingForSelectedUser.RowTemplate.DividerHeight = 5; this.DgbVisitingForSelectedUser.RowTemplate.Height = 35; this.DgbVisitingForSelectedUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgbVisitingForSelectedUser.Size = new System.Drawing.Size(643, 187); this.DgbVisitingForSelectedUser.TabIndex = 1; // // Column1 // this.Column1.HeaderText = "Дата"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column2.HeaderText = "Время входа"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "Время выхода"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // BtnOK // this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64))))); this.BtnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.BtnOK.ForeColor = System.Drawing.Color.White; this.BtnOK.Location = new System.Drawing.Point(474, 320); this.BtnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(156, 37); this.BtnOK.TabIndex = 4; this.BtnOK.Text = "OK"; this.BtnOK.UseVisualStyleBackColor = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(1, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 21); this.label2.TabIndex = 5; this.label2.Text = "Дата:"; // // DtpVisitDate // this.DtpVisitDate.Location = new System.Drawing.Point(56, 90); this.DtpVisitDate.Name = "DtpVisitDate"; this.DtpVisitDate.Size = new System.Drawing.Size(200, 29); this.DtpVisitDate.TabIndex = 6; this.DtpVisitDate.ValueChanged += new System.EventHandler(this.DtpVisitDate_ValueChanged); // // CbxFilterDate // this.CbxFilterDate.AutoSize = true; this.CbxFilterDate.Checked = true; this.CbxFilterDate.CheckState = System.Windows.Forms.CheckState.Checked; this.CbxFilterDate.Location = new System.Drawing.Point(262, 92); this.CbxFilterDate.Name = "CbxFilterDate"; this.CbxFilterDate.Size = new System.Drawing.Size(181, 25); this.CbxFilterDate.TabIndex = 7; this.CbxFilterDate.Text = "Сортировка по дате"; this.CbxFilterDate.UseVisualStyleBackColor = true; this.CbxFilterDate.CheckedChanged += new System.EventHandler(this.CbxFilterDate_CheckedChanged); // // FormVisiting // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); this.ClientSize = new System.Drawing.Size(643, 371); this.Controls.Add(this.CbxFilterDate); this.Controls.Add(this.DtpVisitDate); this.Controls.Add(this.label2); this.Controls.Add(this.BtnOK); this.Controls.Add(this.DgbVisitingForSelectedUser); this.Controls.Add(this.PanelTitle); this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(659, 410); this.Name = "FormVisiting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FaceTrack профессиональный"; this.Load += new System.EventHandler(this.FormVisiting_Load); this.PanelTitle.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DgbVisitingForSelectedUser)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel PanelTitle; private System.Windows.Forms.Label label1; public System.Windows.Forms.Label LblUserName; private System.Windows.Forms.DataGridView DgbVisitingForSelectedUser; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.Button BtnOK; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker DtpVisitDate; private System.Windows.Forms.CheckBox CbxFilterDate; } }