Нема описа
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 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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. Me.文字提醒1_lb = New System.Windows.Forms.Label()
  26. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  27. Me.伺服器FTP文件夾_tb = New System.Windows.Forms.TextBox()
  28. Me.我的電腦_lb = New System.Windows.Forms.Label()
  29. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  30. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  31. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  32. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  33. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  34. Me.圖片修改存檔_bt = New System.Windows.Forms.Button()
  35. Me.Label7 = New System.Windows.Forms.Label()
  36. Me.文字提醒_lb = New System.Windows.Forms.Label()
  37. Me.復原_bt = New System.Windows.Forms.Button()
  38. Me.放大_bt = New System.Windows.Forms.Button()
  39. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  40. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  41. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  42. Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  43. Me.文件夾_tb = New System.Windows.Forms.TextBox()
  44. Me.型體名稱_tb = New System.Windows.Forms.TextBox()
  45. Me.客戶訂單號_tb = New System.Windows.Forms.TextBox()
  46. Me.年份季度_tb = New System.Windows.Forms.TextBox()
  47. Me.下載圖片_bt = New System.Windows.Forms.Button()
  48. Me.查詢_bt = New System.Windows.Forms.Button()
  49. Me.驗貨報告編號_tb = New System.Windows.Forms.TextBox()
  50. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  51. Me.主表單_dgv = New System.Windows.Forms.DataGridView()
  52. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  53. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  54. Me.Panel1 = New System.Windows.Forms.Panel()
  55. Me.Label38 = New System.Windows.Forms.Label()
  56. Me.圖片資料庫管理_dgv = New System.Windows.Forms.DataGridView()
  57. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.Panel1.SuspendLayout()
  60. CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.SuspendLayout()
  62. '
  63. '文字提醒1_lb
  64. '
  65. Me.文字提醒1_lb.AutoSize = True
  66. Me.文字提醒1_lb.ForeColor = System.Drawing.Color.Red
  67. Me.文字提醒1_lb.Location = New System.Drawing.Point(1629, 8)
  68. Me.文字提醒1_lb.Name = "文字提醒1_lb"
  69. Me.文字提醒1_lb.Size = New System.Drawing.Size(252, 24)
  70. Me.文字提醒1_lb.TabIndex = 612
  71. Me.文字提醒1_lb.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "案名稱不要帶有中文字或是符號"
  72. '
  73. '伺服器FTP文件夾_lb
  74. '
  75. Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  76. Me.伺服器FTP文件夾_lb.AutoSize = True
  77. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(1436, 802)
  79. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  80. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(156, 24)
  81. Me.伺服器FTP文件夾_lb.TabIndex = 610
  82. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  83. '
  84. '伺服器FTP文件夾_tb
  85. '
  86. Me.伺服器FTP文件夾_tb.AllowDrop = True
  87. Me.伺服器FTP文件夾_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.伺服器FTP文件夾_tb.ForeColor = System.Drawing.Color.Black
  89. Me.伺服器FTP文件夾_tb.Location = New System.Drawing.Point(1598, 802)
  90. Me.伺服器FTP文件夾_tb.Multiline = True
  91. Me.伺服器FTP文件夾_tb.Name = "伺服器FTP文件夾_tb"
  92. Me.伺服器FTP文件夾_tb.Size = New System.Drawing.Size(73, 23)
  93. Me.伺服器FTP文件夾_tb.TabIndex = 609
  94. '
  95. '我的電腦_lb
  96. '
  97. Me.我的電腦_lb.AutoSize = True
  98. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.我的電腦_lb.Location = New System.Drawing.Point(1427, 11)
  100. Me.我的電腦_lb.Name = "我的電腦_lb"
  101. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  102. Me.我的電腦_lb.TabIndex = 608
  103. Me.我的電腦_lb.Text = "我的電腦"
  104. '
  105. '讀取料夾路徑_bt
  106. '
  107. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  109. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(1510, 11)
  110. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  111. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  112. Me.讀取料夾路徑_bt.TabIndex = 607
  113. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  114. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  115. '
  116. 'WebBrowser2
  117. '
  118. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  119. Or System.Windows.Forms.AnchorStyles.Left) _
  120. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  121. Me.WebBrowser2.Location = New System.Drawing.Point(1436, 41)
  122. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  123. Me.WebBrowser2.Name = "WebBrowser2"
  124. Me.WebBrowser2.Size = New System.Drawing.Size(469, 717)
  125. Me.WebBrowser2.TabIndex = 606
  126. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  127. '
  128. '檔案名稱_lb
  129. '
  130. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.檔案名稱_lb.AutoSize = True
  132. Me.檔案名稱_lb.Location = New System.Drawing.Point(1441, 767)
  133. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  134. Me.檔案名稱_lb.Size = New System.Drawing.Size(53, 12)
  135. Me.檔案名稱_lb.TabIndex = 605
  136. Me.檔案名稱_lb.Text = "檔案名稱"
  137. '
  138. '檔案名稱_tb
  139. '
  140. Me.檔案名稱_tb.AllowDrop = True
  141. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  142. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  143. Me.檔案名稱_tb.Location = New System.Drawing.Point(1503, 764)
  144. Me.檔案名稱_tb.Multiline = True
  145. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  146. Me.檔案名稱_tb.Size = New System.Drawing.Size(402, 23)
  147. Me.檔案名稱_tb.TabIndex = 604
  148. '
  149. 'WebBrowser1
  150. '
  151. Me.WebBrowser1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  152. Me.WebBrowser1.Location = New System.Drawing.Point(1432, 832)
  153. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  154. Me.WebBrowser1.Name = "WebBrowser1"
  155. Me.WebBrowser1.Size = New System.Drawing.Size(469, 133)
  156. Me.WebBrowser1.TabIndex = 603
  157. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  158. '
  159. '圖片修改存檔_bt
  160. '
  161. Me.圖片修改存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  162. Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green
  163. Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1796, 792)
  164. Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt"
  165. Me.圖片修改存檔_bt.Size = New System.Drawing.Size(109, 34)
  166. Me.圖片修改存檔_bt.TabIndex = 602
  167. Me.圖片修改存檔_bt.Text = "圖片修改存檔"
  168. Me.圖片修改存檔_bt.UseVisualStyleBackColor = True
  169. '
  170. 'Label7
  171. '
  172. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  173. Me.Label7.AutoSize = True
  174. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.Label7.ForeColor = System.Drawing.Color.Red
  176. Me.Label7.Location = New System.Drawing.Point(1682, 783)
  177. Me.Label7.Name = "Label7"
  178. Me.Label7.Size = New System.Drawing.Size(55, 45)
  179. Me.Label7.TabIndex = 611
  180. Me.Label7.Text = "↓"
  181. '
  182. '文字提醒_lb
  183. '
  184. Me.文字提醒_lb.AutoSize = True
  185. Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red
  186. Me.文字提醒_lb.Location = New System.Drawing.Point(631, 45)
  187. Me.文字提醒_lb.Name = "文字提醒_lb"
  188. Me.文字提醒_lb.Size = New System.Drawing.Size(145, 12)
  189. Me.文字提醒_lb.TabIndex = 601
  190. Me.文字提醒_lb.Text = "圖片可以用滑鼠拖動圖片!!"
  191. '
  192. '復原_bt
  193. '
  194. Me.復原_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  195. Me.復原_bt.Location = New System.Drawing.Point(1257, 15)
  196. Me.復原_bt.Name = "復原_bt"
  197. Me.復原_bt.Size = New System.Drawing.Size(80, 23)
  198. Me.復原_bt.TabIndex = 600
  199. Me.復原_bt.Text = "復原"
  200. Me.復原_bt.UseVisualStyleBackColor = True
  201. '
  202. '放大_bt
  203. '
  204. Me.放大_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  205. Me.放大_bt.Location = New System.Drawing.Point(1171, 15)
  206. Me.放大_bt.Name = "放大_bt"
  207. Me.放大_bt.Size = New System.Drawing.Size(80, 23)
  208. Me.放大_bt.TabIndex = 599
  209. Me.放大_bt.Text = "放大"
  210. Me.放大_bt.UseVisualStyleBackColor = True
  211. '
  212. '垂直翻轉_bt
  213. '
  214. Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
  215. Me.垂直翻轉_bt.Location = New System.Drawing.Point(1065, 15)
  216. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  217. Me.垂直翻轉_bt.Size = New System.Drawing.Size(100, 23)
  218. Me.垂直翻轉_bt.TabIndex = 598
  219. Me.垂直翻轉_bt.Text = "垂直翻轉"
  220. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  221. '
  222. '水平翻轉_bt
  223. '
  224. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  225. Me.水平翻轉_bt.Location = New System.Drawing.Point(959, 15)
  226. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  227. Me.水平翻轉_bt.Size = New System.Drawing.Size(100, 23)
  228. Me.水平翻轉_bt.TabIndex = 597
  229. Me.水平翻轉_bt.Text = "水平翻轉"
  230. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  231. '
  232. '逆時鐘90度旋轉_bt
  233. '
  234. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  235. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(836, 15)
  236. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  237. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(117, 23)
  238. Me.逆時鐘90度旋轉_bt.TabIndex = 596
  239. Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉"
  240. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  241. '
  242. '順時鐘90度旋轉_bt
  243. '
  244. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  245. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(713, 15)
  246. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  247. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(117, 23)
  248. Me.順時鐘90度旋轉_bt.TabIndex = 595
  249. Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉"
  250. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  251. '
  252. '文件夾_tb
  253. '
  254. Me.文件夾_tb.Location = New System.Drawing.Point(1269, 42)
  255. Me.文件夾_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  256. Me.文件夾_tb.Name = "文件夾_tb"
  257. Me.文件夾_tb.Size = New System.Drawing.Size(115, 22)
  258. Me.文件夾_tb.TabIndex = 594
  259. '
  260. '型體名稱_tb
  261. '
  262. Me.型體名稱_tb.Location = New System.Drawing.Point(1148, 42)
  263. Me.型體名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  264. Me.型體名稱_tb.Name = "型體名稱_tb"
  265. Me.型體名稱_tb.Size = New System.Drawing.Size(115, 22)
  266. Me.型體名稱_tb.TabIndex = 593
  267. '
  268. '客戶訂單號_tb
  269. '
  270. Me.客戶訂單號_tb.Location = New System.Drawing.Point(1027, 42)
  271. Me.客戶訂單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  272. Me.客戶訂單號_tb.Name = "客戶訂單號_tb"
  273. Me.客戶訂單號_tb.Size = New System.Drawing.Size(115, 22)
  274. Me.客戶訂單號_tb.TabIndex = 592
  275. '
  276. '年份季度_tb
  277. '
  278. Me.年份季度_tb.Location = New System.Drawing.Point(906, 42)
  279. Me.年份季度_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  280. Me.年份季度_tb.Name = "年份季度_tb"
  281. Me.年份季度_tb.Size = New System.Drawing.Size(115, 22)
  282. Me.年份季度_tb.TabIndex = 591
  283. '
  284. '下載圖片_bt
  285. '
  286. Me.下載圖片_bt.ForeColor = System.Drawing.Color.Blue
  287. Me.下載圖片_bt.Location = New System.Drawing.Point(1343, 15)
  288. Me.下載圖片_bt.Name = "下載圖片_bt"
  289. Me.下載圖片_bt.Size = New System.Drawing.Size(83, 23)
  290. Me.下載圖片_bt.TabIndex = 590
  291. Me.下載圖片_bt.Text = "下載圖片"
  292. Me.下載圖片_bt.UseVisualStyleBackColor = True
  293. '
  294. '查詢_bt
  295. '
  296. Me.查詢_bt.ForeColor = System.Drawing.Color.Black
  297. Me.查詢_bt.Location = New System.Drawing.Point(631, 15)
  298. Me.查詢_bt.Name = "查詢_bt"
  299. Me.查詢_bt.Size = New System.Drawing.Size(76, 23)
  300. Me.查詢_bt.TabIndex = 589
  301. Me.查詢_bt.Text = "查詢"
  302. Me.查詢_bt.UseVisualStyleBackColor = True
  303. '
  304. '驗貨報告編號_tb
  305. '
  306. Me.驗貨報告編號_tb.Location = New System.Drawing.Point(785, 42)
  307. Me.驗貨報告編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  308. Me.驗貨報告編號_tb.Name = "驗貨報告編號_tb"
  309. Me.驗貨報告編號_tb.Size = New System.Drawing.Size(115, 22)
  310. Me.驗貨報告編號_tb.TabIndex = 588
  311. '
  312. 'PictureBox1
  313. '
  314. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  315. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  316. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  317. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  318. Me.PictureBox1.Location = New System.Drawing.Point(631, 69)
  319. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  320. Me.PictureBox1.Name = "PictureBox1"
  321. Me.PictureBox1.Size = New System.Drawing.Size(795, 896)
  322. Me.PictureBox1.TabIndex = 587
  323. Me.PictureBox1.TabStop = False
  324. '
  325. '主表單_dgv
  326. '
  327. Me.主表單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  328. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  329. Me.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  330. Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  331. Me.主表單_dgv.Location = New System.Drawing.Point(5, 4)
  332. Me.主表單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  333. Me.主表單_dgv.Name = "主表單_dgv"
  334. Me.主表單_dgv.RowHeadersWidth = 5
  335. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.主表單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  337. Me.主表單_dgv.RowTemplate.Height = 24
  338. Me.主表單_dgv.Size = New System.Drawing.Size(622, 962)
  339. Me.主表單_dgv.TabIndex = 586
  340. '
  341. 'SaveFileDialog1
  342. '
  343. Me.SaveFileDialog1.DefaultExt = "jpg"
  344. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  345. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  346. '
  347. 'Panel1
  348. '
  349. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  350. Me.Panel1.Controls.Add(Me.Label38)
  351. Me.Panel1.Controls.Add(Me.圖片資料庫管理_dgv)
  352. Me.Panel1.Location = New System.Drawing.Point(855, 265)
  353. Me.Panel1.Name = "Panel1"
  354. Me.Panel1.Size = New System.Drawing.Size(205, 303)
  355. Me.Panel1.TabIndex = 1635
  356. '
  357. 'Label38
  358. '
  359. Me.Label38.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  360. Me.Label38.AutoSize = True
  361. Me.Label38.ForeColor = System.Drawing.Color.Black
  362. Me.Label38.Location = New System.Drawing.Point(11, 10)
  363. Me.Label38.Name = "Label38"
  364. Me.Label38.Size = New System.Drawing.Size(173, 12)
  365. Me.Label38.TabIndex = 708
  366. Me.Label38.Text = "起先選擇要開啟哪個圖片資料庫"
  367. '
  368. '圖片資料庫管理_dgv
  369. '
  370. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  371. Me.圖片資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  372. Me.圖片資料庫管理_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  373. Or System.Windows.Forms.AnchorStyles.Left) _
  374. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  375. Me.圖片資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  376. Me.圖片資料庫管理_dgv.BackgroundColor = System.Drawing.Color.White
  377. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  378. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  379. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  381. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  382. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  383. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  384. Me.圖片資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
  385. Me.圖片資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  386. Me.圖片資料庫管理_dgv.Location = New System.Drawing.Point(3, 29)
  387. Me.圖片資料庫管理_dgv.Name = "圖片資料庫管理_dgv"
  388. Me.圖片資料庫管理_dgv.RowHeadersWidth = 5
  389. Me.圖片資料庫管理_dgv.RowTemplate.Height = 24
  390. Me.圖片資料庫管理_dgv.Size = New System.Drawing.Size(195, 269)
  391. Me.圖片資料庫管理_dgv.TabIndex = 707
  392. '
  393. '驗貨報告資料庫
  394. '
  395. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  396. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  397. Me.ClientSize = New System.Drawing.Size(1914, 971)
  398. Me.Controls.Add(Me.Panel1)
  399. Me.Controls.Add(Me.文字提醒1_lb)
  400. Me.Controls.Add(Me.伺服器FTP文件夾_lb)
  401. Me.Controls.Add(Me.伺服器FTP文件夾_tb)
  402. Me.Controls.Add(Me.我的電腦_lb)
  403. Me.Controls.Add(Me.讀取料夾路徑_bt)
  404. Me.Controls.Add(Me.WebBrowser2)
  405. Me.Controls.Add(Me.檔案名稱_lb)
  406. Me.Controls.Add(Me.檔案名稱_tb)
  407. Me.Controls.Add(Me.WebBrowser1)
  408. Me.Controls.Add(Me.圖片修改存檔_bt)
  409. Me.Controls.Add(Me.Label7)
  410. Me.Controls.Add(Me.文字提醒_lb)
  411. Me.Controls.Add(Me.復原_bt)
  412. Me.Controls.Add(Me.放大_bt)
  413. Me.Controls.Add(Me.垂直翻轉_bt)
  414. Me.Controls.Add(Me.水平翻轉_bt)
  415. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  416. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  417. Me.Controls.Add(Me.文件夾_tb)
  418. Me.Controls.Add(Me.型體名稱_tb)
  419. Me.Controls.Add(Me.客戶訂單號_tb)
  420. Me.Controls.Add(Me.年份季度_tb)
  421. Me.Controls.Add(Me.下載圖片_bt)
  422. Me.Controls.Add(Me.查詢_bt)
  423. Me.Controls.Add(Me.驗貨報告編號_tb)
  424. Me.Controls.Add(Me.PictureBox1)
  425. Me.Controls.Add(Me.主表單_dgv)
  426. Me.Name = "驗貨報告資料庫"
  427. Me.Text = "驗貨報告資料庫"
  428. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  429. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  430. Me.Panel1.ResumeLayout(False)
  431. Me.Panel1.PerformLayout()
  432. CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  433. Me.ResumeLayout(False)
  434. Me.PerformLayout()
  435. End Sub
  436. Friend WithEvents 文字提醒1_lb As Label
  437. Friend WithEvents 伺服器FTP文件夾_lb As Label
  438. Friend WithEvents 伺服器FTP文件夾_tb As TextBox
  439. Friend WithEvents 我的電腦_lb As Label
  440. Friend WithEvents 讀取料夾路徑_bt As Button
  441. Friend WithEvents WebBrowser2 As WebBrowser
  442. Friend WithEvents 檔案名稱_lb As Label
  443. Friend WithEvents 檔案名稱_tb As TextBox
  444. Friend WithEvents WebBrowser1 As WebBrowser
  445. Friend WithEvents 圖片修改存檔_bt As Button
  446. Friend WithEvents Label7 As Label
  447. Friend WithEvents 文字提醒_lb As Label
  448. Friend WithEvents 復原_bt As Button
  449. Friend WithEvents 放大_bt As Button
  450. Friend WithEvents 垂直翻轉_bt As Button
  451. Friend WithEvents 水平翻轉_bt As Button
  452. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  453. Friend WithEvents 順時鐘90度旋轉_bt As Button
  454. Friend WithEvents 文件夾_tb As TextBox
  455. Friend WithEvents 型體名稱_tb As TextBox
  456. Friend WithEvents 客戶訂單號_tb As TextBox
  457. Friend WithEvents 年份季度_tb As TextBox
  458. Friend WithEvents 下載圖片_bt As Button
  459. Friend WithEvents 查詢_bt As Button
  460. Friend WithEvents 驗貨報告編號_tb As TextBox
  461. Friend WithEvents PictureBox1 As PictureBox
  462. Friend WithEvents 主表單_dgv As DataGridView
  463. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  464. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  465. Friend WithEvents Panel1 As Panel
  466. Friend WithEvents Label38 As Label
  467. Friend WithEvents 圖片資料庫管理_dgv As DataGridView
  468. End Class