Ingen beskrivning
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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  26. Me.總金額_tb = New System.Windows.Forms.TextBox()
  27. Me.總金額_lb = New System.Windows.Forms.Label()
  28. Me.單據轉零用金支付申請_bt = New System.Windows.Forms.Button()
  29. Me.已採購確認_bt = New System.Windows.Forms.Button()
  30. Me.未審核的一般物料請購單_lb = New System.Windows.Forms.Label()
  31. Me.未審核_dgv = New System.Windows.Forms.DataGridView()
  32. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  33. Me.申請人_lb = New System.Windows.Forms.Label()
  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.一般物料請購單號_tb = New System.Windows.Forms.TextBox()
  38. Me.帳本編號_cb = New System.Windows.Forms.ComboBox()
  39. Me.帳本名稱_cb = New System.Windows.Forms.ComboBox()
  40. Me.Label9 = New System.Windows.Forms.Label()
  41. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.SuspendLayout()
  44. '
  45. '申請日期_dtp
  46. '
  47. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  48. Me.申請日期_dtp.Location = New System.Drawing.Point(504, 313)
  49. Me.申請日期_dtp.Name = "申請日期_dtp"
  50. Me.申請日期_dtp.Size = New System.Drawing.Size(91, 23)
  51. Me.申請日期_dtp.TabIndex = 841
  52. '
  53. '總金額_tb
  54. '
  55. Me.總金額_tb.Location = New System.Drawing.Point(647, 313)
  56. Me.總金額_tb.Name = "總金額_tb"
  57. Me.總金額_tb.Size = New System.Drawing.Size(111, 23)
  58. Me.總金額_tb.TabIndex = 840
  59. '
  60. '總金額_lb
  61. '
  62. Me.總金額_lb.AutoSize = True
  63. Me.總金額_lb.Location = New System.Drawing.Point(601, 316)
  64. Me.總金額_lb.Name = "總金額_lb"
  65. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  66. Me.總金額_lb.TabIndex = 839
  67. Me.總金額_lb.Text = "總金額"
  68. '
  69. '單據轉零用金支付申請_bt
  70. '
  71. Me.單據轉零用金支付申請_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.單據轉零用金支付申請_bt.ForeColor = System.Drawing.Color.Red
  73. Me.單據轉零用金支付申請_bt.Location = New System.Drawing.Point(907, 311)
  74. Me.單據轉零用金支付申請_bt.Name = "單據轉零用金支付申請_bt"
  75. Me.單據轉零用金支付申請_bt.Size = New System.Drawing.Size(147, 26)
  76. Me.單據轉零用金支付申請_bt.TabIndex = 838
  77. Me.單據轉零用金支付申請_bt.Text = "單據轉零用金支付申請"
  78. Me.單據轉零用金支付申請_bt.UseVisualStyleBackColor = True
  79. '
  80. '已採購確認_bt
  81. '
  82. Me.已採購確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.已採購確認_bt.ForeColor = System.Drawing.Color.Green
  84. Me.已採購確認_bt.Location = New System.Drawing.Point(760, 311)
  85. Me.已採購確認_bt.Name = "已採購確認_bt"
  86. Me.已採購確認_bt.Size = New System.Drawing.Size(147, 26)
  87. Me.已採購確認_bt.TabIndex = 837
  88. Me.已採購確認_bt.Text = "已採購確認"
  89. Me.已採購確認_bt.UseVisualStyleBackColor = True
  90. '
  91. '未審核的一般物料請購單_lb
  92. '
  93. Me.未審核的一般物料請購單_lb.AutoSize = True
  94. Me.未審核的一般物料請購單_lb.Location = New System.Drawing.Point(4, 10)
  95. Me.未審核的一般物料請購單_lb.Name = "未審核的一般物料請購單_lb"
  96. Me.未審核的一般物料請購單_lb.Size = New System.Drawing.Size(140, 16)
  97. Me.未審核的一般物料請購單_lb.TabIndex = 834
  98. Me.未審核的一般物料請購單_lb.Text = "已審核的一般物料請購單"
  99. '
  100. '未審核_dgv
  101. '
  102. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  103. Me.未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  104. Me.未審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  105. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  106. Me.未審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  107. Me.未審核_dgv.BackgroundColor = System.Drawing.Color.White
  108. Me.未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  109. Me.未審核_dgv.Location = New System.Drawing.Point(4, 30)
  110. Me.未審核_dgv.Name = "未審核_dgv"
  111. Me.未審核_dgv.RowHeadersWidth = 5
  112. Me.未審核_dgv.RowTemplate.Height = 24
  113. Me.未審核_dgv.Size = New System.Drawing.Size(1341, 279)
  114. Me.未審核_dgv.TabIndex = 833
  115. '
  116. '明細_dgv
  117. '
  118. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  119. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  120. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  121. Or System.Windows.Forms.AnchorStyles.Left) _
  122. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  123. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  124. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  125. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  126. Me.明細_dgv.Location = New System.Drawing.Point(4, 340)
  127. Me.明細_dgv.Name = "明細_dgv"
  128. Me.明細_dgv.RowHeadersWidth = 5
  129. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  130. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  131. Me.明細_dgv.RowTemplate.Height = 24
  132. Me.明細_dgv.Size = New System.Drawing.Size(1341, 339)
  133. Me.明細_dgv.TabIndex = 832
  134. '
  135. '申請人_lb
  136. '
  137. Me.申請人_lb.AutoSize = True
  138. Me.申請人_lb.Location = New System.Drawing.Point(261, 316)
  139. Me.申請人_lb.Name = "申請人_lb"
  140. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  141. Me.申請人_lb.TabIndex = 831
  142. Me.申請人_lb.Text = "申請人"
  143. '
  144. '申請人_tb
  145. '
  146. Me.申請人_tb.Location = New System.Drawing.Point(308, 313)
  147. Me.申請人_tb.Name = "申請人_tb"
  148. Me.申請人_tb.Size = New System.Drawing.Size(133, 23)
  149. Me.申請人_tb.TabIndex = 830
  150. '
  151. '申請日期_lb
  152. '
  153. Me.申請日期_lb.AutoSize = True
  154. Me.申請日期_lb.Location = New System.Drawing.Point(447, 316)
  155. Me.申請日期_lb.Name = "申請日期_lb"
  156. Me.申請日期_lb.Size = New System.Drawing.Size(56, 16)
  157. Me.申請日期_lb.TabIndex = 829
  158. Me.申請日期_lb.Text = "申請日期"
  159. '
  160. '一般物料請購單號_lb
  161. '
  162. Me.一般物料請購單號_lb.AutoSize = True
  163. Me.一般物料請購單號_lb.Location = New System.Drawing.Point(12, 316)
  164. Me.一般物料請購單號_lb.Name = "一般物料請購單號_lb"
  165. Me.一般物料請購單號_lb.Size = New System.Drawing.Size(104, 16)
  166. Me.一般物料請購單號_lb.TabIndex = 828
  167. Me.一般物料請購單號_lb.Text = "一般物料請購單號"
  168. '
  169. '一般物料請購單號_tb
  170. '
  171. Me.一般物料請購單號_tb.Location = New System.Drawing.Point(118, 313)
  172. Me.一般物料請購單號_tb.Name = "一般物料請購單號_tb"
  173. Me.一般物料請購單號_tb.Size = New System.Drawing.Size(137, 23)
  174. Me.一般物料請購單號_tb.TabIndex = 827
  175. '
  176. '帳本編號_cb
  177. '
  178. Me.帳本編號_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  179. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  180. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  181. Me.帳本編號_cb.FormattingEnabled = True
  182. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  183. Me.帳本編號_cb.Location = New System.Drawing.Point(1199, 4)
  184. Me.帳本編號_cb.Name = "帳本編號_cb"
  185. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  186. Me.帳本編號_cb.TabIndex = 995
  187. Me.帳本編號_cb.Visible = False
  188. '
  189. '帳本名稱_cb
  190. '
  191. Me.帳本名稱_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  193. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  194. Me.帳本名稱_cb.FormattingEnabled = True
  195. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  196. Me.帳本名稱_cb.Location = New System.Drawing.Point(1199, 3)
  197. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  198. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  199. Me.帳本名稱_cb.TabIndex = 996
  200. Me.帳本名稱_cb.Visible = False
  201. '
  202. 'Label9
  203. '
  204. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  205. Me.Label9.AutoSize = True
  206. Me.Label9.ForeColor = System.Drawing.Color.Green
  207. Me.Label9.Location = New System.Drawing.Point(1161, 7)
  208. Me.Label9.Name = "Label9"
  209. Me.Label9.Size = New System.Drawing.Size(32, 16)
  210. Me.Label9.TabIndex = 997
  211. Me.Label9.Text = "帳本"
  212. Me.Label9.Visible = False
  213. '
  214. '一般物料請購單一覽表
  215. '
  216. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  217. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  218. Me.ClientSize = New System.Drawing.Size(1349, 681)
  219. Me.Controls.Add(Me.Label9)
  220. Me.Controls.Add(Me.帳本名稱_cb)
  221. Me.Controls.Add(Me.帳本編號_cb)
  222. Me.Controls.Add(Me.申請日期_dtp)
  223. Me.Controls.Add(Me.總金額_tb)
  224. Me.Controls.Add(Me.總金額_lb)
  225. Me.Controls.Add(Me.單據轉零用金支付申請_bt)
  226. Me.Controls.Add(Me.已採購確認_bt)
  227. Me.Controls.Add(Me.未審核的一般物料請購單_lb)
  228. Me.Controls.Add(Me.未審核_dgv)
  229. Me.Controls.Add(Me.明細_dgv)
  230. Me.Controls.Add(Me.申請人_lb)
  231. Me.Controls.Add(Me.申請人_tb)
  232. Me.Controls.Add(Me.申請日期_lb)
  233. Me.Controls.Add(Me.一般物料請購單號_lb)
  234. Me.Controls.Add(Me.一般物料請購單號_tb)
  235. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  236. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  237. Me.Name = "一般物料請購單一覽表"
  238. Me.Text = "一般物料請購單一覽表"
  239. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  240. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  241. Me.ResumeLayout(False)
  242. Me.PerformLayout()
  243. End Sub
  244. Friend WithEvents 申請日期_dtp As DateTimePicker
  245. Friend WithEvents 總金額_tb As TextBox
  246. Friend WithEvents 總金額_lb As Label
  247. Friend WithEvents 單據轉零用金支付申請_bt As Button
  248. Friend WithEvents 已採購確認_bt As Button
  249. Friend WithEvents 未審核的一般物料請購單_lb As Label
  250. Friend WithEvents 未審核_dgv As DataGridView
  251. Friend WithEvents 明細_dgv As DataGridView
  252. Friend WithEvents 申請人_lb As Label
  253. Friend WithEvents 申請人_tb As TextBox
  254. Friend WithEvents 申請日期_lb As Label
  255. Friend WithEvents 一般物料請購單號_lb As Label
  256. Friend WithEvents 一般物料請購單號_tb As TextBox
  257. Friend WithEvents 帳本編號_cb As ComboBox
  258. Friend WithEvents 帳本名稱_cb As ComboBox
  259. Friend WithEvents Label9 As Label
  260. End Class