Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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

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