Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  27. Me.TextBox5 = New System.Windows.Forms.TextBox()
  28. Me.Label8 = New System.Windows.Forms.Label()
  29. Me.Button3 = New System.Windows.Forms.Button()
  30. Me.Label6 = New System.Windows.Forms.Label()
  31. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  34. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.TextBox3 = New System.Windows.Forms.TextBox()
  37. Me.Label2 = New System.Windows.Forms.Label()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.TextBox1 = New System.Windows.Forms.TextBox()
  40. Me.Button5 = New System.Windows.Forms.Button()
  41. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. 'DateTimePicker1
  47. '
  48. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  49. Me.DateTimePicker1.Location = New System.Drawing.Point(993, 38)
  50. Me.DateTimePicker1.Name = "DateTimePicker1"
  51. Me.DateTimePicker1.Size = New System.Drawing.Size(126, 23)
  52. Me.DateTimePicker1.TabIndex = 826
  53. '
  54. 'TextBox5
  55. '
  56. Me.TextBox5.Location = New System.Drawing.Point(1175, 38)
  57. Me.TextBox5.Name = "TextBox5"
  58. Me.TextBox5.Size = New System.Drawing.Size(111, 23)
  59. Me.TextBox5.TabIndex = 825
  60. '
  61. 'Label8
  62. '
  63. Me.Label8.AutoSize = True
  64. Me.Label8.Location = New System.Drawing.Point(1125, 41)
  65. Me.Label8.Name = "Label8"
  66. Me.Label8.Size = New System.Drawing.Size(44, 16)
  67. Me.Label8.TabIndex = 824
  68. Me.Label8.Text = "總金額"
  69. '
  70. 'Button3
  71. '
  72. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.Button3.ForeColor = System.Drawing.Color.Green
  74. Me.Button3.Location = New System.Drawing.Point(1316, 9)
  75. Me.Button3.Name = "Button3"
  76. Me.Button3.Size = New System.Drawing.Size(276, 52)
  77. Me.Button3.TabIndex = 821
  78. Me.Button3.Text = "請購單核准"
  79. Me.Button3.UseVisualStyleBackColor = True
  80. '
  81. 'Label6
  82. '
  83. Me.Label6.AutoSize = True
  84. Me.Label6.Location = New System.Drawing.Point(12, 505)
  85. Me.Label6.Name = "Label6"
  86. Me.Label6.Size = New System.Drawing.Size(140, 16)
  87. Me.Label6.TabIndex = 820
  88. Me.Label6.Text = "未核准的一般物料請購單"
  89. '
  90. 'DataGridView4
  91. '
  92. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  93. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  94. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  95. Me.DataGridView4.Location = New System.Drawing.Point(12, 527)
  96. Me.DataGridView4.Name = "DataGridView4"
  97. Me.DataGridView4.RowHeadersWidth = 5
  98. Me.DataGridView4.RowTemplate.Height = 24
  99. Me.DataGridView4.Size = New System.Drawing.Size(635, 436)
  100. Me.DataGridView4.TabIndex = 819
  101. '
  102. 'Label4
  103. '
  104. Me.Label4.AutoSize = True
  105. Me.Label4.Location = New System.Drawing.Point(12, 19)
  106. Me.Label4.Name = "Label4"
  107. Me.Label4.Size = New System.Drawing.Size(140, 16)
  108. Me.Label4.TabIndex = 818
  109. Me.Label4.Text = "未審核的一般物料請購單"
  110. '
  111. 'DataGridView2
  112. '
  113. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  115. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.DataGridView2.Location = New System.Drawing.Point(12, 41)
  117. Me.DataGridView2.Name = "DataGridView2"
  118. Me.DataGridView2.RowHeadersWidth = 5
  119. Me.DataGridView2.RowTemplate.Height = 24
  120. Me.DataGridView2.Size = New System.Drawing.Size(635, 454)
  121. Me.DataGridView2.TabIndex = 817
  122. '
  123. 'DataGridView1
  124. '
  125. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  126. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  127. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  128. Me.DataGridView1.Location = New System.Drawing.Point(653, 68)
  129. Me.DataGridView1.Name = "DataGridView1"
  130. Me.DataGridView1.RowHeadersWidth = 5
  131. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  132. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
  133. Me.DataGridView1.RowTemplate.Height = 24
  134. Me.DataGridView1.Size = New System.Drawing.Size(1250, 895)
  135. Me.DataGridView1.TabIndex = 808
  136. '
  137. 'Label3
  138. '
  139. Me.Label3.AutoSize = True
  140. Me.Label3.Location = New System.Drawing.Point(710, 41)
  141. Me.Label3.Name = "Label3"
  142. Me.Label3.Size = New System.Drawing.Size(44, 16)
  143. Me.Label3.TabIndex = 807
  144. Me.Label3.Text = "申請人"
  145. '
  146. 'TextBox3
  147. '
  148. Me.TextBox3.Location = New System.Drawing.Point(760, 38)
  149. Me.TextBox3.Name = "TextBox3"
  150. Me.TextBox3.Size = New System.Drawing.Size(165, 23)
  151. Me.TextBox3.TabIndex = 806
  152. '
  153. 'Label2
  154. '
  155. Me.Label2.AutoSize = True
  156. Me.Label2.Location = New System.Drawing.Point(931, 41)
  157. Me.Label2.Name = "Label2"
  158. Me.Label2.Size = New System.Drawing.Size(56, 16)
  159. Me.Label2.TabIndex = 805
  160. Me.Label2.Text = "申請日期"
  161. '
  162. 'Label1
  163. '
  164. Me.Label1.AutoSize = True
  165. Me.Label1.Location = New System.Drawing.Point(650, 12)
  166. Me.Label1.Name = "Label1"
  167. Me.Label1.Size = New System.Drawing.Size(104, 16)
  168. Me.Label1.TabIndex = 804
  169. Me.Label1.Text = "一般物料請購單號"
  170. '
  171. 'TextBox1
  172. '
  173. Me.TextBox1.Location = New System.Drawing.Point(760, 9)
  174. Me.TextBox1.Name = "TextBox1"
  175. Me.TextBox1.Size = New System.Drawing.Size(526, 23)
  176. Me.TextBox1.TabIndex = 803
  177. '
  178. 'Button5
  179. '
  180. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Button5.ForeColor = System.Drawing.Color.Red
  182. Me.Button5.Location = New System.Drawing.Point(1626, 8)
  183. Me.Button5.Name = "Button5"
  184. Me.Button5.Size = New System.Drawing.Size(276, 54)
  185. Me.Button5.TabIndex = 823
  186. Me.Button5.Text = "請購單作廢"
  187. Me.Button5.UseVisualStyleBackColor = True
  188. '
  189. '一般物料請購單核准
  190. '
  191. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  192. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  193. Me.ClientSize = New System.Drawing.Size(1914, 971)
  194. Me.Controls.Add(Me.DateTimePicker1)
  195. Me.Controls.Add(Me.TextBox5)
  196. Me.Controls.Add(Me.Label8)
  197. Me.Controls.Add(Me.Button5)
  198. Me.Controls.Add(Me.Button3)
  199. Me.Controls.Add(Me.Label6)
  200. Me.Controls.Add(Me.DataGridView4)
  201. Me.Controls.Add(Me.Label4)
  202. Me.Controls.Add(Me.DataGridView2)
  203. Me.Controls.Add(Me.DataGridView1)
  204. Me.Controls.Add(Me.Label3)
  205. Me.Controls.Add(Me.TextBox3)
  206. Me.Controls.Add(Me.Label2)
  207. Me.Controls.Add(Me.Label1)
  208. Me.Controls.Add(Me.TextBox1)
  209. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  211. Me.Name = "一般物料請購單核准"
  212. Me.Text = "一般物料請購單核准"
  213. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  214. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  215. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  216. Me.ResumeLayout(False)
  217. Me.PerformLayout()
  218. End Sub
  219. Friend WithEvents DateTimePicker1 As DateTimePicker
  220. Friend WithEvents TextBox5 As TextBox
  221. Friend WithEvents Label8 As Label
  222. Friend WithEvents Button3 As Button
  223. Friend WithEvents Label6 As Label
  224. Friend WithEvents DataGridView4 As DataGridView
  225. Friend WithEvents Label4 As Label
  226. Friend WithEvents DataGridView2 As DataGridView
  227. Friend WithEvents DataGridView1 As DataGridView
  228. Friend WithEvents Label3 As Label
  229. Friend WithEvents TextBox3 As TextBox
  230. Friend WithEvents Label2 As Label
  231. Friend WithEvents Label1 As Label
  232. Friend WithEvents TextBox1 As TextBox
  233. Friend WithEvents Button5 As Button
  234. End Class