Ingen beskrivning
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.

Frm_BUFF.Designer.vb 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_BUFF
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label5 = New System.Windows.Forms.Label()
  25. Me.Label11 = New System.Windows.Forms.Label()
  26. Me.TextBox8 = New System.Windows.Forms.TextBox()
  27. Me.Label21 = New System.Windows.Forms.Label()
  28. Me.Button1 = New System.Windows.Forms.Button()
  29. Me.dgv1 = New System.Windows.Forms.DataGridView()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.Button7 = New System.Windows.Forms.Button()
  33. Me.Label4 = New System.Windows.Forms.Label()
  34. Me.dtp_end = New System.Windows.Forms.DateTimePicker()
  35. Me.dtp_begin = New System.Windows.Forms.DateTimePicker()
  36. Me.TabControl1 = New System.Windows.Forms.TabControl()
  37. Me.TabPage1 = New System.Windows.Forms.TabPage()
  38. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  39. Me.TabPage2 = New System.Windows.Forms.TabPage()
  40. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  41. Me.TabPage3 = New System.Windows.Forms.TabPage()
  42. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  43. Me.TabPage4 = New System.Windows.Forms.TabPage()
  44. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  45. Me.TabPage5 = New System.Windows.Forms.TabPage()
  46. Me.DataGridView5 = New System.Windows.Forms.DataGridView()
  47. Me.TabPage6 = New System.Windows.Forms.TabPage()
  48. Me.DataGridView6 = New System.Windows.Forms.DataGridView()
  49. Me.TextBox4 = New System.Windows.Forms.TextBox()
  50. Me.TextBox3 = New System.Windows.Forms.TextBox()
  51. Me.TextBox2 = New System.Windows.Forms.TextBox()
  52. Me.TextBox1 = New System.Windows.Forms.TextBox()
  53. Me.Label30 = New System.Windows.Forms.Label()
  54. Me.Label18 = New System.Windows.Forms.Label()
  55. Me.Label10 = New System.Windows.Forms.Label()
  56. Me.Label16 = New System.Windows.Forms.Label()
  57. Me.Label9 = New System.Windows.Forms.Label()
  58. Me.TextBox5 = New System.Windows.Forms.TextBox()
  59. Me.Label3 = New System.Windows.Forms.Label()
  60. Me.TextBox6 = New System.Windows.Forms.TextBox()
  61. Me.Label6 = New System.Windows.Forms.Label()
  62. Me.TextBox7 = New System.Windows.Forms.TextBox()
  63. Me.Button2 = New System.Windows.Forms.Button()
  64. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.TabControl1.SuspendLayout()
  66. Me.TabPage1.SuspendLayout()
  67. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.TabPage2.SuspendLayout()
  69. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  70. Me.TabPage3.SuspendLayout()
  71. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.TabPage4.SuspendLayout()
  73. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.TabPage5.SuspendLayout()
  75. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.TabPage6.SuspendLayout()
  77. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.SuspendLayout()
  79. '
  80. 'Label5
  81. '
  82. Me.Label5.AutoSize = True
  83. Me.Label5.BackColor = System.Drawing.Color.Transparent
  84. Me.Label5.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.Label5.ForeColor = System.Drawing.Color.Red
  86. Me.Label5.Location = New System.Drawing.Point(438, 17)
  87. Me.Label5.Name = "Label5"
  88. Me.Label5.Size = New System.Drawing.Size(89, 26)
  89. Me.Label5.TabIndex = 179
  90. Me.Label5.Text = " "
  91. '
  92. 'Label11
  93. '
  94. Me.Label11.AutoSize = True
  95. Me.Label11.BackColor = System.Drawing.Color.Transparent
  96. Me.Label11.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.Label11.ForeColor = System.Drawing.Color.Red
  98. Me.Label11.Location = New System.Drawing.Point(1016, 17)
  99. Me.Label11.Name = "Label11"
  100. Me.Label11.Size = New System.Drawing.Size(36, 26)
  101. Me.Label11.TabIndex = 177
  102. Me.Label11.Text = "11"
  103. '
  104. 'TextBox8
  105. '
  106. Me.TextBox8.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.TextBox8.Location = New System.Drawing.Point(36, 226)
  108. Me.TextBox8.Name = "TextBox8"
  109. Me.TextBox8.Size = New System.Drawing.Size(227, 38)
  110. Me.TextBox8.TabIndex = 176
  111. '
  112. 'Label21
  113. '
  114. Me.Label21.AutoSize = True
  115. Me.Label21.BackColor = System.Drawing.Color.Transparent
  116. Me.Label21.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.Label21.ForeColor = System.Drawing.Color.Red
  118. Me.Label21.Location = New System.Drawing.Point(825, 17)
  119. Me.Label21.Name = "Label21"
  120. Me.Label21.Size = New System.Drawing.Size(168, 26)
  121. Me.Label21.TabIndex = 175
  122. Me.Label21.Text = "报表更新日期"
  123. '
  124. 'Button1
  125. '
  126. Me.Button1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.Button1.Location = New System.Drawing.Point(36, 271)
  128. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  129. Me.Button1.Name = "Button1"
  130. Me.Button1.Size = New System.Drawing.Size(228, 53)
  131. Me.Button1.TabIndex = 174
  132. Me.Button1.Text = "导出至K3模板"
  133. Me.Button1.UseVisualStyleBackColor = True
  134. '
  135. 'dgv1
  136. '
  137. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  138. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  139. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  140. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  142. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  143. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  144. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  145. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle3
  146. Me.dgv1.Location = New System.Drawing.Point(289, 58)
  147. Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  148. Me.dgv1.Name = "dgv1"
  149. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  150. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  151. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  153. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  154. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  155. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  156. Me.dgv1.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
  157. Me.dgv1.RowHeadersWidth = 51
  158. Me.dgv1.RowTemplate.Height = 23
  159. Me.dgv1.Size = New System.Drawing.Size(2594, 385)
  160. Me.dgv1.TabIndex = 172
  161. '
  162. 'Label2
  163. '
  164. Me.Label2.AutoSize = True
  165. Me.Label2.BackColor = System.Drawing.Color.Transparent
  166. Me.Label2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.Label2.ForeColor = System.Drawing.Color.Red
  168. Me.Label2.Location = New System.Drawing.Point(284, 17)
  169. Me.Label2.Name = "Label2"
  170. Me.Label2.Size = New System.Drawing.Size(64, 26)
  171. Me.Label2.TabIndex = 171
  172. Me.Label2.Text = "磨皮"
  173. '
  174. 'Label1
  175. '
  176. Me.Label1.AutoSize = True
  177. Me.Label1.BackColor = System.Drawing.Color.Transparent
  178. Me.Label1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.Label1.ForeColor = System.Drawing.Color.Red
  180. Me.Label1.Location = New System.Drawing.Point(31, 52)
  181. Me.Label1.Name = "Label1"
  182. Me.Label1.Size = New System.Drawing.Size(38, 26)
  183. Me.Label1.TabIndex = 170
  184. Me.Label1.Text = "自"
  185. '
  186. 'Button7
  187. '
  188. Me.Button7.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.Button7.Location = New System.Drawing.Point(36, 166)
  190. Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  191. Me.Button7.Name = "Button7"
  192. Me.Button7.Size = New System.Drawing.Size(228, 53)
  193. Me.Button7.TabIndex = 169
  194. Me.Button7.Text = "磨皮查询"
  195. Me.Button7.UseVisualStyleBackColor = True
  196. '
  197. 'Label4
  198. '
  199. Me.Label4.AutoSize = True
  200. Me.Label4.BackColor = System.Drawing.Color.Transparent
  201. Me.Label4.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Label4.ForeColor = System.Drawing.Color.Red
  203. Me.Label4.Location = New System.Drawing.Point(31, 109)
  204. Me.Label4.Name = "Label4"
  205. Me.Label4.Size = New System.Drawing.Size(38, 26)
  206. Me.Label4.TabIndex = 168
  207. Me.Label4.Text = "至"
  208. '
  209. 'dtp_end
  210. '
  211. Me.dtp_end.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.dtp_end.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.dtp_end.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  214. Me.dtp_end.Location = New System.Drawing.Point(84, 100)
  215. Me.dtp_end.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  216. Me.dtp_end.Name = "dtp_end"
  217. Me.dtp_end.Size = New System.Drawing.Size(178, 38)
  218. Me.dtp_end.TabIndex = 167
  219. Me.dtp_end.Value = New Date(2024, 7, 31, 0, 0, 0, 0)
  220. '
  221. 'dtp_begin
  222. '
  223. Me.dtp_begin.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  224. Me.dtp_begin.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.dtp_begin.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  226. Me.dtp_begin.Location = New System.Drawing.Point(84, 43)
  227. Me.dtp_begin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  228. Me.dtp_begin.Name = "dtp_begin"
  229. Me.dtp_begin.Size = New System.Drawing.Size(178, 38)
  230. Me.dtp_begin.TabIndex = 166
  231. Me.dtp_begin.Value = New Date(2024, 7, 1, 0, 0, 0, 0)
  232. '
  233. 'TabControl1
  234. '
  235. Me.TabControl1.Controls.Add(Me.TabPage1)
  236. Me.TabControl1.Controls.Add(Me.TabPage2)
  237. Me.TabControl1.Controls.Add(Me.TabPage3)
  238. Me.TabControl1.Controls.Add(Me.TabPage4)
  239. Me.TabControl1.Controls.Add(Me.TabPage5)
  240. Me.TabControl1.Controls.Add(Me.TabPage6)
  241. Me.TabControl1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.TabControl1.Location = New System.Drawing.Point(277, 452)
  243. Me.TabControl1.Name = "TabControl1"
  244. Me.TabControl1.SelectedIndex = 0
  245. Me.TabControl1.Size = New System.Drawing.Size(2651, 786)
  246. Me.TabControl1.TabIndex = 180
  247. '
  248. 'TabPage1
  249. '
  250. Me.TabPage1.BackColor = System.Drawing.Color.Transparent
  251. Me.TabPage1.Controls.Add(Me.DataGridView1)
  252. Me.TabPage1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.TabPage1.ForeColor = System.Drawing.Color.RoyalBlue
  254. Me.TabPage1.Location = New System.Drawing.Point(4, 42)
  255. Me.TabPage1.Name = "TabPage1"
  256. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  257. Me.TabPage1.Size = New System.Drawing.Size(2643, 740)
  258. Me.TabPage1.TabIndex = 0
  259. Me.TabPage1.Text = "正常磨皮"
  260. '
  261. 'DataGridView1
  262. '
  263. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  264. Me.DataGridView1.Location = New System.Drawing.Point(32, 30)
  265. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  266. Me.DataGridView1.Name = "DataGridView1"
  267. Me.DataGridView1.RowHeadersWidth = 51
  268. Me.DataGridView1.RowTemplate.Height = 23
  269. Me.DataGridView1.Size = New System.Drawing.Size(2594, 667)
  270. Me.DataGridView1.TabIndex = 101
  271. '
  272. 'TabPage2
  273. '
  274. Me.TabPage2.Controls.Add(Me.DataGridView2)
  275. Me.TabPage2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.TabPage2.ForeColor = System.Drawing.Color.RoyalBlue
  277. Me.TabPage2.Location = New System.Drawing.Point(4, 42)
  278. Me.TabPage2.Name = "TabPage2"
  279. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  280. Me.TabPage2.Size = New System.Drawing.Size(2643, 740)
  281. Me.TabPage2.TabIndex = 1
  282. Me.TabPage2.Text = "外加工"
  283. Me.TabPage2.UseVisualStyleBackColor = True
  284. '
  285. 'DataGridView2
  286. '
  287. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  288. Me.DataGridView2.Location = New System.Drawing.Point(32, 31)
  289. Me.DataGridView2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  290. Me.DataGridView2.Name = "DataGridView2"
  291. Me.DataGridView2.RowHeadersWidth = 51
  292. Me.DataGridView2.RowTemplate.Height = 23
  293. Me.DataGridView2.Size = New System.Drawing.Size(2594, 657)
  294. Me.DataGridView2.TabIndex = 101
  295. '
  296. 'TabPage3
  297. '
  298. Me.TabPage3.Controls.Add(Me.DataGridView3)
  299. Me.TabPage3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  300. Me.TabPage3.ForeColor = System.Drawing.Color.RoyalBlue
  301. Me.TabPage3.Location = New System.Drawing.Point(4, 42)
  302. Me.TabPage3.Name = "TabPage3"
  303. Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
  304. Me.TabPage3.Size = New System.Drawing.Size(2643, 740)
  305. Me.TabPage3.TabIndex = 2
  306. Me.TabPage3.Text = "样品"
  307. Me.TabPage3.UseVisualStyleBackColor = True
  308. '
  309. 'DataGridView3
  310. '
  311. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  312. Me.DataGridView3.Location = New System.Drawing.Point(32, 30)
  313. Me.DataGridView3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  314. Me.DataGridView3.Name = "DataGridView3"
  315. Me.DataGridView3.RowHeadersWidth = 51
  316. Me.DataGridView3.RowTemplate.Height = 23
  317. Me.DataGridView3.Size = New System.Drawing.Size(2594, 652)
  318. Me.DataGridView3.TabIndex = 101
  319. '
  320. 'TabPage4
  321. '
  322. Me.TabPage4.Controls.Add(Me.DataGridView4)
  323. Me.TabPage4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  324. Me.TabPage4.ForeColor = System.Drawing.Color.RoyalBlue
  325. Me.TabPage4.Location = New System.Drawing.Point(4, 42)
  326. Me.TabPage4.Name = "TabPage4"
  327. Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
  328. Me.TabPage4.Size = New System.Drawing.Size(2643, 740)
  329. Me.TabPage4.TabIndex = 3
  330. Me.TabPage4.Text = "退货"
  331. Me.TabPage4.UseVisualStyleBackColor = True
  332. '
  333. 'DataGridView4
  334. '
  335. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  336. Me.DataGridView4.Location = New System.Drawing.Point(32, 31)
  337. Me.DataGridView4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  338. Me.DataGridView4.Name = "DataGridView4"
  339. Me.DataGridView4.RowHeadersWidth = 51
  340. Me.DataGridView4.RowTemplate.Height = 23
  341. Me.DataGridView4.Size = New System.Drawing.Size(2594, 652)
  342. Me.DataGridView4.TabIndex = 102
  343. '
  344. 'TabPage5
  345. '
  346. Me.TabPage5.Controls.Add(Me.DataGridView5)
  347. Me.TabPage5.Location = New System.Drawing.Point(4, 42)
  348. Me.TabPage5.Name = "TabPage5"
  349. Me.TabPage5.Padding = New System.Windows.Forms.Padding(3)
  350. Me.TabPage5.Size = New System.Drawing.Size(2643, 740)
  351. Me.TabPage5.TabIndex = 4
  352. Me.TabPage5.Text = "加/复磨"
  353. Me.TabPage5.UseVisualStyleBackColor = True
  354. '
  355. 'DataGridView5
  356. '
  357. Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  358. Me.DataGridView5.Location = New System.Drawing.Point(40, 36)
  359. Me.DataGridView5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  360. Me.DataGridView5.Name = "DataGridView5"
  361. Me.DataGridView5.RowHeadersWidth = 51
  362. Me.DataGridView5.RowTemplate.Height = 23
  363. Me.DataGridView5.Size = New System.Drawing.Size(2594, 652)
  364. Me.DataGridView5.TabIndex = 103
  365. '
  366. 'TabPage6
  367. '
  368. Me.TabPage6.Controls.Add(Me.DataGridView6)
  369. Me.TabPage6.Location = New System.Drawing.Point(4, 42)
  370. Me.TabPage6.Name = "TabPage6"
  371. Me.TabPage6.Size = New System.Drawing.Size(2643, 740)
  372. Me.TabPage6.TabIndex = 5
  373. Me.TabPage6.Text = "选磨"
  374. Me.TabPage6.UseVisualStyleBackColor = True
  375. '
  376. 'DataGridView6
  377. '
  378. Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  379. Me.DataGridView6.Location = New System.Drawing.Point(33, 36)
  380. Me.DataGridView6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  381. Me.DataGridView6.Name = "DataGridView6"
  382. Me.DataGridView6.RowHeadersWidth = 51
  383. Me.DataGridView6.RowTemplate.Height = 23
  384. Me.DataGridView6.Size = New System.Drawing.Size(2594, 652)
  385. Me.DataGridView6.TabIndex = 103
  386. '
  387. 'TextBox4
  388. '
  389. Me.TextBox4.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.TextBox4.Location = New System.Drawing.Point(42, 1016)
  391. Me.TextBox4.Name = "TextBox4"
  392. Me.TextBox4.Size = New System.Drawing.Size(166, 38)
  393. Me.TextBox4.TabIndex = 189
  394. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  395. '
  396. 'TextBox3
  397. '
  398. Me.TextBox3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.TextBox3.Location = New System.Drawing.Point(46, 925)
  400. Me.TextBox3.Name = "TextBox3"
  401. Me.TextBox3.Size = New System.Drawing.Size(166, 38)
  402. Me.TextBox3.TabIndex = 188
  403. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  404. '
  405. 'TextBox2
  406. '
  407. Me.TextBox2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  408. Me.TextBox2.Location = New System.Drawing.Point(49, 822)
  409. Me.TextBox2.Name = "TextBox2"
  410. Me.TextBox2.Size = New System.Drawing.Size(166, 38)
  411. Me.TextBox2.TabIndex = 187
  412. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  413. '
  414. 'TextBox1
  415. '
  416. Me.TextBox1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.TextBox1.Location = New System.Drawing.Point(52, 632)
  418. Me.TextBox1.Name = "TextBox1"
  419. Me.TextBox1.Size = New System.Drawing.Size(166, 38)
  420. Me.TextBox1.TabIndex = 186
  421. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  422. '
  423. 'Label30
  424. '
  425. Me.Label30.AutoSize = True
  426. Me.Label30.BackColor = System.Drawing.Color.Transparent
  427. Me.Label30.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.Label30.ForeColor = System.Drawing.Color.RoyalBlue
  429. Me.Label30.Location = New System.Drawing.Point(41, 970)
  430. Me.Label30.Name = "Label30"
  431. Me.Label30.Size = New System.Drawing.Size(66, 26)
  432. Me.Label30.TabIndex = 185
  433. Me.Label30.Text = "退货"
  434. '
  435. 'Label18
  436. '
  437. Me.Label18.AutoSize = True
  438. Me.Label18.BackColor = System.Drawing.Color.Transparent
  439. Me.Label18.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  440. Me.Label18.ForeColor = System.Drawing.Color.RoyalBlue
  441. Me.Label18.Location = New System.Drawing.Point(44, 879)
  442. Me.Label18.Name = "Label18"
  443. Me.Label18.Size = New System.Drawing.Size(66, 26)
  444. Me.Label18.TabIndex = 184
  445. Me.Label18.Text = "样品"
  446. '
  447. 'Label10
  448. '
  449. Me.Label10.AutoSize = True
  450. Me.Label10.BackColor = System.Drawing.Color.Transparent
  451. Me.Label10.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  452. Me.Label10.ForeColor = System.Drawing.Color.RoyalBlue
  453. Me.Label10.Location = New System.Drawing.Point(48, 785)
  454. Me.Label10.Name = "Label10"
  455. Me.Label10.Size = New System.Drawing.Size(93, 26)
  456. Me.Label10.TabIndex = 183
  457. Me.Label10.Text = "外加工"
  458. '
  459. 'Label16
  460. '
  461. Me.Label16.AutoSize = True
  462. Me.Label16.BackColor = System.Drawing.Color.Transparent
  463. Me.Label16.Font = New System.Drawing.Font("新細明體", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.Label16.ForeColor = System.Drawing.Color.Red
  465. Me.Label16.Location = New System.Drawing.Point(83, 785)
  466. Me.Label16.Name = "Label16"
  467. Me.Label16.Size = New System.Drawing.Size(30, 22)
  468. Me.Label16.TabIndex = 182
  469. Me.Label16.Text = "16"
  470. '
  471. 'Label9
  472. '
  473. Me.Label9.AutoSize = True
  474. Me.Label9.BackColor = System.Drawing.Color.Transparent
  475. Me.Label9.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  476. Me.Label9.ForeColor = System.Drawing.Color.RoyalBlue
  477. Me.Label9.Location = New System.Drawing.Point(50, 592)
  478. Me.Label9.Name = "Label9"
  479. Me.Label9.Size = New System.Drawing.Size(66, 26)
  480. Me.Label9.TabIndex = 181
  481. Me.Label9.Text = "反毛"
  482. '
  483. 'TextBox5
  484. '
  485. Me.TextBox5.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  486. Me.TextBox5.Location = New System.Drawing.Point(40, 1104)
  487. Me.TextBox5.Name = "TextBox5"
  488. Me.TextBox5.Size = New System.Drawing.Size(166, 38)
  489. Me.TextBox5.TabIndex = 191
  490. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  491. '
  492. 'Label3
  493. '
  494. Me.Label3.AutoSize = True
  495. Me.Label3.BackColor = System.Drawing.Color.Transparent
  496. Me.Label3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.Label3.ForeColor = System.Drawing.Color.RoyalBlue
  498. Me.Label3.Location = New System.Drawing.Point(41, 1067)
  499. Me.Label3.Name = "Label3"
  500. Me.Label3.Size = New System.Drawing.Size(66, 26)
  501. Me.Label3.TabIndex = 190
  502. Me.Label3.Text = "试验"
  503. '
  504. 'TextBox6
  505. '
  506. Me.TextBox6.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.TextBox6.Location = New System.Drawing.Point(49, 724)
  508. Me.TextBox6.Name = "TextBox6"
  509. Me.TextBox6.Size = New System.Drawing.Size(166, 38)
  510. Me.TextBox6.TabIndex = 193
  511. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  512. '
  513. 'Label6
  514. '
  515. Me.Label6.AutoSize = True
  516. Me.Label6.BackColor = System.Drawing.Color.Transparent
  517. Me.Label6.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  518. Me.Label6.ForeColor = System.Drawing.Color.RoyalBlue
  519. Me.Label6.Location = New System.Drawing.Point(50, 687)
  520. Me.Label6.Name = "Label6"
  521. Me.Label6.Size = New System.Drawing.Size(46, 26)
  522. Me.Label6.TabIndex = 192
  523. Me.Label6.Text = "PU"
  524. '
  525. 'TextBox7
  526. '
  527. Me.TextBox7.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  528. Me.TextBox7.Location = New System.Drawing.Point(40, 344)
  529. Me.TextBox7.Name = "TextBox7"
  530. Me.TextBox7.Size = New System.Drawing.Size(227, 38)
  531. Me.TextBox7.TabIndex = 195
  532. '
  533. 'Button2
  534. '
  535. Me.Button2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  536. Me.Button2.Location = New System.Drawing.Point(40, 390)
  537. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  538. Me.Button2.Name = "Button2"
  539. Me.Button2.Size = New System.Drawing.Size(228, 53)
  540. Me.Button2.TabIndex = 194
  541. Me.Button2.Text = "导出至K3模板"
  542. Me.Button2.UseVisualStyleBackColor = True
  543. '
  544. 'Frm_BUFF
  545. '
  546. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 19.0!)
  547. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  548. Me.ClientSize = New System.Drawing.Size(3168, 1239)
  549. Me.Controls.Add(Me.TextBox7)
  550. Me.Controls.Add(Me.Button2)
  551. Me.Controls.Add(Me.TextBox6)
  552. Me.Controls.Add(Me.Label6)
  553. Me.Controls.Add(Me.TextBox5)
  554. Me.Controls.Add(Me.Label3)
  555. Me.Controls.Add(Me.TextBox4)
  556. Me.Controls.Add(Me.TextBox3)
  557. Me.Controls.Add(Me.TextBox2)
  558. Me.Controls.Add(Me.TextBox1)
  559. Me.Controls.Add(Me.Label30)
  560. Me.Controls.Add(Me.Label18)
  561. Me.Controls.Add(Me.Label10)
  562. Me.Controls.Add(Me.Label16)
  563. Me.Controls.Add(Me.Label9)
  564. Me.Controls.Add(Me.TabControl1)
  565. Me.Controls.Add(Me.Label5)
  566. Me.Controls.Add(Me.Label11)
  567. Me.Controls.Add(Me.TextBox8)
  568. Me.Controls.Add(Me.Label21)
  569. Me.Controls.Add(Me.Button1)
  570. Me.Controls.Add(Me.dgv1)
  571. Me.Controls.Add(Me.Label2)
  572. Me.Controls.Add(Me.Label1)
  573. Me.Controls.Add(Me.Button7)
  574. Me.Controls.Add(Me.Label4)
  575. Me.Controls.Add(Me.dtp_end)
  576. Me.Controls.Add(Me.dtp_begin)
  577. Me.Name = "Frm_BUFF"
  578. Me.Text = "Frm_BUFF"
  579. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  580. Me.TabControl1.ResumeLayout(False)
  581. Me.TabPage1.ResumeLayout(False)
  582. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  583. Me.TabPage2.ResumeLayout(False)
  584. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  585. Me.TabPage3.ResumeLayout(False)
  586. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  587. Me.TabPage4.ResumeLayout(False)
  588. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  589. Me.TabPage5.ResumeLayout(False)
  590. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit()
  591. Me.TabPage6.ResumeLayout(False)
  592. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).EndInit()
  593. Me.ResumeLayout(False)
  594. Me.PerformLayout()
  595. End Sub
  596. Friend WithEvents Label5 As Label
  597. Friend WithEvents Label11 As Label
  598. Friend WithEvents TextBox8 As TextBox
  599. Friend WithEvents Label21 As Label
  600. Friend WithEvents Button1 As Button
  601. Friend WithEvents dgv1 As DataGridView
  602. Friend WithEvents Label2 As Label
  603. Friend WithEvents Label1 As Label
  604. Friend WithEvents Button7 As Button
  605. Friend WithEvents Label4 As Label
  606. Friend WithEvents dtp_end As DateTimePicker
  607. Friend WithEvents dtp_begin As DateTimePicker
  608. Friend WithEvents TabControl1 As TabControl
  609. Friend WithEvents TabPage1 As TabPage
  610. Friend WithEvents DataGridView1 As DataGridView
  611. Friend WithEvents TabPage2 As TabPage
  612. Friend WithEvents DataGridView2 As DataGridView
  613. Friend WithEvents TabPage3 As TabPage
  614. Friend WithEvents DataGridView3 As DataGridView
  615. Friend WithEvents TabPage4 As TabPage
  616. Friend WithEvents DataGridView4 As DataGridView
  617. Friend WithEvents TextBox4 As TextBox
  618. Friend WithEvents TextBox3 As TextBox
  619. Friend WithEvents TextBox2 As TextBox
  620. Friend WithEvents TextBox1 As TextBox
  621. Friend WithEvents Label30 As Label
  622. Friend WithEvents Label18 As Label
  623. Friend WithEvents Label10 As Label
  624. Friend WithEvents Label16 As Label
  625. Friend WithEvents Label9 As Label
  626. Friend WithEvents TextBox5 As TextBox
  627. Friend WithEvents Label3 As Label
  628. Friend WithEvents TextBox6 As TextBox
  629. Friend WithEvents Label6 As Label
  630. Friend WithEvents TabPage5 As TabPage
  631. Friend WithEvents TabPage6 As TabPage
  632. Friend WithEvents DataGridView5 As DataGridView
  633. Friend WithEvents DataGridView6 As DataGridView
  634. Friend WithEvents TextBox7 As TextBox
  635. Friend WithEvents Button2 As Button
  636. End Class