FormMain.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace DataUpload
  2. {
  3. partial class FormMain
  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.components = new System.ComponentModel.Container();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.pBar = new System.Windows.Forms.ProgressBar();
  34. this.btnUpload = new System.Windows.Forms.Button();
  35. this.btnSearch = new System.Windows.Forms.Button();
  36. this.lstData = new System.Windows.Forms.ListView();
  37. this.No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.Area = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.Bldg = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.Apmt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.Room = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.UserNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.MeterNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.Reading = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.Date = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.UploadResult = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  48. this.loading = new DataUpload.Loading();
  49. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  50. this.splitContainer1.Panel1.SuspendLayout();
  51. this.splitContainer1.Panel2.SuspendLayout();
  52. this.splitContainer1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // splitContainer1
  56. //
  57. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  59. this.splitContainer1.Name = "splitContainer1";
  60. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  61. //
  62. // splitContainer1.Panel1
  63. //
  64. this.splitContainer1.Panel1.Controls.Add(this.button3);
  65. this.splitContainer1.Panel1.Controls.Add(this.button1);
  66. this.splitContainer1.Panel1.Controls.Add(this.button2);
  67. this.splitContainer1.Panel1.Controls.Add(this.pBar);
  68. this.splitContainer1.Panel1.Controls.Add(this.btnUpload);
  69. this.splitContainer1.Panel1.Controls.Add(this.btnSearch);
  70. //
  71. // splitContainer1.Panel2
  72. //
  73. this.splitContainer1.Panel2.Controls.Add(this.loading);
  74. this.splitContainer1.Panel2.Controls.Add(this.lstData);
  75. this.splitContainer1.Size = new System.Drawing.Size(990, 487);
  76. this.splitContainer1.SplitterDistance = 45;
  77. this.splitContainer1.TabIndex = 0;
  78. //
  79. // button3
  80. //
  81. this.button3.Location = new System.Drawing.Point(308, 12);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(77, 27);
  84. this.button3.TabIndex = 6;
  85. this.button3.Text = "Lora表筛选";
  86. this.button3.UseVisualStyleBackColor = true;
  87. this.button3.Click += new System.EventHandler(this.button3_Click);
  88. //
  89. // button1
  90. //
  91. this.button1.Location = new System.Drawing.Point(102, 12);
  92. this.button1.Name = "button1";
  93. this.button1.Size = new System.Drawing.Size(117, 27);
  94. this.button1.TabIndex = 5;
  95. this.button1.Text = "手抄器筛选(多选)";
  96. this.button1.UseVisualStyleBackColor = true;
  97. this.button1.Click += new System.EventHandler(this.button1_Click_2);
  98. //
  99. // button2
  100. //
  101. this.button2.Location = new System.Drawing.Point(225, 12);
  102. this.button2.Name = "button2";
  103. this.button2.Size = new System.Drawing.Size(77, 27);
  104. this.button2.TabIndex = 4;
  105. this.button2.Text = "NB表筛选";
  106. this.button2.UseVisualStyleBackColor = true;
  107. this.button2.Click += new System.EventHandler(this.button2_Click);
  108. //
  109. // pBar
  110. //
  111. this.pBar.Location = new System.Drawing.Point(474, 12);
  112. this.pBar.Name = "pBar";
  113. this.pBar.Size = new System.Drawing.Size(504, 23);
  114. this.pBar.TabIndex = 2;
  115. this.pBar.Visible = false;
  116. this.pBar.Click += new System.EventHandler(this.pBar_Click);
  117. //
  118. // btnUpload
  119. //
  120. this.btnUpload.Location = new System.Drawing.Point(391, 12);
  121. this.btnUpload.Name = "btnUpload";
  122. this.btnUpload.Size = new System.Drawing.Size(77, 27);
  123. this.btnUpload.TabIndex = 1;
  124. this.btnUpload.Text = "数据上传";
  125. this.btnUpload.UseVisualStyleBackColor = true;
  126. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  127. //
  128. // btnSearch
  129. //
  130. this.btnSearch.Location = new System.Drawing.Point(19, 12);
  131. this.btnSearch.Name = "btnSearch";
  132. this.btnSearch.Size = new System.Drawing.Size(77, 27);
  133. this.btnSearch.TabIndex = 0;
  134. this.btnSearch.Text = "手抄器筛选";
  135. this.btnSearch.UseVisualStyleBackColor = true;
  136. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  137. //
  138. // lstData
  139. //
  140. this.lstData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  141. this.No,
  142. this.Area,
  143. this.Bldg,
  144. this.Apmt,
  145. this.Room,
  146. this.UserNo,
  147. this.MeterNo,
  148. this.Reading,
  149. this.Date,
  150. this.UploadResult});
  151. this.lstData.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.lstData.FullRowSelect = true;
  153. this.lstData.GridLines = true;
  154. this.lstData.HideSelection = false;
  155. this.lstData.Location = new System.Drawing.Point(0, 0);
  156. this.lstData.Name = "lstData";
  157. this.lstData.Size = new System.Drawing.Size(990, 438);
  158. this.lstData.SmallImageList = this.imageList1;
  159. this.lstData.TabIndex = 0;
  160. this.lstData.UseCompatibleStateImageBehavior = false;
  161. this.lstData.View = System.Windows.Forms.View.Details;
  162. this.lstData.SelectedIndexChanged += new System.EventHandler(this.lstData_SelectedIndexChanged);
  163. //
  164. // No
  165. //
  166. this.No.Text = "序号";
  167. //
  168. // Area
  169. //
  170. this.Area.Text = "小区名称";
  171. //
  172. // Bldg
  173. //
  174. this.Bldg.Text = "楼宇名称";
  175. //
  176. // Apmt
  177. //
  178. this.Apmt.Text = "单元名称";
  179. //
  180. // Room
  181. //
  182. this.Room.Text = "门牌编号";
  183. //
  184. // UserNo
  185. //
  186. this.UserNo.Text = "用户编号";
  187. //
  188. // MeterNo
  189. //
  190. this.MeterNo.Text = "水表编号";
  191. //
  192. // Reading
  193. //
  194. this.Reading.Text = "本期读数";
  195. //
  196. // Date
  197. //
  198. this.Date.Text = "抄表日期";
  199. //
  200. // UploadResult
  201. //
  202. this.UploadResult.Text = "上传结果";
  203. this.UploadResult.Width = 500;
  204. //
  205. // imageList1
  206. //
  207. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  208. this.imageList1.ImageSize = new System.Drawing.Size(22, 20);
  209. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  210. //
  211. // loading
  212. //
  213. this.loading.Location = new System.Drawing.Point(389, 92);
  214. this.loading.Name = "loading";
  215. this.loading.Size = new System.Drawing.Size(135, 136);
  216. this.loading.TabIndex = 1;
  217. this.loading.Visible = false;
  218. this.loading.Load += new System.EventHandler(this.loading_Load);
  219. //
  220. // FormMain
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.ClientSize = new System.Drawing.Size(990, 487);
  225. this.Controls.Add(this.splitContainer1);
  226. this.MaximizeBox = false;
  227. this.MinimizeBox = false;
  228. this.Name = "FormMain";
  229. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  230. this.Text = "数据上传接口";
  231. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  232. this.Load += new System.EventHandler(this.FormMain_Load);
  233. this.splitContainer1.Panel1.ResumeLayout(false);
  234. this.splitContainer1.Panel2.ResumeLayout(false);
  235. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  236. this.splitContainer1.ResumeLayout(false);
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. private System.Windows.Forms.SplitContainer splitContainer1;
  241. private System.Windows.Forms.Button btnUpload;
  242. private System.Windows.Forms.Button btnSearch;
  243. private System.Windows.Forms.ImageList imageList1;
  244. private Loading loading;
  245. private System.Windows.Forms.ProgressBar pBar;
  246. private System.Windows.Forms.Button button2;
  247. private System.Windows.Forms.ListView lstData;
  248. private System.Windows.Forms.ColumnHeader No;
  249. private System.Windows.Forms.ColumnHeader Area;
  250. private System.Windows.Forms.ColumnHeader Bldg;
  251. private System.Windows.Forms.ColumnHeader Apmt;
  252. private System.Windows.Forms.ColumnHeader Room;
  253. private System.Windows.Forms.ColumnHeader UserNo;
  254. private System.Windows.Forms.ColumnHeader MeterNo;
  255. private System.Windows.Forms.ColumnHeader Reading;
  256. private System.Windows.Forms.ColumnHeader Date;
  257. private System.Windows.Forms.ColumnHeader UploadResult;
  258. private System.Windows.Forms.Button button1;
  259. private System.Windows.Forms.Button button3;
  260. }
  261. }