Нема описа
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 62KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 人員貢獻分析表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  27. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  28. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  29. Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  30. Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  31. Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  32. Dim Title1 As System.Windows.Forms.DataVisualization.Charting.Title = New System.Windows.Forms.DataVisualization.Charting.Title()
  33. Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  34. Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  35. Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  36. Dim Title2 As System.Windows.Forms.DataVisualization.Charting.Title = New System.Windows.Forms.DataVisualization.Charting.Title()
  37. Dim ChartArea4 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  38. Dim Legend4 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  39. Dim Series4 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  40. Dim Title3 As System.Windows.Forms.DataVisualization.Charting.Title = New System.Windows.Forms.DataVisualization.Charting.Title()
  41. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  42. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  43. Me.業績_未達標2_nud = New System.Windows.Forms.NumericUpDown()
  44. Me.Label11 = New System.Windows.Forms.Label()
  45. Me.業績_達標2_nud = New System.Windows.Forms.NumericUpDown()
  46. Me.Label12 = New System.Windows.Forms.Label()
  47. Me.手術操作_nud = New System.Windows.Forms.NumericUpDown()
  48. Me.Label15 = New System.Windows.Forms.Label()
  49. Me.手術排程_nud = New System.Windows.Forms.NumericUpDown()
  50. Me.Label14 = New System.Windows.Forms.Label()
  51. Me.操作獎金_nud = New System.Windows.Forms.NumericUpDown()
  52. Me.Label13 = New System.Windows.Forms.Label()
  53. Me.美療獎金_nud = New System.Windows.Forms.NumericUpDown()
  54. Me.Label10 = New System.Windows.Forms.Label()
  55. Me.業績_未達標1_nud = New System.Windows.Forms.NumericUpDown()
  56. Me.Label9 = New System.Windows.Forms.Label()
  57. Me.業績_達標1_nud = New System.Windows.Forms.NumericUpDown()
  58. Me.Label8 = New System.Windows.Forms.Label()
  59. Me.植髮獎金_nud = New System.Windows.Forms.NumericUpDown()
  60. Me.Label7 = New System.Windows.Forms.Label()
  61. Me.排程業績_nud = New System.Windows.Forms.NumericUpDown()
  62. Me.Label6 = New System.Windows.Forms.Label()
  63. Me.產品_月薪_nud = New System.Windows.Forms.NumericUpDown()
  64. Me.Label5 = New System.Windows.Forms.Label()
  65. Me.產品_時薪_nud = New System.Windows.Forms.NumericUpDown()
  66. Me.Label4 = New System.Windows.Forms.Label()
  67. Me.預售獎金_nud = New System.Windows.Forms.NumericUpDown()
  68. Me.Label3 = New System.Windows.Forms.Label()
  69. Me.預售_nud = New System.Windows.Forms.NumericUpDown()
  70. Me.Label2 = New System.Windows.Forms.Label()
  71. Me.獎金計算_dgv = New System.Windows.Forms.DataGridView()
  72. Me.月份_cb = New System.Windows.Forms.ComboBox()
  73. Me.交易明細_dgv = New System.Windows.Forms.DataGridView()
  74. Me.月份1_cb = New System.Windows.Forms.ComboBox()
  75. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  76. Me.Label1 = New System.Windows.Forms.Label()
  77. Me.Label16 = New System.Windows.Forms.Label()
  78. Me.上個月_bt = New System.Windows.Forms.Button()
  79. Me.下個月_bt = New System.Windows.Forms.Button()
  80. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  81. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  82. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  83. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  84. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  85. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  86. Me.重新整理_bt = New System.Windows.Forms.Button()
  87. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  88. Me.Chart2 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  89. Me.姓名_tb = New System.Windows.Forms.TextBox()
  90. Me.Chart3 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  91. Me.Chart4 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  92. Me.產品_dgv = New System.Windows.Forms.DataGridView()
  93. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  94. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  95. Me.RadioButton3 = New System.Windows.Forms.RadioButton()
  96. Me.RadioButton4 = New System.Windows.Forms.RadioButton()
  97. Me.RadioButton5 = New System.Windows.Forms.RadioButton()
  98. Me.RadioButton6 = New System.Windows.Forms.RadioButton()
  99. Me.RadioButton7 = New System.Windows.Forms.RadioButton()
  100. Me.選擇加總_tb = New System.Windows.Forms.TextBox()
  101. Me.Label17 = New System.Windows.Forms.Label()
  102. Me.Label18 = New System.Windows.Forms.Label()
  103. CType(Me.業績_未達標2_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  104. CType(Me.業績_達標2_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.手術操作_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.手術排程_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.操作獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.美療獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  109. CType(Me.業績_未達標1_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  110. CType(Me.業績_達標1_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  111. CType(Me.植髮獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  112. CType(Me.排程業績_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  113. CType(Me.產品_月薪_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  114. CType(Me.產品_時薪_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  115. CType(Me.預售獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.預售_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  117. CType(Me.獎金計算_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  118. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  121. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).BeginInit()
  122. CType(Me.Chart3, System.ComponentModel.ISupportInitialize).BeginInit()
  123. CType(Me.Chart4, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.產品_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. Me.SuspendLayout()
  126. '
  127. '業績_未達標2_nud
  128. '
  129. Me.業績_未達標2_nud.DecimalPlaces = 2
  130. Me.業績_未達標2_nud.ForeColor = System.Drawing.Color.Green
  131. Me.業績_未達標2_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  132. Me.業績_未達標2_nud.Location = New System.Drawing.Point(959, 348)
  133. Me.業績_未達標2_nud.Name = "業績_未達標2_nud"
  134. Me.業績_未達標2_nud.Size = New System.Drawing.Size(48, 23)
  135. Me.業績_未達標2_nud.TabIndex = 796
  136. Me.業績_未達標2_nud.ThousandsSeparator = True
  137. Me.業績_未達標2_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  138. Me.業績_未達標2_nud.Visible = False
  139. '
  140. 'Label11
  141. '
  142. Me.Label11.AutoSize = True
  143. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  144. Me.Label11.ForeColor = System.Drawing.Color.Green
  145. Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
  146. Me.Label11.Location = New System.Drawing.Point(891, 351)
  147. Me.Label11.Name = "Label11"
  148. Me.Label11.Size = New System.Drawing.Size(68, 17)
  149. Me.Label11.TabIndex = 795
  150. Me.Label11.Text = "業績(未達)"
  151. Me.Label11.Visible = False
  152. '
  153. '業績_達標2_nud
  154. '
  155. Me.業績_達標2_nud.DecimalPlaces = 2
  156. Me.業績_達標2_nud.ForeColor = System.Drawing.Color.Green
  157. Me.業績_達標2_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  158. Me.業績_達標2_nud.Location = New System.Drawing.Point(959, 321)
  159. Me.業績_達標2_nud.Name = "業績_達標2_nud"
  160. Me.業績_達標2_nud.Size = New System.Drawing.Size(48, 23)
  161. Me.業績_達標2_nud.TabIndex = 794
  162. Me.業績_達標2_nud.ThousandsSeparator = True
  163. Me.業績_達標2_nud.Value = New Decimal(New Integer() {15, 0, 0, 65536})
  164. Me.業績_達標2_nud.Visible = False
  165. '
  166. 'Label12
  167. '
  168. Me.Label12.AutoSize = True
  169. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  170. Me.Label12.ForeColor = System.Drawing.Color.Green
  171. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  172. Me.Label12.Location = New System.Drawing.Point(891, 324)
  173. Me.Label12.Name = "Label12"
  174. Me.Label12.Size = New System.Drawing.Size(68, 17)
  175. Me.Label12.TabIndex = 793
  176. Me.Label12.Text = "業績(達標)"
  177. Me.Label12.Visible = False
  178. '
  179. '手術操作_nud
  180. '
  181. Me.手術操作_nud.DecimalPlaces = 2
  182. Me.手術操作_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.手術操作_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  184. Me.手術操作_nud.Location = New System.Drawing.Point(959, 429)
  185. Me.手術操作_nud.Name = "手術操作_nud"
  186. Me.手術操作_nud.Size = New System.Drawing.Size(48, 23)
  187. Me.手術操作_nud.TabIndex = 792
  188. Me.手術操作_nud.ThousandsSeparator = True
  189. Me.手術操作_nud.Value = New Decimal(New Integer() {6, 0, 0, 65536})
  190. Me.手術操作_nud.Visible = False
  191. '
  192. 'Label15
  193. '
  194. Me.Label15.AutoSize = True
  195. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  196. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  197. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  198. Me.Label15.Location = New System.Drawing.Point(899, 432)
  199. Me.Label15.Name = "Label15"
  200. Me.Label15.Size = New System.Drawing.Size(60, 17)
  201. Me.Label15.TabIndex = 791
  202. Me.Label15.Text = "手術操作"
  203. Me.Label15.Visible = False
  204. '
  205. '手術排程_nud
  206. '
  207. Me.手術排程_nud.DecimalPlaces = 2
  208. Me.手術排程_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  209. Me.手術排程_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  210. Me.手術排程_nud.Location = New System.Drawing.Point(959, 402)
  211. Me.手術排程_nud.Name = "手術排程_nud"
  212. Me.手術排程_nud.Size = New System.Drawing.Size(48, 23)
  213. Me.手術排程_nud.TabIndex = 790
  214. Me.手術排程_nud.ThousandsSeparator = True
  215. Me.手術排程_nud.Value = New Decimal(New Integer() {4, 0, 0, 65536})
  216. Me.手術排程_nud.Visible = False
  217. '
  218. 'Label14
  219. '
  220. Me.Label14.AutoSize = True
  221. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  222. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  223. Me.Label14.ImeMode = System.Windows.Forms.ImeMode.NoControl
  224. Me.Label14.Location = New System.Drawing.Point(899, 405)
  225. Me.Label14.Name = "Label14"
  226. Me.Label14.Size = New System.Drawing.Size(60, 17)
  227. Me.Label14.TabIndex = 789
  228. Me.Label14.Text = "手術排程"
  229. Me.Label14.Visible = False
  230. '
  231. '操作獎金_nud
  232. '
  233. Me.操作獎金_nud.DecimalPlaces = 2
  234. Me.操作獎金_nud.ForeColor = System.Drawing.Color.Green
  235. Me.操作獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  236. Me.操作獎金_nud.Location = New System.Drawing.Point(959, 375)
  237. Me.操作獎金_nud.Name = "操作獎金_nud"
  238. Me.操作獎金_nud.Size = New System.Drawing.Size(48, 23)
  239. Me.操作獎金_nud.TabIndex = 788
  240. Me.操作獎金_nud.ThousandsSeparator = True
  241. Me.操作獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  242. Me.操作獎金_nud.Visible = False
  243. '
  244. 'Label13
  245. '
  246. Me.Label13.AutoSize = True
  247. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  248. Me.Label13.ForeColor = System.Drawing.Color.Green
  249. Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
  250. Me.Label13.Location = New System.Drawing.Point(899, 378)
  251. Me.Label13.Name = "Label13"
  252. Me.Label13.Size = New System.Drawing.Size(60, 17)
  253. Me.Label13.TabIndex = 787
  254. Me.Label13.Text = "操作獎金"
  255. Me.Label13.Visible = False
  256. '
  257. '美療獎金_nud
  258. '
  259. Me.美療獎金_nud.DecimalPlaces = 2
  260. Me.美療獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  261. Me.美療獎金_nud.Location = New System.Drawing.Point(959, 483)
  262. Me.美療獎金_nud.Name = "美療獎金_nud"
  263. Me.美療獎金_nud.Size = New System.Drawing.Size(48, 23)
  264. Me.美療獎金_nud.TabIndex = 786
  265. Me.美療獎金_nud.ThousandsSeparator = True
  266. Me.美療獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  267. Me.美療獎金_nud.Visible = False
  268. '
  269. 'Label10
  270. '
  271. Me.Label10.AutoSize = True
  272. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  273. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  274. Me.Label10.Location = New System.Drawing.Point(899, 486)
  275. Me.Label10.Name = "Label10"
  276. Me.Label10.Size = New System.Drawing.Size(60, 17)
  277. Me.Label10.TabIndex = 785
  278. Me.Label10.Text = "美療獎金"
  279. Me.Label10.Visible = False
  280. '
  281. '業績_未達標1_nud
  282. '
  283. Me.業績_未達標1_nud.DecimalPlaces = 2
  284. Me.業績_未達標1_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  285. Me.業績_未達標1_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  286. Me.業績_未達標1_nud.Location = New System.Drawing.Point(959, 268)
  287. Me.業績_未達標1_nud.Name = "業績_未達標1_nud"
  288. Me.業績_未達標1_nud.Size = New System.Drawing.Size(48, 23)
  289. Me.業績_未達標1_nud.TabIndex = 784
  290. Me.業績_未達標1_nud.ThousandsSeparator = True
  291. Me.業績_未達標1_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  292. Me.業績_未達標1_nud.Visible = False
  293. '
  294. 'Label9
  295. '
  296. Me.Label9.AutoSize = True
  297. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  298. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  299. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  300. Me.Label9.Location = New System.Drawing.Point(892, 271)
  301. Me.Label9.Name = "Label9"
  302. Me.Label9.Size = New System.Drawing.Size(68, 17)
  303. Me.Label9.TabIndex = 783
  304. Me.Label9.Text = "業績(未達)"
  305. Me.Label9.Visible = False
  306. '
  307. '業績_達標1_nud
  308. '
  309. Me.業績_達標1_nud.DecimalPlaces = 2
  310. Me.業績_達標1_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  311. Me.業績_達標1_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  312. Me.業績_達標1_nud.Location = New System.Drawing.Point(959, 242)
  313. Me.業績_達標1_nud.Name = "業績_達標1_nud"
  314. Me.業績_達標1_nud.Size = New System.Drawing.Size(48, 23)
  315. Me.業績_達標1_nud.TabIndex = 782
  316. Me.業績_達標1_nud.ThousandsSeparator = True
  317. Me.業績_達標1_nud.Value = New Decimal(New Integer() {3, 0, 0, 0})
  318. Me.業績_達標1_nud.Visible = False
  319. '
  320. 'Label8
  321. '
  322. Me.Label8.AutoSize = True
  323. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  324. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  325. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  326. Me.Label8.Location = New System.Drawing.Point(889, 245)
  327. Me.Label8.Name = "Label8"
  328. Me.Label8.Size = New System.Drawing.Size(68, 17)
  329. Me.Label8.TabIndex = 781
  330. Me.Label8.Text = "業績(達標)"
  331. Me.Label8.Visible = False
  332. '
  333. '植髮獎金_nud
  334. '
  335. Me.植髮獎金_nud.DecimalPlaces = 2
  336. Me.植髮獎金_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  337. Me.植髮獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  338. Me.植髮獎金_nud.Location = New System.Drawing.Point(959, 456)
  339. Me.植髮獎金_nud.Name = "植髮獎金_nud"
  340. Me.植髮獎金_nud.Size = New System.Drawing.Size(48, 23)
  341. Me.植髮獎金_nud.TabIndex = 780
  342. Me.植髮獎金_nud.ThousandsSeparator = True
  343. Me.植髮獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  344. Me.植髮獎金_nud.Visible = False
  345. '
  346. 'Label7
  347. '
  348. Me.Label7.AutoSize = True
  349. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  350. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  351. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  352. Me.Label7.Location = New System.Drawing.Point(895, 459)
  353. Me.Label7.Name = "Label7"
  354. Me.Label7.Size = New System.Drawing.Size(65, 17)
  355. Me.Label7.TabIndex = 779
  356. Me.Label7.Text = "植髮/電波"
  357. Me.Label7.Visible = False
  358. '
  359. '排程業績_nud
  360. '
  361. Me.排程業績_nud.ForeColor = System.Drawing.Color.Green
  362. Me.排程業績_nud.Location = New System.Drawing.Point(935, 294)
  363. Me.排程業績_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  364. Me.排程業績_nud.Name = "排程業績_nud"
  365. Me.排程業績_nud.Size = New System.Drawing.Size(72, 23)
  366. Me.排程業績_nud.TabIndex = 778
  367. Me.排程業績_nud.ThousandsSeparator = True
  368. Me.排程業績_nud.Value = New Decimal(New Integer() {100000, 0, 0, 0})
  369. Me.排程業績_nud.Visible = False
  370. '
  371. 'Label6
  372. '
  373. Me.Label6.AutoSize = True
  374. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  375. Me.Label6.ForeColor = System.Drawing.Color.Green
  376. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  377. Me.Label6.Location = New System.Drawing.Point(874, 297)
  378. Me.Label6.Name = "Label6"
  379. Me.Label6.Size = New System.Drawing.Size(60, 17)
  380. Me.Label6.TabIndex = 777
  381. Me.Label6.Text = "排程業績"
  382. Me.Label6.Visible = False
  383. '
  384. '產品_月薪_nud
  385. '
  386. Me.產品_月薪_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  387. Me.產品_月薪_nud.Location = New System.Drawing.Point(947, 216)
  388. Me.產品_月薪_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  389. Me.產品_月薪_nud.Name = "產品_月薪_nud"
  390. Me.產品_月薪_nud.Size = New System.Drawing.Size(60, 23)
  391. Me.產品_月薪_nud.TabIndex = 776
  392. Me.產品_月薪_nud.ThousandsSeparator = True
  393. Me.產品_月薪_nud.Value = New Decimal(New Integer() {25000, 0, 0, 0})
  394. Me.產品_月薪_nud.Visible = False
  395. '
  396. 'Label5
  397. '
  398. Me.Label5.AutoSize = True
  399. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  400. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  401. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  402. Me.Label5.Location = New System.Drawing.Point(825, 219)
  403. Me.Label5.Name = "Label5"
  404. Me.Label5.Size = New System.Drawing.Size(120, 17)
  405. Me.Label5.TabIndex = 775
  406. Me.Label5.Text = "產品個人業績(月薪)"
  407. Me.Label5.Visible = False
  408. '
  409. '產品_時薪_nud
  410. '
  411. Me.產品_時薪_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  412. Me.產品_時薪_nud.Location = New System.Drawing.Point(947, 190)
  413. Me.產品_時薪_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  414. Me.產品_時薪_nud.Name = "產品_時薪_nud"
  415. Me.產品_時薪_nud.Size = New System.Drawing.Size(60, 23)
  416. Me.產品_時薪_nud.TabIndex = 774
  417. Me.產品_時薪_nud.ThousandsSeparator = True
  418. Me.產品_時薪_nud.Value = New Decimal(New Integer() {12500, 0, 0, 0})
  419. Me.產品_時薪_nud.Visible = False
  420. '
  421. 'Label4
  422. '
  423. Me.Label4.AutoSize = True
  424. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  425. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  426. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  427. Me.Label4.Location = New System.Drawing.Point(825, 193)
  428. Me.Label4.Name = "Label4"
  429. Me.Label4.Size = New System.Drawing.Size(120, 17)
  430. Me.Label4.TabIndex = 773
  431. Me.Label4.Text = "產品個人業績(時薪)"
  432. Me.Label4.Visible = False
  433. '
  434. '預售獎金_nud
  435. '
  436. Me.預售獎金_nud.DecimalPlaces = 2
  437. Me.預售獎金_nud.ForeColor = System.Drawing.Color.Red
  438. Me.預售獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  439. Me.預售獎金_nud.Location = New System.Drawing.Point(959, 164)
  440. Me.預售獎金_nud.Name = "預售獎金_nud"
  441. Me.預售獎金_nud.Size = New System.Drawing.Size(48, 23)
  442. Me.預售獎金_nud.TabIndex = 772
  443. Me.預售獎金_nud.ThousandsSeparator = True
  444. Me.預售獎金_nud.Value = New Decimal(New Integer() {5, 0, 0, 65536})
  445. Me.預售獎金_nud.Visible = False
  446. '
  447. 'Label3
  448. '
  449. Me.Label3.AutoSize = True
  450. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  451. Me.Label3.ForeColor = System.Drawing.Color.Red
  452. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  453. Me.Label3.Location = New System.Drawing.Point(897, 167)
  454. Me.Label3.Name = "Label3"
  455. Me.Label3.Size = New System.Drawing.Size(60, 17)
  456. Me.Label3.TabIndex = 771
  457. Me.Label3.Text = "預售獎金"
  458. Me.Label3.Visible = False
  459. '
  460. '預售_nud
  461. '
  462. Me.預售_nud.ForeColor = System.Drawing.Color.Red
  463. Me.預售_nud.Location = New System.Drawing.Point(935, 138)
  464. Me.預售_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  465. Me.預售_nud.Name = "預售_nud"
  466. Me.預售_nud.Size = New System.Drawing.Size(72, 23)
  467. Me.預售_nud.TabIndex = 770
  468. Me.預售_nud.ThousandsSeparator = True
  469. Me.預售_nud.Value = New Decimal(New Integer() {200000, 0, 0, 0})
  470. Me.預售_nud.Visible = False
  471. '
  472. 'Label2
  473. '
  474. Me.Label2.AutoSize = True
  475. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  476. Me.Label2.ForeColor = System.Drawing.Color.Red
  477. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  478. Me.Label2.Location = New System.Drawing.Point(838, 141)
  479. Me.Label2.Name = "Label2"
  480. Me.Label2.Size = New System.Drawing.Size(94, 17)
  481. Me.Label2.TabIndex = 769
  482. Me.Label2.Text = "預售獎金(達標)"
  483. Me.Label2.Visible = False
  484. '
  485. '獎金計算_dgv
  486. '
  487. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  488. Me.獎金計算_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  489. Me.獎金計算_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  490. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  491. Me.獎金計算_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  492. Me.獎金計算_dgv.BackgroundColor = System.Drawing.Color.White
  493. Me.獎金計算_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  494. Me.獎金計算_dgv.Location = New System.Drawing.Point(6, 32)
  495. Me.獎金計算_dgv.Name = "獎金計算_dgv"
  496. Me.獎金計算_dgv.RowHeadersWidth = 5
  497. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  498. Me.獎金計算_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  499. Me.獎金計算_dgv.RowTemplate.Height = 24
  500. Me.獎金計算_dgv.Size = New System.Drawing.Size(1120, 606)
  501. Me.獎金計算_dgv.TabIndex = 768
  502. '
  503. '月份_cb
  504. '
  505. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  506. Me.月份_cb.Enabled = False
  507. Me.月份_cb.FormattingEnabled = True
  508. Me.月份_cb.Location = New System.Drawing.Point(143, 5)
  509. Me.月份_cb.Name = "月份_cb"
  510. Me.月份_cb.Size = New System.Drawing.Size(77, 24)
  511. Me.月份_cb.TabIndex = 767
  512. '
  513. '交易明細_dgv
  514. '
  515. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  516. Me.交易明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  517. Me.交易明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  518. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  519. Me.交易明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  520. Me.交易明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  521. Me.交易明細_dgv.Location = New System.Drawing.Point(363, 44)
  522. Me.交易明細_dgv.Name = "交易明細_dgv"
  523. Me.交易明細_dgv.RowHeadersWidth = 5
  524. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  525. Me.交易明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  526. Me.交易明細_dgv.RowTemplate.Height = 24
  527. Me.交易明細_dgv.Size = New System.Drawing.Size(283, 250)
  528. Me.交易明細_dgv.TabIndex = 766
  529. Me.交易明細_dgv.Visible = False
  530. '
  531. '月份1_cb
  532. '
  533. Me.月份1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  534. Me.月份1_cb.FormattingEnabled = True
  535. Me.月份1_cb.Location = New System.Drawing.Point(652, 74)
  536. Me.月份1_cb.Name = "月份1_cb"
  537. Me.月份1_cb.Size = New System.Drawing.Size(77, 24)
  538. Me.月份1_cb.TabIndex = 797
  539. Me.月份1_cb.Visible = False
  540. '
  541. '月份2_cb
  542. '
  543. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  544. Me.月份2_cb.Enabled = False
  545. Me.月份2_cb.FormattingEnabled = True
  546. Me.月份2_cb.Location = New System.Drawing.Point(34, 5)
  547. Me.月份2_cb.Name = "月份2_cb"
  548. Me.月份2_cb.Size = New System.Drawing.Size(77, 24)
  549. Me.月份2_cb.TabIndex = 798
  550. '
  551. 'Label1
  552. '
  553. Me.Label1.AutoSize = True
  554. Me.Label1.Location = New System.Drawing.Point(8, 9)
  555. Me.Label1.Name = "Label1"
  556. Me.Label1.Size = New System.Drawing.Size(19, 16)
  557. Me.Label1.TabIndex = 799
  558. Me.Label1.Text = "至"
  559. '
  560. 'Label16
  561. '
  562. Me.Label16.AutoSize = True
  563. Me.Label16.Location = New System.Drawing.Point(117, 8)
  564. Me.Label16.Name = "Label16"
  565. Me.Label16.Size = New System.Drawing.Size(19, 16)
  566. Me.Label16.TabIndex = 800
  567. Me.Label16.Text = "到"
  568. '
  569. '上個月_bt
  570. '
  571. Me.上個月_bt.Location = New System.Drawing.Point(226, 4)
  572. Me.上個月_bt.Name = "上個月_bt"
  573. Me.上個月_bt.Size = New System.Drawing.Size(75, 25)
  574. Me.上個月_bt.TabIndex = 801
  575. Me.上個月_bt.Text = "上個月"
  576. Me.上個月_bt.UseVisualStyleBackColor = True
  577. '
  578. '下個月_bt
  579. '
  580. Me.下個月_bt.Location = New System.Drawing.Point(303, 4)
  581. Me.下個月_bt.Name = "下個月_bt"
  582. Me.下個月_bt.Size = New System.Drawing.Size(75, 25)
  583. Me.下個月_bt.TabIndex = 802
  584. Me.下個月_bt.Text = "下個月"
  585. Me.下個月_bt.UseVisualStyleBackColor = True
  586. '
  587. 'CheckBox5
  588. '
  589. Me.CheckBox5.AutoSize = True
  590. Me.CheckBox5.Checked = True
  591. Me.CheckBox5.CheckState = System.Windows.Forms.CheckState.Checked
  592. Me.CheckBox5.Location = New System.Drawing.Point(279, 641)
  593. Me.CheckBox5.Name = "CheckBox5"
  594. Me.CheckBox5.Size = New System.Drawing.Size(79, 20)
  595. Me.CheckBox5.TabIndex = 821
  596. Me.CheckBox5.Text = "植髮/電波"
  597. Me.CheckBox5.UseVisualStyleBackColor = True
  598. '
  599. 'CheckBox4
  600. '
  601. Me.CheckBox4.AutoSize = True
  602. Me.CheckBox4.Checked = True
  603. Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
  604. Me.CheckBox4.Location = New System.Drawing.Point(222, 641)
  605. Me.CheckBox4.Name = "CheckBox4"
  606. Me.CheckBox4.Size = New System.Drawing.Size(50, 20)
  607. Me.CheckBox4.TabIndex = 820
  608. Me.CheckBox4.Text = "手術"
  609. Me.CheckBox4.UseVisualStyleBackColor = True
  610. '
  611. 'CheckBox3
  612. '
  613. Me.CheckBox3.AutoSize = True
  614. Me.CheckBox3.Checked = True
  615. Me.CheckBox3.CheckState = System.Windows.Forms.CheckState.Checked
  616. Me.CheckBox3.Location = New System.Drawing.Point(141, 641)
  617. Me.CheckBox3.Name = "CheckBox3"
  618. Me.CheckBox3.Size = New System.Drawing.Size(79, 20)
  619. Me.CheckBox3.TabIndex = 819
  620. Me.CheckBox3.Text = "雷射/治療"
  621. Me.CheckBox3.UseVisualStyleBackColor = True
  622. '
  623. 'CheckBox2
  624. '
  625. Me.CheckBox2.AutoSize = True
  626. Me.CheckBox2.Checked = True
  627. Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
  628. Me.CheckBox2.Location = New System.Drawing.Point(91, 641)
  629. Me.CheckBox2.Name = "CheckBox2"
  630. Me.CheckBox2.Size = New System.Drawing.Size(50, 20)
  631. Me.CheckBox2.TabIndex = 818
  632. Me.CheckBox2.Text = "美療"
  633. Me.CheckBox2.UseVisualStyleBackColor = True
  634. '
  635. 'CheckBox1
  636. '
  637. Me.CheckBox1.AutoSize = True
  638. Me.CheckBox1.Checked = True
  639. Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  640. Me.CheckBox1.Location = New System.Drawing.Point(10, 641)
  641. Me.CheckBox1.Name = "CheckBox1"
  642. Me.CheckBox1.Size = New System.Drawing.Size(74, 20)
  643. Me.CheckBox1.TabIndex = 817
  644. Me.CheckBox1.Text = "一般產品"
  645. Me.CheckBox1.UseVisualStyleBackColor = True
  646. '
  647. 'Chart1
  648. '
  649. Me.Chart1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  650. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  651. ChartArea1.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  652. ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  653. ChartArea1.AxisX.IsLabelAutoFit = False
  654. ChartArea1.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  655. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  656. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  657. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  658. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  659. ChartArea1.AxisX.LabelStyle.IsStaggered = True
  660. ChartArea1.AxisX.MaximumAutoSize = 100.0!
  661. ChartArea1.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  662. ChartArea1.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  663. ChartArea1.AxisX2.MaximumAutoSize = 100.0!
  664. ChartArea1.AxisY.MaximumAutoSize = 100.0!
  665. ChartArea1.AxisY2.MaximumAutoSize = 100.0!
  666. ChartArea1.Name = "ChartArea1"
  667. Me.Chart1.ChartAreas.Add(ChartArea1)
  668. Legend1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  669. Legend1.IsTextAutoFit = False
  670. Legend1.Name = "Legend1"
  671. Me.Chart1.Legends.Add(Legend1)
  672. Me.Chart1.Location = New System.Drawing.Point(6, 663)
  673. Me.Chart1.Name = "Chart1"
  674. Series1.ChartArea = "ChartArea1"
  675. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area
  676. Series1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  677. Series1.Legend = "Legend1"
  678. Series1.Name = "Series1"
  679. Me.Chart1.Series.Add(Series1)
  680. Me.Chart1.Size = New System.Drawing.Size(1120, 300)
  681. Me.Chart1.TabIndex = 812
  682. Me.Chart1.Text = "Chart1"
  683. '
  684. '重新整理_bt
  685. '
  686. Me.重新整理_bt.Location = New System.Drawing.Point(381, 4)
  687. Me.重新整理_bt.Name = "重新整理_bt"
  688. Me.重新整理_bt.Size = New System.Drawing.Size(75, 25)
  689. Me.重新整理_bt.TabIndex = 803
  690. Me.重新整理_bt.Text = "全部"
  691. Me.重新整理_bt.UseVisualStyleBackColor = True
  692. Me.重新整理_bt.Visible = False
  693. '
  694. 'PictureBox1
  695. '
  696. Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources._0d384ecc8fab9abce353875491fd20451
  697. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  698. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  699. Me.PictureBox1.Location = New System.Drawing.Point(1129, 5)
  700. Me.PictureBox1.Name = "PictureBox1"
  701. Me.PictureBox1.Size = New System.Drawing.Size(226, 208)
  702. Me.PictureBox1.TabIndex = 822
  703. Me.PictureBox1.TabStop = False
  704. '
  705. 'Chart2
  706. '
  707. Me.Chart2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  708. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  709. ChartArea2.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  710. ChartArea2.Area3DStyle.Enable3D = True
  711. ChartArea2.Area3DStyle.Inclination = 60
  712. ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  713. ChartArea2.AxisX.IsLabelAutoFit = False
  714. ChartArea2.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  715. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  716. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  717. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  718. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  719. ChartArea2.AxisX.LabelStyle.IsStaggered = True
  720. ChartArea2.AxisX.MaximumAutoSize = 100.0!
  721. ChartArea2.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  722. ChartArea2.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  723. ChartArea2.AxisX2.MaximumAutoSize = 100.0!
  724. ChartArea2.AxisY.MaximumAutoSize = 100.0!
  725. ChartArea2.AxisY2.MaximumAutoSize = 100.0!
  726. ChartArea2.Name = "ChartArea1"
  727. Me.Chart2.ChartAreas.Add(ChartArea2)
  728. Legend2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  729. Legend2.IsTextAutoFit = False
  730. Legend2.Name = "Legend1"
  731. Me.Chart2.Legends.Add(Legend2)
  732. Me.Chart2.Location = New System.Drawing.Point(1297, 5)
  733. Me.Chart2.Name = "Chart2"
  734. Series2.ChartArea = "ChartArea1"
  735. Series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  736. Series2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  737. Series2.Legend = "Legend1"
  738. Series2.Name = "Series1"
  739. Me.Chart2.Series.Add(Series2)
  740. Me.Chart2.Size = New System.Drawing.Size(607, 233)
  741. Me.Chart2.TabIndex = 823
  742. Me.Chart2.Text = "Chart2"
  743. Title1.Name = "Title1"
  744. Title1.Text = "總業績 (實收+償還)"
  745. Me.Chart2.Titles.Add(Title1)
  746. '
  747. '姓名_tb
  748. '
  749. Me.姓名_tb.Location = New System.Drawing.Point(1129, 215)
  750. Me.姓名_tb.Name = "姓名_tb"
  751. Me.姓名_tb.Size = New System.Drawing.Size(226, 23)
  752. Me.姓名_tb.TabIndex = 824
  753. Me.姓名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  754. '
  755. 'Chart3
  756. '
  757. ChartArea3.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  758. ChartArea3.Area3DStyle.Inclination = 60
  759. ChartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  760. ChartArea3.AxisX.IsLabelAutoFit = False
  761. ChartArea3.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  762. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  763. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  764. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  765. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  766. ChartArea3.AxisX.LabelStyle.IsStaggered = True
  767. ChartArea3.AxisX.MaximumAutoSize = 100.0!
  768. ChartArea3.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  769. ChartArea3.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  770. ChartArea3.AxisX2.MaximumAutoSize = 100.0!
  771. ChartArea3.AxisY.MaximumAutoSize = 100.0!
  772. ChartArea3.AxisY2.MaximumAutoSize = 100.0!
  773. ChartArea3.Name = "ChartArea1"
  774. Me.Chart3.ChartAreas.Add(ChartArea3)
  775. Legend3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  776. Legend3.IsTextAutoFit = False
  777. Legend3.Name = "Legend1"
  778. Me.Chart3.Legends.Add(Legend3)
  779. Me.Chart3.Location = New System.Drawing.Point(1132, 243)
  780. Me.Chart3.Name = "Chart3"
  781. Series3.ChartArea = "ChartArea1"
  782. Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  783. Series3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  784. Series3.Legend = "Legend1"
  785. Series3.Name = "Series1"
  786. Me.Chart3.Series.Add(Series3)
  787. Me.Chart3.Size = New System.Drawing.Size(385, 240)
  788. Me.Chart3.TabIndex = 825
  789. Me.Chart3.Text = "Chart3"
  790. Title2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  791. Title2.Name = "Title1"
  792. Title2.Text = "整體業績"
  793. Me.Chart3.Titles.Add(Title2)
  794. '
  795. 'Chart4
  796. '
  797. Me.Chart4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  798. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  799. ChartArea4.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  800. ChartArea4.Area3DStyle.Inclination = 60
  801. ChartArea4.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  802. ChartArea4.AxisX.IsLabelAutoFit = False
  803. ChartArea4.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  804. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  805. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  806. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  807. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  808. ChartArea4.AxisX.LabelStyle.IsStaggered = True
  809. ChartArea4.AxisX.MaximumAutoSize = 100.0!
  810. ChartArea4.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  811. ChartArea4.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  812. ChartArea4.AxisX2.MaximumAutoSize = 100.0!
  813. ChartArea4.AxisY.MaximumAutoSize = 100.0!
  814. ChartArea4.AxisY2.MaximumAutoSize = 100.0!
  815. ChartArea4.Name = "ChartArea1"
  816. Me.Chart4.ChartAreas.Add(ChartArea4)
  817. Legend4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  818. Legend4.IsTextAutoFit = False
  819. Legend4.Name = "Legend1"
  820. Me.Chart4.Legends.Add(Legend4)
  821. Me.Chart4.Location = New System.Drawing.Point(1518, 243)
  822. Me.Chart4.Name = "Chart4"
  823. Series4.ChartArea = "ChartArea1"
  824. Series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  825. Series4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  826. Series4.Legend = "Legend1"
  827. Series4.Name = "Series1"
  828. Me.Chart4.Series.Add(Series4)
  829. Me.Chart4.Size = New System.Drawing.Size(385, 240)
  830. Me.Chart4.TabIndex = 826
  831. Me.Chart4.Text = "Chart4"
  832. Title3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  833. Title3.Name = "Title1"
  834. Title3.Text = "實收業績"
  835. Me.Chart4.Titles.Add(Title3)
  836. '
  837. '產品_dgv
  838. '
  839. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  840. Me.產品_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  841. Me.產品_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  842. Or System.Windows.Forms.AnchorStyles.Left) _
  843. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  844. Me.產品_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  845. Me.產品_dgv.BackgroundColor = System.Drawing.Color.White
  846. Me.產品_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  847. Me.產品_dgv.Location = New System.Drawing.Point(1132, 517)
  848. Me.產品_dgv.Name = "產品_dgv"
  849. Me.產品_dgv.RowHeadersWidth = 40
  850. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  851. Me.產品_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  852. Me.產品_dgv.RowTemplate.Height = 24
  853. Me.產品_dgv.Size = New System.Drawing.Size(771, 446)
  854. Me.產品_dgv.TabIndex = 827
  855. '
  856. 'RadioButton1
  857. '
  858. Me.RadioButton1.AutoSize = True
  859. Me.RadioButton1.Checked = True
  860. Me.RadioButton1.Location = New System.Drawing.Point(1132, 491)
  861. Me.RadioButton1.Name = "RadioButton1"
  862. Me.RadioButton1.Size = New System.Drawing.Size(73, 20)
  863. Me.RadioButton1.TabIndex = 828
  864. Me.RadioButton1.TabStop = True
  865. Me.RadioButton1.Text = "一般產品"
  866. Me.RadioButton1.UseVisualStyleBackColor = True
  867. '
  868. 'RadioButton2
  869. '
  870. Me.RadioButton2.AutoSize = True
  871. Me.RadioButton2.Location = New System.Drawing.Point(1208, 491)
  872. Me.RadioButton2.Name = "RadioButton2"
  873. Me.RadioButton2.Size = New System.Drawing.Size(61, 20)
  874. Me.RadioButton2.TabIndex = 829
  875. Me.RadioButton2.Text = "人工皮"
  876. Me.RadioButton2.UseVisualStyleBackColor = True
  877. '
  878. 'RadioButton3
  879. '
  880. Me.RadioButton3.AutoSize = True
  881. Me.RadioButton3.Location = New System.Drawing.Point(1272, 491)
  882. Me.RadioButton3.Name = "RadioButton3"
  883. Me.RadioButton3.Size = New System.Drawing.Size(49, 20)
  884. Me.RadioButton3.TabIndex = 830
  885. Me.RadioButton3.Text = "雷射"
  886. Me.RadioButton3.UseVisualStyleBackColor = True
  887. '
  888. 'RadioButton4
  889. '
  890. Me.RadioButton4.AutoSize = True
  891. Me.RadioButton4.Location = New System.Drawing.Point(1323, 491)
  892. Me.RadioButton4.Name = "RadioButton4"
  893. Me.RadioButton4.Size = New System.Drawing.Size(49, 20)
  894. Me.RadioButton4.TabIndex = 831
  895. Me.RadioButton4.Text = "治療"
  896. Me.RadioButton4.UseVisualStyleBackColor = True
  897. '
  898. 'RadioButton5
  899. '
  900. Me.RadioButton5.AutoSize = True
  901. Me.RadioButton5.Location = New System.Drawing.Point(1375, 491)
  902. Me.RadioButton5.Name = "RadioButton5"
  903. Me.RadioButton5.Size = New System.Drawing.Size(49, 20)
  904. Me.RadioButton5.TabIndex = 832
  905. Me.RadioButton5.Text = "手術"
  906. Me.RadioButton5.UseVisualStyleBackColor = True
  907. '
  908. 'RadioButton6
  909. '
  910. Me.RadioButton6.AutoSize = True
  911. Me.RadioButton6.Location = New System.Drawing.Point(1426, 491)
  912. Me.RadioButton6.Name = "RadioButton6"
  913. Me.RadioButton6.Size = New System.Drawing.Size(49, 20)
  914. Me.RadioButton6.TabIndex = 833
  915. Me.RadioButton6.Text = "美療"
  916. Me.RadioButton6.UseVisualStyleBackColor = True
  917. '
  918. 'RadioButton7
  919. '
  920. Me.RadioButton7.AutoSize = True
  921. Me.RadioButton7.Location = New System.Drawing.Point(1477, 491)
  922. Me.RadioButton7.Name = "RadioButton7"
  923. Me.RadioButton7.Size = New System.Drawing.Size(49, 20)
  924. Me.RadioButton7.TabIndex = 834
  925. Me.RadioButton7.Text = "植髮"
  926. Me.RadioButton7.UseVisualStyleBackColor = True
  927. '
  928. '選擇加總_tb
  929. '
  930. Me.選擇加總_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  931. Me.選擇加總_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  932. Me.選擇加總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  933. Me.選擇加總_tb.Location = New System.Drawing.Point(1796, 490)
  934. Me.選擇加總_tb.Name = "選擇加總_tb"
  935. Me.選擇加總_tb.Size = New System.Drawing.Size(108, 23)
  936. Me.選擇加總_tb.TabIndex = 836
  937. Me.選擇加總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  938. '
  939. 'Label17
  940. '
  941. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  942. Me.Label17.AutoSize = True
  943. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  944. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  945. Me.Label17.ImeMode = System.Windows.Forms.ImeMode.NoControl
  946. Me.Label17.Location = New System.Drawing.Point(1734, 493)
  947. Me.Label17.Name = "Label17"
  948. Me.Label17.Size = New System.Drawing.Size(60, 17)
  949. Me.Label17.TabIndex = 835
  950. Me.Label17.Text = "選擇加總"
  951. '
  952. 'Label18
  953. '
  954. Me.Label18.AutoSize = True
  955. Me.Label18.BackColor = System.Drawing.Color.White
  956. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  957. Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  958. Me.Label18.ImeMode = System.Windows.Forms.ImeMode.NoControl
  959. Me.Label18.Location = New System.Drawing.Point(1405, 10)
  960. Me.Label18.Name = "Label18"
  961. Me.Label18.Size = New System.Drawing.Size(125, 16)
  962. Me.Label18.TabIndex = 837
  963. Me.Label18.Text = "從 11003 到 11005 的"
  964. '
  965. '人員貢獻分析表
  966. '
  967. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  968. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  969. Me.ClientSize = New System.Drawing.Size(1914, 971)
  970. Me.Controls.Add(Me.Label18)
  971. Me.Controls.Add(Me.選擇加總_tb)
  972. Me.Controls.Add(Me.Label17)
  973. Me.Controls.Add(Me.RadioButton7)
  974. Me.Controls.Add(Me.RadioButton6)
  975. Me.Controls.Add(Me.RadioButton5)
  976. Me.Controls.Add(Me.RadioButton4)
  977. Me.Controls.Add(Me.RadioButton3)
  978. Me.Controls.Add(Me.RadioButton2)
  979. Me.Controls.Add(Me.RadioButton1)
  980. Me.Controls.Add(Me.產品_dgv)
  981. Me.Controls.Add(Me.Chart4)
  982. Me.Controls.Add(Me.Chart3)
  983. Me.Controls.Add(Me.姓名_tb)
  984. Me.Controls.Add(Me.PictureBox1)
  985. Me.Controls.Add(Me.CheckBox5)
  986. Me.Controls.Add(Me.CheckBox4)
  987. Me.Controls.Add(Me.CheckBox3)
  988. Me.Controls.Add(Me.CheckBox2)
  989. Me.Controls.Add(Me.CheckBox1)
  990. Me.Controls.Add(Me.Chart1)
  991. Me.Controls.Add(Me.重新整理_bt)
  992. Me.Controls.Add(Me.下個月_bt)
  993. Me.Controls.Add(Me.上個月_bt)
  994. Me.Controls.Add(Me.Label16)
  995. Me.Controls.Add(Me.Label1)
  996. Me.Controls.Add(Me.月份2_cb)
  997. Me.Controls.Add(Me.月份1_cb)
  998. Me.Controls.Add(Me.業績_未達標2_nud)
  999. Me.Controls.Add(Me.Label11)
  1000. Me.Controls.Add(Me.業績_達標2_nud)
  1001. Me.Controls.Add(Me.Label12)
  1002. Me.Controls.Add(Me.手術操作_nud)
  1003. Me.Controls.Add(Me.Label15)
  1004. Me.Controls.Add(Me.手術排程_nud)
  1005. Me.Controls.Add(Me.Label14)
  1006. Me.Controls.Add(Me.操作獎金_nud)
  1007. Me.Controls.Add(Me.Label13)
  1008. Me.Controls.Add(Me.美療獎金_nud)
  1009. Me.Controls.Add(Me.Label10)
  1010. Me.Controls.Add(Me.業績_未達標1_nud)
  1011. Me.Controls.Add(Me.Label9)
  1012. Me.Controls.Add(Me.業績_達標1_nud)
  1013. Me.Controls.Add(Me.Label8)
  1014. Me.Controls.Add(Me.植髮獎金_nud)
  1015. Me.Controls.Add(Me.Label7)
  1016. Me.Controls.Add(Me.排程業績_nud)
  1017. Me.Controls.Add(Me.Label6)
  1018. Me.Controls.Add(Me.產品_月薪_nud)
  1019. Me.Controls.Add(Me.Label5)
  1020. Me.Controls.Add(Me.產品_時薪_nud)
  1021. Me.Controls.Add(Me.Label4)
  1022. Me.Controls.Add(Me.預售獎金_nud)
  1023. Me.Controls.Add(Me.Label3)
  1024. Me.Controls.Add(Me.預售_nud)
  1025. Me.Controls.Add(Me.Label2)
  1026. Me.Controls.Add(Me.月份_cb)
  1027. Me.Controls.Add(Me.交易明細_dgv)
  1028. Me.Controls.Add(Me.獎金計算_dgv)
  1029. Me.Controls.Add(Me.Chart2)
  1030. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1031. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1032. Me.Name = "人員貢獻分析表"
  1033. Me.Text = "人員貢獻分析表"
  1034. CType(Me.業績_未達標2_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1035. CType(Me.業績_達標2_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1036. CType(Me.手術操作_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1037. CType(Me.手術排程_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1038. CType(Me.操作獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1039. CType(Me.美療獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1040. CType(Me.業績_未達標1_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1041. CType(Me.業績_達標1_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1042. CType(Me.植髮獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1043. CType(Me.排程業績_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1044. CType(Me.產品_月薪_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1045. CType(Me.產品_時薪_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1046. CType(Me.預售獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1047. CType(Me.預售_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1048. CType(Me.獎金計算_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1049. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1050. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  1051. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  1052. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).EndInit()
  1053. CType(Me.Chart3, System.ComponentModel.ISupportInitialize).EndInit()
  1054. CType(Me.Chart4, System.ComponentModel.ISupportInitialize).EndInit()
  1055. CType(Me.產品_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1056. Me.ResumeLayout(False)
  1057. Me.PerformLayout()
  1058. End Sub
  1059. Friend WithEvents 業績_未達標2_nud As NumericUpDown
  1060. Friend WithEvents Label11 As Label
  1061. Friend WithEvents 業績_達標2_nud As NumericUpDown
  1062. Friend WithEvents Label12 As Label
  1063. Friend WithEvents 手術操作_nud As NumericUpDown
  1064. Friend WithEvents Label15 As Label
  1065. Friend WithEvents 手術排程_nud As NumericUpDown
  1066. Friend WithEvents Label14 As Label
  1067. Friend WithEvents 操作獎金_nud As NumericUpDown
  1068. Friend WithEvents Label13 As Label
  1069. Friend WithEvents 美療獎金_nud As NumericUpDown
  1070. Friend WithEvents Label10 As Label
  1071. Friend WithEvents 業績_未達標1_nud As NumericUpDown
  1072. Friend WithEvents Label9 As Label
  1073. Friend WithEvents 業績_達標1_nud As NumericUpDown
  1074. Friend WithEvents Label8 As Label
  1075. Friend WithEvents 植髮獎金_nud As NumericUpDown
  1076. Friend WithEvents Label7 As Label
  1077. Friend WithEvents 排程業績_nud As NumericUpDown
  1078. Friend WithEvents Label6 As Label
  1079. Friend WithEvents 產品_月薪_nud As NumericUpDown
  1080. Friend WithEvents Label5 As Label
  1081. Friend WithEvents 產品_時薪_nud As NumericUpDown
  1082. Friend WithEvents Label4 As Label
  1083. Friend WithEvents 預售獎金_nud As NumericUpDown
  1084. Friend WithEvents Label3 As Label
  1085. Friend WithEvents 預售_nud As NumericUpDown
  1086. Friend WithEvents Label2 As Label
  1087. Friend WithEvents 獎金計算_dgv As DataGridView
  1088. Friend WithEvents 月份_cb As ComboBox
  1089. Friend WithEvents 交易明細_dgv As DataGridView
  1090. Friend WithEvents 月份1_cb As ComboBox
  1091. Friend WithEvents 月份2_cb As ComboBox
  1092. Friend WithEvents Label1 As Label
  1093. Friend WithEvents Label16 As Label
  1094. Friend WithEvents 上個月_bt As Button
  1095. Friend WithEvents 下個月_bt As Button
  1096. Friend WithEvents CheckBox5 As CheckBox
  1097. Friend WithEvents CheckBox4 As CheckBox
  1098. Friend WithEvents CheckBox3 As CheckBox
  1099. Friend WithEvents CheckBox2 As CheckBox
  1100. Friend WithEvents CheckBox1 As CheckBox
  1101. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  1102. Friend WithEvents 重新整理_bt As Button
  1103. Friend WithEvents PictureBox1 As PictureBox
  1104. Friend WithEvents Chart2 As DataVisualization.Charting.Chart
  1105. Friend WithEvents 姓名_tb As TextBox
  1106. Friend WithEvents Chart3 As DataVisualization.Charting.Chart
  1107. Friend WithEvents Chart4 As DataVisualization.Charting.Chart
  1108. Friend WithEvents 產品_dgv As DataGridView
  1109. Friend WithEvents RadioButton1 As RadioButton
  1110. Friend WithEvents RadioButton2 As RadioButton
  1111. Friend WithEvents RadioButton3 As RadioButton
  1112. Friend WithEvents RadioButton4 As RadioButton
  1113. Friend WithEvents RadioButton5 As RadioButton
  1114. Friend WithEvents RadioButton6 As RadioButton
  1115. Friend WithEvents RadioButton7 As RadioButton
  1116. Friend WithEvents 選擇加總_tb As TextBox
  1117. Friend WithEvents Label17 As Label
  1118. Friend WithEvents Label18 As Label
  1119. End Class