Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

一般物料請購單核准.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  27. Me.總金額_tb = New System.Windows.Forms.TextBox()
  28. Me.總金額_lb = New System.Windows.Forms.Label()
  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.未審核的一般物料請購單_lb = New System.Windows.Forms.Label()
  33. Me.未審核_dgv = New System.Windows.Forms.DataGridView()
  34. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  35. Me.申請人_lb = New System.Windows.Forms.Label()
  36. Me.申請人_tb = New System.Windows.Forms.TextBox()
  37. Me.申請日期_lb = New System.Windows.Forms.Label()
  38. Me.一般物料請購單號_lb = New System.Windows.Forms.Label()
  39. Me.一般物料請購單號_tb = New System.Windows.Forms.TextBox()
  40. Me.請購單作廢_bt = New System.Windows.Forms.Button()
  41. CType(Me.作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. '申請日期_dtp
  47. '
  48. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  49. Me.申請日期_dtp.Location = New System.Drawing.Point(681, 29)
  50. Me.申請日期_dtp.Name = "申請日期_dtp"
  51. Me.申請日期_dtp.Size = New System.Drawing.Size(93, 23)
  52. Me.申請日期_dtp.TabIndex = 826
  53. '
  54. '總金額_tb
  55. '
  56. Me.總金額_tb.Location = New System.Drawing.Point(831, 29)
  57. Me.總金額_tb.Name = "總金額_tb"
  58. Me.總金額_tb.Size = New System.Drawing.Size(111, 23)
  59. Me.總金額_tb.TabIndex = 825
  60. '
  61. '總金額_lb
  62. '
  63. Me.總金額_lb.AutoSize = True
  64. Me.總金額_lb.Location = New System.Drawing.Point(781, 32)
  65. Me.總金額_lb.Name = "總金額_lb"
  66. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  67. Me.總金額_lb.TabIndex = 824
  68. Me.總金額_lb.Text = "總金額"
  69. '
  70. '請購單核准_bt
  71. '
  72. Me.請購單核准_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.請購單核准_bt.ForeColor = System.Drawing.Color.Green
  74. Me.請購單核准_bt.Location = New System.Drawing.Point(943, 2)
  75. Me.請購單核准_bt.Name = "請購單核准_bt"
  76. Me.請購單核准_bt.Size = New System.Drawing.Size(104, 50)
  77. Me.請購單核准_bt.TabIndex = 821
  78. Me.請購單核准_bt.Text = "請購單核准"
  79. Me.請購單核准_bt.UseVisualStyleBackColor = True
  80. '
  81. '作廢的一般物料請購單_lb
  82. '
  83. Me.作廢的一般物料請購單_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  84. Me.作廢的一般物料請購單_lb.AutoSize = True
  85. Me.作廢的一般物料請購單_lb.Location = New System.Drawing.Point(3, 403)
  86. Me.作廢的一般物料請購單_lb.Name = "作廢的一般物料請購單_lb"
  87. Me.作廢的一般物料請購單_lb.Size = New System.Drawing.Size(128, 16)
  88. Me.作廢的一般物料請購單_lb.TabIndex = 820
  89. Me.作廢的一般物料請購單_lb.Text = "作廢的一般物料請購單"
  90. '
  91. '作廢_dgv
  92. '
  93. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  94. Me.作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  95. Me.作廢_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  96. Me.作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  97. Me.作廢_dgv.BackgroundColor = System.Drawing.Color.White
  98. Me.作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. Me.作廢_dgv.Location = New System.Drawing.Point(3, 421)
  100. Me.作廢_dgv.Name = "作廢_dgv"
  101. Me.作廢_dgv.RowHeadersWidth = 5
  102. Me.作廢_dgv.RowTemplate.Height = 24
  103. Me.作廢_dgv.Size = New System.Drawing.Size(335, 257)
  104. Me.作廢_dgv.TabIndex = 819
  105. '
  106. '未審核的一般物料請購單_lb
  107. '
  108. Me.未審核的一般物料請購單_lb.AutoSize = True
  109. Me.未審核的一般物料請購單_lb.Location = New System.Drawing.Point(3, 4)
  110. Me.未審核的一般物料請購單_lb.Name = "未審核的一般物料請購單_lb"
  111. Me.未審核的一般物料請購單_lb.Size = New System.Drawing.Size(140, 16)
  112. Me.未審核的一般物料請購單_lb.TabIndex = 818
  113. Me.未審核的一般物料請購單_lb.Text = "未審核的一般物料請購單"
  114. '
  115. '未審核_dgv
  116. '
  117. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  118. Me.未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  119. Me.未審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  120. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  121. Me.未審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  122. Me.未審核_dgv.BackgroundColor = System.Drawing.Color.White
  123. Me.未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  124. Me.未審核_dgv.Location = New System.Drawing.Point(3, 22)
  125. Me.未審核_dgv.Name = "未審核_dgv"
  126. Me.未審核_dgv.RowHeadersWidth = 5
  127. Me.未審核_dgv.RowTemplate.Height = 24
  128. Me.未審核_dgv.Size = New System.Drawing.Size(335, 378)
  129. Me.未審核_dgv.TabIndex = 817
  130. '
  131. '明細_dgv
  132. '
  133. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  134. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  135. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  136. Or System.Windows.Forms.AnchorStyles.Left) _
  137. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  138. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  139. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  140. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  141. Me.明細_dgv.Location = New System.Drawing.Point(341, 55)
  142. Me.明細_dgv.Name = "明細_dgv"
  143. Me.明細_dgv.RowHeadersWidth = 5
  144. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  145. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  146. Me.明細_dgv.RowTemplate.Height = 24
  147. Me.明細_dgv.Size = New System.Drawing.Size(1005, 623)
  148. Me.明細_dgv.TabIndex = 808
  149. '
  150. '申請人_lb
  151. '
  152. Me.申請人_lb.AutoSize = True
  153. Me.申請人_lb.Location = New System.Drawing.Point(398, 32)
  154. Me.申請人_lb.Name = "申請人_lb"
  155. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  156. Me.申請人_lb.TabIndex = 807
  157. Me.申請人_lb.Text = "申請人"
  158. '
  159. '申請人_tb
  160. '
  161. Me.申請人_tb.Location = New System.Drawing.Point(448, 29)
  162. Me.申請人_tb.Name = "申請人_tb"
  163. Me.申請人_tb.Size = New System.Drawing.Size(165, 23)
  164. Me.申請人_tb.TabIndex = 806
  165. '
  166. '申請日期_lb
  167. '
  168. Me.申請日期_lb.AutoSize = True
  169. Me.申請日期_lb.Location = New System.Drawing.Point(619, 32)
  170. Me.申請日期_lb.Name = "申請日期_lb"
  171. Me.申請日期_lb.Size = New System.Drawing.Size(56, 16)
  172. Me.申請日期_lb.TabIndex = 805
  173. Me.申請日期_lb.Text = "申請日期"
  174. '
  175. '一般物料請購單號_lb
  176. '
  177. Me.一般物料請購單號_lb.AutoSize = True
  178. Me.一般物料請購單號_lb.Location = New System.Drawing.Point(338, 6)
  179. Me.一般物料請購單號_lb.Name = "一般物料請購單號_lb"
  180. Me.一般物料請購單號_lb.Size = New System.Drawing.Size(104, 16)
  181. Me.一般物料請購單號_lb.TabIndex = 804
  182. Me.一般物料請購單號_lb.Text = "一般物料請購單號"
  183. '
  184. '一般物料請購單號_tb
  185. '
  186. Me.一般物料請購單號_tb.Location = New System.Drawing.Point(448, 3)
  187. Me.一般物料請購單號_tb.Name = "一般物料請購單號_tb"
  188. Me.一般物料請購單號_tb.Size = New System.Drawing.Size(494, 23)
  189. Me.一般物料請購單號_tb.TabIndex = 803
  190. '
  191. '請購單作廢_bt
  192. '
  193. Me.請購單作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  194. Me.請購單作廢_bt.ForeColor = System.Drawing.Color.Red
  195. Me.請購單作廢_bt.Location = New System.Drawing.Point(1047, 2)
  196. Me.請購單作廢_bt.Name = "請購單作廢_bt"
  197. Me.請購單作廢_bt.Size = New System.Drawing.Size(104, 50)
  198. Me.請購單作廢_bt.TabIndex = 823
  199. Me.請購單作廢_bt.Text = "請購單作廢"
  200. Me.請購單作廢_bt.UseVisualStyleBackColor = True
  201. '
  202. '一般物料請購單核准
  203. '
  204. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  205. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  206. Me.ClientSize = New System.Drawing.Size(1349, 681)
  207. Me.Controls.Add(Me.申請日期_dtp)
  208. Me.Controls.Add(Me.總金額_tb)
  209. Me.Controls.Add(Me.總金額_lb)
  210. Me.Controls.Add(Me.請購單作廢_bt)
  211. Me.Controls.Add(Me.請購單核准_bt)
  212. Me.Controls.Add(Me.作廢的一般物料請購單_lb)
  213. Me.Controls.Add(Me.作廢_dgv)
  214. Me.Controls.Add(Me.未審核的一般物料請購單_lb)
  215. Me.Controls.Add(Me.未審核_dgv)
  216. Me.Controls.Add(Me.明細_dgv)
  217. Me.Controls.Add(Me.申請人_lb)
  218. Me.Controls.Add(Me.申請人_tb)
  219. Me.Controls.Add(Me.申請日期_lb)
  220. Me.Controls.Add(Me.一般物料請購單號_lb)
  221. Me.Controls.Add(Me.一般物料請購單號_tb)
  222. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  224. Me.Name = "一般物料請購單核准"
  225. Me.Text = "一般物料請購單核准"
  226. CType(Me.作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  227. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  228. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  229. Me.ResumeLayout(False)
  230. Me.PerformLayout()
  231. End Sub
  232. Friend WithEvents 申請日期_dtp As DateTimePicker
  233. Friend WithEvents 總金額_tb As TextBox
  234. Friend WithEvents 總金額_lb As Label
  235. Friend WithEvents 請購單核准_bt As Button
  236. Friend WithEvents 作廢的一般物料請購單_lb As Label
  237. Friend WithEvents 作廢_dgv As DataGridView
  238. Friend WithEvents 未審核的一般物料請購單_lb As Label
  239. Friend WithEvents 未審核_dgv As DataGridView
  240. Friend WithEvents 明細_dgv As DataGridView
  241. Friend WithEvents 申請人_lb As Label
  242. Friend WithEvents 申請人_tb As TextBox
  243. Friend WithEvents 申請日期_lb As Label
  244. Friend WithEvents 一般物料請購單號_lb As Label
  245. Friend WithEvents 一般物料請購單號_tb As TextBox
  246. Friend WithEvents 請購單作廢_bt As Button
  247. End Class