229 lines
12 KiB
C#
229 lines
12 KiB
C#
namespace BITable
|
|
{
|
|
partial class BiTable
|
|
{
|
|
/// <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.pictureBoxFaceImage = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxIDCard = new System.Windows.Forms.PictureBox();
|
|
this.btnScanBluetoothDevices = new System.Windows.Forms.Button();
|
|
this.btnFaceAndPaper = new System.Windows.Forms.Button();
|
|
this.btnFace = new System.Windows.Forms.Button();
|
|
this.btnFontPaper = new System.Windows.Forms.Button();
|
|
this.btnBehindPaper = new System.Windows.Forms.Button();
|
|
this.btnFaceCamera = new System.Windows.Forms.Button();
|
|
this.btnPaperCamera = new System.Windows.Forms.Button();
|
|
this.dgvBluetoothDevices = new System.Windows.Forms.DataGridView();
|
|
this.BluetoothDeviceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.lblConnectedDevice = new System.Windows.Forms.Label();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxFaceImage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxIDCard)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBluetoothDevices)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBoxFaceImage
|
|
//
|
|
this.pictureBoxFaceImage.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.pictureBoxFaceImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureBoxFaceImage.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBoxFaceImage.Name = "pictureBoxFaceImage";
|
|
this.pictureBoxFaceImage.Size = new System.Drawing.Size(350, 350);
|
|
this.pictureBoxFaceImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxFaceImage.TabIndex = 0;
|
|
this.pictureBoxFaceImage.TabStop = false;
|
|
//
|
|
// pictureBoxIDCard
|
|
//
|
|
this.pictureBoxIDCard.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.pictureBoxIDCard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureBoxIDCard.Location = new System.Drawing.Point(12, 368);
|
|
this.pictureBoxIDCard.Name = "pictureBoxIDCard";
|
|
this.pictureBoxIDCard.Size = new System.Drawing.Size(350, 237);
|
|
this.pictureBoxIDCard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxIDCard.TabIndex = 0;
|
|
this.pictureBoxIDCard.TabStop = false;
|
|
//
|
|
// btnScanBluetoothDevices
|
|
//
|
|
this.btnScanBluetoothDevices.Location = new System.Drawing.Point(395, 212);
|
|
this.btnScanBluetoothDevices.Name = "btnScanBluetoothDevices";
|
|
this.btnScanBluetoothDevices.Size = new System.Drawing.Size(388, 38);
|
|
this.btnScanBluetoothDevices.TabIndex = 4;
|
|
this.btnScanBluetoothDevices.Text = "Quét thiết bị";
|
|
this.btnScanBluetoothDevices.UseVisualStyleBackColor = true;
|
|
this.btnScanBluetoothDevices.Click += new System.EventHandler(this.btnScanBluetoothDevices_Click);
|
|
//
|
|
// btnFaceAndPaper
|
|
//
|
|
this.btnFaceAndPaper.Location = new System.Drawing.Point(396, 368);
|
|
this.btnFaceAndPaper.Name = "btnFaceAndPaper";
|
|
this.btnFaceAndPaper.Size = new System.Drawing.Size(123, 43);
|
|
this.btnFaceAndPaper.TabIndex = 5;
|
|
this.btnFaceAndPaper.Text = "Mặt + Giấy tờ";
|
|
this.btnFaceAndPaper.UseVisualStyleBackColor = true;
|
|
this.btnFaceAndPaper.Click += new System.EventHandler(this.btnFaceAndPaper_Click);
|
|
//
|
|
// btnFace
|
|
//
|
|
this.btnFace.Location = new System.Drawing.Point(660, 368);
|
|
this.btnFace.Name = "btnFace";
|
|
this.btnFace.Size = new System.Drawing.Size(123, 43);
|
|
this.btnFace.TabIndex = 5;
|
|
this.btnFace.Text = "Mặt";
|
|
this.btnFace.UseVisualStyleBackColor = true;
|
|
this.btnFace.Click += new System.EventHandler(this.btnFace_Click);
|
|
//
|
|
// btnFontPaper
|
|
//
|
|
this.btnFontPaper.Location = new System.Drawing.Point(396, 441);
|
|
this.btnFontPaper.Name = "btnFontPaper";
|
|
this.btnFontPaper.Size = new System.Drawing.Size(123, 43);
|
|
this.btnFontPaper.TabIndex = 5;
|
|
this.btnFontPaper.Text = "Giấy tờ trước";
|
|
this.btnFontPaper.UseVisualStyleBackColor = true;
|
|
this.btnFontPaper.Click += new System.EventHandler(this.btnFontPaper_Click);
|
|
//
|
|
// btnBehindPaper
|
|
//
|
|
this.btnBehindPaper.Location = new System.Drawing.Point(660, 441);
|
|
this.btnBehindPaper.Name = "btnBehindPaper";
|
|
this.btnBehindPaper.Size = new System.Drawing.Size(123, 43);
|
|
this.btnBehindPaper.TabIndex = 5;
|
|
this.btnBehindPaper.Text = "Giấy tờ sau";
|
|
this.btnBehindPaper.UseVisualStyleBackColor = true;
|
|
this.btnBehindPaper.Click += new System.EventHandler(this.btnBehindPaper_Click);
|
|
//
|
|
// btnFaceCamera
|
|
//
|
|
this.btnFaceCamera.Location = new System.Drawing.Point(396, 513);
|
|
this.btnFaceCamera.Name = "btnFaceCamera";
|
|
this.btnFaceCamera.Size = new System.Drawing.Size(123, 43);
|
|
this.btnFaceCamera.TabIndex = 5;
|
|
this.btnFaceCamera.Text = "Cam khuôn mặt";
|
|
this.btnFaceCamera.UseVisualStyleBackColor = true;
|
|
this.btnFaceCamera.Click += new System.EventHandler(this.btnFaceCamera_Click);
|
|
//
|
|
// btnPaperCamera
|
|
//
|
|
this.btnPaperCamera.Location = new System.Drawing.Point(660, 513);
|
|
this.btnPaperCamera.Name = "btnPaperCamera";
|
|
this.btnPaperCamera.Size = new System.Drawing.Size(123, 43);
|
|
this.btnPaperCamera.TabIndex = 5;
|
|
this.btnPaperCamera.Text = "Cam giấy tờ";
|
|
this.btnPaperCamera.UseVisualStyleBackColor = true;
|
|
this.btnPaperCamera.Click += new System.EventHandler(this.btnPaperCamera_Click);
|
|
//
|
|
// dgvBluetoothDevices
|
|
//
|
|
this.dgvBluetoothDevices.AllowUserToAddRows = false;
|
|
this.dgvBluetoothDevices.AllowUserToDeleteRows = false;
|
|
this.dgvBluetoothDevices.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvBluetoothDevices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.BluetoothDeviceName});
|
|
this.dgvBluetoothDevices.Location = new System.Drawing.Point(396, 13);
|
|
this.dgvBluetoothDevices.Name = "dgvBluetoothDevices";
|
|
this.dgvBluetoothDevices.ReadOnly = true;
|
|
this.dgvBluetoothDevices.RowHeadersVisible = false;
|
|
this.dgvBluetoothDevices.RowTemplate.Height = 25;
|
|
this.dgvBluetoothDevices.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvBluetoothDevices.Size = new System.Drawing.Size(387, 156);
|
|
this.dgvBluetoothDevices.TabIndex = 6;
|
|
this.dgvBluetoothDevices.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvBluetoothDevices_CellMouseDoubleClick);
|
|
//
|
|
// BluetoothDeviceName
|
|
//
|
|
this.BluetoothDeviceName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.BluetoothDeviceName.HeaderText = "Tên thiết bị Bluetooth";
|
|
this.BluetoothDeviceName.Name = "BluetoothDeviceName";
|
|
this.BluetoothDeviceName.ReadOnly = true;
|
|
//
|
|
// lblConnectedDevice
|
|
//
|
|
this.lblConnectedDevice.AutoSize = true;
|
|
this.lblConnectedDevice.Location = new System.Drawing.Point(395, 176);
|
|
this.lblConnectedDevice.Name = "lblConnectedDevice";
|
|
this.lblConnectedDevice.Size = new System.Drawing.Size(171, 13);
|
|
this.lblConnectedDevice.TabIndex = 7;
|
|
this.lblConnectedDevice.Text = "Trạng thái: chưa kết nối tới thiết bị!";
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatus.Location = new System.Drawing.Point(558, 291);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(60, 24);
|
|
this.lblStatus.TabIndex = 8;
|
|
this.lblStatus.Text = "label1";
|
|
//
|
|
// BiTable
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(798, 616);
|
|
this.Controls.Add(this.lblStatus);
|
|
this.Controls.Add(this.lblConnectedDevice);
|
|
this.Controls.Add(this.dgvBluetoothDevices);
|
|
this.Controls.Add(this.btnPaperCamera);
|
|
this.Controls.Add(this.btnBehindPaper);
|
|
this.Controls.Add(this.btnFace);
|
|
this.Controls.Add(this.btnFaceCamera);
|
|
this.Controls.Add(this.btnFontPaper);
|
|
this.Controls.Add(this.btnFaceAndPaper);
|
|
this.Controls.Add(this.btnScanBluetoothDevices);
|
|
this.Controls.Add(this.pictureBoxIDCard);
|
|
this.Controls.Add(this.pictureBoxFaceImage);
|
|
this.Name = "BiTable";
|
|
this.Text = "Cam giấy tờ";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxFaceImage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxIDCard)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBluetoothDevices)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxFaceImage;
|
|
private System.Windows.Forms.PictureBox pictureBoxIDCard;
|
|
private System.Windows.Forms.Button btnScanBluetoothDevices;
|
|
private System.Windows.Forms.Button btnFaceAndPaper;
|
|
private System.Windows.Forms.Button btnFace;
|
|
private System.Windows.Forms.Button btnFontPaper;
|
|
private System.Windows.Forms.Button btnBehindPaper;
|
|
private System.Windows.Forms.Button btnFaceCamera;
|
|
private System.Windows.Forms.Button btnPaperCamera;
|
|
private System.Windows.Forms.DataGridView dgvBluetoothDevices;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BluetoothDeviceName;
|
|
private System.Windows.Forms.Label lblConnectedDevice;
|
|
private System.Windows.Forms.Label lblStatus;
|
|
}
|
|
}
|
|
|