Açıklama Yok
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.

FrmMeasure.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmMeasure
  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. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Me.dgv_measure = New System.Windows.Forms.DataGridView()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.TextBox3 = New System.Windows.Forms.TextBox()
  36. Me.dgv1 = New System.Windows.Forms.DataGridView()
  37. Me.ListBox1 = New System.Windows.Forms.ListBox()
  38. Me.ListBox2 = New System.Windows.Forms.ListBox()
  39. Me.Button1 = New System.Windows.Forms.Button()
  40. Me.dgv_TOTAL = New System.Windows.Forms.DataGridView()
  41. Me.dgv_luo = New System.Windows.Forms.DataGridView()
  42. Me.dgv_su1 = New System.Windows.Forms.DataGridView()
  43. Me.dgv_su2 = New System.Windows.Forms.DataGridView()
  44. Me.dgv_liu = New System.Windows.Forms.DataGridView()
  45. Me.dgv_zhen = New System.Windows.Forms.DataGridView()
  46. Me.dgv_nin = New System.Windows.Forms.DataGridView()
  47. Me.Button2 = New System.Windows.Forms.Button()
  48. Me.DGV_WB = New System.Windows.Forms.DataGridView()
  49. Me.Button3 = New System.Windows.Forms.Button()
  50. CType(Me.dgv_measure, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.dgv_TOTAL, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.dgv_luo, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.dgv_su1, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.dgv_su2, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.dgv_liu, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.dgv_zhen, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.dgv_nin, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.DGV_WB, System.ComponentModel.ISupportInitialize).BeginInit()
  60. Me.SuspendLayout()
  61. '
  62. 'dgv_measure
  63. '
  64. Me.dgv_measure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  65. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  66. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  67. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  69. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  70. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  71. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  72. Me.dgv_measure.DefaultCellStyle = DataGridViewCellStyle1
  73. Me.dgv_measure.Location = New System.Drawing.Point(142, 27)
  74. Me.dgv_measure.Name = "dgv_measure"
  75. Me.dgv_measure.RowHeadersWidth = 20
  76. Me.dgv_measure.RowTemplate.Height = 23
  77. Me.dgv_measure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  78. Me.dgv_measure.Size = New System.Drawing.Size(1503, 650)
  79. Me.dgv_measure.TabIndex = 0
  80. '
  81. 'TextBox1
  82. '
  83. Me.TextBox1.Location = New System.Drawing.Point(1433, 852)
  84. Me.TextBox1.Name = "TextBox1"
  85. Me.TextBox1.Size = New System.Drawing.Size(100, 21)
  86. Me.TextBox1.TabIndex = 1
  87. Me.TextBox1.Visible = False
  88. '
  89. 'TextBox2
  90. '
  91. Me.TextBox2.Location = New System.Drawing.Point(1433, 770)
  92. Me.TextBox2.Name = "TextBox2"
  93. Me.TextBox2.Size = New System.Drawing.Size(100, 21)
  94. Me.TextBox2.TabIndex = 2
  95. Me.TextBox2.Visible = False
  96. '
  97. 'TextBox3
  98. '
  99. Me.TextBox3.Location = New System.Drawing.Point(1433, 810)
  100. Me.TextBox3.Name = "TextBox3"
  101. Me.TextBox3.Size = New System.Drawing.Size(100, 21)
  102. Me.TextBox3.TabIndex = 3
  103. Me.TextBox3.Visible = False
  104. '
  105. 'dgv1
  106. '
  107. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  108. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  109. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  110. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  112. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  113. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  114. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  115. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle2
  116. Me.dgv1.Location = New System.Drawing.Point(1305, 683)
  117. Me.dgv1.Name = "dgv1"
  118. Me.dgv1.RowTemplate.Height = 23
  119. Me.dgv1.Size = New System.Drawing.Size(340, 171)
  120. Me.dgv1.TabIndex = 4
  121. '
  122. 'ListBox1
  123. '
  124. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.ListBox1.FormattingEnabled = True
  126. Me.ListBox1.ItemHeight = 20
  127. Me.ListBox1.Location = New System.Drawing.Point(12, 27)
  128. Me.ListBox1.Name = "ListBox1"
  129. Me.ListBox1.Size = New System.Drawing.Size(99, 104)
  130. Me.ListBox1.TabIndex = 5
  131. '
  132. 'ListBox2
  133. '
  134. Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.ListBox2.FormattingEnabled = True
  136. Me.ListBox2.ItemHeight = 20
  137. Me.ListBox2.Location = New System.Drawing.Point(12, 149)
  138. Me.ListBox2.Name = "ListBox2"
  139. Me.ListBox2.Size = New System.Drawing.Size(99, 404)
  140. Me.ListBox2.TabIndex = 6
  141. '
  142. 'Button1
  143. '
  144. Me.Button1.Location = New System.Drawing.Point(12, 577)
  145. Me.Button1.Name = "Button1"
  146. Me.Button1.Size = New System.Drawing.Size(99, 63)
  147. Me.Button1.TabIndex = 7
  148. Me.Button1.Text = "按月输出"
  149. Me.Button1.UseVisualStyleBackColor = True
  150. '
  151. 'dgv_TOTAL
  152. '
  153. Me.dgv_TOTAL.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  154. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  155. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  156. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  157. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  158. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  159. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  160. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  161. Me.dgv_TOTAL.DefaultCellStyle = DataGridViewCellStyle3
  162. Me.dgv_TOTAL.Location = New System.Drawing.Point(142, 784)
  163. Me.dgv_TOTAL.Name = "dgv_TOTAL"
  164. Me.dgv_TOTAL.RowTemplate.Height = 23
  165. Me.dgv_TOTAL.Size = New System.Drawing.Size(885, 302)
  166. Me.dgv_TOTAL.TabIndex = 8
  167. '
  168. 'dgv_luo
  169. '
  170. Me.dgv_luo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  171. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  172. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  173. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  175. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  176. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  177. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  178. Me.dgv_luo.DefaultCellStyle = DataGridViewCellStyle4
  179. Me.dgv_luo.Location = New System.Drawing.Point(1651, 684)
  180. Me.dgv_luo.Name = "dgv_luo"
  181. Me.dgv_luo.RowTemplate.Height = 23
  182. Me.dgv_luo.Size = New System.Drawing.Size(677, 79)
  183. Me.dgv_luo.TabIndex = 9
  184. Me.dgv_luo.VirtualMode = True
  185. Me.dgv_luo.Visible = False
  186. '
  187. 'dgv_su1
  188. '
  189. Me.dgv_su1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  190. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  191. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  192. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  194. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  195. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  196. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  197. Me.dgv_su1.DefaultCellStyle = DataGridViewCellStyle5
  198. Me.dgv_su1.Location = New System.Drawing.Point(1651, 770)
  199. Me.dgv_su1.Name = "dgv_su1"
  200. Me.dgv_su1.RowTemplate.Height = 23
  201. Me.dgv_su1.Size = New System.Drawing.Size(677, 84)
  202. Me.dgv_su1.TabIndex = 10
  203. Me.dgv_su1.VirtualMode = True
  204. Me.dgv_su1.Visible = False
  205. '
  206. 'dgv_su2
  207. '
  208. Me.dgv_su2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  209. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  210. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  211. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  213. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  214. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  215. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  216. Me.dgv_su2.DefaultCellStyle = DataGridViewCellStyle6
  217. Me.dgv_su2.Location = New System.Drawing.Point(142, 684)
  218. Me.dgv_su2.Name = "dgv_su2"
  219. Me.dgv_su2.RowTemplate.Height = 23
  220. Me.dgv_su2.Size = New System.Drawing.Size(885, 94)
  221. Me.dgv_su2.TabIndex = 11
  222. Me.dgv_su2.VirtualMode = True
  223. '
  224. 'dgv_liu
  225. '
  226. Me.dgv_liu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  227. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  228. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  229. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  231. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  232. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  233. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  234. Me.dgv_liu.DefaultCellStyle = DataGridViewCellStyle7
  235. Me.dgv_liu.Location = New System.Drawing.Point(1651, 594)
  236. Me.dgv_liu.Name = "dgv_liu"
  237. Me.dgv_liu.RowTemplate.Height = 23
  238. Me.dgv_liu.Size = New System.Drawing.Size(677, 84)
  239. Me.dgv_liu.TabIndex = 14
  240. Me.dgv_liu.VirtualMode = True
  241. Me.dgv_liu.Visible = False
  242. '
  243. 'dgv_zhen
  244. '
  245. Me.dgv_zhen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  246. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  247. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  248. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  249. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  250. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  251. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  252. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  253. Me.dgv_zhen.DefaultCellStyle = DataGridViewCellStyle8
  254. Me.dgv_zhen.Location = New System.Drawing.Point(1651, 951)
  255. Me.dgv_zhen.Name = "dgv_zhen"
  256. Me.dgv_zhen.RowTemplate.Height = 23
  257. Me.dgv_zhen.Size = New System.Drawing.Size(677, 61)
  258. Me.dgv_zhen.TabIndex = 13
  259. Me.dgv_zhen.VirtualMode = True
  260. Me.dgv_zhen.Visible = False
  261. '
  262. 'dgv_nin
  263. '
  264. Me.dgv_nin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  265. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  266. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
  267. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  268. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
  269. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  270. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  271. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  272. Me.dgv_nin.DefaultCellStyle = DataGridViewCellStyle9
  273. Me.dgv_nin.Location = New System.Drawing.Point(1651, 860)
  274. Me.dgv_nin.Name = "dgv_nin"
  275. Me.dgv_nin.RowTemplate.Height = 23
  276. Me.dgv_nin.Size = New System.Drawing.Size(677, 85)
  277. Me.dgv_nin.TabIndex = 12
  278. Me.dgv_nin.VirtualMode = True
  279. Me.dgv_nin.Visible = False
  280. '
  281. 'Button2
  282. '
  283. Me.Button2.Location = New System.Drawing.Point(12, 667)
  284. Me.Button2.Name = "Button2"
  285. Me.Button2.Size = New System.Drawing.Size(99, 63)
  286. Me.Button2.TabIndex = 15
  287. Me.Button2.Text = "按月输出1"
  288. Me.Button2.UseVisualStyleBackColor = True
  289. '
  290. 'DGV_WB
  291. '
  292. Me.DGV_WB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  293. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  294. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
  295. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
  297. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  298. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  299. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  300. Me.DGV_WB.DefaultCellStyle = DataGridViewCellStyle10
  301. Me.DGV_WB.Location = New System.Drawing.Point(1033, 683)
  302. Me.DGV_WB.Name = "DGV_WB"
  303. Me.DGV_WB.RowTemplate.Height = 23
  304. Me.DGV_WB.Size = New System.Drawing.Size(612, 454)
  305. Me.DGV_WB.TabIndex = 16
  306. '
  307. 'Button3
  308. '
  309. Me.Button3.Location = New System.Drawing.Point(12, 748)
  310. Me.Button3.Name = "Button3"
  311. Me.Button3.Size = New System.Drawing.Size(99, 63)
  312. Me.Button3.TabIndex = 17
  313. Me.Button3.Text = "导出excel"
  314. Me.Button3.UseVisualStyleBackColor = True
  315. Me.Button3.Visible = False
  316. '
  317. 'frmMeasure
  318. '
  319. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  320. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  321. Me.AutoScroll = True
  322. Me.ClientSize = New System.Drawing.Size(1909, 1166)
  323. Me.Controls.Add(Me.Button3)
  324. Me.Controls.Add(Me.dgv_su2)
  325. Me.Controls.Add(Me.DGV_WB)
  326. Me.Controls.Add(Me.Button2)
  327. Me.Controls.Add(Me.dgv_liu)
  328. Me.Controls.Add(Me.dgv_zhen)
  329. Me.Controls.Add(Me.dgv_nin)
  330. Me.Controls.Add(Me.dgv_su1)
  331. Me.Controls.Add(Me.dgv_luo)
  332. Me.Controls.Add(Me.dgv_TOTAL)
  333. Me.Controls.Add(Me.Button1)
  334. Me.Controls.Add(Me.ListBox2)
  335. Me.Controls.Add(Me.ListBox1)
  336. Me.Controls.Add(Me.dgv1)
  337. Me.Controls.Add(Me.TextBox3)
  338. Me.Controls.Add(Me.TextBox2)
  339. Me.Controls.Add(Me.TextBox1)
  340. Me.Controls.Add(Me.dgv_measure)
  341. Me.Name = "frmMeasure"
  342. Me.Text = "反毛量尺"
  343. CType(Me.dgv_measure, System.ComponentModel.ISupportInitialize).EndInit()
  344. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  345. CType(Me.dgv_TOTAL, System.ComponentModel.ISupportInitialize).EndInit()
  346. CType(Me.dgv_luo, System.ComponentModel.ISupportInitialize).EndInit()
  347. CType(Me.dgv_su1, System.ComponentModel.ISupportInitialize).EndInit()
  348. CType(Me.dgv_su2, System.ComponentModel.ISupportInitialize).EndInit()
  349. CType(Me.dgv_liu, System.ComponentModel.ISupportInitialize).EndInit()
  350. CType(Me.dgv_zhen, System.ComponentModel.ISupportInitialize).EndInit()
  351. CType(Me.dgv_nin, System.ComponentModel.ISupportInitialize).EndInit()
  352. CType(Me.DGV_WB, System.ComponentModel.ISupportInitialize).EndInit()
  353. Me.ResumeLayout(False)
  354. Me.PerformLayout()
  355. End Sub
  356. Friend WithEvents dgv_measure As DataGridView
  357. Friend WithEvents TextBox1 As TextBox
  358. Friend WithEvents TextBox2 As TextBox
  359. Friend WithEvents TextBox3 As TextBox
  360. Friend WithEvents dgv1 As DataGridView
  361. Friend WithEvents ListBox1 As ListBox
  362. Friend WithEvents ListBox2 As ListBox
  363. Friend WithEvents Button1 As Button
  364. Friend WithEvents dgv_TOTAL As DataGridView
  365. Friend WithEvents dgv_luo As DataGridView
  366. Friend WithEvents dgv_su1 As DataGridView
  367. Friend WithEvents dgv_su2 As DataGridView
  368. Friend WithEvents dgv_liu As DataGridView
  369. Friend WithEvents dgv_zhen As DataGridView
  370. Friend WithEvents dgv_nin As DataGridView
  371. Friend WithEvents Button2 As Button
  372. Friend WithEvents DGV_WB As DataGridView
  373. Friend WithEvents Button3 As Button
  374. End Class