namespace UAS_CheckWork
{
partial class Form2
{
///
/// 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.lblState = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.txtIP = new System.Windows.Forms.TextBox();
this.btnConnect = new System.Windows.Forms.Button();
this.startListening = new System.Windows.Forms.Button();
this.logInfo = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AttState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VerifyMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WorkCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.logInfo)).BeginInit();
this.SuspendLayout();
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.ForeColor = System.Drawing.Color.Crimson;
this.lblState.Location = new System.Drawing.Point(360, 23);
this.lblState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(71, 12);
this.lblState.TabIndex = 21;
this.lblState.Text = "状态:未连接";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(168, 19);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 21);
this.label2.TabIndex = 20;
this.label2.Text = "Port";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(25, 17);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(25, 21);
this.label1.TabIndex = 19;
this.label1.Text = "IP";
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(216, 19);
this.txtPort.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(37, 21);
this.txtPort.TabIndex = 18;
this.txtPort.Text = "4370";
//
// txtIP
//
this.txtIP.Location = new System.Drawing.Point(59, 19);
this.txtIP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(99, 21);
this.txtIP.TabIndex = 17;
this.txtIP.Text = "192.168.253.201";
//
// btnConnect
//
this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnConnect.Location = new System.Drawing.Point(280, 16);
this.btnConnect.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(50, 25);
this.btnConnect.TabIndex = 16;
this.btnConnect.Text = "连接";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// startListening
//
this.startListening.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.startListening.Location = new System.Drawing.Point(451, 18);
this.startListening.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.startListening.Name = "startListening";
this.startListening.Size = new System.Drawing.Size(85, 24);
this.startListening.TabIndex = 22;
this.startListening.Text = "开始实时事件";
this.startListening.UseVisualStyleBackColor = false;
this.startListening.Click += new System.EventHandler(this.startListening_Click);
//
// logInfo
//
this.logInfo.AllowUserToAddRows = false;
this.logInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.logInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UserID,
this.AttState,
this.VerifyMethod,
this.Time,
this.WorkCode});
this.logInfo.Location = new System.Drawing.Point(29, 65);
this.logInfo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.logInfo.Name = "logInfo";
this.logInfo.RowTemplate.Height = 30;
this.logInfo.Size = new System.Drawing.Size(507, 254);
this.logInfo.TabIndex = 23;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "用户ID";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "考勤状态";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "验证方式";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "考勤时间";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "WorkCode";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// UserID
//
this.UserID.DataPropertyName = "UserID";
this.UserID.HeaderText = "用户ID";
this.UserID.Name = "UserID";
//
// AttState
//
this.AttState.DataPropertyName = "AttState";
this.AttState.HeaderText = "考勤状态";
this.AttState.Name = "AttState";
//
// VerifyMethod
//
this.VerifyMethod.DataPropertyName = "VerifyMethod";
this.VerifyMethod.HeaderText = "验证方式";
this.VerifyMethod.Name = "VerifyMethod";
//
// Time
//
this.Time.DataPropertyName = "Time";
this.Time.HeaderText = "考勤时间";
this.Time.Name = "Time";
//
// WorkCode
//
this.WorkCode.DataPropertyName = "WorkCode";
this.WorkCode.HeaderText = "WorkCode";
this.WorkCode.Name = "WorkCode";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(564, 338);
this.Controls.Add(this.logInfo);
this.Controls.Add(this.startListening);
this.Controls.Add(this.lblState);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtPort);
this.Controls.Add(this.txtIP);
this.Controls.Add(this.btnConnect);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form2";
this.Text = "实时获取考勤";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.logInfo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.TextBox txtIP;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Button startListening;
private System.Windows.Forms.DataGridView logInfo;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
private System.Windows.Forms.DataGridViewTextBoxColumn AttState;
private System.Windows.Forms.DataGridViewTextBoxColumn VerifyMethod;
private System.Windows.Forms.DataGridViewTextBoxColumn Time;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkCode;
}
}