Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FrmWaterMeter.Designer.vb 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmWaterMeter
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Me.Button1 = New System.Windows.Forms.Button()
  31. Me.Button2 = New System.Windows.Forms.Button()
  32. Me.dgv_main = New System.Windows.Forms.DataGridView()
  33. Me.dgv_drum = New System.Windows.Forms.DataGridView()
  34. Me.dgv_meter = New System.Windows.Forms.DataGridView()
  35. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  36. Me.Button3 = New System.Windows.Forms.Button()
  37. Me.dgv_day = New System.Windows.Forms.DataGridView()
  38. Me.dgv_night = New System.Windows.Forms.DataGridView()
  39. Me.dgv1 = New System.Windows.Forms.DataGridView()
  40. Me.dgv2 = New System.Windows.Forms.DataGridView()
  41. Me.dgv = New System.Windows.Forms.DataGridView()
  42. Me.Label1 = New System.Windows.Forms.Label()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.Label3 = New System.Windows.Forms.Label()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.Label5 = New System.Windows.Forms.Label()
  47. CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.dgv_drum, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.dgv_meter, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.dgv_day, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.dgv_night, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. 'Button1
  58. '
  59. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.Button1.Location = New System.Drawing.Point(31, 135)
  61. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  62. Me.Button1.Name = "Button1"
  63. Me.Button1.Size = New System.Drawing.Size(172, 78)
  64. Me.Button1.TabIndex = 0
  65. Me.Button1.Text = "汇入数据"
  66. Me.Button1.UseVisualStyleBackColor = True
  67. '
  68. 'Button2
  69. '
  70. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.Button2.Location = New System.Drawing.Point(31, 34)
  72. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  73. Me.Button2.Name = "Button2"
  74. Me.Button2.Size = New System.Drawing.Size(172, 78)
  75. Me.Button2.TabIndex = 1
  76. Me.Button2.Text = "清除所有数据"
  77. Me.Button2.UseVisualStyleBackColor = True
  78. '
  79. 'dgv_main
  80. '
  81. Me.dgv_main.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  82. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  83. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  84. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  86. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  87. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  88. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  89. Me.dgv_main.DefaultCellStyle = DataGridViewCellStyle1
  90. Me.dgv_main.Location = New System.Drawing.Point(1144, 51)
  91. Me.dgv_main.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  92. Me.dgv_main.Name = "dgv_main"
  93. Me.dgv_main.RowHeadersWidth = 51
  94. Me.dgv_main.RowTemplate.Height = 23
  95. Me.dgv_main.Size = New System.Drawing.Size(569, 743)
  96. Me.dgv_main.TabIndex = 2
  97. '
  98. 'dgv_drum
  99. '
  100. Me.dgv_drum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  101. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  102. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  103. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  105. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  106. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  107. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  108. Me.dgv_drum.DefaultCellStyle = DataGridViewCellStyle2
  109. Me.dgv_drum.Location = New System.Drawing.Point(240, 51)
  110. Me.dgv_drum.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  111. Me.dgv_drum.Name = "dgv_drum"
  112. Me.dgv_drum.RowHeadersWidth = 51
  113. Me.dgv_drum.RowTemplate.Height = 23
  114. Me.dgv_drum.Size = New System.Drawing.Size(491, 743)
  115. Me.dgv_drum.TabIndex = 3
  116. '
  117. 'dgv_meter
  118. '
  119. Me.dgv_meter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  120. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  121. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  122. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  124. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  125. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  126. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  127. Me.dgv_meter.DefaultCellStyle = DataGridViewCellStyle3
  128. Me.dgv_meter.Location = New System.Drawing.Point(763, 560)
  129. Me.dgv_meter.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  130. Me.dgv_meter.Name = "dgv_meter"
  131. Me.dgv_meter.RowHeadersWidth = 51
  132. Me.dgv_meter.RowTemplate.Height = 23
  133. Me.dgv_meter.Size = New System.Drawing.Size(356, 234)
  134. Me.dgv_meter.TabIndex = 4
  135. '
  136. 'OpenFileDialog1
  137. '
  138. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  139. '
  140. 'Button3
  141. '
  142. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.Button3.Location = New System.Drawing.Point(31, 246)
  144. Me.Button3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  145. Me.Button3.Name = "Button3"
  146. Me.Button3.Size = New System.Drawing.Size(172, 78)
  147. Me.Button3.TabIndex = 5
  148. Me.Button3.Text = "FTP"
  149. Me.Button3.UseVisualStyleBackColor = True
  150. Me.Button3.Visible = False
  151. '
  152. 'dgv_day
  153. '
  154. Me.dgv_day.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  155. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  156. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  157. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  159. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  160. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  161. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  162. Me.dgv_day.DefaultCellStyle = DataGridViewCellStyle4
  163. Me.dgv_day.Location = New System.Drawing.Point(1755, 34)
  164. Me.dgv_day.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  165. Me.dgv_day.Name = "dgv_day"
  166. Me.dgv_day.RowHeadersWidth = 51
  167. Me.dgv_day.RowTemplate.Height = 23
  168. Me.dgv_day.Size = New System.Drawing.Size(197, 760)
  169. Me.dgv_day.TabIndex = 6
  170. '
  171. 'dgv_night
  172. '
  173. Me.dgv_night.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  174. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  175. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  176. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  178. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  179. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  180. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  181. Me.dgv_night.DefaultCellStyle = DataGridViewCellStyle5
  182. Me.dgv_night.Location = New System.Drawing.Point(1975, 34)
  183. Me.dgv_night.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  184. Me.dgv_night.Name = "dgv_night"
  185. Me.dgv_night.RowHeadersWidth = 51
  186. Me.dgv_night.RowTemplate.Height = 23
  187. Me.dgv_night.Size = New System.Drawing.Size(217, 760)
  188. Me.dgv_night.TabIndex = 7
  189. '
  190. 'dgv1
  191. '
  192. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  193. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  194. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  195. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  196. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  197. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  198. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  199. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  200. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle6
  201. Me.dgv1.Location = New System.Drawing.Point(2233, 34)
  202. Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  203. Me.dgv1.Name = "dgv1"
  204. Me.dgv1.RowHeadersWidth = 51
  205. Me.dgv1.RowTemplate.Height = 23
  206. Me.dgv1.Size = New System.Drawing.Size(307, 760)
  207. Me.dgv1.TabIndex = 8
  208. '
  209. 'dgv2
  210. '
  211. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  212. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  213. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  214. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  216. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  217. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  218. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  219. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle7
  220. Me.dgv2.Location = New System.Drawing.Point(2591, 34)
  221. Me.dgv2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  222. Me.dgv2.Name = "dgv2"
  223. Me.dgv2.RowHeadersWidth = 51
  224. Me.dgv2.RowTemplate.Height = 23
  225. Me.dgv2.Size = New System.Drawing.Size(307, 760)
  226. Me.dgv2.TabIndex = 9
  227. '
  228. 'dgv
  229. '
  230. Me.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  231. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  232. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  233. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  235. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  236. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  237. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  238. Me.dgv.DefaultCellStyle = DataGridViewCellStyle8
  239. Me.dgv.Location = New System.Drawing.Point(763, 51)
  240. Me.dgv.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  241. Me.dgv.Name = "dgv"
  242. Me.dgv.RowHeadersWidth = 51
  243. Me.dgv.RowTemplate.Height = 23
  244. Me.dgv.Size = New System.Drawing.Size(356, 445)
  245. Me.dgv.TabIndex = 10
  246. '
  247. 'Label1
  248. '
  249. Me.Label1.AutoSize = True
  250. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.Label1.ForeColor = System.Drawing.Color.Red
  252. Me.Label1.Location = New System.Drawing.Point(235, 22)
  253. Me.Label1.Name = "Label1"
  254. Me.Label1.Size = New System.Drawing.Size(52, 25)
  255. Me.Label1.TabIndex = 11
  256. Me.Label1.Text = "鼓号"
  257. '
  258. 'Label2
  259. '
  260. Me.Label2.AutoSize = True
  261. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.Label2.ForeColor = System.Drawing.Color.Red
  263. Me.Label2.Location = New System.Drawing.Point(1190, 806)
  264. Me.Label2.Name = "Label2"
  265. Me.Label2.Size = New System.Drawing.Size(52, 25)
  266. Me.Label2.TabIndex = 12
  267. Me.Label2.Text = "鼓号"
  268. '
  269. 'Label3
  270. '
  271. Me.Label3.AutoSize = True
  272. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.Label3.ForeColor = System.Drawing.Color.Red
  274. Me.Label3.Location = New System.Drawing.Point(1139, 22)
  275. Me.Label3.Name = "Label3"
  276. Me.Label3.Size = New System.Drawing.Size(52, 25)
  277. Me.Label3.TabIndex = 13
  278. Me.Label3.Text = "单日"
  279. '
  280. 'Label4
  281. '
  282. Me.Label4.AutoSize = True
  283. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.Label4.ForeColor = System.Drawing.Color.Red
  285. Me.Label4.Location = New System.Drawing.Point(758, 531)
  286. Me.Label4.Name = "Label4"
  287. Me.Label4.Size = New System.Drawing.Size(92, 25)
  288. Me.Label4.TabIndex = 14
  289. Me.Label4.Text = "数据来源"
  290. '
  291. 'Label5
  292. '
  293. Me.Label5.AutoSize = True
  294. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. Me.Label5.ForeColor = System.Drawing.Color.Red
  296. Me.Label5.Location = New System.Drawing.Point(758, 22)
  297. Me.Label5.Name = "Label5"
  298. Me.Label5.Size = New System.Drawing.Size(52, 25)
  299. Me.Label5.TabIndex = 15
  300. Me.Label5.Text = "日期"
  301. '
  302. 'FrmWaterMeter
  303. '
  304. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  305. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  306. Me.AutoScroll = True
  307. Me.ClientSize = New System.Drawing.Size(2912, 840)
  308. Me.Controls.Add(Me.Label5)
  309. Me.Controls.Add(Me.Label4)
  310. Me.Controls.Add(Me.Label3)
  311. Me.Controls.Add(Me.Label2)
  312. Me.Controls.Add(Me.Label1)
  313. Me.Controls.Add(Me.dgv)
  314. Me.Controls.Add(Me.dgv2)
  315. Me.Controls.Add(Me.dgv1)
  316. Me.Controls.Add(Me.dgv_night)
  317. Me.Controls.Add(Me.dgv_day)
  318. Me.Controls.Add(Me.Button3)
  319. Me.Controls.Add(Me.dgv_meter)
  320. Me.Controls.Add(Me.dgv_drum)
  321. Me.Controls.Add(Me.dgv_main)
  322. Me.Controls.Add(Me.Button2)
  323. Me.Controls.Add(Me.Button1)
  324. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  325. Me.Name = "FrmWaterMeter"
  326. Me.Text = "FrmWaterMeter"
  327. CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).EndInit()
  328. CType(Me.dgv_drum, System.ComponentModel.ISupportInitialize).EndInit()
  329. CType(Me.dgv_meter, System.ComponentModel.ISupportInitialize).EndInit()
  330. CType(Me.dgv_day, System.ComponentModel.ISupportInitialize).EndInit()
  331. CType(Me.dgv_night, System.ComponentModel.ISupportInitialize).EndInit()
  332. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  333. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  334. CType(Me.dgv, System.ComponentModel.ISupportInitialize).EndInit()
  335. Me.ResumeLayout(False)
  336. Me.PerformLayout()
  337. End Sub
  338. Friend WithEvents Button1 As Button
  339. Friend WithEvents Button2 As Button
  340. Friend WithEvents dgv_main As DataGridView
  341. Friend WithEvents dgv_drum As DataGridView
  342. Friend WithEvents dgv_meter As DataGridView
  343. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  344. Friend WithEvents Button3 As Button
  345. Friend WithEvents dgv_day As DataGridView
  346. Friend WithEvents dgv_night As DataGridView
  347. Friend WithEvents dgv1 As DataGridView
  348. Friend WithEvents dgv2 As DataGridView
  349. Friend WithEvents dgv As DataGridView
  350. Friend WithEvents Label1 As Label
  351. Friend WithEvents Label2 As Label
  352. Friend WithEvents Label3 As Label
  353. Friend WithEvents Label4 As Label
  354. Friend WithEvents Label5 As Label
  355. End Class