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.

鞋樣素描控制表.Designer.vb 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.楦頭控制表清單_lb = New System.Windows.Forms.Label()
  27. Me.查詢_bt = New System.Windows.Forms.Button()
  28. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  29. Me.模具控制表清單_lb = New System.Windows.Forms.Label()
  30. Me.清單2_dgv = New System.Windows.Forms.DataGridView()
  31. Me.清單3_dgv = New System.Windows.Forms.DataGridView()
  32. Me.品牌_cb = New System.Windows.Forms.ComboBox()
  33. Me.品牌_lb = New System.Windows.Forms.Label()
  34. Me.清單4_dgv = New System.Windows.Forms.DataGridView()
  35. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  36. Me.鞋樣素描圖編號_lb = New System.Windows.Forms.Label()
  37. Me.鞋樣素描圖編號_tb = New System.Windows.Forms.TextBox()
  38. Me.楦頭編號_lb = New System.Windows.Forms.Label()
  39. Me.楦頭編號_tb = New System.Windows.Forms.TextBox()
  40. Me.型體編號_lb = New System.Windows.Forms.Label()
  41. Me.型體編號_tb = New System.Windows.Forms.TextBox()
  42. Me.型體名稱_lb = New System.Windows.Forms.Label()
  43. Me.型體名稱_tb = New System.Windows.Forms.TextBox()
  44. Me.模具編號_lb = New System.Windows.Forms.Label()
  45. Me.模具編號_tb = New System.Windows.Forms.TextBox()
  46. Me.儲存修改_bt = New System.Windows.Forms.Button()
  47. Me.修改_bt = New System.Windows.Forms.Button()
  48. Me.儲存新增_bt = New System.Windows.Forms.Button()
  49. Me.新增_bt = New System.Windows.Forms.Button()
  50. Me.圖片修改存檔_bt = New System.Windows.Forms.Button()
  51. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  52. Me.TextBox7 = New System.Windows.Forms.TextBox()
  53. Me.我的電腦_lb = New System.Windows.Forms.Label()
  54. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  55. Me.Label15 = New System.Windows.Forms.Label()
  56. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  57. Me.鞋樣素描圖清單_lb = New System.Windows.Forms.Label()
  58. Me.查詢1_bt = New System.Windows.Forms.Button()
  59. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  60. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  61. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.清單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.清單4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.SuspendLayout()
  67. '
  68. '楦頭控制表清單_lb
  69. '
  70. Me.楦頭控制表清單_lb.AutoSize = True
  71. Me.楦頭控制表清單_lb.Location = New System.Drawing.Point(12, 9)
  72. Me.楦頭控制表清單_lb.Name = "楦頭控制表清單_lb"
  73. Me.楦頭控制表清單_lb.Size = New System.Drawing.Size(91, 16)
  74. Me.楦頭控制表清單_lb.TabIndex = 649
  75. Me.楦頭控制表清單_lb.Text = "楦頭控制表清單"
  76. '
  77. '查詢_bt
  78. '
  79. Me.查詢_bt.ForeColor = System.Drawing.Color.Green
  80. Me.查詢_bt.Location = New System.Drawing.Point(176, 4)
  81. Me.查詢_bt.Name = "查詢_bt"
  82. Me.查詢_bt.Size = New System.Drawing.Size(145, 24)
  83. Me.查詢_bt.TabIndex = 648
  84. Me.查詢_bt.Text = "查詢"
  85. Me.查詢_bt.UseVisualStyleBackColor = True
  86. '
  87. '清單1_dgv
  88. '
  89. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  90. Me.清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  91. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  93. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  94. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  95. Me.清單1_dgv.Location = New System.Drawing.Point(12, 31)
  96. Me.清單1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  97. Me.清單1_dgv.Name = "清單1_dgv"
  98. Me.清單1_dgv.RowHeadersWidth = 5
  99. Me.清單1_dgv.RowTemplate.Height = 24
  100. Me.清單1_dgv.Size = New System.Drawing.Size(309, 934)
  101. Me.清單1_dgv.TabIndex = 647
  102. '
  103. '模具控制表清單_lb
  104. '
  105. Me.模具控制表清單_lb.AutoSize = True
  106. Me.模具控制表清單_lb.Location = New System.Drawing.Point(327, 9)
  107. Me.模具控制表清單_lb.Name = "模具控制表清單_lb"
  108. Me.模具控制表清單_lb.Size = New System.Drawing.Size(91, 16)
  109. Me.模具控制表清單_lb.TabIndex = 652
  110. Me.模具控制表清單_lb.Text = "模具控制表清單"
  111. '
  112. '清單2_dgv
  113. '
  114. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  115. Me.清單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  116. Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  117. Me.清單2_dgv.BackgroundColor = System.Drawing.Color.White
  118. Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  119. Me.清單2_dgv.Location = New System.Drawing.Point(327, 31)
  120. Me.清單2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  121. Me.清單2_dgv.Name = "清單2_dgv"
  122. Me.清單2_dgv.RowHeadersWidth = 5
  123. Me.清單2_dgv.RowTemplate.Height = 24
  124. Me.清單2_dgv.Size = New System.Drawing.Size(385, 300)
  125. Me.清單2_dgv.TabIndex = 650
  126. '
  127. '清單3_dgv
  128. '
  129. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  130. Me.清單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  131. Me.清單3_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  132. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  133. Me.清單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  134. Me.清單3_dgv.BackgroundColor = System.Drawing.Color.White
  135. Me.清單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  136. Me.清單3_dgv.Location = New System.Drawing.Point(327, 369)
  137. Me.清單3_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  138. Me.清單3_dgv.Name = "清單3_dgv"
  139. Me.清單3_dgv.RowHeadersWidth = 5
  140. Me.清單3_dgv.RowTemplate.Height = 24
  141. Me.清單3_dgv.Size = New System.Drawing.Size(385, 596)
  142. Me.清單3_dgv.TabIndex = 653
  143. '
  144. '品牌_cb
  145. '
  146. Me.品牌_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  147. Me.品牌_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  148. Me.品牌_cb.FormattingEnabled = True
  149. Me.品牌_cb.Location = New System.Drawing.Point(365, 338)
  150. Me.品牌_cb.Name = "品牌_cb"
  151. Me.品牌_cb.Size = New System.Drawing.Size(347, 24)
  152. Me.品牌_cb.TabIndex = 654
  153. '
  154. '品牌_lb
  155. '
  156. Me.品牌_lb.AutoSize = True
  157. Me.品牌_lb.Location = New System.Drawing.Point(327, 341)
  158. Me.品牌_lb.Name = "品牌_lb"
  159. Me.品牌_lb.Size = New System.Drawing.Size(31, 16)
  160. Me.品牌_lb.TabIndex = 655
  161. Me.品牌_lb.Text = "品牌"
  162. '
  163. '清單4_dgv
  164. '
  165. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  166. Me.清單4_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  167. Me.清單4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  168. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  169. Me.清單4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  170. Me.清單4_dgv.BackgroundColor = System.Drawing.Color.White
  171. Me.清單4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  172. Me.清單4_dgv.Location = New System.Drawing.Point(718, 31)
  173. Me.清單4_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  174. Me.清單4_dgv.Name = "清單4_dgv"
  175. Me.清單4_dgv.RowHeadersWidth = 5
  176. Me.清單4_dgv.RowTemplate.Height = 24
  177. Me.清單4_dgv.Size = New System.Drawing.Size(1184, 389)
  178. Me.清單4_dgv.TabIndex = 656
  179. '
  180. 'PictureBox1
  181. '
  182. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  183. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  184. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  185. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  186. Me.PictureBox1.Location = New System.Drawing.Point(718, 501)
  187. Me.PictureBox1.Name = "PictureBox1"
  188. Me.PictureBox1.Size = New System.Drawing.Size(715, 464)
  189. Me.PictureBox1.TabIndex = 781
  190. Me.PictureBox1.TabStop = False
  191. '
  192. '鞋樣素描圖編號_lb
  193. '
  194. Me.鞋樣素描圖編號_lb.AutoSize = True
  195. Me.鞋樣素描圖編號_lb.Location = New System.Drawing.Point(718, 428)
  196. Me.鞋樣素描圖編號_lb.Name = "鞋樣素描圖編號_lb"
  197. Me.鞋樣素描圖編號_lb.Size = New System.Drawing.Size(91, 16)
  198. Me.鞋樣素描圖編號_lb.TabIndex = 783
  199. Me.鞋樣素描圖編號_lb.Text = "鞋樣素描圖編號"
  200. '
  201. '鞋樣素描圖編號_tb
  202. '
  203. Me.鞋樣素描圖編號_tb.Location = New System.Drawing.Point(816, 424)
  204. Me.鞋樣素描圖編號_tb.Name = "鞋樣素描圖編號_tb"
  205. Me.鞋樣素描圖編號_tb.Size = New System.Drawing.Size(257, 23)
  206. Me.鞋樣素描圖編號_tb.TabIndex = 782
  207. '
  208. '楦頭編號_lb
  209. '
  210. Me.楦頭編號_lb.AutoSize = True
  211. Me.楦頭編號_lb.Location = New System.Drawing.Point(718, 453)
  212. Me.楦頭編號_lb.Name = "楦頭編號_lb"
  213. Me.楦頭編號_lb.Size = New System.Drawing.Size(55, 16)
  214. Me.楦頭編號_lb.TabIndex = 785
  215. Me.楦頭編號_lb.Text = "楦頭編號"
  216. '
  217. '楦頭編號_tb
  218. '
  219. Me.楦頭編號_tb.Location = New System.Drawing.Point(789, 449)
  220. Me.楦頭編號_tb.Name = "楦頭編號_tb"
  221. Me.楦頭編號_tb.Size = New System.Drawing.Size(284, 23)
  222. Me.楦頭編號_tb.TabIndex = 784
  223. '
  224. '型體編號_lb
  225. '
  226. Me.型體編號_lb.AutoSize = True
  227. Me.型體編號_lb.Location = New System.Drawing.Point(1078, 454)
  228. Me.型體編號_lb.Name = "型體編號_lb"
  229. Me.型體編號_lb.Size = New System.Drawing.Size(55, 16)
  230. Me.型體編號_lb.TabIndex = 787
  231. Me.型體編號_lb.Text = "型體編號"
  232. '
  233. '型體編號_tb
  234. '
  235. Me.型體編號_tb.Location = New System.Drawing.Point(1149, 450)
  236. Me.型體編號_tb.Name = "型體編號_tb"
  237. Me.型體編號_tb.Size = New System.Drawing.Size(284, 23)
  238. Me.型體編號_tb.TabIndex = 786
  239. '
  240. '型體名稱_lb
  241. '
  242. Me.型體名稱_lb.AutoSize = True
  243. Me.型體名稱_lb.Location = New System.Drawing.Point(1078, 479)
  244. Me.型體名稱_lb.Name = "型體名稱_lb"
  245. Me.型體名稱_lb.Size = New System.Drawing.Size(55, 16)
  246. Me.型體名稱_lb.TabIndex = 789
  247. Me.型體名稱_lb.Text = "型體名稱"
  248. '
  249. '型體名稱_tb
  250. '
  251. Me.型體名稱_tb.Location = New System.Drawing.Point(1149, 475)
  252. Me.型體名稱_tb.Name = "型體名稱_tb"
  253. Me.型體名稱_tb.Size = New System.Drawing.Size(284, 23)
  254. Me.型體名稱_tb.TabIndex = 788
  255. '
  256. '模具編號_lb
  257. '
  258. Me.模具編號_lb.AutoSize = True
  259. Me.模具編號_lb.Location = New System.Drawing.Point(718, 478)
  260. Me.模具編號_lb.Name = "模具編號_lb"
  261. Me.模具編號_lb.Size = New System.Drawing.Size(55, 16)
  262. Me.模具編號_lb.TabIndex = 791
  263. Me.模具編號_lb.Text = "模具編號"
  264. '
  265. '模具編號_tb
  266. '
  267. Me.模具編號_tb.Location = New System.Drawing.Point(789, 474)
  268. Me.模具編號_tb.Name = "模具編號_tb"
  269. Me.模具編號_tb.Size = New System.Drawing.Size(284, 23)
  270. Me.模具編號_tb.TabIndex = 790
  271. '
  272. '儲存修改_bt
  273. '
  274. Me.儲存修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green
  276. Me.儲存修改_bt.Location = New System.Drawing.Point(1789, 426)
  277. Me.儲存修改_bt.Name = "儲存修改_bt"
  278. Me.儲存修改_bt.Size = New System.Drawing.Size(113, 40)
  279. Me.儲存修改_bt.TabIndex = 805
  280. Me.儲存修改_bt.Text = "儲存修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
  281. Me.儲存修改_bt.UseVisualStyleBackColor = True
  282. '
  283. '修改_bt
  284. '
  285. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  287. Me.修改_bt.Location = New System.Drawing.Point(1672, 426)
  288. Me.修改_bt.Name = "修改_bt"
  289. Me.修改_bt.Size = New System.Drawing.Size(113, 40)
  290. Me.修改_bt.TabIndex = 804
  291. Me.修改_bt.Text = "修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
  292. Me.修改_bt.UseVisualStyleBackColor = True
  293. '
  294. '儲存新增_bt
  295. '
  296. Me.儲存新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.儲存新增_bt.ForeColor = System.Drawing.Color.Blue
  298. Me.儲存新增_bt.Location = New System.Drawing.Point(1555, 426)
  299. Me.儲存新增_bt.Name = "儲存新增_bt"
  300. Me.儲存新增_bt.Size = New System.Drawing.Size(113, 40)
  301. Me.儲存新增_bt.TabIndex = 803
  302. Me.儲存新增_bt.Text = "儲存新增"
  303. Me.儲存新增_bt.UseVisualStyleBackColor = True
  304. '
  305. '新增_bt
  306. '
  307. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  309. Me.新增_bt.Location = New System.Drawing.Point(1438, 426)
  310. Me.新增_bt.Name = "新增_bt"
  311. Me.新增_bt.Size = New System.Drawing.Size(113, 40)
  312. Me.新增_bt.TabIndex = 802
  313. Me.新增_bt.Text = "新增"
  314. Me.新增_bt.UseVisualStyleBackColor = True
  315. '
  316. '圖片修改存檔_bt
  317. '
  318. Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green
  319. Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1775, 472)
  320. Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt"
  321. Me.圖片修改存檔_bt.Size = New System.Drawing.Size(127, 22)
  322. Me.圖片修改存檔_bt.TabIndex = 800
  323. Me.圖片修改存檔_bt.Text = "圖片修改存檔"
  324. Me.圖片修改存檔_bt.UseVisualStyleBackColor = True
  325. '
  326. 'WebBrowser2
  327. '
  328. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  329. Or System.Windows.Forms.AnchorStyles.Left) _
  330. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  331. Me.WebBrowser2.Location = New System.Drawing.Point(1439, 501)
  332. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  333. Me.WebBrowser2.Name = "WebBrowser2"
  334. Me.WebBrowser2.Size = New System.Drawing.Size(463, 434)
  335. Me.WebBrowser2.TabIndex = 797
  336. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  337. '
  338. 'TextBox7
  339. '
  340. Me.TextBox7.AllowDrop = True
  341. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  342. Me.TextBox7.Location = New System.Drawing.Point(1656, 472)
  343. Me.TextBox7.Multiline = True
  344. Me.TextBox7.Name = "TextBox7"
  345. Me.TextBox7.Size = New System.Drawing.Size(99, 23)
  346. Me.TextBox7.TabIndex = 796
  347. '
  348. '我的電腦_lb
  349. '
  350. Me.我的電腦_lb.AutoSize = True
  351. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.我的電腦_lb.Location = New System.Drawing.Point(1439, 472)
  353. Me.我的電腦_lb.Name = "我的電腦_lb"
  354. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  355. Me.我的電腦_lb.TabIndex = 795
  356. Me.我的電腦_lb.Text = "我的電腦"
  357. '
  358. '讀取料夾路徑_bt
  359. '
  360. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  361. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  362. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(1531, 472)
  363. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  364. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  365. Me.讀取料夾路徑_bt.TabIndex = 794
  366. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  367. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  368. '
  369. 'Label15
  370. '
  371. Me.Label15.AutoSize = True
  372. Me.Label15.Location = New System.Drawing.Point(1440, 675)
  373. Me.Label15.Name = "Label15"
  374. Me.Label15.Size = New System.Drawing.Size(55, 16)
  375. Me.Label15.TabIndex = 793
  376. Me.Label15.Text = "檔案名稱"
  377. '
  378. '檔案名稱_tb
  379. '
  380. Me.檔案名稱_tb.AllowDrop = True
  381. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  382. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  383. Me.檔案名稱_tb.Location = New System.Drawing.Point(1502, 942)
  384. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  385. Me.檔案名稱_tb.Multiline = True
  386. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  387. Me.檔案名稱_tb.Size = New System.Drawing.Size(400, 23)
  388. Me.檔案名稱_tb.TabIndex = 792
  389. '
  390. '鞋樣素描圖清單_lb
  391. '
  392. Me.鞋樣素描圖清單_lb.AutoSize = True
  393. Me.鞋樣素描圖清單_lb.Location = New System.Drawing.Point(715, 8)
  394. Me.鞋樣素描圖清單_lb.Name = "鞋樣素描圖清單_lb"
  395. Me.鞋樣素描圖清單_lb.Size = New System.Drawing.Size(91, 16)
  396. Me.鞋樣素描圖清單_lb.TabIndex = 806
  397. Me.鞋樣素描圖清單_lb.Text = "鞋樣素描圖清單"
  398. '
  399. '查詢1_bt
  400. '
  401. Me.查詢1_bt.ForeColor = System.Drawing.Color.Green
  402. Me.查詢1_bt.Location = New System.Drawing.Point(813, 5)
  403. Me.查詢1_bt.Name = "查詢1_bt"
  404. Me.查詢1_bt.Size = New System.Drawing.Size(145, 24)
  405. Me.查詢1_bt.TabIndex = 807
  406. Me.查詢1_bt.Text = "查詢"
  407. Me.查詢1_bt.UseVisualStyleBackColor = True
  408. '
  409. '檔案名稱_lb
  410. '
  411. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  412. Me.檔案名稱_lb.AutoSize = True
  413. Me.檔案名稱_lb.Location = New System.Drawing.Point(1441, 946)
  414. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  415. Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
  416. Me.檔案名稱_lb.TabIndex = 808
  417. Me.檔案名稱_lb.Text = "檔案名稱"
  418. '
  419. '鞋樣素描控制表
  420. '
  421. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  422. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  423. Me.ClientSize = New System.Drawing.Size(1914, 971)
  424. Me.Controls.Add(Me.檔案名稱_lb)
  425. Me.Controls.Add(Me.查詢1_bt)
  426. Me.Controls.Add(Me.鞋樣素描圖清單_lb)
  427. Me.Controls.Add(Me.儲存修改_bt)
  428. Me.Controls.Add(Me.修改_bt)
  429. Me.Controls.Add(Me.儲存新增_bt)
  430. Me.Controls.Add(Me.新增_bt)
  431. Me.Controls.Add(Me.圖片修改存檔_bt)
  432. Me.Controls.Add(Me.WebBrowser2)
  433. Me.Controls.Add(Me.TextBox7)
  434. Me.Controls.Add(Me.我的電腦_lb)
  435. Me.Controls.Add(Me.讀取料夾路徑_bt)
  436. Me.Controls.Add(Me.Label15)
  437. Me.Controls.Add(Me.檔案名稱_tb)
  438. Me.Controls.Add(Me.模具編號_lb)
  439. Me.Controls.Add(Me.模具編號_tb)
  440. Me.Controls.Add(Me.型體名稱_lb)
  441. Me.Controls.Add(Me.型體名稱_tb)
  442. Me.Controls.Add(Me.型體編號_lb)
  443. Me.Controls.Add(Me.型體編號_tb)
  444. Me.Controls.Add(Me.楦頭編號_lb)
  445. Me.Controls.Add(Me.楦頭編號_tb)
  446. Me.Controls.Add(Me.鞋樣素描圖編號_lb)
  447. Me.Controls.Add(Me.鞋樣素描圖編號_tb)
  448. Me.Controls.Add(Me.PictureBox1)
  449. Me.Controls.Add(Me.清單4_dgv)
  450. Me.Controls.Add(Me.品牌_lb)
  451. Me.Controls.Add(Me.品牌_cb)
  452. Me.Controls.Add(Me.清單3_dgv)
  453. Me.Controls.Add(Me.模具控制表清單_lb)
  454. Me.Controls.Add(Me.清單2_dgv)
  455. Me.Controls.Add(Me.楦頭控制表清單_lb)
  456. Me.Controls.Add(Me.查詢_bt)
  457. Me.Controls.Add(Me.清單1_dgv)
  458. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  459. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  460. Me.Name = "鞋樣素描控制表"
  461. Me.Text = "鞋樣素描控制表"
  462. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  463. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  464. CType(Me.清單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  465. CType(Me.清單4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  466. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  467. Me.ResumeLayout(False)
  468. Me.PerformLayout()
  469. End Sub
  470. Friend WithEvents 楦頭控制表清單_lb As Label
  471. Friend WithEvents 查詢_bt As Button
  472. Friend WithEvents 清單1_dgv As DataGridView
  473. Friend WithEvents 模具控制表清單_lb As Label
  474. Friend WithEvents 清單2_dgv As DataGridView
  475. Friend WithEvents 清單3_dgv As DataGridView
  476. Friend WithEvents 品牌_cb As ComboBox
  477. Friend WithEvents 品牌_lb As Label
  478. Friend WithEvents 清單4_dgv As DataGridView
  479. Friend WithEvents PictureBox1 As PictureBox
  480. Friend WithEvents 鞋樣素描圖編號_lb As Label
  481. Friend WithEvents 鞋樣素描圖編號_tb As TextBox
  482. Friend WithEvents 楦頭編號_lb As Label
  483. Friend WithEvents 楦頭編號_tb As TextBox
  484. Friend WithEvents 型體編號_lb As Label
  485. Friend WithEvents 型體編號_tb As TextBox
  486. Friend WithEvents 型體名稱_lb As Label
  487. Friend WithEvents 型體名稱_tb As TextBox
  488. Friend WithEvents 模具編號_lb As Label
  489. Friend WithEvents 模具編號_tb As TextBox
  490. Friend WithEvents 儲存修改_bt As Button
  491. Friend WithEvents 修改_bt As Button
  492. Friend WithEvents 儲存新增_bt As Button
  493. Friend WithEvents 新增_bt As Button
  494. Friend WithEvents 圖片修改存檔_bt As Button
  495. Friend WithEvents WebBrowser2 As WebBrowser
  496. Friend WithEvents TextBox7 As TextBox
  497. Friend WithEvents 我的電腦_lb As Label
  498. Friend WithEvents 讀取料夾路徑_bt As Button
  499. Friend WithEvents Label15 As Label
  500. Friend WithEvents 檔案名稱_tb As TextBox
  501. Friend WithEvents 鞋樣素描圖清單_lb As Label
  502. Friend WithEvents 查詢1_bt As Button
  503. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  504. Friend WithEvents 檔案名稱_lb As Label
  505. End Class