Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

量產生產進度表.Designer.vb 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 量產生產進度表
  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. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  23. Me.生產進度表_lb = New System.Windows.Forms.Label()
  24. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  25. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  26. Me.第三頁_bt = New System.Windows.Forms.Button()
  27. Me.第二頁_bt = New System.Windows.Forms.Button()
  28. Me.TextBox6 = New System.Windows.Forms.TextBox()
  29. Me.TextBox3 = New System.Windows.Forms.TextBox()
  30. Me.TextBox2 = New System.Windows.Forms.TextBox()
  31. Me.TextBox1 = New System.Windows.Forms.TextBox()
  32. Me.巨益回饋資訊Excel導入_bt = New System.Windows.Forms.Button()
  33. Me.列印_bt = New System.Windows.Forms.Button()
  34. Me.主表單_dgv = New System.Windows.Forms.DataGridView()
  35. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  36. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  37. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  38. Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  39. Me.驗貨報告大圖_bt = New System.Windows.Forms.Button()
  40. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  41. Me.第一頁_bt = New System.Windows.Forms.Button()
  42. Me.森康回饋資訊Excel導入_bt = New System.Windows.Forms.Button()
  43. Me.加總_tb = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.型體號碼_cb = New System.Windows.Forms.ComboBox()
  46. Me.型體名稱_cb = New System.Windows.Forms.ComboBox()
  47. Me.季節_cb = New System.Windows.Forms.ComboBox()
  48. Me.客戶_cb = New System.Windows.Forms.ComboBox()
  49. Me.工廠_cb = New System.Windows.Forms.ComboBox()
  50. Me.工廠_lb = New System.Windows.Forms.Label()
  51. Me.型體號碼_lb = New System.Windows.Forms.Label()
  52. Me.季節_lb = New System.Windows.Forms.Label()
  53. Me.客戶_lb = New System.Windows.Forms.Label()
  54. Me.型體名稱_lb = New System.Windows.Forms.Label()
  55. Me.清除條件_bt = New System.Windows.Forms.Button()
  56. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.SuspendLayout()
  60. '
  61. 'PictureBox2
  62. '
  63. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  64. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  65. Me.PictureBox2.Location = New System.Drawing.Point(1055, 3)
  66. Me.PictureBox2.Name = "PictureBox2"
  67. Me.PictureBox2.Size = New System.Drawing.Size(109, 142)
  68. Me.PictureBox2.TabIndex = 527
  69. Me.PictureBox2.TabStop = False
  70. '
  71. '生產進度表_lb
  72. '
  73. Me.生產進度表_lb.AutoSize = True
  74. Me.生產進度表_lb.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.生產進度表_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  76. Me.生產進度表_lb.Location = New System.Drawing.Point(12, 8)
  77. Me.生產進度表_lb.Name = "生產進度表_lb"
  78. Me.生產進度表_lb.Size = New System.Drawing.Size(231, 45)
  79. Me.生產進度表_lb.TabIndex = 525
  80. Me.生產進度表_lb.Text = "生 產 進 度 表"
  81. '
  82. 'PictureBox1
  83. '
  84. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  85. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  86. Me.PictureBox1.Location = New System.Drawing.Point(649, 3)
  87. Me.PictureBox1.Name = "PictureBox1"
  88. Me.PictureBox1.Size = New System.Drawing.Size(234, 143)
  89. Me.PictureBox1.TabIndex = 524
  90. Me.PictureBox1.TabStop = False
  91. '
  92. '關鍵字查詢_bt
  93. '
  94. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(378, 61)
  95. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  96. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(122, 26)
  97. Me.關鍵字查詢_bt.TabIndex = 523
  98. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  99. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  100. '
  101. '第三頁_bt
  102. '
  103. Me.第三頁_bt.ForeColor = System.Drawing.Color.Red
  104. Me.第三頁_bt.Location = New System.Drawing.Point(505, 101)
  105. Me.第三頁_bt.Name = "第三頁_bt"
  106. Me.第三頁_bt.Size = New System.Drawing.Size(138, 45)
  107. Me.第三頁_bt.TabIndex = 520
  108. Me.第三頁_bt.Text = "第三頁"
  109. Me.第三頁_bt.UseVisualStyleBackColor = True
  110. '
  111. '第二頁_bt
  112. '
  113. Me.第二頁_bt.ForeColor = System.Drawing.Color.Red
  114. Me.第二頁_bt.Location = New System.Drawing.Point(505, 52)
  115. Me.第二頁_bt.Name = "第二頁_bt"
  116. Me.第二頁_bt.Size = New System.Drawing.Size(138, 45)
  117. Me.第二頁_bt.TabIndex = 519
  118. Me.第二頁_bt.Text = "第二頁"
  119. Me.第二頁_bt.UseVisualStyleBackColor = True
  120. '
  121. 'TextBox6
  122. '
  123. Me.TextBox6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  124. Me.TextBox6.Location = New System.Drawing.Point(1401, 122)
  125. Me.TextBox6.Name = "TextBox6"
  126. Me.TextBox6.Size = New System.Drawing.Size(129, 23)
  127. Me.TextBox6.TabIndex = 518
  128. '
  129. 'TextBox3
  130. '
  131. Me.TextBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  132. Me.TextBox3.Location = New System.Drawing.Point(1401, 93)
  133. Me.TextBox3.Name = "TextBox3"
  134. Me.TextBox3.Size = New System.Drawing.Size(129, 23)
  135. Me.TextBox3.TabIndex = 517
  136. '
  137. 'TextBox2
  138. '
  139. Me.TextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  140. Me.TextBox2.Location = New System.Drawing.Point(1401, 64)
  141. Me.TextBox2.Name = "TextBox2"
  142. Me.TextBox2.Size = New System.Drawing.Size(129, 23)
  143. Me.TextBox2.TabIndex = 516
  144. '
  145. 'TextBox1
  146. '
  147. Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  148. Me.TextBox1.Location = New System.Drawing.Point(1401, 36)
  149. Me.TextBox1.Name = "TextBox1"
  150. Me.TextBox1.Size = New System.Drawing.Size(129, 23)
  151. Me.TextBox1.TabIndex = 515
  152. '
  153. '巨益回饋資訊Excel導入_bt
  154. '
  155. Me.巨益回饋資訊Excel導入_bt.ForeColor = System.Drawing.Color.Green
  156. Me.巨益回饋資訊Excel導入_bt.Location = New System.Drawing.Point(886, 3)
  157. Me.巨益回饋資訊Excel導入_bt.Name = "巨益回饋資訊Excel導入_bt"
  158. Me.巨益回饋資訊Excel導入_bt.Size = New System.Drawing.Size(81, 74)
  159. Me.巨益回饋資訊Excel導入_bt.TabIndex = 514
  160. Me.巨益回饋資訊Excel導入_bt.Text = "巨益回饋資訊Excel導入"
  161. Me.巨益回饋資訊Excel導入_bt.UseVisualStyleBackColor = True
  162. '
  163. '列印_bt
  164. '
  165. Me.列印_bt.ForeColor = System.Drawing.Color.Black
  166. Me.列印_bt.Location = New System.Drawing.Point(886, 79)
  167. Me.列印_bt.Name = "列印_bt"
  168. Me.列印_bt.Size = New System.Drawing.Size(166, 67)
  169. Me.列印_bt.TabIndex = 513
  170. Me.列印_bt.Text = "列印"
  171. Me.列印_bt.UseVisualStyleBackColor = True
  172. '
  173. '主表單_dgv
  174. '
  175. Me.主表單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  176. Or System.Windows.Forms.AnchorStyles.Left) _
  177. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  178. Me.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  179. Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  180. Me.主表單_dgv.Location = New System.Drawing.Point(4, 148)
  181. Me.主表單_dgv.Name = "主表單_dgv"
  182. Me.主表單_dgv.RowHeadersWidth = 5
  183. Me.主表單_dgv.RowTemplate.Height = 24
  184. Me.主表單_dgv.Size = New System.Drawing.Size(1526, 528)
  185. Me.主表單_dgv.TabIndex = 512
  186. '
  187. '垂直翻轉_bt
  188. '
  189. Me.垂直翻轉_bt.Location = New System.Drawing.Point(1282, 100)
  190. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  191. Me.垂直翻轉_bt.Size = New System.Drawing.Size(115, 46)
  192. Me.垂直翻轉_bt.TabIndex = 532
  193. Me.垂直翻轉_bt.Text = "垂直翻轉"
  194. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  195. '
  196. '水平翻轉_bt
  197. '
  198. Me.水平翻轉_bt.Location = New System.Drawing.Point(1167, 100)
  199. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  200. Me.水平翻轉_bt.Size = New System.Drawing.Size(115, 46)
  201. Me.水平翻轉_bt.TabIndex = 531
  202. Me.水平翻轉_bt.Text = "水平翻轉"
  203. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  204. '
  205. '逆時鐘90度旋轉_bt
  206. '
  207. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(1282, 52)
  208. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  209. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(115, 46)
  210. Me.逆時鐘90度旋轉_bt.TabIndex = 530
  211. Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉"
  212. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  213. '
  214. '順時鐘90度旋轉_bt
  215. '
  216. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1167, 52)
  217. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  218. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(115, 46)
  219. Me.順時鐘90度旋轉_bt.TabIndex = 529
  220. Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉"
  221. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  222. '
  223. '驗貨報告大圖_bt
  224. '
  225. Me.驗貨報告大圖_bt.ForeColor = System.Drawing.Color.Black
  226. Me.驗貨報告大圖_bt.Location = New System.Drawing.Point(1167, 4)
  227. Me.驗貨報告大圖_bt.Name = "驗貨報告大圖_bt"
  228. Me.驗貨報告大圖_bt.Size = New System.Drawing.Size(230, 46)
  229. Me.驗貨報告大圖_bt.TabIndex = 528
  230. Me.驗貨報告大圖_bt.Text = "驗貨報告大圖"
  231. Me.驗貨報告大圖_bt.UseVisualStyleBackColor = True
  232. '
  233. 'OpenFileDialog1
  234. '
  235. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  236. '
  237. '第一頁_bt
  238. '
  239. Me.第一頁_bt.ForeColor = System.Drawing.Color.Red
  240. Me.第一頁_bt.Location = New System.Drawing.Point(505, 3)
  241. Me.第一頁_bt.Name = "第一頁_bt"
  242. Me.第一頁_bt.Size = New System.Drawing.Size(138, 45)
  243. Me.第一頁_bt.TabIndex = 533
  244. Me.第一頁_bt.Text = "第一頁"
  245. Me.第一頁_bt.UseVisualStyleBackColor = True
  246. '
  247. '森康回饋資訊Excel導入_bt
  248. '
  249. Me.森康回饋資訊Excel導入_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  250. Me.森康回饋資訊Excel導入_bt.Location = New System.Drawing.Point(970, 3)
  251. Me.森康回饋資訊Excel導入_bt.Name = "森康回饋資訊Excel導入_bt"
  252. Me.森康回饋資訊Excel導入_bt.Size = New System.Drawing.Size(81, 74)
  253. Me.森康回饋資訊Excel導入_bt.TabIndex = 534
  254. Me.森康回饋資訊Excel導入_bt.Text = "森康回饋資訊Excel導入"
  255. Me.森康回饋資訊Excel導入_bt.UseVisualStyleBackColor = True
  256. '
  257. '加總_tb
  258. '
  259. Me.加總_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  260. Me.加總_tb.Location = New System.Drawing.Point(1286, 222)
  261. Me.加總_tb.Name = "加總_tb"
  262. Me.加總_tb.Size = New System.Drawing.Size(135, 23)
  263. Me.加總_tb.TabIndex = 1091
  264. Me.加總_tb.Visible = False
  265. '
  266. 'Label1
  267. '
  268. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  269. Me.Label1.AutoSize = True
  270. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!)
  271. Me.Label1.Location = New System.Drawing.Point(1211, 224)
  272. Me.Label1.Name = "Label1"
  273. Me.Label1.Size = New System.Drawing.Size(73, 20)
  274. Me.Label1.TabIndex = 1090
  275. Me.Label1.Text = "選取加總"
  276. Me.Label1.Visible = False
  277. '
  278. '型體號碼_cb
  279. '
  280. Me.型體號碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  281. Me.型體號碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  282. Me.型體號碼_cb.FormattingEnabled = True
  283. Me.型體號碼_cb.Location = New System.Drawing.Point(302, 91)
  284. Me.型體號碼_cb.Name = "型體號碼_cb"
  285. Me.型體號碼_cb.Size = New System.Drawing.Size(197, 24)
  286. Me.型體號碼_cb.TabIndex = 1101
  287. '
  288. '型體名稱_cb
  289. '
  290. Me.型體名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  291. Me.型體名稱_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  292. Me.型體名稱_cb.FormattingEnabled = True
  293. Me.型體名稱_cb.Location = New System.Drawing.Point(302, 121)
  294. Me.型體名稱_cb.Name = "型體名稱_cb"
  295. Me.型體名稱_cb.Size = New System.Drawing.Size(197, 24)
  296. Me.型體名稱_cb.TabIndex = 1100
  297. '
  298. '季節_cb
  299. '
  300. Me.季節_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  301. Me.季節_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  302. Me.季節_cb.FormattingEnabled = True
  303. Me.季節_cb.Location = New System.Drawing.Point(41, 61)
  304. Me.季節_cb.Name = "季節_cb"
  305. Me.季節_cb.Size = New System.Drawing.Size(197, 24)
  306. Me.季節_cb.TabIndex = 1099
  307. '
  308. '客戶_cb
  309. '
  310. Me.客戶_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  311. Me.客戶_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  312. Me.客戶_cb.FormattingEnabled = True
  313. Me.客戶_cb.Location = New System.Drawing.Point(41, 90)
  314. Me.客戶_cb.Name = "客戶_cb"
  315. Me.客戶_cb.Size = New System.Drawing.Size(197, 24)
  316. Me.客戶_cb.TabIndex = 1098
  317. '
  318. '工廠_cb
  319. '
  320. Me.工廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  321. Me.工廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  322. Me.工廠_cb.FormattingEnabled = True
  323. Me.工廠_cb.Location = New System.Drawing.Point(41, 120)
  324. Me.工廠_cb.Name = "工廠_cb"
  325. Me.工廠_cb.Size = New System.Drawing.Size(197, 24)
  326. Me.工廠_cb.TabIndex = 1097
  327. '
  328. '工廠_lb
  329. '
  330. Me.工廠_lb.AutoSize = True
  331. Me.工廠_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  332. Me.工廠_lb.Location = New System.Drawing.Point(7, 124)
  333. Me.工廠_lb.Name = "工廠_lb"
  334. Me.工廠_lb.Size = New System.Drawing.Size(32, 16)
  335. Me.工廠_lb.TabIndex = 1094
  336. Me.工廠_lb.Text = "工廠"
  337. '
  338. '型體號碼_lb
  339. '
  340. Me.型體號碼_lb.AutoSize = True
  341. Me.型體號碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  342. Me.型體號碼_lb.Location = New System.Drawing.Point(244, 95)
  343. Me.型體號碼_lb.Name = "型體號碼_lb"
  344. Me.型體號碼_lb.Size = New System.Drawing.Size(56, 16)
  345. Me.型體號碼_lb.TabIndex = 1095
  346. Me.型體號碼_lb.Text = "型體號碼"
  347. '
  348. '季節_lb
  349. '
  350. Me.季節_lb.AutoSize = True
  351. Me.季節_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  352. Me.季節_lb.Location = New System.Drawing.Point(6, 65)
  353. Me.季節_lb.Name = "季節_lb"
  354. Me.季節_lb.Size = New System.Drawing.Size(32, 16)
  355. Me.季節_lb.TabIndex = 1093
  356. Me.季節_lb.Text = "季節"
  357. '
  358. '客戶_lb
  359. '
  360. Me.客戶_lb.AutoSize = True
  361. Me.客戶_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  362. Me.客戶_lb.Location = New System.Drawing.Point(7, 93)
  363. Me.客戶_lb.Name = "客戶_lb"
  364. Me.客戶_lb.Size = New System.Drawing.Size(32, 16)
  365. Me.客戶_lb.TabIndex = 1092
  366. Me.客戶_lb.Text = "客戶"
  367. '
  368. '型體名稱_lb
  369. '
  370. Me.型體名稱_lb.AutoSize = True
  371. Me.型體名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  372. Me.型體名稱_lb.Location = New System.Drawing.Point(244, 124)
  373. Me.型體名稱_lb.Name = "型體名稱_lb"
  374. Me.型體名稱_lb.Size = New System.Drawing.Size(56, 16)
  375. Me.型體名稱_lb.TabIndex = 1096
  376. Me.型體名稱_lb.Text = "型體名稱"
  377. '
  378. '清除條件_bt
  379. '
  380. Me.清除條件_bt.Location = New System.Drawing.Point(248, 61)
  381. Me.清除條件_bt.Name = "清除條件_bt"
  382. Me.清除條件_bt.Size = New System.Drawing.Size(122, 26)
  383. Me.清除條件_bt.TabIndex = 1104
  384. Me.清除條件_bt.Text = "清除條件"
  385. Me.清除條件_bt.UseVisualStyleBackColor = True
  386. '
  387. '量產生產進度表
  388. '
  389. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  390. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  391. Me.ClientSize = New System.Drawing.Size(1534, 681)
  392. Me.Controls.Add(Me.清除條件_bt)
  393. Me.Controls.Add(Me.PictureBox1)
  394. Me.Controls.Add(Me.型體號碼_cb)
  395. Me.Controls.Add(Me.型體名稱_cb)
  396. Me.Controls.Add(Me.季節_cb)
  397. Me.Controls.Add(Me.客戶_cb)
  398. Me.Controls.Add(Me.工廠_cb)
  399. Me.Controls.Add(Me.工廠_lb)
  400. Me.Controls.Add(Me.型體號碼_lb)
  401. Me.Controls.Add(Me.季節_lb)
  402. Me.Controls.Add(Me.客戶_lb)
  403. Me.Controls.Add(Me.型體名稱_lb)
  404. Me.Controls.Add(Me.加總_tb)
  405. Me.Controls.Add(Me.Label1)
  406. Me.Controls.Add(Me.森康回饋資訊Excel導入_bt)
  407. Me.Controls.Add(Me.第一頁_bt)
  408. Me.Controls.Add(Me.垂直翻轉_bt)
  409. Me.Controls.Add(Me.水平翻轉_bt)
  410. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  411. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  412. Me.Controls.Add(Me.驗貨報告大圖_bt)
  413. Me.Controls.Add(Me.PictureBox2)
  414. Me.Controls.Add(Me.生產進度表_lb)
  415. Me.Controls.Add(Me.關鍵字查詢_bt)
  416. Me.Controls.Add(Me.第三頁_bt)
  417. Me.Controls.Add(Me.第二頁_bt)
  418. Me.Controls.Add(Me.TextBox6)
  419. Me.Controls.Add(Me.TextBox3)
  420. Me.Controls.Add(Me.TextBox2)
  421. Me.Controls.Add(Me.TextBox1)
  422. Me.Controls.Add(Me.巨益回饋資訊Excel導入_bt)
  423. Me.Controls.Add(Me.列印_bt)
  424. Me.Controls.Add(Me.主表單_dgv)
  425. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  426. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  427. Me.Name = "量產生產進度表"
  428. Me.Text = "量產生產進度表"
  429. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  430. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  431. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  432. Me.ResumeLayout(False)
  433. Me.PerformLayout()
  434. End Sub
  435. Friend WithEvents PictureBox2 As PictureBox
  436. Friend WithEvents 生產進度表_lb As Label
  437. Friend WithEvents PictureBox1 As PictureBox
  438. Friend WithEvents 關鍵字查詢_bt As Button
  439. Friend WithEvents 第三頁_bt As Button
  440. Friend WithEvents 第二頁_bt As Button
  441. Friend WithEvents TextBox6 As TextBox
  442. Friend WithEvents TextBox3 As TextBox
  443. Friend WithEvents TextBox2 As TextBox
  444. Friend WithEvents TextBox1 As TextBox
  445. Friend WithEvents 巨益回饋資訊Excel導入_bt As Button
  446. Friend WithEvents 列印_bt As Button
  447. Friend WithEvents 主表單_dgv As DataGridView
  448. Friend WithEvents 垂直翻轉_bt As Button
  449. Friend WithEvents 水平翻轉_bt As Button
  450. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  451. Friend WithEvents 順時鐘90度旋轉_bt As Button
  452. Friend WithEvents 驗貨報告大圖_bt As Button
  453. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  454. Friend WithEvents 第一頁_bt As Button
  455. Friend WithEvents 森康回饋資訊Excel導入_bt As Button
  456. Friend WithEvents 加總_tb As TextBox
  457. Friend WithEvents Label1 As Label
  458. Friend WithEvents 型體號碼_cb As ComboBox
  459. Friend WithEvents 型體名稱_cb As ComboBox
  460. Friend WithEvents 季節_cb As ComboBox
  461. Friend WithEvents 客戶_cb As ComboBox
  462. Friend WithEvents 工廠_cb As ComboBox
  463. Friend WithEvents 工廠_lb As Label
  464. Friend WithEvents 型體號碼_lb As Label
  465. Friend WithEvents 季節_lb As Label
  466. Friend WithEvents 客戶_lb As Label
  467. Friend WithEvents 型體名稱_lb As Label
  468. Friend WithEvents 清除條件_bt As Button
  469. End Class