FormMain.Designer.cs 10 KB

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