Form2.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace UAS_CheckWork
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblState = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.txtPort = new System.Windows.Forms.TextBox();
  32. this.txtIP = new System.Windows.Forms.TextBox();
  33. this.btnConnect = new System.Windows.Forms.Button();
  34. this.startListening = new System.Windows.Forms.Button();
  35. this.logInfo = new System.Windows.Forms.DataGridView();
  36. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.AttState = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.VerifyMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.WorkCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.logInfo)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // lblState
  50. //
  51. this.lblState.AutoSize = true;
  52. this.lblState.ForeColor = System.Drawing.Color.Crimson;
  53. this.lblState.Location = new System.Drawing.Point(360, 23);
  54. this.lblState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  55. this.lblState.Name = "lblState";
  56. this.lblState.Size = new System.Drawing.Size(71, 12);
  57. this.lblState.TabIndex = 21;
  58. this.lblState.Text = "状态:未连接";
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label2.Location = new System.Drawing.Point(168, 19);
  65. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(42, 21);
  68. this.label2.TabIndex = 20;
  69. this.label2.Text = "Port";
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label1.Location = new System.Drawing.Point(25, 17);
  76. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(25, 21);
  79. this.label1.TabIndex = 19;
  80. this.label1.Text = "IP";
  81. //
  82. // txtPort
  83. //
  84. this.txtPort.Location = new System.Drawing.Point(216, 19);
  85. this.txtPort.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  86. this.txtPort.Name = "txtPort";
  87. this.txtPort.Size = new System.Drawing.Size(37, 21);
  88. this.txtPort.TabIndex = 18;
  89. this.txtPort.Text = "4370";
  90. //
  91. // txtIP
  92. //
  93. this.txtIP.Location = new System.Drawing.Point(59, 19);
  94. this.txtIP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  95. this.txtIP.Name = "txtIP";
  96. this.txtIP.Size = new System.Drawing.Size(99, 21);
  97. this.txtIP.TabIndex = 17;
  98. this.txtIP.Text = "192.168.253.201";
  99. //
  100. // btnConnect
  101. //
  102. this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btnConnect.Location = new System.Drawing.Point(280, 16);
  104. this.btnConnect.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  105. this.btnConnect.Name = "btnConnect";
  106. this.btnConnect.Size = new System.Drawing.Size(50, 25);
  107. this.btnConnect.TabIndex = 16;
  108. this.btnConnect.Text = "连接";
  109. this.btnConnect.UseVisualStyleBackColor = true;
  110. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  111. //
  112. // startListening
  113. //
  114. this.startListening.BackColor = System.Drawing.SystemColors.ControlLightLight;
  115. this.startListening.Location = new System.Drawing.Point(451, 18);
  116. this.startListening.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  117. this.startListening.Name = "startListening";
  118. this.startListening.Size = new System.Drawing.Size(85, 24);
  119. this.startListening.TabIndex = 22;
  120. this.startListening.Text = "开始实时事件";
  121. this.startListening.UseVisualStyleBackColor = false;
  122. this.startListening.Click += new System.EventHandler(this.startListening_Click);
  123. //
  124. // logInfo
  125. //
  126. this.logInfo.AllowUserToAddRows = false;
  127. this.logInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  128. this.logInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  129. this.UserID,
  130. this.AttState,
  131. this.VerifyMethod,
  132. this.Time,
  133. this.WorkCode});
  134. this.logInfo.Location = new System.Drawing.Point(29, 65);
  135. this.logInfo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  136. this.logInfo.Name = "logInfo";
  137. this.logInfo.RowTemplate.Height = 30;
  138. this.logInfo.Size = new System.Drawing.Size(507, 254);
  139. this.logInfo.TabIndex = 23;
  140. //
  141. // dataGridViewTextBoxColumn1
  142. //
  143. this.dataGridViewTextBoxColumn1.HeaderText = "用户ID";
  144. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  145. //
  146. // dataGridViewTextBoxColumn2
  147. //
  148. this.dataGridViewTextBoxColumn2.HeaderText = "考勤状态";
  149. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  150. //
  151. // dataGridViewTextBoxColumn3
  152. //
  153. this.dataGridViewTextBoxColumn3.HeaderText = "验证方式";
  154. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  155. //
  156. // dataGridViewTextBoxColumn4
  157. //
  158. this.dataGridViewTextBoxColumn4.HeaderText = "考勤时间";
  159. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  160. //
  161. // dataGridViewTextBoxColumn5
  162. //
  163. this.dataGridViewTextBoxColumn5.HeaderText = "WorkCode";
  164. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  165. //
  166. // UserID
  167. //
  168. this.UserID.DataPropertyName = "UserID";
  169. this.UserID.HeaderText = "用户ID";
  170. this.UserID.Name = "UserID";
  171. //
  172. // AttState
  173. //
  174. this.AttState.DataPropertyName = "AttState";
  175. this.AttState.HeaderText = "考勤状态";
  176. this.AttState.Name = "AttState";
  177. //
  178. // VerifyMethod
  179. //
  180. this.VerifyMethod.DataPropertyName = "VerifyMethod";
  181. this.VerifyMethod.HeaderText = "验证方式";
  182. this.VerifyMethod.Name = "VerifyMethod";
  183. //
  184. // Time
  185. //
  186. this.Time.DataPropertyName = "Time";
  187. this.Time.HeaderText = "考勤时间";
  188. this.Time.Name = "Time";
  189. //
  190. // WorkCode
  191. //
  192. this.WorkCode.DataPropertyName = "WorkCode";
  193. this.WorkCode.HeaderText = "WorkCode";
  194. this.WorkCode.Name = "WorkCode";
  195. //
  196. // Form2
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(564, 338);
  201. this.Controls.Add(this.logInfo);
  202. this.Controls.Add(this.startListening);
  203. this.Controls.Add(this.lblState);
  204. this.Controls.Add(this.label2);
  205. this.Controls.Add(this.label1);
  206. this.Controls.Add(this.txtPort);
  207. this.Controls.Add(this.txtIP);
  208. this.Controls.Add(this.btnConnect);
  209. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  210. this.Name = "Form2";
  211. this.Text = "实时获取考勤";
  212. this.Load += new System.EventHandler(this.Form2_Load);
  213. ((System.ComponentModel.ISupportInitialize)(this.logInfo)).EndInit();
  214. this.ResumeLayout(false);
  215. this.PerformLayout();
  216. }
  217. #endregion
  218. private System.Windows.Forms.Label lblState;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.Label label1;
  221. private System.Windows.Forms.TextBox txtPort;
  222. private System.Windows.Forms.TextBox txtIP;
  223. private System.Windows.Forms.Button btnConnect;
  224. private System.Windows.Forms.Button startListening;
  225. private System.Windows.Forms.DataGridView logInfo;
  226. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  228. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  229. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  230. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  231. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  232. private System.Windows.Forms.DataGridViewTextBoxColumn AttState;
  233. private System.Windows.Forms.DataGridViewTextBoxColumn VerifyMethod;
  234. private System.Windows.Forms.DataGridViewTextBoxColumn Time;
  235. private System.Windows.Forms.DataGridViewTextBoxColumn WorkCode;
  236. }
  237. }