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

系統組織架構設定.Designer.vb 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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.GroupBox2 = New System.Windows.Forms.GroupBox()
  28. Me.Panel1 = New System.Windows.Forms.Panel()
  29. Me.DGV位置5 = New System.Windows.Forms.NumericUpDown()
  30. Me.DGV位置4 = New System.Windows.Forms.NumericUpDown()
  31. Me.DGV位置3 = New System.Windows.Forms.NumericUpDown()
  32. Me.DGV位置2 = New System.Windows.Forms.NumericUpDown()
  33. Me.DGV位置1 = New System.Windows.Forms.NumericUpDown()
  34. Me.選擇項次_tb = New System.Windows.Forms.TextBox()
  35. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  36. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  37. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  38. Me.批量存檔_bt = New System.Windows.Forms.Button()
  39. Me.組織指定_ch = New System.Windows.Forms.CheckBox()
  40. Me.級別修改_bt = New System.Windows.Forms.Button()
  41. Me.級別_cb = New System.Windows.Forms.ComboBox()
  42. Me.Label32 = New System.Windows.Forms.Label()
  43. Me.職稱_dgv = New System.Windows.Forms.DataGridView()
  44. Me.職稱修改_bt = New System.Windows.Forms.Button()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.職稱新增_bt = New System.Windows.Forms.Button()
  47. Me.職稱刪除_bt = New System.Windows.Forms.Button()
  48. Me.職稱_tb = New System.Windows.Forms.TextBox()
  49. Me.處別修改_bt = New System.Windows.Forms.Button()
  50. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  51. Me.部門_dgv = New System.Windows.Forms.DataGridView()
  52. Me.部門修改_bt = New System.Windows.Forms.Button()
  53. Me.Label5 = New System.Windows.Forms.Label()
  54. Me.部門新增_bt = New System.Windows.Forms.Button()
  55. Me.部門刪除_bt = New System.Windows.Forms.Button()
  56. Me.部門_tb = New System.Windows.Forms.TextBox()
  57. Me.GroupBox8 = New System.Windows.Forms.GroupBox()
  58. Me.課別_dgv = New System.Windows.Forms.DataGridView()
  59. Me.課別修改_bt = New System.Windows.Forms.Button()
  60. Me.Label10 = New System.Windows.Forms.Label()
  61. Me.課別新增_bt = New System.Windows.Forms.Button()
  62. Me.課別刪除_bt = New System.Windows.Forms.Button()
  63. Me.課別_tb = New System.Windows.Forms.TextBox()
  64. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  65. Me.Label1 = New System.Windows.Forms.Label()
  66. Me.處別新增_bt = New System.Windows.Forms.Button()
  67. Me.處別刪除_bt = New System.Windows.Forms.Button()
  68. Me.處別_tb = New System.Windows.Forms.TextBox()
  69. Me.GroupBox9 = New System.Windows.Forms.GroupBox()
  70. Me.組別_dgv = New System.Windows.Forms.DataGridView()
  71. Me.組別修改_bt = New System.Windows.Forms.Button()
  72. Me.Label11 = New System.Windows.Forms.Label()
  73. Me.組別新增_bt = New System.Windows.Forms.Button()
  74. Me.組別刪除_bt = New System.Windows.Forms.Button()
  75. Me.組別_tb = New System.Windows.Forms.TextBox()
  76. CType(Me.處別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.GroupBox2.SuspendLayout()
  78. Me.Panel1.SuspendLayout()
  79. CType(Me.DGV位置5, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.DGV位置4, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.DGV位置3, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  85. Me.GroupBox3.SuspendLayout()
  86. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. Me.GroupBox8.SuspendLayout()
  88. CType(Me.課別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. Me.GroupBox1.SuspendLayout()
  90. Me.GroupBox9.SuspendLayout()
  91. CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  92. Me.SuspendLayout()
  93. '
  94. '處別_dgv
  95. '
  96. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  97. Me.處別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  98. Me.處別_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  99. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  100. Me.處別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  101. Me.處別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  102. Me.處別_dgv.Location = New System.Drawing.Point(4, 41)
  103. Me.處別_dgv.Name = "處別_dgv"
  104. Me.處別_dgv.RowHeadersWidth = 5
  105. Me.處別_dgv.RowTemplate.Height = 24
  106. Me.處別_dgv.Size = New System.Drawing.Size(381, 119)
  107. Me.處別_dgv.TabIndex = 222
  108. '
  109. 'GroupBox2
  110. '
  111. Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  112. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  113. Me.GroupBox2.Controls.Add(Me.Panel1)
  114. Me.GroupBox2.Controls.Add(Me.大間距1_ch)
  115. Me.GroupBox2.Controls.Add(Me.中間距1_ch)
  116. Me.GroupBox2.Controls.Add(Me.小間距1_ch)
  117. Me.GroupBox2.Controls.Add(Me.批量存檔_bt)
  118. Me.GroupBox2.Controls.Add(Me.組織指定_ch)
  119. Me.GroupBox2.Controls.Add(Me.級別修改_bt)
  120. Me.GroupBox2.Controls.Add(Me.級別_cb)
  121. Me.GroupBox2.Controls.Add(Me.Label32)
  122. Me.GroupBox2.Controls.Add(Me.職稱_dgv)
  123. Me.GroupBox2.Controls.Add(Me.職稱修改_bt)
  124. Me.GroupBox2.Controls.Add(Me.Label4)
  125. Me.GroupBox2.Controls.Add(Me.職稱新增_bt)
  126. Me.GroupBox2.Controls.Add(Me.職稱刪除_bt)
  127. Me.GroupBox2.Controls.Add(Me.職稱_tb)
  128. Me.GroupBox2.Location = New System.Drawing.Point(402, 1)
  129. Me.GroupBox2.Name = "GroupBox2"
  130. Me.GroupBox2.Size = New System.Drawing.Size(944, 684)
  131. Me.GroupBox2.TabIndex = 640
  132. Me.GroupBox2.TabStop = False
  133. Me.GroupBox2.Text = "職稱清單管理"
  134. '
  135. 'Panel1
  136. '
  137. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  138. Me.Panel1.Controls.Add(Me.DGV位置5)
  139. Me.Panel1.Controls.Add(Me.DGV位置4)
  140. Me.Panel1.Controls.Add(Me.DGV位置3)
  141. Me.Panel1.Controls.Add(Me.DGV位置2)
  142. Me.Panel1.Controls.Add(Me.DGV位置1)
  143. Me.Panel1.Controls.Add(Me.選擇項次_tb)
  144. Me.Panel1.Location = New System.Drawing.Point(226, 161)
  145. Me.Panel1.Name = "Panel1"
  146. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  147. Me.Panel1.TabIndex = 1351
  148. Me.Panel1.Visible = False
  149. '
  150. 'DGV位置5
  151. '
  152. Me.DGV位置5.Location = New System.Drawing.Point(47, 33)
  153. Me.DGV位置5.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  154. Me.DGV位置5.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  155. Me.DGV位置5.Name = "DGV位置5"
  156. Me.DGV位置5.Size = New System.Drawing.Size(40, 23)
  157. Me.DGV位置5.TabIndex = 1360
  158. Me.DGV位置5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  159. Me.DGV位置5.ThousandsSeparator = True
  160. '
  161. 'DGV位置4
  162. '
  163. Me.DGV位置4.Location = New System.Drawing.Point(139, 4)
  164. Me.DGV位置4.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  165. Me.DGV位置4.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  166. Me.DGV位置4.Name = "DGV位置4"
  167. Me.DGV位置4.Size = New System.Drawing.Size(40, 23)
  168. Me.DGV位置4.TabIndex = 1359
  169. Me.DGV位置4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  170. Me.DGV位置4.ThousandsSeparator = True
  171. '
  172. 'DGV位置3
  173. '
  174. Me.DGV位置3.Location = New System.Drawing.Point(93, 4)
  175. Me.DGV位置3.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  176. Me.DGV位置3.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  177. Me.DGV位置3.Name = "DGV位置3"
  178. Me.DGV位置3.Size = New System.Drawing.Size(40, 23)
  179. Me.DGV位置3.TabIndex = 1358
  180. Me.DGV位置3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  181. Me.DGV位置3.ThousandsSeparator = True
  182. '
  183. 'DGV位置2
  184. '
  185. Me.DGV位置2.Location = New System.Drawing.Point(47, 4)
  186. Me.DGV位置2.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  187. Me.DGV位置2.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  188. Me.DGV位置2.Name = "DGV位置2"
  189. Me.DGV位置2.Size = New System.Drawing.Size(40, 23)
  190. Me.DGV位置2.TabIndex = 1357
  191. Me.DGV位置2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  192. Me.DGV位置2.ThousandsSeparator = True
  193. '
  194. 'DGV位置1
  195. '
  196. Me.DGV位置1.Location = New System.Drawing.Point(1, 4)
  197. Me.DGV位置1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  198. Me.DGV位置1.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  199. Me.DGV位置1.Name = "DGV位置1"
  200. Me.DGV位置1.Size = New System.Drawing.Size(40, 23)
  201. Me.DGV位置1.TabIndex = 1356
  202. Me.DGV位置1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  203. Me.DGV位置1.ThousandsSeparator = True
  204. '
  205. '選擇項次_tb
  206. '
  207. Me.選擇項次_tb.Location = New System.Drawing.Point(1, 33)
  208. Me.選擇項次_tb.Name = "選擇項次_tb"
  209. Me.選擇項次_tb.Size = New System.Drawing.Size(35, 23)
  210. Me.選擇項次_tb.TabIndex = 1008
  211. '
  212. '大間距1_ch
  213. '
  214. Me.大間距1_ch.AutoSize = True
  215. Me.大間距1_ch.Location = New System.Drawing.Point(897, 16)
  216. Me.大間距1_ch.Name = "大間距1_ch"
  217. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  218. Me.大間距1_ch.TabIndex = 1350
  219. Me.大間距1_ch.Text = "L3"
  220. Me.大間距1_ch.UseVisualStyleBackColor = True
  221. '
  222. '中間距1_ch
  223. '
  224. Me.中間距1_ch.AutoSize = True
  225. Me.中間距1_ch.Location = New System.Drawing.Point(859, 16)
  226. Me.中間距1_ch.Name = "中間距1_ch"
  227. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  228. Me.中間距1_ch.TabIndex = 1349
  229. Me.中間距1_ch.Text = "L2"
  230. Me.中間距1_ch.UseVisualStyleBackColor = True
  231. '
  232. '小間距1_ch
  233. '
  234. Me.小間距1_ch.AutoSize = True
  235. Me.小間距1_ch.Location = New System.Drawing.Point(819, 16)
  236. Me.小間距1_ch.Name = "小間距1_ch"
  237. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  238. Me.小間距1_ch.TabIndex = 1348
  239. Me.小間距1_ch.Text = "L1"
  240. Me.小間距1_ch.UseVisualStyleBackColor = True
  241. '
  242. '批量存檔_bt
  243. '
  244. Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. Me.批量存檔_bt.Location = New System.Drawing.Point(654, 13)
  246. Me.批量存檔_bt.Name = "批量存檔_bt"
  247. Me.批量存檔_bt.Size = New System.Drawing.Size(77, 25)
  248. Me.批量存檔_bt.TabIndex = 1009
  249. Me.批量存檔_bt.Text = "批量存檔"
  250. Me.批量存檔_bt.UseVisualStyleBackColor = True
  251. '
  252. '組織指定_ch
  253. '
  254. Me.組織指定_ch.AutoSize = True
  255. Me.組織指定_ch.Location = New System.Drawing.Point(583, 17)
  256. Me.組織指定_ch.Name = "組織指定_ch"
  257. Me.組織指定_ch.Size = New System.Drawing.Size(75, 20)
  258. Me.組織指定_ch.TabIndex = 1007
  259. Me.組織指定_ch.Text = "組織指定"
  260. Me.組織指定_ch.UseVisualStyleBackColor = True
  261. '
  262. '級別修改_bt
  263. '
  264. Me.級別修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.級別修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  266. Me.級別修改_bt.Location = New System.Drawing.Point(731, 13)
  267. Me.級別修改_bt.Name = "級別修改_bt"
  268. Me.級別修改_bt.Size = New System.Drawing.Size(83, 25)
  269. Me.級別修改_bt.TabIndex = 1006
  270. Me.級別修改_bt.Text = "級別修改"
  271. Me.級別修改_bt.UseVisualStyleBackColor = True
  272. '
  273. '級別_cb
  274. '
  275. Me.級別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  276. Me.級別_cb.FormattingEnabled = True
  277. Me.級別_cb.Items.AddRange(New Object() {"00", "01", "02", "03", "04", "05", "06", "07", "08", "09"})
  278. Me.級別_cb.Location = New System.Drawing.Point(526, 13)
  279. Me.級別_cb.Name = "級別_cb"
  280. Me.級別_cb.Size = New System.Drawing.Size(48, 24)
  281. Me.級別_cb.TabIndex = 1005
  282. '
  283. 'Label32
  284. '
  285. Me.Label32.AutoSize = True
  286. Me.Label32.Location = New System.Drawing.Point(492, 18)
  287. Me.Label32.Name = "Label32"
  288. Me.Label32.Size = New System.Drawing.Size(32, 16)
  289. Me.Label32.TabIndex = 231
  290. Me.Label32.Text = "級別"
  291. '
  292. '職稱_dgv
  293. '
  294. Me.職稱_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  295. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  296. Me.職稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  297. Me.職稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  298. Me.職稱_dgv.Location = New System.Drawing.Point(2, 41)
  299. Me.職稱_dgv.Name = "職稱_dgv"
  300. Me.職稱_dgv.RowHeadersWidth = 5
  301. Me.職稱_dgv.RowTemplate.Height = 24
  302. Me.職稱_dgv.Size = New System.Drawing.Size(935, 638)
  303. Me.職稱_dgv.TabIndex = 222
  304. '
  305. '職稱修改_bt
  306. '
  307. Me.職稱修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.職稱修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  309. Me.職稱修改_bt.Location = New System.Drawing.Point(404, 14)
  310. Me.職稱修改_bt.Name = "職稱修改_bt"
  311. Me.職稱修改_bt.Size = New System.Drawing.Size(43, 25)
  312. Me.職稱修改_bt.TabIndex = 224
  313. Me.職稱修改_bt.Text = "修改"
  314. Me.職稱修改_bt.UseVisualStyleBackColor = True
  315. '
  316. 'Label4
  317. '
  318. Me.Label4.AutoSize = True
  319. Me.Label4.Location = New System.Drawing.Point(0, 18)
  320. Me.Label4.Name = "Label4"
  321. Me.Label4.Size = New System.Drawing.Size(32, 16)
  322. Me.Label4.TabIndex = 229
  323. Me.Label4.Text = "職稱"
  324. '
  325. '職稱新增_bt
  326. '
  327. Me.職稱新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  328. Me.職稱新增_bt.ForeColor = System.Drawing.Color.Blue
  329. Me.職稱新增_bt.Location = New System.Drawing.Point(362, 14)
  330. Me.職稱新增_bt.Name = "職稱新增_bt"
  331. Me.職稱新增_bt.Size = New System.Drawing.Size(43, 25)
  332. Me.職稱新增_bt.TabIndex = 223
  333. Me.職稱新增_bt.Text = "新增"
  334. Me.職稱新增_bt.UseVisualStyleBackColor = True
  335. '
  336. '職稱刪除_bt
  337. '
  338. Me.職稱刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.職稱刪除_bt.ForeColor = System.Drawing.Color.Red
  340. Me.職稱刪除_bt.Location = New System.Drawing.Point(447, 14)
  341. Me.職稱刪除_bt.Name = "職稱刪除_bt"
  342. Me.職稱刪除_bt.Size = New System.Drawing.Size(43, 25)
  343. Me.職稱刪除_bt.TabIndex = 225
  344. Me.職稱刪除_bt.Text = "刪除"
  345. Me.職稱刪除_bt.UseVisualStyleBackColor = True
  346. '
  347. '職稱_tb
  348. '
  349. Me.職稱_tb.Location = New System.Drawing.Point(32, 15)
  350. Me.職稱_tb.Name = "職稱_tb"
  351. Me.職稱_tb.Size = New System.Drawing.Size(330, 23)
  352. Me.職稱_tb.TabIndex = 227
  353. '
  354. '處別修改_bt
  355. '
  356. Me.處別修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.處別修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  358. Me.處別修改_bt.Location = New System.Drawing.Point(299, 16)
  359. Me.處別修改_bt.Name = "處別修改_bt"
  360. Me.處別修改_bt.Size = New System.Drawing.Size(43, 25)
  361. Me.處別修改_bt.TabIndex = 224
  362. Me.處別修改_bt.Text = "修改"
  363. Me.處別修改_bt.UseVisualStyleBackColor = True
  364. '
  365. 'GroupBox3
  366. '
  367. Me.GroupBox3.BackColor = System.Drawing.SystemColors.Control
  368. Me.GroupBox3.Controls.Add(Me.部門_dgv)
  369. Me.GroupBox3.Controls.Add(Me.部門修改_bt)
  370. Me.GroupBox3.Controls.Add(Me.Label5)
  371. Me.GroupBox3.Controls.Add(Me.部門新增_bt)
  372. Me.GroupBox3.Controls.Add(Me.部門刪除_bt)
  373. Me.GroupBox3.Controls.Add(Me.部門_tb)
  374. Me.GroupBox3.Location = New System.Drawing.Point(4, 1)
  375. Me.GroupBox3.Name = "GroupBox3"
  376. Me.GroupBox3.Size = New System.Drawing.Size(397, 165)
  377. Me.GroupBox3.TabIndex = 636
  378. Me.GroupBox3.TabStop = False
  379. Me.GroupBox3.Text = "部門清單管理"
  380. '
  381. '部門_dgv
  382. '
  383. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  384. Me.部門_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  385. Me.部門_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  386. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  387. Me.部門_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  388. Me.部門_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  389. Me.部門_dgv.Location = New System.Drawing.Point(7, 41)
  390. Me.部門_dgv.Name = "部門_dgv"
  391. Me.部門_dgv.RowHeadersWidth = 5
  392. Me.部門_dgv.RowTemplate.Height = 24
  393. Me.部門_dgv.Size = New System.Drawing.Size(378, 119)
  394. Me.部門_dgv.TabIndex = 222
  395. '
  396. '部門修改_bt
  397. '
  398. Me.部門修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.部門修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  400. Me.部門修改_bt.Location = New System.Drawing.Point(299, 16)
  401. Me.部門修改_bt.Name = "部門修改_bt"
  402. Me.部門修改_bt.Size = New System.Drawing.Size(43, 25)
  403. Me.部門修改_bt.TabIndex = 224
  404. Me.部門修改_bt.Text = "修改"
  405. Me.部門修改_bt.UseVisualStyleBackColor = True
  406. '
  407. 'Label5
  408. '
  409. Me.Label5.AutoSize = True
  410. Me.Label5.Location = New System.Drawing.Point(4, 20)
  411. Me.Label5.Name = "Label5"
  412. Me.Label5.Size = New System.Drawing.Size(32, 16)
  413. Me.Label5.TabIndex = 229
  414. Me.Label5.Text = "部門"
  415. '
  416. '部門新增_bt
  417. '
  418. Me.部門新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  419. Me.部門新增_bt.ForeColor = System.Drawing.Color.Blue
  420. Me.部門新增_bt.Location = New System.Drawing.Point(256, 16)
  421. Me.部門新增_bt.Name = "部門新增_bt"
  422. Me.部門新增_bt.Size = New System.Drawing.Size(43, 25)
  423. Me.部門新增_bt.TabIndex = 223
  424. Me.部門新增_bt.Text = "新增"
  425. Me.部門新增_bt.UseVisualStyleBackColor = True
  426. '
  427. '部門刪除_bt
  428. '
  429. Me.部門刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  430. Me.部門刪除_bt.ForeColor = System.Drawing.Color.Red
  431. Me.部門刪除_bt.Location = New System.Drawing.Point(342, 16)
  432. Me.部門刪除_bt.Name = "部門刪除_bt"
  433. Me.部門刪除_bt.Size = New System.Drawing.Size(43, 25)
  434. Me.部門刪除_bt.TabIndex = 225
  435. Me.部門刪除_bt.Text = "刪除"
  436. Me.部門刪除_bt.UseVisualStyleBackColor = True
  437. '
  438. '部門_tb
  439. '
  440. Me.部門_tb.Location = New System.Drawing.Point(42, 17)
  441. Me.部門_tb.Name = "部門_tb"
  442. Me.部門_tb.Size = New System.Drawing.Size(210, 23)
  443. Me.部門_tb.TabIndex = 227
  444. '
  445. 'GroupBox8
  446. '
  447. Me.GroupBox8.Controls.Add(Me.課別_dgv)
  448. Me.GroupBox8.Controls.Add(Me.課別修改_bt)
  449. Me.GroupBox8.Controls.Add(Me.Label10)
  450. Me.GroupBox8.Controls.Add(Me.課別新增_bt)
  451. Me.GroupBox8.Controls.Add(Me.課別刪除_bt)
  452. Me.GroupBox8.Controls.Add(Me.課別_tb)
  453. Me.GroupBox8.Location = New System.Drawing.Point(4, 332)
  454. Me.GroupBox8.Name = "GroupBox8"
  455. Me.GroupBox8.Size = New System.Drawing.Size(397, 165)
  456. Me.GroupBox8.TabIndex = 637
  457. Me.GroupBox8.TabStop = False
  458. Me.GroupBox8.Text = "課別清單管理"
  459. '
  460. '課別_dgv
  461. '
  462. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  463. Me.課別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  464. Me.課別_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  465. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  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(4, 41)
  469. Me.課別_dgv.Name = "課別_dgv"
  470. Me.課別_dgv.RowHeadersWidth = 5
  471. Me.課別_dgv.RowTemplate.Height = 24
  472. Me.課別_dgv.Size = New System.Drawing.Size(381, 119)
  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(299, 16)
  480. Me.課別修改_bt.Name = "課別修改_bt"
  481. Me.課別修改_bt.Size = New System.Drawing.Size(43, 25)
  482. Me.課別修改_bt.TabIndex = 224
  483. Me.課別修改_bt.Text = "修改"
  484. Me.課別修改_bt.UseVisualStyleBackColor = True
  485. '
  486. 'Label10
  487. '
  488. Me.Label10.AutoSize = True
  489. Me.Label10.Location = New System.Drawing.Point(4, 20)
  490. Me.Label10.Name = "Label10"
  491. Me.Label10.Size = New System.Drawing.Size(32, 16)
  492. Me.Label10.TabIndex = 229
  493. Me.Label10.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.Blue
  499. Me.課別新增_bt.Location = New System.Drawing.Point(256, 16)
  500. Me.課別新增_bt.Name = "課別新增_bt"
  501. Me.課別新增_bt.Size = New System.Drawing.Size(43, 25)
  502. Me.課別新增_bt.TabIndex = 223
  503. Me.課別新增_bt.Text = "新增"
  504. Me.課別新增_bt.UseVisualStyleBackColor = True
  505. '
  506. '課別刪除_bt
  507. '
  508. Me.課別刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  509. Me.課別刪除_bt.ForeColor = System.Drawing.Color.Red
  510. Me.課別刪除_bt.Location = New System.Drawing.Point(342, 16)
  511. Me.課別刪除_bt.Name = "課別刪除_bt"
  512. Me.課別刪除_bt.Size = New System.Drawing.Size(43, 25)
  513. Me.課別刪除_bt.TabIndex = 225
  514. Me.課別刪除_bt.Text = "刪除"
  515. Me.課別刪除_bt.UseVisualStyleBackColor = True
  516. '
  517. '課別_tb
  518. '
  519. Me.課別_tb.Location = New System.Drawing.Point(42, 17)
  520. Me.課別_tb.Name = "課別_tb"
  521. Me.課別_tb.Size = New System.Drawing.Size(210, 23)
  522. Me.課別_tb.TabIndex = 227
  523. '
  524. 'GroupBox1
  525. '
  526. Me.GroupBox1.Controls.Add(Me.處別_dgv)
  527. Me.GroupBox1.Controls.Add(Me.處別修改_bt)
  528. Me.GroupBox1.Controls.Add(Me.Label1)
  529. Me.GroupBox1.Controls.Add(Me.處別新增_bt)
  530. Me.GroupBox1.Controls.Add(Me.處別刪除_bt)
  531. Me.GroupBox1.Controls.Add(Me.處別_tb)
  532. Me.GroupBox1.Location = New System.Drawing.Point(4, 166)
  533. Me.GroupBox1.Name = "GroupBox1"
  534. Me.GroupBox1.Size = New System.Drawing.Size(397, 165)
  535. Me.GroupBox1.TabIndex = 639
  536. Me.GroupBox1.TabStop = False
  537. Me.GroupBox1.Text = "處別清單管理"
  538. '
  539. 'Label1
  540. '
  541. Me.Label1.AutoSize = True
  542. Me.Label1.Location = New System.Drawing.Point(4, 20)
  543. Me.Label1.Name = "Label1"
  544. Me.Label1.Size = New System.Drawing.Size(32, 16)
  545. Me.Label1.TabIndex = 229
  546. Me.Label1.Text = "處別"
  547. '
  548. '處別新增_bt
  549. '
  550. Me.處別新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.處別新增_bt.ForeColor = System.Drawing.Color.Blue
  552. Me.處別新增_bt.Location = New System.Drawing.Point(256, 16)
  553. Me.處別新增_bt.Name = "處別新增_bt"
  554. Me.處別新增_bt.Size = New System.Drawing.Size(43, 25)
  555. Me.處別新增_bt.TabIndex = 223
  556. Me.處別新增_bt.Text = "新增"
  557. Me.處別新增_bt.UseVisualStyleBackColor = True
  558. '
  559. '處別刪除_bt
  560. '
  561. Me.處別刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  562. Me.處別刪除_bt.ForeColor = System.Drawing.Color.Red
  563. Me.處別刪除_bt.Location = New System.Drawing.Point(342, 16)
  564. Me.處別刪除_bt.Name = "處別刪除_bt"
  565. Me.處別刪除_bt.Size = New System.Drawing.Size(43, 25)
  566. Me.處別刪除_bt.TabIndex = 225
  567. Me.處別刪除_bt.Text = "刪除"
  568. Me.處別刪除_bt.UseVisualStyleBackColor = True
  569. '
  570. '處別_tb
  571. '
  572. Me.處別_tb.Location = New System.Drawing.Point(42, 17)
  573. Me.處別_tb.Name = "處別_tb"
  574. Me.處別_tb.Size = New System.Drawing.Size(210, 23)
  575. Me.處別_tb.TabIndex = 227
  576. '
  577. 'GroupBox9
  578. '
  579. Me.GroupBox9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  580. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  581. Me.GroupBox9.Controls.Add(Me.組別_dgv)
  582. Me.GroupBox9.Controls.Add(Me.組別修改_bt)
  583. Me.GroupBox9.Controls.Add(Me.Label11)
  584. Me.GroupBox9.Controls.Add(Me.組別新增_bt)
  585. Me.GroupBox9.Controls.Add(Me.組別刪除_bt)
  586. Me.GroupBox9.Controls.Add(Me.組別_tb)
  587. Me.GroupBox9.Location = New System.Drawing.Point(1, 499)
  588. Me.GroupBox9.Name = "GroupBox9"
  589. Me.GroupBox9.Size = New System.Drawing.Size(397, 186)
  590. Me.GroupBox9.TabIndex = 638
  591. Me.GroupBox9.TabStop = False
  592. Me.GroupBox9.Text = "組別清單管理"
  593. '
  594. '組別_dgv
  595. '
  596. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  597. Me.組別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  598. Me.組別_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  599. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  600. Me.組別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  601. Me.組別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  602. Me.組別_dgv.Location = New System.Drawing.Point(4, 41)
  603. Me.組別_dgv.Name = "組別_dgv"
  604. Me.組別_dgv.RowHeadersWidth = 5
  605. Me.組別_dgv.RowTemplate.Height = 24
  606. Me.組別_dgv.Size = New System.Drawing.Size(381, 140)
  607. Me.組別_dgv.TabIndex = 222
  608. '
  609. '組別修改_bt
  610. '
  611. Me.組別修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  612. Me.組別修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  613. Me.組別修改_bt.Location = New System.Drawing.Point(296, 16)
  614. Me.組別修改_bt.Name = "組別修改_bt"
  615. Me.組別修改_bt.Size = New System.Drawing.Size(46, 25)
  616. Me.組別修改_bt.TabIndex = 224
  617. Me.組別修改_bt.Text = "修改"
  618. Me.組別修改_bt.UseVisualStyleBackColor = True
  619. '
  620. 'Label11
  621. '
  622. Me.Label11.AutoSize = True
  623. Me.Label11.Location = New System.Drawing.Point(4, 20)
  624. Me.Label11.Name = "Label11"
  625. Me.Label11.Size = New System.Drawing.Size(32, 16)
  626. Me.Label11.TabIndex = 229
  627. Me.Label11.Text = "組別"
  628. '
  629. '組別新增_bt
  630. '
  631. Me.組別新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  632. Me.組別新增_bt.ForeColor = System.Drawing.Color.Blue
  633. Me.組別新增_bt.Location = New System.Drawing.Point(253, 16)
  634. Me.組別新增_bt.Name = "組別新增_bt"
  635. Me.組別新增_bt.Size = New System.Drawing.Size(46, 25)
  636. Me.組別新增_bt.TabIndex = 223
  637. Me.組別新增_bt.Text = "新增"
  638. Me.組別新增_bt.UseVisualStyleBackColor = True
  639. '
  640. '組別刪除_bt
  641. '
  642. Me.組別刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  643. Me.組別刪除_bt.ForeColor = System.Drawing.Color.Red
  644. Me.組別刪除_bt.Location = New System.Drawing.Point(338, 16)
  645. Me.組別刪除_bt.Name = "組別刪除_bt"
  646. Me.組別刪除_bt.Size = New System.Drawing.Size(46, 25)
  647. Me.組別刪除_bt.TabIndex = 225
  648. Me.組別刪除_bt.Text = "刪除"
  649. Me.組別刪除_bt.UseVisualStyleBackColor = True
  650. '
  651. '組別_tb
  652. '
  653. Me.組別_tb.Location = New System.Drawing.Point(42, 17)
  654. Me.組別_tb.Name = "組別_tb"
  655. Me.組別_tb.Size = New System.Drawing.Size(210, 23)
  656. Me.組別_tb.TabIndex = 227
  657. '
  658. '系統組織架構設定
  659. '
  660. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  661. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  662. Me.ClientSize = New System.Drawing.Size(1350, 685)
  663. Me.Controls.Add(Me.GroupBox2)
  664. Me.Controls.Add(Me.GroupBox3)
  665. Me.Controls.Add(Me.GroupBox8)
  666. Me.Controls.Add(Me.GroupBox1)
  667. Me.Controls.Add(Me.GroupBox9)
  668. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  669. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  670. Me.Name = "系統組織架構設定"
  671. Me.Text = "系統組織架構設定"
  672. CType(Me.處別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  673. Me.GroupBox2.ResumeLayout(False)
  674. Me.GroupBox2.PerformLayout()
  675. Me.Panel1.ResumeLayout(False)
  676. Me.Panel1.PerformLayout()
  677. CType(Me.DGV位置5, System.ComponentModel.ISupportInitialize).EndInit()
  678. CType(Me.DGV位置4, System.ComponentModel.ISupportInitialize).EndInit()
  679. CType(Me.DGV位置3, System.ComponentModel.ISupportInitialize).EndInit()
  680. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit()
  681. CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).EndInit()
  682. CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  683. Me.GroupBox3.ResumeLayout(False)
  684. Me.GroupBox3.PerformLayout()
  685. CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  686. Me.GroupBox8.ResumeLayout(False)
  687. Me.GroupBox8.PerformLayout()
  688. CType(Me.課別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  689. Me.GroupBox1.ResumeLayout(False)
  690. Me.GroupBox1.PerformLayout()
  691. Me.GroupBox9.ResumeLayout(False)
  692. Me.GroupBox9.PerformLayout()
  693. CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  694. Me.ResumeLayout(False)
  695. End Sub
  696. Friend WithEvents 處別_dgv As DataGridView
  697. Friend WithEvents GroupBox2 As GroupBox
  698. Friend WithEvents Panel1 As Panel
  699. Friend WithEvents DGV位置5 As NumericUpDown
  700. Friend WithEvents DGV位置4 As NumericUpDown
  701. Friend WithEvents DGV位置3 As NumericUpDown
  702. Friend WithEvents DGV位置2 As NumericUpDown
  703. Friend WithEvents DGV位置1 As NumericUpDown
  704. Friend WithEvents 選擇項次_tb As TextBox
  705. Friend WithEvents 大間距1_ch As CheckBox
  706. Friend WithEvents 中間距1_ch As CheckBox
  707. Friend WithEvents 小間距1_ch As CheckBox
  708. Friend WithEvents 批量存檔_bt As Button
  709. Friend WithEvents 組織指定_ch As CheckBox
  710. Friend WithEvents 級別修改_bt As Button
  711. Friend WithEvents 級別_cb As ComboBox
  712. Friend WithEvents Label32 As Label
  713. Friend WithEvents 職稱_dgv As DataGridView
  714. Friend WithEvents 職稱修改_bt As Button
  715. Friend WithEvents Label4 As Label
  716. Friend WithEvents 職稱新增_bt As Button
  717. Friend WithEvents 職稱刪除_bt As Button
  718. Friend WithEvents 職稱_tb As TextBox
  719. Friend WithEvents 處別修改_bt As Button
  720. Friend WithEvents GroupBox3 As GroupBox
  721. Friend WithEvents 部門_dgv As DataGridView
  722. Friend WithEvents 部門修改_bt As Button
  723. Friend WithEvents Label5 As Label
  724. Friend WithEvents 部門新增_bt As Button
  725. Friend WithEvents 部門刪除_bt As Button
  726. Friend WithEvents 部門_tb As TextBox
  727. Friend WithEvents GroupBox8 As GroupBox
  728. Friend WithEvents 課別_dgv As DataGridView
  729. Friend WithEvents 課別修改_bt As Button
  730. Friend WithEvents Label10 As Label
  731. Friend WithEvents 課別新增_bt As Button
  732. Friend WithEvents 課別刪除_bt As Button
  733. Friend WithEvents 課別_tb As TextBox
  734. Friend WithEvents GroupBox1 As GroupBox
  735. Friend WithEvents Label1 As Label
  736. Friend WithEvents 處別新增_bt As Button
  737. Friend WithEvents 處別刪除_bt As Button
  738. Friend WithEvents 處別_tb As TextBox
  739. Friend WithEvents GroupBox9 As GroupBox
  740. Friend WithEvents 組別_dgv As DataGridView
  741. Friend WithEvents 組別修改_bt As Button
  742. Friend WithEvents Label11 As Label
  743. Friend WithEvents 組別新增_bt As Button
  744. Friend WithEvents 組別刪除_bt As Button
  745. Friend WithEvents 組別_tb As TextBox
  746. End Class