Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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

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