No Description
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

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