暫無描述
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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.確認_bt = New System.Windows.Forms.Button()
  26. Me.取消_bt = New System.Windows.Forms.Button()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.供應商名稱_tb = New System.Windows.Forms.TextBox()
  29. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  30. Me.支付對象_tb = New System.Windows.Forms.TextBox()
  31. Me.銀行名稱_tb = New System.Windows.Forms.TextBox()
  32. Me.銀行支行_tb = New System.Windows.Forms.TextBox()
  33. Me.銀行帳號_tb = New System.Windows.Forms.TextBox()
  34. Me.Label7 = New System.Windows.Forms.Label()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.Label4 = New System.Windows.Forms.Label()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.新支付對象_tb = New System.Windows.Forms.TextBox()
  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.Label8 = New System.Windows.Forms.Label()
  44. Me.Label9 = New System.Windows.Forms.Label()
  45. Me.Label10 = New System.Windows.Forms.Label()
  46. Me.Label11 = New System.Windows.Forms.Label()
  47. Me.Label3 = New System.Windows.Forms.Label()
  48. Me.Panel1 = New System.Windows.Forms.Panel()
  49. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  50. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  51. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.SplitContainer1.Panel1.SuspendLayout()
  54. Me.SplitContainer1.Panel2.SuspendLayout()
  55. Me.SplitContainer1.SuspendLayout()
  56. Me.Panel1.SuspendLayout()
  57. Me.SuspendLayout()
  58. '
  59. '廠商清單_dgv
  60. '
  61. Me.廠商清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  62. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  63. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  64. Me.廠商清單_dgv.BackgroundColor = System.Drawing.Color.White
  65. Me.廠商清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  66. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  67. Me.廠商清單_dgv.Location = New System.Drawing.Point(2, 1)
  68. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  69. Me.廠商清單_dgv.RowHeadersWidth = 5
  70. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  72. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  73. Me.廠商清單_dgv.RowTemplate.Height = 24
  74. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  75. Me.廠商清單_dgv.Size = New System.Drawing.Size(268, 413)
  76. Me.廠商清單_dgv.TabIndex = 184
  77. '
  78. '確認_bt
  79. '
  80. Me.確認_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
  81. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  82. Me.確認_bt.Location = New System.Drawing.Point(276, 357)
  83. Me.確認_bt.Name = "確認_bt"
  84. Me.確認_bt.Size = New System.Drawing.Size(188, 55)
  85. Me.確認_bt.TabIndex = 185
  86. Me.確認_bt.UseVisualStyleBackColor = True
  87. '
  88. '取消_bt
  89. '
  90. Me.取消_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  91. Me.取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  92. Me.取消_bt.Location = New System.Drawing.Point(470, 357)
  93. Me.取消_bt.Name = "取消_bt"
  94. Me.取消_bt.Size = New System.Drawing.Size(188, 55)
  95. Me.取消_bt.TabIndex = 186
  96. Me.取消_bt.UseVisualStyleBackColor = True
  97. '
  98. 'Label1
  99. '
  100. Me.Label1.AutoSize = True
  101. Me.Label1.Location = New System.Drawing.Point(3, 29)
  102. Me.Label1.Name = "Label1"
  103. Me.Label1.Size = New System.Drawing.Size(67, 16)
  104. Me.Label1.TabIndex = 187
  105. Me.Label1.Text = "供應商名稱"
  106. '
  107. '供應商名稱_tb
  108. '
  109. Me.供應商名稱_tb.Location = New System.Drawing.Point(3, 48)
  110. Me.供應商名稱_tb.Name = "供應商名稱_tb"
  111. Me.供應商名稱_tb.Size = New System.Drawing.Size(84, 23)
  112. Me.供應商名稱_tb.TabIndex = 188
  113. '
  114. 'SplitContainer1
  115. '
  116. Me.SplitContainer1.Location = New System.Drawing.Point(276, 1)
  117. Me.SplitContainer1.Name = "SplitContainer1"
  118. '
  119. 'SplitContainer1.Panel1
  120. '
  121. Me.SplitContainer1.Panel1.Controls.Add(Me.支付對象_tb)
  122. Me.SplitContainer1.Panel1.Controls.Add(Me.銀行名稱_tb)
  123. Me.SplitContainer1.Panel1.Controls.Add(Me.銀行支行_tb)
  124. Me.SplitContainer1.Panel1.Controls.Add(Me.銀行帳號_tb)
  125. Me.SplitContainer1.Panel1.Controls.Add(Me.Label7)
  126. Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
  127. Me.SplitContainer1.Panel1.Controls.Add(Me.Label5)
  128. Me.SplitContainer1.Panel1.Controls.Add(Me.Label4)
  129. Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
  130. '
  131. 'SplitContainer1.Panel2
  132. '
  133. Me.SplitContainer1.Panel2.Controls.Add(Me.新支付對象_tb)
  134. Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行名稱_tb)
  135. Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行支行_tb)
  136. Me.SplitContainer1.Panel2.Controls.Add(Me.新銀行帳號_tb)
  137. Me.SplitContainer1.Panel2.Controls.Add(Me.Label8)
  138. Me.SplitContainer1.Panel2.Controls.Add(Me.Label9)
  139. Me.SplitContainer1.Panel2.Controls.Add(Me.Label10)
  140. Me.SplitContainer1.Panel2.Controls.Add(Me.Label11)
  141. Me.SplitContainer1.Panel2.Controls.Add(Me.Label3)
  142. Me.SplitContainer1.Size = New System.Drawing.Size(382, 350)
  143. Me.SplitContainer1.SplitterDistance = 188
  144. Me.SplitContainer1.TabIndex = 189
  145. '
  146. '支付對象_tb
  147. '
  148. Me.支付對象_tb.Location = New System.Drawing.Point(6, 51)
  149. Me.支付對象_tb.Multiline = True
  150. Me.支付對象_tb.Name = "支付對象_tb"
  151. Me.支付對象_tb.Size = New System.Drawing.Size(179, 57)
  152. Me.支付對象_tb.TabIndex = 11
  153. '
  154. '銀行名稱_tb
  155. '
  156. Me.銀行名稱_tb.Location = New System.Drawing.Point(6, 130)
  157. Me.銀行名稱_tb.Multiline = True
  158. Me.銀行名稱_tb.Name = "銀行名稱_tb"
  159. Me.銀行名稱_tb.Size = New System.Drawing.Size(179, 57)
  160. Me.銀行名稱_tb.TabIndex = 10
  161. '
  162. '銀行支行_tb
  163. '
  164. Me.銀行支行_tb.Location = New System.Drawing.Point(6, 209)
  165. Me.銀行支行_tb.Multiline = True
  166. Me.銀行支行_tb.Name = "銀行支行_tb"
  167. Me.銀行支行_tb.Size = New System.Drawing.Size(179, 57)
  168. Me.銀行支行_tb.TabIndex = 9
  169. '
  170. '銀行帳號_tb
  171. '
  172. Me.銀行帳號_tb.Location = New System.Drawing.Point(6, 288)
  173. Me.銀行帳號_tb.Multiline = True
  174. Me.銀行帳號_tb.Name = "銀行帳號_tb"
  175. Me.銀行帳號_tb.Size = New System.Drawing.Size(179, 57)
  176. Me.銀行帳號_tb.TabIndex = 8
  177. '
  178. 'Label7
  179. '
  180. Me.Label7.AutoSize = True
  181. Me.Label7.Location = New System.Drawing.Point(3, 269)
  182. Me.Label7.Name = "Label7"
  183. Me.Label7.Size = New System.Drawing.Size(55, 16)
  184. Me.Label7.TabIndex = 7
  185. Me.Label7.Text = "銀行帳號"
  186. '
  187. 'Label6
  188. '
  189. Me.Label6.AutoSize = True
  190. Me.Label6.Location = New System.Drawing.Point(3, 190)
  191. Me.Label6.Name = "Label6"
  192. Me.Label6.Size = New System.Drawing.Size(55, 16)
  193. Me.Label6.TabIndex = 5
  194. Me.Label6.Text = "銀行支行"
  195. '
  196. 'Label5
  197. '
  198. Me.Label5.AutoSize = True
  199. Me.Label5.Location = New System.Drawing.Point(3, 111)
  200. Me.Label5.Name = "Label5"
  201. Me.Label5.Size = New System.Drawing.Size(55, 16)
  202. Me.Label5.TabIndex = 3
  203. Me.Label5.Text = "銀行名稱"
  204. '
  205. 'Label4
  206. '
  207. Me.Label4.AutoSize = True
  208. Me.Label4.Location = New System.Drawing.Point(3, 32)
  209. Me.Label4.Name = "Label4"
  210. Me.Label4.Size = New System.Drawing.Size(55, 16)
  211. Me.Label4.TabIndex = 1
  212. Me.Label4.Text = "支付對象"
  213. '
  214. 'Label2
  215. '
  216. Me.Label2.AutoSize = True
  217. Me.Label2.Location = New System.Drawing.Point(3, 4)
  218. Me.Label2.Name = "Label2"
  219. Me.Label2.Size = New System.Drawing.Size(43, 16)
  220. Me.Label2.TabIndex = 0
  221. Me.Label2.Text = "舊資料"
  222. '
  223. '新支付對象_tb
  224. '
  225. Me.新支付對象_tb.Location = New System.Drawing.Point(6, 51)
  226. Me.新支付對象_tb.Multiline = True
  227. Me.新支付對象_tb.Name = "新支付對象_tb"
  228. Me.新支付對象_tb.Size = New System.Drawing.Size(179, 57)
  229. Me.新支付對象_tb.TabIndex = 19
  230. '
  231. '新銀行名稱_tb
  232. '
  233. Me.新銀行名稱_tb.Location = New System.Drawing.Point(6, 130)
  234. Me.新銀行名稱_tb.Multiline = True
  235. Me.新銀行名稱_tb.Name = "新銀行名稱_tb"
  236. Me.新銀行名稱_tb.Size = New System.Drawing.Size(179, 57)
  237. Me.新銀行名稱_tb.TabIndex = 18
  238. '
  239. '新銀行支行_tb
  240. '
  241. Me.新銀行支行_tb.Location = New System.Drawing.Point(6, 209)
  242. Me.新銀行支行_tb.Multiline = True
  243. Me.新銀行支行_tb.Name = "新銀行支行_tb"
  244. Me.新銀行支行_tb.Size = New System.Drawing.Size(179, 57)
  245. Me.新銀行支行_tb.TabIndex = 17
  246. '
  247. '新銀行帳號_tb
  248. '
  249. Me.新銀行帳號_tb.Location = New System.Drawing.Point(6, 288)
  250. Me.新銀行帳號_tb.Multiline = True
  251. Me.新銀行帳號_tb.Name = "新銀行帳號_tb"
  252. Me.新銀行帳號_tb.Size = New System.Drawing.Size(179, 57)
  253. Me.新銀行帳號_tb.TabIndex = 16
  254. '
  255. 'Label8
  256. '
  257. Me.Label8.AutoSize = True
  258. Me.Label8.Location = New System.Drawing.Point(3, 269)
  259. Me.Label8.Name = "Label8"
  260. Me.Label8.Size = New System.Drawing.Size(55, 16)
  261. Me.Label8.TabIndex = 15
  262. Me.Label8.Text = "銀行帳號"
  263. '
  264. 'Label9
  265. '
  266. Me.Label9.AutoSize = True
  267. Me.Label9.Location = New System.Drawing.Point(3, 190)
  268. Me.Label9.Name = "Label9"
  269. Me.Label9.Size = New System.Drawing.Size(55, 16)
  270. Me.Label9.TabIndex = 14
  271. Me.Label9.Text = "銀行支行"
  272. '
  273. 'Label10
  274. '
  275. Me.Label10.AutoSize = True
  276. Me.Label10.Location = New System.Drawing.Point(3, 111)
  277. Me.Label10.Name = "Label10"
  278. Me.Label10.Size = New System.Drawing.Size(55, 16)
  279. Me.Label10.TabIndex = 13
  280. Me.Label10.Text = "銀行名稱"
  281. '
  282. 'Label11
  283. '
  284. Me.Label11.AutoSize = True
  285. Me.Label11.Location = New System.Drawing.Point(3, 32)
  286. Me.Label11.Name = "Label11"
  287. Me.Label11.Size = New System.Drawing.Size(55, 16)
  288. Me.Label11.TabIndex = 12
  289. Me.Label11.Text = "支付對象"
  290. '
  291. 'Label3
  292. '
  293. Me.Label3.AutoSize = True
  294. Me.Label3.Location = New System.Drawing.Point(3, 4)
  295. Me.Label3.Name = "Label3"
  296. Me.Label3.Size = New System.Drawing.Size(43, 16)
  297. Me.Label3.TabIndex = 1
  298. Me.Label3.Text = "新資料"
  299. '
  300. 'Panel1
  301. '
  302. Me.Panel1.Controls.Add(Me.供應商編號_tb)
  303. Me.Panel1.Controls.Add(Me.Label1)
  304. Me.Panel1.Controls.Add(Me.供應商名稱_tb)
  305. Me.Panel1.Location = New System.Drawing.Point(39, 168)
  306. Me.Panel1.Name = "Panel1"
  307. Me.Panel1.Size = New System.Drawing.Size(180, 78)
  308. Me.Panel1.TabIndex = 12
  309. Me.Panel1.Visible = False
  310. '
  311. '供應商編號_tb
  312. '
  313. Me.供應商編號_tb.Location = New System.Drawing.Point(3, 3)
  314. Me.供應商編號_tb.Name = "供應商編號_tb"
  315. Me.供應商編號_tb.Size = New System.Drawing.Size(84, 23)
  316. Me.供應商編號_tb.TabIndex = 189
  317. '
  318. 'ToolTip1
  319. '
  320. Me.ToolTip1.AutoPopDelay = 5000
  321. Me.ToolTip1.InitialDelay = 500
  322. Me.ToolTip1.IsBalloon = True
  323. Me.ToolTip1.ReshowDelay = 100
  324. Me.ToolTip1.ToolTipTitle = "illustrate"
  325. '
  326. '供應商管理銀行修改審核
  327. '
  328. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  329. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  330. Me.ClientSize = New System.Drawing.Size(662, 415)
  331. Me.Controls.Add(Me.Panel1)
  332. Me.Controls.Add(Me.SplitContainer1)
  333. Me.Controls.Add(Me.取消_bt)
  334. Me.Controls.Add(Me.確認_bt)
  335. Me.Controls.Add(Me.廠商清單_dgv)
  336. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.Margin = New System.Windows.Forms.Padding(4)
  338. Me.Name = "供應商管理銀行修改審核"
  339. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  340. Me.Text = "供應商管理銀行修改審核"
  341. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  342. Me.SplitContainer1.Panel1.ResumeLayout(False)
  343. Me.SplitContainer1.Panel1.PerformLayout()
  344. Me.SplitContainer1.Panel2.ResumeLayout(False)
  345. Me.SplitContainer1.Panel2.PerformLayout()
  346. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  347. Me.SplitContainer1.ResumeLayout(False)
  348. Me.Panel1.ResumeLayout(False)
  349. Me.Panel1.PerformLayout()
  350. Me.ResumeLayout(False)
  351. End Sub
  352. Friend WithEvents 廠商清單_dgv As DataGridView
  353. Friend WithEvents 確認_bt As Button
  354. Friend WithEvents 取消_bt As Button
  355. Friend WithEvents Label1 As Label
  356. Friend WithEvents 供應商名稱_tb As TextBox
  357. Friend WithEvents SplitContainer1 As SplitContainer
  358. Friend WithEvents Label2 As Label
  359. Friend WithEvents Label3 As Label
  360. Friend WithEvents 支付對象_tb As TextBox
  361. Friend WithEvents 銀行名稱_tb As TextBox
  362. Friend WithEvents 銀行支行_tb As TextBox
  363. Friend WithEvents 銀行帳號_tb As TextBox
  364. Friend WithEvents Label7 As Label
  365. Friend WithEvents Label6 As Label
  366. Friend WithEvents Label5 As Label
  367. Friend WithEvents Label4 As Label
  368. Friend WithEvents 新支付對象_tb As TextBox
  369. Friend WithEvents 新銀行名稱_tb As TextBox
  370. Friend WithEvents 新銀行支行_tb As TextBox
  371. Friend WithEvents 新銀行帳號_tb As TextBox
  372. Friend WithEvents Label8 As Label
  373. Friend WithEvents Label9 As Label
  374. Friend WithEvents Label10 As Label
  375. Friend WithEvents Label11 As Label
  376. Friend WithEvents Panel1 As Panel
  377. Friend WithEvents 供應商編號_tb As TextBox
  378. Friend WithEvents ToolTip1 As ToolTip
  379. End Class