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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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.Button5 = New System.Windows.Forms.Button()
  25. Me.Button4 = New System.Windows.Forms.Button()
  26. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  27. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  28. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  32. Me.Button1 = New System.Windows.Forms.Button()
  33. Me.Button2 = New System.Windows.Forms.Button()
  34. Me.Label62 = New System.Windows.Forms.Label()
  35. Me.CheckBox8 = New System.Windows.Forms.CheckBox()
  36. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  37. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  38. Me.Button3 = New System.Windows.Forms.Button()
  39. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  40. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  41. Me.Label2 = New System.Windows.Forms.Label()
  42. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  43. Me.Button6 = New System.Windows.Forms.Button()
  44. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'Button5
  48. '
  49. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.Button5.Location = New System.Drawing.Point(314, 12)
  51. Me.Button5.Name = "Button5"
  52. Me.Button5.Size = New System.Drawing.Size(90, 25)
  53. Me.Button5.TabIndex = 546
  54. Me.Button5.Text = "清除"
  55. Me.Button5.UseVisualStyleBackColor = True
  56. '
  57. 'Button4
  58. '
  59. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.Button4.Location = New System.Drawing.Point(1209, 12)
  61. Me.Button4.Name = "Button4"
  62. Me.Button4.Size = New System.Drawing.Size(90, 25)
  63. Me.Button4.TabIndex = 545
  64. Me.Button4.Text = "列印成EXCEL"
  65. Me.Button4.UseVisualStyleBackColor = True
  66. '
  67. 'CheckBox3
  68. '
  69. Me.CheckBox3.AutoSize = True
  70. Me.CheckBox3.ForeColor = System.Drawing.Color.Red
  71. Me.CheckBox3.Location = New System.Drawing.Point(1140, 17)
  72. Me.CheckBox3.Name = "CheckBox3"
  73. Me.CheckBox3.Size = New System.Drawing.Size(63, 20)
  74. Me.CheckBox3.TabIndex = 544
  75. Me.CheckBox3.Text = "未出納"
  76. Me.CheckBox3.UseVisualStyleBackColor = True
  77. '
  78. 'CheckBox2
  79. '
  80. Me.CheckBox2.AutoSize = True
  81. Me.CheckBox2.ForeColor = System.Drawing.Color.Red
  82. Me.CheckBox2.Location = New System.Drawing.Point(1071, 17)
  83. Me.CheckBox2.Name = "CheckBox2"
  84. Me.CheckBox2.Size = New System.Drawing.Size(63, 20)
  85. Me.CheckBox2.TabIndex = 543
  86. Me.CheckBox2.Text = "已出納"
  87. Me.CheckBox2.UseVisualStyleBackColor = True
  88. '
  89. 'CheckBox1
  90. '
  91. Me.CheckBox1.AutoSize = True
  92. Me.CheckBox1.ForeColor = System.Drawing.Color.Red
  93. Me.CheckBox1.Location = New System.Drawing.Point(990, 17)
  94. Me.CheckBox1.Name = "CheckBox1"
  95. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  96. Me.CheckBox1.TabIndex = 542
  97. Me.CheckBox1.Text = "全部資料"
  98. Me.CheckBox1.UseVisualStyleBackColor = True
  99. '
  100. 'Label3
  101. '
  102. Me.Label3.AutoSize = True
  103. Me.Label3.ForeColor = System.Drawing.Color.Red
  104. Me.Label3.Location = New System.Drawing.Point(938, 18)
  105. Me.Label3.Name = "Label3"
  106. Me.Label3.Size = New System.Drawing.Size(46, 16)
  107. Me.Label3.TabIndex = 541
  108. Me.Label3.Text = "出納->"
  109. '
  110. 'Label1
  111. '
  112. Me.Label1.AutoSize = True
  113. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.Label1.Location = New System.Drawing.Point(628, 18)
  115. Me.Label1.Name = "Label1"
  116. Me.Label1.Size = New System.Drawing.Size(46, 16)
  117. Me.Label1.TabIndex = 540
  118. Me.Label1.Text = "會計->"
  119. '
  120. 'DataGridView1
  121. '
  122. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  123. Me.DataGridView1.Location = New System.Drawing.Point(12, 44)
  124. Me.DataGridView1.Name = "DataGridView1"
  125. Me.DataGridView1.RowHeadersWidth = 5
  126. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  127. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
  128. Me.DataGridView1.RowTemplate.Height = 24
  129. Me.DataGridView1.Size = New System.Drawing.Size(1890, 920)
  130. Me.DataGridView1.TabIndex = 539
  131. '
  132. 'Button1
  133. '
  134. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Button1.Location = New System.Drawing.Point(506, 12)
  136. Me.Button1.Name = "Button1"
  137. Me.Button1.Size = New System.Drawing.Size(116, 25)
  138. Me.Button1.TabIndex = 538
  139. Me.Button1.Text = "查詢"
  140. Me.Button1.UseVisualStyleBackColor = True
  141. '
  142. 'Button2
  143. '
  144. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.Button2.Location = New System.Drawing.Point(1786, 10)
  146. Me.Button2.Name = "Button2"
  147. Me.Button2.Size = New System.Drawing.Size(116, 30)
  148. Me.Button2.TabIndex = 537
  149. Me.Button2.Text = "對帳記錄存檔"
  150. Me.Button2.UseVisualStyleBackColor = True
  151. '
  152. 'Label62
  153. '
  154. Me.Label62.AutoSize = True
  155. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.Label62.ForeColor = System.Drawing.Color.Red
  157. Me.Label62.Location = New System.Drawing.Point(1642, 14)
  158. Me.Label62.Name = "Label62"
  159. Me.Label62.Size = New System.Drawing.Size(138, 26)
  160. Me.Label62.TabIndex = 536
  161. Me.Label62.Text = "資料尚未存檔"
  162. Me.Label62.Visible = False
  163. '
  164. 'CheckBox8
  165. '
  166. Me.CheckBox8.AutoSize = True
  167. Me.CheckBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  168. Me.CheckBox8.Location = New System.Drawing.Point(761, 17)
  169. Me.CheckBox8.Name = "CheckBox8"
  170. Me.CheckBox8.Size = New System.Drawing.Size(63, 20)
  171. Me.CheckBox8.TabIndex = 535
  172. Me.CheckBox8.Text = "已核對"
  173. Me.CheckBox8.UseVisualStyleBackColor = True
  174. '
  175. 'CheckBox7
  176. '
  177. Me.CheckBox7.AutoSize = True
  178. Me.CheckBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  179. Me.CheckBox7.Location = New System.Drawing.Point(830, 17)
  180. Me.CheckBox7.Name = "CheckBox7"
  181. Me.CheckBox7.Size = New System.Drawing.Size(63, 20)
  182. Me.CheckBox7.TabIndex = 534
  183. Me.CheckBox7.Text = "未核對"
  184. Me.CheckBox7.UseVisualStyleBackColor = True
  185. '
  186. 'CheckBox6
  187. '
  188. Me.CheckBox6.AutoSize = True
  189. Me.CheckBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  190. Me.CheckBox6.Location = New System.Drawing.Point(680, 17)
  191. Me.CheckBox6.Name = "CheckBox6"
  192. Me.CheckBox6.Size = New System.Drawing.Size(75, 20)
  193. Me.CheckBox6.TabIndex = 533
  194. Me.CheckBox6.Text = "全部資料"
  195. Me.CheckBox6.UseVisualStyleBackColor = True
  196. '
  197. 'Button3
  198. '
  199. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.Button3.Location = New System.Drawing.Point(410, 12)
  201. Me.Button3.Name = "Button3"
  202. Me.Button3.Size = New System.Drawing.Size(90, 25)
  203. Me.Button3.TabIndex = 532
  204. Me.Button3.Text = "重新讀取"
  205. Me.Button3.UseVisualStyleBackColor = True
  206. '
  207. 'ComboBox2
  208. '
  209. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  210. Me.ComboBox2.FormattingEnabled = True
  211. Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  212. Me.ComboBox2.Location = New System.Drawing.Point(194, 13)
  213. Me.ComboBox2.Name = "ComboBox2"
  214. Me.ComboBox2.Size = New System.Drawing.Size(114, 24)
  215. Me.ComboBox2.TabIndex = 531
  216. '
  217. 'ComboBox1
  218. '
  219. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  220. Me.ComboBox1.FormattingEnabled = True
  221. Me.ComboBox1.Items.AddRange(New Object() {"2019"})
  222. Me.ComboBox1.Location = New System.Drawing.Point(74, 13)
  223. Me.ComboBox1.Name = "ComboBox1"
  224. Me.ComboBox1.Size = New System.Drawing.Size(114, 24)
  225. Me.ComboBox1.TabIndex = 530
  226. '
  227. 'Label2
  228. '
  229. Me.Label2.AutoSize = True
  230. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  231. Me.Label2.Location = New System.Drawing.Point(12, 17)
  232. Me.Label2.Name = "Label2"
  233. Me.Label2.Size = New System.Drawing.Size(56, 16)
  234. Me.Label2.TabIndex = 529
  235. Me.Label2.Text = "查詢月份"
  236. '
  237. 'Timer1
  238. '
  239. Me.Timer1.Interval = 500
  240. '
  241. 'Button6
  242. '
  243. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.Button6.ForeColor = System.Drawing.Color.Red
  245. Me.Button6.Location = New System.Drawing.Point(1392, 12)
  246. Me.Button6.Name = "Button6"
  247. Me.Button6.Size = New System.Drawing.Size(153, 25)
  248. Me.Button6.TabIndex = 564
  249. Me.Button6.Text = "查詢單據驗證碼"
  250. Me.Button6.UseVisualStyleBackColor = True
  251. '
  252. '零用金支付_對帳表
  253. '
  254. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  255. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  256. Me.ClientSize = New System.Drawing.Size(1914, 971)
  257. Me.Controls.Add(Me.Button6)
  258. Me.Controls.Add(Me.Button5)
  259. Me.Controls.Add(Me.Button4)
  260. Me.Controls.Add(Me.CheckBox3)
  261. Me.Controls.Add(Me.CheckBox2)
  262. Me.Controls.Add(Me.CheckBox1)
  263. Me.Controls.Add(Me.Label3)
  264. Me.Controls.Add(Me.Label1)
  265. Me.Controls.Add(Me.DataGridView1)
  266. Me.Controls.Add(Me.Button1)
  267. Me.Controls.Add(Me.Button2)
  268. Me.Controls.Add(Me.Label62)
  269. Me.Controls.Add(Me.CheckBox8)
  270. Me.Controls.Add(Me.CheckBox7)
  271. Me.Controls.Add(Me.CheckBox6)
  272. Me.Controls.Add(Me.Button3)
  273. Me.Controls.Add(Me.ComboBox2)
  274. Me.Controls.Add(Me.ComboBox1)
  275. Me.Controls.Add(Me.Label2)
  276. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  278. Me.Name = "零用金支付_對帳表"
  279. Me.Text = "零用金支付_對帳表"
  280. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  281. Me.ResumeLayout(False)
  282. Me.PerformLayout()
  283. End Sub
  284. Friend WithEvents Button5 As Button
  285. Friend WithEvents Button4 As Button
  286. Friend WithEvents CheckBox3 As CheckBox
  287. Friend WithEvents CheckBox2 As CheckBox
  288. Friend WithEvents CheckBox1 As CheckBox
  289. Friend WithEvents Label3 As Label
  290. Friend WithEvents Label1 As Label
  291. Friend WithEvents DataGridView1 As DataGridView
  292. Friend WithEvents Button1 As Button
  293. Friend WithEvents Button2 As Button
  294. Friend WithEvents Label62 As Label
  295. Friend WithEvents CheckBox8 As CheckBox
  296. Friend WithEvents CheckBox7 As CheckBox
  297. Friend WithEvents CheckBox6 As CheckBox
  298. Friend WithEvents Button3 As Button
  299. Friend WithEvents ComboBox2 As ComboBox
  300. Friend WithEvents ComboBox1 As ComboBox
  301. Friend WithEvents Label2 As Label
  302. Friend WithEvents Timer1 As Timer
  303. Friend WithEvents Button6 As Button
  304. End Class