Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

司機佣金計算.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.暫時勾選立帳選擇_bt = New System.Windows.Forms.Button()
  27. Me.新編號_tb = New System.Windows.Forms.TextBox()
  28. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  29. Me.Label6 = New System.Windows.Forms.Label()
  30. Me.立帳日期_dtp = New System.Windows.Forms.DateTimePicker()
  31. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  32. Me.開立收支單_bt = New System.Windows.Forms.Button()
  33. Me.會計科目_cb = New System.Windows.Forms.ComboBox()
  34. Me.會科關鍵字_tb = New System.Windows.Forms.TextBox()
  35. Me.會科第二層編號_cb = New System.Windows.Forms.ComboBox()
  36. Me.會科第二層_cb = New System.Windows.Forms.ComboBox()
  37. Me.會科第一層編號_cb = New System.Windows.Forms.ComboBox()
  38. Me.會科第一層_cb = New System.Windows.Forms.ComboBox()
  39. Me.會計科目編號_cb = New System.Windows.Forms.ComboBox()
  40. Me.Label5 = New System.Windows.Forms.Label()
  41. Me.單據編號_tb = New System.Windows.Forms.TextBox()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.Bu暫時取消立帳選擇_bt = New System.Windows.Forms.Button()
  44. Me.全部取消_bt = New System.Windows.Forms.Button()
  45. Me.全部選擇_bt = New System.Windows.Forms.Button()
  46. Me.佣金合計_tb = New System.Windows.Forms.TextBox()
  47. Me.Label2 = New System.Windows.Forms.Label()
  48. Me.Label1 = New System.Windows.Forms.Label()
  49. Me.司機_cb = New System.Windows.Forms.ComboBox()
  50. Me.上個月_bt = New System.Windows.Forms.Button()
  51. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  52. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  53. Me.下個月_bt = New System.Windows.Forms.Button()
  54. Me.Label4 = New System.Windows.Forms.Label()
  55. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  56. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  57. Me.佣金明細_dgv = New System.Windows.Forms.DataGridView()
  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. '暫時勾選立帳選擇_bt
  74. '
  75. Me.暫時勾選立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  76. Me.暫時勾選立帳選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.暫時勾選立帳選擇_bt.ForeColor = System.Drawing.Color.Olive
  78. Me.暫時勾選立帳選擇_bt.Location = New System.Drawing.Point(934, 33)
  79. Me.暫時勾選立帳選擇_bt.Name = "暫時勾選立帳選擇_bt"
  80. Me.暫時勾選立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
  81. Me.暫時勾選立帳選擇_bt.TabIndex = 1163
  82. Me.暫時勾選立帳選擇_bt.Text = "依據單號取消立帳"
  83. Me.暫時勾選立帳選擇_bt.UseVisualStyleBackColor = True
  84. '
  85. '新編號_tb
  86. '
  87. Me.新編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  88. Me.新編號_tb.Location = New System.Drawing.Point(668, 107)
  89. Me.新編號_tb.Name = "新編號_tb"
  90. Me.新編號_tb.Size = New System.Drawing.Size(175, 23)
  91. Me.新編號_tb.TabIndex = 1162
  92. '
  93. '非當天日期_ch
  94. '
  95. Me.非當天日期_ch.AutoSize = True
  96. Me.非當天日期_ch.Checked = True
  97. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  98. Me.非當天日期_ch.Location = New System.Drawing.Point(893, 8)
  99. Me.非當天日期_ch.Name = "非當天日期_ch"
  100. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  101. Me.非當天日期_ch.TabIndex = 1161
  102. Me.非當天日期_ch.Text = "補"
  103. Me.非當天日期_ch.UseVisualStyleBackColor = True
  104. '
  105. 'Label6
  106. '
  107. Me.Label6.AutoSize = True
  108. Me.Label6.ForeColor = System.Drawing.Color.Blue
  109. Me.Label6.Location = New System.Drawing.Point(736, 10)
  110. Me.Label6.Name = "Label6"
  111. Me.Label6.Size = New System.Drawing.Size(56, 16)
  112. Me.Label6.TabIndex = 1160
  113. Me.Label6.Text = "立帳日期"
  114. '
  115. '立帳日期_dtp
  116. '
  117. Me.立帳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  118. Me.立帳日期_dtp.Location = New System.Drawing.Point(794, 7)
  119. Me.立帳日期_dtp.Name = "立帳日期_dtp"
  120. Me.立帳日期_dtp.Size = New System.Drawing.Size(90, 23)
  121. Me.立帳日期_dtp.TabIndex = 1159
  122. '
  123. '列印成EXCEL_bt
  124. '
  125. Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  126. Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  128. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1047, 33)
  129. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  130. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(96, 23)
  131. Me.列印成EXCEL_bt.TabIndex = 1158
  132. Me.列印成EXCEL_bt.Text = "列印成EXCEL"
  133. Me.列印成EXCEL_bt.UseVisualStyleBackColor = True
  134. '
  135. '開立收支單_bt
  136. '
  137. Me.開立收支單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  138. Me.開立收支單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.開立收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  140. Me.開立收支單_bt.Location = New System.Drawing.Point(1144, 33)
  141. Me.開立收支單_bt.Name = "開立收支單_bt"
  142. Me.開立收支單_bt.Size = New System.Drawing.Size(96, 23)
  143. Me.開立收支單_bt.TabIndex = 1157
  144. Me.開立收支單_bt.Text = "開立收支單"
  145. Me.開立收支單_bt.UseVisualStyleBackColor = True
  146. '
  147. '會計科目_cb
  148. '
  149. Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  150. Me.會計科目_cb.FormattingEnabled = True
  151. Me.會計科目_cb.Location = New System.Drawing.Point(668, 32)
  152. Me.會計科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  153. Me.會計科目_cb.Name = "會計科目_cb"
  154. Me.會計科目_cb.Size = New System.Drawing.Size(175, 24)
  155. Me.會計科目_cb.TabIndex = 1156
  156. '
  157. '會科關鍵字_tb
  158. '
  159. Me.會科關鍵字_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  160. Me.會科關鍵字_tb.Location = New System.Drawing.Point(847, 32)
  161. Me.會科關鍵字_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  162. Me.會科關鍵字_tb.Name = "會科關鍵字_tb"
  163. Me.會科關鍵字_tb.Size = New System.Drawing.Size(85, 23)
  164. Me.會科關鍵字_tb.TabIndex = 1155
  165. Me.會科關鍵字_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  166. '
  167. '會科第二層編號_cb
  168. '
  169. Me.會科第二層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  170. Me.會科第二層編號_cb.FormattingEnabled = True
  171. Me.會科第二層編號_cb.Location = New System.Drawing.Point(590, 32)
  172. Me.會科第二層編號_cb.Name = "會科第二層編號_cb"
  173. Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24)
  174. Me.會科第二層編號_cb.TabIndex = 1154
  175. '
  176. '會科第二層_cb
  177. '
  178. Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  179. Me.會科第二層_cb.FormattingEnabled = True
  180. Me.會科第二層_cb.Location = New System.Drawing.Point(465, 32)
  181. Me.會科第二層_cb.Name = "會科第二層_cb"
  182. Me.會科第二層_cb.Size = New System.Drawing.Size(121, 24)
  183. Me.會科第二層_cb.TabIndex = 1153
  184. '
  185. '會科第一層編號_cb
  186. '
  187. Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  188. Me.會科第一層編號_cb.FormattingEnabled = True
  189. Me.會科第一層編號_cb.Location = New System.Drawing.Point(401, 32)
  190. Me.會科第一層編號_cb.Name = "會科第一層編號_cb"
  191. Me.會科第一層編號_cb.Size = New System.Drawing.Size(61, 24)
  192. Me.會科第一層編號_cb.TabIndex = 1152
  193. '
  194. '會科第一層_cb
  195. '
  196. Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.會科第一層_cb.FormattingEnabled = True
  198. Me.會科第一層_cb.Location = New System.Drawing.Point(277, 32)
  199. Me.會科第一層_cb.Name = "會科第一層_cb"
  200. Me.會科第一層_cb.Size = New System.Drawing.Size(121, 24)
  201. Me.會科第一層_cb.TabIndex = 1151
  202. '
  203. '會計科目編號_cb
  204. '
  205. Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  206. Me.會計科目編號_cb.FormattingEnabled = True
  207. Me.會計科目編號_cb.Location = New System.Drawing.Point(668, 76)
  208. Me.會計科目編號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  209. Me.會計科目編號_cb.Name = "會計科目編號_cb"
  210. Me.會計科目編號_cb.Size = New System.Drawing.Size(175, 24)
  211. Me.會計科目編號_cb.TabIndex = 1149
  212. '
  213. 'Label5
  214. '
  215. Me.Label5.AutoSize = True
  216. Me.Label5.Location = New System.Drawing.Point(215, 37)
  217. Me.Label5.Name = "Label5"
  218. Me.Label5.Size = New System.Drawing.Size(56, 16)
  219. Me.Label5.TabIndex = 1150
  220. Me.Label5.Text = "會計科目"
  221. '
  222. '單據編號_tb
  223. '
  224. Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  225. Me.單據編號_tb.Location = New System.Drawing.Point(70, 33)
  226. Me.單據編號_tb.Name = "單據編號_tb"
  227. Me.單據編號_tb.Size = New System.Drawing.Size(139, 23)
  228. Me.單據編號_tb.TabIndex = 1147
  229. '
  230. 'Label3
  231. '
  232. Me.Label3.AutoSize = True
  233. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  234. Me.Label3.Location = New System.Drawing.Point(8, 36)
  235. Me.Label3.Name = "Label3"
  236. Me.Label3.Size = New System.Drawing.Size(56, 16)
  237. Me.Label3.TabIndex = 1148
  238. Me.Label3.Text = "單據號碼"
  239. '
  240. 'Bu暫時取消立帳選擇_bt
  241. '
  242. Me.Bu暫時取消立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  243. Me.Bu暫時取消立帳選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.Bu暫時取消立帳選擇_bt.ForeColor = System.Drawing.Color.Olive
  245. Me.Bu暫時取消立帳選擇_bt.Location = New System.Drawing.Point(934, 7)
  246. Me.Bu暫時取消立帳選擇_bt.Name = "Bu暫時取消立帳選擇_bt"
  247. Me.Bu暫時取消立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
  248. Me.Bu暫時取消立帳選擇_bt.TabIndex = 1146
  249. Me.Bu暫時取消立帳選擇_bt.Text = "依據單號全部選擇"
  250. Me.Bu暫時取消立帳選擇_bt.UseVisualStyleBackColor = True
  251. '
  252. '全部取消_bt
  253. '
  254. Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  255. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  257. Me.全部取消_bt.Location = New System.Drawing.Point(1144, 7)
  258. Me.全部取消_bt.Name = "全部取消_bt"
  259. Me.全部取消_bt.Size = New System.Drawing.Size(96, 23)
  260. Me.全部取消_bt.TabIndex = 1145
  261. Me.全部取消_bt.Text = "全部取消"
  262. Me.全部取消_bt.UseVisualStyleBackColor = True
  263. '
  264. '全部選擇_bt
  265. '
  266. Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  267. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  268. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  269. Me.全部選擇_bt.Location = New System.Drawing.Point(1047, 7)
  270. Me.全部選擇_bt.Name = "全部選擇_bt"
  271. Me.全部選擇_bt.Size = New System.Drawing.Size(96, 23)
  272. Me.全部選擇_bt.TabIndex = 1144
  273. Me.全部選擇_bt.Text = "全部選擇"
  274. Me.全部選擇_bt.UseVisualStyleBackColor = True
  275. '
  276. '佣金合計_tb
  277. '
  278. Me.佣金合計_tb.Location = New System.Drawing.Point(633, 6)
  279. Me.佣金合計_tb.Name = "佣金合計_tb"
  280. Me.佣金合計_tb.Size = New System.Drawing.Size(100, 23)
  281. Me.佣金合計_tb.TabIndex = 1143
  282. Me.佣金合計_tb.Text = "0"
  283. Me.佣金合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  284. '
  285. 'Label2
  286. '
  287. Me.Label2.AutoSize = True
  288. Me.Label2.Location = New System.Drawing.Point(576, 10)
  289. Me.Label2.Name = "Label2"
  290. Me.Label2.Size = New System.Drawing.Size(56, 16)
  291. Me.Label2.TabIndex = 1142
  292. Me.Label2.Text = "佣金合計"
  293. '
  294. 'Label1
  295. '
  296. Me.Label1.AutoSize = True
  297. Me.Label1.Location = New System.Drawing.Point(464, 10)
  298. Me.Label1.Name = "Label1"
  299. Me.Label1.Size = New System.Drawing.Size(32, 16)
  300. Me.Label1.TabIndex = 1141
  301. Me.Label1.Text = "司機"
  302. '
  303. '司機_cb
  304. '
  305. Me.司機_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  306. Me.司機_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.司機_cb.ForeColor = System.Drawing.Color.Green
  308. Me.司機_cb.FormattingEnabled = True
  309. Me.司機_cb.Items.AddRange(New Object() {"NA", "女", "男"})
  310. Me.司機_cb.Location = New System.Drawing.Point(496, 7)
  311. Me.司機_cb.Name = "司機_cb"
  312. Me.司機_cb.Size = New System.Drawing.Size(74, 23)
  313. Me.司機_cb.TabIndex = 1140
  314. '
  315. '上個月_bt
  316. '
  317. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  319. Me.上個月_bt.Location = New System.Drawing.Point(334, 7)
  320. Me.上個月_bt.Name = "上個月_bt"
  321. Me.上個月_bt.Size = New System.Drawing.Size(64, 23)
  322. Me.上個月_bt.TabIndex = 1136
  323. Me.上個月_bt.Text = "上個月"
  324. Me.上個月_bt.UseVisualStyleBackColor = True
  325. '
  326. '一般月_ch
  327. '
  328. Me.一般月_ch.AutoSize = True
  329. Me.一般月_ch.Location = New System.Drawing.Point(271, 9)
  330. Me.一般月_ch.Name = "一般月_ch"
  331. Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
  332. Me.一般月_ch.TabIndex = 1139
  333. Me.一般月_ch.Text = "一般月"
  334. Me.一般月_ch.UseVisualStyleBackColor = True
  335. '
  336. '會計月_ch
  337. '
  338. Me.會計月_ch.AutoSize = True
  339. Me.會計月_ch.Checked = True
  340. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  341. Me.會計月_ch.Location = New System.Drawing.Point(212, 9)
  342. Me.會計月_ch.Name = "會計月_ch"
  343. Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
  344. Me.會計月_ch.TabIndex = 1138
  345. Me.會計月_ch.Text = "會計月"
  346. Me.會計月_ch.UseVisualStyleBackColor = True
  347. '
  348. '下個月_bt
  349. '
  350. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  352. Me.下個月_bt.Location = New System.Drawing.Point(399, 7)
  353. Me.下個月_bt.Name = "下個月_bt"
  354. Me.下個月_bt.Size = New System.Drawing.Size(64, 23)
  355. Me.下個月_bt.TabIndex = 1137
  356. Me.下個月_bt.Text = "下個月"
  357. Me.下個月_bt.UseVisualStyleBackColor = True
  358. '
  359. 'Label4
  360. '
  361. Me.Label4.AutoSize = True
  362. Me.Label4.Location = New System.Drawing.Point(100, 11)
  363. Me.Label4.Name = "Label4"
  364. Me.Label4.Size = New System.Drawing.Size(20, 16)
  365. Me.Label4.TabIndex = 1135
  366. Me.Label4.Text = "到"
  367. '
  368. '結束日期_dtp
  369. '
  370. Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  371. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  372. Me.結束日期_dtp.Location = New System.Drawing.Point(122, 7)
  373. Me.結束日期_dtp.Name = "結束日期_dtp"
  374. Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
  375. Me.結束日期_dtp.TabIndex = 1134
  376. '
  377. '開始日期_dtp
  378. '
  379. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  380. Me.開始日期_dtp.Location = New System.Drawing.Point(11, 7)
  381. Me.開始日期_dtp.Name = "開始日期_dtp"
  382. Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
  383. Me.開始日期_dtp.TabIndex = 1133
  384. '
  385. '佣金明細_dgv
  386. '
  387. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  388. Me.佣金明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  389. Me.佣金明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  390. Or System.Windows.Forms.AnchorStyles.Left) _
  391. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  392. Me.佣金明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  393. Me.佣金明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  394. Me.佣金明細_dgv.Location = New System.Drawing.Point(15, 60)
  395. Me.佣金明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  396. Me.佣金明細_dgv.Name = "佣金明細_dgv"
  397. Me.佣金明細_dgv.RowHeadersWidth = 5
  398. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  399. Me.佣金明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  400. Me.佣金明細_dgv.RowTemplate.Height = 24
  401. Me.佣金明細_dgv.Size = New System.Drawing.Size(1225, 545)
  402. Me.佣金明細_dgv.TabIndex = 1132
  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(668, 136)
  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.Bu暫時取消立帳選擇_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 暫時勾選立帳選擇_bt As Button
  527. Friend WithEvents 新編號_tb As TextBox
  528. Friend WithEvents 非當天日期_ch As CheckBox
  529. Friend WithEvents Label6 As Label
  530. Friend WithEvents 立帳日期_dtp As DateTimePicker
  531. Friend WithEvents 列印成EXCEL_bt As Button
  532. Friend WithEvents 開立收支單_bt As Button
  533. Friend WithEvents 會計科目_cb As ComboBox
  534. Friend WithEvents 會科關鍵字_tb As TextBox
  535. Friend WithEvents 會科第二層編號_cb As ComboBox
  536. Friend WithEvents 會科第二層_cb As ComboBox
  537. Friend WithEvents 會科第一層編號_cb As ComboBox
  538. Friend WithEvents 會科第一層_cb As ComboBox
  539. Friend WithEvents 會計科目編號_cb As ComboBox
  540. Friend WithEvents Label5 As Label
  541. Friend WithEvents 單據編號_tb As TextBox
  542. Friend WithEvents Label3 As Label
  543. Friend WithEvents Bu暫時取消立帳選擇_bt As Button
  544. Friend WithEvents 全部取消_bt As Button
  545. Friend WithEvents 全部選擇_bt As Button
  546. Friend WithEvents 佣金合計_tb As TextBox
  547. Friend WithEvents Label2 As Label
  548. Friend WithEvents Label1 As Label
  549. Friend WithEvents 司機_cb As ComboBox
  550. Friend WithEvents 上個月_bt As Button
  551. Friend WithEvents 一般月_ch As CheckBox
  552. Friend WithEvents 會計月_ch As CheckBox
  553. Friend WithEvents 下個月_bt As Button
  554. Friend WithEvents Label4 As Label
  555. Friend WithEvents 結束日期_dtp As DateTimePicker
  556. Friend WithEvents 開始日期_dtp As DateTimePicker
  557. Friend WithEvents 佣金明細_dgv As DataGridView
  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