Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

應付賬款.Designer.vb 27KB

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