|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
|
|
this.PbxFaces = new System.Windows.Forms.PictureBox();
|
|
@@ -66,6 +67,8 @@
|
|
|
this.BtnOut = new System.Windows.Forms.Button();
|
|
|
this.PbxIdentification = new System.Windows.Forms.PictureBox();
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.TbxSearch = new System.Windows.Forms.TextBox();
|
|
|
this.DgbJournal = new System.Windows.Forms.DataGridView();
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -86,8 +89,7 @@
|
|
|
this.LblTitle = new System.Windows.Forms.Label();
|
|
|
this.PbxLogo = new System.Windows.Forms.PictureBox();
|
|
|
this.SplitContainer = new System.Windows.Forms.SplitContainer();
|
|
|
- this.TbxSearch = new System.Windows.Forms.TextBox();
|
|
|
- this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.TimerCamsControl = new System.Windows.Forms.Timer(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).BeginInit();
|
|
|
this.PanelMenu.SuspendLayout();
|
|
|
this.PanSettings.SuspendLayout();
|
|
@@ -520,7 +522,7 @@
|
|
|
this.BtnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.BtnIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
|
|
|
this.BtnIn.ForeColor = System.Drawing.Color.White;
|
|
|
- this.BtnIn.Location = new System.Drawing.Point(235, 308);
|
|
|
+ this.BtnIn.Location = new System.Drawing.Point(235, 300);
|
|
|
this.BtnIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.BtnIn.Name = "BtnIn";
|
|
|
this.BtnIn.Size = new System.Drawing.Size(190, 37);
|
|
@@ -534,7 +536,7 @@
|
|
|
this.BtnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.BtnOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
|
|
|
this.BtnOut.ForeColor = System.Drawing.Color.White;
|
|
|
- this.BtnOut.Location = new System.Drawing.Point(8, 308);
|
|
|
+ this.BtnOut.Location = new System.Drawing.Point(8, 300);
|
|
|
this.BtnOut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.BtnOut.Name = "BtnOut";
|
|
|
this.BtnOut.Size = new System.Drawing.Size(190, 37);
|
|
@@ -552,7 +554,7 @@
|
|
|
this.PbxIdentification.Location = new System.Drawing.Point(4, 5);
|
|
|
this.PbxIdentification.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.PbxIdentification.Name = "PbxIdentification";
|
|
|
- this.PbxIdentification.Size = new System.Drawing.Size(421, 293);
|
|
|
+ this.PbxIdentification.Size = new System.Drawing.Size(421, 285);
|
|
|
this.PbxIdentification.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.PbxIdentification.TabIndex = 1;
|
|
|
this.PbxIdentification.TabStop = false;
|
|
@@ -562,13 +564,32 @@
|
|
|
this.tabPage3.Controls.Add(this.label11);
|
|
|
this.tabPage3.Controls.Add(this.TbxSearch);
|
|
|
this.tabPage3.Controls.Add(this.DgbJournal);
|
|
|
- this.tabPage3.Location = new System.Drawing.Point(4, 30);
|
|
|
+ this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tabPage3.Name = "tabPage3";
|
|
|
- this.tabPage3.Size = new System.Drawing.Size(429, 355);
|
|
|
+ this.tabPage3.Size = new System.Drawing.Size(429, 363);
|
|
|
this.tabPage3.TabIndex = 2;
|
|
|
this.tabPage3.Text = "Journal";
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Location = new System.Drawing.Point(4, 8);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(129, 21);
|
|
|
+ this.label11.TabIndex = 2;
|
|
|
+ this.label11.Text = "Поиск по ФИО: ";
|
|
|
+ //
|
|
|
+ // TbxSearch
|
|
|
+ //
|
|
|
+ this.TbxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.TbxSearch.Location = new System.Drawing.Point(139, 5);
|
|
|
+ this.TbxSearch.Name = "TbxSearch";
|
|
|
+ this.TbxSearch.Size = new System.Drawing.Size(282, 29);
|
|
|
+ this.TbxSearch.TabIndex = 1;
|
|
|
+ this.TbxSearch.TextChanged += new System.EventHandler(this.TbxSearch_TextChanged);
|
|
|
+ //
|
|
|
// DgbJournal
|
|
|
//
|
|
|
this.DgbJournal.AllowUserToAddRows = false;
|
|
@@ -595,7 +616,7 @@
|
|
|
this.DgbJournal.RowTemplate.DividerHeight = 5;
|
|
|
this.DgbJournal.RowTemplate.Height = 35;
|
|
|
this.DgbJournal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.DgbJournal.Size = new System.Drawing.Size(423, 304);
|
|
|
+ this.DgbJournal.Size = new System.Drawing.Size(423, 296);
|
|
|
this.DgbJournal.TabIndex = 0;
|
|
|
this.DgbJournal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbJournal_CellDoubleClick);
|
|
|
//
|
|
@@ -628,9 +649,9 @@
|
|
|
this.tabPage4.Controls.Add(this.CbxSaveLocationForm);
|
|
|
this.tabPage4.Controls.Add(this.CmbCams);
|
|
|
this.tabPage4.Controls.Add(this.label7);
|
|
|
- this.tabPage4.Location = new System.Drawing.Point(4, 30);
|
|
|
+ this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tabPage4.Name = "tabPage4";
|
|
|
- this.tabPage4.Size = new System.Drawing.Size(429, 355);
|
|
|
+ this.tabPage4.Size = new System.Drawing.Size(429, 363);
|
|
|
this.tabPage4.TabIndex = 3;
|
|
|
this.tabPage4.Text = "Settings";
|
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
@@ -692,9 +713,9 @@
|
|
|
//
|
|
|
this.tabPage5.Controls.Add(this.GbxInfo);
|
|
|
this.tabPage5.Controls.Add(this.PanelTitle);
|
|
|
- this.tabPage5.Location = new System.Drawing.Point(4, 30);
|
|
|
+ this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tabPage5.Name = "tabPage5";
|
|
|
- this.tabPage5.Size = new System.Drawing.Size(429, 355);
|
|
|
+ this.tabPage5.Size = new System.Drawing.Size(429, 363);
|
|
|
this.tabPage5.TabIndex = 4;
|
|
|
this.tabPage5.Text = "Main";
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
@@ -806,22 +827,10 @@
|
|
|
this.SplitContainer.SplitterDistance = 248;
|
|
|
this.SplitContainer.TabIndex = 5;
|
|
|
//
|
|
|
- // TbxSearch
|
|
|
- //
|
|
|
- this.TbxSearch.Location = new System.Drawing.Point(139, 5);
|
|
|
- this.TbxSearch.Name = "TbxSearch";
|
|
|
- this.TbxSearch.Size = new System.Drawing.Size(282, 29);
|
|
|
- this.TbxSearch.TabIndex = 1;
|
|
|
- this.TbxSearch.TextChanged += new System.EventHandler(this.TbxSearch_TextChanged);
|
|
|
- //
|
|
|
- // label11
|
|
|
+ // TimerCamsControl
|
|
|
//
|
|
|
- this.label11.AutoSize = true;
|
|
|
- this.label11.Location = new System.Drawing.Point(4, 8);
|
|
|
- this.label11.Name = "label11";
|
|
|
- this.label11.Size = new System.Drawing.Size(129, 21);
|
|
|
- this.label11.TabIndex = 2;
|
|
|
- this.label11.Text = "Поиск по ФИО: ";
|
|
|
+ this.TimerCamsControl.Enabled = true;
|
|
|
+ this.TimerCamsControl.Tick += new System.EventHandler(this.TimerCamsControl_Tick);
|
|
|
//
|
|
|
// FormMain
|
|
|
//
|
|
@@ -840,7 +849,6 @@
|
|
|
this.Text = "FaceTrack профессиональный";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
|
- this.ResizeEnd += new System.EventHandler(this.FormMain_ResizeEnd);
|
|
|
this.Resize += new System.EventHandler(this.FormMain_Resize);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).EndInit();
|
|
|
this.PanelMenu.ResumeLayout(false);
|
|
@@ -937,6 +945,7 @@
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
private System.Windows.Forms.TextBox TbxSearch;
|
|
|
+ private System.Windows.Forms.Timer TimerCamsControl;
|
|
|
}
|
|
|
}
|
|
|
|