설명 없음
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.檔案名稱1_tb = New System.Windows.Forms.TextBox()
  24. Me.我的電腦_lb = New System.Windows.Forms.Label()
  25. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  26. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  27. Me.特殊模式_ch = New System.Windows.Forms.CheckBox()
  28. Me.文字提醒1_lb = New System.Windows.Forms.Label()
  29. Me.確認儲存_bt = New System.Windows.Forms.Button()
  30. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  31. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  32. Me.查詢_bt = New System.Windows.Forms.Button()
  33. Me.楦頭圖片編號_tb = New System.Windows.Forms.TextBox()
  34. Me.楦頭編號_tb = New System.Windows.Forms.TextBox()
  35. Me.楦頭圖片編號_lb = New System.Windows.Forms.Label()
  36. Me.楦頭編號_lb = New System.Windows.Forms.Label()
  37. Me.表單_dgv = New System.Windows.Forms.DataGridView()
  38. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  39. CType(Me.表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.SuspendLayout()
  41. '
  42. '檔案名稱1_tb
  43. '
  44. Me.檔案名稱1_tb.AllowDrop = True
  45. Me.檔案名稱1_tb.ForeColor = System.Drawing.Color.Black
  46. Me.檔案名稱1_tb.Location = New System.Drawing.Point(984, 35)
  47. Me.檔案名稱1_tb.Multiline = True
  48. Me.檔案名稱1_tb.Name = "檔案名稱1_tb"
  49. Me.檔案名稱1_tb.Size = New System.Drawing.Size(142, 23)
  50. Me.檔案名稱1_tb.TabIndex = 588
  51. '
  52. '我的電腦_lb
  53. '
  54. Me.我的電腦_lb.AutoSize = True
  55. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. Me.我的電腦_lb.Location = New System.Drawing.Point(2, 3)
  57. Me.我的電腦_lb.Name = "我的電腦_lb"
  58. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  59. Me.我的電腦_lb.TabIndex = 585
  60. Me.我的電腦_lb.Text = "我的電腦"
  61. '
  62. 'WebBrowser2
  63. '
  64. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  65. Or System.Windows.Forms.AnchorStyles.Left) _
  66. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  67. Me.WebBrowser2.Location = New System.Drawing.Point(4, 64)
  68. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  69. Me.WebBrowser2.Name = "WebBrowser2"
  70. Me.WebBrowser2.Size = New System.Drawing.Size(1559, 875)
  71. Me.WebBrowser2.TabIndex = 571
  72. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  73. '
  74. '讀取料夾路徑_bt
  75. '
  76. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  78. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(4, 35)
  79. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  80. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  81. Me.讀取料夾路徑_bt.TabIndex = 584
  82. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  83. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  84. '
  85. '特殊模式_ch
  86. '
  87. Me.特殊模式_ch.AutoSize = True
  88. Me.特殊模式_ch.Location = New System.Drawing.Point(984, 9)
  89. Me.特殊模式_ch.Name = "特殊模式_ch"
  90. Me.特殊模式_ch.Size = New System.Drawing.Size(74, 20)
  91. Me.特殊模式_ch.TabIndex = 583
  92. Me.特殊模式_ch.Text = "特殊模式"
  93. Me.特殊模式_ch.UseVisualStyleBackColor = True
  94. '
  95. '文字提醒1_lb
  96. '
  97. Me.文字提醒1_lb.AutoSize = True
  98. Me.文字提醒1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.文字提醒1_lb.ForeColor = System.Drawing.Color.Red
  100. Me.文字提醒1_lb.Location = New System.Drawing.Point(611, 6)
  101. Me.文字提醒1_lb.Name = "文字提醒1_lb"
  102. Me.文字提醒1_lb.Size = New System.Drawing.Size(367, 51)
  103. Me.文字提醒1_lb.TabIndex = 582
  104. Me.文字提醒1_lb.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、確認楦頭編號資料、檔案名稱資料無誤後方可按確認" &
  105. "存檔。"
  106. '
  107. '確認儲存_bt
  108. '
  109. Me.確認儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.確認儲存_bt.ForeColor = System.Drawing.Color.Blue
  111. Me.確認儲存_bt.Location = New System.Drawing.Point(498, 6)
  112. Me.確認儲存_bt.Name = "確認儲存_bt"
  113. Me.確認儲存_bt.Size = New System.Drawing.Size(107, 52)
  114. Me.確認儲存_bt.TabIndex = 581
  115. Me.確認儲存_bt.Text = "確認儲存"
  116. Me.確認儲存_bt.UseVisualStyleBackColor = True
  117. '
  118. '檔案名稱_lb
  119. '
  120. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  121. Me.檔案名稱_lb.AutoSize = True
  122. Me.檔案名稱_lb.Location = New System.Drawing.Point(3, 945)
  123. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  124. Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
  125. Me.檔案名稱_lb.TabIndex = 580
  126. Me.檔案名稱_lb.Text = "檔案名稱"
  127. '
  128. '檔案名稱_tb
  129. '
  130. Me.檔案名稱_tb.AllowDrop = True
  131. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  132. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  134. Me.檔案名稱_tb.Location = New System.Drawing.Point(65, 943)
  135. Me.檔案名稱_tb.Multiline = True
  136. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  137. Me.檔案名稱_tb.ReadOnly = True
  138. Me.檔案名稱_tb.Size = New System.Drawing.Size(1497, 23)
  139. Me.檔案名稱_tb.TabIndex = 579
  140. '
  141. '查詢_bt
  142. '
  143. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.查詢_bt.ForeColor = System.Drawing.Color.Black
  145. Me.查詢_bt.Location = New System.Drawing.Point(1128, 6)
  146. Me.查詢_bt.Name = "查詢_bt"
  147. Me.查詢_bt.Size = New System.Drawing.Size(159, 52)
  148. Me.查詢_bt.TabIndex = 578
  149. Me.查詢_bt.Text = "查詢"
  150. Me.查詢_bt.UseVisualStyleBackColor = True
  151. '
  152. '楦頭圖片編號_tb
  153. '
  154. Me.楦頭圖片編號_tb.ForeColor = System.Drawing.Color.Black
  155. Me.楦頭圖片編號_tb.Location = New System.Drawing.Point(210, 35)
  156. Me.楦頭圖片編號_tb.Name = "楦頭圖片編號_tb"
  157. Me.楦頭圖片編號_tb.Size = New System.Drawing.Size(282, 23)
  158. Me.楦頭圖片編號_tb.TabIndex = 577
  159. '
  160. '楦頭編號_tb
  161. '
  162. Me.楦頭編號_tb.ForeColor = System.Drawing.Color.Black
  163. Me.楦頭編號_tb.Location = New System.Drawing.Point(210, 9)
  164. Me.楦頭編號_tb.Name = "楦頭編號_tb"
  165. Me.楦頭編號_tb.Size = New System.Drawing.Size(282, 23)
  166. Me.楦頭編號_tb.TabIndex = 576
  167. '
  168. '楦頭圖片編號_lb
  169. '
  170. Me.楦頭圖片編號_lb.AutoSize = True
  171. Me.楦頭圖片編號_lb.Location = New System.Drawing.Point(129, 39)
  172. Me.楦頭圖片編號_lb.Name = "楦頭圖片編號_lb"
  173. Me.楦頭圖片編號_lb.Size = New System.Drawing.Size(79, 16)
  174. Me.楦頭圖片編號_lb.TabIndex = 575
  175. Me.楦頭圖片編號_lb.Text = "楦頭圖片編號"
  176. '
  177. '楦頭編號_lb
  178. '
  179. Me.楦頭編號_lb.AutoSize = True
  180. Me.楦頭編號_lb.Location = New System.Drawing.Point(153, 13)
  181. Me.楦頭編號_lb.Name = "楦頭編號_lb"
  182. Me.楦頭編號_lb.Size = New System.Drawing.Size(55, 16)
  183. Me.楦頭編號_lb.TabIndex = 574
  184. Me.楦頭編號_lb.Text = "楦頭編號"
  185. '
  186. '表單_dgv
  187. '
  188. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  189. Me.表單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  190. Me.表單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  193. Me.表單_dgv.BackgroundColor = System.Drawing.Color.White
  194. Me.表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  195. Me.表單_dgv.Location = New System.Drawing.Point(1568, 9)
  196. Me.表單_dgv.Name = "表單_dgv"
  197. Me.表單_dgv.RowHeadersWidth = 5
  198. Me.表單_dgv.RowTemplate.Height = 24
  199. Me.表單_dgv.Size = New System.Drawing.Size(343, 955)
  200. Me.表單_dgv.TabIndex = 573
  201. '
  202. '楦頭圖片導入資料庫
  203. '
  204. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  205. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  206. Me.ClientSize = New System.Drawing.Size(1914, 971)
  207. Me.Controls.Add(Me.檔案名稱1_tb)
  208. Me.Controls.Add(Me.我的電腦_lb)
  209. Me.Controls.Add(Me.讀取料夾路徑_bt)
  210. Me.Controls.Add(Me.特殊模式_ch)
  211. Me.Controls.Add(Me.文字提醒1_lb)
  212. Me.Controls.Add(Me.確認儲存_bt)
  213. Me.Controls.Add(Me.檔案名稱_lb)
  214. Me.Controls.Add(Me.檔案名稱_tb)
  215. Me.Controls.Add(Me.查詢_bt)
  216. Me.Controls.Add(Me.楦頭圖片編號_tb)
  217. Me.Controls.Add(Me.楦頭編號_tb)
  218. Me.Controls.Add(Me.楦頭圖片編號_lb)
  219. Me.Controls.Add(Me.楦頭編號_lb)
  220. Me.Controls.Add(Me.WebBrowser2)
  221. Me.Controls.Add(Me.表單_dgv)
  222. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  224. Me.Name = "楦頭圖片導入資料庫"
  225. Me.Text = "楦頭圖片導入資料庫"
  226. CType(Me.表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  227. Me.ResumeLayout(False)
  228. Me.PerformLayout()
  229. End Sub
  230. Friend WithEvents 檔案名稱1_tb As TextBox
  231. Friend WithEvents 我的電腦_lb As Label
  232. Friend WithEvents WebBrowser2 As WebBrowser
  233. Friend WithEvents 讀取料夾路徑_bt As Button
  234. Friend WithEvents 特殊模式_ch As CheckBox
  235. Friend WithEvents 文字提醒1_lb As Label
  236. Friend WithEvents 確認儲存_bt As Button
  237. Friend WithEvents 檔案名稱_lb As Label
  238. Friend WithEvents 檔案名稱_tb As TextBox
  239. Friend WithEvents 查詢_bt As Button
  240. Friend WithEvents 楦頭圖片編號_tb As TextBox
  241. Friend WithEvents 楦頭編號_tb As TextBox
  242. Friend WithEvents 楦頭圖片編號_lb As Label
  243. Friend WithEvents 楦頭編號_lb As Label
  244. Friend WithEvents 表單_dgv As DataGridView
  245. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  246. End Class