namespace BITable { partial class BiTable { /// /// 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() { 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(); this.txtDeviceName = new System.Windows.Forms.TextBox(); this.txtTimeout = new System.Windows.Forms.TextBox(); this.btnConnectIP = new System.Windows.Forms.Button(); this.radioButtonBluetooth = new System.Windows.Forms.RadioButton(); this.radioButtonIpApi = new System.Windows.Forms.RadioButton(); this.lblStatusSign = new System.Windows.Forms.Label(); this.txtIPAddress = new System.Windows.Forms.TextBox(); ((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.ButtonShadow; this.pictureBoxFaceImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBoxFaceImage.Location = new System.Drawing.Point(12, 60); 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.ButtonShadow; this.pictureBoxIDCard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBoxIDCard.Location = new System.Drawing.Point(385, 60); this.pictureBoxIDCard.Name = "pictureBoxIDCard"; this.pictureBoxIDCard.Size = new System.Drawing.Size(495, 350); this.pictureBoxIDCard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBoxIDCard.TabIndex = 0; this.pictureBoxIDCard.TabStop = false; // // btnScanBluetoothDevices // this.btnScanBluetoothDevices.Location = new System.Drawing.Point(951, 455); this.btnScanBluetoothDevices.Name = "btnScanBluetoothDevices"; this.btnScanBluetoothDevices.Size = new System.Drawing.Size(388, 38); this.btnScanBluetoothDevices.TabIndex = 4; this.btnScanBluetoothDevices.Text = "Scan Bluetooth"; this.btnScanBluetoothDevices.UseVisualStyleBackColor = true; this.btnScanBluetoothDevices.Click += new System.EventHandler(this.btnScanBluetoothDevices_Click); // // btnFaceAndPaper // this.btnFaceAndPaper.Location = new System.Drawing.Point(12, 450); this.btnFaceAndPaper.Name = "btnFaceAndPaper"; this.btnFaceAndPaper.Size = new System.Drawing.Size(123, 43); this.btnFaceAndPaper.TabIndex = 5; this.btnFaceAndPaper.Text = "CD vs CMT"; this.btnFaceAndPaper.UseVisualStyleBackColor = true; this.btnFaceAndPaper.Click += new System.EventHandler(this.btnFaceAndPaper_Click); // // btnFace // this.btnFace.Location = new System.Drawing.Point(150, 450); this.btnFace.Name = "btnFace"; this.btnFace.Size = new System.Drawing.Size(123, 43); this.btnFace.TabIndex = 5; this.btnFace.Text = "CD"; this.btnFace.UseVisualStyleBackColor = true; this.btnFace.Click += new System.EventHandler(this.btnFace_Click); // // btnFontPaper // this.btnFontPaper.Location = new System.Drawing.Point(293, 450); this.btnFontPaper.Name = "btnFontPaper"; this.btnFontPaper.Size = new System.Drawing.Size(123, 43); this.btnFontPaper.TabIndex = 5; this.btnFontPaper.Text = "CMT MT"; this.btnFontPaper.UseVisualStyleBackColor = true; this.btnFontPaper.Click += new System.EventHandler(this.btnFontPaper_Click); // // btnBehindPaper // this.btnBehindPaper.Location = new System.Drawing.Point(451, 450); this.btnBehindPaper.Name = "btnBehindPaper"; this.btnBehindPaper.Size = new System.Drawing.Size(123, 43); this.btnBehindPaper.TabIndex = 5; this.btnBehindPaper.Text = "CMT MS"; this.btnBehindPaper.UseVisualStyleBackColor = true; this.btnBehindPaper.Click += new System.EventHandler(this.btnBehindPaper_Click); // // btnFaceCamera // this.btnFaceCamera.Location = new System.Drawing.Point(608, 450); this.btnFaceCamera.Name = "btnFaceCamera"; this.btnFaceCamera.Size = new System.Drawing.Size(123, 43); this.btnFaceCamera.TabIndex = 5; this.btnFaceCamera.Text = "CD PREVIEW"; this.btnFaceCamera.UseVisualStyleBackColor = true; this.btnFaceCamera.Click += new System.EventHandler(this.btnFaceCamera_Click); // // btnPaperCamera // this.btnPaperCamera.Location = new System.Drawing.Point(757, 450); this.btnPaperCamera.Name = "btnPaperCamera"; this.btnPaperCamera.Size = new System.Drawing.Size(123, 43); this.btnPaperCamera.TabIndex = 5; this.btnPaperCamera.Text = "CMT PREVIEW"; 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(951, 60); 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, 350); 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(949, 426); 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(12, 523); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(60, 24); this.lblStatus.TabIndex = 8; this.lblStatus.Text = "label1"; // // txtDeviceName // this.txtDeviceName.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDeviceName.Location = new System.Drawing.Point(12, 23); this.txtDeviceName.Name = "txtDeviceName"; this.txtDeviceName.Size = new System.Drawing.Size(350, 24); this.txtDeviceName.TabIndex = 9; this.txtDeviceName.Text = "BITABLE11"; // // txtTimeout // this.txtTimeout.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F); this.txtTimeout.Location = new System.Drawing.Point(591, 23); this.txtTimeout.Name = "txtTimeout"; this.txtTimeout.Size = new System.Drawing.Size(117, 24); this.txtTimeout.TabIndex = 9; this.txtTimeout.Text = "6"; // // btnConnectIP // this.btnConnectIP.Location = new System.Drawing.Point(736, 21); this.btnConnectIP.Name = "btnConnectIP"; this.btnConnectIP.Size = new System.Drawing.Size(144, 26); this.btnConnectIP.TabIndex = 10; this.btnConnectIP.Text = "Connect IP"; this.btnConnectIP.UseVisualStyleBackColor = true; this.btnConnectIP.Click += new System.EventHandler(this.btnConnectIP_Click); // // radioButtonBluetooth // this.radioButtonBluetooth.AutoSize = true; this.radioButtonBluetooth.Location = new System.Drawing.Point(952, 26); this.radioButtonBluetooth.Name = "radioButtonBluetooth"; this.radioButtonBluetooth.Size = new System.Drawing.Size(70, 17); this.radioButtonBluetooth.TabIndex = 11; this.radioButtonBluetooth.Text = "Bluetooth"; this.radioButtonBluetooth.UseVisualStyleBackColor = true; // // radioButtonIpApi // this.radioButtonIpApi.AutoSize = true; this.radioButtonIpApi.Checked = true; this.radioButtonIpApi.Location = new System.Drawing.Point(1108, 26); this.radioButtonIpApi.Name = "radioButtonIpApi"; this.radioButtonIpApi.Size = new System.Drawing.Size(55, 17); this.radioButtonIpApi.TabIndex = 11; this.radioButtonIpApi.TabStop = true; this.radioButtonIpApi.Text = "IP API"; this.radioButtonIpApi.UseVisualStyleBackColor = true; // // lblStatusSign // this.lblStatusSign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.lblStatusSign.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblStatusSign.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatusSign.Location = new System.Drawing.Point(1285, 17); this.lblStatusSign.Name = "lblStatusSign"; this.lblStatusSign.Padding = new System.Windows.Forms.Padding(10); this.lblStatusSign.Size = new System.Drawing.Size(30, 30); this.lblStatusSign.TabIndex = 12; // // txtIPAddress // this.txtIPAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F); this.txtIPAddress.Location = new System.Drawing.Point(385, 23); this.txtIPAddress.Name = "txtIPAddress"; this.txtIPAddress.Size = new System.Drawing.Size(200, 24); this.txtIPAddress.TabIndex = 9; // // BiTable // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1350, 616); this.Controls.Add(this.lblStatusSign); this.Controls.Add(this.radioButtonIpApi); this.Controls.Add(this.radioButtonBluetooth); this.Controls.Add(this.btnConnectIP); this.Controls.Add(this.txtTimeout); this.Controls.Add(this.txtIPAddress); this.Controls.Add(this.txtDeviceName); 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 = "BI Table"; ((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; private System.Windows.Forms.TextBox txtDeviceName; private System.Windows.Forms.TextBox txtTimeout; private System.Windows.Forms.Button btnConnectIP; private System.Windows.Forms.RadioButton radioButtonBluetooth; private System.Windows.Forms.RadioButton radioButtonIpApi; private System.Windows.Forms.Label lblStatusSign; private System.Windows.Forms.TextBox txtIPAddress; } }