No Description
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 22KB

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