Brak opisu
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 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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.Label6 = New System.Windows.Forms.Label()
  24. Me.TextBox3 = New System.Windows.Forms.TextBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  28. Me.Button1 = New System.Windows.Forms.Button()
  29. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  30. Me.Label8 = New System.Windows.Forms.Label()
  31. Me.Button11 = New System.Windows.Forms.Button()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.TextBox4 = New System.Windows.Forms.TextBox()
  34. Me.Button31 = New System.Windows.Forms.Button()
  35. Me.TextBox2 = New System.Windows.Forms.TextBox()
  36. Me.TextBox1 = New System.Windows.Forms.TextBox()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  40. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  41. Me.Label5 = New System.Windows.Forms.Label()
  42. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  43. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. 'Label6
  47. '
  48. Me.Label6.AutoSize = True
  49. Me.Label6.ForeColor = System.Drawing.Color.Red
  50. Me.Label6.Location = New System.Drawing.Point(229, 41)
  51. Me.Label6.Name = "Label6"
  52. Me.Label6.Size = New System.Drawing.Size(424, 16)
  53. Me.Label6.TabIndex = 589
  54. Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  55. '
  56. 'TextBox3
  57. '
  58. Me.TextBox3.AllowDrop = True
  59. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  60. Me.TextBox3.Location = New System.Drawing.Point(1259, 38)
  61. Me.TextBox3.Multiline = True
  62. Me.TextBox3.Name = "TextBox3"
  63. Me.TextBox3.Size = New System.Drawing.Size(142, 23)
  64. Me.TextBox3.TabIndex = 588
  65. '
  66. 'Label4
  67. '
  68. Me.Label4.AutoSize = True
  69. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. Me.Label4.Location = New System.Drawing.Point(12, 548)
  71. Me.Label4.Name = "Label4"
  72. Me.Label4.Size = New System.Drawing.Size(156, 24)
  73. Me.Label4.TabIndex = 586
  74. Me.Label4.Text = "伺服器FTP文件夾"
  75. '
  76. 'Label1
  77. '
  78. Me.Label1.AutoSize = True
  79. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Label1.Location = New System.Drawing.Point(12, 37)
  81. Me.Label1.Name = "Label1"
  82. Me.Label1.Size = New System.Drawing.Size(86, 24)
  83. Me.Label1.TabIndex = 585
  84. Me.Label1.Text = "我的電腦"
  85. '
  86. 'WebBrowser2
  87. '
  88. Me.WebBrowser2.Location = New System.Drawing.Point(12, 67)
  89. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  90. Me.WebBrowser2.Name = "WebBrowser2"
  91. Me.WebBrowser2.Size = New System.Drawing.Size(1627, 449)
  92. Me.WebBrowser2.TabIndex = 571
  93. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  94. '
  95. 'Button1
  96. '
  97. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.Button1.ForeColor = System.Drawing.Color.Blue
  99. Me.Button1.Location = New System.Drawing.Point(104, 37)
  100. Me.Button1.Name = "Button1"
  101. Me.Button1.Size = New System.Drawing.Size(119, 24)
  102. Me.Button1.TabIndex = 584
  103. Me.Button1.Text = "讀取料夾路徑"
  104. Me.Button1.UseVisualStyleBackColor = True
  105. '
  106. 'CheckBox1
  107. '
  108. Me.CheckBox1.AutoSize = True
  109. Me.CheckBox1.Location = New System.Drawing.Point(1259, 12)
  110. Me.CheckBox1.Name = "CheckBox1"
  111. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  112. Me.CheckBox1.TabIndex = 583
  113. Me.CheckBox1.Text = "特殊模式"
  114. Me.CheckBox1.UseVisualStyleBackColor = True
  115. '
  116. 'Label8
  117. '
  118. Me.Label8.AutoSize = True
  119. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.Label8.ForeColor = System.Drawing.Color.Red
  121. Me.Label8.Location = New System.Drawing.Point(886, 9)
  122. Me.Label8.Name = "Label8"
  123. Me.Label8.Size = New System.Drawing.Size(367, 51)
  124. Me.Label8.TabIndex = 582
  125. Me.Label8.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、確認楦頭編號資料、檔案名稱資料無誤後方可按確認" &
  126. "存檔。"
  127. '
  128. 'Button11
  129. '
  130. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.Button11.ForeColor = System.Drawing.Color.Blue
  132. Me.Button11.Location = New System.Drawing.Point(773, 9)
  133. Me.Button11.Name = "Button11"
  134. Me.Button11.Size = New System.Drawing.Size(107, 52)
  135. Me.Button11.TabIndex = 581
  136. Me.Button11.Text = "確認儲存"
  137. Me.Button11.UseVisualStyleBackColor = True
  138. '
  139. 'Label9
  140. '
  141. Me.Label9.AutoSize = True
  142. Me.Label9.Location = New System.Drawing.Point(12, 525)
  143. Me.Label9.Name = "Label9"
  144. Me.Label9.Size = New System.Drawing.Size(56, 16)
  145. Me.Label9.TabIndex = 580
  146. Me.Label9.Text = "檔案名稱"
  147. '
  148. 'TextBox4
  149. '
  150. Me.TextBox4.AllowDrop = True
  151. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  152. Me.TextBox4.Location = New System.Drawing.Point(74, 522)
  153. Me.TextBox4.Multiline = True
  154. Me.TextBox4.Name = "TextBox4"
  155. Me.TextBox4.Size = New System.Drawing.Size(1509, 23)
  156. Me.TextBox4.TabIndex = 579
  157. '
  158. 'Button31
  159. '
  160. Me.Button31.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.Button31.ForeColor = System.Drawing.Color.Black
  162. Me.Button31.Location = New System.Drawing.Point(1492, 9)
  163. Me.Button31.Name = "Button31"
  164. Me.Button31.Size = New System.Drawing.Size(159, 52)
  165. Me.Button31.TabIndex = 578
  166. Me.Button31.Text = "查詢"
  167. Me.Button31.UseVisualStyleBackColor = True
  168. '
  169. 'TextBox2
  170. '
  171. Me.TextBox2.ForeColor = System.Drawing.Color.Black
  172. Me.TextBox2.Location = New System.Drawing.Point(485, 9)
  173. Me.TextBox2.Name = "TextBox2"
  174. Me.TextBox2.Size = New System.Drawing.Size(282, 23)
  175. Me.TextBox2.TabIndex = 577
  176. '
  177. 'TextBox1
  178. '
  179. Me.TextBox1.ForeColor = System.Drawing.Color.Black
  180. Me.TextBox1.Location = New System.Drawing.Point(98, 9)
  181. Me.TextBox1.Name = "TextBox1"
  182. Me.TextBox1.Size = New System.Drawing.Size(282, 23)
  183. Me.TextBox1.TabIndex = 576
  184. '
  185. 'Label3
  186. '
  187. Me.Label3.AutoSize = True
  188. Me.Label3.Location = New System.Drawing.Point(399, 12)
  189. Me.Label3.Name = "Label3"
  190. Me.Label3.Size = New System.Drawing.Size(80, 16)
  191. Me.Label3.TabIndex = 575
  192. Me.Label3.Text = "楦頭圖片編號"
  193. '
  194. 'Label2
  195. '
  196. Me.Label2.AutoSize = True
  197. Me.Label2.Location = New System.Drawing.Point(12, 12)
  198. Me.Label2.Name = "Label2"
  199. Me.Label2.Size = New System.Drawing.Size(56, 16)
  200. Me.Label2.TabIndex = 574
  201. Me.Label2.Text = "楦頭編號"
  202. '
  203. 'DataGridView1
  204. '
  205. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  206. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  207. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  208. Me.DataGridView1.Location = New System.Drawing.Point(1657, 9)
  209. Me.DataGridView1.Name = "DataGridView1"
  210. Me.DataGridView1.RowHeadersWidth = 5
  211. Me.DataGridView1.RowTemplate.Height = 24
  212. Me.DataGridView1.Size = New System.Drawing.Size(245, 955)
  213. Me.DataGridView1.TabIndex = 573
  214. '
  215. 'WebBrowser1
  216. '
  217. Me.WebBrowser1.Location = New System.Drawing.Point(12, 573)
  218. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  219. Me.WebBrowser1.Name = "WebBrowser1"
  220. Me.WebBrowser1.Size = New System.Drawing.Size(1627, 391)
  221. Me.WebBrowser1.TabIndex = 572
  222. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  223. '
  224. 'Label5
  225. '
  226. Me.Label5.AutoSize = True
  227. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.Label5.ForeColor = System.Drawing.Color.Red
  229. Me.Label5.Location = New System.Drawing.Point(1577, 513)
  230. Me.Label5.Name = "Label5"
  231. Me.Label5.Size = New System.Drawing.Size(75, 61)
  232. Me.Label5.TabIndex = 587
  233. Me.Label5.Text = "↓"
  234. '
  235. '楦頭圖片導入資料庫
  236. '
  237. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  238. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  239. Me.ClientSize = New System.Drawing.Size(1914, 971)
  240. Me.Controls.Add(Me.Label6)
  241. Me.Controls.Add(Me.TextBox3)
  242. Me.Controls.Add(Me.Label4)
  243. Me.Controls.Add(Me.Label1)
  244. Me.Controls.Add(Me.Button1)
  245. Me.Controls.Add(Me.CheckBox1)
  246. Me.Controls.Add(Me.Label8)
  247. Me.Controls.Add(Me.Button11)
  248. Me.Controls.Add(Me.Label9)
  249. Me.Controls.Add(Me.TextBox4)
  250. Me.Controls.Add(Me.Button31)
  251. Me.Controls.Add(Me.TextBox2)
  252. Me.Controls.Add(Me.TextBox1)
  253. Me.Controls.Add(Me.Label3)
  254. Me.Controls.Add(Me.Label2)
  255. Me.Controls.Add(Me.DataGridView1)
  256. Me.Controls.Add(Me.WebBrowser1)
  257. Me.Controls.Add(Me.WebBrowser2)
  258. Me.Controls.Add(Me.Label5)
  259. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  260. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  261. Me.Name = "楦頭圖片導入資料庫"
  262. Me.Text = "楦頭圖片導入資料庫"
  263. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  264. Me.ResumeLayout(False)
  265. Me.PerformLayout()
  266. End Sub
  267. Friend WithEvents Label6 As Label
  268. Friend WithEvents TextBox3 As TextBox
  269. Friend WithEvents Label4 As Label
  270. Friend WithEvents Label1 As Label
  271. Friend WithEvents WebBrowser2 As WebBrowser
  272. Friend WithEvents Button1 As Button
  273. Friend WithEvents CheckBox1 As CheckBox
  274. Friend WithEvents Label8 As Label
  275. Friend WithEvents Button11 As Button
  276. Friend WithEvents Label9 As Label
  277. Friend WithEvents TextBox4 As TextBox
  278. Friend WithEvents Button31 As Button
  279. Friend WithEvents TextBox2 As TextBox
  280. Friend WithEvents TextBox1 As TextBox
  281. Friend WithEvents Label3 As Label
  282. Friend WithEvents Label2 As Label
  283. Friend WithEvents DataGridView1 As DataGridView
  284. Friend WithEvents WebBrowser1 As WebBrowser
  285. Friend WithEvents Label5 As Label
  286. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  287. End Class