Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

FrmInProcess.Designer.vb 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmInProcess
  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. Me.dgv1 = New System.Windows.Forms.DataGridView()
  25. Me.Button11 = New System.Windows.Forms.Button()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.txt_begin = New System.Windows.Forms.TextBox()
  29. Me.Label10 = New System.Windows.Forms.Label()
  30. Me.TextBox1 = New System.Windows.Forms.TextBox()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.TextBox2 = New System.Windows.Forms.TextBox()
  33. Me.Label2 = New System.Windows.Forms.Label()
  34. Me.TextBox3 = New System.Windows.Forms.TextBox()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.TextBox4 = New System.Windows.Forms.TextBox()
  37. Me.Label4 = New System.Windows.Forms.Label()
  38. Me.TextBox5 = New System.Windows.Forms.TextBox()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.TextBox6 = New System.Windows.Forms.TextBox()
  41. Me.Label6 = New System.Windows.Forms.Label()
  42. Me.TextBox7 = New System.Windows.Forms.TextBox()
  43. Me.Label7 = New System.Windows.Forms.Label()
  44. Me.TextBox8 = New System.Windows.Forms.TextBox()
  45. Me.Label8 = New System.Windows.Forms.Label()
  46. Me.TextBox9 = New System.Windows.Forms.TextBox()
  47. Me.Label9 = New System.Windows.Forms.Label()
  48. Me.TextBox10 = New System.Windows.Forms.TextBox()
  49. Me.Label11 = New System.Windows.Forms.Label()
  50. Me.TextBox11 = New System.Windows.Forms.TextBox()
  51. Me.Label12 = New System.Windows.Forms.Label()
  52. Me.dgv2 = New System.Windows.Forms.DataGridView()
  53. Me.DTP1 = New System.Windows.Forms.DateTimePicker()
  54. Me.TextBox13 = New System.Windows.Forms.TextBox()
  55. Me.Label14 = New System.Windows.Forms.Label()
  56. Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox()
  57. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  58. Me.Button3 = New System.Windows.Forms.Button()
  59. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.SuspendLayout()
  62. '
  63. 'dgv1
  64. '
  65. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  66. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  67. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  68. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  70. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  71. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  72. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  73. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle1
  74. Me.dgv1.Location = New System.Drawing.Point(388, 53)
  75. Me.dgv1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  76. Me.dgv1.Name = "dgv1"
  77. Me.dgv1.RowHeadersWidth = 20
  78. Me.dgv1.RowTemplate.Height = 23
  79. Me.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  80. Me.dgv1.Size = New System.Drawing.Size(2345, 1472)
  81. Me.dgv1.TabIndex = 1
  82. '
  83. 'Button11
  84. '
  85. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  86. Me.Button11.Location = New System.Drawing.Point(26, 24)
  87. Me.Button11.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  88. Me.Button11.Name = "Button11"
  89. Me.Button11.Size = New System.Drawing.Size(252, 90)
  90. Me.Button11.TabIndex = 12
  91. Me.Button11.Text = "导入期初"
  92. Me.Button11.UseVisualStyleBackColor = True
  93. '
  94. 'Button1
  95. '
  96. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.Button1.Location = New System.Drawing.Point(26, 146)
  98. Me.Button1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  99. Me.Button1.Name = "Button1"
  100. Me.Button1.Size = New System.Drawing.Size(252, 90)
  101. Me.Button1.TabIndex = 13
  102. Me.Button1.Text = "本期入库"
  103. Me.Button1.UseVisualStyleBackColor = True
  104. '
  105. 'Button2
  106. '
  107. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Button2.Location = New System.Drawing.Point(26, 272)
  109. Me.Button2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  110. Me.Button2.Name = "Button2"
  111. Me.Button2.Size = New System.Drawing.Size(252, 90)
  112. Me.Button2.TabIndex = 14
  113. Me.Button2.Text = "本期出库"
  114. Me.Button2.UseVisualStyleBackColor = True
  115. '
  116. 'txt_begin
  117. '
  118. Me.txt_begin.Anchor = System.Windows.Forms.AnchorStyles.Right
  119. Me.txt_begin.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.txt_begin.ForeColor = System.Drawing.Color.RoyalBlue
  121. Me.txt_begin.Location = New System.Drawing.Point(5869, 20)
  122. Me.txt_begin.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  123. Me.txt_begin.Name = "txt_begin"
  124. Me.txt_begin.Size = New System.Drawing.Size(212, 50)
  125. Me.txt_begin.TabIndex = 35
  126. Me.txt_begin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  127. '
  128. 'Label10
  129. '
  130. Me.Label10.AutoSize = True
  131. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.Label10.ForeColor = System.Drawing.Color.RoyalBlue
  133. Me.Label10.Location = New System.Drawing.Point(2746, 58)
  134. Me.Label10.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  135. Me.Label10.Name = "Label10"
  136. Me.Label10.Size = New System.Drawing.Size(96, 48)
  137. Me.Label10.TabIndex = 34
  138. Me.Label10.Text = "期初"
  139. '
  140. 'TextBox1
  141. '
  142. Me.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.Right
  143. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.TextBox1.ForeColor = System.Drawing.Color.RoyalBlue
  145. Me.TextBox1.Location = New System.Drawing.Point(5869, 106)
  146. Me.TextBox1.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  147. Me.TextBox1.Name = "TextBox1"
  148. Me.TextBox1.Size = New System.Drawing.Size(212, 50)
  149. Me.TextBox1.TabIndex = 37
  150. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  151. '
  152. 'Label1
  153. '
  154. Me.Label1.AutoSize = True
  155. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.Label1.ForeColor = System.Drawing.Color.RoyalBlue
  157. Me.Label1.Location = New System.Drawing.Point(2746, 144)
  158. Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  159. Me.Label1.Name = "Label1"
  160. Me.Label1.Size = New System.Drawing.Size(96, 48)
  161. Me.Label1.TabIndex = 36
  162. Me.Label1.Text = "反毛"
  163. '
  164. 'TextBox2
  165. '
  166. Me.TextBox2.Anchor = System.Windows.Forms.AnchorStyles.Right
  167. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. Me.TextBox2.ForeColor = System.Drawing.Color.RoyalBlue
  169. Me.TextBox2.Location = New System.Drawing.Point(5869, 194)
  170. Me.TextBox2.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  171. Me.TextBox2.Name = "TextBox2"
  172. Me.TextBox2.Size = New System.Drawing.Size(212, 50)
  173. Me.TextBox2.TabIndex = 39
  174. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  175. '
  176. 'Label2
  177. '
  178. Me.Label2.AutoSize = True
  179. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.Label2.ForeColor = System.Drawing.Color.RoyalBlue
  181. Me.Label2.Location = New System.Drawing.Point(2746, 232)
  182. Me.Label2.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  183. Me.Label2.Name = "Label2"
  184. Me.Label2.Size = New System.Drawing.Size(172, 48)
  185. Me.Label2.TabIndex = 38
  186. Me.Label2.Text = "黑色反毛"
  187. '
  188. 'TextBox3
  189. '
  190. Me.TextBox3.Anchor = System.Windows.Forms.AnchorStyles.Right
  191. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.TextBox3.ForeColor = System.Drawing.Color.RoyalBlue
  193. Me.TextBox3.Location = New System.Drawing.Point(5869, 287)
  194. Me.TextBox3.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  195. Me.TextBox3.Name = "TextBox3"
  196. Me.TextBox3.Size = New System.Drawing.Size(212, 50)
  197. Me.TextBox3.TabIndex = 41
  198. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  199. '
  200. 'Label3
  201. '
  202. Me.Label3.AutoSize = True
  203. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.Label3.ForeColor = System.Drawing.Color.RoyalBlue
  205. Me.Label3.Location = New System.Drawing.Point(2746, 325)
  206. Me.Label3.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  207. Me.Label3.Name = "Label3"
  208. Me.Label3.Size = New System.Drawing.Size(172, 48)
  209. Me.Label3.TabIndex = 40
  210. Me.Label3.Text = "其他反毛"
  211. '
  212. 'TextBox4
  213. '
  214. Me.TextBox4.Anchor = System.Windows.Forms.AnchorStyles.Right
  215. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.TextBox4.ForeColor = System.Drawing.Color.RoyalBlue
  217. Me.TextBox4.Location = New System.Drawing.Point(5869, 377)
  218. Me.TextBox4.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  219. Me.TextBox4.Name = "TextBox4"
  220. Me.TextBox4.Size = New System.Drawing.Size(212, 50)
  221. Me.TextBox4.TabIndex = 43
  222. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  223. '
  224. 'Label4
  225. '
  226. Me.Label4.AutoSize = True
  227. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.Label4.ForeColor = System.Drawing.Color.RoyalBlue
  229. Me.Label4.Location = New System.Drawing.Point(2746, 414)
  230. Me.Label4.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  231. Me.Label4.Name = "Label4"
  232. Me.Label4.Size = New System.Drawing.Size(73, 48)
  233. Me.Label4.TabIndex = 42
  234. Me.Label4.Text = "PU"
  235. '
  236. 'TextBox5
  237. '
  238. Me.TextBox5.Anchor = System.Windows.Forms.AnchorStyles.Right
  239. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.TextBox5.ForeColor = System.Drawing.Color.RoyalBlue
  241. Me.TextBox5.Location = New System.Drawing.Point(5869, 465)
  242. Me.TextBox5.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  243. Me.TextBox5.Name = "TextBox5"
  244. Me.TextBox5.Size = New System.Drawing.Size(212, 50)
  245. Me.TextBox5.TabIndex = 45
  246. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  247. '
  248. 'Label5
  249. '
  250. Me.Label5.AutoSize = True
  251. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.Label5.ForeColor = System.Drawing.Color.RoyalBlue
  253. Me.Label5.Location = New System.Drawing.Point(2746, 502)
  254. Me.Label5.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  255. Me.Label5.Name = "Label5"
  256. Me.Label5.Size = New System.Drawing.Size(149, 48)
  257. Me.Label5.TabIndex = 44
  258. Me.Label5.Text = "黑色PU"
  259. '
  260. 'TextBox6
  261. '
  262. Me.TextBox6.Anchor = System.Windows.Forms.AnchorStyles.Right
  263. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.TextBox6.ForeColor = System.Drawing.Color.RoyalBlue
  265. Me.TextBox6.Location = New System.Drawing.Point(5869, 545)
  266. Me.TextBox6.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  267. Me.TextBox6.Name = "TextBox6"
  268. Me.TextBox6.Size = New System.Drawing.Size(212, 50)
  269. Me.TextBox6.TabIndex = 58
  270. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  271. '
  272. 'Label6
  273. '
  274. Me.Label6.AutoSize = True
  275. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.Label6.ForeColor = System.Drawing.Color.RoyalBlue
  277. Me.Label6.Location = New System.Drawing.Point(2746, 582)
  278. Me.Label6.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  279. Me.Label6.Name = "Label6"
  280. Me.Label6.Size = New System.Drawing.Size(149, 48)
  281. Me.Label6.TabIndex = 57
  282. Me.Label6.Text = "其他PU"
  283. '
  284. 'TextBox7
  285. '
  286. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.TextBox7.ForeColor = System.Drawing.Color.RoyalBlue
  288. Me.TextBox7.Location = New System.Drawing.Point(4128, 410)
  289. Me.TextBox7.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  290. Me.TextBox7.Name = "TextBox7"
  291. Me.TextBox7.Size = New System.Drawing.Size(212, 50)
  292. Me.TextBox7.TabIndex = 56
  293. '
  294. 'Label7
  295. '
  296. Me.Label7.AutoSize = True
  297. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.Label7.ForeColor = System.Drawing.Color.RoyalBlue
  299. Me.Label7.Location = New System.Drawing.Point(4014, 414)
  300. Me.Label7.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  301. Me.Label7.Name = "Label7"
  302. Me.Label7.Size = New System.Drawing.Size(96, 48)
  303. Me.Label7.TabIndex = 55
  304. Me.Label7.Text = "期初"
  305. '
  306. 'TextBox8
  307. '
  308. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.TextBox8.ForeColor = System.Drawing.Color.RoyalBlue
  310. Me.TextBox8.Location = New System.Drawing.Point(4128, 320)
  311. Me.TextBox8.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  312. Me.TextBox8.Name = "TextBox8"
  313. Me.TextBox8.Size = New System.Drawing.Size(212, 50)
  314. Me.TextBox8.TabIndex = 54
  315. '
  316. 'Label8
  317. '
  318. Me.Label8.AutoSize = True
  319. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. Me.Label8.ForeColor = System.Drawing.Color.RoyalBlue
  321. Me.Label8.Location = New System.Drawing.Point(4014, 325)
  322. Me.Label8.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  323. Me.Label8.Name = "Label8"
  324. Me.Label8.Size = New System.Drawing.Size(96, 48)
  325. Me.Label8.TabIndex = 53
  326. Me.Label8.Text = "期初"
  327. '
  328. 'TextBox9
  329. '
  330. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. Me.TextBox9.ForeColor = System.Drawing.Color.RoyalBlue
  332. Me.TextBox9.Location = New System.Drawing.Point(4128, 227)
  333. Me.TextBox9.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  334. Me.TextBox9.Name = "TextBox9"
  335. Me.TextBox9.Size = New System.Drawing.Size(212, 50)
  336. Me.TextBox9.TabIndex = 52
  337. '
  338. 'Label9
  339. '
  340. Me.Label9.AutoSize = True
  341. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.Label9.ForeColor = System.Drawing.Color.RoyalBlue
  343. Me.Label9.Location = New System.Drawing.Point(4014, 232)
  344. Me.Label9.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  345. Me.Label9.Name = "Label9"
  346. Me.Label9.Size = New System.Drawing.Size(96, 48)
  347. Me.Label9.TabIndex = 51
  348. Me.Label9.Text = "期初"
  349. '
  350. 'TextBox10
  351. '
  352. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.TextBox10.ForeColor = System.Drawing.Color.RoyalBlue
  354. Me.TextBox10.Location = New System.Drawing.Point(4128, 139)
  355. Me.TextBox10.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  356. Me.TextBox10.Name = "TextBox10"
  357. Me.TextBox10.Size = New System.Drawing.Size(212, 50)
  358. Me.TextBox10.TabIndex = 50
  359. '
  360. 'Label11
  361. '
  362. Me.Label11.AutoSize = True
  363. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.Label11.ForeColor = System.Drawing.Color.RoyalBlue
  365. Me.Label11.Location = New System.Drawing.Point(4014, 144)
  366. Me.Label11.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  367. Me.Label11.Name = "Label11"
  368. Me.Label11.Size = New System.Drawing.Size(96, 48)
  369. Me.Label11.TabIndex = 49
  370. Me.Label11.Text = "期初"
  371. '
  372. 'TextBox11
  373. '
  374. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  375. Me.TextBox11.ForeColor = System.Drawing.Color.RoyalBlue
  376. Me.TextBox11.Location = New System.Drawing.Point(4128, 53)
  377. Me.TextBox11.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  378. Me.TextBox11.Name = "TextBox11"
  379. Me.TextBox11.Size = New System.Drawing.Size(212, 50)
  380. Me.TextBox11.TabIndex = 48
  381. '
  382. 'Label12
  383. '
  384. Me.Label12.AutoSize = True
  385. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.Label12.ForeColor = System.Drawing.Color.RoyalBlue
  387. Me.Label12.Location = New System.Drawing.Point(4014, 58)
  388. Me.Label12.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  389. Me.Label12.Name = "Label12"
  390. Me.Label12.Size = New System.Drawing.Size(96, 48)
  391. Me.Label12.TabIndex = 47
  392. Me.Label12.Text = "期初"
  393. '
  394. 'dgv2
  395. '
  396. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  397. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  398. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  399. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  400. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  401. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  402. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  403. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  404. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle2
  405. Me.dgv2.Location = New System.Drawing.Point(3273, 53)
  406. Me.dgv2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  407. Me.dgv2.Name = "dgv2"
  408. Me.dgv2.RowHeadersWidth = 20
  409. Me.dgv2.RowTemplate.Height = 23
  410. Me.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  411. Me.dgv2.Size = New System.Drawing.Size(713, 1472)
  412. Me.dgv2.TabIndex = 46
  413. '
  414. 'DTP1
  415. '
  416. Me.DTP1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  417. Me.DTP1.Location = New System.Drawing.Point(49, 416)
  418. Me.DTP1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  419. Me.DTP1.Name = "DTP1"
  420. Me.DTP1.Size = New System.Drawing.Size(300, 50)
  421. Me.DTP1.TabIndex = 75
  422. Me.DTP1.Value = New Date(2023, 2, 28, 0, 0, 0, 0)
  423. '
  424. 'TextBox13
  425. '
  426. Me.TextBox13.Anchor = System.Windows.Forms.AnchorStyles.Right
  427. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.TextBox13.ForeColor = System.Drawing.Color.RoyalBlue
  429. Me.TextBox13.Location = New System.Drawing.Point(5869, 725)
  430. Me.TextBox13.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  431. Me.TextBox13.Name = "TextBox13"
  432. Me.TextBox13.Size = New System.Drawing.Size(212, 50)
  433. Me.TextBox13.TabIndex = 77
  434. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  435. '
  436. 'Label14
  437. '
  438. Me.Label14.AutoSize = True
  439. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  440. Me.Label14.ForeColor = System.Drawing.Color.RoyalBlue
  441. Me.Label14.Location = New System.Drawing.Point(2746, 763)
  442. Me.Label14.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
  443. Me.Label14.Name = "Label14"
  444. Me.Label14.Size = New System.Drawing.Size(172, 48)
  445. Me.Label14.TabIndex = 76
  446. Me.Label14.Text = "已喷反毛"
  447. '
  448. 'MaskedTextBox1
  449. '
  450. Me.MaskedTextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.MaskedTextBox1.Location = New System.Drawing.Point(2936, 960)
  452. Me.MaskedTextBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  453. Me.MaskedTextBox1.Name = "MaskedTextBox1"
  454. Me.MaskedTextBox1.Size = New System.Drawing.Size(217, 50)
  455. Me.MaskedTextBox1.TabIndex = 78
  456. '
  457. 'OpenFileDialog1
  458. '
  459. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  460. '
  461. 'Button3
  462. '
  463. Me.Button3.Location = New System.Drawing.Point(49, 514)
  464. Me.Button3.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  465. Me.Button3.Name = "Button3"
  466. Me.Button3.Size = New System.Drawing.Size(229, 118)
  467. Me.Button3.TabIndex = 79
  468. Me.Button3.Text = "Button3"
  469. Me.Button3.UseVisualStyleBackColor = True
  470. '
  471. 'FrmInProcess
  472. '
  473. Me.AutoScaleDimensions = New System.Drawing.SizeF(13.0!, 24.0!)
  474. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  475. Me.AutoScroll = True
  476. Me.ClientSize = New System.Drawing.Size(2628, 1597)
  477. Me.Controls.Add(Me.Button3)
  478. Me.Controls.Add(Me.MaskedTextBox1)
  479. Me.Controls.Add(Me.TextBox13)
  480. Me.Controls.Add(Me.Label14)
  481. Me.Controls.Add(Me.DTP1)
  482. Me.Controls.Add(Me.TextBox6)
  483. Me.Controls.Add(Me.Label6)
  484. Me.Controls.Add(Me.TextBox7)
  485. Me.Controls.Add(Me.Label7)
  486. Me.Controls.Add(Me.TextBox8)
  487. Me.Controls.Add(Me.Label8)
  488. Me.Controls.Add(Me.TextBox9)
  489. Me.Controls.Add(Me.Label9)
  490. Me.Controls.Add(Me.TextBox10)
  491. Me.Controls.Add(Me.Label11)
  492. Me.Controls.Add(Me.TextBox11)
  493. Me.Controls.Add(Me.Label12)
  494. Me.Controls.Add(Me.dgv2)
  495. Me.Controls.Add(Me.TextBox5)
  496. Me.Controls.Add(Me.Label5)
  497. Me.Controls.Add(Me.TextBox4)
  498. Me.Controls.Add(Me.Label4)
  499. Me.Controls.Add(Me.TextBox3)
  500. Me.Controls.Add(Me.Label3)
  501. Me.Controls.Add(Me.TextBox2)
  502. Me.Controls.Add(Me.Label2)
  503. Me.Controls.Add(Me.TextBox1)
  504. Me.Controls.Add(Me.Label1)
  505. Me.Controls.Add(Me.txt_begin)
  506. Me.Controls.Add(Me.Label10)
  507. Me.Controls.Add(Me.Button2)
  508. Me.Controls.Add(Me.Button1)
  509. Me.Controls.Add(Me.Button11)
  510. Me.Controls.Add(Me.dgv1)
  511. Me.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
  512. Me.Name = "FrmInProcess"
  513. Me.Text = "FrmInProcess"
  514. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  515. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  516. Me.ResumeLayout(False)
  517. Me.PerformLayout()
  518. End Sub
  519. Friend WithEvents dgv1 As DataGridView
  520. Friend WithEvents Button11 As Button
  521. Friend WithEvents Button1 As Button
  522. Friend WithEvents Button2 As Button
  523. Friend WithEvents txt_begin As TextBox
  524. Friend WithEvents Label10 As Label
  525. Friend WithEvents TextBox1 As TextBox
  526. Friend WithEvents Label1 As Label
  527. Friend WithEvents TextBox2 As TextBox
  528. Friend WithEvents Label2 As Label
  529. Friend WithEvents TextBox3 As TextBox
  530. Friend WithEvents Label3 As Label
  531. Friend WithEvents TextBox4 As TextBox
  532. Friend WithEvents Label4 As Label
  533. Friend WithEvents TextBox5 As TextBox
  534. Friend WithEvents Label5 As Label
  535. Friend WithEvents TextBox6 As TextBox
  536. Friend WithEvents Label6 As Label
  537. Friend WithEvents TextBox7 As TextBox
  538. Friend WithEvents Label7 As Label
  539. Friend WithEvents TextBox8 As TextBox
  540. Friend WithEvents Label8 As Label
  541. Friend WithEvents TextBox9 As TextBox
  542. Friend WithEvents Label9 As Label
  543. Friend WithEvents TextBox10 As TextBox
  544. Friend WithEvents Label11 As Label
  545. Friend WithEvents TextBox11 As TextBox
  546. Friend WithEvents Label12 As Label
  547. Friend WithEvents dgv2 As DataGridView
  548. Friend WithEvents DTP1 As DateTimePicker
  549. Friend WithEvents TextBox13 As TextBox
  550. Friend WithEvents Label14 As Label
  551. Friend WithEvents MaskedTextBox1 As MaskedTextBox
  552. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  553. Friend WithEvents Button3 As Button
  554. End Class