暫無描述
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.

FrmChem_Main.Designer.vb 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmChem_Main
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmChem_Main))
  23. Me.dgv1 = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button3 = New System.Windows.Forms.Button()
  27. Me.Button4 = New System.Windows.Forms.Button()
  28. Me.Button5 = New System.Windows.Forms.Button()
  29. Me.Button6 = New System.Windows.Forms.Button()
  30. Me.Button7 = New System.Windows.Forms.Button()
  31. Me.dgv2 = New System.Windows.Forms.DataGridView()
  32. Me.dgv3 = New System.Windows.Forms.DataGridView()
  33. Me.dgv4 = New System.Windows.Forms.DataGridView()
  34. Me.TextBox1 = New System.Windows.Forms.TextBox()
  35. Me.dgv5 = New System.Windows.Forms.DataGridView()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.Label2 = New System.Windows.Forms.Label()
  38. Me.Label3 = New System.Windows.Forms.Label()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.dgv_tech = New System.Windows.Forms.DataGridView()
  41. Me.Label5 = New System.Windows.Forms.Label()
  42. Me.DGV_STOCK = New System.Windows.Forms.DataGridView()
  43. Me.Label6 = New System.Windows.Forms.Label()
  44. Me.Label7 = New System.Windows.Forms.Label()
  45. Me.DGV_CONTAINER = New System.Windows.Forms.DataGridView()
  46. Me.Label8 = New System.Windows.Forms.Label()
  47. Me.TextBox2 = New System.Windows.Forms.TextBox()
  48. Me.TextBox3 = New System.Windows.Forms.TextBox()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  51. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  52. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  53. Me.PictureBox3 = New System.Windows.Forms.PictureBox()
  54. Me.PictureBox4 = New System.Windows.Forms.PictureBox()
  55. Me.PictureBox5 = New System.Windows.Forms.PictureBox()
  56. Me.PictureBox6 = New System.Windows.Forms.PictureBox()
  57. Me.PictureBox7 = New System.Windows.Forms.PictureBox()
  58. Me.PictureBox8 = New System.Windows.Forms.PictureBox()
  59. Me.PictureBox9 = New System.Windows.Forms.PictureBox()
  60. Me.TextBox4 = New System.Windows.Forms.TextBox()
  61. Me.Label10 = New System.Windows.Forms.Label()
  62. Me.TextBox5 = New System.Windows.Forms.TextBox()
  63. Me.Label11 = New System.Windows.Forms.Label()
  64. Me.TextBox6 = New System.Windows.Forms.TextBox()
  65. Me.Label12 = New System.Windows.Forms.Label()
  66. Me.TextBox7 = New System.Windows.Forms.TextBox()
  67. Me.Label13 = New System.Windows.Forms.Label()
  68. Me.Button8 = New System.Windows.Forms.Button()
  69. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.dgv4, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.dgv5, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.DGV_STOCK, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.DGV_CONTAINER, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  78. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
  85. CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.SuspendLayout()
  87. '
  88. 'dgv1
  89. '
  90. Me.dgv1.AllowUserToAddRows = False
  91. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  92. Me.dgv1.Location = New System.Drawing.Point(2, 141)
  93. Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  94. Me.dgv1.Name = "dgv1"
  95. Me.dgv1.RowHeadersWidth = 62
  96. Me.dgv1.RowTemplate.Height = 23
  97. Me.dgv1.Size = New System.Drawing.Size(379, 252)
  98. Me.dgv1.TabIndex = 0
  99. '
  100. 'Button1
  101. '
  102. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.Button1.Location = New System.Drawing.Point(2, 4)
  104. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  105. Me.Button1.Name = "Button1"
  106. Me.Button1.Size = New System.Drawing.Size(93, 53)
  107. Me.Button1.TabIndex = 1
  108. Me.Button1.Text = "基础化工"
  109. Me.Button1.UseVisualStyleBackColor = True
  110. '
  111. 'Button2
  112. '
  113. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Button2.Location = New System.Drawing.Point(196, 58)
  115. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  116. Me.Button2.Name = "Button2"
  117. Me.Button2.Size = New System.Drawing.Size(93, 53)
  118. Me.Button2.TabIndex = 2
  119. Me.Button2.Text = "导出"
  120. Me.Button2.UseVisualStyleBackColor = True
  121. Me.Button2.Visible = False
  122. '
  123. 'Button3
  124. '
  125. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.Button3.Location = New System.Drawing.Point(94, 58)
  127. Me.Button3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  128. Me.Button3.Name = "Button3"
  129. Me.Button3.Size = New System.Drawing.Size(93, 53)
  130. Me.Button3.TabIndex = 3
  131. Me.Button3.Text = "全部"
  132. Me.Button3.UseVisualStyleBackColor = True
  133. '
  134. 'Button4
  135. '
  136. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.Button4.Location = New System.Drawing.Point(196, 5)
  138. Me.Button4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  139. Me.Button4.Name = "Button4"
  140. Me.Button4.Size = New System.Drawing.Size(93, 53)
  141. Me.Button4.TabIndex = 4
  142. Me.Button4.Text = "助剂"
  143. Me.Button4.UseVisualStyleBackColor = True
  144. '
  145. 'Button5
  146. '
  147. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Button5.Location = New System.Drawing.Point(2, 58)
  149. Me.Button5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  150. Me.Button5.Name = "Button5"
  151. Me.Button5.Size = New System.Drawing.Size(93, 53)
  152. Me.Button5.TabIndex = 5
  153. Me.Button5.Text = "染料"
  154. Me.Button5.UseVisualStyleBackColor = True
  155. '
  156. 'Button6
  157. '
  158. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.Button6.Location = New System.Drawing.Point(94, 5)
  160. Me.Button6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  161. Me.Button6.Name = "Button6"
  162. Me.Button6.Size = New System.Drawing.Size(93, 53)
  163. Me.Button6.TabIndex = 6
  164. Me.Button6.Text = "油脂"
  165. Me.Button6.UseVisualStyleBackColor = True
  166. '
  167. 'Button7
  168. '
  169. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.Button7.Location = New System.Drawing.Point(288, 5)
  171. Me.Button7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  172. Me.Button7.Name = "Button7"
  173. Me.Button7.Size = New System.Drawing.Size(93, 53)
  174. Me.Button7.TabIndex = 7
  175. Me.Button7.Text = "鞣剂"
  176. Me.Button7.UseVisualStyleBackColor = True
  177. '
  178. 'dgv2
  179. '
  180. Me.dgv2.AllowUserToAddRows = False
  181. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  182. Me.dgv2.Location = New System.Drawing.Point(384, 28)
  183. Me.dgv2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  184. Me.dgv2.Name = "dgv2"
  185. Me.dgv2.RowHeadersWidth = 62
  186. Me.dgv2.RowTemplate.Height = 23
  187. Me.dgv2.Size = New System.Drawing.Size(516, 317)
  188. Me.dgv2.TabIndex = 8
  189. '
  190. 'dgv3
  191. '
  192. Me.dgv3.AllowUserToAddRows = False
  193. Me.dgv3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  194. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  195. Me.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  196. Me.dgv3.Location = New System.Drawing.Point(386, 374)
  197. Me.dgv3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  198. Me.dgv3.Name = "dgv3"
  199. Me.dgv3.RowHeadersWidth = 62
  200. Me.dgv3.RowTemplate.Height = 23
  201. Me.dgv3.Size = New System.Drawing.Size(516, 228)
  202. Me.dgv3.TabIndex = 9
  203. '
  204. 'dgv4
  205. '
  206. Me.dgv4.AllowUserToAddRows = False
  207. Me.dgv4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  208. Me.dgv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  209. Me.dgv4.Location = New System.Drawing.Point(386, 630)
  210. Me.dgv4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  211. Me.dgv4.Name = "dgv4"
  212. Me.dgv4.RowHeadersWidth = 62
  213. Me.dgv4.RowTemplate.Height = 23
  214. Me.dgv4.Size = New System.Drawing.Size(516, 173)
  215. Me.dgv4.TabIndex = 10
  216. '
  217. 'TextBox1
  218. '
  219. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  220. Me.TextBox1.Location = New System.Drawing.Point(2, 112)
  221. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  222. Me.TextBox1.Name = "TextBox1"
  223. Me.TextBox1.Size = New System.Drawing.Size(378, 27)
  224. Me.TextBox1.TabIndex = 11
  225. '
  226. 'dgv5
  227. '
  228. Me.dgv5.AllowUserToAddRows = False
  229. Me.dgv5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  230. Me.dgv5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  231. Me.dgv5.Location = New System.Drawing.Point(1056, 630)
  232. Me.dgv5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  233. Me.dgv5.Name = "dgv5"
  234. Me.dgv5.RowHeadersWidth = 62
  235. Me.dgv5.RowTemplate.Height = 23
  236. Me.dgv5.Size = New System.Drawing.Size(194, 172)
  237. Me.dgv5.TabIndex = 12
  238. Me.dgv5.Visible = False
  239. '
  240. 'Label1
  241. '
  242. Me.Label1.AutoSize = True
  243. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.Label1.ForeColor = System.Drawing.Color.Red
  245. Me.Label1.Location = New System.Drawing.Point(383, 2)
  246. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  247. Me.Label1.Name = "Label1"
  248. Me.Label1.Size = New System.Drawing.Size(86, 24)
  249. Me.Label1.TabIndex = 13
  250. Me.Label1.Text = "领料日期"
  251. '
  252. 'Label2
  253. '
  254. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  255. Me.Label2.AutoSize = True
  256. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. Me.Label2.ForeColor = System.Drawing.Color.Red
  258. Me.Label2.Location = New System.Drawing.Point(1056, 605)
  259. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  260. Me.Label2.Name = "Label2"
  261. Me.Label2.Size = New System.Drawing.Size(86, 24)
  262. Me.Label2.TabIndex = 14
  263. Me.Label2.Text = "调拨出库"
  264. Me.Label2.Visible = False
  265. '
  266. 'Label3
  267. '
  268. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  269. Me.Label3.AutoSize = True
  270. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.Label3.ForeColor = System.Drawing.Color.Red
  272. Me.Label3.Location = New System.Drawing.Point(380, 604)
  273. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  274. Me.Label3.Name = "Label3"
  275. Me.Label3.Size = New System.Drawing.Size(86, 24)
  276. Me.Label3.TabIndex = 15
  277. Me.Label3.Text = "保税入库"
  278. '
  279. 'Label4
  280. '
  281. Me.Label4.AutoSize = True
  282. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.Label4.ForeColor = System.Drawing.Color.Red
  284. Me.Label4.Location = New System.Drawing.Point(380, 347)
  285. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  286. Me.Label4.Name = "Label4"
  287. Me.Label4.Size = New System.Drawing.Size(86, 24)
  288. Me.Label4.TabIndex = 16
  289. Me.Label4.Text = "外购入库"
  290. '
  291. 'dgv_tech
  292. '
  293. Me.dgv_tech.AllowUserToAddRows = False
  294. Me.dgv_tech.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  295. Me.dgv_tech.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  296. Me.dgv_tech.Location = New System.Drawing.Point(908, 630)
  297. Me.dgv_tech.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  298. Me.dgv_tech.Name = "dgv_tech"
  299. Me.dgv_tech.RowHeadersWidth = 62
  300. Me.dgv_tech.RowTemplate.Height = 23
  301. Me.dgv_tech.Size = New System.Drawing.Size(141, 172)
  302. Me.dgv_tech.TabIndex = 17
  303. Me.dgv_tech.Visible = False
  304. '
  305. 'Label5
  306. '
  307. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  308. Me.Label5.AutoSize = True
  309. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.Label5.ForeColor = System.Drawing.Color.Red
  311. Me.Label5.Location = New System.Drawing.Point(902, 604)
  312. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  313. Me.Label5.Name = "Label5"
  314. Me.Label5.Size = New System.Drawing.Size(124, 24)
  315. Me.Label5.TabIndex = 18
  316. Me.Label5.Text = "技术人员领料"
  317. Me.Label5.Visible = False
  318. '
  319. 'DGV_STOCK
  320. '
  321. Me.DGV_STOCK.AllowUserToAddRows = False
  322. Me.DGV_STOCK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  323. Me.DGV_STOCK.Location = New System.Drawing.Point(2, 540)
  324. Me.DGV_STOCK.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  325. Me.DGV_STOCK.Name = "DGV_STOCK"
  326. Me.DGV_STOCK.RowHeadersWidth = 62
  327. Me.DGV_STOCK.RowTemplate.Height = 23
  328. Me.DGV_STOCK.Size = New System.Drawing.Size(379, 206)
  329. Me.DGV_STOCK.TabIndex = 19
  330. '
  331. 'Label6
  332. '
  333. Me.Label6.AutoSize = True
  334. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.Label6.ForeColor = System.Drawing.Color.Red
  336. Me.Label6.Location = New System.Drawing.Point(-2, 514)
  337. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  338. Me.Label6.Name = "Label6"
  339. Me.Label6.Size = New System.Drawing.Size(86, 24)
  340. Me.Label6.TabIndex = 20
  341. Me.Label6.Text = "期初库存"
  342. '
  343. 'Label7
  344. '
  345. Me.Label7.AutoSize = True
  346. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.Label7.ForeColor = System.Drawing.Color.Red
  348. Me.Label7.Location = New System.Drawing.Point(903, 347)
  349. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  350. Me.Label7.Name = "Label7"
  351. Me.Label7.Size = New System.Drawing.Size(86, 24)
  352. Me.Label7.TabIndex = 22
  353. Me.Label7.Text = "已订货柜"
  354. '
  355. 'DGV_CONTAINER
  356. '
  357. Me.DGV_CONTAINER.AllowUserToAddRows = False
  358. Me.DGV_CONTAINER.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  359. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  360. Me.DGV_CONTAINER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  361. Me.DGV_CONTAINER.Location = New System.Drawing.Point(908, 374)
  362. Me.DGV_CONTAINER.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  363. Me.DGV_CONTAINER.Name = "DGV_CONTAINER"
  364. Me.DGV_CONTAINER.RowHeadersWidth = 62
  365. Me.DGV_CONTAINER.RowTemplate.Height = 23
  366. Me.DGV_CONTAINER.Size = New System.Drawing.Size(342, 228)
  367. Me.DGV_CONTAINER.TabIndex = 21
  368. '
  369. 'Label8
  370. '
  371. Me.Label8.AutoSize = True
  372. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.Label8.ForeColor = System.Drawing.Color.Red
  374. Me.Label8.Location = New System.Drawing.Point(176, 749)
  375. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  376. Me.Label8.Name = "Label8"
  377. Me.Label8.Size = New System.Drawing.Size(86, 24)
  378. Me.Label8.TabIndex = 23
  379. Me.Label8.Text = "即时库存"
  380. '
  381. 'TextBox2
  382. '
  383. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.TextBox2.Location = New System.Drawing.Point(264, 747)
  385. Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  386. Me.TextBox2.Name = "TextBox2"
  387. Me.TextBox2.Size = New System.Drawing.Size(118, 27)
  388. Me.TextBox2.TabIndex = 24
  389. '
  390. 'TextBox3
  391. '
  392. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.TextBox3.Location = New System.Drawing.Point(264, 775)
  394. Me.TextBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  395. Me.TextBox3.Name = "TextBox3"
  396. Me.TextBox3.Size = New System.Drawing.Size(118, 27)
  397. Me.TextBox3.TabIndex = 26
  398. '
  399. 'Label9
  400. '
  401. Me.Label9.AutoSize = True
  402. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.Label9.ForeColor = System.Drawing.Color.Red
  404. Me.Label9.Location = New System.Drawing.Point(174, 776)
  405. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  406. Me.Label9.Name = "Label9"
  407. Me.Label9.Size = New System.Drawing.Size(86, 24)
  408. Me.Label9.TabIndex = 25
  409. Me.Label9.Text = "最后使用"
  410. '
  411. 'PictureBox1
  412. '
  413. Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  414. Me.PictureBox1.Location = New System.Drawing.Point(908, 0)
  415. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  416. Me.PictureBox1.Name = "PictureBox1"
  417. Me.PictureBox1.Size = New System.Drawing.Size(110, 115)
  418. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  419. Me.PictureBox1.TabIndex = 27
  420. Me.PictureBox1.TabStop = False
  421. Me.PictureBox1.WaitOnLoad = True
  422. '
  423. 'OpenFileDialog1
  424. '
  425. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  426. '
  427. 'PictureBox2
  428. '
  429. Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
  430. Me.PictureBox2.Location = New System.Drawing.Point(908, 114)
  431. Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  432. Me.PictureBox2.Name = "PictureBox2"
  433. Me.PictureBox2.Size = New System.Drawing.Size(110, 115)
  434. Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  435. Me.PictureBox2.TabIndex = 28
  436. Me.PictureBox2.TabStop = False
  437. Me.PictureBox2.WaitOnLoad = True
  438. '
  439. 'PictureBox3
  440. '
  441. Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
  442. Me.PictureBox3.Location = New System.Drawing.Point(1023, 114)
  443. Me.PictureBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  444. Me.PictureBox3.Name = "PictureBox3"
  445. Me.PictureBox3.Size = New System.Drawing.Size(110, 115)
  446. Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  447. Me.PictureBox3.TabIndex = 29
  448. Me.PictureBox3.TabStop = False
  449. Me.PictureBox3.WaitOnLoad = True
  450. '
  451. 'PictureBox4
  452. '
  453. Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
  454. Me.PictureBox4.Location = New System.Drawing.Point(908, 228)
  455. Me.PictureBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  456. Me.PictureBox4.Name = "PictureBox4"
  457. Me.PictureBox4.Size = New System.Drawing.Size(110, 115)
  458. Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  459. Me.PictureBox4.TabIndex = 30
  460. Me.PictureBox4.TabStop = False
  461. Me.PictureBox4.WaitOnLoad = True
  462. '
  463. 'PictureBox5
  464. '
  465. Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
  466. Me.PictureBox5.Location = New System.Drawing.Point(1023, 0)
  467. Me.PictureBox5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  468. Me.PictureBox5.Name = "PictureBox5"
  469. Me.PictureBox5.Size = New System.Drawing.Size(110, 115)
  470. Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  471. Me.PictureBox5.TabIndex = 31
  472. Me.PictureBox5.TabStop = False
  473. Me.PictureBox5.WaitOnLoad = True
  474. '
  475. 'PictureBox6
  476. '
  477. Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image)
  478. Me.PictureBox6.Location = New System.Drawing.Point(1140, 0)
  479. Me.PictureBox6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  480. Me.PictureBox6.Name = "PictureBox6"
  481. Me.PictureBox6.Size = New System.Drawing.Size(110, 115)
  482. Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  483. Me.PictureBox6.TabIndex = 32
  484. Me.PictureBox6.TabStop = False
  485. Me.PictureBox6.WaitOnLoad = True
  486. '
  487. 'PictureBox7
  488. '
  489. Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image)
  490. Me.PictureBox7.Location = New System.Drawing.Point(1140, 114)
  491. Me.PictureBox7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  492. Me.PictureBox7.Name = "PictureBox7"
  493. Me.PictureBox7.Size = New System.Drawing.Size(110, 115)
  494. Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  495. Me.PictureBox7.TabIndex = 33
  496. Me.PictureBox7.TabStop = False
  497. Me.PictureBox7.WaitOnLoad = True
  498. '
  499. 'PictureBox8
  500. '
  501. Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
  502. Me.PictureBox8.Location = New System.Drawing.Point(1023, 228)
  503. Me.PictureBox8.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  504. Me.PictureBox8.Name = "PictureBox8"
  505. Me.PictureBox8.Size = New System.Drawing.Size(110, 115)
  506. Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  507. Me.PictureBox8.TabIndex = 34
  508. Me.PictureBox8.TabStop = False
  509. Me.PictureBox8.WaitOnLoad = True
  510. '
  511. 'PictureBox9
  512. '
  513. Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image)
  514. Me.PictureBox9.Location = New System.Drawing.Point(1140, 228)
  515. Me.PictureBox9.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  516. Me.PictureBox9.Name = "PictureBox9"
  517. Me.PictureBox9.Size = New System.Drawing.Size(110, 115)
  518. Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  519. Me.PictureBox9.TabIndex = 35
  520. Me.PictureBox9.TabStop = False
  521. Me.PictureBox9.WaitOnLoad = True
  522. '
  523. 'TextBox4
  524. '
  525. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  526. Me.TextBox4.Location = New System.Drawing.Point(82, 426)
  527. Me.TextBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  528. Me.TextBox4.Name = "TextBox4"
  529. Me.TextBox4.Size = New System.Drawing.Size(300, 27)
  530. Me.TextBox4.TabIndex = 39
  531. Me.TextBox4.Text = "textbox4"
  532. '
  533. 'Label10
  534. '
  535. Me.Label10.AutoSize = True
  536. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  537. Me.Label10.ForeColor = System.Drawing.Color.Red
  538. Me.Label10.Location = New System.Drawing.Point(2, 423)
  539. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  540. Me.Label10.Name = "Label10"
  541. Me.Label10.Size = New System.Drawing.Size(67, 24)
  542. Me.Label10.TabIndex = 38
  543. Me.Label10.Text = "贸易商"
  544. '
  545. 'TextBox5
  546. '
  547. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  548. Me.TextBox5.Location = New System.Drawing.Point(80, 397)
  549. Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  550. Me.TextBox5.Name = "TextBox5"
  551. Me.TextBox5.Size = New System.Drawing.Size(302, 27)
  552. Me.TextBox5.TabIndex = 37
  553. Me.TextBox5.Text = "textbox5"
  554. '
  555. 'Label11
  556. '
  557. Me.Label11.AutoSize = True
  558. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  559. Me.Label11.ForeColor = System.Drawing.Color.Red
  560. Me.Label11.Location = New System.Drawing.Point(2, 396)
  561. Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  562. Me.Label11.Name = "Label11"
  563. Me.Label11.Size = New System.Drawing.Size(67, 24)
  564. Me.Label11.TabIndex = 36
  565. Me.Label11.Text = "生产商"
  566. '
  567. 'TextBox6
  568. '
  569. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.TextBox6.Location = New System.Drawing.Point(80, 484)
  571. Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  572. Me.TextBox6.Name = "TextBox6"
  573. Me.TextBox6.Size = New System.Drawing.Size(300, 27)
  574. Me.TextBox6.TabIndex = 43
  575. Me.TextBox6.Text = "textbox6"
  576. '
  577. 'Label12
  578. '
  579. Me.Label12.AutoSize = True
  580. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  581. Me.Label12.ForeColor = System.Drawing.Color.Red
  582. Me.Label12.Location = New System.Drawing.Point(19, 485)
  583. Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  584. Me.Label12.Name = "Label12"
  585. Me.Label12.Size = New System.Drawing.Size(48, 24)
  586. Me.Label12.TabIndex = 42
  587. Me.Label12.Text = "部门"
  588. '
  589. 'TextBox7
  590. '
  591. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  592. Me.TextBox7.Location = New System.Drawing.Point(80, 455)
  593. Me.TextBox7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  594. Me.TextBox7.Name = "TextBox7"
  595. Me.TextBox7.Size = New System.Drawing.Size(302, 27)
  596. Me.TextBox7.TabIndex = 41
  597. Me.TextBox7.Text = "textbox7"
  598. '
  599. 'Label13
  600. '
  601. Me.Label13.AutoSize = True
  602. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  603. Me.Label13.ForeColor = System.Drawing.Color.Red
  604. Me.Label13.Location = New System.Drawing.Point(19, 455)
  605. Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  606. Me.Label13.Name = "Label13"
  607. Me.Label13.Size = New System.Drawing.Size(48, 24)
  608. Me.Label13.TabIndex = 40
  609. Me.Label13.Text = "分类"
  610. '
  611. 'Button8
  612. '
  613. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  614. Me.Button8.Location = New System.Drawing.Point(288, 58)
  615. Me.Button8.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  616. Me.Button8.Name = "Button8"
  617. Me.Button8.Size = New System.Drawing.Size(93, 53)
  618. Me.Button8.TabIndex = 44
  619. Me.Button8.Text = "打印"
  620. Me.Button8.UseVisualStyleBackColor = True
  621. Me.Button8.Visible = False
  622. '
  623. 'FrmChem_Main
  624. '
  625. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  626. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  627. Me.ClientSize = New System.Drawing.Size(1255, 805)
  628. Me.Controls.Add(Me.Button8)
  629. Me.Controls.Add(Me.PictureBox4)
  630. Me.Controls.Add(Me.TextBox6)
  631. Me.Controls.Add(Me.Label12)
  632. Me.Controls.Add(Me.TextBox7)
  633. Me.Controls.Add(Me.Label13)
  634. Me.Controls.Add(Me.TextBox4)
  635. Me.Controls.Add(Me.Label10)
  636. Me.Controls.Add(Me.TextBox5)
  637. Me.Controls.Add(Me.Label11)
  638. Me.Controls.Add(Me.PictureBox9)
  639. Me.Controls.Add(Me.PictureBox8)
  640. Me.Controls.Add(Me.PictureBox7)
  641. Me.Controls.Add(Me.PictureBox6)
  642. Me.Controls.Add(Me.PictureBox5)
  643. Me.Controls.Add(Me.PictureBox3)
  644. Me.Controls.Add(Me.PictureBox2)
  645. Me.Controls.Add(Me.PictureBox1)
  646. Me.Controls.Add(Me.TextBox3)
  647. Me.Controls.Add(Me.Label9)
  648. Me.Controls.Add(Me.TextBox2)
  649. Me.Controls.Add(Me.Label8)
  650. Me.Controls.Add(Me.Label7)
  651. Me.Controls.Add(Me.DGV_CONTAINER)
  652. Me.Controls.Add(Me.Label6)
  653. Me.Controls.Add(Me.DGV_STOCK)
  654. Me.Controls.Add(Me.Label5)
  655. Me.Controls.Add(Me.dgv_tech)
  656. Me.Controls.Add(Me.Label4)
  657. Me.Controls.Add(Me.Label3)
  658. Me.Controls.Add(Me.Label2)
  659. Me.Controls.Add(Me.Label1)
  660. Me.Controls.Add(Me.dgv5)
  661. Me.Controls.Add(Me.TextBox1)
  662. Me.Controls.Add(Me.dgv4)
  663. Me.Controls.Add(Me.dgv3)
  664. Me.Controls.Add(Me.dgv2)
  665. Me.Controls.Add(Me.Button7)
  666. Me.Controls.Add(Me.Button6)
  667. Me.Controls.Add(Me.Button5)
  668. Me.Controls.Add(Me.Button4)
  669. Me.Controls.Add(Me.Button3)
  670. Me.Controls.Add(Me.Button2)
  671. Me.Controls.Add(Me.Button1)
  672. Me.Controls.Add(Me.dgv1)
  673. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  674. Me.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
  675. Me.Name = "FrmChem_Main"
  676. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  677. Me.Text = "FrmChemMain"
  678. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  679. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  680. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  681. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).EndInit()
  682. CType(Me.dgv4, System.ComponentModel.ISupportInitialize).EndInit()
  683. CType(Me.dgv5, System.ComponentModel.ISupportInitialize).EndInit()
  684. CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).EndInit()
  685. CType(Me.DGV_STOCK, System.ComponentModel.ISupportInitialize).EndInit()
  686. CType(Me.DGV_CONTAINER, System.ComponentModel.ISupportInitialize).EndInit()
  687. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  688. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  689. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
  690. CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
  691. CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
  692. CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
  693. CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
  694. CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
  695. CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
  696. Me.ResumeLayout(False)
  697. Me.PerformLayout()
  698. End Sub
  699. Friend WithEvents dgv1 As DataGridView
  700. Friend WithEvents Button1 As Button
  701. Friend WithEvents Button2 As Button
  702. Friend WithEvents Button3 As Button
  703. Friend WithEvents Button4 As Button
  704. Friend WithEvents Button5 As Button
  705. Friend WithEvents Button6 As Button
  706. Friend WithEvents Button7 As Button
  707. Friend WithEvents dgv2 As DataGridView
  708. Friend WithEvents dgv3 As DataGridView
  709. Friend WithEvents dgv4 As DataGridView
  710. Friend WithEvents TextBox1 As TextBox
  711. Friend WithEvents dgv5 As DataGridView
  712. Friend WithEvents Label1 As Label
  713. Friend WithEvents Label2 As Label
  714. Friend WithEvents Label3 As Label
  715. Friend WithEvents Label4 As Label
  716. Friend WithEvents dgv_tech As DataGridView
  717. Friend WithEvents Label5 As Label
  718. Friend WithEvents DGV_STOCK As DataGridView
  719. Friend WithEvents Label6 As Label
  720. Friend WithEvents Label7 As Label
  721. Friend WithEvents DGV_CONTAINER As DataGridView
  722. Friend WithEvents Label8 As Label
  723. Friend WithEvents TextBox2 As TextBox
  724. Friend WithEvents TextBox3 As TextBox
  725. Friend WithEvents Label9 As Label
  726. Friend WithEvents PictureBox1 As PictureBox
  727. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  728. Friend WithEvents PictureBox2 As PictureBox
  729. Friend WithEvents PictureBox3 As PictureBox
  730. Friend WithEvents PictureBox4 As PictureBox
  731. Friend WithEvents PictureBox5 As PictureBox
  732. Friend WithEvents PictureBox6 As PictureBox
  733. Friend WithEvents PictureBox7 As PictureBox
  734. Friend WithEvents PictureBox8 As PictureBox
  735. Friend WithEvents PictureBox9 As PictureBox
  736. Friend WithEvents TextBox4 As TextBox
  737. Friend WithEvents Label10 As Label
  738. Friend WithEvents TextBox5 As TextBox
  739. Friend WithEvents Label11 As Label
  740. Friend WithEvents TextBox6 As TextBox
  741. Friend WithEvents Label12 As Label
  742. Friend WithEvents TextBox7 As TextBox
  743. Friend WithEvents Label13 As Label
  744. Friend WithEvents Button8 As Button
  745. End Class