Sin descripción
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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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.Label10 = New System.Windows.Forms.Label()
  24. Me.Label6 = New System.Windows.Forms.Label()
  25. Me.TextBox7 = New System.Windows.Forms.TextBox()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.Button9 = New System.Windows.Forms.Button()
  28. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  29. Me.Label9 = New System.Windows.Forms.Label()
  30. Me.TextBox6 = New System.Windows.Forms.TextBox()
  31. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  32. Me.Button24 = New System.Windows.Forms.Button()
  33. Me.Label7 = New System.Windows.Forms.Label()
  34. Me.Label1 = New System.Windows.Forms.Label()
  35. Me.Button1 = New System.Windows.Forms.Button()
  36. Me.Button5 = New System.Windows.Forms.Button()
  37. Me.Button4 = New System.Windows.Forms.Button()
  38. Me.Button2 = New System.Windows.Forms.Button()
  39. Me.Button7 = New System.Windows.Forms.Button()
  40. Me.Button8 = New System.Windows.Forms.Button()
  41. Me.TextBox5 = New System.Windows.Forms.TextBox()
  42. Me.TextBox4 = New System.Windows.Forms.TextBox()
  43. Me.TextBox3 = New System.Windows.Forms.TextBox()
  44. Me.TextBox2 = New System.Windows.Forms.TextBox()
  45. Me.Button3 = New System.Windows.Forms.Button()
  46. Me.Button6 = New System.Windows.Forms.Button()
  47. Me.TextBox1 = New System.Windows.Forms.TextBox()
  48. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  49. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  50. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  51. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  52. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. 'Label10
  57. '
  58. Me.Label10.AutoSize = True
  59. Me.Label10.ForeColor = System.Drawing.Color.Red
  60. Me.Label10.Location = New System.Drawing.Point(1649, 8)
  61. Me.Label10.Name = "Label10"
  62. Me.Label10.Size = New System.Drawing.Size(252, 24)
  63. Me.Label10.TabIndex = 612
  64. Me.Label10.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "案名稱不要帶有中文字或是符號"
  65. '
  66. 'Label6
  67. '
  68. Me.Label6.AutoSize = True
  69. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. Me.Label6.Location = New System.Drawing.Point(1436, 802)
  71. Me.Label6.Name = "Label6"
  72. Me.Label6.Size = New System.Drawing.Size(156, 24)
  73. Me.Label6.TabIndex = 610
  74. Me.Label6.Text = "伺服器FTP文件夾"
  75. '
  76. 'TextBox7
  77. '
  78. Me.TextBox7.AllowDrop = True
  79. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  80. Me.TextBox7.Location = New System.Drawing.Point(1598, 802)
  81. Me.TextBox7.Multiline = True
  82. Me.TextBox7.Name = "TextBox7"
  83. Me.TextBox7.Size = New System.Drawing.Size(73, 23)
  84. Me.TextBox7.TabIndex = 609
  85. '
  86. 'Label2
  87. '
  88. Me.Label2.AutoSize = True
  89. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.Label2.Location = New System.Drawing.Point(1432, 11)
  91. Me.Label2.Name = "Label2"
  92. Me.Label2.Size = New System.Drawing.Size(86, 24)
  93. Me.Label2.TabIndex = 608
  94. Me.Label2.Text = "我的電腦"
  95. '
  96. 'Button9
  97. '
  98. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.Button9.ForeColor = System.Drawing.Color.Blue
  100. Me.Button9.Location = New System.Drawing.Point(1524, 11)
  101. Me.Button9.Name = "Button9"
  102. Me.Button9.Size = New System.Drawing.Size(119, 24)
  103. Me.Button9.TabIndex = 607
  104. Me.Button9.Text = "讀取料夾路徑"
  105. Me.Button9.UseVisualStyleBackColor = True
  106. '
  107. 'WebBrowser2
  108. '
  109. Me.WebBrowser2.Location = New System.Drawing.Point(1436, 41)
  110. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  111. Me.WebBrowser2.Name = "WebBrowser2"
  112. Me.WebBrowser2.Size = New System.Drawing.Size(469, 717)
  113. Me.WebBrowser2.TabIndex = 606
  114. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  115. '
  116. 'Label9
  117. '
  118. Me.Label9.AutoSize = True
  119. Me.Label9.Location = New System.Drawing.Point(1441, 767)
  120. Me.Label9.Name = "Label9"
  121. Me.Label9.Size = New System.Drawing.Size(53, 12)
  122. Me.Label9.TabIndex = 605
  123. Me.Label9.Text = "檔案名稱"
  124. '
  125. 'TextBox6
  126. '
  127. Me.TextBox6.AllowDrop = True
  128. Me.TextBox6.ForeColor = System.Drawing.Color.Black
  129. Me.TextBox6.Location = New System.Drawing.Point(1503, 764)
  130. Me.TextBox6.Multiline = True
  131. Me.TextBox6.Name = "TextBox6"
  132. Me.TextBox6.Size = New System.Drawing.Size(402, 23)
  133. Me.TextBox6.TabIndex = 604
  134. '
  135. 'WebBrowser1
  136. '
  137. Me.WebBrowser1.Location = New System.Drawing.Point(1432, 832)
  138. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  139. Me.WebBrowser1.Name = "WebBrowser1"
  140. Me.WebBrowser1.Size = New System.Drawing.Size(469, 133)
  141. Me.WebBrowser1.TabIndex = 603
  142. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  143. '
  144. 'Button24
  145. '
  146. Me.Button24.ForeColor = System.Drawing.Color.Green
  147. Me.Button24.Location = New System.Drawing.Point(1796, 792)
  148. Me.Button24.Name = "Button24"
  149. Me.Button24.Size = New System.Drawing.Size(109, 34)
  150. Me.Button24.TabIndex = 602
  151. Me.Button24.Text = "圖片修改存檔"
  152. Me.Button24.UseVisualStyleBackColor = True
  153. '
  154. 'Label7
  155. '
  156. Me.Label7.AutoSize = True
  157. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.Label7.ForeColor = System.Drawing.Color.Red
  159. Me.Label7.Location = New System.Drawing.Point(1682, 783)
  160. Me.Label7.Name = "Label7"
  161. Me.Label7.Size = New System.Drawing.Size(55, 45)
  162. Me.Label7.TabIndex = 611
  163. Me.Label7.Text = "↓"
  164. '
  165. 'Label1
  166. '
  167. Me.Label1.AutoSize = True
  168. Me.Label1.ForeColor = System.Drawing.Color.Red
  169. Me.Label1.Location = New System.Drawing.Point(631, 45)
  170. Me.Label1.Name = "Label1"
  171. Me.Label1.Size = New System.Drawing.Size(145, 12)
  172. Me.Label1.TabIndex = 601
  173. Me.Label1.Text = "圖片可以用滑鼠拖動圖片!!"
  174. '
  175. 'Button1
  176. '
  177. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  178. Me.Button1.Location = New System.Drawing.Point(1257, 15)
  179. Me.Button1.Name = "Button1"
  180. Me.Button1.Size = New System.Drawing.Size(80, 23)
  181. Me.Button1.TabIndex = 600
  182. Me.Button1.Text = "復原"
  183. Me.Button1.UseVisualStyleBackColor = True
  184. '
  185. 'Button5
  186. '
  187. Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  188. Me.Button5.Location = New System.Drawing.Point(1171, 15)
  189. Me.Button5.Name = "Button5"
  190. Me.Button5.Size = New System.Drawing.Size(80, 23)
  191. Me.Button5.TabIndex = 599
  192. Me.Button5.Text = "放大"
  193. Me.Button5.UseVisualStyleBackColor = True
  194. '
  195. 'Button4
  196. '
  197. Me.Button4.ForeColor = System.Drawing.Color.Blue
  198. Me.Button4.Location = New System.Drawing.Point(1065, 15)
  199. Me.Button4.Name = "Button4"
  200. Me.Button4.Size = New System.Drawing.Size(100, 23)
  201. Me.Button4.TabIndex = 598
  202. Me.Button4.Text = "垂直翻轉"
  203. Me.Button4.UseVisualStyleBackColor = True
  204. '
  205. 'Button2
  206. '
  207. Me.Button2.ForeColor = System.Drawing.Color.Blue
  208. Me.Button2.Location = New System.Drawing.Point(959, 15)
  209. Me.Button2.Name = "Button2"
  210. Me.Button2.Size = New System.Drawing.Size(100, 23)
  211. Me.Button2.TabIndex = 597
  212. Me.Button2.Text = "水平翻轉"
  213. Me.Button2.UseVisualStyleBackColor = True
  214. '
  215. 'Button7
  216. '
  217. Me.Button7.ForeColor = System.Drawing.Color.Blue
  218. Me.Button7.Location = New System.Drawing.Point(836, 15)
  219. Me.Button7.Name = "Button7"
  220. Me.Button7.Size = New System.Drawing.Size(117, 23)
  221. Me.Button7.TabIndex = 596
  222. Me.Button7.Text = "逆時鐘90度旋轉"
  223. Me.Button7.UseVisualStyleBackColor = True
  224. '
  225. 'Button8
  226. '
  227. Me.Button8.ForeColor = System.Drawing.Color.Blue
  228. Me.Button8.Location = New System.Drawing.Point(713, 15)
  229. Me.Button8.Name = "Button8"
  230. Me.Button8.Size = New System.Drawing.Size(117, 23)
  231. Me.Button8.TabIndex = 595
  232. Me.Button8.Text = "順時鐘90度旋轉"
  233. Me.Button8.UseVisualStyleBackColor = True
  234. '
  235. 'TextBox5
  236. '
  237. Me.TextBox5.Location = New System.Drawing.Point(1269, 42)
  238. Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  239. Me.TextBox5.Name = "TextBox5"
  240. Me.TextBox5.Size = New System.Drawing.Size(115, 22)
  241. Me.TextBox5.TabIndex = 594
  242. '
  243. 'TextBox4
  244. '
  245. Me.TextBox4.Location = New System.Drawing.Point(1148, 42)
  246. Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  247. Me.TextBox4.Name = "TextBox4"
  248. Me.TextBox4.Size = New System.Drawing.Size(115, 22)
  249. Me.TextBox4.TabIndex = 593
  250. '
  251. 'TextBox3
  252. '
  253. Me.TextBox3.Location = New System.Drawing.Point(1027, 42)
  254. Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  255. Me.TextBox3.Name = "TextBox3"
  256. Me.TextBox3.Size = New System.Drawing.Size(115, 22)
  257. Me.TextBox3.TabIndex = 592
  258. '
  259. 'TextBox2
  260. '
  261. Me.TextBox2.Location = New System.Drawing.Point(906, 42)
  262. Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  263. Me.TextBox2.Name = "TextBox2"
  264. Me.TextBox2.Size = New System.Drawing.Size(115, 22)
  265. Me.TextBox2.TabIndex = 591
  266. '
  267. 'Button3
  268. '
  269. Me.Button3.ForeColor = System.Drawing.Color.Blue
  270. Me.Button3.Location = New System.Drawing.Point(1343, 15)
  271. Me.Button3.Name = "Button3"
  272. Me.Button3.Size = New System.Drawing.Size(83, 23)
  273. Me.Button3.TabIndex = 590
  274. Me.Button3.Text = "下載圖片"
  275. Me.Button3.UseVisualStyleBackColor = True
  276. '
  277. 'Button6
  278. '
  279. Me.Button6.ForeColor = System.Drawing.Color.Black
  280. Me.Button6.Location = New System.Drawing.Point(631, 15)
  281. Me.Button6.Name = "Button6"
  282. Me.Button6.Size = New System.Drawing.Size(76, 23)
  283. Me.Button6.TabIndex = 589
  284. Me.Button6.Text = "查詢"
  285. Me.Button6.UseVisualStyleBackColor = True
  286. '
  287. 'TextBox1
  288. '
  289. Me.TextBox1.Location = New System.Drawing.Point(785, 42)
  290. Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  291. Me.TextBox1.Name = "TextBox1"
  292. Me.TextBox1.Size = New System.Drawing.Size(115, 22)
  293. Me.TextBox1.TabIndex = 588
  294. '
  295. 'PictureBox1
  296. '
  297. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  298. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  299. Me.PictureBox1.Location = New System.Drawing.Point(631, 69)
  300. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  301. Me.PictureBox1.Name = "PictureBox1"
  302. Me.PictureBox1.Size = New System.Drawing.Size(795, 896)
  303. Me.PictureBox1.TabIndex = 587
  304. Me.PictureBox1.TabStop = False
  305. '
  306. 'DataGridView1
  307. '
  308. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  309. Me.DataGridView1.Location = New System.Drawing.Point(10, 16)
  310. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  311. Me.DataGridView1.Name = "DataGridView1"
  312. Me.DataGridView1.RowHeadersWidth = 5
  313. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  314. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
  315. Me.DataGridView1.RowTemplate.Height = 24
  316. Me.DataGridView1.Size = New System.Drawing.Size(615, 949)
  317. Me.DataGridView1.TabIndex = 586
  318. '
  319. 'SaveFileDialog1
  320. '
  321. Me.SaveFileDialog1.DefaultExt = "jpg"
  322. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  323. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  324. '
  325. '驗貨報告資料庫
  326. '
  327. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  328. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  329. Me.ClientSize = New System.Drawing.Size(1914, 971)
  330. Me.Controls.Add(Me.Label10)
  331. Me.Controls.Add(Me.Label6)
  332. Me.Controls.Add(Me.TextBox7)
  333. Me.Controls.Add(Me.Label2)
  334. Me.Controls.Add(Me.Button9)
  335. Me.Controls.Add(Me.WebBrowser2)
  336. Me.Controls.Add(Me.Label9)
  337. Me.Controls.Add(Me.TextBox6)
  338. Me.Controls.Add(Me.WebBrowser1)
  339. Me.Controls.Add(Me.Button24)
  340. Me.Controls.Add(Me.Label7)
  341. Me.Controls.Add(Me.Label1)
  342. Me.Controls.Add(Me.Button1)
  343. Me.Controls.Add(Me.Button5)
  344. Me.Controls.Add(Me.Button4)
  345. Me.Controls.Add(Me.Button2)
  346. Me.Controls.Add(Me.Button7)
  347. Me.Controls.Add(Me.Button8)
  348. Me.Controls.Add(Me.TextBox5)
  349. Me.Controls.Add(Me.TextBox4)
  350. Me.Controls.Add(Me.TextBox3)
  351. Me.Controls.Add(Me.TextBox2)
  352. Me.Controls.Add(Me.Button3)
  353. Me.Controls.Add(Me.Button6)
  354. Me.Controls.Add(Me.TextBox1)
  355. Me.Controls.Add(Me.PictureBox1)
  356. Me.Controls.Add(Me.DataGridView1)
  357. Me.Name = "驗貨報告資料庫"
  358. Me.Text = "驗貨報告資料庫"
  359. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  360. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  361. Me.ResumeLayout(False)
  362. Me.PerformLayout()
  363. End Sub
  364. Friend WithEvents Label10 As Label
  365. Friend WithEvents Label6 As Label
  366. Friend WithEvents TextBox7 As TextBox
  367. Friend WithEvents Label2 As Label
  368. Friend WithEvents Button9 As Button
  369. Friend WithEvents WebBrowser2 As WebBrowser
  370. Friend WithEvents Label9 As Label
  371. Friend WithEvents TextBox6 As TextBox
  372. Friend WithEvents WebBrowser1 As WebBrowser
  373. Friend WithEvents Button24 As Button
  374. Friend WithEvents Label7 As Label
  375. Friend WithEvents Label1 As Label
  376. Friend WithEvents Button1 As Button
  377. Friend WithEvents Button5 As Button
  378. Friend WithEvents Button4 As Button
  379. Friend WithEvents Button2 As Button
  380. Friend WithEvents Button7 As Button
  381. Friend WithEvents Button8 As Button
  382. Friend WithEvents TextBox5 As TextBox
  383. Friend WithEvents TextBox4 As TextBox
  384. Friend WithEvents TextBox3 As TextBox
  385. Friend WithEvents TextBox2 As TextBox
  386. Friend WithEvents Button3 As Button
  387. Friend WithEvents Button6 As Button
  388. Friend WithEvents TextBox1 As TextBox
  389. Friend WithEvents PictureBox1 As PictureBox
  390. Friend WithEvents DataGridView1 As DataGridView
  391. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  392. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  393. End Class