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

人事系統變數設定.Designer.vb 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. Me.GroupBox7 = New System.Windows.Forms.GroupBox()
  26. Me.時段刪除_bt = New System.Windows.Forms.Button()
  27. Me.時段修改_bt = New System.Windows.Forms.Button()
  28. Me.時段新增_bt = New System.Windows.Forms.Button()
  29. Me.時段_dgv = New System.Windows.Forms.DataGridView()
  30. Me.二段休息_tb = New System.Windows.Forms.TextBox()
  31. Me.一段休息_tb = New System.Windows.Forms.TextBox()
  32. Me.加班上班_tb = New System.Windows.Forms.TextBox()
  33. Me.下午上班_tb = New System.Windows.Forms.TextBox()
  34. Me.上午上班_tb = New System.Windows.Forms.TextBox()
  35. Me.時段8_tb = New System.Windows.Forms.TextBox()
  36. Me.時段7_tb = New System.Windows.Forms.TextBox()
  37. Me.時段6_tb = New System.Windows.Forms.TextBox()
  38. Me.時段5_tb = New System.Windows.Forms.TextBox()
  39. Me.時段4_tb = New System.Windows.Forms.TextBox()
  40. Me.時段3_tb = New System.Windows.Forms.TextBox()
  41. Me.時段2_tb = New System.Windows.Forms.TextBox()
  42. Me.時段1_tb = New System.Windows.Forms.TextBox()
  43. Me.時段_tb = New System.Windows.Forms.TextBox()
  44. Me.ID_tb = New System.Windows.Forms.TextBox()
  45. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  46. Me.職務_tb = New System.Windows.Forms.TextBox()
  47. Me.職務_dgv = New System.Windows.Forms.DataGridView()
  48. Me.職務刪除_bt = New System.Windows.Forms.Button()
  49. Me.職務修改_bt = New System.Windows.Forms.Button()
  50. Me.職務新增_bt = New System.Windows.Forms.Button()
  51. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  52. Me.Label6 = New System.Windows.Forms.Label()
  53. Me.Label5 = New System.Windows.Forms.Label()
  54. Me.Label1 = New System.Windows.Forms.Label()
  55. Me.晚_tb = New System.Windows.Forms.TextBox()
  56. Me.中_tb = New System.Windows.Forms.TextBox()
  57. Me.早_tb = New System.Windows.Forms.TextBox()
  58. Me.診別_tb = New System.Windows.Forms.TextBox()
  59. Me.星期_tb = New System.Windows.Forms.TextBox()
  60. Me.時間修改_bt = New System.Windows.Forms.Button()
  61. Me.門診_dgv = New System.Windows.Forms.DataGridView()
  62. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  63. Me.年份_新增_bt = New System.Windows.Forms.Button()
  64. Me.年份_dgv = New System.Windows.Forms.DataGridView()
  65. Me.年份_修改_bt = New System.Windows.Forms.Button()
  66. Me.Label9 = New System.Windows.Forms.Label()
  67. Me.年份_刪除_bt = New System.Windows.Forms.Button()
  68. Me.年份_tb = New System.Windows.Forms.TextBox()
  69. Me.Label3 = New System.Windows.Forms.Label()
  70. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  71. Me.GroupBox7.SuspendLayout()
  72. CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. Me.GroupBox5.SuspendLayout()
  74. CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.GroupBox3.SuspendLayout()
  76. CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.GroupBox4.SuspendLayout()
  78. CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  79. Me.SuspendLayout()
  80. '
  81. 'GroupBox7
  82. '
  83. Me.GroupBox7.Controls.Add(Me.時段刪除_bt)
  84. Me.GroupBox7.Controls.Add(Me.時段修改_bt)
  85. Me.GroupBox7.Controls.Add(Me.時段新增_bt)
  86. Me.GroupBox7.Controls.Add(Me.時段_dgv)
  87. Me.GroupBox7.Controls.Add(Me.二段休息_tb)
  88. Me.GroupBox7.Controls.Add(Me.一段休息_tb)
  89. Me.GroupBox7.Controls.Add(Me.加班上班_tb)
  90. Me.GroupBox7.Controls.Add(Me.下午上班_tb)
  91. Me.GroupBox7.Controls.Add(Me.上午上班_tb)
  92. Me.GroupBox7.Controls.Add(Me.時段8_tb)
  93. Me.GroupBox7.Controls.Add(Me.時段7_tb)
  94. Me.GroupBox7.Controls.Add(Me.時段6_tb)
  95. Me.GroupBox7.Controls.Add(Me.時段5_tb)
  96. Me.GroupBox7.Controls.Add(Me.時段4_tb)
  97. Me.GroupBox7.Controls.Add(Me.時段3_tb)
  98. Me.GroupBox7.Controls.Add(Me.時段2_tb)
  99. Me.GroupBox7.Controls.Add(Me.時段1_tb)
  100. Me.GroupBox7.Controls.Add(Me.時段_tb)
  101. Me.GroupBox7.Controls.Add(Me.ID_tb)
  102. Me.GroupBox7.Location = New System.Drawing.Point(173, 482)
  103. Me.GroupBox7.Name = "GroupBox7"
  104. Me.GroupBox7.Size = New System.Drawing.Size(1702, 456)
  105. Me.GroupBox7.TabIndex = 725
  106. Me.GroupBox7.TabStop = False
  107. Me.GroupBox7.Text = "時段設定"
  108. '
  109. '時段刪除_bt
  110. '
  111. Me.時段刪除_bt.Location = New System.Drawing.Point(454, 427)
  112. Me.時段刪除_bt.Name = "時段刪除_bt"
  113. Me.時段刪除_bt.Size = New System.Drawing.Size(219, 25)
  114. Me.時段刪除_bt.TabIndex = 707
  115. Me.時段刪除_bt.Text = "刪除"
  116. Me.時段刪除_bt.UseVisualStyleBackColor = True
  117. '
  118. '時段修改_bt
  119. '
  120. Me.時段修改_bt.Location = New System.Drawing.Point(231, 427)
  121. Me.時段修改_bt.Name = "時段修改_bt"
  122. Me.時段修改_bt.Size = New System.Drawing.Size(219, 25)
  123. Me.時段修改_bt.TabIndex = 706
  124. Me.時段修改_bt.Text = "修改"
  125. Me.時段修改_bt.UseVisualStyleBackColor = True
  126. '
  127. '時段新增_bt
  128. '
  129. Me.時段新增_bt.Location = New System.Drawing.Point(6, 427)
  130. Me.時段新增_bt.Name = "時段新增_bt"
  131. Me.時段新增_bt.Size = New System.Drawing.Size(219, 25)
  132. Me.時段新增_bt.TabIndex = 703
  133. Me.時段新增_bt.Text = "新增"
  134. Me.時段新增_bt.UseVisualStyleBackColor = True
  135. '
  136. '時段_dgv
  137. '
  138. Me.時段_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  139. Me.時段_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  140. Me.時段_dgv.Location = New System.Drawing.Point(6, 44)
  141. Me.時段_dgv.Name = "時段_dgv"
  142. Me.時段_dgv.RowHeadersWidth = 5
  143. Me.時段_dgv.RowTemplate.Height = 24
  144. Me.時段_dgv.Size = New System.Drawing.Size(1690, 381)
  145. Me.時段_dgv.TabIndex = 16
  146. '
  147. '二段休息_tb
  148. '
  149. Me.二段休息_tb.Location = New System.Drawing.Point(1588, 18)
  150. Me.二段休息_tb.Name = "二段休息_tb"
  151. Me.二段休息_tb.Size = New System.Drawing.Size(110, 23)
  152. Me.二段休息_tb.TabIndex = 14
  153. '
  154. '一段休息_tb
  155. '
  156. Me.一段休息_tb.Location = New System.Drawing.Point(1475, 18)
  157. Me.一段休息_tb.Name = "一段休息_tb"
  158. Me.一段休息_tb.Size = New System.Drawing.Size(110, 23)
  159. Me.一段休息_tb.TabIndex = 13
  160. '
  161. '加班上班_tb
  162. '
  163. Me.加班上班_tb.Location = New System.Drawing.Point(1362, 18)
  164. Me.加班上班_tb.Name = "加班上班_tb"
  165. Me.加班上班_tb.Size = New System.Drawing.Size(110, 23)
  166. Me.加班上班_tb.TabIndex = 12
  167. '
  168. '下午上班_tb
  169. '
  170. Me.下午上班_tb.Location = New System.Drawing.Point(1249, 18)
  171. Me.下午上班_tb.Name = "下午上班_tb"
  172. Me.下午上班_tb.Size = New System.Drawing.Size(110, 23)
  173. Me.下午上班_tb.TabIndex = 11
  174. '
  175. '上午上班_tb
  176. '
  177. Me.上午上班_tb.Location = New System.Drawing.Point(1136, 18)
  178. Me.上午上班_tb.Name = "上午上班_tb"
  179. Me.上午上班_tb.Size = New System.Drawing.Size(110, 23)
  180. Me.上午上班_tb.TabIndex = 10
  181. '
  182. '時段8_tb
  183. '
  184. Me.時段8_tb.Location = New System.Drawing.Point(1023, 18)
  185. Me.時段8_tb.Name = "時段8_tb"
  186. Me.時段8_tb.Size = New System.Drawing.Size(110, 23)
  187. Me.時段8_tb.TabIndex = 9
  188. '
  189. '時段7_tb
  190. '
  191. Me.時段7_tb.Location = New System.Drawing.Point(910, 18)
  192. Me.時段7_tb.Name = "時段7_tb"
  193. Me.時段7_tb.Size = New System.Drawing.Size(110, 23)
  194. Me.時段7_tb.TabIndex = 8
  195. '
  196. '時段6_tb
  197. '
  198. Me.時段6_tb.Location = New System.Drawing.Point(797, 18)
  199. Me.時段6_tb.Name = "時段6_tb"
  200. Me.時段6_tb.Size = New System.Drawing.Size(110, 23)
  201. Me.時段6_tb.TabIndex = 7
  202. '
  203. '時段5_tb
  204. '
  205. Me.時段5_tb.Location = New System.Drawing.Point(684, 18)
  206. Me.時段5_tb.Name = "時段5_tb"
  207. Me.時段5_tb.Size = New System.Drawing.Size(110, 23)
  208. Me.時段5_tb.TabIndex = 6
  209. '
  210. '時段4_tb
  211. '
  212. Me.時段4_tb.Location = New System.Drawing.Point(571, 18)
  213. Me.時段4_tb.Name = "時段4_tb"
  214. Me.時段4_tb.Size = New System.Drawing.Size(110, 23)
  215. Me.時段4_tb.TabIndex = 5
  216. '
  217. '時段3_tb
  218. '
  219. Me.時段3_tb.Location = New System.Drawing.Point(458, 18)
  220. Me.時段3_tb.Name = "時段3_tb"
  221. Me.時段3_tb.Size = New System.Drawing.Size(110, 23)
  222. Me.時段3_tb.TabIndex = 4
  223. '
  224. '時段2_tb
  225. '
  226. Me.時段2_tb.Location = New System.Drawing.Point(345, 18)
  227. Me.時段2_tb.Name = "時段2_tb"
  228. Me.時段2_tb.Size = New System.Drawing.Size(110, 23)
  229. Me.時段2_tb.TabIndex = 3
  230. '
  231. '時段1_tb
  232. '
  233. Me.時段1_tb.Location = New System.Drawing.Point(232, 18)
  234. Me.時段1_tb.Name = "時段1_tb"
  235. Me.時段1_tb.Size = New System.Drawing.Size(110, 23)
  236. Me.時段1_tb.TabIndex = 2
  237. '
  238. '時段_tb
  239. '
  240. Me.時段_tb.Location = New System.Drawing.Point(119, 18)
  241. Me.時段_tb.Name = "時段_tb"
  242. Me.時段_tb.Size = New System.Drawing.Size(110, 23)
  243. Me.時段_tb.TabIndex = 1
  244. '
  245. 'ID_tb
  246. '
  247. Me.ID_tb.Location = New System.Drawing.Point(6, 18)
  248. Me.ID_tb.Name = "ID_tb"
  249. Me.ID_tb.Size = New System.Drawing.Size(110, 23)
  250. Me.ID_tb.TabIndex = 0
  251. '
  252. 'GroupBox5
  253. '
  254. Me.GroupBox5.Controls.Add(Me.職務_tb)
  255. Me.GroupBox5.Controls.Add(Me.職務_dgv)
  256. Me.GroupBox5.Controls.Add(Me.職務刪除_bt)
  257. Me.GroupBox5.Controls.Add(Me.職務修改_bt)
  258. Me.GroupBox5.Controls.Add(Me.職務新增_bt)
  259. Me.GroupBox5.Location = New System.Drawing.Point(6, 40)
  260. Me.GroupBox5.Name = "GroupBox5"
  261. Me.GroupBox5.Size = New System.Drawing.Size(162, 898)
  262. Me.GroupBox5.TabIndex = 723
  263. Me.GroupBox5.TabStop = False
  264. Me.GroupBox5.Text = "工作職務"
  265. '
  266. '職務_tb
  267. '
  268. Me.職務_tb.Location = New System.Drawing.Point(7, 17)
  269. Me.職務_tb.Name = "職務_tb"
  270. Me.職務_tb.Size = New System.Drawing.Size(150, 23)
  271. Me.職務_tb.TabIndex = 229
  272. '
  273. '職務_dgv
  274. '
  275. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  276. Me.職務_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  277. Me.職務_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  278. Me.職務_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  279. Me.職務_dgv.Location = New System.Drawing.Point(5, 122)
  280. Me.職務_dgv.Name = "職務_dgv"
  281. Me.職務_dgv.RowHeadersWidth = 5
  282. Me.職務_dgv.RowTemplate.Height = 24
  283. Me.職務_dgv.Size = New System.Drawing.Size(152, 770)
  284. Me.職務_dgv.TabIndex = 227
  285. '
  286. '職務刪除_bt
  287. '
  288. Me.職務刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.職務刪除_bt.ForeColor = System.Drawing.Color.Red
  290. Me.職務刪除_bt.Location = New System.Drawing.Point(5, 94)
  291. Me.職務刪除_bt.Name = "職務刪除_bt"
  292. Me.職務刪除_bt.Size = New System.Drawing.Size(152, 25)
  293. Me.職務刪除_bt.TabIndex = 226
  294. Me.職務刪除_bt.Text = "刪除"
  295. Me.職務刪除_bt.UseVisualStyleBackColor = True
  296. '
  297. '職務修改_bt
  298. '
  299. Me.職務修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  300. Me.職務修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  301. Me.職務修改_bt.Location = New System.Drawing.Point(5, 67)
  302. Me.職務修改_bt.Name = "職務修改_bt"
  303. Me.職務修改_bt.Size = New System.Drawing.Size(152, 25)
  304. Me.職務修改_bt.TabIndex = 225
  305. Me.職務修改_bt.Text = "修改"
  306. Me.職務修改_bt.UseVisualStyleBackColor = True
  307. '
  308. '職務新增_bt
  309. '
  310. Me.職務新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  311. Me.職務新增_bt.ForeColor = System.Drawing.Color.Blue
  312. Me.職務新增_bt.Location = New System.Drawing.Point(5, 41)
  313. Me.職務新增_bt.Name = "職務新增_bt"
  314. Me.職務新增_bt.Size = New System.Drawing.Size(152, 25)
  315. Me.職務新增_bt.TabIndex = 224
  316. Me.職務新增_bt.Text = "新增"
  317. Me.職務新增_bt.UseVisualStyleBackColor = True
  318. '
  319. 'GroupBox3
  320. '
  321. Me.GroupBox3.Controls.Add(Me.Label6)
  322. Me.GroupBox3.Controls.Add(Me.Label5)
  323. Me.GroupBox3.Controls.Add(Me.Label1)
  324. Me.GroupBox3.Controls.Add(Me.晚_tb)
  325. Me.GroupBox3.Controls.Add(Me.中_tb)
  326. Me.GroupBox3.Controls.Add(Me.早_tb)
  327. Me.GroupBox3.Controls.Add(Me.診別_tb)
  328. Me.GroupBox3.Controls.Add(Me.星期_tb)
  329. Me.GroupBox3.Controls.Add(Me.時間修改_bt)
  330. Me.GroupBox3.Controls.Add(Me.門診_dgv)
  331. Me.GroupBox3.Location = New System.Drawing.Point(278, 40)
  332. Me.GroupBox3.Name = "GroupBox3"
  333. Me.GroupBox3.Size = New System.Drawing.Size(541, 443)
  334. Me.GroupBox3.TabIndex = 722
  335. Me.GroupBox3.TabStop = False
  336. Me.GroupBox3.Text = "門診資料"
  337. '
  338. 'Label6
  339. '
  340. Me.Label6.AutoSize = True
  341. Me.Label6.Location = New System.Drawing.Point(431, 27)
  342. Me.Label6.Name = "Label6"
  343. Me.Label6.Size = New System.Drawing.Size(20, 16)
  344. Me.Label6.TabIndex = 694
  345. Me.Label6.Text = "晚"
  346. '
  347. 'Label5
  348. '
  349. Me.Label5.AutoSize = True
  350. Me.Label5.Location = New System.Drawing.Point(326, 28)
  351. Me.Label5.Name = "Label5"
  352. Me.Label5.Size = New System.Drawing.Size(20, 16)
  353. Me.Label5.TabIndex = 693
  354. Me.Label5.Text = "中"
  355. '
  356. 'Label1
  357. '
  358. Me.Label1.AutoSize = True
  359. Me.Label1.Location = New System.Drawing.Point(221, 28)
  360. Me.Label1.Name = "Label1"
  361. Me.Label1.Size = New System.Drawing.Size(20, 16)
  362. Me.Label1.TabIndex = 692
  363. Me.Label1.Text = "早"
  364. '
  365. '晚_tb
  366. '
  367. Me.晚_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  368. Me.晚_tb.Location = New System.Drawing.Point(429, 47)
  369. Me.晚_tb.Margin = New System.Windows.Forms.Padding(5)
  370. Me.晚_tb.Name = "晚_tb"
  371. Me.晚_tb.Size = New System.Drawing.Size(101, 23)
  372. Me.晚_tb.TabIndex = 691
  373. '
  374. '中_tb
  375. '
  376. Me.中_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.中_tb.Location = New System.Drawing.Point(324, 47)
  378. Me.中_tb.Margin = New System.Windows.Forms.Padding(5)
  379. Me.中_tb.Name = "中_tb"
  380. Me.中_tb.Size = New System.Drawing.Size(101, 23)
  381. Me.中_tb.TabIndex = 690
  382. '
  383. '早_tb
  384. '
  385. Me.早_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.早_tb.Location = New System.Drawing.Point(219, 47)
  387. Me.早_tb.Margin = New System.Windows.Forms.Padding(5)
  388. Me.早_tb.Name = "早_tb"
  389. Me.早_tb.Size = New System.Drawing.Size(101, 23)
  390. Me.早_tb.TabIndex = 689
  391. '
  392. '診別_tb
  393. '
  394. Me.診別_tb.Enabled = False
  395. Me.診別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.診別_tb.Location = New System.Drawing.Point(114, 47)
  397. Me.診別_tb.Margin = New System.Windows.Forms.Padding(5)
  398. Me.診別_tb.Name = "診別_tb"
  399. Me.診別_tb.Size = New System.Drawing.Size(101, 23)
  400. Me.診別_tb.TabIndex = 688
  401. '
  402. '星期_tb
  403. '
  404. Me.星期_tb.Enabled = False
  405. Me.星期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  406. Me.星期_tb.Location = New System.Drawing.Point(8, 47)
  407. Me.星期_tb.Margin = New System.Windows.Forms.Padding(5)
  408. Me.星期_tb.Name = "星期_tb"
  409. Me.星期_tb.Size = New System.Drawing.Size(101, 23)
  410. Me.星期_tb.TabIndex = 687
  411. '
  412. '時間修改_bt
  413. '
  414. Me.時間修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  415. Me.時間修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  416. Me.時間修改_bt.Location = New System.Drawing.Point(8, 19)
  417. Me.時間修改_bt.Name = "時間修改_bt"
  418. Me.時間修改_bt.Size = New System.Drawing.Size(86, 25)
  419. Me.時間修改_bt.TabIndex = 225
  420. Me.時間修改_bt.Text = "修改"
  421. Me.時間修改_bt.UseVisualStyleBackColor = True
  422. '
  423. '門診_dgv
  424. '
  425. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  426. Me.門診_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  427. Me.門診_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  428. Me.門診_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  429. Me.門診_dgv.Location = New System.Drawing.Point(8, 74)
  430. Me.門診_dgv.Name = "門診_dgv"
  431. Me.門診_dgv.RowHeadersWidth = 5
  432. Me.門診_dgv.RowTemplate.Height = 24
  433. Me.門診_dgv.Size = New System.Drawing.Size(522, 363)
  434. Me.門診_dgv.TabIndex = 223
  435. '
  436. 'GroupBox4
  437. '
  438. Me.GroupBox4.Controls.Add(Me.年份_新增_bt)
  439. Me.GroupBox4.Controls.Add(Me.年份_dgv)
  440. Me.GroupBox4.Controls.Add(Me.年份_修改_bt)
  441. Me.GroupBox4.Controls.Add(Me.Label9)
  442. Me.GroupBox4.Controls.Add(Me.年份_刪除_bt)
  443. Me.GroupBox4.Controls.Add(Me.年份_tb)
  444. Me.GroupBox4.Location = New System.Drawing.Point(173, 40)
  445. Me.GroupBox4.Name = "GroupBox4"
  446. Me.GroupBox4.Size = New System.Drawing.Size(99, 442)
  447. Me.GroupBox4.TabIndex = 719
  448. Me.GroupBox4.TabStop = False
  449. Me.GroupBox4.Text = "年份清單"
  450. '
  451. '年份_新增_bt
  452. '
  453. Me.年份_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  454. Me.年份_新增_bt.ForeColor = System.Drawing.Color.Blue
  455. Me.年份_新增_bt.Location = New System.Drawing.Point(8, 53)
  456. Me.年份_新增_bt.Name = "年份_新增_bt"
  457. Me.年份_新增_bt.Size = New System.Drawing.Size(86, 25)
  458. Me.年份_新增_bt.TabIndex = 223
  459. Me.年份_新增_bt.Text = "新增"
  460. Me.年份_新增_bt.UseVisualStyleBackColor = True
  461. '
  462. '年份_dgv
  463. '
  464. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  465. Me.年份_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  466. Me.年份_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  467. Me.年份_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  468. Me.年份_dgv.Location = New System.Drawing.Point(6, 146)
  469. Me.年份_dgv.Name = "年份_dgv"
  470. Me.年份_dgv.RowHeadersWidth = 5
  471. Me.年份_dgv.RowTemplate.Height = 24
  472. Me.年份_dgv.Size = New System.Drawing.Size(86, 291)
  473. Me.年份_dgv.TabIndex = 222
  474. '
  475. '年份_修改_bt
  476. '
  477. Me.年份_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.年份_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  479. Me.年份_修改_bt.Location = New System.Drawing.Point(6, 84)
  480. Me.年份_修改_bt.Name = "年份_修改_bt"
  481. Me.年份_修改_bt.Size = New System.Drawing.Size(86, 25)
  482. Me.年份_修改_bt.TabIndex = 224
  483. Me.年份_修改_bt.Text = "修改"
  484. Me.年份_修改_bt.UseVisualStyleBackColor = True
  485. '
  486. 'Label9
  487. '
  488. Me.Label9.AutoSize = True
  489. Me.Label9.Location = New System.Drawing.Point(6, 27)
  490. Me.Label9.Name = "Label9"
  491. Me.Label9.Size = New System.Drawing.Size(32, 16)
  492. Me.Label9.TabIndex = 229
  493. Me.Label9.Text = "年份"
  494. '
  495. '年份_刪除_bt
  496. '
  497. Me.年份_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  498. Me.年份_刪除_bt.ForeColor = System.Drawing.Color.Red
  499. Me.年份_刪除_bt.Location = New System.Drawing.Point(6, 115)
  500. Me.年份_刪除_bt.Name = "年份_刪除_bt"
  501. Me.年份_刪除_bt.Size = New System.Drawing.Size(86, 25)
  502. Me.年份_刪除_bt.TabIndex = 225
  503. Me.年份_刪除_bt.Text = "刪除"
  504. Me.年份_刪除_bt.UseVisualStyleBackColor = True
  505. '
  506. '年份_tb
  507. '
  508. Me.年份_tb.Location = New System.Drawing.Point(39, 24)
  509. Me.年份_tb.Name = "年份_tb"
  510. Me.年份_tb.Size = New System.Drawing.Size(55, 23)
  511. Me.年份_tb.TabIndex = 227
  512. '
  513. 'Label3
  514. '
  515. Me.Label3.AutoSize = True
  516. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  517. Me.Label3.ForeColor = System.Drawing.Color.Red
  518. Me.Label3.Location = New System.Drawing.Point(3, 3)
  519. Me.Label3.Name = "Label3"
  520. Me.Label3.Size = New System.Drawing.Size(965, 34)
  521. Me.Label3.TabIndex = 718
  522. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  523. '
  524. '人事系統變數設定
  525. '
  526. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  527. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  528. Me.ClientSize = New System.Drawing.Size(1914, 971)
  529. Me.Controls.Add(Me.GroupBox5)
  530. Me.Controls.Add(Me.GroupBox3)
  531. Me.Controls.Add(Me.GroupBox4)
  532. Me.Controls.Add(Me.Label3)
  533. Me.Controls.Add(Me.GroupBox7)
  534. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  535. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  536. Me.Name = "人事系統變數設定"
  537. Me.Text = "人事系統變數設定"
  538. Me.GroupBox7.ResumeLayout(False)
  539. Me.GroupBox7.PerformLayout()
  540. CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  541. Me.GroupBox5.ResumeLayout(False)
  542. Me.GroupBox5.PerformLayout()
  543. CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  544. Me.GroupBox3.ResumeLayout(False)
  545. Me.GroupBox3.PerformLayout()
  546. CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  547. Me.GroupBox4.ResumeLayout(False)
  548. Me.GroupBox4.PerformLayout()
  549. CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  550. Me.ResumeLayout(False)
  551. Me.PerformLayout()
  552. End Sub
  553. Friend WithEvents GroupBox7 As GroupBox
  554. Friend WithEvents 時段刪除_bt As Button
  555. Friend WithEvents 時段修改_bt As Button
  556. Friend WithEvents 時段新增_bt As Button
  557. Friend WithEvents 時段_dgv As DataGridView
  558. Friend WithEvents 二段休息_tb As TextBox
  559. Friend WithEvents 一段休息_tb As TextBox
  560. Friend WithEvents 加班上班_tb As TextBox
  561. Friend WithEvents 下午上班_tb As TextBox
  562. Friend WithEvents 上午上班_tb As TextBox
  563. Friend WithEvents 時段8_tb As TextBox
  564. Friend WithEvents 時段7_tb As TextBox
  565. Friend WithEvents 時段6_tb As TextBox
  566. Friend WithEvents 時段5_tb As TextBox
  567. Friend WithEvents 時段4_tb As TextBox
  568. Friend WithEvents 時段3_tb As TextBox
  569. Friend WithEvents 時段2_tb As TextBox
  570. Friend WithEvents 時段1_tb As TextBox
  571. Friend WithEvents 時段_tb As TextBox
  572. Friend WithEvents ID_tb As TextBox
  573. Friend WithEvents GroupBox5 As GroupBox
  574. Friend WithEvents 職務_tb As TextBox
  575. Friend WithEvents 職務_dgv As DataGridView
  576. Friend WithEvents 職務刪除_bt As Button
  577. Friend WithEvents 職務修改_bt As Button
  578. Friend WithEvents 職務新增_bt As Button
  579. Friend WithEvents GroupBox3 As GroupBox
  580. Friend WithEvents Label6 As Label
  581. Friend WithEvents Label5 As Label
  582. Friend WithEvents Label1 As Label
  583. Friend WithEvents 晚_tb As TextBox
  584. Friend WithEvents 中_tb As TextBox
  585. Friend WithEvents 早_tb As TextBox
  586. Friend WithEvents 診別_tb As TextBox
  587. Friend WithEvents 星期_tb As TextBox
  588. Friend WithEvents 時間修改_bt As Button
  589. Friend WithEvents 門診_dgv As DataGridView
  590. Friend WithEvents GroupBox4 As GroupBox
  591. Friend WithEvents 年份_新增_bt As Button
  592. Friend WithEvents 年份_dgv As DataGridView
  593. Friend WithEvents 年份_修改_bt As Button
  594. Friend WithEvents Label9 As Label
  595. Friend WithEvents 年份_刪除_bt As Button
  596. Friend WithEvents 年份_tb As TextBox
  597. Friend WithEvents Label3 As Label
  598. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  599. End Class