Ei kuvausta
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.

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

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