説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

司機佣金計算.Designer.vb 28KB

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