Ingen beskrivning
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 47KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909
  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. Me.交易明細_dgv = New System.Windows.Forms.DataGridView()
  27. Me.月份_cb = New System.Windows.Forms.ComboBox()
  28. Me.獎金計算_dgv = New System.Windows.Forms.DataGridView()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.預售_nud = New System.Windows.Forms.NumericUpDown()
  31. Me.預售獎金_nud = New System.Windows.Forms.NumericUpDown()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.產品_時薪_nud = New System.Windows.Forms.NumericUpDown()
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. Me.產品_月薪_nud = New System.Windows.Forms.NumericUpDown()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.排程業績_nud = New System.Windows.Forms.NumericUpDown()
  38. Me.Label6 = New System.Windows.Forms.Label()
  39. Me.植髮獎金_nud = New System.Windows.Forms.NumericUpDown()
  40. Me.Label7 = New System.Windows.Forms.Label()
  41. Me.業績_達標1_nud = New System.Windows.Forms.NumericUpDown()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. Me.業績_未達標1_nud = New System.Windows.Forms.NumericUpDown()
  44. Me.Label9 = New System.Windows.Forms.Label()
  45. Me.美療獎金_nud = New System.Windows.Forms.NumericUpDown()
  46. Me.Label10 = New System.Windows.Forms.Label()
  47. Me.操作獎金_nud = New System.Windows.Forms.NumericUpDown()
  48. Me.Label13 = 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.Label15 = New System.Windows.Forms.Label()
  53. Me.業績_未達標2_nud = New System.Windows.Forms.NumericUpDown()
  54. Me.Label11 = New System.Windows.Forms.Label()
  55. Me.業績_達標2_nud = New System.Windows.Forms.NumericUpDown()
  56. Me.Label12 = New System.Windows.Forms.Label()
  57. Me.TextBox1 = New System.Windows.Forms.TextBox()
  58. Me.TextBox2 = New System.Windows.Forms.TextBox()
  59. Me.TextBox3 = New System.Windows.Forms.TextBox()
  60. Me.TextBox4 = New System.Windows.Forms.TextBox()
  61. Me.TextBox5 = New System.Windows.Forms.TextBox()
  62. Me.TextBox6 = New System.Windows.Forms.TextBox()
  63. Me.TextBox7 = New System.Windows.Forms.TextBox()
  64. Me.TextBox8 = New System.Windows.Forms.TextBox()
  65. Me.TextBox9 = New System.Windows.Forms.TextBox()
  66. Me.TextBox10 = New System.Windows.Forms.TextBox()
  67. Me.TextBox11 = New System.Windows.Forms.TextBox()
  68. Me.TextBox12 = New System.Windows.Forms.TextBox()
  69. Me.TextBox13 = New System.Windows.Forms.TextBox()
  70. Me.TextBox14 = New System.Windows.Forms.TextBox()
  71. Me.TextBox15 = New System.Windows.Forms.TextBox()
  72. Me.TextBox16 = New System.Windows.Forms.TextBox()
  73. Me.TextBox17 = New System.Windows.Forms.TextBox()
  74. Me.TextBox18 = New System.Windows.Forms.TextBox()
  75. Me.TextBox19 = New System.Windows.Forms.TextBox()
  76. Me.TextBox20 = New System.Windows.Forms.TextBox()
  77. Me.TextBox21 = New System.Windows.Forms.TextBox()
  78. Me.TextBox22 = New System.Windows.Forms.TextBox()
  79. Me.TextBox23 = New System.Windows.Forms.TextBox()
  80. Me.TextBox24 = New System.Windows.Forms.TextBox()
  81. Me.TextBox25 = New System.Windows.Forms.TextBox()
  82. Me.TextBox26 = New System.Windows.Forms.TextBox()
  83. Me.列印_bt = New System.Windows.Forms.Button()
  84. Me.存檔_bt = New System.Windows.Forms.Button()
  85. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  86. CType(Me.獎金計算_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. CType(Me.預售_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.預售獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.產品_時薪_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.產品_月薪_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.排程業績_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.植髮獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.業績_達標1_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.業績_未達標1_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.美療獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.操作獎金_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.手術排程_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.手術操作_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.業績_未達標2_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.業績_達標2_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.SuspendLayout()
  102. '
  103. '交易明細_dgv
  104. '
  105. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  106. Me.交易明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  107. Me.交易明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  108. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  109. Me.交易明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  110. Me.交易明細_dgv.BackgroundColor = System.Drawing.Color.White
  111. Me.交易明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  112. Me.交易明細_dgv.Location = New System.Drawing.Point(6, 32)
  113. Me.交易明細_dgv.Name = "交易明細_dgv"
  114. Me.交易明細_dgv.RowHeadersWidth = 5
  115. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  116. Me.交易明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  117. Me.交易明細_dgv.RowTemplate.Height = 24
  118. Me.交易明細_dgv.Size = New System.Drawing.Size(1900, 446)
  119. Me.交易明細_dgv.TabIndex = 701
  120. '
  121. '月份_cb
  122. '
  123. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  124. Me.月份_cb.FormattingEnabled = True
  125. Me.月份_cb.Location = New System.Drawing.Point(7, 4)
  126. Me.月份_cb.Name = "月份_cb"
  127. Me.月份_cb.Size = New System.Drawing.Size(77, 24)
  128. Me.月份_cb.TabIndex = 702
  129. '
  130. '獎金計算_dgv
  131. '
  132. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  133. Me.獎金計算_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  134. Me.獎金計算_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  135. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  136. Me.獎金計算_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  137. Me.獎金計算_dgv.BackgroundColor = System.Drawing.Color.White
  138. Me.獎金計算_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  139. Me.獎金計算_dgv.Location = New System.Drawing.Point(6, 505)
  140. Me.獎金計算_dgv.Name = "獎金計算_dgv"
  141. Me.獎金計算_dgv.RowHeadersWidth = 5
  142. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  143. Me.獎金計算_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  144. Me.獎金計算_dgv.RowTemplate.Height = 24
  145. Me.獎金計算_dgv.Size = New System.Drawing.Size(1900, 460)
  146. Me.獎金計算_dgv.TabIndex = 704
  147. '
  148. 'Label2
  149. '
  150. Me.Label2.AutoSize = True
  151. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  152. Me.Label2.ForeColor = System.Drawing.Color.Red
  153. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  154. Me.Label2.Location = New System.Drawing.Point(86, 7)
  155. Me.Label2.Name = "Label2"
  156. Me.Label2.Size = New System.Drawing.Size(94, 17)
  157. Me.Label2.TabIndex = 706
  158. Me.Label2.Text = "預售獎金(達標)"
  159. '
  160. '預售_nud
  161. '
  162. Me.預售_nud.ForeColor = System.Drawing.Color.Red
  163. Me.預售_nud.Location = New System.Drawing.Point(183, 4)
  164. Me.預售_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  165. Me.預售_nud.Name = "預售_nud"
  166. Me.預售_nud.Size = New System.Drawing.Size(72, 23)
  167. Me.預售_nud.TabIndex = 707
  168. Me.預售_nud.ThousandsSeparator = True
  169. Me.預售_nud.Value = New Decimal(New Integer() {200000, 0, 0, 0})
  170. '
  171. '預售獎金_nud
  172. '
  173. Me.預售獎金_nud.DecimalPlaces = 2
  174. Me.預售獎金_nud.ForeColor = System.Drawing.Color.Red
  175. Me.預售獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  176. Me.預售獎金_nud.Location = New System.Drawing.Point(323, 4)
  177. Me.預售獎金_nud.Name = "預售獎金_nud"
  178. Me.預售獎金_nud.Size = New System.Drawing.Size(48, 23)
  179. Me.預售獎金_nud.TabIndex = 709
  180. Me.預售獎金_nud.ThousandsSeparator = True
  181. Me.預售獎金_nud.Value = New Decimal(New Integer() {5, 0, 0, 65536})
  182. '
  183. 'Label3
  184. '
  185. Me.Label3.AutoSize = True
  186. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  187. Me.Label3.ForeColor = System.Drawing.Color.Red
  188. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  189. Me.Label3.Location = New System.Drawing.Point(261, 7)
  190. Me.Label3.Name = "Label3"
  191. Me.Label3.Size = New System.Drawing.Size(60, 17)
  192. Me.Label3.TabIndex = 708
  193. Me.Label3.Text = "預售獎金"
  194. '
  195. '產品_時薪_nud
  196. '
  197. Me.產品_時薪_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  198. Me.產品_時薪_nud.Location = New System.Drawing.Point(495, 4)
  199. Me.產品_時薪_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  200. Me.產品_時薪_nud.Name = "產品_時薪_nud"
  201. Me.產品_時薪_nud.Size = New System.Drawing.Size(60, 23)
  202. Me.產品_時薪_nud.TabIndex = 711
  203. Me.產品_時薪_nud.ThousandsSeparator = True
  204. Me.產品_時薪_nud.Value = New Decimal(New Integer() {12500, 0, 0, 0})
  205. '
  206. 'Label4
  207. '
  208. Me.Label4.AutoSize = True
  209. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  210. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  211. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  212. Me.Label4.Location = New System.Drawing.Point(373, 7)
  213. Me.Label4.Name = "Label4"
  214. Me.Label4.Size = New System.Drawing.Size(120, 17)
  215. Me.Label4.TabIndex = 710
  216. Me.Label4.Text = "產品個人業績(時薪)"
  217. '
  218. '產品_月薪_nud
  219. '
  220. Me.產品_月薪_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  221. Me.產品_月薪_nud.Location = New System.Drawing.Point(679, 4)
  222. Me.產品_月薪_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  223. Me.產品_月薪_nud.Name = "產品_月薪_nud"
  224. Me.產品_月薪_nud.Size = New System.Drawing.Size(60, 23)
  225. Me.產品_月薪_nud.TabIndex = 713
  226. Me.產品_月薪_nud.ThousandsSeparator = True
  227. Me.產品_月薪_nud.Value = New Decimal(New Integer() {25000, 0, 0, 0})
  228. '
  229. 'Label5
  230. '
  231. Me.Label5.AutoSize = True
  232. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  233. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  234. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  235. Me.Label5.Location = New System.Drawing.Point(557, 7)
  236. Me.Label5.Name = "Label5"
  237. Me.Label5.Size = New System.Drawing.Size(120, 17)
  238. Me.Label5.TabIndex = 712
  239. Me.Label5.Text = "產品個人業績(月薪)"
  240. '
  241. '排程業績_nud
  242. '
  243. Me.排程業績_nud.ForeColor = System.Drawing.Color.Green
  244. Me.排程業績_nud.Location = New System.Drawing.Point(1039, 4)
  245. Me.排程業績_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  246. Me.排程業績_nud.Name = "排程業績_nud"
  247. Me.排程業績_nud.Size = New System.Drawing.Size(72, 23)
  248. Me.排程業績_nud.TabIndex = 715
  249. Me.排程業績_nud.ThousandsSeparator = True
  250. Me.排程業績_nud.Value = New Decimal(New Integer() {100000, 0, 0, 0})
  251. '
  252. 'Label6
  253. '
  254. Me.Label6.AutoSize = True
  255. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  256. Me.Label6.ForeColor = System.Drawing.Color.Green
  257. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  258. Me.Label6.Location = New System.Drawing.Point(978, 7)
  259. Me.Label6.Name = "Label6"
  260. Me.Label6.Size = New System.Drawing.Size(60, 17)
  261. Me.Label6.TabIndex = 714
  262. Me.Label6.Text = "排程業績"
  263. '
  264. '植髮獎金_nud
  265. '
  266. Me.植髮獎金_nud.DecimalPlaces = 2
  267. Me.植髮獎金_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  268. Me.植髮獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  269. Me.植髮獎金_nud.Location = New System.Drawing.Point(1747, 4)
  270. Me.植髮獎金_nud.Name = "植髮獎金_nud"
  271. Me.植髮獎金_nud.Size = New System.Drawing.Size(48, 23)
  272. Me.植髮獎金_nud.TabIndex = 717
  273. Me.植髮獎金_nud.ThousandsSeparator = True
  274. Me.植髮獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  275. '
  276. 'Label7
  277. '
  278. Me.Label7.AutoSize = True
  279. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  280. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  281. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  282. Me.Label7.Location = New System.Drawing.Point(1683, 7)
  283. Me.Label7.Name = "Label7"
  284. Me.Label7.Size = New System.Drawing.Size(65, 17)
  285. Me.Label7.TabIndex = 716
  286. Me.Label7.Text = "植髮/電波"
  287. '
  288. '業績_達標1_nud
  289. '
  290. Me.業績_達標1_nud.DecimalPlaces = 2
  291. Me.業績_達標1_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  292. Me.業績_達標1_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  293. Me.業績_達標1_nud.Location = New System.Drawing.Point(811, 4)
  294. Me.業績_達標1_nud.Name = "業績_達標1_nud"
  295. Me.業績_達標1_nud.Size = New System.Drawing.Size(48, 23)
  296. Me.業績_達標1_nud.TabIndex = 719
  297. Me.業績_達標1_nud.ThousandsSeparator = True
  298. Me.業績_達標1_nud.Value = New Decimal(New Integer() {3, 0, 0, 0})
  299. '
  300. 'Label8
  301. '
  302. Me.Label8.AutoSize = True
  303. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  304. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  305. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  306. Me.Label8.Location = New System.Drawing.Point(741, 7)
  307. Me.Label8.Name = "Label8"
  308. Me.Label8.Size = New System.Drawing.Size(68, 17)
  309. Me.Label8.TabIndex = 718
  310. Me.Label8.Text = "業績(達標)"
  311. '
  312. '業績_未達標1_nud
  313. '
  314. Me.業績_未達標1_nud.DecimalPlaces = 2
  315. Me.業績_未達標1_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  316. Me.業績_未達標1_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  317. Me.業績_未達標1_nud.Location = New System.Drawing.Point(928, 4)
  318. Me.業績_未達標1_nud.Name = "業績_未達標1_nud"
  319. Me.業績_未達標1_nud.Size = New System.Drawing.Size(48, 23)
  320. Me.業績_未達標1_nud.TabIndex = 721
  321. Me.業績_未達標1_nud.ThousandsSeparator = True
  322. Me.業績_未達標1_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  323. '
  324. 'Label9
  325. '
  326. Me.Label9.AutoSize = True
  327. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  328. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  329. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  330. Me.Label9.Location = New System.Drawing.Point(861, 7)
  331. Me.Label9.Name = "Label9"
  332. Me.Label9.Size = New System.Drawing.Size(68, 17)
  333. Me.Label9.TabIndex = 720
  334. Me.Label9.Text = "業績(未達)"
  335. '
  336. '美療獎金_nud
  337. '
  338. Me.美療獎金_nud.DecimalPlaces = 2
  339. Me.美療獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  340. Me.美療獎金_nud.Location = New System.Drawing.Point(1857, 4)
  341. Me.美療獎金_nud.Name = "美療獎金_nud"
  342. Me.美療獎金_nud.Size = New System.Drawing.Size(48, 23)
  343. Me.美療獎金_nud.TabIndex = 723
  344. Me.美療獎金_nud.ThousandsSeparator = True
  345. Me.美療獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  346. '
  347. 'Label10
  348. '
  349. Me.Label10.AutoSize = True
  350. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  351. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  352. Me.Label10.Location = New System.Drawing.Point(1797, 7)
  353. Me.Label10.Name = "Label10"
  354. Me.Label10.Size = New System.Drawing.Size(60, 17)
  355. Me.Label10.TabIndex = 722
  356. Me.Label10.Text = "美療獎金"
  357. '
  358. '操作獎金_nud
  359. '
  360. Me.操作獎金_nud.DecimalPlaces = 2
  361. Me.操作獎金_nud.ForeColor = System.Drawing.Color.Green
  362. Me.操作獎金_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  363. Me.操作獎金_nud.Location = New System.Drawing.Point(1413, 4)
  364. Me.操作獎金_nud.Name = "操作獎金_nud"
  365. Me.操作獎金_nud.Size = New System.Drawing.Size(48, 23)
  366. Me.操作獎金_nud.TabIndex = 729
  367. Me.操作獎金_nud.ThousandsSeparator = True
  368. Me.操作獎金_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  369. '
  370. 'Label13
  371. '
  372. Me.Label13.AutoSize = True
  373. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  374. Me.Label13.ForeColor = System.Drawing.Color.Green
  375. Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
  376. Me.Label13.Location = New System.Drawing.Point(1353, 7)
  377. Me.Label13.Name = "Label13"
  378. Me.Label13.Size = New System.Drawing.Size(60, 17)
  379. Me.Label13.TabIndex = 728
  380. Me.Label13.Text = "操作獎金"
  381. '
  382. '手術排程_nud
  383. '
  384. Me.手術排程_nud.DecimalPlaces = 2
  385. Me.手術排程_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  386. Me.手術排程_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  387. Me.手術排程_nud.Location = New System.Drawing.Point(1523, 4)
  388. Me.手術排程_nud.Name = "手術排程_nud"
  389. Me.手術排程_nud.Size = New System.Drawing.Size(48, 23)
  390. Me.手術排程_nud.TabIndex = 731
  391. Me.手術排程_nud.ThousandsSeparator = True
  392. Me.手術排程_nud.Value = New Decimal(New Integer() {4, 0, 0, 65536})
  393. '
  394. 'Label14
  395. '
  396. Me.Label14.AutoSize = True
  397. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  398. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  399. Me.Label14.ImeMode = System.Windows.Forms.ImeMode.NoControl
  400. Me.Label14.Location = New System.Drawing.Point(1463, 7)
  401. Me.Label14.Name = "Label14"
  402. Me.Label14.Size = New System.Drawing.Size(60, 17)
  403. Me.Label14.TabIndex = 730
  404. Me.Label14.Text = "手術排程"
  405. '
  406. '手術操作_nud
  407. '
  408. Me.手術操作_nud.DecimalPlaces = 2
  409. Me.手術操作_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  410. Me.手術操作_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  411. Me.手術操作_nud.Location = New System.Drawing.Point(1633, 4)
  412. Me.手術操作_nud.Name = "手術操作_nud"
  413. Me.手術操作_nud.Size = New System.Drawing.Size(48, 23)
  414. Me.手術操作_nud.TabIndex = 733
  415. Me.手術操作_nud.ThousandsSeparator = True
  416. Me.手術操作_nud.Value = New Decimal(New Integer() {6, 0, 0, 65536})
  417. '
  418. 'Label15
  419. '
  420. Me.Label15.AutoSize = True
  421. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  422. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  424. Me.Label15.Location = New System.Drawing.Point(1573, 7)
  425. Me.Label15.Name = "Label15"
  426. Me.Label15.Size = New System.Drawing.Size(60, 17)
  427. Me.Label15.TabIndex = 732
  428. Me.Label15.Text = "手術操作"
  429. '
  430. '業績_未達標2_nud
  431. '
  432. Me.業績_未達標2_nud.DecimalPlaces = 2
  433. Me.業績_未達標2_nud.ForeColor = System.Drawing.Color.Green
  434. Me.業績_未達標2_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  435. Me.業績_未達標2_nud.Location = New System.Drawing.Point(1303, 4)
  436. Me.業績_未達標2_nud.Name = "業績_未達標2_nud"
  437. Me.業績_未達標2_nud.Size = New System.Drawing.Size(48, 23)
  438. Me.業績_未達標2_nud.TabIndex = 737
  439. Me.業績_未達標2_nud.ThousandsSeparator = True
  440. Me.業績_未達標2_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  441. '
  442. 'Label11
  443. '
  444. Me.Label11.AutoSize = True
  445. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  446. Me.Label11.ForeColor = System.Drawing.Color.Green
  447. Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
  448. Me.Label11.Location = New System.Drawing.Point(1235, 7)
  449. Me.Label11.Name = "Label11"
  450. Me.Label11.Size = New System.Drawing.Size(68, 17)
  451. Me.Label11.TabIndex = 736
  452. Me.Label11.Text = "業績(未達)"
  453. '
  454. '業績_達標2_nud
  455. '
  456. Me.業績_達標2_nud.DecimalPlaces = 2
  457. Me.業績_達標2_nud.ForeColor = System.Drawing.Color.Green
  458. Me.業績_達標2_nud.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  459. Me.業績_達標2_nud.Location = New System.Drawing.Point(1185, 4)
  460. Me.業績_達標2_nud.Name = "業績_達標2_nud"
  461. Me.業績_達標2_nud.Size = New System.Drawing.Size(48, 23)
  462. Me.業績_達標2_nud.TabIndex = 735
  463. Me.業績_達標2_nud.ThousandsSeparator = True
  464. Me.業績_達標2_nud.Value = New Decimal(New Integer() {15, 0, 0, 65536})
  465. '
  466. 'Label12
  467. '
  468. Me.Label12.AutoSize = True
  469. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  470. Me.Label12.ForeColor = System.Drawing.Color.Green
  471. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  472. Me.Label12.Location = New System.Drawing.Point(1117, 7)
  473. Me.Label12.Name = "Label12"
  474. Me.Label12.Size = New System.Drawing.Size(68, 17)
  475. Me.Label12.TabIndex = 734
  476. Me.Label12.Text = "業績(達標)"
  477. '
  478. 'TextBox1
  479. '
  480. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  481. Me.TextBox1.ForeColor = System.Drawing.Color.Green
  482. Me.TextBox1.Location = New System.Drawing.Point(102, 480)
  483. Me.TextBox1.Name = "TextBox1"
  484. Me.TextBox1.Size = New System.Drawing.Size(66, 23)
  485. Me.TextBox1.TabIndex = 738
  486. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  487. '
  488. 'TextBox2
  489. '
  490. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.TextBox2.ForeColor = System.Drawing.Color.Green
  492. Me.TextBox2.Location = New System.Drawing.Point(169, 480)
  493. Me.TextBox2.Name = "TextBox2"
  494. Me.TextBox2.Size = New System.Drawing.Size(66, 23)
  495. Me.TextBox2.TabIndex = 739
  496. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  497. '
  498. 'TextBox3
  499. '
  500. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. Me.TextBox3.ForeColor = System.Drawing.Color.Green
  502. Me.TextBox3.Location = New System.Drawing.Point(236, 480)
  503. Me.TextBox3.Name = "TextBox3"
  504. Me.TextBox3.Size = New System.Drawing.Size(66, 23)
  505. Me.TextBox3.TabIndex = 740
  506. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  507. '
  508. 'TextBox4
  509. '
  510. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.TextBox4.ForeColor = System.Drawing.Color.Green
  512. Me.TextBox4.Location = New System.Drawing.Point(302, 480)
  513. Me.TextBox4.Name = "TextBox4"
  514. Me.TextBox4.Size = New System.Drawing.Size(66, 23)
  515. Me.TextBox4.TabIndex = 741
  516. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  517. '
  518. 'TextBox5
  519. '
  520. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  521. Me.TextBox5.ForeColor = System.Drawing.Color.Green
  522. Me.TextBox5.Location = New System.Drawing.Point(369, 480)
  523. Me.TextBox5.Name = "TextBox5"
  524. Me.TextBox5.Size = New System.Drawing.Size(66, 23)
  525. Me.TextBox5.TabIndex = 742
  526. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  527. '
  528. 'TextBox6
  529. '
  530. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  531. Me.TextBox6.ForeColor = System.Drawing.Color.Green
  532. Me.TextBox6.Location = New System.Drawing.Point(435, 480)
  533. Me.TextBox6.Name = "TextBox6"
  534. Me.TextBox6.Size = New System.Drawing.Size(66, 23)
  535. Me.TextBox6.TabIndex = 743
  536. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  537. '
  538. 'TextBox7
  539. '
  540. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.TextBox7.ForeColor = System.Drawing.Color.Green
  542. Me.TextBox7.Location = New System.Drawing.Point(502, 480)
  543. Me.TextBox7.Name = "TextBox7"
  544. Me.TextBox7.Size = New System.Drawing.Size(66, 23)
  545. Me.TextBox7.TabIndex = 744
  546. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  547. '
  548. 'TextBox8
  549. '
  550. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.TextBox8.ForeColor = System.Drawing.Color.Green
  552. Me.TextBox8.Location = New System.Drawing.Point(568, 480)
  553. Me.TextBox8.Name = "TextBox8"
  554. Me.TextBox8.Size = New System.Drawing.Size(66, 23)
  555. Me.TextBox8.TabIndex = 745
  556. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  557. '
  558. 'TextBox9
  559. '
  560. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  561. Me.TextBox9.ForeColor = System.Drawing.Color.Green
  562. Me.TextBox9.Location = New System.Drawing.Point(635, 480)
  563. Me.TextBox9.Name = "TextBox9"
  564. Me.TextBox9.Size = New System.Drawing.Size(66, 23)
  565. Me.TextBox9.TabIndex = 746
  566. Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  567. '
  568. 'TextBox10
  569. '
  570. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  571. Me.TextBox10.ForeColor = System.Drawing.Color.Blue
  572. Me.TextBox10.Location = New System.Drawing.Point(701, 480)
  573. Me.TextBox10.Name = "TextBox10"
  574. Me.TextBox10.Size = New System.Drawing.Size(66, 23)
  575. Me.TextBox10.TabIndex = 747
  576. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  577. '
  578. 'TextBox11
  579. '
  580. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  581. Me.TextBox11.ForeColor = System.Drawing.Color.Blue
  582. Me.TextBox11.Location = New System.Drawing.Point(769, 480)
  583. Me.TextBox11.Name = "TextBox11"
  584. Me.TextBox11.Size = New System.Drawing.Size(66, 23)
  585. Me.TextBox11.TabIndex = 748
  586. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  587. '
  588. 'TextBox12
  589. '
  590. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  591. Me.TextBox12.ForeColor = System.Drawing.Color.Blue
  592. Me.TextBox12.Location = New System.Drawing.Point(836, 480)
  593. Me.TextBox12.Name = "TextBox12"
  594. Me.TextBox12.Size = New System.Drawing.Size(66, 23)
  595. Me.TextBox12.TabIndex = 749
  596. Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  597. '
  598. 'TextBox13
  599. '
  600. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  601. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  602. Me.TextBox13.Location = New System.Drawing.Point(904, 480)
  603. Me.TextBox13.Name = "TextBox13"
  604. Me.TextBox13.Size = New System.Drawing.Size(66, 23)
  605. Me.TextBox13.TabIndex = 750
  606. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  607. '
  608. 'TextBox14
  609. '
  610. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  611. Me.TextBox14.ForeColor = System.Drawing.Color.Blue
  612. Me.TextBox14.Location = New System.Drawing.Point(971, 480)
  613. Me.TextBox14.Name = "TextBox14"
  614. Me.TextBox14.Size = New System.Drawing.Size(66, 23)
  615. Me.TextBox14.TabIndex = 751
  616. Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  617. '
  618. 'TextBox15
  619. '
  620. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  621. Me.TextBox15.ForeColor = System.Drawing.Color.Blue
  622. Me.TextBox15.Location = New System.Drawing.Point(1039, 480)
  623. Me.TextBox15.Name = "TextBox15"
  624. Me.TextBox15.Size = New System.Drawing.Size(66, 23)
  625. Me.TextBox15.TabIndex = 752
  626. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  627. '
  628. 'TextBox16
  629. '
  630. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  631. Me.TextBox16.ForeColor = System.Drawing.Color.Blue
  632. Me.TextBox16.Location = New System.Drawing.Point(1106, 480)
  633. Me.TextBox16.Name = "TextBox16"
  634. Me.TextBox16.Size = New System.Drawing.Size(66, 23)
  635. Me.TextBox16.TabIndex = 753
  636. Me.TextBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  637. '
  638. 'TextBox17
  639. '
  640. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  641. Me.TextBox17.ForeColor = System.Drawing.Color.Blue
  642. Me.TextBox17.Location = New System.Drawing.Point(1174, 480)
  643. Me.TextBox17.Name = "TextBox17"
  644. Me.TextBox17.Size = New System.Drawing.Size(66, 23)
  645. Me.TextBox17.TabIndex = 754
  646. Me.TextBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  647. '
  648. 'TextBox18
  649. '
  650. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  651. Me.TextBox18.ForeColor = System.Drawing.Color.Blue
  652. Me.TextBox18.Location = New System.Drawing.Point(1241, 480)
  653. Me.TextBox18.Name = "TextBox18"
  654. Me.TextBox18.Size = New System.Drawing.Size(66, 23)
  655. Me.TextBox18.TabIndex = 755
  656. Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  657. '
  658. 'TextBox19
  659. '
  660. Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  661. Me.TextBox19.ForeColor = System.Drawing.Color.Fuchsia
  662. Me.TextBox19.Location = New System.Drawing.Point(1309, 480)
  663. Me.TextBox19.Name = "TextBox19"
  664. Me.TextBox19.Size = New System.Drawing.Size(66, 23)
  665. Me.TextBox19.TabIndex = 756
  666. Me.TextBox19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  667. '
  668. 'TextBox20
  669. '
  670. Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  671. Me.TextBox20.ForeColor = System.Drawing.Color.Fuchsia
  672. Me.TextBox20.Location = New System.Drawing.Point(1375, 480)
  673. Me.TextBox20.Name = "TextBox20"
  674. Me.TextBox20.Size = New System.Drawing.Size(66, 23)
  675. Me.TextBox20.TabIndex = 757
  676. Me.TextBox20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  677. '
  678. 'TextBox21
  679. '
  680. Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  681. Me.TextBox21.ForeColor = System.Drawing.Color.Fuchsia
  682. Me.TextBox21.Location = New System.Drawing.Point(1442, 480)
  683. Me.TextBox21.Name = "TextBox21"
  684. Me.TextBox21.Size = New System.Drawing.Size(66, 23)
  685. Me.TextBox21.TabIndex = 758
  686. Me.TextBox21.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  687. '
  688. 'TextBox22
  689. '
  690. Me.TextBox22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  691. Me.TextBox22.ForeColor = System.Drawing.Color.Fuchsia
  692. Me.TextBox22.Location = New System.Drawing.Point(1508, 480)
  693. Me.TextBox22.Name = "TextBox22"
  694. Me.TextBox22.Size = New System.Drawing.Size(66, 23)
  695. Me.TextBox22.TabIndex = 759
  696. Me.TextBox22.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  697. '
  698. 'TextBox23
  699. '
  700. Me.TextBox23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  701. Me.TextBox23.ForeColor = System.Drawing.Color.Fuchsia
  702. Me.TextBox23.Location = New System.Drawing.Point(1575, 480)
  703. Me.TextBox23.Name = "TextBox23"
  704. Me.TextBox23.Size = New System.Drawing.Size(66, 23)
  705. Me.TextBox23.TabIndex = 760
  706. Me.TextBox23.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  707. '
  708. 'TextBox24
  709. '
  710. Me.TextBox24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  711. Me.TextBox24.ForeColor = System.Drawing.Color.Fuchsia
  712. Me.TextBox24.Location = New System.Drawing.Point(1641, 480)
  713. Me.TextBox24.Name = "TextBox24"
  714. Me.TextBox24.Size = New System.Drawing.Size(66, 23)
  715. Me.TextBox24.TabIndex = 761
  716. Me.TextBox24.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  717. '
  718. 'TextBox25
  719. '
  720. Me.TextBox25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  721. Me.TextBox25.ForeColor = System.Drawing.Color.Red
  722. Me.TextBox25.Location = New System.Drawing.Point(1708, 480)
  723. Me.TextBox25.Name = "TextBox25"
  724. Me.TextBox25.Size = New System.Drawing.Size(66, 23)
  725. Me.TextBox25.TabIndex = 762
  726. Me.TextBox25.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  727. '
  728. 'TextBox26
  729. '
  730. Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  731. Me.TextBox26.Location = New System.Drawing.Point(1774, 480)
  732. Me.TextBox26.Name = "TextBox26"
  733. Me.TextBox26.Size = New System.Drawing.Size(83, 23)
  734. Me.TextBox26.TabIndex = 763
  735. '
  736. '列印_bt
  737. '
  738. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  739. Me.列印_bt.ForeColor = System.Drawing.Color.Blue
  740. Me.列印_bt.Location = New System.Drawing.Point(6, 480)
  741. Me.列印_bt.Name = "列印_bt"
  742. Me.列印_bt.Size = New System.Drawing.Size(91, 23)
  743. Me.列印_bt.TabIndex = 764
  744. Me.列印_bt.Text = "列印"
  745. Me.列印_bt.UseVisualStyleBackColor = True
  746. '
  747. '存檔_bt
  748. '
  749. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  750. Me.存檔_bt.ForeColor = System.Drawing.Color.Blue
  751. Me.存檔_bt.Location = New System.Drawing.Point(1860, 480)
  752. Me.存檔_bt.Name = "存檔_bt"
  753. Me.存檔_bt.Size = New System.Drawing.Size(45, 23)
  754. Me.存檔_bt.TabIndex = 765
  755. Me.存檔_bt.Text = "存檔"
  756. Me.存檔_bt.UseVisualStyleBackColor = True
  757. '
  758. '業績獎金計算表
  759. '
  760. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  761. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  762. Me.ClientSize = New System.Drawing.Size(1914, 971)
  763. Me.Controls.Add(Me.存檔_bt)
  764. Me.Controls.Add(Me.列印_bt)
  765. Me.Controls.Add(Me.TextBox26)
  766. Me.Controls.Add(Me.TextBox25)
  767. Me.Controls.Add(Me.TextBox24)
  768. Me.Controls.Add(Me.TextBox23)
  769. Me.Controls.Add(Me.TextBox22)
  770. Me.Controls.Add(Me.TextBox21)
  771. Me.Controls.Add(Me.TextBox20)
  772. Me.Controls.Add(Me.TextBox19)
  773. Me.Controls.Add(Me.TextBox18)
  774. Me.Controls.Add(Me.TextBox17)
  775. Me.Controls.Add(Me.TextBox16)
  776. Me.Controls.Add(Me.TextBox15)
  777. Me.Controls.Add(Me.TextBox14)
  778. Me.Controls.Add(Me.TextBox13)
  779. Me.Controls.Add(Me.TextBox12)
  780. Me.Controls.Add(Me.TextBox11)
  781. Me.Controls.Add(Me.TextBox10)
  782. Me.Controls.Add(Me.TextBox9)
  783. Me.Controls.Add(Me.TextBox8)
  784. Me.Controls.Add(Me.TextBox7)
  785. Me.Controls.Add(Me.TextBox6)
  786. Me.Controls.Add(Me.TextBox5)
  787. Me.Controls.Add(Me.TextBox4)
  788. Me.Controls.Add(Me.TextBox3)
  789. Me.Controls.Add(Me.TextBox2)
  790. Me.Controls.Add(Me.TextBox1)
  791. Me.Controls.Add(Me.業績_未達標2_nud)
  792. Me.Controls.Add(Me.Label11)
  793. Me.Controls.Add(Me.業績_達標2_nud)
  794. Me.Controls.Add(Me.Label12)
  795. Me.Controls.Add(Me.手術操作_nud)
  796. Me.Controls.Add(Me.Label15)
  797. Me.Controls.Add(Me.手術排程_nud)
  798. Me.Controls.Add(Me.Label14)
  799. Me.Controls.Add(Me.操作獎金_nud)
  800. Me.Controls.Add(Me.Label13)
  801. Me.Controls.Add(Me.美療獎金_nud)
  802. Me.Controls.Add(Me.Label10)
  803. Me.Controls.Add(Me.業績_未達標1_nud)
  804. Me.Controls.Add(Me.Label9)
  805. Me.Controls.Add(Me.業績_達標1_nud)
  806. Me.Controls.Add(Me.Label8)
  807. Me.Controls.Add(Me.植髮獎金_nud)
  808. Me.Controls.Add(Me.Label7)
  809. Me.Controls.Add(Me.排程業績_nud)
  810. Me.Controls.Add(Me.Label6)
  811. Me.Controls.Add(Me.產品_月薪_nud)
  812. Me.Controls.Add(Me.Label5)
  813. Me.Controls.Add(Me.產品_時薪_nud)
  814. Me.Controls.Add(Me.Label4)
  815. Me.Controls.Add(Me.預售獎金_nud)
  816. Me.Controls.Add(Me.Label3)
  817. Me.Controls.Add(Me.預售_nud)
  818. Me.Controls.Add(Me.Label2)
  819. Me.Controls.Add(Me.獎金計算_dgv)
  820. Me.Controls.Add(Me.月份_cb)
  821. Me.Controls.Add(Me.交易明細_dgv)
  822. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  823. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  824. Me.Name = "業績獎金計算表"
  825. Me.Text = "業績獎金計算表"
  826. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  827. CType(Me.獎金計算_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  828. CType(Me.預售_nud, System.ComponentModel.ISupportInitialize).EndInit()
  829. CType(Me.預售獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  830. CType(Me.產品_時薪_nud, System.ComponentModel.ISupportInitialize).EndInit()
  831. CType(Me.產品_月薪_nud, System.ComponentModel.ISupportInitialize).EndInit()
  832. CType(Me.排程業績_nud, System.ComponentModel.ISupportInitialize).EndInit()
  833. CType(Me.植髮獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  834. CType(Me.業績_達標1_nud, System.ComponentModel.ISupportInitialize).EndInit()
  835. CType(Me.業績_未達標1_nud, System.ComponentModel.ISupportInitialize).EndInit()
  836. CType(Me.美療獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  837. CType(Me.操作獎金_nud, System.ComponentModel.ISupportInitialize).EndInit()
  838. CType(Me.手術排程_nud, System.ComponentModel.ISupportInitialize).EndInit()
  839. CType(Me.手術操作_nud, System.ComponentModel.ISupportInitialize).EndInit()
  840. CType(Me.業績_未達標2_nud, System.ComponentModel.ISupportInitialize).EndInit()
  841. CType(Me.業績_達標2_nud, System.ComponentModel.ISupportInitialize).EndInit()
  842. Me.ResumeLayout(False)
  843. Me.PerformLayout()
  844. End Sub
  845. Friend WithEvents 交易明細_dgv As DataGridView
  846. Friend WithEvents 月份_cb As ComboBox
  847. Friend WithEvents 獎金計算_dgv As DataGridView
  848. Friend WithEvents Label2 As Label
  849. Friend WithEvents 預售_nud As NumericUpDown
  850. Friend WithEvents 預售獎金_nud As NumericUpDown
  851. Friend WithEvents Label3 As Label
  852. Friend WithEvents 產品_時薪_nud As NumericUpDown
  853. Friend WithEvents Label4 As Label
  854. Friend WithEvents 產品_月薪_nud As NumericUpDown
  855. Friend WithEvents Label5 As Label
  856. Friend WithEvents 排程業績_nud As NumericUpDown
  857. Friend WithEvents Label6 As Label
  858. Friend WithEvents 植髮獎金_nud As NumericUpDown
  859. Friend WithEvents Label7 As Label
  860. Friend WithEvents 業績_達標1_nud As NumericUpDown
  861. Friend WithEvents Label8 As Label
  862. Friend WithEvents 業績_未達標1_nud As NumericUpDown
  863. Friend WithEvents Label9 As Label
  864. Friend WithEvents 美療獎金_nud As NumericUpDown
  865. Friend WithEvents Label10 As Label
  866. Friend WithEvents 操作獎金_nud As NumericUpDown
  867. Friend WithEvents Label13 As Label
  868. Friend WithEvents 手術排程_nud As NumericUpDown
  869. Friend WithEvents Label14 As Label
  870. Friend WithEvents 手術操作_nud As NumericUpDown
  871. Friend WithEvents Label15 As Label
  872. Friend WithEvents 業績_未達標2_nud As NumericUpDown
  873. Friend WithEvents Label11 As Label
  874. Friend WithEvents 業績_達標2_nud As NumericUpDown
  875. Friend WithEvents Label12 As Label
  876. Friend WithEvents TextBox1 As TextBox
  877. Friend WithEvents TextBox2 As TextBox
  878. Friend WithEvents TextBox3 As TextBox
  879. Friend WithEvents TextBox4 As TextBox
  880. Friend WithEvents TextBox5 As TextBox
  881. Friend WithEvents TextBox6 As TextBox
  882. Friend WithEvents TextBox7 As TextBox
  883. Friend WithEvents TextBox8 As TextBox
  884. Friend WithEvents TextBox9 As TextBox
  885. Friend WithEvents TextBox10 As TextBox
  886. Friend WithEvents TextBox11 As TextBox
  887. Friend WithEvents TextBox12 As TextBox
  888. Friend WithEvents TextBox13 As TextBox
  889. Friend WithEvents TextBox14 As TextBox
  890. Friend WithEvents TextBox15 As TextBox
  891. Friend WithEvents TextBox16 As TextBox
  892. Friend WithEvents TextBox17 As TextBox
  893. Friend WithEvents TextBox18 As TextBox
  894. Friend WithEvents TextBox19 As TextBox
  895. Friend WithEvents TextBox20 As TextBox
  896. Friend WithEvents TextBox21 As TextBox
  897. Friend WithEvents TextBox22 As TextBox
  898. Friend WithEvents TextBox23 As TextBox
  899. Friend WithEvents TextBox24 As TextBox
  900. Friend WithEvents TextBox25 As TextBox
  901. Friend WithEvents TextBox26 As TextBox
  902. Friend WithEvents 列印_bt As Button
  903. Friend WithEvents 存檔_bt As Button
  904. End Class