Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

模具開發控制表.Designer.vb 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.結構_lb = New System.Windows.Forms.Label()
  24. Me.模具廠_lb = New System.Windows.Forms.Label()
  25. Me.模具廠_cb = New System.Windows.Forms.ComboBox()
  26. Me.結構_cb = New System.Windows.Forms.ComboBox()
  27. Me.材質_cb = New System.Windows.Forms.ComboBox()
  28. Me.材質_lb = New System.Windows.Forms.Label()
  29. Me.楦頭編號_cb = New System.Windows.Forms.ComboBox()
  30. Me.楦頭編號_lb = New System.Windows.Forms.Label()
  31. Me.參考漾鞋編號_tb = New System.Windows.Forms.TextBox()
  32. Me.參考漾鞋編號_lb = New System.Windows.Forms.Label()
  33. Me.品牌_cb = New System.Windows.Forms.ComboBox()
  34. Me.品牌_lb = New System.Windows.Forms.Label()
  35. Me.大底廠_cb = New System.Windows.Forms.ComboBox()
  36. Me.大底廠_lb = New System.Windows.Forms.Label()
  37. Me.尺寸_lb = New System.Windows.Forms.Label()
  38. Me.尺寸_tb = New System.Windows.Forms.TextBox()
  39. Me.季節_lb = New System.Windows.Forms.Label()
  40. Me.季節_cb = New System.Windows.Forms.ComboBox()
  41. Me.備註_lb = New System.Windows.Forms.Label()
  42. Me.備註_tb = New System.Windows.Forms.TextBox()
  43. Me.模具開發單編碼_lb = New System.Windows.Forms.Label()
  44. Me.模具開發單編碼_tb = New System.Windows.Forms.TextBox()
  45. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  46. Me.圖片修改存檔_bt = New System.Windows.Forms.Button()
  47. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  48. Me.TextBox7 = New System.Windows.Forms.TextBox()
  49. Me.我的電腦_lb = New System.Windows.Forms.Label()
  50. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  51. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  52. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  53. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  54. Me.模具編號_lb = New System.Windows.Forms.Label()
  55. Me.模具編號_tb = New System.Windows.Forms.TextBox()
  56. Me.新增_bt = New System.Windows.Forms.Button()
  57. Me.儲存新增_bt = New System.Windows.Forms.Button()
  58. Me.修改_bt = New System.Windows.Forms.Button()
  59. Me.儲存修改_bt = New System.Windows.Forms.Button()
  60. Me.查詢_bt = New System.Windows.Forms.Button()
  61. Me.模具開發控制表清單_lb = New System.Windows.Forms.Label()
  62. Me.列印_bt = New System.Windows.Forms.Button()
  63. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  64. Me.新增結構清單_bt = New System.Windows.Forms.Button()
  65. Me.新增材質清單_bt = New System.Windows.Forms.Button()
  66. Me.新增季節清單_bt = New System.Windows.Forms.Button()
  67. Me.新增模具廠_bt = New System.Windows.Forms.Button()
  68. Me.新增楦頭編號_bt = New System.Windows.Forms.Button()
  69. Me.新增大底廠_bt = New System.Windows.Forms.Button()
  70. Me.TextBox8 = New System.Windows.Forms.TextBox()
  71. Me.TextBox9 = New System.Windows.Forms.TextBox()
  72. Me.C_N_lb = New System.Windows.Forms.Label()
  73. Me.CN_tb = New System.Windows.Forms.TextBox()
  74. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.SuspendLayout()
  77. '
  78. '結構_lb
  79. '
  80. Me.結構_lb.AutoSize = True
  81. Me.結構_lb.Location = New System.Drawing.Point(327, 64)
  82. Me.結構_lb.Name = "結構_lb"
  83. Me.結構_lb.Size = New System.Drawing.Size(40, 16)
  84. Me.結構_lb.TabIndex = 0
  85. Me.結構_lb.Text = "結構 : "
  86. '
  87. '模具廠_lb
  88. '
  89. Me.模具廠_lb.AutoSize = True
  90. Me.模具廠_lb.Location = New System.Drawing.Point(327, 37)
  91. Me.模具廠_lb.Name = "模具廠_lb"
  92. Me.模具廠_lb.Size = New System.Drawing.Size(52, 16)
  93. Me.模具廠_lb.TabIndex = 2
  94. Me.模具廠_lb.Text = "模具廠 : "
  95. '
  96. '模具廠_cb
  97. '
  98. Me.模具廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  99. Me.模具廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  100. Me.模具廠_cb.FormattingEnabled = True
  101. Me.模具廠_cb.Location = New System.Drawing.Point(398, 33)
  102. Me.模具廠_cb.Name = "模具廠_cb"
  103. Me.模具廠_cb.Size = New System.Drawing.Size(321, 24)
  104. Me.模具廠_cb.TabIndex = 605
  105. '
  106. '結構_cb
  107. '
  108. Me.結構_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  109. Me.結構_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  110. Me.結構_cb.FormattingEnabled = True
  111. Me.結構_cb.Location = New System.Drawing.Point(398, 60)
  112. Me.結構_cb.Name = "結構_cb"
  113. Me.結構_cb.Size = New System.Drawing.Size(321, 24)
  114. Me.結構_cb.TabIndex = 606
  115. '
  116. '材質_cb
  117. '
  118. Me.材質_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  119. Me.材質_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  120. Me.材質_cb.FormattingEnabled = True
  121. Me.材質_cb.Location = New System.Drawing.Point(398, 87)
  122. Me.材質_cb.Name = "材質_cb"
  123. Me.材質_cb.Size = New System.Drawing.Size(321, 24)
  124. Me.材質_cb.TabIndex = 608
  125. '
  126. '材質_lb
  127. '
  128. Me.材質_lb.AutoSize = True
  129. Me.材質_lb.Location = New System.Drawing.Point(327, 91)
  130. Me.材質_lb.Name = "材質_lb"
  131. Me.材質_lb.Size = New System.Drawing.Size(40, 16)
  132. Me.材質_lb.TabIndex = 607
  133. Me.材質_lb.Text = "材質 : "
  134. '
  135. '楦頭編號_cb
  136. '
  137. Me.楦頭編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  138. Me.楦頭編號_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  139. Me.楦頭編號_cb.FormattingEnabled = True
  140. Me.楦頭編號_cb.Location = New System.Drawing.Point(398, 114)
  141. Me.楦頭編號_cb.Name = "楦頭編號_cb"
  142. Me.楦頭編號_cb.Size = New System.Drawing.Size(321, 24)
  143. Me.楦頭編號_cb.TabIndex = 610
  144. '
  145. '楦頭編號_lb
  146. '
  147. Me.楦頭編號_lb.AutoSize = True
  148. Me.楦頭編號_lb.Location = New System.Drawing.Point(327, 118)
  149. Me.楦頭編號_lb.Name = "楦頭編號_lb"
  150. Me.楦頭編號_lb.Size = New System.Drawing.Size(64, 16)
  151. Me.楦頭編號_lb.TabIndex = 609
  152. Me.楦頭編號_lb.Text = "楦頭編號 : "
  153. '
  154. '參考漾鞋編號_tb
  155. '
  156. Me.參考漾鞋編號_tb.Location = New System.Drawing.Point(832, 34)
  157. Me.參考漾鞋編號_tb.Name = "參考漾鞋編號_tb"
  158. Me.參考漾鞋編號_tb.Size = New System.Drawing.Size(157, 23)
  159. Me.參考漾鞋編號_tb.TabIndex = 611
  160. '
  161. '參考漾鞋編號_lb
  162. '
  163. Me.參考漾鞋編號_lb.AutoSize = True
  164. Me.參考漾鞋編號_lb.Location = New System.Drawing.Point(725, 37)
  165. Me.參考漾鞋編號_lb.Name = "參考漾鞋編號_lb"
  166. Me.參考漾鞋編號_lb.Size = New System.Drawing.Size(88, 16)
  167. Me.參考漾鞋編號_lb.TabIndex = 612
  168. Me.參考漾鞋編號_lb.Text = "參考漾鞋編號 : "
  169. '
  170. '品牌_cb
  171. '
  172. Me.品牌_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  173. Me.品牌_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  174. Me.品牌_cb.FormattingEnabled = True
  175. Me.品牌_cb.Location = New System.Drawing.Point(784, 59)
  176. Me.品牌_cb.Name = "品牌_cb"
  177. Me.品牌_cb.Size = New System.Drawing.Size(205, 24)
  178. Me.品牌_cb.TabIndex = 614
  179. '
  180. '品牌_lb
  181. '
  182. Me.品牌_lb.AutoSize = True
  183. Me.品牌_lb.Location = New System.Drawing.Point(725, 63)
  184. Me.品牌_lb.Name = "品牌_lb"
  185. Me.品牌_lb.Size = New System.Drawing.Size(40, 16)
  186. Me.品牌_lb.TabIndex = 613
  187. Me.品牌_lb.Text = "品牌 : "
  188. '
  189. '大底廠_cb
  190. '
  191. Me.大底廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  192. Me.大底廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  193. Me.大底廠_cb.FormattingEnabled = True
  194. Me.大底廠_cb.Location = New System.Drawing.Point(784, 86)
  195. Me.大底廠_cb.Name = "大底廠_cb"
  196. Me.大底廠_cb.Size = New System.Drawing.Size(205, 24)
  197. Me.大底廠_cb.TabIndex = 616
  198. '
  199. '大底廠_lb
  200. '
  201. Me.大底廠_lb.AutoSize = True
  202. Me.大底廠_lb.Location = New System.Drawing.Point(725, 90)
  203. Me.大底廠_lb.Name = "大底廠_lb"
  204. Me.大底廠_lb.Size = New System.Drawing.Size(52, 16)
  205. Me.大底廠_lb.TabIndex = 615
  206. Me.大底廠_lb.Text = "大底廠 : "
  207. '
  208. '尺寸_lb
  209. '
  210. Me.尺寸_lb.AutoSize = True
  211. Me.尺寸_lb.Location = New System.Drawing.Point(725, 117)
  212. Me.尺寸_lb.Name = "尺寸_lb"
  213. Me.尺寸_lb.Size = New System.Drawing.Size(40, 16)
  214. Me.尺寸_lb.TabIndex = 618
  215. Me.尺寸_lb.Text = "尺寸 : "
  216. '
  217. '尺寸_tb
  218. '
  219. Me.尺寸_tb.Location = New System.Drawing.Point(784, 113)
  220. Me.尺寸_tb.Name = "尺寸_tb"
  221. Me.尺寸_tb.Size = New System.Drawing.Size(205, 23)
  222. Me.尺寸_tb.TabIndex = 617
  223. '
  224. '季節_lb
  225. '
  226. Me.季節_lb.AutoSize = True
  227. Me.季節_lb.Location = New System.Drawing.Point(725, 143)
  228. Me.季節_lb.Name = "季節_lb"
  229. Me.季節_lb.Size = New System.Drawing.Size(40, 16)
  230. Me.季節_lb.TabIndex = 620
  231. Me.季節_lb.Text = "季節 : "
  232. '
  233. '季節_cb
  234. '
  235. Me.季節_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  236. Me.季節_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  237. Me.季節_cb.FormattingEnabled = True
  238. Me.季節_cb.Location = New System.Drawing.Point(784, 139)
  239. Me.季節_cb.Name = "季節_cb"
  240. Me.季節_cb.Size = New System.Drawing.Size(205, 24)
  241. Me.季節_cb.TabIndex = 621
  242. '
  243. '備註_lb
  244. '
  245. Me.備註_lb.AutoSize = True
  246. Me.備註_lb.Location = New System.Drawing.Point(948, 10)
  247. Me.備註_lb.Name = "備註_lb"
  248. Me.備註_lb.Size = New System.Drawing.Size(40, 16)
  249. Me.備註_lb.TabIndex = 623
  250. Me.備註_lb.Text = "備註 : "
  251. '
  252. '備註_tb
  253. '
  254. Me.備註_tb.AcceptsReturn = True
  255. Me.備註_tb.AcceptsTab = True
  256. Me.備註_tb.Location = New System.Drawing.Point(995, 7)
  257. Me.備註_tb.Multiline = True
  258. Me.備註_tb.Name = "備註_tb"
  259. Me.備註_tb.Size = New System.Drawing.Size(438, 158)
  260. Me.備註_tb.TabIndex = 622
  261. '
  262. '模具開發單編碼_lb
  263. '
  264. Me.模具開發單編碼_lb.AutoSize = True
  265. Me.模具開發單編碼_lb.Location = New System.Drawing.Point(327, 11)
  266. Me.模具開發單編碼_lb.Name = "模具開發單編碼_lb"
  267. Me.模具開發單編碼_lb.Size = New System.Drawing.Size(100, 16)
  268. Me.模具開發單編碼_lb.TabIndex = 625
  269. Me.模具開發單編碼_lb.Text = "模具開發單編碼 : "
  270. '
  271. '模具開發單編碼_tb
  272. '
  273. Me.模具開發單編碼_tb.Location = New System.Drawing.Point(434, 7)
  274. Me.模具開發單編碼_tb.Name = "模具開發單編碼_tb"
  275. Me.模具開發單編碼_tb.Size = New System.Drawing.Size(205, 23)
  276. Me.模具開發單編碼_tb.TabIndex = 624
  277. '
  278. 'PictureBox1
  279. '
  280. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  281. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  282. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  283. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  284. Me.PictureBox1.Location = New System.Drawing.Point(330, 194)
  285. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  286. Me.PictureBox1.Name = "PictureBox1"
  287. Me.PictureBox1.Size = New System.Drawing.Size(1103, 768)
  288. Me.PictureBox1.TabIndex = 626
  289. Me.PictureBox1.TabStop = False
  290. '
  291. '圖片修改存檔_bt
  292. '
  293. Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green
  294. Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1775, 164)
  295. Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt"
  296. Me.圖片修改存檔_bt.Size = New System.Drawing.Size(127, 22)
  297. Me.圖片修改存檔_bt.TabIndex = 635
  298. Me.圖片修改存檔_bt.Text = "圖片修改存檔"
  299. Me.圖片修改存檔_bt.UseVisualStyleBackColor = True
  300. '
  301. 'WebBrowser2
  302. '
  303. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  304. Or System.Windows.Forms.AnchorStyles.Left) _
  305. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  306. Me.WebBrowser2.Location = New System.Drawing.Point(1439, 194)
  307. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  308. Me.WebBrowser2.Name = "WebBrowser2"
  309. Me.WebBrowser2.Size = New System.Drawing.Size(463, 738)
  310. Me.WebBrowser2.TabIndex = 632
  311. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  312. '
  313. 'TextBox7
  314. '
  315. Me.TextBox7.AllowDrop = True
  316. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  317. Me.TextBox7.Location = New System.Drawing.Point(1656, 164)
  318. Me.TextBox7.Multiline = True
  319. Me.TextBox7.Name = "TextBox7"
  320. Me.TextBox7.Size = New System.Drawing.Size(99, 23)
  321. Me.TextBox7.TabIndex = 631
  322. '
  323. '我的電腦_lb
  324. '
  325. Me.我的電腦_lb.AutoSize = True
  326. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.我的電腦_lb.Location = New System.Drawing.Point(1439, 164)
  328. Me.我的電腦_lb.Name = "我的電腦_lb"
  329. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  330. Me.我的電腦_lb.TabIndex = 630
  331. Me.我的電腦_lb.Text = "我的電腦"
  332. '
  333. '讀取料夾路徑_bt
  334. '
  335. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  337. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(1531, 164)
  338. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  339. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  340. Me.讀取料夾路徑_bt.TabIndex = 629
  341. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  342. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  343. '
  344. '檔案名稱_lb
  345. '
  346. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  347. Me.檔案名稱_lb.AutoSize = True
  348. Me.檔案名稱_lb.Location = New System.Drawing.Point(1440, 942)
  349. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  350. Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
  351. Me.檔案名稱_lb.TabIndex = 628
  352. Me.檔案名稱_lb.Text = "檔案名稱"
  353. '
  354. '檔案名稱_tb
  355. '
  356. Me.檔案名稱_tb.AllowDrop = True
  357. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  358. Me.檔案名稱_tb.Location = New System.Drawing.Point(1502, 939)
  359. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  360. Me.檔案名稱_tb.Multiline = True
  361. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  362. Me.檔案名稱_tb.Size = New System.Drawing.Size(400, 23)
  363. Me.檔案名稱_tb.TabIndex = 627
  364. '
  365. '清單_dgv
  366. '
  367. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  368. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  369. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  370. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  371. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  372. Me.清單_dgv.Location = New System.Drawing.Point(12, 32)
  373. Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  374. Me.清單_dgv.Name = "清單_dgv"
  375. Me.清單_dgv.RowHeadersWidth = 5
  376. Me.清單_dgv.RowTemplate.Height = 24
  377. Me.清單_dgv.Size = New System.Drawing.Size(309, 930)
  378. Me.清單_dgv.TabIndex = 637
  379. '
  380. '模具編號_lb
  381. '
  382. Me.模具編號_lb.AutoSize = True
  383. Me.模具編號_lb.Location = New System.Drawing.Point(327, 145)
  384. Me.模具編號_lb.Name = "模具編號_lb"
  385. Me.模具編號_lb.Size = New System.Drawing.Size(64, 16)
  386. Me.模具編號_lb.TabIndex = 639
  387. Me.模具編號_lb.Text = "模具編號 : "
  388. '
  389. '模具編號_tb
  390. '
  391. Me.模具編號_tb.Location = New System.Drawing.Point(398, 141)
  392. Me.模具編號_tb.Name = "模具編號_tb"
  393. Me.模具編號_tb.Size = New System.Drawing.Size(321, 23)
  394. Me.模具編號_tb.TabIndex = 638
  395. '
  396. '新增_bt
  397. '
  398. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  400. Me.新增_bt.Location = New System.Drawing.Point(1543, 5)
  401. Me.新增_bt.Name = "新增_bt"
  402. Me.新增_bt.Size = New System.Drawing.Size(110, 75)
  403. Me.新增_bt.TabIndex = 641
  404. Me.新增_bt.Text = "新增"
  405. Me.新增_bt.UseVisualStyleBackColor = True
  406. '
  407. '儲存新增_bt
  408. '
  409. Me.儲存新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.儲存新增_bt.ForeColor = System.Drawing.Color.Blue
  411. Me.儲存新增_bt.Location = New System.Drawing.Point(1543, 83)
  412. Me.儲存新增_bt.Name = "儲存新增_bt"
  413. Me.儲存新增_bt.Size = New System.Drawing.Size(110, 75)
  414. Me.儲存新增_bt.TabIndex = 642
  415. Me.儲存新增_bt.Text = "儲存新增"
  416. Me.儲存新增_bt.UseVisualStyleBackColor = True
  417. '
  418. '修改_bt
  419. '
  420. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  421. Me.修改_bt.Location = New System.Drawing.Point(1659, 5)
  422. Me.修改_bt.Name = "修改_bt"
  423. Me.修改_bt.Size = New System.Drawing.Size(110, 75)
  424. Me.修改_bt.TabIndex = 643
  425. Me.修改_bt.Text = "修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
  426. Me.修改_bt.UseVisualStyleBackColor = True
  427. '
  428. '儲存修改_bt
  429. '
  430. Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green
  431. Me.儲存修改_bt.Location = New System.Drawing.Point(1659, 83)
  432. Me.儲存修改_bt.Name = "儲存修改_bt"
  433. Me.儲存修改_bt.Size = New System.Drawing.Size(110, 75)
  434. Me.儲存修改_bt.TabIndex = 644
  435. Me.儲存修改_bt.Text = "儲存修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
  436. Me.儲存修改_bt.UseVisualStyleBackColor = True
  437. '
  438. '查詢_bt
  439. '
  440. Me.查詢_bt.ForeColor = System.Drawing.Color.Green
  441. Me.查詢_bt.Location = New System.Drawing.Point(176, 5)
  442. Me.查詢_bt.Name = "查詢_bt"
  443. Me.查詢_bt.Size = New System.Drawing.Size(145, 24)
  444. Me.查詢_bt.TabIndex = 645
  445. Me.查詢_bt.Text = "查詢"
  446. Me.查詢_bt.UseVisualStyleBackColor = True
  447. '
  448. '模具開發控制表清單_lb
  449. '
  450. Me.模具開發控制表清單_lb.AutoSize = True
  451. Me.模具開發控制表清單_lb.Location = New System.Drawing.Point(12, 10)
  452. Me.模具開發控制表清單_lb.Name = "模具開發控制表清單_lb"
  453. Me.模具開發控制表清單_lb.Size = New System.Drawing.Size(115, 16)
  454. Me.模具開發控制表清單_lb.TabIndex = 646
  455. Me.模具開發控制表清單_lb.Text = "模具開發控制表清單"
  456. '
  457. '列印_bt
  458. '
  459. Me.列印_bt.Location = New System.Drawing.Point(1775, 5)
  460. Me.列印_bt.Name = "列印_bt"
  461. Me.列印_bt.Size = New System.Drawing.Size(127, 153)
  462. Me.列印_bt.TabIndex = 647
  463. Me.列印_bt.Text = "列印"
  464. Me.列印_bt.UseVisualStyleBackColor = True
  465. '
  466. '新增結構清單_bt
  467. '
  468. Me.新增結構清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.新增結構清單_bt.ForeColor = System.Drawing.Color.Olive
  470. Me.新增結構清單_bt.Location = New System.Drawing.Point(1439, 33)
  471. Me.新增結構清單_bt.Name = "新增結構清單_bt"
  472. Me.新增結構清單_bt.Size = New System.Drawing.Size(98, 25)
  473. Me.新增結構清單_bt.TabIndex = 737
  474. Me.新增結構清單_bt.Text = "新增結構清單"
  475. Me.新增結構清單_bt.UseVisualStyleBackColor = True
  476. '
  477. '新增材質清單_bt
  478. '
  479. Me.新增材質清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  480. Me.新增材質清單_bt.ForeColor = System.Drawing.Color.Olive
  481. Me.新增材質清單_bt.Location = New System.Drawing.Point(1439, 59)
  482. Me.新增材質清單_bt.Name = "新增材質清單_bt"
  483. Me.新增材質清單_bt.Size = New System.Drawing.Size(98, 25)
  484. Me.新增材質清單_bt.TabIndex = 738
  485. Me.新增材質清單_bt.Text = "新增材質清單"
  486. Me.新增材質清單_bt.UseVisualStyleBackColor = True
  487. '
  488. '新增季節清單_bt
  489. '
  490. Me.新增季節清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.新增季節清單_bt.ForeColor = System.Drawing.Color.Olive
  492. Me.新增季節清單_bt.Location = New System.Drawing.Point(1439, 137)
  493. Me.新增季節清單_bt.Name = "新增季節清單_bt"
  494. Me.新增季節清單_bt.Size = New System.Drawing.Size(98, 25)
  495. Me.新增季節清單_bt.TabIndex = 739
  496. Me.新增季節清單_bt.Text = "新增季節清單"
  497. Me.新增季節清單_bt.UseVisualStyleBackColor = True
  498. '
  499. '新增模具廠_bt
  500. '
  501. Me.新增模具廠_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  502. Me.新增模具廠_bt.ForeColor = System.Drawing.Color.Olive
  503. Me.新增模具廠_bt.Location = New System.Drawing.Point(1439, 7)
  504. Me.新增模具廠_bt.Name = "新增模具廠_bt"
  505. Me.新增模具廠_bt.Size = New System.Drawing.Size(98, 25)
  506. Me.新增模具廠_bt.TabIndex = 740
  507. Me.新增模具廠_bt.Text = "新增模具廠"
  508. Me.新增模具廠_bt.UseVisualStyleBackColor = True
  509. '
  510. '新增楦頭編號_bt
  511. '
  512. Me.新增楦頭編號_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. Me.新增楦頭編號_bt.ForeColor = System.Drawing.Color.Olive
  514. Me.新增楦頭編號_bt.Location = New System.Drawing.Point(1439, 85)
  515. Me.新增楦頭編號_bt.Name = "新增楦頭編號_bt"
  516. Me.新增楦頭編號_bt.Size = New System.Drawing.Size(98, 25)
  517. Me.新增楦頭編號_bt.TabIndex = 741
  518. Me.新增楦頭編號_bt.Text = "新增楦頭編號"
  519. Me.新增楦頭編號_bt.UseVisualStyleBackColor = True
  520. '
  521. '新增大底廠_bt
  522. '
  523. Me.新增大底廠_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  524. Me.新增大底廠_bt.ForeColor = System.Drawing.Color.Olive
  525. Me.新增大底廠_bt.Location = New System.Drawing.Point(1439, 111)
  526. Me.新增大底廠_bt.Name = "新增大底廠_bt"
  527. Me.新增大底廠_bt.Size = New System.Drawing.Size(98, 25)
  528. Me.新增大底廠_bt.TabIndex = 742
  529. Me.新增大底廠_bt.Text = "新增大底廠"
  530. Me.新增大底廠_bt.UseVisualStyleBackColor = True
  531. '
  532. 'TextBox8
  533. '
  534. Me.TextBox8.Location = New System.Drawing.Point(561, 268)
  535. Me.TextBox8.Name = "TextBox8"
  536. Me.TextBox8.Size = New System.Drawing.Size(157, 23)
  537. Me.TextBox8.TabIndex = 743
  538. '
  539. 'TextBox9
  540. '
  541. Me.TextBox9.Location = New System.Drawing.Point(398, 268)
  542. Me.TextBox9.Name = "TextBox9"
  543. Me.TextBox9.Size = New System.Drawing.Size(157, 23)
  544. Me.TextBox9.TabIndex = 744
  545. '
  546. 'C_N_lb
  547. '
  548. Me.C_N_lb.AutoSize = True
  549. Me.C_N_lb.Location = New System.Drawing.Point(329, 170)
  550. Me.C_N_lb.Name = "C_N_lb"
  551. Me.C_N_lb.Size = New System.Drawing.Size(44, 16)
  552. Me.C_N_lb.TabIndex = 745
  553. Me.C_N_lb.Text = "C_N_ : "
  554. '
  555. 'CN_tb
  556. '
  557. Me.CN_tb.Location = New System.Drawing.Point(398, 167)
  558. Me.CN_tb.Name = "CN_tb"
  559. Me.CN_tb.Size = New System.Drawing.Size(321, 23)
  560. Me.CN_tb.TabIndex = 746
  561. '
  562. '模具開發控制表
  563. '
  564. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  565. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  566. Me.ClientSize = New System.Drawing.Size(1914, 971)
  567. Me.Controls.Add(Me.CN_tb)
  568. Me.Controls.Add(Me.C_N_lb)
  569. Me.Controls.Add(Me.TextBox9)
  570. Me.Controls.Add(Me.TextBox8)
  571. Me.Controls.Add(Me.新增大底廠_bt)
  572. Me.Controls.Add(Me.新增楦頭編號_bt)
  573. Me.Controls.Add(Me.新增模具廠_bt)
  574. Me.Controls.Add(Me.新增季節清單_bt)
  575. Me.Controls.Add(Me.新增材質清單_bt)
  576. Me.Controls.Add(Me.新增結構清單_bt)
  577. Me.Controls.Add(Me.列印_bt)
  578. Me.Controls.Add(Me.模具開發控制表清單_lb)
  579. Me.Controls.Add(Me.查詢_bt)
  580. Me.Controls.Add(Me.儲存修改_bt)
  581. Me.Controls.Add(Me.修改_bt)
  582. Me.Controls.Add(Me.儲存新增_bt)
  583. Me.Controls.Add(Me.新增_bt)
  584. Me.Controls.Add(Me.模具編號_lb)
  585. Me.Controls.Add(Me.模具編號_tb)
  586. Me.Controls.Add(Me.清單_dgv)
  587. Me.Controls.Add(Me.圖片修改存檔_bt)
  588. Me.Controls.Add(Me.WebBrowser2)
  589. Me.Controls.Add(Me.TextBox7)
  590. Me.Controls.Add(Me.我的電腦_lb)
  591. Me.Controls.Add(Me.讀取料夾路徑_bt)
  592. Me.Controls.Add(Me.檔案名稱_lb)
  593. Me.Controls.Add(Me.檔案名稱_tb)
  594. Me.Controls.Add(Me.PictureBox1)
  595. Me.Controls.Add(Me.模具開發單編碼_tb)
  596. Me.Controls.Add(Me.備註_lb)
  597. Me.Controls.Add(Me.備註_tb)
  598. Me.Controls.Add(Me.季節_cb)
  599. Me.Controls.Add(Me.季節_lb)
  600. Me.Controls.Add(Me.尺寸_lb)
  601. Me.Controls.Add(Me.尺寸_tb)
  602. Me.Controls.Add(Me.大底廠_cb)
  603. Me.Controls.Add(Me.大底廠_lb)
  604. Me.Controls.Add(Me.品牌_cb)
  605. Me.Controls.Add(Me.品牌_lb)
  606. Me.Controls.Add(Me.參考漾鞋編號_lb)
  607. Me.Controls.Add(Me.參考漾鞋編號_tb)
  608. Me.Controls.Add(Me.楦頭編號_cb)
  609. Me.Controls.Add(Me.楦頭編號_lb)
  610. Me.Controls.Add(Me.材質_cb)
  611. Me.Controls.Add(Me.材質_lb)
  612. Me.Controls.Add(Me.結構_cb)
  613. Me.Controls.Add(Me.模具廠_cb)
  614. Me.Controls.Add(Me.模具廠_lb)
  615. Me.Controls.Add(Me.結構_lb)
  616. Me.Controls.Add(Me.模具開發單編碼_lb)
  617. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  618. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  619. Me.Name = "模具開發控制表"
  620. Me.Text = "模具開發控制表"
  621. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  622. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  623. Me.ResumeLayout(False)
  624. Me.PerformLayout()
  625. End Sub
  626. Friend WithEvents 結構_lb As Label
  627. Friend WithEvents 模具廠_lb As Label
  628. Friend WithEvents 模具廠_cb As ComboBox
  629. Friend WithEvents 結構_cb As ComboBox
  630. Friend WithEvents 材質_cb As ComboBox
  631. Friend WithEvents 材質_lb As Label
  632. Friend WithEvents 楦頭編號_cb As ComboBox
  633. Friend WithEvents 楦頭編號_lb As Label
  634. Friend WithEvents 參考漾鞋編號_tb As TextBox
  635. Friend WithEvents 參考漾鞋編號_lb As Label
  636. Friend WithEvents 品牌_cb As ComboBox
  637. Friend WithEvents 品牌_lb As Label
  638. Friend WithEvents 大底廠_cb As ComboBox
  639. Friend WithEvents 大底廠_lb As Label
  640. Friend WithEvents 尺寸_lb As Label
  641. Friend WithEvents 尺寸_tb As TextBox
  642. Friend WithEvents 季節_lb As Label
  643. Friend WithEvents 季節_cb As ComboBox
  644. Friend WithEvents 備註_lb As Label
  645. Friend WithEvents 備註_tb As TextBox
  646. Friend WithEvents 模具開發單編碼_lb As Label
  647. Friend WithEvents 模具開發單編碼_tb As TextBox
  648. Friend WithEvents PictureBox1 As PictureBox
  649. Friend WithEvents 圖片修改存檔_bt As Button
  650. Friend WithEvents WebBrowser2 As WebBrowser
  651. Friend WithEvents TextBox7 As TextBox
  652. Friend WithEvents 我的電腦_lb As Label
  653. Friend WithEvents 讀取料夾路徑_bt As Button
  654. Friend WithEvents 檔案名稱_lb As Label
  655. Friend WithEvents 檔案名稱_tb As TextBox
  656. Friend WithEvents 清單_dgv As DataGridView
  657. Friend WithEvents 模具編號_lb As Label
  658. Friend WithEvents 模具編號_tb As TextBox
  659. Friend WithEvents 新增_bt As Button
  660. Friend WithEvents 儲存新增_bt As Button
  661. Friend WithEvents 修改_bt As Button
  662. Friend WithEvents 儲存修改_bt As Button
  663. Friend WithEvents 查詢_bt As Button
  664. Friend WithEvents 模具開發控制表清單_lb As Label
  665. Friend WithEvents 列印_bt As Button
  666. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  667. Friend WithEvents 新增結構清單_bt As Button
  668. Friend WithEvents 新增材質清單_bt As Button
  669. Friend WithEvents 新增季節清單_bt As Button
  670. Friend WithEvents 新增模具廠_bt As Button
  671. Friend WithEvents 新增楦頭編號_bt As Button
  672. Friend WithEvents 新增大底廠_bt As Button
  673. Friend WithEvents TextBox8 As TextBox
  674. Friend WithEvents TextBox9 As TextBox
  675. Friend WithEvents C_N_lb As Label
  676. Friend WithEvents CN_tb As TextBox
  677. End Class