1364 lines
70 KiB
C#
1364 lines
70 KiB
C#
|
|
namespace FaceTransfer
|
|
{
|
|
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()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lbl_ip_to = new System.Windows.Forms.Label();
|
|
this.btn_Transfer = new System.Windows.Forms.Button();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.cb_machineFrom = new System.Windows.Forms.ComboBox();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.lbl_title = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lb_total = new System.Windows.Forms.Label();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.btn_sync = new System.Windows.Forms.Button();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.GvEmpData = new System.Windows.Forms.DataGridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cb_ToMachine = new System.Windows.Forms.ComboBox();
|
|
this.cb_fromMachine = new System.Windows.Forms.ComboBox();
|
|
this.lblSearch = new System.Windows.Forms.Label();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.btnGet = new System.Windows.Forms.Button();
|
|
this.lblTotalEmp = new System.Windows.Forms.Label();
|
|
this.lblResult = new System.Windows.Forms.Label();
|
|
this.lblTo = new System.Windows.Forms.Label();
|
|
this.lblFrom = new System.Windows.Forms.Label();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.btnAllow = new System.Windows.Forms.Button();
|
|
this.btnSaveDb = new System.Windows.Forms.Button();
|
|
this.lbl_totalemp = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_search2 = new System.Windows.Forms.TextBox();
|
|
this.btnGetRecord = new System.Windows.Forms.Button();
|
|
this.lblMachineIp = new System.Windows.Forms.Label();
|
|
this.cbMachineIp = new System.Windows.Forms.ComboBox();
|
|
this.DataGvMachine = new System.Windows.Forms.DataGridView();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lbl_emp = new System.Windows.Forms.Label();
|
|
this.tb_emp = new System.Windows.Forms.TextBox();
|
|
this.btn_result = new System.Windows.Forms.Button();
|
|
this.GvRegisteredUsers = new System.Windows.Forms.DataGridView();
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
this.GvFaceTemplate = new System.Windows.Forms.DataGridView();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.btn_getFaceTemplates = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.btmGetTemplate = new System.Windows.Forms.Button();
|
|
this.cbMachIp = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtEmpoyeeCd = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.cb_machineIpTurnstile = new System.Windows.Forms.ComboBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|
this.btn_transferNew = new System.Windows.Forms.Button();
|
|
this.gv = new System.Windows.Forms.DataGridView();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.txtSearchNew = new System.Windows.Forms.TextBox();
|
|
this.btn_get_face = new System.Windows.Forms.Button();
|
|
this.cb_to = new System.Windows.Forms.ComboBox();
|
|
this.cb_from = new System.Windows.Forms.ComboBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.btn_logout = new System.Windows.Forms.Button();
|
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.txt_searchZkteco = new System.Windows.Forms.TextBox();
|
|
this.btn_livedata_get = new System.Windows.Forms.Button();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.cb_zkteco = new System.Windows.Forms.ComboBox();
|
|
this.panel10 = new System.Windows.Forms.Panel();
|
|
this.gvZktecoData = new System.Windows.Forms.DataGridView();
|
|
this.txt_total = new System.Windows.Forms.Label();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GvEmpData)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGvMachine)).BeginInit();
|
|
this.tabPage4.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GvRegisteredUsers)).BeginInit();
|
|
this.tabPage5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GvFaceTemplate)).BeginInit();
|
|
this.panel6.SuspendLayout();
|
|
this.tabPage6.SuspendLayout();
|
|
this.panel7.SuspendLayout();
|
|
this.tabPage7.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gv)).BeginInit();
|
|
this.panel8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tabPage8.SuspendLayout();
|
|
this.panel9.SuspendLayout();
|
|
this.panel10.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvZktecoData)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label1.Location = new System.Drawing.Point(1, 52);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(110, 16);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "From machine ip:";
|
|
//
|
|
// lbl_ip_to
|
|
//
|
|
this.lbl_ip_to.AutoSize = true;
|
|
this.lbl_ip_to.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lbl_ip_to.Location = new System.Drawing.Point(1, 80);
|
|
this.lbl_ip_to.Name = "lbl_ip_to";
|
|
this.lbl_ip_to.Size = new System.Drawing.Size(96, 16);
|
|
this.lbl_ip_to.TabIndex = 2;
|
|
this.lbl_ip_to.Text = "To machine ip:";
|
|
this.lbl_ip_to.Visible = false;
|
|
//
|
|
// btn_Transfer
|
|
//
|
|
this.btn_Transfer.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_Transfer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_Transfer.Location = new System.Drawing.Point(440, 607);
|
|
this.btn_Transfer.Name = "btn_Transfer";
|
|
this.btn_Transfer.Size = new System.Drawing.Size(90, 31);
|
|
this.btn_Transfer.TabIndex = 4;
|
|
this.btn_Transfer.Text = "TRANSFER";
|
|
this.btn_Transfer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btn_Transfer.UseVisualStyleBackColor = false;
|
|
this.btn_Transfer.Click += new System.EventHandler(this.Btn_Transfer_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|
this.tabControl1.Controls.Add(this.tabPage6);
|
|
this.tabControl1.Controls.Add(this.tabPage7);
|
|
this.tabControl1.Controls.Add(this.tabPage8);
|
|
this.tabControl1.Location = new System.Drawing.Point(8, 117);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(542, 670);
|
|
this.tabControl1.TabIndex = 5;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPage1.Controls.Add(this.panel2);
|
|
this.tabPage1.Controls.Add(this.lb_total);
|
|
this.tabPage1.Controls.Add(this.progressBar1);
|
|
this.tabPage1.Controls.Add(this.btn_sync);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Sync Att";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel2.Controls.Add(this.cb_machineFrom);
|
|
this.panel2.Controls.Add(this.dateTimePicker1);
|
|
this.panel2.Controls.Add(this.lbl_title);
|
|
this.panel2.Controls.Add(this.label3);
|
|
this.panel2.Controls.Add(this.label5);
|
|
this.panel2.Location = new System.Drawing.Point(4, 6);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(526, 191);
|
|
this.panel2.TabIndex = 9;
|
|
//
|
|
// cb_machineFrom
|
|
//
|
|
this.cb_machineFrom.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cb_machineFrom.FormattingEnabled = true;
|
|
this.cb_machineFrom.Location = new System.Drawing.Point(90, 103);
|
|
this.cb_machineFrom.Name = "cb_machineFrom";
|
|
this.cb_machineFrom.Size = new System.Drawing.Size(432, 24);
|
|
this.cb_machineFrom.TabIndex = 17;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(91, 71);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(431, 20);
|
|
this.dateTimePicker1.TabIndex = 7;
|
|
//
|
|
// lbl_title
|
|
//
|
|
this.lbl_title.AutoSize = true;
|
|
this.lbl_title.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_title.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_title.Location = new System.Drawing.Point(162, 14);
|
|
this.lbl_title.Name = "lbl_title";
|
|
this.lbl_title.Size = new System.Drawing.Size(190, 23);
|
|
this.lbl_title.TabIndex = 0;
|
|
this.lbl_title.Text = "Manual attendance Sync";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label3.Location = new System.Drawing.Point(14, 75);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(40, 16);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Date:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label5.Location = new System.Drawing.Point(14, 106);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(76, 16);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Machine ip:";
|
|
//
|
|
// lb_total
|
|
//
|
|
this.lb_total.AutoSize = true;
|
|
this.lb_total.BackColor = System.Drawing.Color.White;
|
|
this.lb_total.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lb_total.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.lb_total.Location = new System.Drawing.Point(6, 240);
|
|
this.lb_total.Name = "lb_total";
|
|
this.lb_total.Size = new System.Drawing.Size(44, 16);
|
|
this.lb_total.TabIndex = 8;
|
|
this.lb_total.Text = "Total";
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(6, 279);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(520, 23);
|
|
this.progressBar1.TabIndex = 7;
|
|
//
|
|
// btn_sync
|
|
//
|
|
this.btn_sync.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_sync.Location = new System.Drawing.Point(453, 318);
|
|
this.btn_sync.Name = "btn_sync";
|
|
this.btn_sync.Size = new System.Drawing.Size(76, 33);
|
|
this.btn_sync.TabIndex = 2;
|
|
this.btn_sync.Text = "Sync";
|
|
this.btn_sync.UseVisualStyleBackColor = false;
|
|
this.btn_sync.Click += new System.EventHandler(this.btn_sync_Click);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tabPage2.Controls.Add(this.GvEmpData);
|
|
this.tabPage2.Controls.Add(this.panel1);
|
|
this.tabPage2.Controls.Add(this.lblTotalEmp);
|
|
this.tabPage2.Controls.Add(this.lblResult);
|
|
this.tabPage2.Controls.Add(this.lblTo);
|
|
this.tabPage2.Controls.Add(this.lblFrom);
|
|
this.tabPage2.Controls.Add(this.btn_Transfer);
|
|
this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Face Transfer";
|
|
//
|
|
// GvEmpData
|
|
//
|
|
this.GvEmpData.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.GvEmpData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.GvEmpData.Location = new System.Drawing.Point(7, 161);
|
|
this.GvEmpData.Name = "GvEmpData";
|
|
this.GvEmpData.Size = new System.Drawing.Size(248, 440);
|
|
this.GvEmpData.TabIndex = 12;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel1.Controls.Add(this.cb_ToMachine);
|
|
this.panel1.Controls.Add(this.cb_fromMachine);
|
|
this.panel1.Controls.Add(this.lblSearch);
|
|
this.panel1.Controls.Add(this.txtSearch);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Controls.Add(this.btnGet);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.lbl_ip_to);
|
|
this.panel1.Location = new System.Drawing.Point(5, 6);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(523, 149);
|
|
this.panel1.TabIndex = 11;
|
|
//
|
|
// cb_ToMachine
|
|
//
|
|
this.cb_ToMachine.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cb_ToMachine.FormattingEnabled = true;
|
|
this.cb_ToMachine.Location = new System.Drawing.Point(108, 77);
|
|
this.cb_ToMachine.Name = "cb_ToMachine";
|
|
this.cb_ToMachine.Size = new System.Drawing.Size(412, 24);
|
|
this.cb_ToMachine.TabIndex = 17;
|
|
this.cb_ToMachine.Visible = false;
|
|
//
|
|
// cb_fromMachine
|
|
//
|
|
this.cb_fromMachine.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cb_fromMachine.FormattingEnabled = true;
|
|
this.cb_fromMachine.Location = new System.Drawing.Point(108, 49);
|
|
this.cb_fromMachine.Name = "cb_fromMachine";
|
|
this.cb_fromMachine.Size = new System.Drawing.Size(412, 24);
|
|
this.cb_fromMachine.TabIndex = 16;
|
|
//
|
|
// lblSearch
|
|
//
|
|
this.lblSearch.AutoSize = true;
|
|
this.lblSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblSearch.Location = new System.Drawing.Point(3, 107);
|
|
this.lblSearch.Name = "lblSearch";
|
|
this.lblSearch.Size = new System.Drawing.Size(54, 16);
|
|
this.lblSearch.TabIndex = 15;
|
|
this.lblSearch.Text = "Search:";
|
|
this.lblSearch.Visible = false;
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Location = new System.Drawing.Point(108, 104);
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(63, 22);
|
|
this.txtSearch.TabIndex = 14;
|
|
this.txtSearch.Visible = false;
|
|
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.BackColor = System.Drawing.Color.Transparent;
|
|
this.label9.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.Location = new System.Drawing.Point(193, 13);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(147, 23);
|
|
this.label9.TabIndex = 13;
|
|
this.label9.Text = "Bulk Face Transfer";
|
|
//
|
|
// btnGet
|
|
//
|
|
this.btnGet.BackColor = System.Drawing.Color.MintCream;
|
|
this.btnGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnGet.Location = new System.Drawing.Point(456, 108);
|
|
this.btnGet.Name = "btnGet";
|
|
this.btnGet.Size = new System.Drawing.Size(63, 36);
|
|
this.btnGet.TabIndex = 7;
|
|
this.btnGet.Text = "GET";
|
|
this.btnGet.UseVisualStyleBackColor = false;
|
|
this.btnGet.Click += new System.EventHandler(this.btnGet_Click);
|
|
//
|
|
// lblTotalEmp
|
|
//
|
|
this.lblTotalEmp.AutoSize = true;
|
|
this.lblTotalEmp.BackColor = System.Drawing.Color.White;
|
|
this.lblTotalEmp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblTotalEmp.Location = new System.Drawing.Point(8, 616);
|
|
this.lblTotalEmp.Name = "lblTotalEmp";
|
|
this.lblTotalEmp.Size = new System.Drawing.Size(76, 16);
|
|
this.lblTotalEmp.TabIndex = 10;
|
|
this.lblTotalEmp.Text = "Total Emp :";
|
|
//
|
|
// lblResult
|
|
//
|
|
this.lblResult.AutoSize = true;
|
|
this.lblResult.BackColor = System.Drawing.Color.White;
|
|
this.lblResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblResult.ForeColor = System.Drawing.Color.Black;
|
|
this.lblResult.Location = new System.Drawing.Point(261, 264);
|
|
this.lblResult.Name = "lblResult";
|
|
this.lblResult.Size = new System.Drawing.Size(60, 16);
|
|
this.lblResult.TabIndex = 9;
|
|
this.lblResult.Text = "Emp no :";
|
|
this.lblResult.Visible = false;
|
|
//
|
|
// lblTo
|
|
//
|
|
this.lblTo.AutoSize = true;
|
|
this.lblTo.BackColor = System.Drawing.Color.White;
|
|
this.lblTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblTo.ForeColor = System.Drawing.Color.Black;
|
|
this.lblTo.Location = new System.Drawing.Point(262, 291);
|
|
this.lblTo.Name = "lblTo";
|
|
this.lblTo.Size = new System.Drawing.Size(28, 16);
|
|
this.lblTo.TabIndex = 8;
|
|
this.lblTo.Text = "To:";
|
|
this.lblTo.Visible = false;
|
|
//
|
|
// lblFrom
|
|
//
|
|
this.lblFrom.AutoSize = true;
|
|
this.lblFrom.BackColor = System.Drawing.Color.White;
|
|
this.lblFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblFrom.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.lblFrom.Location = new System.Drawing.Point(262, 241);
|
|
this.lblFrom.Name = "lblFrom";
|
|
this.lblFrom.Size = new System.Drawing.Size(42, 16);
|
|
this.lblFrom.TabIndex = 7;
|
|
this.lblFrom.Text = "From:";
|
|
this.lblFrom.Visible = false;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tabPage3.Controls.Add(this.btnAllow);
|
|
this.tabPage3.Controls.Add(this.btnSaveDb);
|
|
this.tabPage3.Controls.Add(this.lbl_totalemp);
|
|
this.tabPage3.Controls.Add(this.panel9);
|
|
this.tabPage3.Controls.Add(this.panel3);
|
|
this.tabPage3.Controls.Add(this.DataGvMachine);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Live Machine Data";
|
|
//
|
|
// btnAllow
|
|
//
|
|
this.btnAllow.BackColor = System.Drawing.Color.MintCream;
|
|
this.btnAllow.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAllow.Location = new System.Drawing.Point(433, 126);
|
|
this.btnAllow.Name = "btnAllow";
|
|
this.btnAllow.Size = new System.Drawing.Size(97, 41);
|
|
this.btnAllow.TabIndex = 28;
|
|
this.btnAllow.Text = "Allow Access";
|
|
this.btnAllow.UseVisualStyleBackColor = false;
|
|
this.btnAllow.Click += new System.EventHandler(this.btnAllow_Click);
|
|
//
|
|
// btnSaveDb
|
|
//
|
|
this.btnSaveDb.BackColor = System.Drawing.Color.MintCream;
|
|
this.btnSaveDb.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnSaveDb.Location = new System.Drawing.Point(442, 607);
|
|
this.btnSaveDb.Name = "btnSaveDb";
|
|
this.btnSaveDb.Size = new System.Drawing.Size(86, 31);
|
|
this.btnSaveDb.TabIndex = 20;
|
|
this.btnSaveDb.Text = "SAVE IN DB";
|
|
this.btnSaveDb.UseVisualStyleBackColor = false;
|
|
this.btnSaveDb.Click += new System.EventHandler(this.btnSaveDb_Click);
|
|
//
|
|
// lbl_totalemp
|
|
//
|
|
this.lbl_totalemp.AutoSize = true;
|
|
this.lbl_totalemp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lbl_totalemp.Location = new System.Drawing.Point(6, 619);
|
|
this.lbl_totalemp.Name = "lbl_totalemp";
|
|
this.lbl_totalemp.Size = new System.Drawing.Size(76, 16);
|
|
this.lbl_totalemp.TabIndex = 19;
|
|
this.lbl_totalemp.Text = "Total Emp :";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel3.Controls.Add(this.label4);
|
|
this.panel3.Controls.Add(this.label2);
|
|
this.panel3.Controls.Add(this.txt_search2);
|
|
this.panel3.Controls.Add(this.btnGetRecord);
|
|
this.panel3.Controls.Add(this.lblMachineIp);
|
|
this.panel3.Controls.Add(this.cbMachineIp);
|
|
this.panel3.Location = new System.Drawing.Point(6, 6);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(525, 114);
|
|
this.panel3.TabIndex = 18;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(194, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(109, 23);
|
|
this.label4.TabIndex = 22;
|
|
this.label4.Text = "Machine Data";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label2.Location = new System.Drawing.Point(18, 86);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(54, 16);
|
|
this.label2.TabIndex = 21;
|
|
this.label2.Text = "Search:";
|
|
//
|
|
// txt_search2
|
|
//
|
|
this.txt_search2.Location = new System.Drawing.Point(94, 87);
|
|
this.txt_search2.Name = "txt_search2";
|
|
this.txt_search2.Size = new System.Drawing.Size(359, 20);
|
|
this.txt_search2.TabIndex = 20;
|
|
this.txt_search2.TextChanged += new System.EventHandler(this.txt_search2_TextChanged);
|
|
//
|
|
// btnGetRecord
|
|
//
|
|
this.btnGetRecord.BackColor = System.Drawing.Color.MintCream;
|
|
this.btnGetRecord.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnGetRecord.Location = new System.Drawing.Point(459, 60);
|
|
this.btnGetRecord.Name = "btnGetRecord";
|
|
this.btnGetRecord.Size = new System.Drawing.Size(63, 36);
|
|
this.btnGetRecord.TabIndex = 19;
|
|
this.btnGetRecord.Text = "Get";
|
|
this.btnGetRecord.UseVisualStyleBackColor = false;
|
|
this.btnGetRecord.Click += new System.EventHandler(this.btnGetRecord_Click);
|
|
//
|
|
// lblMachineIp
|
|
//
|
|
this.lblMachineIp.AutoSize = true;
|
|
this.lblMachineIp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lblMachineIp.Location = new System.Drawing.Point(15, 38);
|
|
this.lblMachineIp.Name = "lblMachineIp";
|
|
this.lblMachineIp.Size = new System.Drawing.Size(76, 16);
|
|
this.lblMachineIp.TabIndex = 18;
|
|
this.lblMachineIp.Text = "Machine ip:";
|
|
//
|
|
// cbMachineIp
|
|
//
|
|
this.cbMachineIp.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cbMachineIp.FormattingEnabled = true;
|
|
this.cbMachineIp.Location = new System.Drawing.Point(94, 32);
|
|
this.cbMachineIp.Name = "cbMachineIp";
|
|
this.cbMachineIp.Size = new System.Drawing.Size(428, 24);
|
|
this.cbMachineIp.TabIndex = 17;
|
|
//
|
|
// DataGvMachine
|
|
//
|
|
this.DataGvMachine.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.DataGvMachine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DataGvMachine.Location = new System.Drawing.Point(9, 126);
|
|
this.DataGvMachine.Name = "DataGvMachine";
|
|
this.DataGvMachine.Size = new System.Drawing.Size(418, 476);
|
|
this.DataGvMachine.TabIndex = 0;
|
|
this.DataGvMachine.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGvMachine_CellClick);
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tabPage4.Controls.Add(this.panel4);
|
|
this.tabPage4.Controls.Add(this.GvRegisteredUsers);
|
|
this.tabPage4.ForeColor = System.Drawing.Color.Black;
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage4.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "Registered Users ";
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel4.Controls.Add(this.label6);
|
|
this.panel4.Controls.Add(this.lbl_emp);
|
|
this.panel4.Controls.Add(this.tb_emp);
|
|
this.panel4.Controls.Add(this.btn_result);
|
|
this.panel4.Location = new System.Drawing.Point(6, 6);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(522, 107);
|
|
this.panel4.TabIndex = 19;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
this.label6.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(102, 15);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(300, 23);
|
|
this.label6.TabIndex = 23;
|
|
this.label6.Text = "List Of Registered Users In All Machines";
|
|
//
|
|
// lbl_emp
|
|
//
|
|
this.lbl_emp.AutoSize = true;
|
|
this.lbl_emp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.lbl_emp.ForeColor = System.Drawing.Color.Black;
|
|
this.lbl_emp.Location = new System.Drawing.Point(18, 49);
|
|
this.lbl_emp.Name = "lbl_emp";
|
|
this.lbl_emp.Size = new System.Drawing.Size(60, 16);
|
|
this.lbl_emp.TabIndex = 21;
|
|
this.lbl_emp.Text = "Emp no :";
|
|
//
|
|
// tb_emp
|
|
//
|
|
this.tb_emp.Location = new System.Drawing.Point(19, 73);
|
|
this.tb_emp.Name = "tb_emp";
|
|
this.tb_emp.Size = new System.Drawing.Size(160, 20);
|
|
this.tb_emp.TabIndex = 20;
|
|
//
|
|
// btn_result
|
|
//
|
|
this.btn_result.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_result.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_result.Location = new System.Drawing.Point(456, 42);
|
|
this.btn_result.Name = "btn_result";
|
|
this.btn_result.Size = new System.Drawing.Size(63, 36);
|
|
this.btn_result.TabIndex = 19;
|
|
this.btn_result.Text = "Get";
|
|
this.btn_result.UseVisualStyleBackColor = false;
|
|
this.btn_result.Click += new System.EventHandler(this.btn_result_Click);
|
|
//
|
|
// GvRegisteredUsers
|
|
//
|
|
this.GvRegisteredUsers.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.GvRegisteredUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.GvRegisteredUsers.Location = new System.Drawing.Point(6, 140);
|
|
this.GvRegisteredUsers.Name = "GvRegisteredUsers";
|
|
this.GvRegisteredUsers.Size = new System.Drawing.Size(522, 463);
|
|
this.GvRegisteredUsers.TabIndex = 1;
|
|
//
|
|
// tabPage5
|
|
//
|
|
this.tabPage5.Controls.Add(this.GvFaceTemplate);
|
|
this.tabPage5.Controls.Add(this.panel6);
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage5.Name = "tabPage5";
|
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage5.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage5.TabIndex = 4;
|
|
this.tabPage5.Text = "Re-register Face";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// GvFaceTemplate
|
|
//
|
|
this.GvFaceTemplate.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.GvFaceTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.GvFaceTemplate.Location = new System.Drawing.Point(3, 215);
|
|
this.GvFaceTemplate.Name = "GvFaceTemplate";
|
|
this.GvFaceTemplate.RowHeadersVisible = false;
|
|
this.GvFaceTemplate.RowHeadersWidth = 200;
|
|
this.GvFaceTemplate.Size = new System.Drawing.Size(522, 397);
|
|
this.GvFaceTemplate.TabIndex = 21;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel6.Controls.Add(this.btn_getFaceTemplates);
|
|
this.panel6.Controls.Add(this.label11);
|
|
this.panel6.Controls.Add(this.btmGetTemplate);
|
|
this.panel6.Controls.Add(this.cbMachIp);
|
|
this.panel6.Controls.Add(this.label10);
|
|
this.panel6.Controls.Add(this.txtEmpoyeeCd);
|
|
this.panel6.Controls.Add(this.label8);
|
|
this.panel6.Location = new System.Drawing.Point(6, 7);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(522, 202);
|
|
this.panel6.TabIndex = 20;
|
|
//
|
|
// btn_getFaceTemplates
|
|
//
|
|
this.btn_getFaceTemplates.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_getFaceTemplates.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_getFaceTemplates.Location = new System.Drawing.Point(456, 91);
|
|
this.btn_getFaceTemplates.Name = "btn_getFaceTemplates";
|
|
this.btn_getFaceTemplates.Size = new System.Drawing.Size(63, 36);
|
|
this.btn_getFaceTemplates.TabIndex = 28;
|
|
this.btn_getFaceTemplates.Text = "Get";
|
|
this.btn_getFaceTemplates.UseVisualStyleBackColor = false;
|
|
this.btn_getFaceTemplates.Click += new System.EventHandler(this.btn_getFaceTemplates_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.Location = new System.Drawing.Point(3, 103);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(76, 16);
|
|
this.label11.TabIndex = 29;
|
|
this.label11.Text = "Machine ip:";
|
|
//
|
|
// btmGetTemplate
|
|
//
|
|
this.btmGetTemplate.BackColor = System.Drawing.Color.MintCream;
|
|
this.btmGetTemplate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btmGetTemplate.Location = new System.Drawing.Point(457, 163);
|
|
this.btmGetTemplate.Name = "btmGetTemplate";
|
|
this.btmGetTemplate.Size = new System.Drawing.Size(63, 36);
|
|
this.btmGetTemplate.TabIndex = 27;
|
|
this.btmGetTemplate.Text = "Transfer";
|
|
this.btmGetTemplate.UseVisualStyleBackColor = false;
|
|
this.btmGetTemplate.Click += new System.EventHandler(this.btmGetTemplate_Click);
|
|
//
|
|
// cbMachIp
|
|
//
|
|
this.cbMachIp.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cbMachIp.FormattingEnabled = true;
|
|
this.cbMachIp.Location = new System.Drawing.Point(6, 133);
|
|
this.cbMachIp.Name = "cbMachIp";
|
|
this.cbMachIp.Size = new System.Drawing.Size(515, 24);
|
|
this.cbMachIp.TabIndex = 28;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(3, 48);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(280, 16);
|
|
this.label10.TabIndex = 26;
|
|
this.label10.Text = "Emp id like (6286,6286) less than 50";
|
|
//
|
|
// txtEmpoyeeCd
|
|
//
|
|
this.txtEmpoyeeCd.Location = new System.Drawing.Point(6, 68);
|
|
this.txtEmpoyeeCd.Name = "txtEmpoyeeCd";
|
|
this.txtEmpoyeeCd.Size = new System.Drawing.Size(513, 20);
|
|
this.txtEmpoyeeCd.TabIndex = 25;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
|
this.label8.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(131, 14);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(250, 23);
|
|
this.label8.TabIndex = 24;
|
|
this.label8.Text = "Register Face Template From DB";
|
|
//
|
|
// tabPage6
|
|
//
|
|
this.tabPage6.Controls.Add(this.panel7);
|
|
this.tabPage6.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage6.Name = "tabPage6";
|
|
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage6.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage6.TabIndex = 5;
|
|
this.tabPage6.Text = "Turnstile Access";
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel7
|
|
//
|
|
this.panel7.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel7.Controls.Add(this.label12);
|
|
this.panel7.Controls.Add(this.cb_machineIpTurnstile);
|
|
this.panel7.Controls.Add(this.label13);
|
|
this.panel7.Controls.Add(this.textBox1);
|
|
this.panel7.Controls.Add(this.label14);
|
|
this.panel7.Location = new System.Drawing.Point(6, 6);
|
|
this.panel7.Name = "panel7";
|
|
this.panel7.Size = new System.Drawing.Size(522, 178);
|
|
this.panel7.TabIndex = 21;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label12.Location = new System.Drawing.Point(3, 81);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(76, 16);
|
|
this.label12.TabIndex = 29;
|
|
this.label12.Text = "Machine ip:";
|
|
//
|
|
// cb_machineIpTurnstile
|
|
//
|
|
this.cb_machineIpTurnstile.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cb_machineIpTurnstile.FormattingEnabled = true;
|
|
this.cb_machineIpTurnstile.Location = new System.Drawing.Point(79, 77);
|
|
this.cb_machineIpTurnstile.Name = "cb_machineIpTurnstile";
|
|
this.cb_machineIpTurnstile.Size = new System.Drawing.Size(440, 24);
|
|
this.cb_machineIpTurnstile.TabIndex = 28;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label13.Location = new System.Drawing.Point(5, 56);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(53, 16);
|
|
this.label13.TabIndex = 26;
|
|
this.label13.Text = "Emp id:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(79, 52);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(100, 20);
|
|
this.textBox1.TabIndex = 25;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.BackColor = System.Drawing.Color.Transparent;
|
|
this.label14.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label14.Location = new System.Drawing.Point(164, 10);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(175, 23);
|
|
this.label14.TabIndex = 24;
|
|
this.label14.Text = "Allow Turnstile Access";
|
|
//
|
|
// tabPage7
|
|
//
|
|
this.tabPage7.Controls.Add(this.btn_transferNew);
|
|
this.tabPage7.Controls.Add(this.gv);
|
|
this.tabPage7.Controls.Add(this.panel8);
|
|
this.tabPage7.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage7.Name = "tabPage7";
|
|
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage7.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage7.TabIndex = 6;
|
|
this.tabPage7.Text = "Zkteco Face Transfer";
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_transferNew
|
|
//
|
|
this.btn_transferNew.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_transferNew.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_transferNew.Location = new System.Drawing.Point(440, 607);
|
|
this.btn_transferNew.Name = "btn_transferNew";
|
|
this.btn_transferNew.Size = new System.Drawing.Size(90, 31);
|
|
this.btn_transferNew.TabIndex = 24;
|
|
this.btn_transferNew.Text = "TRANSFER";
|
|
this.btn_transferNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btn_transferNew.UseVisualStyleBackColor = false;
|
|
this.btn_transferNew.Click += new System.EventHandler(this.btn_transferNew_Click);
|
|
//
|
|
// gv
|
|
//
|
|
this.gv.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gv.Location = new System.Drawing.Point(6, 190);
|
|
this.gv.Name = "gv";
|
|
this.gv.Size = new System.Drawing.Size(522, 411);
|
|
this.gv.TabIndex = 23;
|
|
//
|
|
// panel8
|
|
//
|
|
this.panel8.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel8.Controls.Add(this.label18);
|
|
this.panel8.Controls.Add(this.txtSearchNew);
|
|
this.panel8.Controls.Add(this.btn_get_face);
|
|
this.panel8.Controls.Add(this.cb_to);
|
|
this.panel8.Controls.Add(this.cb_from);
|
|
this.panel8.Controls.Add(this.label15);
|
|
this.panel8.Controls.Add(this.label16);
|
|
this.panel8.Controls.Add(this.label17);
|
|
this.panel8.Location = new System.Drawing.Point(6, 6);
|
|
this.panel8.Name = "panel8";
|
|
this.panel8.Size = new System.Drawing.Size(522, 178);
|
|
this.panel8.TabIndex = 22;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label18.Location = new System.Drawing.Point(3, 103);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(54, 16);
|
|
this.label18.TabIndex = 31;
|
|
this.label18.Text = "Search:";
|
|
//
|
|
// txtSearchNew
|
|
//
|
|
this.txtSearchNew.Location = new System.Drawing.Point(109, 100);
|
|
this.txtSearchNew.Name = "txtSearchNew";
|
|
this.txtSearchNew.Size = new System.Drawing.Size(341, 20);
|
|
this.txtSearchNew.TabIndex = 30;
|
|
this.txtSearchNew.TextChanged += new System.EventHandler(this.txtSearchNew_TextChanged);
|
|
//
|
|
// btn_get_face
|
|
//
|
|
this.btn_get_face.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_get_face.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_get_face.Location = new System.Drawing.Point(456, 93);
|
|
this.btn_get_face.Name = "btn_get_face";
|
|
this.btn_get_face.Size = new System.Drawing.Size(63, 36);
|
|
this.btn_get_face.TabIndex = 29;
|
|
this.btn_get_face.Text = "GET";
|
|
this.btn_get_face.UseVisualStyleBackColor = false;
|
|
this.btn_get_face.Click += new System.EventHandler(this.btn_get_face_Click);
|
|
//
|
|
// cb_to
|
|
//
|
|
this.cb_to.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cb_to.FormattingEnabled = true;
|
|
this.cb_to.Location = new System.Drawing.Point(108, 132);
|
|
this.cb_to.Name = "cb_to";
|
|
this.cb_to.Size = new System.Drawing.Size(412, 24);
|
|
this.cb_to.TabIndex = 28;
|
|
//
|
|
// cb_from
|
|
//
|
|
this.cb_from.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cb_from.FormattingEnabled = true;
|
|
this.cb_from.Location = new System.Drawing.Point(109, 63);
|
|
this.cb_from.Name = "cb_from";
|
|
this.cb_from.Size = new System.Drawing.Size(412, 24);
|
|
this.cb_from.TabIndex = 27;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label15.Location = new System.Drawing.Point(2, 66);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(110, 16);
|
|
this.label15.TabIndex = 25;
|
|
this.label15.Text = "From machine ip:";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label16.Location = new System.Drawing.Point(1, 137);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(96, 16);
|
|
this.label16.TabIndex = 26;
|
|
this.label16.Text = "To machine ip:";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.BackColor = System.Drawing.Color.Transparent;
|
|
this.label17.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label17.Location = new System.Drawing.Point(167, 21);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(178, 23);
|
|
this.label17.TabIndex = 24;
|
|
this.label17.Text = "ZKTEO FACE TRANSFER";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::UtopiaAttService.Properties.Resources.logo_dark;
|
|
this.pictureBox1.Location = new System.Drawing.Point(144, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(244, 99);
|
|
this.pictureBox1.TabIndex = 6;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btnReset
|
|
//
|
|
this.btnReset.BackColor = System.Drawing.Color.MintCream;
|
|
this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnReset.Location = new System.Drawing.Point(416, 789);
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.Size = new System.Drawing.Size(134, 35);
|
|
this.btnReset.TabIndex = 7;
|
|
this.btnReset.Text = "Reset";
|
|
this.btnReset.UseVisualStyleBackColor = false;
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.panel5.Location = new System.Drawing.Point(-1, -4);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(555, 10);
|
|
this.panel5.TabIndex = 8;
|
|
//
|
|
// btn_logout
|
|
//
|
|
this.btn_logout.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_logout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_logout.Location = new System.Drawing.Point(466, 12);
|
|
this.btn_logout.Name = "btn_logout";
|
|
this.btn_logout.Size = new System.Drawing.Size(84, 35);
|
|
this.btn_logout.TabIndex = 9;
|
|
this.btn_logout.Text = "Logout";
|
|
this.btn_logout.UseVisualStyleBackColor = false;
|
|
this.btn_logout.Click += new System.EventHandler(this.btn_logout_Click);
|
|
//
|
|
// tabPage8
|
|
//
|
|
this.tabPage8.Controls.Add(this.txt_total);
|
|
this.tabPage8.Controls.Add(this.gvZktecoData);
|
|
this.tabPage8.Controls.Add(this.panel10);
|
|
this.tabPage8.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage8.Name = "tabPage8";
|
|
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage8.Size = new System.Drawing.Size(534, 644);
|
|
this.tabPage8.TabIndex = 7;
|
|
this.tabPage8.Text = "Zkteco Live data";
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel9
|
|
//
|
|
this.panel9.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel9.Controls.Add(this.label19);
|
|
this.panel9.Controls.Add(this.label20);
|
|
this.panel9.Controls.Add(this.textBox2);
|
|
this.panel9.Controls.Add(this.button1);
|
|
this.panel9.Controls.Add(this.label21);
|
|
this.panel9.Controls.Add(this.comboBox1);
|
|
this.panel9.Location = new System.Drawing.Point(6, 6);
|
|
this.panel9.Name = "panel9";
|
|
this.panel9.Size = new System.Drawing.Size(525, 114);
|
|
this.panel9.TabIndex = 18;
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.BackColor = System.Drawing.Color.Transparent;
|
|
this.label19.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label19.Location = new System.Drawing.Point(194, 9);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(109, 23);
|
|
this.label19.TabIndex = 22;
|
|
this.label19.Text = "Machine Data";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label20.Location = new System.Drawing.Point(18, 86);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(54, 16);
|
|
this.label20.TabIndex = 21;
|
|
this.label20.Text = "Search:";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(94, 87);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(359, 20);
|
|
this.textBox2.TabIndex = 20;
|
|
this.textBox2.TextChanged += new System.EventHandler(this.txt_search2_TextChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.MintCream;
|
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.button1.Location = new System.Drawing.Point(459, 60);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(63, 36);
|
|
this.button1.TabIndex = 19;
|
|
this.button1.Text = "Get";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.btnGetRecord_Click);
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label21.Location = new System.Drawing.Point(15, 38);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(76, 16);
|
|
this.label21.TabIndex = 18;
|
|
this.label21.Text = "Machine ip:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(94, 32);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(428, 24);
|
|
this.comboBox1.TabIndex = 17;
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.BackColor = System.Drawing.Color.Transparent;
|
|
this.label22.Font = new System.Drawing.Font("Bahnschrift SemiCondensed", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label22.Location = new System.Drawing.Point(178, 6);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(163, 23);
|
|
this.label22.TabIndex = 22;
|
|
this.label22.Text = "Zkteco Machine Data";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label23.Location = new System.Drawing.Point(32, 89);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(54, 16);
|
|
this.label23.TabIndex = 21;
|
|
this.label23.Text = "Search:";
|
|
//
|
|
// txt_searchZkteco
|
|
//
|
|
this.txt_searchZkteco.Location = new System.Drawing.Point(94, 87);
|
|
this.txt_searchZkteco.Name = "txt_searchZkteco";
|
|
this.txt_searchZkteco.Size = new System.Drawing.Size(114, 20);
|
|
this.txt_searchZkteco.TabIndex = 20;
|
|
this.txt_searchZkteco.TextChanged += new System.EventHandler(this.txt_searchZkteco_TextChanged);
|
|
//
|
|
// btn_livedata_get
|
|
//
|
|
this.btn_livedata_get.BackColor = System.Drawing.Color.MintCream;
|
|
this.btn_livedata_get.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_livedata_get.Location = new System.Drawing.Point(458, 67);
|
|
this.btn_livedata_get.Name = "btn_livedata_get";
|
|
this.btn_livedata_get.Size = new System.Drawing.Size(63, 36);
|
|
this.btn_livedata_get.TabIndex = 19;
|
|
this.btn_livedata_get.Text = "Get";
|
|
this.btn_livedata_get.UseVisualStyleBackColor = false;
|
|
this.btn_livedata_get.Click += new System.EventHandler(this.btn_livedata_get_Click);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.label24.Location = new System.Drawing.Point(15, 40);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(76, 16);
|
|
this.label24.TabIndex = 18;
|
|
this.label24.Text = "Machine ip:";
|
|
//
|
|
// cb_zkteco
|
|
//
|
|
this.cb_zkteco.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F);
|
|
this.cb_zkteco.FormattingEnabled = true;
|
|
this.cb_zkteco.Location = new System.Drawing.Point(94, 35);
|
|
this.cb_zkteco.Name = "cb_zkteco";
|
|
this.cb_zkteco.Size = new System.Drawing.Size(428, 24);
|
|
this.cb_zkteco.TabIndex = 17;
|
|
//
|
|
// panel10
|
|
//
|
|
this.panel10.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel10.Controls.Add(this.label22);
|
|
this.panel10.Controls.Add(this.label23);
|
|
this.panel10.Controls.Add(this.txt_searchZkteco);
|
|
this.panel10.Controls.Add(this.btn_livedata_get);
|
|
this.panel10.Controls.Add(this.label24);
|
|
this.panel10.Controls.Add(this.cb_zkteco);
|
|
this.panel10.Location = new System.Drawing.Point(4, 6);
|
|
this.panel10.Name = "panel10";
|
|
this.panel10.Size = new System.Drawing.Size(525, 114);
|
|
this.panel10.TabIndex = 19;
|
|
//
|
|
// gvZktecoData
|
|
//
|
|
this.gvZktecoData.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gvZktecoData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gvZktecoData.Location = new System.Drawing.Point(4, 126);
|
|
this.gvZktecoData.Name = "gvZktecoData";
|
|
this.gvZktecoData.Size = new System.Drawing.Size(525, 476);
|
|
this.gvZktecoData.TabIndex = 20;
|
|
//
|
|
// txt_total
|
|
//
|
|
this.txt_total.AutoSize = true;
|
|
this.txt_total.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic);
|
|
this.txt_total.Location = new System.Drawing.Point(6, 614);
|
|
this.txt_total.Name = "txt_total";
|
|
this.txt_total.Size = new System.Drawing.Size(76, 16);
|
|
this.txt_total.TabIndex = 21;
|
|
this.txt_total.Text = "Total Emp :";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(554, 829);
|
|
this.Controls.Add(this.btn_logout);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.btnReset);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Text = "All in one (Attendance Software)";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GvEmpData)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGvMachine)).EndInit();
|
|
this.tabPage4.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GvRegisteredUsers)).EndInit();
|
|
this.tabPage5.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.GvFaceTemplate)).EndInit();
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.tabPage6.ResumeLayout(false);
|
|
this.panel7.ResumeLayout(false);
|
|
this.panel7.PerformLayout();
|
|
this.tabPage7.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gv)).EndInit();
|
|
this.panel8.ResumeLayout(false);
|
|
this.panel8.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tabPage8.ResumeLayout(false);
|
|
this.tabPage8.PerformLayout();
|
|
this.panel9.ResumeLayout(false);
|
|
this.panel9.PerformLayout();
|
|
this.panel10.ResumeLayout(false);
|
|
this.panel10.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvZktecoData)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lbl_ip_to;
|
|
private System.Windows.Forms.Button btn_Transfer;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.Button btn_sync;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Label lb_total;
|
|
private System.Windows.Forms.Label lblTo;
|
|
private System.Windows.Forms.Label lblFrom;
|
|
private System.Windows.Forms.Label lblResult;
|
|
private System.Windows.Forms.Label lblTotalEmp;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnGet;
|
|
private System.Windows.Forms.DataGridView GvEmpData;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lbl_title;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.Label lblSearch;
|
|
private System.Windows.Forms.ComboBox cb_fromMachine;
|
|
private System.Windows.Forms.ComboBox cb_ToMachine;
|
|
private System.Windows.Forms.ComboBox cb_machineFrom;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ComboBox cbMachineIp;
|
|
private System.Windows.Forms.DataGridView DataGvMachine;
|
|
private System.Windows.Forms.Button btnGetRecord;
|
|
private System.Windows.Forms.Label lblMachineIp;
|
|
private System.Windows.Forms.Label lbl_totalemp;
|
|
private System.Windows.Forms.TextBox txt_search2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.DataGridView GvRegisteredUsers;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label lbl_emp;
|
|
private System.Windows.Forms.TextBox tb_emp;
|
|
private System.Windows.Forms.Button btn_result;
|
|
private System.Windows.Forms.Button btnSaveDb;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button btmGetTemplate;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtEmpoyeeCd;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox cbMachIp;
|
|
private System.Windows.Forms.DataGridView GvFaceTemplate;
|
|
private System.Windows.Forms.TabPage tabPage6;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.ComboBox cb_machineIpTurnstile;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Button btnAllow;
|
|
private System.Windows.Forms.Button btn_logout;
|
|
private System.Windows.Forms.Button btn_getFaceTemplates;
|
|
private System.Windows.Forms.TabPage tabPage7;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Button btn_get_face;
|
|
private System.Windows.Forms.ComboBox cb_to;
|
|
private System.Windows.Forms.ComboBox cb_from;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.DataGridView gv;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.TextBox txtSearchNew;
|
|
private System.Windows.Forms.Button btn_transferNew;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
private System.Windows.Forms.DataGridView gvZktecoData;
|
|
private System.Windows.Forms.Panel panel10;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.TextBox txt_searchZkteco;
|
|
private System.Windows.Forms.Button btn_livedata_get;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.ComboBox cb_zkteco;
|
|
private System.Windows.Forms.Label txt_total;
|
|
}
|
|
}
|
|
|