Form1.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.getAllData = new System.Windows.Forms.Button();
  38. this.saveData = new System.Windows.Forms.Button();
  39. this.chooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  40. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.allData = new System.Windows.Forms.BindingSource(this.components);
  42. ((System.ComponentModel.ISupportInitialize)(this.showDataGrid)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.allData)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // label2
  47. //
  48. this.label2.AutoSize = true;
  49. this.label2.Location = new System.Drawing.Point(183, 26);
  50. this.label2.Name = "label2";
  51. this.label2.Size = new System.Drawing.Size(39, 15);
  52. this.label2.TabIndex = 14;
  53. this.label2.Text = "Port";
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(32, 26);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(23, 15);
  61. this.label1.TabIndex = 13;
  62. this.label1.Text = "IP";
  63. //
  64. // txtPort
  65. //
  66. this.txtPort.Location = new System.Drawing.Point(230, 22);
  67. this.txtPort.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  68. this.txtPort.Name = "txtPort";
  69. this.txtPort.Size = new System.Drawing.Size(48, 25);
  70. this.txtPort.TabIndex = 12;
  71. this.txtPort.Text = "4370";
  72. //
  73. // txtIP
  74. //
  75. this.txtIP.Location = new System.Drawing.Point(59, 22);
  76. this.txtIP.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  77. this.txtIP.Name = "txtIP";
  78. this.txtIP.Size = new System.Drawing.Size(118, 25);
  79. this.txtIP.TabIndex = 11;
  80. this.txtIP.Text = "192.168.1.201";
  81. //
  82. // btnConnect
  83. //
  84. this.btnConnect.Location = new System.Drawing.Point(348, 22);
  85. this.btnConnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  86. this.btnConnect.Name = "btnConnect";
  87. this.btnConnect.Size = new System.Drawing.Size(69, 25);
  88. this.btnConnect.TabIndex = 10;
  89. this.btnConnect.Text = "连接";
  90. this.btnConnect.UseVisualStyleBackColor = true;
  91. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  92. //
  93. // lblState
  94. //
  95. this.lblState.AutoSize = true;
  96. this.lblState.ForeColor = System.Drawing.Color.Crimson;
  97. this.lblState.Location = new System.Drawing.Point(484, 27);
  98. this.lblState.Name = "lblState";
  99. this.lblState.Size = new System.Drawing.Size(215, 15);
  100. this.lblState.TabIndex = 15;
  101. this.lblState.Text = "Current State:Disconnected";
  102. //
  103. // showDataGrid
  104. //
  105. this.showDataGrid.AllowUserToAddRows = false;
  106. this.showDataGrid.AllowUserToDeleteRows = false;
  107. this.showDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  108. this.showDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  109. this.Column1});
  110. this.showDataGrid.Enabled = false;
  111. this.showDataGrid.Location = new System.Drawing.Point(23, 159);
  112. this.showDataGrid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  113. this.showDataGrid.Name = "showDataGrid";
  114. this.showDataGrid.RowTemplate.Height = 30;
  115. this.showDataGrid.Size = new System.Drawing.Size(944, 387);
  116. this.showDataGrid.TabIndex = 16;
  117. //
  118. // Column1
  119. //
  120. this.Column1.HeaderText = "勾选";
  121. this.Column1.Name = "Column1";
  122. //
  123. // getAllData
  124. //
  125. this.getAllData.Location = new System.Drawing.Point(26, 81);
  126. this.getAllData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  127. this.getAllData.Name = "getAllData";
  128. this.getAllData.Size = new System.Drawing.Size(134, 31);
  129. this.getAllData.TabIndex = 17;
  130. this.getAllData.Text = "获取考勤数据";
  131. this.getAllData.UseVisualStyleBackColor = true;
  132. this.getAllData.Click += new System.EventHandler(this.getAllData_Click);
  133. //
  134. // saveData
  135. //
  136. this.saveData.Location = new System.Drawing.Point(607, 81);
  137. this.saveData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  138. this.saveData.Name = "saveData";
  139. this.saveData.Size = new System.Drawing.Size(129, 31);
  140. this.saveData.TabIndex = 18;
  141. this.saveData.Text = "保存数据";
  142. this.saveData.UseVisualStyleBackColor = true;
  143. this.saveData.Click += new System.EventHandler(this.saveData_Click);
  144. //
  145. // chooseAll
  146. //
  147. this.chooseAll.Location = new System.Drawing.Point(26, 124);
  148. this.chooseAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  149. this.chooseAll.Name = "chooseAll";
  150. this.chooseAll.Size = new System.Drawing.Size(59, 23);
  151. this.chooseAll.TabIndex = 19;
  152. this.chooseAll.Text = "全选";
  153. this.chooseAll.UseVisualStyleBackColor = true;
  154. //
  155. // dataGridViewCheckBoxColumn1
  156. //
  157. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  158. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  159. //
  160. // Form1
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(989, 564);
  165. this.Controls.Add(this.chooseAll);
  166. this.Controls.Add(this.saveData);
  167. this.Controls.Add(this.getAllData);
  168. this.Controls.Add(this.showDataGrid);
  169. this.Controls.Add(this.lblState);
  170. this.Controls.Add(this.label2);
  171. this.Controls.Add(this.label1);
  172. this.Controls.Add(this.txtPort);
  173. this.Controls.Add(this.txtIP);
  174. this.Controls.Add(this.btnConnect);
  175. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  176. this.Name = "Form1";
  177. this.Text = "Form1";
  178. this.Load += new System.EventHandler(this.Form1_Load);
  179. ((System.ComponentModel.ISupportInitialize)(this.showDataGrid)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.allData)).EndInit();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.Label label2;
  186. private System.Windows.Forms.Label label1;
  187. private System.Windows.Forms.TextBox txtPort;
  188. private System.Windows.Forms.TextBox txtIP;
  189. private System.Windows.Forms.Button btnConnect;
  190. private System.Windows.Forms.Label lblState;
  191. private System.Windows.Forms.DataGridView showDataGrid;
  192. private System.Windows.Forms.Button getAllData;
  193. private System.Windows.Forms.Button saveData;
  194. private System.Windows.Forms.BindingSource allData;
  195. private UAS_MES.CustomControl.ButtonUtil.ChooseAllButton chooseAll;
  196. private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
  197. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  198. }
  199. }