Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

業務佣金計算.Designer.vb 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(業務佣金計算))
  26. Me.佣金明細_dgv = New System.Windows.Forms.DataGridView()
  27. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  28. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  29. Me.下個月_bt = New System.Windows.Forms.Button()
  30. Me.上個月_bt = New System.Windows.Forms.Button()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  33. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  34. Me.業務_cb = New System.Windows.Forms.ComboBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.Label2 = New System.Windows.Forms.Label()
  37. Me.佣金合計_tb = New System.Windows.Forms.TextBox()
  38. Me.暫時取消立帳選擇_bt = New System.Windows.Forms.Button()
  39. Me.全部取消_bt = New System.Windows.Forms.Button()
  40. Me.全部選擇_bt = New System.Windows.Forms.Button()
  41. Me.單據編號_tb = New System.Windows.Forms.TextBox()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.會科關鍵字_tb = New System.Windows.Forms.TextBox()
  44. Me.會科第二層編號_cb = New System.Windows.Forms.ComboBox()
  45. Me.會科第二層_cb = New System.Windows.Forms.ComboBox()
  46. Me.會科第一層編號_cb = New System.Windows.Forms.ComboBox()
  47. Me.會科第一層_cb = New System.Windows.Forms.ComboBox()
  48. Me.會計科目編號_cb = New System.Windows.Forms.ComboBox()
  49. Me.Label5 = New System.Windows.Forms.Label()
  50. Me.會計科目_cb = New System.Windows.Forms.ComboBox()
  51. Me.開立收支單_bt = New System.Windows.Forms.Button()
  52. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  53. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  54. Me.Label6 = New System.Windows.Forms.Label()
  55. Me.立帳日期_dtp = New System.Windows.Forms.DateTimePicker()
  56. Me.新編號_tb = New System.Windows.Forms.TextBox()
  57. Me.暫時勾選立帳選擇_bt = New System.Windows.Forms.Button()
  58. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  59. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  61. Me.依據單號全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  62. Me.依據單號取消立帳ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  66. Me.列印成EXCELToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.開立收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  69. CType(Me.佣金明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  70. Me.ContextMenuStrip1.SuspendLayout()
  71. Me.SuspendLayout()
  72. '
  73. '佣金明細_dgv
  74. '
  75. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  76. Me.佣金明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  77. Me.佣金明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  78. Or System.Windows.Forms.AnchorStyles.Left) _
  79. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  80. Me.佣金明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  81. Me.佣金明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  82. Me.佣金明細_dgv.Location = New System.Drawing.Point(12, 59)
  83. Me.佣金明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  84. Me.佣金明細_dgv.Name = "佣金明細_dgv"
  85. Me.佣金明細_dgv.RowHeadersWidth = 5
  86. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  87. Me.佣金明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  88. Me.佣金明細_dgv.RowTemplate.Height = 24
  89. Me.佣金明細_dgv.Size = New System.Drawing.Size(1225, 545)
  90. Me.佣金明細_dgv.TabIndex = 839
  91. '
  92. '一般月_ch
  93. '
  94. Me.一般月_ch.AutoSize = True
  95. Me.一般月_ch.Location = New System.Drawing.Point(268, 8)
  96. Me.一般月_ch.Name = "一般月_ch"
  97. Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
  98. Me.一般月_ch.TabIndex = 1107
  99. Me.一般月_ch.Text = "一般月"
  100. Me.一般月_ch.UseVisualStyleBackColor = True
  101. '
  102. '會計月_ch
  103. '
  104. Me.會計月_ch.AutoSize = True
  105. Me.會計月_ch.Checked = True
  106. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  107. Me.會計月_ch.Location = New System.Drawing.Point(209, 8)
  108. Me.會計月_ch.Name = "會計月_ch"
  109. Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
  110. Me.會計月_ch.TabIndex = 1106
  111. Me.會計月_ch.Text = "會計月"
  112. Me.會計月_ch.UseVisualStyleBackColor = True
  113. '
  114. '下個月_bt
  115. '
  116. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  118. Me.下個月_bt.Location = New System.Drawing.Point(396, 6)
  119. Me.下個月_bt.Name = "下個月_bt"
  120. Me.下個月_bt.Size = New System.Drawing.Size(64, 23)
  121. Me.下個月_bt.TabIndex = 1105
  122. Me.下個月_bt.Text = "下個月"
  123. Me.下個月_bt.UseVisualStyleBackColor = True
  124. '
  125. '上個月_bt
  126. '
  127. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.上個月_bt.Location = New System.Drawing.Point(331, 6)
  130. Me.上個月_bt.Name = "上個月_bt"
  131. Me.上個月_bt.Size = New System.Drawing.Size(64, 23)
  132. Me.上個月_bt.TabIndex = 1104
  133. Me.上個月_bt.Text = "上個月"
  134. Me.上個月_bt.UseVisualStyleBackColor = True
  135. '
  136. 'Label4
  137. '
  138. Me.Label4.AutoSize = True
  139. Me.Label4.Location = New System.Drawing.Point(97, 10)
  140. Me.Label4.Name = "Label4"
  141. Me.Label4.Size = New System.Drawing.Size(20, 16)
  142. Me.Label4.TabIndex = 1103
  143. Me.Label4.Text = "到"
  144. '
  145. '結束日期_dtp
  146. '
  147. Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  148. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  149. Me.結束日期_dtp.Location = New System.Drawing.Point(119, 6)
  150. Me.結束日期_dtp.Name = "結束日期_dtp"
  151. Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
  152. Me.結束日期_dtp.TabIndex = 1102
  153. '
  154. '開始日期_dtp
  155. '
  156. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  157. Me.開始日期_dtp.Location = New System.Drawing.Point(8, 6)
  158. Me.開始日期_dtp.Name = "開始日期_dtp"
  159. Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
  160. Me.開始日期_dtp.TabIndex = 1101
  161. '
  162. '業務_cb
  163. '
  164. Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  165. Me.業務_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.業務_cb.ForeColor = System.Drawing.Color.Green
  167. Me.業務_cb.FormattingEnabled = True
  168. Me.業務_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  169. Me.業務_cb.Location = New System.Drawing.Point(493, 6)
  170. Me.業務_cb.Name = "業務_cb"
  171. Me.業務_cb.Size = New System.Drawing.Size(74, 23)
  172. Me.業務_cb.TabIndex = 1108
  173. '
  174. 'Label1
  175. '
  176. Me.Label1.AutoSize = True
  177. Me.Label1.Location = New System.Drawing.Point(461, 9)
  178. Me.Label1.Name = "Label1"
  179. Me.Label1.Size = New System.Drawing.Size(32, 16)
  180. Me.Label1.TabIndex = 1109
  181. Me.Label1.Text = "業務"
  182. '
  183. 'Label2
  184. '
  185. Me.Label2.AutoSize = True
  186. Me.Label2.Location = New System.Drawing.Point(573, 9)
  187. Me.Label2.Name = "Label2"
  188. Me.Label2.Size = New System.Drawing.Size(56, 16)
  189. Me.Label2.TabIndex = 1110
  190. Me.Label2.Text = "佣金合計"
  191. '
  192. '佣金合計_tb
  193. '
  194. Me.佣金合計_tb.Location = New System.Drawing.Point(630, 5)
  195. Me.佣金合計_tb.Name = "佣金合計_tb"
  196. Me.佣金合計_tb.Size = New System.Drawing.Size(100, 23)
  197. Me.佣金合計_tb.TabIndex = 1111
  198. Me.佣金合計_tb.Text = "0"
  199. Me.佣金合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  200. '
  201. '暫時取消立帳選擇_bt
  202. '
  203. Me.暫時取消立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  204. Me.暫時取消立帳選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.暫時取消立帳選擇_bt.ForeColor = System.Drawing.Color.Olive
  206. Me.暫時取消立帳選擇_bt.Location = New System.Drawing.Point(931, 6)
  207. Me.暫時取消立帳選擇_bt.Name = "暫時取消立帳選擇_bt"
  208. Me.暫時取消立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
  209. Me.暫時取消立帳選擇_bt.TabIndex = 1114
  210. Me.暫時取消立帳選擇_bt.Text = "依據單號全部選擇"
  211. Me.暫時取消立帳選擇_bt.UseVisualStyleBackColor = True
  212. '
  213. '全部取消_bt
  214. '
  215. Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  216. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  218. Me.全部取消_bt.Location = New System.Drawing.Point(1141, 6)
  219. Me.全部取消_bt.Name = "全部取消_bt"
  220. Me.全部取消_bt.Size = New System.Drawing.Size(96, 23)
  221. Me.全部取消_bt.TabIndex = 1113
  222. Me.全部取消_bt.Text = "全部取消"
  223. Me.全部取消_bt.UseVisualStyleBackColor = True
  224. '
  225. '全部選擇_bt
  226. '
  227. Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  230. Me.全部選擇_bt.Location = New System.Drawing.Point(1044, 6)
  231. Me.全部選擇_bt.Name = "全部選擇_bt"
  232. Me.全部選擇_bt.Size = New System.Drawing.Size(96, 23)
  233. Me.全部選擇_bt.TabIndex = 1112
  234. Me.全部選擇_bt.Text = "全部選擇"
  235. Me.全部選擇_bt.UseVisualStyleBackColor = True
  236. '
  237. '單據編號_tb
  238. '
  239. Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  240. Me.單據編號_tb.Location = New System.Drawing.Point(67, 32)
  241. Me.單據編號_tb.Name = "單據編號_tb"
  242. Me.單據編號_tb.Size = New System.Drawing.Size(139, 23)
  243. Me.單據編號_tb.TabIndex = 1115
  244. '
  245. 'Label3
  246. '
  247. Me.Label3.AutoSize = True
  248. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  249. Me.Label3.Location = New System.Drawing.Point(5, 35)
  250. Me.Label3.Name = "Label3"
  251. Me.Label3.Size = New System.Drawing.Size(56, 16)
  252. Me.Label3.TabIndex = 1116
  253. Me.Label3.Text = "單據號碼"
  254. '
  255. '會科關鍵字_tb
  256. '
  257. Me.會科關鍵字_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  258. Me.會科關鍵字_tb.Location = New System.Drawing.Point(844, 31)
  259. Me.會科關鍵字_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  260. Me.會科關鍵字_tb.Name = "會科關鍵字_tb"
  261. Me.會科關鍵字_tb.Size = New System.Drawing.Size(85, 23)
  262. Me.會科關鍵字_tb.TabIndex = 1123
  263. Me.會科關鍵字_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  264. '
  265. '會科第二層編號_cb
  266. '
  267. Me.會科第二層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  268. Me.會科第二層編號_cb.FormattingEnabled = True
  269. Me.會科第二層編號_cb.Location = New System.Drawing.Point(587, 31)
  270. Me.會科第二層編號_cb.Name = "會科第二層編號_cb"
  271. Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24)
  272. Me.會科第二層編號_cb.TabIndex = 1122
  273. '
  274. '會科第二層_cb
  275. '
  276. Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  277. Me.會科第二層_cb.FormattingEnabled = True
  278. Me.會科第二層_cb.Location = New System.Drawing.Point(462, 31)
  279. Me.會科第二層_cb.Name = "會科第二層_cb"
  280. Me.會科第二層_cb.Size = New System.Drawing.Size(121, 24)
  281. Me.會科第二層_cb.TabIndex = 1121
  282. '
  283. '會科第一層編號_cb
  284. '
  285. Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  286. Me.會科第一層編號_cb.FormattingEnabled = True
  287. Me.會科第一層編號_cb.Location = New System.Drawing.Point(398, 31)
  288. Me.會科第一層編號_cb.Name = "會科第一層編號_cb"
  289. Me.會科第一層編號_cb.Size = New System.Drawing.Size(61, 24)
  290. Me.會科第一層編號_cb.TabIndex = 1120
  291. '
  292. '會科第一層_cb
  293. '
  294. Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  295. Me.會科第一層_cb.FormattingEnabled = True
  296. Me.會科第一層_cb.Location = New System.Drawing.Point(274, 31)
  297. Me.會科第一層_cb.Name = "會科第一層_cb"
  298. Me.會科第一層_cb.Size = New System.Drawing.Size(121, 24)
  299. Me.會科第一層_cb.TabIndex = 1119
  300. '
  301. '會計科目編號_cb
  302. '
  303. Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  304. Me.會計科目編號_cb.FormattingEnabled = True
  305. Me.會計科目編號_cb.Location = New System.Drawing.Point(665, 75)
  306. Me.會計科目編號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  307. Me.會計科目編號_cb.Name = "會計科目編號_cb"
  308. Me.會計科目編號_cb.Size = New System.Drawing.Size(175, 24)
  309. Me.會計科目編號_cb.TabIndex = 1117
  310. '
  311. 'Label5
  312. '
  313. Me.Label5.AutoSize = True
  314. Me.Label5.Location = New System.Drawing.Point(212, 36)
  315. Me.Label5.Name = "Label5"
  316. Me.Label5.Size = New System.Drawing.Size(56, 16)
  317. Me.Label5.TabIndex = 1118
  318. Me.Label5.Text = "會計科目"
  319. '
  320. '會計科目_cb
  321. '
  322. Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  323. Me.會計科目_cb.FormattingEnabled = True
  324. Me.會計科目_cb.Location = New System.Drawing.Point(665, 31)
  325. Me.會計科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  326. Me.會計科目_cb.Name = "會計科目_cb"
  327. Me.會計科目_cb.Size = New System.Drawing.Size(175, 24)
  328. Me.會計科目_cb.TabIndex = 1124
  329. '
  330. '開立收支單_bt
  331. '
  332. Me.開立收支單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  333. Me.開立收支單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  334. Me.開立收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  335. Me.開立收支單_bt.Location = New System.Drawing.Point(1141, 32)
  336. Me.開立收支單_bt.Name = "開立收支單_bt"
  337. Me.開立收支單_bt.Size = New System.Drawing.Size(96, 23)
  338. Me.開立收支單_bt.TabIndex = 1125
  339. Me.開立收支單_bt.Text = "開立收支單"
  340. Me.開立收支單_bt.UseVisualStyleBackColor = True
  341. '
  342. '列印成EXCEL_bt
  343. '
  344. Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  345. Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  347. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1044, 32)
  348. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  349. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(96, 23)
  350. Me.列印成EXCEL_bt.TabIndex = 1126
  351. Me.列印成EXCEL_bt.Text = "列印成EXCEL"
  352. Me.列印成EXCEL_bt.UseVisualStyleBackColor = True
  353. '
  354. '非當天日期_ch
  355. '
  356. Me.非當天日期_ch.AutoSize = True
  357. Me.非當天日期_ch.Checked = True
  358. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  359. Me.非當天日期_ch.Location = New System.Drawing.Point(890, 7)
  360. Me.非當天日期_ch.Name = "非當天日期_ch"
  361. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  362. Me.非當天日期_ch.TabIndex = 1129
  363. Me.非當天日期_ch.Text = "補"
  364. Me.非當天日期_ch.UseVisualStyleBackColor = True
  365. '
  366. 'Label6
  367. '
  368. Me.Label6.AutoSize = True
  369. Me.Label6.ForeColor = System.Drawing.Color.Blue
  370. Me.Label6.Location = New System.Drawing.Point(733, 9)
  371. Me.Label6.Name = "Label6"
  372. Me.Label6.Size = New System.Drawing.Size(56, 16)
  373. Me.Label6.TabIndex = 1128
  374. Me.Label6.Text = "立帳日期"
  375. '
  376. '立帳日期_dtp
  377. '
  378. Me.立帳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  379. Me.立帳日期_dtp.Location = New System.Drawing.Point(791, 6)
  380. Me.立帳日期_dtp.Name = "立帳日期_dtp"
  381. Me.立帳日期_dtp.Size = New System.Drawing.Size(90, 23)
  382. Me.立帳日期_dtp.TabIndex = 1127
  383. '
  384. '新編號_tb
  385. '
  386. Me.新編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  387. Me.新編號_tb.Location = New System.Drawing.Point(665, 106)
  388. Me.新編號_tb.Name = "新編號_tb"
  389. Me.新編號_tb.Size = New System.Drawing.Size(175, 23)
  390. Me.新編號_tb.TabIndex = 1130
  391. '
  392. '暫時勾選立帳選擇_bt
  393. '
  394. Me.暫時勾選立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  395. Me.暫時勾選立帳選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.暫時勾選立帳選擇_bt.ForeColor = System.Drawing.Color.Olive
  397. Me.暫時勾選立帳選擇_bt.Location = New System.Drawing.Point(931, 32)
  398. Me.暫時勾選立帳選擇_bt.Name = "暫時勾選立帳選擇_bt"
  399. Me.暫時勾選立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
  400. Me.暫時勾選立帳選擇_bt.TabIndex = 1131
  401. Me.暫時勾選立帳選擇_bt.Text = "依據單號取消立帳"
  402. Me.暫時勾選立帳選擇_bt.UseVisualStyleBackColor = True
  403. '
  404. 'ContextMenuStrip1
  405. '
  406. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.依據單號取消立帳ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.列印成EXCELToolStripMenuItem, Me.開立收支單ToolStripMenuItem})
  407. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  408. Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 170)
  409. '
  410. '重新整理ToolStripMenuItem
  411. '
  412. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  413. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  414. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  415. '
  416. 'ToolStripSeparator3
  417. '
  418. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  419. Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6)
  420. '
  421. '依據單號全部選擇ToolStripMenuItem
  422. '
  423. Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  424. Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem"
  425. Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  426. Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇"
  427. '
  428. '依據單號取消立帳ToolStripMenuItem
  429. '
  430. Me.依據單號取消立帳ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  431. Me.依據單號取消立帳ToolStripMenuItem.Name = "依據單號取消立帳ToolStripMenuItem"
  432. Me.依據單號取消立帳ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  433. Me.依據單號取消立帳ToolStripMenuItem.Text = "依據單號取消立帳"
  434. '
  435. '全部選擇ToolStripMenuItem
  436. '
  437. Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  438. Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem"
  439. Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  440. Me.全部選擇ToolStripMenuItem.Text = "全部選擇"
  441. '
  442. '全部取消ToolStripMenuItem
  443. '
  444. Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  445. Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem"
  446. Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  447. Me.全部取消ToolStripMenuItem.Text = "全部取消"
  448. '
  449. 'ToolStripSeparator1
  450. '
  451. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  452. Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6)
  453. '
  454. '列印成EXCELToolStripMenuItem
  455. '
  456. Me.列印成EXCELToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  457. Me.列印成EXCELToolStripMenuItem.Name = "列印成EXCELToolStripMenuItem"
  458. Me.列印成EXCELToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  459. Me.列印成EXCELToolStripMenuItem.Text = "列印成EXCEL"
  460. '
  461. '開立收支單ToolStripMenuItem
  462. '
  463. Me.開立收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  464. Me.開立收支單ToolStripMenuItem.Name = "開立收支單ToolStripMenuItem"
  465. Me.開立收支單ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  466. Me.開立收支單ToolStripMenuItem.Text = "開立收支單"
  467. '
  468. '中間日期_dtp
  469. '
  470. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  471. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  472. Me.中間日期_dtp.Location = New System.Drawing.Point(665, 135)
  473. Me.中間日期_dtp.Name = "中間日期_dtp"
  474. Me.中間日期_dtp.Size = New System.Drawing.Size(175, 23)
  475. Me.中間日期_dtp.TabIndex = 1167
  476. '
  477. '業務佣金計算
  478. '
  479. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  480. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  481. Me.ClientSize = New System.Drawing.Size(1249, 611)
  482. Me.ContextMenuStrip = Me.ContextMenuStrip1
  483. Me.Controls.Add(Me.中間日期_dtp)
  484. Me.Controls.Add(Me.暫時勾選立帳選擇_bt)
  485. Me.Controls.Add(Me.新編號_tb)
  486. Me.Controls.Add(Me.非當天日期_ch)
  487. Me.Controls.Add(Me.Label6)
  488. Me.Controls.Add(Me.立帳日期_dtp)
  489. Me.Controls.Add(Me.列印成EXCEL_bt)
  490. Me.Controls.Add(Me.開立收支單_bt)
  491. Me.Controls.Add(Me.會計科目_cb)
  492. Me.Controls.Add(Me.會科關鍵字_tb)
  493. Me.Controls.Add(Me.會科第二層編號_cb)
  494. Me.Controls.Add(Me.會科第二層_cb)
  495. Me.Controls.Add(Me.會科第一層編號_cb)
  496. Me.Controls.Add(Me.會科第一層_cb)
  497. Me.Controls.Add(Me.會計科目編號_cb)
  498. Me.Controls.Add(Me.Label5)
  499. Me.Controls.Add(Me.單據編號_tb)
  500. Me.Controls.Add(Me.Label3)
  501. Me.Controls.Add(Me.暫時取消立帳選擇_bt)
  502. Me.Controls.Add(Me.全部取消_bt)
  503. Me.Controls.Add(Me.全部選擇_bt)
  504. Me.Controls.Add(Me.佣金合計_tb)
  505. Me.Controls.Add(Me.Label2)
  506. Me.Controls.Add(Me.Label1)
  507. Me.Controls.Add(Me.業務_cb)
  508. Me.Controls.Add(Me.上個月_bt)
  509. Me.Controls.Add(Me.一般月_ch)
  510. Me.Controls.Add(Me.會計月_ch)
  511. Me.Controls.Add(Me.下個月_bt)
  512. Me.Controls.Add(Me.Label4)
  513. Me.Controls.Add(Me.結束日期_dtp)
  514. Me.Controls.Add(Me.開始日期_dtp)
  515. Me.Controls.Add(Me.佣金明細_dgv)
  516. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  517. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  518. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  519. Me.Name = "業務佣金計算"
  520. Me.Text = "業務佣金計算"
  521. CType(Me.佣金明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  522. Me.ContextMenuStrip1.ResumeLayout(False)
  523. Me.ResumeLayout(False)
  524. Me.PerformLayout()
  525. End Sub
  526. Friend WithEvents 佣金明細_dgv As DataGridView
  527. Friend WithEvents 一般月_ch As CheckBox
  528. Friend WithEvents 會計月_ch As CheckBox
  529. Friend WithEvents 下個月_bt As Button
  530. Friend WithEvents 上個月_bt As Button
  531. Friend WithEvents Label4 As Label
  532. Friend WithEvents 結束日期_dtp As DateTimePicker
  533. Friend WithEvents 開始日期_dtp As DateTimePicker
  534. Friend WithEvents 業務_cb As ComboBox
  535. Friend WithEvents Label1 As Label
  536. Friend WithEvents Label2 As Label
  537. Friend WithEvents 佣金合計_tb As TextBox
  538. Friend WithEvents 暫時取消立帳選擇_bt As Button
  539. Friend WithEvents 全部取消_bt As Button
  540. Friend WithEvents 全部選擇_bt As Button
  541. Friend WithEvents 單據編號_tb As TextBox
  542. Friend WithEvents Label3 As Label
  543. Friend WithEvents 會科關鍵字_tb As TextBox
  544. Friend WithEvents 會科第二層編號_cb As ComboBox
  545. Friend WithEvents 會科第二層_cb As ComboBox
  546. Friend WithEvents 會科第一層編號_cb As ComboBox
  547. Friend WithEvents 會科第一層_cb As ComboBox
  548. Friend WithEvents 會計科目編號_cb As ComboBox
  549. Friend WithEvents Label5 As Label
  550. Friend WithEvents 會計科目_cb As ComboBox
  551. Friend WithEvents 開立收支單_bt As Button
  552. Friend WithEvents 列印成EXCEL_bt As Button
  553. Friend WithEvents 非當天日期_ch As CheckBox
  554. Friend WithEvents Label6 As Label
  555. Friend WithEvents 立帳日期_dtp As DateTimePicker
  556. Friend WithEvents 新編號_tb As TextBox
  557. Friend WithEvents 暫時勾選立帳選擇_bt As Button
  558. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  559. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  560. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  561. Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem
  562. Friend WithEvents 依據單號取消立帳ToolStripMenuItem As ToolStripMenuItem
  563. Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem
  564. Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem
  565. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  566. Friend WithEvents 列印成EXCELToolStripMenuItem As ToolStripMenuItem
  567. Friend WithEvents 開立收支單ToolStripMenuItem As ToolStripMenuItem
  568. Friend WithEvents 中間日期_dtp As DateTimePicker
  569. End Class