Form1.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace UAS_CheckWork
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  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.lblState = new System.Windows.Forms.Label();
  35. this.showDataGrid = new System.Windows.Forms.DataGridView();
  36. this.cl_cardcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.cl_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.getAllData = new System.Windows.Forms.Button();
  39. this.allData = new System.Windows.Forms.BindingSource(this.components);
  40. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.ExportEmp = new System.Windows.Forms.Button();
  42. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  43. ((System.ComponentModel.ISupportInitialize)(this.showDataGrid)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.allData)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // label2
  48. //
  49. this.label2.AutoSize = true;
  50. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label2.Location = new System.Drawing.Point(167, 17);
  52. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  53. this.label2.Name = "label2";
  54. this.label2.Size = new System.Drawing.Size(42, 21);
  55. this.label2.TabIndex = 14;
  56. this.label2.Text = "Port";
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.label1.Location = new System.Drawing.Point(24, 16);
  63. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(25, 21);
  66. this.label1.TabIndex = 13;
  67. this.label1.Text = "IP";
  68. //
  69. // txtPort
  70. //
  71. this.txtPort.Location = new System.Drawing.Point(215, 17);
  72. this.txtPort.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  73. this.txtPort.Name = "txtPort";
  74. this.txtPort.Size = new System.Drawing.Size(37, 21);
  75. this.txtPort.TabIndex = 12;
  76. //
  77. // txtIP
  78. //
  79. this.txtIP.Location = new System.Drawing.Point(58, 17);
  80. this.txtIP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  81. this.txtIP.Name = "txtIP";
  82. this.txtIP.Size = new System.Drawing.Size(99, 21);
  83. this.txtIP.TabIndex = 11;
  84. //
  85. // btnConnect
  86. //
  87. this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnConnect.Location = new System.Drawing.Point(279, 15);
  89. this.btnConnect.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  90. this.btnConnect.Name = "btnConnect";
  91. this.btnConnect.Size = new System.Drawing.Size(50, 25);
  92. this.btnConnect.TabIndex = 10;
  93. this.btnConnect.Text = "连接";
  94. this.btnConnect.UseVisualStyleBackColor = true;
  95. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  96. //
  97. // lblState
  98. //
  99. this.lblState.AutoSize = true;
  100. this.lblState.ForeColor = System.Drawing.Color.Crimson;
  101. this.lblState.Location = new System.Drawing.Point(359, 22);
  102. this.lblState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  103. this.lblState.Name = "lblState";
  104. this.lblState.Size = new System.Drawing.Size(71, 12);
  105. this.lblState.TabIndex = 15;
  106. this.lblState.Text = "状态:未连接";
  107. //
  108. // showDataGrid
  109. //
  110. this.showDataGrid.AllowUserToAddRows = false;
  111. this.showDataGrid.AllowUserToDeleteRows = false;
  112. this.showDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  113. this.showDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  114. this.cl_cardcode,
  115. this.cl_time});
  116. this.showDataGrid.Enabled = false;
  117. this.showDataGrid.Location = new System.Drawing.Point(17, 59);
  118. this.showDataGrid.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  119. this.showDataGrid.Name = "showDataGrid";
  120. this.showDataGrid.RowTemplate.Height = 30;
  121. this.showDataGrid.Size = new System.Drawing.Size(795, 377);
  122. this.showDataGrid.TabIndex = 16;
  123. this.showDataGrid.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.showDataGrid_DataError);
  124. //
  125. // cl_cardcode
  126. //
  127. this.cl_cardcode.DataPropertyName = "cl_cardcode";
  128. this.cl_cardcode.HeaderText = "卡号";
  129. this.cl_cardcode.Name = "cl_cardcode";
  130. this.cl_cardcode.Width = 200;
  131. //
  132. // cl_time
  133. //
  134. this.cl_time.DataPropertyName = "cl_time";
  135. this.cl_time.HeaderText = "打卡时间";
  136. this.cl_time.MinimumWidth = 250;
  137. this.cl_time.Name = "cl_time";
  138. this.cl_time.Width = 250;
  139. //
  140. // getAllData
  141. //
  142. this.getAllData.BackColor = System.Drawing.SystemColors.ControlLightLight;
  143. this.getAllData.Location = new System.Drawing.Point(560, 18);
  144. this.getAllData.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  145. this.getAllData.Name = "getAllData";
  146. this.getAllData.Size = new System.Drawing.Size(102, 25);
  147. this.getAllData.TabIndex = 17;
  148. this.getAllData.Text = "同步考勤数据";
  149. this.getAllData.UseVisualStyleBackColor = false;
  150. this.getAllData.Click += new System.EventHandler(this.getAllData_Click);
  151. //
  152. // dataGridViewCheckBoxColumn1
  153. //
  154. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  155. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  156. //
  157. // ExportEmp
  158. //
  159. this.ExportEmp.BackColor = System.Drawing.SystemColors.ControlLightLight;
  160. this.ExportEmp.Location = new System.Drawing.Point(682, 18);
  161. this.ExportEmp.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  162. this.ExportEmp.Name = "ExportEmp";
  163. this.ExportEmp.Size = new System.Drawing.Size(102, 25);
  164. this.ExportEmp.TabIndex = 18;
  165. this.ExportEmp.Text = "导出人员数据";
  166. this.ExportEmp.UseVisualStyleBackColor = false;
  167. this.ExportEmp.Click += new System.EventHandler(this.ExportEmp_Click);
  168. //
  169. // Form1
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.ClientSize = new System.Drawing.Size(823, 451);
  174. this.Controls.Add(this.ExportEmp);
  175. this.Controls.Add(this.getAllData);
  176. this.Controls.Add(this.showDataGrid);
  177. this.Controls.Add(this.lblState);
  178. this.Controls.Add(this.label2);
  179. this.Controls.Add(this.label1);
  180. this.Controls.Add(this.txtPort);
  181. this.Controls.Add(this.txtIP);
  182. this.Controls.Add(this.btnConnect);
  183. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  184. this.Name = "Form1";
  185. this.Text = "Form1";
  186. this.Load += new System.EventHandler(this.Form1_Load);
  187. ((System.ComponentModel.ISupportInitialize)(this.showDataGrid)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.allData)).EndInit();
  189. this.ResumeLayout(false);
  190. this.PerformLayout();
  191. }
  192. #endregion
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.TextBox txtPort;
  196. private System.Windows.Forms.TextBox txtIP;
  197. private System.Windows.Forms.Button btnConnect;
  198. private System.Windows.Forms.Label lblState;
  199. private System.Windows.Forms.DataGridView showDataGrid;
  200. private System.Windows.Forms.Button getAllData;
  201. private System.Windows.Forms.BindingSource allData;
  202. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  203. private System.Windows.Forms.DataGridViewTextBoxColumn cl_cardcode;
  204. private System.Windows.Forms.DataGridViewTextBoxColumn cl_time;
  205. private System.Windows.Forms.Button ExportEmp;
  206. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  207. }
  208. }