暫無描述
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

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