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 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  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. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
  29. Me.Button1 = New System.Windows.Forms.Button()
  30. Me.一般月 = New System.Windows.Forms.CheckBox()
  31. Me.會計月 = New System.Windows.Forms.CheckBox()
  32. Me.Button2 = New System.Windows.Forms.Button()
  33. Me.Label4 = New System.Windows.Forms.Label()
  34. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  35. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  36. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  37. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  38. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  39. Me.TextBox3 = New System.Windows.Forms.TextBox()
  40. Me.Label3 = New System.Windows.Forms.Label()
  41. Me.TextBox1 = New System.Windows.Forms.TextBox()
  42. Me.Button6 = New System.Windows.Forms.Button()
  43. Me.Button5 = New System.Windows.Forms.Button()
  44. Me.Button12 = New System.Windows.Forms.Button()
  45. Me.Button13 = New System.Windows.Forms.Button()
  46. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  47. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  48. Me.TextBox2 = New System.Windows.Forms.TextBox()
  49. Me.Label1 = New System.Windows.Forms.Label()
  50. Me.Label7 = New System.Windows.Forms.Label()
  51. Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
  52. Me.Label2 = New System.Windows.Forms.Label()
  53. Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  54. Me.Label5 = New System.Windows.Forms.Label()
  55. Me.TextBox4 = New System.Windows.Forms.TextBox()
  56. Me.TextBox5 = New System.Windows.Forms.TextBox()
  57. Me.Button3 = New System.Windows.Forms.Button()
  58. Me.Button4 = New System.Windows.Forms.Button()
  59. Me.TextBox6 = New System.Windows.Forms.TextBox()
  60. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  61. Me.Label6 = New System.Windows.Forms.Label()
  62. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  63. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  66. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.SuspendLayout()
  69. '
  70. 'DateTimePicker4
  71. '
  72. Me.DateTimePicker4.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  73. Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  74. Me.DateTimePicker4.Location = New System.Drawing.Point(30, 49)
  75. Me.DateTimePicker4.Name = "DateTimePicker4"
  76. Me.DateTimePicker4.Size = New System.Drawing.Size(43, 23)
  77. Me.DateTimePicker4.TabIndex = 1175
  78. '
  79. 'Button1
  80. '
  81. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  83. Me.Button1.Location = New System.Drawing.Point(330, 3)
  84. Me.Button1.Name = "Button1"
  85. Me.Button1.Size = New System.Drawing.Size(65, 23)
  86. Me.Button1.TabIndex = 1171
  87. Me.Button1.Text = "上個月"
  88. Me.Button1.UseVisualStyleBackColor = True
  89. '
  90. '一般月
  91. '
  92. Me.一般月.AutoSize = True
  93. Me.一般月.Location = New System.Drawing.Point(272, 6)
  94. Me.一般月.Name = "一般月"
  95. Me.一般月.Size = New System.Drawing.Size(63, 20)
  96. Me.一般月.TabIndex = 1174
  97. Me.一般月.Text = "一般月"
  98. Me.一般月.UseVisualStyleBackColor = True
  99. '
  100. '會計月
  101. '
  102. Me.會計月.AutoSize = True
  103. Me.會計月.Checked = True
  104. Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
  105. Me.會計月.Location = New System.Drawing.Point(207, 6)
  106. Me.會計月.Name = "會計月"
  107. Me.會計月.Size = New System.Drawing.Size(63, 20)
  108. Me.會計月.TabIndex = 1173
  109. Me.會計月.Text = "會計月"
  110. Me.會計月.UseVisualStyleBackColor = True
  111. '
  112. 'Button2
  113. '
  114. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  116. Me.Button2.Location = New System.Drawing.Point(397, 3)
  117. Me.Button2.Name = "Button2"
  118. Me.Button2.Size = New System.Drawing.Size(65, 23)
  119. Me.Button2.TabIndex = 1172
  120. Me.Button2.Text = "下個月"
  121. Me.Button2.UseVisualStyleBackColor = True
  122. '
  123. 'Label4
  124. '
  125. Me.Label4.AutoSize = True
  126. Me.Label4.Location = New System.Drawing.Point(97, 7)
  127. Me.Label4.Name = "Label4"
  128. Me.Label4.Size = New System.Drawing.Size(20, 16)
  129. Me.Label4.TabIndex = 1170
  130. Me.Label4.Text = "到"
  131. '
  132. 'DateTimePicker2
  133. '
  134. Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  135. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  136. Me.DateTimePicker2.Location = New System.Drawing.Point(118, 3)
  137. Me.DateTimePicker2.Name = "DateTimePicker2"
  138. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  139. Me.DateTimePicker2.TabIndex = 1169
  140. '
  141. 'DateTimePicker1
  142. '
  143. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  144. Me.DateTimePicker1.Location = New System.Drawing.Point(8, 3)
  145. Me.DateTimePicker1.Name = "DateTimePicker1"
  146. Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
  147. Me.DateTimePicker1.TabIndex = 1168
  148. '
  149. 'DataGridView1
  150. '
  151. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  152. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  153. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  154. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  155. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  156. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  157. Me.DataGridView1.Location = New System.Drawing.Point(8, 30)
  158. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  159. Me.DataGridView1.Name = "DataGridView1"
  160. Me.DataGridView1.RowHeadersWidth = 5
  161. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  162. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  163. Me.DataGridView1.RowTemplate.Height = 24
  164. Me.DataGridView1.Size = New System.Drawing.Size(75, 290)
  165. Me.DataGridView1.TabIndex = 1167
  166. '
  167. 'DataGridView2
  168. '
  169. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  170. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  171. Me.DataGridView2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  175. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.DataGridView2.Location = New System.Drawing.Point(86, 54)
  177. Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  178. Me.DataGridView2.Name = "DataGridView2"
  179. Me.DataGridView2.RowHeadersWidth = 5
  180. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  181. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle4
  182. Me.DataGridView2.RowTemplate.Height = 24
  183. Me.DataGridView2.Size = New System.Drawing.Size(1155, 266)
  184. Me.DataGridView2.TabIndex = 1176
  185. '
  186. 'DataGridView3
  187. '
  188. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  189. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  190. Me.DataGridView3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  193. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  194. Me.DataGridView3.Location = New System.Drawing.Point(8, 322)
  195. Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  196. Me.DataGridView3.Name = "DataGridView3"
  197. Me.DataGridView3.RowHeadersWidth = 5
  198. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  200. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle6
  201. Me.DataGridView3.RowTemplate.Height = 24
  202. Me.DataGridView3.Size = New System.Drawing.Size(1233, 283)
  203. Me.DataGridView3.TabIndex = 1177
  204. '
  205. 'TextBox3
  206. '
  207. Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  208. Me.TextBox3.Location = New System.Drawing.Point(147, 28)
  209. Me.TextBox3.Name = "TextBox3"
  210. Me.TextBox3.Size = New System.Drawing.Size(123, 23)
  211. Me.TextBox3.TabIndex = 1178
  212. '
  213. 'Label3
  214. '
  215. Me.Label3.AutoSize = True
  216. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  217. Me.Label3.Location = New System.Drawing.Point(97, 31)
  218. Me.Label3.Name = "Label3"
  219. Me.Label3.Size = New System.Drawing.Size(44, 16)
  220. Me.Label3.TabIndex = 1179
  221. Me.Label3.Text = "供應商"
  222. '
  223. 'TextBox1
  224. '
  225. Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  226. Me.TextBox1.Location = New System.Drawing.Point(30, 78)
  227. Me.TextBox1.Name = "TextBox1"
  228. Me.TextBox1.Size = New System.Drawing.Size(43, 23)
  229. Me.TextBox1.TabIndex = 1180
  230. '
  231. 'Button6
  232. '
  233. Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  234. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.Button6.ForeColor = System.Drawing.Color.Olive
  236. Me.Button6.Location = New System.Drawing.Point(1086, 3)
  237. Me.Button6.Name = "Button6"
  238. Me.Button6.Size = New System.Drawing.Size(82, 47)
  239. Me.Button6.TabIndex = 1184
  240. Me.Button6.Text = "依據單號取消立帳選擇"
  241. Me.Button6.UseVisualStyleBackColor = True
  242. '
  243. 'Button5
  244. '
  245. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  246. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  248. Me.Button5.Location = New System.Drawing.Point(1033, 3)
  249. Me.Button5.Name = "Button5"
  250. Me.Button5.Size = New System.Drawing.Size(54, 47)
  251. Me.Button5.TabIndex = 1183
  252. Me.Button5.Text = "列印帳款清單"
  253. Me.Button5.UseVisualStyleBackColor = True
  254. '
  255. 'Button12
  256. '
  257. Me.Button12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  258. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.Button12.ForeColor = System.Drawing.Color.Olive
  260. Me.Button12.Location = New System.Drawing.Point(1167, 27)
  261. Me.Button12.Name = "Button12"
  262. Me.Button12.Size = New System.Drawing.Size(74, 23)
  263. Me.Button12.TabIndex = 1182
  264. Me.Button12.Text = "全部取消"
  265. Me.Button12.UseVisualStyleBackColor = True
  266. '
  267. 'Button13
  268. '
  269. Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  270. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.Button13.ForeColor = System.Drawing.Color.Olive
  272. Me.Button13.Location = New System.Drawing.Point(1167, 3)
  273. Me.Button13.Name = "Button13"
  274. Me.Button13.Size = New System.Drawing.Size(74, 23)
  275. Me.Button13.TabIndex = 1181
  276. Me.Button13.Text = "全部選擇"
  277. Me.Button13.UseVisualStyleBackColor = True
  278. '
  279. 'CheckBox2
  280. '
  281. Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  282. Me.CheckBox2.AutoSize = True
  283. Me.CheckBox2.Location = New System.Drawing.Point(927, 4)
  284. Me.CheckBox2.Name = "CheckBox2"
  285. Me.CheckBox2.Size = New System.Drawing.Size(99, 20)
  286. Me.CheckBox2.TabIndex = 1185
  287. Me.CheckBox2.Text = "列印多單選擇"
  288. Me.CheckBox2.UseVisualStyleBackColor = True
  289. '
  290. 'CheckBox3
  291. '
  292. Me.CheckBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  293. Me.CheckBox3.AutoSize = True
  294. Me.CheckBox3.Location = New System.Drawing.Point(927, 29)
  295. Me.CheckBox3.Name = "CheckBox3"
  296. Me.CheckBox3.Size = New System.Drawing.Size(111, 20)
  297. Me.CheckBox3.TabIndex = 1186
  298. Me.CheckBox3.Text = "已立帳資料隱藏"
  299. Me.CheckBox3.UseVisualStyleBackColor = True
  300. '
  301. 'TextBox2
  302. '
  303. Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  304. Me.TextBox2.Location = New System.Drawing.Point(329, 28)
  305. Me.TextBox2.Name = "TextBox2"
  306. Me.TextBox2.Size = New System.Drawing.Size(133, 23)
  307. Me.TextBox2.TabIndex = 1187
  308. '
  309. 'Label1
  310. '
  311. Me.Label1.AutoSize = True
  312. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  313. Me.Label1.Location = New System.Drawing.Point(272, 31)
  314. Me.Label1.Name = "Label1"
  315. Me.Label1.Size = New System.Drawing.Size(56, 16)
  316. Me.Label1.TabIndex = 1188
  317. Me.Label1.Text = "單據編號"
  318. '
  319. 'Label7
  320. '
  321. Me.Label7.AutoSize = True
  322. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  323. Me.Label7.Location = New System.Drawing.Point(592, 30)
  324. Me.Label7.Name = "Label7"
  325. Me.Label7.Size = New System.Drawing.Size(56, 16)
  326. Me.Label7.TabIndex = 1194
  327. Me.Label7.Text = "未付餘額"
  328. '
  329. 'NumericUpDown2
  330. '
  331. Me.NumericUpDown2.Location = New System.Drawing.Point(648, 28)
  332. Me.NumericUpDown2.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  333. Me.NumericUpDown2.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  334. Me.NumericUpDown2.Name = "NumericUpDown2"
  335. Me.NumericUpDown2.Size = New System.Drawing.Size(72, 23)
  336. Me.NumericUpDown2.TabIndex = 1193
  337. Me.NumericUpDown2.ThousandsSeparator = True
  338. '
  339. 'Label2
  340. '
  341. Me.Label2.AutoSize = True
  342. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  343. Me.Label2.Location = New System.Drawing.Point(463, 30)
  344. Me.Label2.Name = "Label2"
  345. Me.Label2.Size = New System.Drawing.Size(56, 16)
  346. Me.Label2.TabIndex = 1192
  347. Me.Label2.Text = "實付金額"
  348. '
  349. 'NumericUpDown1
  350. '
  351. Me.NumericUpDown1.Location = New System.Drawing.Point(519, 28)
  352. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  353. Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  354. Me.NumericUpDown1.Name = "NumericUpDown1"
  355. Me.NumericUpDown1.Size = New System.Drawing.Size(72, 23)
  356. Me.NumericUpDown1.TabIndex = 1191
  357. Me.NumericUpDown1.ThousandsSeparator = True
  358. '
  359. 'Label5
  360. '
  361. Me.Label5.AutoSize = True
  362. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  363. Me.Label5.Location = New System.Drawing.Point(463, 6)
  364. Me.Label5.Name = "Label5"
  365. Me.Label5.Size = New System.Drawing.Size(56, 16)
  366. Me.Label5.TabIndex = 1190
  367. Me.Label5.Text = "應付金額"
  368. '
  369. 'TextBox4
  370. '
  371. Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  372. Me.TextBox4.Location = New System.Drawing.Point(519, 3)
  373. Me.TextBox4.Name = "TextBox4"
  374. Me.TextBox4.Size = New System.Drawing.Size(72, 23)
  375. Me.TextBox4.TabIndex = 1189
  376. '
  377. 'TextBox5
  378. '
  379. Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  380. Me.TextBox5.Location = New System.Drawing.Point(30, 107)
  381. Me.TextBox5.Name = "TextBox5"
  382. Me.TextBox5.Size = New System.Drawing.Size(43, 23)
  383. Me.TextBox5.TabIndex = 1195
  384. '
  385. 'Button3
  386. '
  387. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  388. Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  389. Me.Button3.Location = New System.Drawing.Point(595, 3)
  390. Me.Button3.Name = "Button3"
  391. Me.Button3.Size = New System.Drawing.Size(125, 23)
  392. Me.Button3.TabIndex = 1196
  393. Me.Button3.Text = "間格時間內所有帳款"
  394. Me.Button3.UseVisualStyleBackColor = True
  395. '
  396. 'Button4
  397. '
  398. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.Button4.ForeColor = System.Drawing.Color.Green
  400. Me.Button4.Location = New System.Drawing.Point(813, 4)
  401. Me.Button4.Name = "Button4"
  402. Me.Button4.Size = New System.Drawing.Size(112, 22)
  403. Me.Button4.TabIndex = 1197
  404. Me.Button4.Text = "財務單據開立"
  405. Me.Button4.UseVisualStyleBackColor = True
  406. '
  407. 'TextBox6
  408. '
  409. Me.TextBox6.ForeColor = System.Drawing.Color.Green
  410. Me.TextBox6.Location = New System.Drawing.Point(815, 28)
  411. Me.TextBox6.Name = "TextBox6"
  412. Me.TextBox6.Size = New System.Drawing.Size(110, 23)
  413. Me.TextBox6.TabIndex = 1198
  414. '
  415. 'CheckBox1
  416. '
  417. Me.CheckBox1.AutoSize = True
  418. Me.CheckBox1.Checked = True
  419. Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  420. Me.CheckBox1.ForeColor = System.Drawing.Color.Green
  421. Me.CheckBox1.Location = New System.Drawing.Point(780, 5)
  422. Me.CheckBox1.Name = "CheckBox1"
  423. Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
  424. Me.CheckBox1.TabIndex = 1201
  425. Me.CheckBox1.Text = "補"
  426. Me.CheckBox1.UseVisualStyleBackColor = True
  427. '
  428. 'Label6
  429. '
  430. Me.Label6.AutoSize = True
  431. Me.Label6.ForeColor = System.Drawing.Color.Green
  432. Me.Label6.Location = New System.Drawing.Point(721, 6)
  433. Me.Label6.Name = "Label6"
  434. Me.Label6.Size = New System.Drawing.Size(56, 16)
  435. Me.Label6.TabIndex = 1200
  436. Me.Label6.Text = "開立日期"
  437. '
  438. 'DateTimePicker3
  439. '
  440. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  441. Me.DateTimePicker3.Location = New System.Drawing.Point(723, 27)
  442. Me.DateTimePicker3.Name = "DateTimePicker3"
  443. Me.DateTimePicker3.Size = New System.Drawing.Size(90, 23)
  444. Me.DateTimePicker3.TabIndex = 1199
  445. '
  446. '應付賬款控制表1
  447. '
  448. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  449. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  450. Me.ClientSize = New System.Drawing.Size(1249, 611)
  451. Me.Controls.Add(Me.Label6)
  452. Me.Controls.Add(Me.DateTimePicker3)
  453. Me.Controls.Add(Me.TextBox6)
  454. Me.Controls.Add(Me.Button4)
  455. Me.Controls.Add(Me.Button3)
  456. Me.Controls.Add(Me.TextBox5)
  457. Me.Controls.Add(Me.Label7)
  458. Me.Controls.Add(Me.NumericUpDown2)
  459. Me.Controls.Add(Me.Label2)
  460. Me.Controls.Add(Me.NumericUpDown1)
  461. Me.Controls.Add(Me.Label5)
  462. Me.Controls.Add(Me.TextBox4)
  463. Me.Controls.Add(Me.Label1)
  464. Me.Controls.Add(Me.TextBox2)
  465. Me.Controls.Add(Me.Button6)
  466. Me.Controls.Add(Me.Button5)
  467. Me.Controls.Add(Me.Button12)
  468. Me.Controls.Add(Me.Button13)
  469. Me.Controls.Add(Me.CheckBox2)
  470. Me.Controls.Add(Me.CheckBox3)
  471. Me.Controls.Add(Me.TextBox1)
  472. Me.Controls.Add(Me.TextBox3)
  473. Me.Controls.Add(Me.Label3)
  474. Me.Controls.Add(Me.DataGridView3)
  475. Me.Controls.Add(Me.DataGridView2)
  476. Me.Controls.Add(Me.DateTimePicker4)
  477. Me.Controls.Add(Me.Button1)
  478. Me.Controls.Add(Me.一般月)
  479. Me.Controls.Add(Me.會計月)
  480. Me.Controls.Add(Me.Button2)
  481. Me.Controls.Add(Me.Label4)
  482. Me.Controls.Add(Me.DateTimePicker2)
  483. Me.Controls.Add(Me.DateTimePicker1)
  484. Me.Controls.Add(Me.DataGridView1)
  485. Me.Controls.Add(Me.CheckBox1)
  486. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  487. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  488. Me.Name = "應付賬款控制表1"
  489. Me.Text = "應付賬款控制表1"
  490. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  491. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  492. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  493. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
  494. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  495. Me.ResumeLayout(False)
  496. Me.PerformLayout()
  497. End Sub
  498. Friend WithEvents DateTimePicker4 As DateTimePicker
  499. Friend WithEvents Button1 As Button
  500. Friend WithEvents 一般月 As CheckBox
  501. Friend WithEvents 會計月 As CheckBox
  502. Friend WithEvents Button2 As Button
  503. Friend WithEvents Label4 As Label
  504. Friend WithEvents DateTimePicker2 As DateTimePicker
  505. Friend WithEvents DateTimePicker1 As DateTimePicker
  506. Friend WithEvents DataGridView1 As DataGridView
  507. Friend WithEvents DataGridView2 As DataGridView
  508. Friend WithEvents DataGridView3 As DataGridView
  509. Friend WithEvents TextBox3 As TextBox
  510. Friend WithEvents Label3 As Label
  511. Friend WithEvents TextBox1 As TextBox
  512. Friend WithEvents Button6 As Button
  513. Friend WithEvents Button5 As Button
  514. Friend WithEvents Button12 As Button
  515. Friend WithEvents Button13 As Button
  516. Friend WithEvents CheckBox2 As CheckBox
  517. Friend WithEvents CheckBox3 As CheckBox
  518. Friend WithEvents TextBox2 As TextBox
  519. Friend WithEvents Label1 As Label
  520. Friend WithEvents Label7 As Label
  521. Friend WithEvents NumericUpDown2 As NumericUpDown
  522. Friend WithEvents Label2 As Label
  523. Friend WithEvents NumericUpDown1 As NumericUpDown
  524. Friend WithEvents Label5 As Label
  525. Friend WithEvents TextBox4 As TextBox
  526. Friend WithEvents TextBox5 As TextBox
  527. Friend WithEvents Button3 As Button
  528. Friend WithEvents Button4 As Button
  529. Friend WithEvents TextBox6 As TextBox
  530. Friend WithEvents CheckBox1 As CheckBox
  531. Friend WithEvents Label6 As Label
  532. Friend WithEvents DateTimePicker3 As DateTimePicker
  533. End Class